@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Rinico – Multipurpose Agency Web HTML5 Template
    Author: bplugins
    Support: https://themeforest.net/user/bplugins
    Description: Rinico – Multipurpose Agency Web HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------*/
/************ TABLE OF CONTENTS ***************

    -----------------
        01. Charset
    -----------------

    -----------------
        02. Font
    -----------------

    -----------------
        03. Configuration & Helpers
    -----------------
            3.1 Variables
            3.2 Responsive Media Queries
            3.3 Mixins Setting

    -----------------
        04. Base Staff
    -----------------
            4.1 Reset CSS
            4.2 Common or Base CSS

    -----------------
        05. Layouts & Sections
    -----------------
            5.1 Header
            5.2 Navigation or Main Menu
            5.3 Banner Layout
            5.4 Infinity Marquee Carousel
            5.5 About Area
            5.6 Counter Section
            5.7 Services Layout
            5.8 Process Steps
            5.9 Team Layout
            5.10 Project Area
            5.11 Client Layout
            5.12 Blog Area
            5.13 Sponsors or Partner Area
            5.14 Footer Layout
            5.15 Step Layout
            5.16 Contact Area
            5.17 Career Area
            5.18 Price Area

    -----------------
        06. Components
    -----------------
            6.1 Logo
            6.2 Button Style
            6.3 Hamburger Menu Icon for Mobile Menu
            6.4 Mobile Menu Styles
            6.5 Play Button Styles
            6.6 Swiper Carousel or Other's
            6.7 Social List
            6.8 Faq Area
            6.9 Newsletter Area
            6.10 Skills Block
            6.11 Preloader Styles
            6.12 Back To Top Button
            6.13 Circle Round Infinite

**********************************************/
/*-----------------
    01. Charset
-----------------*/
/*-----------------
    02. Font
-----------------*/
/*-----------------
    03. Configuration & Helpers
-----------------*/
/*-----------------
    3.1 Variables
-----------------*/
:root {
  --border-radius--default: 24px;
  --fontPrimary: "Poppins", sans-serif;
  --fontSecondary: "Poppins", sans-serif;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semi: 600;
  --fw-bold: 700;
  --fs-xs: 14px;
  --fs-default: 16px;
  --colorPrimary: #ffe375;
  --colorPrimaryRGB: 255, 227, 117;
  --colorSecondary: #12141d;
  --colorSecondaryRGB: 18, 20, 28;
  --colorWhite: #fff;
  --colorWhiteRGB: 255, 255, 255;
  --colorBlack: #000;
  --colorBlackRGB: 0, 0, 0;
  --colorMeta: #e9ecf2;
  --colorText: #686868;
  --colorGray: #2a2b34;
  --colorTitle: #4c5c7b;
  --colorDarkFour: #768197;
  --colorDarkFive: #8892a5;
  --colorTagsOne: #ff4337;
  --colorTagsTwo: #f07654;
  --colorTagsThree: #97c94c;
  --colorTagsFour: #c41dff;
  --colorTagsFive: #ffad33;
  --colorShade: #ffefec;
  --box-shadow: 0px 20px 60px rgba(73, 21, 13, 0.1);
}

/*-----------------
    3.2 Responsive Media Queries
-----------------*/

/*-----------------
    3.3 Mixins Setting
-----------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

.fs-65 {
  font-size: 65px;
}

.fs-66 {
  font-size: 66px;
}

.fs-67 {
  font-size: 67px;
}

.fs-68 {
  font-size: 68px;
}

.fs-69 {
  font-size: 69px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-72 {
  font-size: 72px;
}

.fs-73 {
  font-size: 73px;
}

.fs-74 {
  font-size: 74px;
}

.fs-75 {
  font-size: 75px;
}

.fs-76 {
  font-size: 76px;
}

.fs-77 {
  font-size: 77px;
}

.fs-78 {
  font-size: 78px;
}

.fs-79 {
  font-size: 79px;
}

.fs-80 {
  font-size: 80px;
}

.fs-81 {
  font-size: 81px;
}

.fs-82 {
  font-size: 82px;
}

.fs-83 {
  font-size: 83px;
}

.fs-84 {
  font-size: 84px;
}

.fs-85 {
  font-size: 85px;
}

.fs-86 {
  font-size: 86px;
}

.fs-87 {
  font-size: 87px;
}

.fs-88 {
  font-size: 88px;
}

.fs-89 {
  font-size: 89px;
}

.fs-90 {
  font-size: 90px;
}

.fs-91 {
  font-size: 91px;
}

.fs-92 {
  font-size: 92px;
}

.fs-93 {
  font-size: 93px;
}

.fs-94 {
  font-size: 94px;
}

.fs-95 {
  font-size: 95px;
}

.fs-96 {
  font-size: 96px;
}

.fs-97 {
  font-size: 97px;
}

.fs-98 {
  font-size: 98px;
}

.fs-99 {
  font-size: 99px;
}

.fs-100 {
  font-size: 100px;
}

.fs-101 {
  font-size: 101px;
}

.fs-102 {
  font-size: 102px;
}

.fs-103 {
  font-size: 103px;
}

.fs-104 {
  font-size: 104px;
}

.fs-105 {
  font-size: 105px;
}

.fs-106 {
  font-size: 106px;
}

.fs-107 {
  font-size: 107px;
}

.fs-108 {
  font-size: 108px;
}

.fs-109 {
  font-size: 109px;
}

.fs-110 {
  font-size: 110px;
}

.fs-111 {
  font-size: 111px;
}

.fs-112 {
  font-size: 112px;
}

.fs-113 {
  font-size: 113px;
}

.fs-114 {
  font-size: 114px;
}

.fs-115 {
  font-size: 115px;
}

.fs-116 {
  font-size: 116px;
}

.fs-117 {
  font-size: 117px;
}

.fs-118 {
  font-size: 118px;
}

.fs-119 {
  font-size: 119px;
}

.fs-120 {
  font-size: 120px;
}

.fs-121 {
  font-size: 121px;
}

.fs-122 {
  font-size: 122px;
}

.fs-123 {
  font-size: 123px;
}

.fs-124 {
  font-size: 124px;
}

.fs-125 {
  font-size: 125px;
}

.fs-126 {
  font-size: 126px;
}

.fs-127 {
  font-size: 127px;
}

.fs-128 {
  font-size: 128px;
}

.fs-129 {
  font-size: 129px;
}

.fs-130 {
  font-size: 130px;
}

.fs-131 {
  font-size: 131px;
}

.fs-132 {
  font-size: 132px;
}

.fs-133 {
  font-size: 133px;
}

.fs-134 {
  font-size: 134px;
}

.fs-135 {
  font-size: 135px;
}

.fs-136 {
  font-size: 136px;
}

.fs-137 {
  font-size: 137px;
}

.fs-138 {
  font-size: 138px;
}

.fs-139 {
  font-size: 139px;
}

.fs-140 {
  font-size: 140px;
}

.fs-141 {
  font-size: 141px;
}

.fs-142 {
  font-size: 142px;
}

.fs-143 {
  font-size: 143px;
}

.fs-144 {
  font-size: 144px;
}

.fs-145 {
  font-size: 145px;
}

.fs-146 {
  font-size: 146px;
}

.fs-147 {
  font-size: 147px;
}

.fs-148 {
  font-size: 148px;
}

.fs-149 {
  font-size: 149px;
}

.fs-150 {
  font-size: 150px;
}

.fs-151 {
  font-size: 151px;
}

.fs-152 {
  font-size: 152px;
}

.fs-153 {
  font-size: 153px;
}

.fs-154 {
  font-size: 154px;
}

.fs-155 {
  font-size: 155px;
}

.fs-156 {
  font-size: 156px;
}

.fs-157 {
  font-size: 157px;
}

.fs-158 {
  font-size: 158px;
}

.fs-159 {
  font-size: 159px;
}

.fs-160 {
  font-size: 160px;
}

.fs-161 {
  font-size: 161px;
}

.fs-162 {
  font-size: 162px;
}

.fs-163 {
  font-size: 163px;
}

.fs-164 {
  font-size: 164px;
}

.fs-165 {
  font-size: 165px;
}

.fs-166 {
  font-size: 166px;
}

.fs-167 {
  font-size: 167px;
}

.fs-168 {
  font-size: 168px;
}

.fs-169 {
  font-size: 169px;
}

.fs-170 {
  font-size: 170px;
}

.fs-171 {
  font-size: 171px;
}

.fs-172 {
  font-size: 172px;
}

.fs-173 {
  font-size: 173px;
}

.fs-174 {
  font-size: 174px;
}

.fs-175 {
  font-size: 175px;
}

.fs-176 {
  font-size: 176px;
}

.fs-177 {
  font-size: 177px;
}

.fs-178 {
  font-size: 178px;
}

.fs-179 {
  font-size: 179px;
}

.fs-180 {
  font-size: 180px;
}

.fs-181 {
  font-size: 181px;
}

.fs-182 {
  font-size: 182px;
}

.fs-183 {
  font-size: 183px;
}

.fs-184 {
  font-size: 184px;
}

.fs-185 {
  font-size: 185px;
}

.fs-186 {
  font-size: 186px;
}

.fs-187 {
  font-size: 187px;
}

.fs-188 {
  font-size: 188px;
}

.fs-189 {
  font-size: 189px;
}

.fs-190 {
  font-size: 190px;
}

.fs-191 {
  font-size: 191px;
}

.fs-192 {
  font-size: 192px;
}

.fs-193 {
  font-size: 193px;
}

.fs-194 {
  font-size: 194px;
}

.fs-195 {
  font-size: 195px;
}

.fs-196 {
  font-size: 196px;
}

.fs-197 {
  font-size: 197px;
}

.fs-198 {
  font-size: 198px;
}

.fs-199 {
  font-size: 199px;
}

.fs-200 {
  font-size: 200px;
}

/*-----------------
    04. Base Staff
-----------------*/
/*-----------------
    4.1 Reset CSS
-----------------*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

html,
body {
  min-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  font-style: normal;
}

figure {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

a,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--colorSecondary);
  transition: 0.3s;
}

label {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}

body {
  font-family: var(--fontSecondary);
  color: var(--colorText);
  font-size: 16px;
}

p {
  line-height: 1.75;
  font-weight: var(--fw-medium);
  color: rgba(var(--colorSecondaryRGB), 0.7);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontPrimary);
  color: var(--colorSecondary);
  font-weight: var(--fw-bold);
}

h1 {
  font-size: 94px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 72px;
}

h3 {
  font-size: 30px;
}

button {
  cursor: pointer;
}

button.button {
  background: transparent;
  border: 0px;
  transition: 0.3s;
}

::-moz-selection {
  background: #313131;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #313131;
  color: #fff;
  text-shadow: none;
}

.text-white-70 {
  color: rgba(var(--colorWhiteRGB), 0.7);
}

/*-----------------
    4.2 Common or Base CSS
-----------------*/
.shadeBg {
  background-color: var(--colorShade);
}

.colorSecondary {
  color: var(--colorSecondary);
}

.fontPrimary {
  font-family: var(--fontPrimary);
}

.fontSecondary {
  font-family: var(--fontSecondary);
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.after-before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.hidden-transition {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.visible-transition {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.letter--spacing05 {
  letter-spacing: 0.05em;
}

.bg-centerized {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

svg,
path,
.icon {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.border-top {
  border-top: 1px solid rgba(var(--colorDarkFive), 0.25);
}

.main--area {
  min-height: 100vh;
  perspective: 1px;
  min-width: 100vw;
  overflow-x: hidden;
}

.bg--primary {
  background-color: var(--colorPrimary);
}
.bg--secondary {
  background-color: var(--colorSecondary);
}

.bp-color--secondary {
  color: var(--colorSecondary);
}

.section-header__small {
  font-size: 20px;
  font-weight: var(--fw-semi);
  letter-spacing: -1px;
  color: var(--colorSecondary);
  display: inline-block;
}
.section-header__title {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .section-header__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .section-header__title {
    font-size: 40px;
  }
}
.section-header__text--white70 {
  color: rgba(var(--colorWhiteRGB), 0.7);
}
.section-header__text--two {
  max-width: 66%;
}
@media (max-width: 991px) {
  .section-header__text--two {
    max-width: 100%;
  }
}
.section-header--style2 .section-header__title {
  font-size: 60px;
  letter-spacing: -0.32px;
}
.section-header--style3 .section-header__title {
  font-size: 48px;
  letter-spacing: -0.32px;
}

.h-100-vh {
  height: 100vh;
}

html {
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  opacity: 0;
  width: 0px; /* Set the width of the scrollbar */
}

.image-boom__img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.image-boom.is-inview .image-boom__img {
  opacity: 1;
  transform: scale(1);
}

/*-----------------
    05. Layouts & Sections
-----------------*/
/*-----------------
    5.1 Header
-----------------*/
.header--transparrent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 0 0;
  display: block;
}
.header--transparrent.navbar {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition-delay: 0.9s;
}
.header--transparrent.navbar.light {
  box-shadow: none;
  transition-delay: 0s;
}
.header--transparrent.navbar.pinned {
  transition-delay: 0s;
}
.header--transparrent.navbar.unpinned {
  transform: translate3d(0, -100%, 0);
  transition-delay: 0s;
}
.header--transparrent.navbar.dark {
  background-color: var(--colorWhite);
}
.header--transparrent.navbar.unpinned.pinned.dark {
  box-shadow: none;
}
.header--transparrent.navbar.pinned.dark {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header__left {
  gap: 70px;
}
@media (max-width: 1199px) {
  .header__left {
    gap: 30px;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__buttons--style2 .bttn--white:hover {
  background-color: var(--colorPrimary);
}
.header__buttons .bttn--white:hover {
  background-color: var(--colorPrimary);
}
@media (max-width: 991px) {
  .header__right {
    gap: 15px;
    justify-content: flex-end;
    padding: 20px 0;
  }
}
.header--style2 {
  background-color: var(--colorSecondary);
}
.header--style2.navbar.dark {
  background-color: var(--colorSecondary);
}
.header--style2.navbar.pinned.dark {
  box-shadow: none;
}

/*-----------------
    5.2 Navigation or Main Menu
-----------------*/
@media (max-width: 991px) {
  .menubar {
    display: none;
  }
}
.menubar__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .menubar__list {
    gap: 25px;
  }
}
.menubar__link {
  font-weight: var(--fw-medium);
  color: var(--colorSecondary);
  padding: 32px 0;
  display: inline-block;
  font-size: var(--fs-default);
  position: relative;
}
.menubar__link::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  top: 60%;
  left: auto;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background-color: var(--colorSecondary);
}
.menubar__link:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  right: auto;
  width: 100%;
}
.menubar__item--child {
  position: relative;
}
.menubar__item--child .menubar__link {
  display: inline-flex;
  align-items: center;
  gap: 8.67px;
}
.menubar__item--child .menubar__link::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: var(--colorSecondary) transparent transparent transparent;
  transform: rotate(0deg);
}
.menubar__submenu {
  position: absolute;
  min-width: 200px;
  top: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: rgb(204, 219, 232) 0px 0px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 0px 0px inset;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background-color: var(--colorWhite);
  transform: scaleY(0);
  transform-origin: top center;
}
.menubar__submenu__item {
  padding: 17px 0;
  border-bottom: 1px solid rgba(203, 219, 232, 0.552);
  cursor: pointer;
}
.menubar__submenu__item:last-child {
  border-bottom: 1px solid transparent;
}
.menubar__submenu__link {
  display: block;
  color: var(--colorSecondary);
  font-size: var(--fs-default);
  font-weight: var(--fw-medium);
  padding: 0 15px;
}
.menubar__item--child:hover .menubar__level1 {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.menubar__level2 {
  position: relative;
}
.menubar__level2::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--colorSecondary);
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 5px;
}
.menubar__level2 .menubar__submenu {
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.menubar__level2:hover .menubar__submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: scaleY(1);
}
.menubar--style2 .menubar__link {
  color: var(--colorWhite);
}
.menubar--style2 .menubar__link::after {
  border-color: var(--colorWhite) transparent transparent transparent;
}
.menubar--style2 .menubar__link::before {
  background-color: var(--colorWhite);
}

/*-----------------
    5.3 Banner Layout
-----------------*/
.banner--area {
  padding: 193px 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .banner--area {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .banner--area {
    padding: 140px 0 100px 0;
  }
}
.banner--h2, .banner--h3 {
  background-color: var(--colorSecondary);
  padding: 219px 0 0px 0;
}
@media (max-width: 991px) {
  .banner--h2, .banner--h3 {
    padding: 100px 0 0px 0;
  }
}
.banner-content__heading {
  line-height: 1.22;
}
.banner-content__text {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: rgba(var(--colorSecondaryRGB), 0.6);
  max-width: 80%;
}
@media (max-width: 1199px) {
  .banner-content__text {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .banner-content--style2 .banner-content__heading {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .banner-content--style2 .banner-content__heading {
    font-size: 50px;
  }
}
.banner-image {
  -webkit-mask-size: 91%;
          mask-size: 91%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  background: var(--colorPrimary);
  max-width: 520px;
}
@media (max-width: 991px) {
  .banner-image {
    margin: 0 auto;
    padding-top: 50px;
  }
}
.banner__animation {
  position: absolute;
  z-index: -1;
}
.banner__animation.one {
  left: 0;
  top: 0;
}
.banner__animation.two {
  right: 0;
  bottom: 0;
}
.banner-content--style2 .banner-content__sub-title {
  font-size: 30px;
  font-weight: var(--fw-bold);
  color: var(--colorPrimary);
  display: block;
  margin-bottom: 10px;
}
.banner-content--style2 .banner-content__heading__break {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .banner-content--style2 .banner-content__heading__break {
    flex-wrap: wrap;
    gap: 0;
  }
}
.banner-content--style2 .banner-content__heading__mask {
  display: inline-flex;
  max-width: 140px;
  max-height: 112px;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.banner-content--style2 .banner-content__heading__mask > img {
  min-width: 140px;
  max-height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__bottom {
  padding-top: 41px;
  border-top: 1px solid rgba(var(--colorWhiteRGB), 0.5);
  position: relative;
}
.banner-text__heading {
  font-size: 20px;
  line-height: 1.6;
}
.banner-text__para {
  font-size: 18px;
  padding-right: 10px;
  line-height: 1.8;
}
.banner__video {
  position: relative;
}
.banner__video::before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 218px;
  background-color: var(--colorWhite);
  bottom: -4px;
}
@media (max-width: 991px) {
  .banner__video::before {
    min-height: 70px;
  }
}
.banner__text-circle {
  background-color: var(--colorPrimary);
  border-radius: 50%;
  max-width: 170px;
  min-height: 170px;
  display: block;
  position: relative;
}
.banner__text-circle__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner--h3 {
  padding: 165px 0 90px 0;
}
.banner--h3 .banner__video::before {
  display: none;
}

/*-----------------
    5.4 Infinity Marquee Carousel
-----------------*/
.infinity-scroll__container {
  display: flex;
  min-height: 130px;
  align-items: center;
  margin: 0 20px;
  overflow: hidden;
}
.infinity-scroll__text {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--colorSecondary);
  display: flex;
  align-items: center;
  letter-spacing: 7px;
  white-space: nowrap;
}
.infinity-scroll__icon {
  padding: 0 6px 0 0px;
}
.infinity-scroll__icon > img {
  max-width: 40px;
}

/*-----------------
    5.5 About Area
-----------------*/
.about--area {
  padding: 140px 0 110px 0;
}
.about__right {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .about__right {
    padding-left: 0;
  }
}
.about__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__thumbnail__image {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-heading {
  padding-right: 11%;
}
@media (max-width: 1199px) {
  .about-heading {
    padding-right: 0;
  }
}
.about__page-thumb > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-user {
  gap: 17px;
}
.about-user__name {
  font-size: 18px;
  font-weight: var(--fw-medium);
  margin-bottom: 3px;
}

/*-----------------
    5.6 Counter Section
-----------------*/
.counter--area {
  padding-top: 110px;
}
.counter--h2 .counter__row, .counter--h3 .counter__row {
  padding-top: 30px;
  border-top: 1px solid rgba(var(--colorSecondaryRGB), 0.15);
}
.counter--h3 .counter__row {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(var(--colorSecondaryRGB), 0.15);
}
.counter__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.counter-block__number {
  font-size: 60px;
  font-weight: var(--fw-bold);
  color: var(--colorPrimary);
  letter-spacing: -0.48px;
}
.counter-block__name {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--colorWhite);
}
.counter-block--style2 .counter-block__number,
.counter-block--style2 .counter-block__name {
  color: var(--colorSecondary);
}

/*-----------------
    5.7 Services Layout
-----------------*/
.service--area {
  padding: 135px 0 110px;
}
.service__left {
  padding-right: 2%;
}
.service-list > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 24px;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .service-list > ul {
    justify-content: center;
  }
}
.service-tags {
  border: 1px solid var(--colorSecondary);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 26px;
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--colorSecondary);
  border-radius: 30px;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 300ms;
}
.service-tags__icon {
  line-height: 1;
}
.service-tags:hover {
  background-color: var(--colorPrimary);
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 300ms;
  border: 1px solid var(--colorPrimary);
}
.service-tags--style2 {
  border: 1px solid var(--colorWhite);
  color: var(--colorWhite);
}
.service-tags--style2 .service-tags__icon {
  color: var(--colorWhite);
}
.service-tags--style2:hover {
  background-color: var(--colorBlack);
}
.service-tags--style3 {
  border: 1px solid rgba(var(--colorSecondaryRGB), 0.6);
  color: rgba(var(--colorSecondaryRGB), 0.6);
}
.service-tags--style3 .service-tags__icon {
  color: rgba(var(--colorSecondaryRGB), 0.6);
}
.service-block__link {
  padding: 38px 80px 38px 64px;
  background-color: var(--colorSecondary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .service-block__link {
    padding: 15px;
    font-size: 20px;
    gap: 15px;
  }
}
.service-block__title {
  color: var(--colorWhite);
}
.service-block:hover .service-block__title {
  color: var(--colorSecondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.service-block:hover .service-block__link {
  background-color: var(--colorPrimary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.service-block:hover .service-block__icon > svg > path {
  fill: var(--colorSecondary);
}
.service-block.hovered .service-block__title {
  color: var(--colorSecondary);
}
.service-block.hovered .service-block__link {
  background-color: var(--colorPrimary);
  justify-content: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.service-block.hovered .service-block__icon {
  padding-left: 53.33px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.service-block.hovered .service-block__icon > svg > path {
  fill: var(--colorSecondary);
}
.service-block--style2 .service-block__header {
  display: flex;
  gap: 16px;
}
.service-block--style2 .service-block__number {
  font-size: 18px;
  color: var(--colorPrimary);
}
.service-block--style2 .service-block__text {
  max-width: 75%;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(var(--colorWhiteRGB), 0.15);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-block--style2 .service-block__text {
    max-width: 100%;
  }
}
.service-block--style2 .service-block__title {
  max-width: 75%;
}
@media (max-width: 767px) {
  .service-block--style2 .service-block__title {
    max-width: 100%;
  }
}
.service-block--style2 .service-block__title > a:hover {
  color: var(--colorPrimary);
}
.service-block--style2:hover .service-block__title {
  color: var(--colorPrimary);
}
.service-tabs > ul {
  justify-content: center;
  border-bottom: none;
}
.service-tabs > ul.nav-tabs .nav-link {
  border-radius: 175px;
  border-color: transparent;
  font-size: 18px;
  color: var(--colorSecondary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.service-tabs > ul.nav-tabs .nav-link.active {
  border: 1px solid var(--colorSecondary);
}
.service__divider-details {
  margin-top: 70px;
  margin-bottom: 0;
}

/*-----------------
    5.8 Process Steps
-----------------*/
.process__right {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .process__right {
    padding: 0 0;
  }
}
.process-images {
  position: relative;
  max-width: 470px;
  min-height: 596px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .process-images {
    max-width: 470px;
    min-height: 524.7px;
  }
}
@media (max-width: 767px) {
  .process-images {
    min-height: 350px;
  }
}
.process-images__item {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
}
.process-images__item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.process-steps {
  margin-bottom: 28px;
}
.process-steps:last-child {
  margin-bottom: 0;
}
.process-steps__number {
  color: rgba(var(--colorSecondaryRGB), 0.6);
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: var(--fw-bold);
  display: inline-block;
  margin-bottom: 20px;
}
.process-steps__block {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--colorMeta);
}
@media (max-width: 991px) {
  .process-steps__block {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.process-steps__title {
  max-width: 55%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .process-steps__title {
    max-width: 100%;
  }
}

/*-----------------
    5.9 Team Layout
-----------------*/
.team-block {
  position: relative;
}
.team-block__thumb {
  position: relative;
}
.team-block__overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition-delay: 0.29s;
}
.team-block__content {
  background-color: var(--colorSecondary);
  padding: 20px 24px;
  margin: 24px;
}
.team-block__content__header {
  margin-bottom: 16px;
  overflow: hidden;
}
.team-block__content__title {
  transform: translateY(30px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition-delay: 0.1s;
  margin-bottom: 0;
}
.team-block__content__link {
  color: var(--colorWhite);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-block__content__link:hover, .team-block__content__link:focus, .team-block__content__link:active {
  color: var(--colorPrimary);
}
.team-block__cate {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--colorWhite);
  margin-bottom: 21px;
  display: inline-block;
  overflow: hidden;
}
.team-block__cate > span {
  transform: translateY(30px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition-delay: 0.15s;
  display: block;
}
.team-block__social {
  overflow: hidden;
}
.team-block__social > ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-block__social > ul > li {
  transform: translateY(30px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.team-block__social > ul > li:nth-child(1) {
  transition-delay: 0.2s;
}
.team-block__social > ul > li:nth-child(2) {
  transition-delay: 0.25s;
}
.team-block__social > ul > li:nth-child(3) {
  transition-delay: 0.3s;
}
.team-block:hover .team-block__overlay, .team-block.hovered .team-block__overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  bottom: 0;
}
.team-block:hover .team-block__content__title, .team-block.hovered .team-block__content__title {
  transform: translateY(0);
  transition-delay: 0.1s;
}
.team-block:hover .team-block__cate > span, .team-block.hovered .team-block__cate > span {
  transform: translateY(0);
  transition-delay: 0.15s;
}
.team-block:hover .team-block__social > ul > li, .team-block.hovered .team-block__social > ul > li {
  transform: translateY(0px);
}
.team-block:hover .team-block__social > ul > li:nth-child(1), .team-block.hovered .team-block__social > ul > li:nth-child(1) {
  transition-delay: 0.2s;
}
.team-block:hover .team-block__social > ul > li:nth-child(2), .team-block.hovered .team-block__social > ul > li:nth-child(2) {
  transition-delay: 0.25s;
}
.team-block:hover .team-block__social > ul > li:nth-child(3), .team-block.hovered .team-block__social > ul > li:nth-child(3) {
  transition-delay: 0.3s;
}
.team .swiper-pagination {
  padding-top: 18px;
}
.team-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.team-menu > button {
  background-color: transparent;
  color: var(--colorSecondary);
  font-size: 18px;
  font-weight: var(--fw-medium);
  padding: 12px 24px;
  border-radius: 174px;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.team-menu > button.active {
  border: 1px solid var(--colorPrimary);
}
.team-menu__power {
  position: absolute;
  min-height: 100%;
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
  border-radius: 30px;
  z-index: -1;
  left: 0;
  top: 0;
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, background-color 0.8s ease 0s;
  transform-origin: 0 50%;
}

/*-----------------
    5.10 Project Area
-----------------*/
.project-block__title {
  color: var(--colorWhite);
  font-size: 36px;
}
.project-block__title__link {
  display: inline-block;
}
.project-block__title__link:hover {
  color: var(--colorPrimary);
}
.project-block__link {
  font-size: 16px;
  color: var(--colorWhite);
  font-weight: var(--fw-semi);
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.project-block__link:hover {
  color: var(--colorPrimary);
}
.project-block__divider {
  margin: 24px 0 35px;
  border-top: 1px solid rgba(var(--colorWhiteRGB), 0.5);
  opacity: 1;
}
.project-block__thumb {
  max-height: 400px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.project-block--style2 .project-block__title {
  color: var(--colorSecondary);
}
.project-block--style2 .project-block__title > a:hover {
  color: rgba(var(--colorSecondaryRGB), 0.7);
}
.project-block--style2 .project-block__divider {
  border-top: 1px solid rgba(var(--colorSecondaryRGB), 0.5);
}
.project-block--style2 .project-block__link {
  color: var(--colorSecondary);
}

/*-----------------
    5.11 Client Layout
-----------------*/
.client__inner {
  padding: 100px 0 70px;
  border-top: 1px solid rgba(var(--colorSecondaryRGB), 0.15);
  border-bottom: 1px solid rgba(var(--colorSecondaryRGB), 0.15);
}
.client-block__rating > ul {
  display: flex;
  align-items: center;
  gap: 9.21px;
}
.client-block__text {
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--colorSecondary);
}
.client-block__auth {
  display: flex;
  align-items: center;
  gap: 17.78px;
}
.client-block__auth__name {
  font-size: 18px;
  font-weight: var(--fw-medium);
  margin-bottom: 3px;
}
.client-block__auth__designation {
  color: rgba(var(--colorSecondaryRGB), 0.6);
  font-weight: var(--fw-medium);
}
.client-block--style2 {
  padding-right: 51px;
}
@media (max-width: 767px) {
  .client-block--style2 {
    padding-right: 0;
  }
}
.client-block--style2 .client-block__text {
  font-size: 20px;
}
.client-block--style2 .client-block__auth__img {
  border-radius: 50%;
  overflow: hidden;
}

/*-----------------
    5.12 Blog Area
-----------------*/
.blog-block {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.blog-block__thumb {
  margin-bottom: 32px;
  position: relative;
}
.blog-block__date {
  display: inline-block;
  margin-bottom: 16px;
}
.blog-block__cate {
  position: absolute;
  font-size: 14px;
  color: var(--colorSecondary);
  padding: 8px 16px;
  display: inline-block;
  background-color: var(--colorWhite);
  border-radius: 60px;
  top: 20px;
  left: 20px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.blog-block__img {
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-block__title {
  font-size: 24px;
}
.blog-block__link {
  display: inline-flex;
  align-items: center;
  font-weight: var(--fw-semi);
  color: var(--colorSecondary);
  gap: 25px;
}
.blog-block__divider {
  margin: 16px 0 24px;
}
.blog-block--style2 {
  padding: 48px 24px;
  background-color: var(--colorWhite);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.blog-block--style2 .blog-block__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}
.blog-block--style2 .blog-block__title {
  margin-bottom: 24px;
}
.blog-block--style2 .blog-block__cate {
  position: relative;
  background-color: var(--colorPrimary);
  left: 0;
  top: 0;
}
.blog-block--details .blog-block__title {
  font-size: 48px;
}
.blog__divider {
  margin-bottom: 48px;
}
.blog-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(129, 129, 139, 0.3);
  border-bottom: 1px solid rgba(129, 129, 139, 0.3);
}
.blog-search {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .blog-search {
    display: flex;
  }
}
.blog-search__field {
  border: 1px solid rgba(129, 129, 139, 0.3);
  padding: 0 14px 0 42px;
  min-height: 44px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .blog-search__field {
    width: 100%;
  }
}
.blog-search__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 16.5px;
}
.blog-filter__filter {
  outline: none;
  border: 1px solid rgba(129, 129, 139, 0.3);
  min-width: 240px;
  min-height: 44px;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .blog-filter__filter {
    width: 100%;
  }
}
.blog__change-button {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(var(--colorSecondaryRGB), 0.5);
  gap: 12.17px;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.blog__change-button:hover {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
}
.blog-pagination > nav > ul {
  justify-content: center;
}
.blog-pagination > nav > ul > li:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.blog-pagination > nav > ul > li:first-child {
  border-top-left-radius: none;
  border-bottom-left-radius: none;
}
.blog-pagination > nav > ul > li > a {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--colorSecondary);
  font-size: 18px;
}
.blog-pagination > nav > ul > li > a:hover {
  color: rgba(var(--colorSecondaryRGB), 0.7);
}
.blog-pagination > nav > ul > li > a.active {
  background-color: var(--colorMeta);
  color: var(--colorSecondary);
}
.blog-pagination > nav > ul > li > a.active:hover {
  background-color: var(--colorPrimary);
}
.blog--h3 .swiper-slide-next .blog-block--style2 {
  background-color: var(--colorPrimary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.blog--h3 .swiper-slide-next .blog-block__cate {
  background-color: var(--colorWhite);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.blog--details .blog__divider {
  margin: 60px 0 64px;
}
.blog--details .blog__social > ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog--details .blog__user {
  display: flex;
  align-items: center;
  gap: 17px;
}
.blog--details .blog__user__name {
  font-size: 18px;
  margin-bottom: 0;
}
.blog--details .blog__tags > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog--details .blog__tags > ul > li > a {
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--colorSecondary);
  padding: 8px 16px;
  border: 1px solid var(--colorSecondary);
  display: inline-flex;
  border-radius: 40px;
}
.blog--details .blog__tags > ul > li > a:hover {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
}
.blog--details .blog__side-divider {
  margin: 24px 0;
}
.blog--details .blog__features__text {
  font-size: 18px;
}
.blog--details .blog__features__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog--details .blog__features__list > li {
  display: block;
  color: var(--colorSecondary);
  padding-left: 21px;
  position: relative;
  font-size: 18px;
  font-weight: var(--fw-medium);
  max-width: 84%;
}
.blog--details .blog__features__list > li::before {
  content: "";
  min-width: 8px;
  min-height: 8px;
  background-color: var(--colorSecondary);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}
.blog--details .blog__quotes {
  font-size: 24px;
  font-style: italic;
  color: var(--colorSecondary);
  padding-left: 20px;
  border-left: 1px solid var(--colorSecondary);
  font-weight: var(--fw-medium);
}
.blog--details .blog__details-text {
  font-size: 18px;
  font-weight: var(--fw-medium);
}

/*-----------------
    5.13 Sponsors or Partner Area
-----------------*/
.sponsor__divider {
  margin: 100px 0;
}
.sponsor-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.sponsor-item {
  text-align: center;
}
.sponsor .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

/*-----------------
    5.14 Footer Layout
-----------------*/
.footer--h3 .footer__address > ul > li > a {
  color: rgba(var(--colorSecondaryRGB), 0.7);
}
.footer--h3 .footer__menu > ul > li > a {
  color: rgba(var(--colorSecondaryRGB), 0.7);
}
.footer--h3 .footer-copyright {
  color: rgba(var(--colorSecondaryRGB), 0.7);
}
.footer--h3 .footer-newsletter__field {
  border: 1px solid rgba(var(--colorSecondaryRGB), 0.7);
}
.footer__address > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__address > ul > li > a {
  display: block;
  color: rgba(var(--colorWhiteRGB), 0.7);
  font-weight: var(--fw-medium);
}
.footer__social > ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__title {
  font-size: 18px;
  font-weight: var(--fw-medium);
}
.footer__menu > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 132px;
}
.footer__menu > ul > li > a {
  display: inline-block;
  color: rgba(var(--colorWhiteRGB), 0.7);
}
.footer__menu--inline > ul {
  min-height: 100%;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-newsletter__field {
  width: 100%;
  min-height: 56px;
  padding: 15px 32px;
  border: 1px solid rgba(var(--colorWhiteRGB), 0.7);
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 24px;
  color: var(--colorMeta);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.footer-newsletter__field::-moz-placeholder {
  color: var(--colorMeta);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.footer-newsletter__field::placeholder {
  color: var(--colorMeta);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.footer-newsletter__field:focus {
  border: 1px solid rgba(var(--colorPrimaryRGB), 0.7);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.footer-newsletter__field:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.footer-newsletter__field:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
.footer-copyright {
  color: rgba(var(--colorWhiteRGB), 0.7);
}

/*-----------------
    5.15 Step Layout
-----------------*/
.step-block {
  position: relative;
  z-index: 1;
  padding: 21px 0;
  min-height: 199px;
}
.step-block__number {
  font-size: 20px;
  font-weight: var(--fw-bold);
  display: inline-block;
}
.step-block__name {
  font-size: 30px;
  max-width: 62%;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--colorMeta);
  margin-bottom: 0;
}
.step-block__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-5.02deg);
  right: 11%;
  z-index: -1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.step-block--style2 .step-block__name {
  border-bottom: 1px solid rgba(var(--colorSecondaryRGB), 0.6);
}
.step-block:hover .step-block__image {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: translateY(-50%) rotate(-3.02deg) scale(1.1);
}

/*-----------------
    5.16 Contact Area
-----------------*/
.contact__title {
  font-size: 48px;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 40px;
  }
}
.contact__social {
  margin-bottom: 72px;
}
.contact-list__address {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-list__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-list__icon {
  min-width: 64px;
  min-height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--colorWhiteRGB), 0.1);
  border-radius: 50%;
}
.contact-list__title {
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: var(--colorWhite);
}
@media (max-width: 767px) {
  .contact-list__title {
    font-size: 18px;
  }
}
.contact-list__title:hover {
  color: var(--colorPrimary);
}
.contact-list__text {
  color: var(--colorMeta);
  font-weight: var(--fw-medium);
  opacity: 0.7;
}
.contact-list--style2 .contact-list__icon {
  background-color: var(--colorPrimary);
}
.contact-list--style2 .contact-list__title {
  color: var(--colorSecondary);
}
.contact-list--style2 .contact-list__text {
  color: rgba(var(--colorSecondaryRGB), 0.8);
}
.contact-form {
  background-color: var(--colorGray);
  padding: 60px;
}
@media (max-width: 991px) {
  .contact-form {
    padding: 15px;
    border-radius: 8px;
  }
}
.contact-form__field {
  background-color: transparent;
  border: 1px solid rgba(129, 129, 139, 0.3);
  border-radius: 8px;
  min-height: 56px;
  padding: 13px 32px;
  width: 100%;
  margin-bottom: 40px;
  color: var(--colorWhite);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .contact-form__field {
    margin-bottom: 15px;
  }
}
.contact-form__field::-moz-placeholder {
  color: var(--colorMeta);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}
.contact-form__field::placeholder {
  color: var(--colorMeta);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}
.contact-form__field:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.contact-form__field:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.contact-form__field--textarea {
  min-height: 128px;
}

.map__iframe {
  width: 100%;
  min-height: 450px;
  border: 0;
}

.form-response .alert-success > p {
  margin-bottom: 0;
}

/*-----------------
    5.17 Career Area
-----------------*/
.career__text {
  max-width: 59%;
}

/*-----------------
    5.18 Price Area
-----------------*/
.price-table {
  position: relative;
  min-height: 500px;
}
.price-content {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .price-content {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}
.price-content.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.price-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .price-switcher {
    gap: 12px;
  }
}
.price-switcher__name {
  font-size: 20px;
  font-weight: var(--fw-semi);
  color: var(--colorGray);
}
@media (max-width: 991px) {
  .price-switcher__name {
    font-size: 17px;
  }
}
.price-switcher__switch {
  max-height: 32px;
}
.price-switcher__switch > input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.price-switcher__toggle {
  width: 59px;
  height: 32px;
  display: inline-block;
  position: relative;
  margin: 0;
  background-color: var(--colorBlack);
  transition: all 0.2s ease;
  border-radius: 43px;
}
.price-switcher__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
  background-color: var(--colorMeta);
}
.price-switcher__toggle:checked::after {
  transform: translateX(28px) translateY(-50%);
}
.price-data {
  padding: 48px 30px;
  color: var(--colorWhite);
  border: 1px solid var(--colorMeta);
  border-radius: 16px;
  background-color: var(--colorSecondary);
}
@media (max-width: 1199px) {
  .price-data {
    padding: 30px 20px;
  }
}
.price-data__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-data__type {
  font-weight: var(--bp-fw--semi);
  display: inline-block;
  margin-bottom: 3px;
}
.price-data__price {
  font-size: 40px;
  font-weight: var(--fw-bold);
  color: var(--colorWhite);
}
.price-data__price > span {
  display: block;
  font-size: 16px;
}
.price-data__details {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 0;
  padding: 25px 0 40px 0;
}
.price-data__details > li {
  position: relative;
  padding-left: 0px;
  color: var(--colorWhite);
  font-size: 18px;
  font-weight: var(--fw-medium);
}
.price-data__details > li > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.price-data__details > li.disabled {
  color: rgba(var(--colorWhiteRGB), 0.5);
}
.price-data__details > li.disabled > svg {
  color: rgba(var(--colorWhiteRGB), 0.5);
}
.price-data__button .bp-btn {
  padding: 14px 32px;
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
  border-radius: 8px;
  font-weight: var(--fw-bold);
  display: inline-block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.price-data__button .bp-btn:hover {
  background-color: var(--colorSecondary);
  color: var(--colorWhite);
}
.price-data__button .bp-btn--style2 {
  background-color: var(--colorSecondary);
}
.price-data__button .bp-btn--style2:hover {
  background-color: var(--bp-color--primary);
}
.price-data--middle {
  color: var(--colorWhite);
  border: 1px solid transparent;
  margin-top: 0px;
  background-color: var(--colorPrimary);
}
@media (max-width: 991px) {
  .price-data--middle {
    margin-top: 0;
  }
}
.price-data--middle .bp-btn {
  background-color: var(--colorWhite);
  color: var(--colorPrimary);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.price-data--middle .bp-btn--style2 {
  color: var(--colorSecondary);
}
.price-data--middle .bp-btn:hover {
  background-color: var(--colorSecondary);
  color: var(--colorWhite);
}
.price-data--middle .price-data__details > li {
  color: var(--colorSecondary);
}
.price-data--middle .price-data__details > li.disabled {
  color: rgba(var(--colorSecondaryRGB), 0.5);
}
.price-data--middle .price-data__details > li.disabled > svg {
  color: rgba(var(--colorSecondaryRGB), 0.5);
}
.price-data--middle .price-data__price,
.price-data--middle .price-data__type {
  color: var(--colorSecondary);
}
.price--h2 {
  padding-bottom: 120px;
}

/*-----------------
    06. Components
-----------------*/
/*-----------------
    6.1 Logo
-----------------*/
.logo__image {
  max-width: 87px;
}

/*-----------------
    6.2 Button Style
-----------------*/
.bttn {
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-xs);
  font-weight: var(--fw-semi);
  border-radius: var(--border-radius--default);
  outline: none;
  border: none;
  color: var(--colorSecondary);
  display: inline-block;
}
.bttn--header {
  padding: 12.5px 32px;
}
@media (max-width: 767px) {
  .bttn--header {
    padding: 8px 16px;
  }
}
.bttn .bttn__link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  color: var(--colorWhite);
  padding: 17.5px 32px;
}
.bttn--black {
  background-color: var(--colorSecondary);
  color: var(--colorWhite);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.bttn--black:hover, .bttn--black:focus, .bttn--black:active {
  background-color: var(--colorPrimary);
  color: var(--colorSecondary);
}
.bttn--primary {
  background-color: var(--colorSecondary);
  border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.bttn--primary .bttn__link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  color: var(--colorWhite);
  background: transparent;
  border: 1px solid transparent;
  font-weight: var(--fw-semi);
}
.bttn--style2 {
  background-color: var(--colorPrimary);
}
.bttn--style2 .h-button {
  color: var(--colorSecondary);
}
.bttn--style2 .bttn__icon > svg > path {
  fill: var(--colorSecondary);
}
.bttn--white {
  background-color: var(--colorWhite);
}
.bttn--white .h-button {
  color: var(--colorSecondary);
}
.bttn--white .bttn__icon > svg > path {
  fill: var(--colorSecondary);
}
.bttn--white:hover {
  background-color: var(--colorSecondary);
}
.bttn--white:hover .h-button {
  color: var(--colorPrimary);
}
.bttn--white:hover .bttn__icon > svg > path {
  fill: var(--colorPrimary);
}
.bttn--transparrent {
  background-color: transparent;
}
.bttn--transparrent .h-button {
  color: var(--colorSecondary);
}
.bttn--transparrent .bttn__icon > svg > path {
  fill: var(--colorSecondary);
}
.bttn--transparrent.text-white .bttn__icon > svg > path {
  fill: var(--colorWhite);
}
.bttn--nopadding .bttn__link {
  padding: 0;
}
.bttn--outline {
  border: 1px solid var(--colorWhite);
}
.bttn--style-white--text {
  color: var(--colorWhite);
}
.bttn--style-white--text:hover {
  color: var(--colorPrimary);
}
.bttn .h-button {
  background: transparent;
  text-align: center;
  position: relative;
  min-width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bttn .h-button span {
  display: inline-block;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
.bttn .h-button:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  text-transform: capitalize;
  opacity: 1;
  transform: translate(0, 0px);
}
.bttn:hover .h-button:before, .bttn:focus .h-button:before {
  opacity: 0;
  transform: translate(0, 20px);
}
.bttn:hover .h-button span, .bttn:focus .h-button span {
  opacity: 1;
  transform: translate(0, 0);
}
.bttn:hover .h-button span:nth-child(1), .bttn:focus .h-button span:nth-child(1) {
  transition-delay: 0.025s;
}
.bttn:hover .h-button span:nth-child(2), .bttn:focus .h-button span:nth-child(2) {
  transition-delay: 0.05s;
}
.bttn:hover .h-button span:nth-child(3), .bttn:focus .h-button span:nth-child(3) {
  transition-delay: 0.075s;
}
.bttn:hover .h-button span:nth-child(4), .bttn:focus .h-button span:nth-child(4) {
  transition-delay: 0.1s;
}
.bttn:hover .h-button span:nth-child(5), .bttn:focus .h-button span:nth-child(5) {
  transition-delay: 0.125s;
}
.bttn:hover .h-button span:nth-child(6), .bttn:focus .h-button span:nth-child(6) {
  transition-delay: 0.15s;
}
.bttn:hover .h-button span:nth-child(7), .bttn:focus .h-button span:nth-child(7) {
  transition-delay: 0.175s;
}
.bttn:hover .h-button span:nth-child(8), .bttn:focus .h-button span:nth-child(8) {
  transition-delay: 0.2s;
}
.bttn:hover .h-button span:nth-child(9), .bttn:focus .h-button span:nth-child(9) {
  transition-delay: 0.225s;
}
.bttn:hover .h-button span:nth-child(10), .bttn:focus .h-button span:nth-child(10) {
  transition-delay: 0.25s;
}
.bttn:hover .h-button span:nth-child(11), .bttn:focus .h-button span:nth-child(11) {
  transition-delay: 0.275s;
}
.bttn:hover .h-button span:nth-child(12), .bttn:focus .h-button span:nth-child(12) {
  transition-delay: 0.3s;
}
.bttn:hover .h-button span:nth-child(13), .bttn:focus .h-button span:nth-child(13) {
  transition-delay: 0.325s;
}
.bttn:hover .h-button span:nth-child(14), .bttn:focus .h-button span:nth-child(14) {
  transition-delay: 0.35s;
}
.bttn:hover .h-button span:nth-child(15), .bttn:focus .h-button span:nth-child(15) {
  transition-delay: 0.375s;
}
.bttn:hover .h-button span:nth-child(16), .bttn:focus .h-button span:nth-child(16) {
  transition-delay: 0.4s;
}
.bttn:hover .h-button span:nth-child(17), .bttn:focus .h-button span:nth-child(17) {
  transition-delay: 0.425s;
}
.bttn:hover .h-button span:nth-child(18), .bttn:focus .h-button span:nth-child(18) {
  transition-delay: 0.45s;
}
.bttn:hover .h-button span:nth-child(19), .bttn:focus .h-button span:nth-child(19) {
  transition-delay: 0.475s;
}
.bttn:hover .h-button span:nth-child(20), .bttn:focus .h-button span:nth-child(20) {
  transition-delay: 0.5s;
}

/*-----------------
    6.3 Hamburger Menu Icon for Mobile Menu
-----------------*/
.hamburger-icon {
  display: none;
  padding: 20px 0;
  font-size: 30px;
  color: var(--colorPrimary);
  cursor: pointer;
}
@media (max-width: 991px) {
  .hamburger-icon {
    display: block;
    padding: 0px 0;
  }
}
.hamburger-icon--style2 > svg {
  color: var(--colorWhite);
}
.hamburger-icon--style2 .hamburger-icon__icon {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

/*-----------------
    6.4 Mobile Menu Styles
-----------------*/
.mobile-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 9999;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(101%);
  display: none;
}
.mobile-overlay .hamburger-icon {
  display: none;
}
@media (max-width: 991px) {
  .mobile-overlay {
    display: block;
  }
}
.mobile-overlay__header {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}
.mobile-overlay__footer {
  padding: 20px;
}
.mobile-overlay__box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--colorBlack);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.mobile-overlay--backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 999;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 991px) {
  .mobile-overlay--backdrop {
    display: block;
  }
}
.mobile-overlay--visible .mobile-overlay--backdrop {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.mobile-overlay--visible .mobile-overlay--sidebar {
  transform: translateX(0%);
}
.mobile-overlay .menubar {
  display: block;
}
.mobile-overlay .menubar > nav > ul {
  display: block;
}
.mobile-overlay .menubar > nav > ul > li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  width: 100%;
}
.mobile-overlay .menubar > nav > ul > li:first-child {
  border-top: 1px solid transparent;
}
.mobile-overlay .menubar > nav > ul > li > a {
  display: block;
  line-height: 1.5;
  padding: 15px 60px 15px 25px;
  color: var(--colorMeta);
}
.mobile-overlay .menubar > nav > ul > li > a::after {
  display: none;
}
.mobile-overlay .menubar > nav > ul > li > ul > li {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.06);
}
.mobile-overlay .menubar > nav > ul > li > ul > li:last-child {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0);
}
.mobile-overlay .menubar > nav > ul > li > ul > li > a {
  padding: 11px 35px;
}
.mobile-overlay .menubar > nav > ul > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.mobile-overlay .menubar > nav > ul > li.active > a {
  color: var(--colorPrimary);
}
.mobile-overlay .menubar__submenu {
  display: none;
  transition: none;
  position: relative;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0;
  opacity: 1;
  visibility: visible;
  background-color: #15171f;
  border-radius: 16px;
  min-width: 100%;
}
.mobile-overlay .menubar__submenu__item {
  padding: 0 0;
}
.mobile-overlay .menubar__submenu__link {
  color: var(--colorMeta);
}
.mobile-overlay .menubar__level2 .menubar__submenu {
  left: 0;
  background-color: #0a102a;
  transition: none;
}
.mobile-overlay .menubar__level2 .menubar__submenu .menubar__submenu__link {
  padding: 11px 11px 11px 50px;
}
.mobile-overlay .menubar__level2 .menubar__submenu .menubar__submenu__item {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.06);
}
.mobile-overlay .menubar__level2 .menubar__submenu .menubar__submenu__item:last-child {
  border-bottom: 1.5px solid transparent;
}
.mobile-overlay .menubar__level2.active > .menubar__submenu__link {
  color: var(--colorPrimary);
}
.mobile-overlay .menubar__dropdown-btn {
  position: absolute;
  right: 20px;
  top: 11px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  background: var(--colorDarkFour);
  cursor: pointer;
  border-radius: 2px;
  transition: all 500ms ease;
  z-index: 5;
  display: block;
}
.mobile-overlay .menubar__dropdown-btn .plus-line {
  width: 12px;
  height: 2px;
}
.mobile-overlay .menubar__dropdown-btn .plus-line::after {
  content: "";
  width: 2px;
  height: 12px;
}
.mobile-overlay .menubar__dropdown-btn .plus-line,
.mobile-overlay .menubar__dropdown-btn .plus-line::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  background-color: var(--colorBlack);
  transition: all 500ms ease;
}
.mobile-overlay .menubar__dropdown-btn.open {
  background-color: var(--colorPrimary);
}
.mobile-overlay .menubar__dropdown-btn.open .plus-line,
.mobile-overlay .menubar__dropdown-btn.open .plus-line::after {
  background-color: var(--colorBlack);
}
.mobile-overlay .menubar__dropdown-btn.open .plus-line::after {
  opacity: 0;
  visibility: hidden;
}
.mobile-overlay .menubar__dropdown-btn2 {
  top: 7px;
}
.mobile-overlay__close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile-overlay__close > i {
  min-width: 32px;
  min-height: 32px;
  border-radius: 2px;
  background: var(--colorDarkFour);
  color: var(--colorBlack);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.mobile-overlay--h2 .main-menu__dropdown-btn.open {
  background-color: var(--colorSecondary);
}

/*-----------------
    6.5 Play Button Styles
-----------------*/
.play--btn {
  min-width: 100px;
  min-height: 100px;
  background-color: var(--colorWhite);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .play--btn {
    min-width: 80px;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .play--btn {
    min-width: 50px;
    min-height: 50px;
  }
  .play--btn > svg {
    width: 14px;
    height: 16px;
  }
}
.play--btn::before, .play--btn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
}
.play--btn::before {
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.311);
  z-index: -1;
}
.play--btn::after {
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid var(--colorWhite);
}
.play--btn:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background-color: var(--colorPrimary);
}
.play--btn:hover::before {
  background-color: rgba(var(--colorPrimaryRGB), 0.311);
}
.play--btn:hover::after {
  border: 1px solid var(--colorPrimary);
}

@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/*-----------------
    6.6 Swiper Carousel or Other's
-----------------*/
.swiper {
  transition-property: transform;
}
.swiper-pagination {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: var(--colorMeta);
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.swiper-pagination-bullet-active {
  background-color: var(--colorSecondary);
}
.swiper-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.swiper-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--colorSecondaryRGB), 0.6);
  border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.swiper-button__icon:hover {
  background-color: var(--colorPrimary);
  border: 1px solid var(--colorPrimary);
  color: var(--colorBlack);
}
.swiper-button .btn-prev {
  min-width: 48px;
  min-height: 48px;
}
.swiper-button .btn-next {
  min-width: 60px;
  min-height: 60px;
}
.swiper-button--style2 {
  gap: 16px;
  flex-direction: column;
}
.swiper-button--style2 .btn-next,
.swiper-button--style2 .btn-prev {
  min-width: inherit;
  min-height: inherit;
  border: 1px solid transparent;
  font-size: 16px;
  color: var(--colorWhite);
  gap: 17px;
  border-radius: 0;
  border-bottom: 1px solid var(--colorWhite);
}
.swiper-button--style2 .btn-next:hover,
.swiper-button--style2 .btn-prev:hover {
  background-color: transparent;
}
.swiper-controller {
  background-color: var(--colorSecondary);
  padding: 52px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 128px;
}
@media (max-width: 767px) {
  .swiper-controller {
    padding: 15px;
    gap: 30px;
  }
}
.swiper-pagination {
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: var(--colorWhite);
}

.custom-pagination--style2 .swiper-pagination-bullet-active {
  background-color: var(--colorPrimary);
}

/*-----------------
    6.7 Social List
-----------------*/
.social > ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

/*-----------------
    6.8 Faq Area
-----------------*/
.faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .accordion-item {
  border: 1px solid transparent;
  background-color: var(--colorGray);
}
.faq .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq .accordion-button {
  padding: 30px 104px;
  background-color: var(--colorGray);
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: var(--bs-nav-link-font-weight);
  font-size: 30px;
  font-weight: var(--fw-bold);
  color: var(--colorWhite);
  justify-content: space-between;
}
.faq .accordion-button::after {
  display: none;
}
@media (max-width: 991px) {
  .faq .accordion-button {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .faq .accordion-button {
    padding: 15px 15px;
    font-size: 20px;
  }
}
.faq__heading {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .faq__heading {
    gap: 15px;
  }
}
.faq .accordion-body {
  padding: 24px 104px 0;
  border-top: 1px solid var(--colorSecondary);
}
@media (max-width: 991px) {
  .faq .accordion-body {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .faq .accordion-body {
    padding: 15px 15px 0;
  }
}
.faq--style2 .accordion {
  gap: 32px;
}
.faq--style2 .accordion-item {
  background-color: transparent;
}
.faq--style2 .accordion-button {
  font-size: 20px;
  color: var(--colorSecondary);
  background-color: transparent;
  padding: 0;
  justify-content: flex-start;
  gap: 16px;
}
.faq--style2 .accordion-button::before {
  content: "+";
}
.faq--style2 .accordion-body {
  padding: 15px 30px 0;
  border-top: 1px solid transparent;
}

/*-----------------
    6.9 Newsletter Area
-----------------*/
.newsletter {
  position: relative;
}
.newsletter__field {
  min-height: 56px;
  width: 100%;
  border: 1px solid rgba(129, 129, 139, 0.3);
  padding: 15px 40% 15px 32px;
  border-radius: 8px;
}
.newsletter .bttn {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .newsletter .bttn {
    position: relative;
    margin-top: 5px;
  }
}
.newsletter__text {
  font-size: 14px;
  color: rgba(var(--colorSecondaryRGB), 0.6);
  padding-top: 12px;
}
.newsletter__text > a {
  color: rgba(var(--colorSecondaryRGB), 0.6);
  text-decoration: underline;
}

/*-----------------
    6.10 Skills Block
-----------------*/
.skills-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}
@media (max-width: 767px) {
  .skills-block {
    flex-wrap: wrap;
  }
}
.skills-block.in-view {
  opacity: 1;
  transform: translateY(0);
}
.skills-block__title {
  font-size: 16px;
  font-weight: var(--fw-semi);
  margin-bottom: 0;
  min-width: 20%;
}
.skills-block__bar {
  min-width: 447px;
  min-height: 4px;
  background-color: rgba(var(--colorPrimaryRGB), 0.2);
  border-radius: 0px 30px 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .skills-block__bar {
    min-width: 100%;
  }
}
.skills-block__bar__progess {
  min-height: 4px;
  background-color: var(--colorPrimary);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 1s ease-in-out;
}
.skills-block__bar__progess.animated {
  width: 100%;
}
.skills-block__number {
  font-size: 18px;
  font-weight: var(--fw-bold);
  color: var(--colorPrimary);
  margin-bottom: 0;
}

/*-----------------
    6.11 Preloader Styles
-----------------*/
.preloader {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  scrollbar-width: thin;
}
.preloader::-webkit-scrollbar {
  opacity: 0;
  width: 0px; /* Set the width of the scrollbar */
}

.loader {
  --background: linear-gradient(
    135deg,
    var(--colorPrimary),
    var(--colorSecondary)
  );
  --shadow: rgba(--colorPrimaryRGB);
  --text: #6c7486;
  --page: rgba(255, 255, 255, 0.545);
  --page-fold: rgba(255, 255, 255, 0.319);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative;
}

.loader:before,
.loader:after {
  --r: -6deg;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 120px;
  top: 80%;
  box-shadow: 0 10px 8px var(--shadow);
  transform: rotate(var(--r));
}

.loader:before {
  left: 4px;
}

.loader:after {
  --r: 6deg;
  right: 4px;
}

.loader div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  perspective: 600px;
  box-shadow: 0 4px 6px var(--shadow);
  background-image: var(--background);
}

.loader div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.loader div ul li {
  --r: 180deg;
  --o: 0;
  --c: var(--page);
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: 100% 50%;
  color: var(--c);
  opacity: var(--o);
  transform: rotateY(var(--r));
  animation: var(--duration) ease infinite;
}

.loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}

.loader div ul li:nth-child(2) {
  --c: var(--page-fold);
  animation-name: page-2;
}

.loader div ul li:nth-child(3) {
  --c: var(--page-fold);
  animation-name: page-3;
}

.loader div ul li:nth-child(4) {
  --c: var(--page-fold);
  animation-name: page-4;
}

.loader div ul li:nth-child(5) {
  --c: var(--page-fold);
  animation-name: page-5;
}

.loader div ul li svg {
  width: 90px;
  height: 120px;
  display: block;
}

.loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}

.loader div ul li:last-child {
  --o: 1;
}

.loader span {
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  color: var(--text);
}

@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%, 100% {
    opacity: 0;
  }
  50%, 100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
  65%, 100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65%, 100% {
    opacity: 0;
  }
  80%, 100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
  95%, 100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-6 {
  60% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95%, 100% {
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
  }
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/*-----------------
    6.12 Back To Top Button
-----------------*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background-color: var(--colorPrimary);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  font-weight: var(--fw-semi);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  font-weight: var(--fw-semi);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black; /* --- Pijl hover kleur --- */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2); /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*-----------------
    6.13 Circle Round Infinite
-----------------*/
.circlem {
  margin: 0 auto;
  min-height: 170px;
  border-radius: 50%;
  font-weight: bold;
  color: var(--colorSecondary);
  animation: spinZ 20s linear infinite;
  text-align: center;
  display: block;
}
.circlem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16.83px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
/*# sourceMappingURL=maps/main.css.map */
