@import"https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap";
@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";
@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";
@import"https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";
:root {
    --primary: #121212;
    --secondary: #555555;
    --border: rgba(18, 18, 18, 0.08);
    --theme: #121212;
    --black: #121212;
    --black-2: #555555;
    --white: #FFFFFF;
    --white-2: #999999;
    --action: #FFCD4D
}

:root .dark {
    --primary: #ffffff;
    --secondary: #999999;
    --border: rgba(255, 255, 255, 0.08)
}

.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
}

@media only screen and (max-width: 767px) {
    .pb-30 {
        padding-bottom: 25px
    }
}

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

@media only screen and (max-width: 767px) {
    .pb-35 {
        padding-bottom: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .pb-40 {
        padding-bottom: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .pb-45 {
        padding-bottom: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .pb-50 {
        padding-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-55 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .pb-55 {
        padding-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .pb-60 {
        padding-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-65 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .pb-65 {
        padding-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-70 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pb-70 {
        padding-bottom: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-75 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-80 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pb-80 {
        padding-bottom: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-85 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .pb-85 {
        padding-bottom: 35px
    }
}

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

@media only screen and (max-width: 1199px) {
    .pb-90 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 991px) {
    .pb-90 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .pb-90 {
        padding-bottom: 40px
    }
}

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

@media only screen and (max-width: 1199px) {
    .pb-95 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 991px) {
    .pb-95 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .pb-95 {
        padding-bottom: 40px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 991px) {
    .pb-105 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-105 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-110 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-110 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-110 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-115 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-115 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-115 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-120 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-125 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-125 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-125 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-125 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-130 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-135 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-135 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-135 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-135 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-140 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-140 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-140 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-145 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-145 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-145 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-145 {
        padding-bottom: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pb-150 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-150 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-150 {
        padding-bottom: 60px
    }
}

.pb-160 {
    padding-bottom: 160px
}

@media only screen and (max-width: 1399px) {
    .pb-160 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-160 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-160 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-160 {
        padding-bottom: 60px
    }
}

.pb-170 {
    padding-bottom: 170px
}

@media only screen and (max-width: 1399px) {
    .pb-170 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-170 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-170 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-170 {
        padding-bottom: 60px
    }
}

.pb-180 {
    padding-bottom: 180px
}

@media only screen and (max-width: 1399px) {
    .pb-180 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pb-180 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pb-180 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pb-180 {
        padding-bottom: 60px
    }
}

.pb-190 {
    padding-bottom: 190px
}

@media only screen and (max-width: 1199px) {
    .pb-190 {
        padding-bottom: 150px
    }
}

@media only screen and (max-width: 991px) {
    .pb-190 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 767px) {
    .pb-190 {
        padding-bottom: 100px
    }
}

.pb-200 {
    padding-bottom: 200px
}

@media only screen and (max-width: 1199px) {
    .pb-200 {
        padding-bottom: 150px
    }
}

@media only screen and (max-width: 991px) {
    .pb-200 {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 767px) {
    .pb-200 {
        padding-bottom: 100px
    }
}

.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
}

@media only screen and (max-width: 767px) {
    .pt-30 {
        padding-top: 25px
    }
}

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

@media only screen and (max-width: 767px) {
    .pt-35 {
        padding-top: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .pt-40 {
        padding-top: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .pt-45 {
        padding-top: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .pt-50 {
        padding-top: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-55 {
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .pt-55 {
        padding-top: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .pt-60 {
        padding-top: 30px
    }
}

.ptf-60 {
    padding-top: 60px
}

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

@media only screen and (max-width: 991px) {
    .pt-65 {
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .pt-65 {
        padding-top: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-70 {
        padding-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pt-70 {
        padding-top: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-75 {
        padding-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pt-75 {
        padding-top: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-80 {
        padding-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pt-80 {
        padding-top: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-85 {
        padding-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .pt-85 {
        padding-top: 35px
    }
}

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

@media only screen and (max-width: 1199px) {
    .pt-90 {
        padding-top: 70px
    }
}

@media only screen and (max-width: 991px) {
    .pt-90 {
        padding-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .pt-90 {
        padding-top: 40px
    }
}

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

@media only screen and (max-width: 1199px) {
    .pt-95 {
        padding-top: 70px
    }
}

@media only screen and (max-width: 991px) {
    .pt-95 {
        padding-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .pt-95 {
        padding-top: 40px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-100 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 991px) {
    .pt-105 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-105 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-110 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-110 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-110 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-115 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-115 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-115 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-115 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-120 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-125 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-125 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-125 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-125 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-130 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-130 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-130 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-135 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-135 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-135 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-135 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-140 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-140 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-140 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-140 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-145 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-145 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-145 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-145 {
        padding-top: 60px
    }
}

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

@media only screen and (max-width: 1399px) {
    .pt-150 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-150 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top: 60px
    }
}

.pt-160 {
    padding-top: 160px
}

@media only screen and (max-width: 1399px) {
    .pt-160 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-160 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-160 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-160 {
        padding-top: 60px
    }
}

.pt-170 {
    padding-top: 170px
}

@media only screen and (max-width: 1399px) {
    .pt-170 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-170 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-170 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-170 {
        padding-top: 60px
    }
}

.pt-180 {
    padding-top: 180px
}

@media only screen and (max-width: 1399px) {
    .pt-180 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-180 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .pt-180 {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .pt-180 {
        padding-top: 60px
    }
}

.pt-190 {
    padding-top: 190px
}

@media only screen and (max-width: 1199px) {
    .pt-190 {
        padding-top: 150px
    }
}

@media only screen and (max-width: 991px) {
    .pt-190 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 767px) {
    .pt-190 {
        padding-top: 100px
    }
}

.pt-200 {
    padding-top: 200px
}

@media only screen and (max-width: 1199px) {
    .pt-200 {
        padding-top: 150px
    }
}

@media only screen and (max-width: 991px) {
    .pt-200 {
        padding-top: 120px
    }
}

@media only screen and (max-width: 767px) {
    .pt-200 {
        padding-top: 100px
    }
}

.pt-210 {
    padding-top: 210px
}

@media only screen and (max-width: 1919px) {
    .pt-210 {
        padding-top: 170px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-210 {
        padding-top: 160px
    }
}

@media only screen and (max-width: 991px) {
    .pt-210 {
        padding-top: 150px
    }
}

@media only screen and (max-width: 767px) {
    .pt-210 {
        padding-top: 130px
    }
}

.pt-230 {
    padding-top: 230px
}

@media only screen and (max-width: 1919px) {
    .pt-230 {
        padding-top: 190px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-230 {
        padding-top: 180px
    }
}

@media only screen and (max-width: 991px) {
    .pt-230 {
        padding-top: 170px
    }
}

@media only screen and (max-width: 767px) {
    .pt-230 {
        padding-top: 150px
    }
}

.pt-250 {
    padding-top: 250px
}

@media only screen and (max-width: 1919px) {
    .pt-250 {
        padding-top: 200px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-250 {
        padding-top: 200px
    }
}

@media only screen and (max-width: 1199px) {
    .pt-250 {
        padding-top: 190px
    }
}

@media only screen and (max-width: 767px) {
    .pt-250 {
        padding-top: 160px
    }
}

.pl-5 {
    padding-inline-start: 5px
}

@media only screen and (max-width: 767px) {
    .pl-5 {
        padding-inline-start: 0
    }
}

.pl-10 {
    padding-inline-start: 10px
}

@media only screen and (max-width: 767px) {
    .pl-10 {
        padding-inline-start: 0
    }
}

.pl-15 {
    padding-inline-start: 15px
}

@media only screen and (max-width: 767px) {
    .pl-15 {
        padding-inline-start: 0
    }
}

.pl-20 {
    padding-inline-start: 20px
}

@media only screen and (max-width: 991px) {
    .pl-20 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-20 {
        padding-inline-start: 0
    }
}

.pl-25 {
    padding-inline-start: 25px
}

@media only screen and (max-width: 1199px) {
    .pl-25 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-25 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-25 {
        padding-inline-start: 0
    }
}

.pl-30 {
    padding-inline-start: 30px
}

@media only screen and (max-width: 1199px) {
    .pl-30 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-30 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-30 {
        padding-inline-start: 0
    }
}

.pl-35 {
    padding-inline-start: 35px
}

@media only screen and (max-width: 1399px) {
    .pl-35 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-35 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-35 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-35 {
        padding-inline-start: 0
    }
}

.pl-40 {
    padding-inline-start: 40px
}

@media only screen and (max-width: 1399px) {
    .pl-40 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-40 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-40 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-40 {
        padding-inline-start: 0
    }
}

.pl-45 {
    padding-inline-start: 45px
}

@media only screen and (max-width: 1919px) {
    .pl-45 {
        padding-inline-start: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-45 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-45 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-45 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-45 {
        padding-inline-start: 0
    }
}

.pl-50 {
    padding-inline-start: 50px
}

@media only screen and (max-width: 1919px) {
    .pl-50 {
        padding-inline-start: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-50 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-50 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-50 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-50 {
        padding-inline-start: 0
    }
}

.pl-55 {
    padding-inline-start: 55px
}

@media only screen and (max-width: 1919px) {
    .pl-55 {
        padding-inline-start: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-55 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-55 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-55 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-55 {
        padding-inline-start: 0
    }
}

.pl-60 {
    padding-inline-start: 60px
}

@media only screen and (max-width: 1919px) {
    .pl-60 {
        padding-inline-start: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-60 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-60 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-60 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-60 {
        padding-inline-start: 0
    }
}

.pl-65 {
    padding-inline-start: 65px
}

@media only screen and (max-width: 1919px) {
    .pl-65 {
        padding-inline-start: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-65 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-65 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-65 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-65 {
        padding-inline-start: 0
    }
}

.pl-70 {
    padding-inline-start: 70px
}

@media only screen and (max-width: 1919px) {
    .pl-70 {
        padding-inline-start: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-70 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-70 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-70 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-70 {
        padding-inline-start: 0
    }
}

.pl-75 {
    padding-inline-start: 75px
}

@media only screen and (max-width: 1919px) {
    .pl-75 {
        padding-inline-start: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-75 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-75 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-75 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-75 {
        padding-inline-start: 0
    }
}

.pl-80 {
    padding-inline-start: 80px
}

@media only screen and (max-width: 1919px) {
    .pl-80 {
        padding-inline-start: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-80 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-80 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-80 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-80 {
        padding-inline-start: 0
    }
}

.pl-85 {
    padding-inline-start: 85px
}

@media only screen and (max-width: 1919px) {
    .pl-85 {
        padding-inline-start: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-85 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-85 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-85 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-85 {
        padding-inline-start: 0
    }
}

.pl-90 {
    padding-inline-start: 90px
}

@media only screen and (max-width: 1919px) {
    .pl-90 {
        padding-inline-start: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-90 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-90 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-90 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-90 {
        padding-inline-start: 0
    }
}

.pl-100 {
    padding-inline-start: 100px
}

@media only screen and (max-width: 1919px) {
    .pl-100 {
        padding-inline-start: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .pl-100 {
        padding-inline-start: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .pl-100 {
        padding-inline-start: 20px
    }
}

@media only screen and (max-width: 991px) {
    .pl-100 {
        padding-inline-start: 10px
    }
}

@media only screen and (max-width: 767px) {
    .pl-100 {
        padding-inline-start: 0
    }
}

.plr-50 {
    padding-inline-start: 50px;
    padding-inline-end: 50px
}

@media only screen and (max-width: 991px) {
    .plr-50 {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

@media only screen and (max-width: 767px) {
    .plr-50 {
        padding-inline-start: 15px;
        padding-inline-end: 15px
    }
}

.plr-100 {
    padding-inline-start: 100px;
    padding-inline-end: 100px
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-100 {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

@media only screen and (max-width: 1919px) {
    .plr-100 {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

@media only screen and (max-width: 767px) {
    .plr-100 {
        padding-inline-start: 15px;
        padding-inline-end: 15px
    }
}

.plr-150 {
    padding-inline-start: 150px;
    padding-inline-end: 150px
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-150 {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

@media only screen and (max-width: 1919px) {
    .plr-150 {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

@media only screen and (max-width: 767px) {
    .plr-150 {
        padding-inline-start: 15px;
        padding-inline-end: 15px
    }
}

.plr-200 {
    padding-inline-start: 200px;
    padding-inline-end: 200px
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-200 {
        padding-inline-start: 50px;
        padding-inline-end: 50px
    }
}

@media only screen and (max-width: 1919px) {
    .plr-200 {
        padding-inline-start: 50px;
        padding-inline-end: 50px
    }
}

@media only screen and (max-width: 1199px) {
    .plr-200 {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

@media only screen and (max-width: 767px) {
    .plr-200 {
        padding-inline-start: 15px;
        padding-inline-end: 15px
    }
}

.plr-250 {
    padding-inline-start: 250px;
    padding-inline-end: 250px
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-250 {
        padding-inline-start: 50px;
        padding-inline-end: 50px
    }
}

@media only screen and (max-width: 1919px) {
    .plr-250 {
        padding-inline-start: 50px;
        padding-inline-end: 50px
    }
}

@media only screen and (max-width: 1199px) {
    .plr-250 {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

@media only screen and (max-width: 767px) {
    .plr-250 {
        padding-inline-start: 15px;
        padding-inline-end: 15px
    }
}

.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
}

@media only screen and (max-width: 767px) {
    .mt-30 {
        margin-top: 25px
    }
}

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

@media only screen and (max-width: 767px) {
    .mt-35 {
        margin-top: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .mt-40 {
        margin-top: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .mt-45 {
        margin-top: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .mt-50 {
        margin-top: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-55 {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mt-55 {
        margin-top: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mt-60 {
        margin-top: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-65 {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mt-65 {
        margin-top: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-70 {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mt-70 {
        margin-top: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-75 {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mt-75 {
        margin-top: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-80 {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-85 {
        margin-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .mt-85 {
        margin-top: 35px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-90 {
        margin-top: 70px
    }
}

@media only screen and (max-width: 991px) {
    .mt-90 {
        margin-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 40px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-95 {
        margin-top: 70px
    }
}

@media only screen and (max-width: 991px) {
    .mt-95 {
        margin-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .mt-95 {
        margin-top: 40px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-100 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 991px) {
    .mt-105 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-105 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-110 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-110 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-110 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-115 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-115 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-115 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-120 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-125 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-125 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-125 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-130 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-130 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-130 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-135 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-135 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-135 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-140 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-140 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-140 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-145 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-145 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-145 {
        margin-top: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mt-150 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-150 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-150 {
        margin-top: 60px
    }
}

.mt-160 {
    margin-top: 160px
}

@media only screen and (max-width: 1199px) {
    .mt-160 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-160 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-160 {
        margin-top: 60px
    }
}

.mt-170 {
    margin-top: 170px
}

@media only screen and (max-width: 1199px) {
    .mt-170 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-170 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-170 {
        margin-top: 60px
    }
}

.mt-180 {
    margin-top: 180px
}

@media only screen and (max-width: 1199px) {
    .mt-180 {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mt-180 {
        margin-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mt-180 {
        margin-top: 60px
    }
}

.mt-190 {
    margin-top: 190px
}

@media only screen and (max-width: 1199px) {
    .mt-190 {
        margin-top: 150px
    }
}

@media only screen and (max-width: 991px) {
    .mt-190 {
        margin-top: 120px
    }
}

@media only screen and (max-width: 767px) {
    .mt-190 {
        margin-top: 100px
    }
}

.mt-200 {
    margin-top: 200px
}

@media only screen and (max-width: 1199px) {
    .mt-200 {
        margin-top: 150px
    }
}

@media only screen and (max-width: 991px) {
    .mt-200 {
        margin-top: 120px
    }
}

@media only screen and (max-width: 767px) {
    .mt-200 {
        margin-top: 100px
    }
}

.mlr-200 {
    margin-left: 200px !important;
    margin-right: 200px !important
}

.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
}

@media only screen and (max-width: 767px) {
    .mb-30 {
        margin-bottom: 25px
    }
}

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

@media only screen and (max-width: 767px) {
    .mb-35 {
        margin-bottom: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .mb-45 {
        margin-bottom: 30px
    }
}

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

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-55 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mb-55 {
        margin-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mb-60 {
        margin-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-65 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .mb-65 {
        margin-bottom: 30px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-70 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mb-70 {
        margin-bottom: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-75 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mb-75 {
        margin-bottom: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-80 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 35px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-85 {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .mb-85 {
        margin-bottom: 35px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-90 {
        margin-bottom: 70px
    }
}

@media only screen and (max-width: 991px) {
    .mb-90 {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 40px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-95 {
        margin-bottom: 70px
    }
}

@media only screen and (max-width: 991px) {
    .mb-95 {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .mb-95 {
        margin-bottom: 40px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-100 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 991px) {
    .mb-105 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-105 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-110 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-110 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-110 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-115 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-115 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-115 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-120 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-125 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-125 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-125 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-130 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-130 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-130 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-135 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-135 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-135 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-140 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-140 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-140 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-145 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-145 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-145 {
        margin-bottom: 60px
    }
}

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

@media only screen and (max-width: 1199px) {
    .mb-150 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-150 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-150 {
        margin-bottom: 60px
    }
}

.mb-160 {
    margin-bottom: 160px
}

@media only screen and (max-width: 1199px) {
    .mb-160 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-160 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-160 {
        margin-bottom: 60px
    }
}

.mb-170 {
    margin-bottom: 170px
}

@media only screen and (max-width: 1199px) {
    .mb-170 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-170 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-170 {
        margin-bottom: 60px
    }
}

.mb-180 {
    margin-bottom: 180px
}

@media only screen and (max-width: 1199px) {
    .mb-180 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .mb-180 {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 767px) {
    .mb-180 {
        margin-bottom: 60px
    }
}

.mb-190 {
    margin-bottom: 190px
}

@media only screen and (max-width: 1199px) {
    .mb-190 {
        margin-bottom: 150px
    }
}

@media only screen and (max-width: 991px) {
    .mb-190 {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 767px) {
    .mb-190 {
        margin-bottom: 100px
    }
}

.mb-200 {
    margin-bottom: 200px
}

@media only screen and (max-width: 1199px) {
    .mb-200 {
        margin-bottom: 150px
    }
}

@media only screen and (max-width: 991px) {
    .mb-200 {
        margin-bottom: 120px
    }
}

@media only screen and (max-width: 767px) {
    .mb-200 {
        margin-bottom: 100px
    }
}

.ml-5 {
    margin-left: 5px
}

@media only screen and (max-width: 767px) {
    .ml-5 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 767px) {
    .ml-10 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 767px) {
    .ml-15 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 991px) {
    .ml-20 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-20 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1199px) {
    .ml-25 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-25 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-25 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1199px) {
    .ml-30 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-30 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-30 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1399px) {
    .ml-35 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-35 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-35 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-35 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1399px) {
    .ml-40 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-40 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-40 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-40 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-45 {
        margin-left: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-45 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-45 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-45 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-45 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-50 {
        margin-left: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-50 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-50 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-50 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-50 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-55 {
        margin-left: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-55 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-55 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-55 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-55 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-60 {
        margin-left: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-60 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-60 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-60 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-60 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-65 {
        margin-left: 40px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-65 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-65 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-65 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-65 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-70 {
        margin-left: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-70 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-70 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-70 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-70 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-75 {
        margin-left: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-75 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-75 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-75 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-75 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-80 {
        margin-left: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-80 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-80 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-80 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-80 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-85 {
        margin-left: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-85 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-85 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-85 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-85 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-90 {
        margin-left: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-90 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-90 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-90 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-90 {
        margin-left: 0
    }
}

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

@media only screen and (max-width: 1919px) {
    .ml-100 {
        margin-left: 50px
    }
}

@media only screen and (max-width: 1399px) {
    .ml-100 {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .ml-100 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .ml-100 {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ml-100 {
        margin-left: 0
    }
}

.ptf-70 {
    padding-top: 70px
}

.ptf-80 {
    padding-top: 80px
}

@media only screen and (max-width: 767px) {
    .sm-pb-30 {
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .sm-pb-40 {
        padding-bottom: 40px
    }
}

.mbm-1 {
    margin-bottom: -1px
}

:root {
    --font_kanit: "Kanit", sans-serif;
    --font_awesome: "Font Awesome 6 Free"
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: var(--font_kanit);
    line-height: 1
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: var(--primary)
}

ul,
ol {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a {
    text-decoration: none;
    transition: all .3s;
    color: inherit
}

a:hover {
    color: var(--primary)
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

p {
    padding: 0;
    margin: 0;
    line-height: 1.41;
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary)
}

strong {
    font-weight: 500
}

video,
iframe,
img {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.medium {
    font-weight: 600
}

.bold {
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .g-0 {
        padding-right: 15px;
        padding-left: 15px
    }
    .row.g-0 {
        padding-right: 0;
        padding-left: 0
    }
    
}

main {
    display: inline-block;
    width: 100%
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

@font-face {
    font-family: "recoleta";
    src: url("../fonts/recoleta/Latinotype - Recoleta Medium.otf");
    font-display: swap
}

@font-face {
    font-family: "beatricetrial";
    src: url("../fonts/Beatrice/BeatriceTRIAL-Regular-BF64829e8f591fb.ttf");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "beatricetrial";
    src: url("../fonts/Beatrice/BeatriceTRIAL-Medium-BF64829e8f63463.ttf");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "getaway";
    src: url("../fonts/getaway/getaway.otf");
    font-display: swap
}

@font-face {
    font-family: "canelatrial";
    src: url("../fonts/Canela-Medium-Trial/Canela-Thin-Trial.otf");
    font-display: swap
}

@font-face {
    font-family: "bonvivant";
    src: url("../fonts/BonVivant/BonVivant-Regular.ttf");
    font-display: swap
}

:root {
    --font_recoleta: "recoleta";
    --font_teko: "Teko", sans-serif;
    --font_dmsans: "DM Sans", sans-serif;
    --font_plusjakartasans: "Plus Jakarta Sans", sans-serif;
    --font_beatricetrial: "beatricetrial";
    --font_khand: "Khand", sans-serif;
    --font_getaway: "getaway";
    --font_instrumentsans: "Instrument Sans", sans-serif;
    --font_spacegrotesk: "Space Grotesk", sans-serif;
    --font_canelatrial: "canelatrial";
    --font_bonvivant: "bonvivant"
}

.font-heading-recoleta-medium h1,
.font-heading-recoleta-medium h2,
.font-heading-recoleta-medium h3,
.font-heading-recoleta-medium h4,
.font-heading-recoleta-medium h5,
.font-heading-recoleta-medium h6 {
    font-family: var(--font_recoleta);
    font-weight: 500;
    line-height: 1.05
}

.font-heading-teko-bold h1,
.font-heading-teko-bold h2,
.font-heading-teko-bold h3,
.font-heading-teko-bold h4,
.font-heading-teko-bold h5,
.font-heading-teko-bold h6 {
    font-family: var(--font_teko);
    font-weight: 700;
    line-height: .94
}

.font-heading-dmsans-medium h1,
.font-heading-dmsans-medium h2,
.font-heading-dmsans-medium h3,
.font-heading-dmsans-medium h4,
.font-heading-dmsans-medium h5,
.font-heading-dmsans-medium h6 {
    font-family: var(--font_dmsans);
    font-weight: 500;
    line-height: 1
}

.font-heading-plusjakartasans-regular h1,
.font-heading-plusjakartasans-regular h2,
.font-heading-plusjakartasans-regular h3,
.font-heading-plusjakartasans-regular h4,
.font-heading-plusjakartasans-regular h5,
.font-heading-plusjakartasans-regular h6 {
    font-family: var(--font_plusjakartasans);
    font-weight: 400;
    line-height: 1
}

.font-heading-plusjakartasans-regular-2 h1,
.font-heading-plusjakartasans-regular-2 h2,
.font-heading-plusjakartasans-regular-2 h3,
.font-heading-plusjakartasans-regular-2 h4,
.font-heading-plusjakartasans-regular-2 h5,
.font-heading-plusjakartasans-regular-2 h6 {
    font-family: var(--font_plusjakartasans);
    font-weight: 400;
    line-height: 1.08
}

.font-heading-beatricetrial-regular h1,
.font-heading-beatricetrial-regular h2,
.font-heading-beatricetrial-regular h3,
.font-heading-beatricetrial-regular h4,
.font-heading-beatricetrial-regular h5,
.font-heading-beatricetrial-regular h6 {
    font-family: var(--font_beatricetrial);
    font-weight: 400;
    line-height: 1.07
}

.font-heading-beatricetrial-regular-2 h1,
.font-heading-beatricetrial-regular-2 h2,
.font-heading-beatricetrial-regular-2 h3,
.font-heading-beatricetrial-regular-2 h4,
.font-heading-beatricetrial-regular-2 h5,
.font-heading-beatricetrial-regular-2 h6 {
    font-family: var(--font_beatricetrial);
    font-weight: 400;
    line-height: 1.08
}

.font-heading-beatricetrial-medium h1,
.font-heading-beatricetrial-medium h2,
.font-heading-beatricetrial-medium h3,
.font-heading-beatricetrial-medium h4,
.font-heading-beatricetrial-medium h5,
.font-heading-beatricetrial-medium h6 {
    font-family: var(--font_beatricetrial);
    font-weight: 500;
    line-height: 1.08
}

.font-heading-khand-bold h1,
.font-heading-khand-bold h2,
.font-heading-khand-bold h3,
.font-heading-khand-bold h4,
.font-heading-khand-bold h5,
.font-heading-khand-bold h6 {
    font-family: var(--font_khand);
    font-weight: 700;
    line-height: .88
}

.font-heading-instumentsans-medium h1,
.font-heading-instumentsans-medium h2,
.font-heading-instumentsans-medium h3,
.font-heading-instumentsans-medium h4,
.font-heading-instumentsans-medium h5,
.font-heading-instumentsans-medium h6 {
    font-family: var(--font_instrumentsans);
    font-weight: 500;
    line-height: 1
}

.font-heading-instumentsans-semibold h1,
.font-heading-instumentsans-semibold h2,
.font-heading-instumentsans-semibold h3,
.font-heading-instumentsans-semibold h4,
.font-heading-instumentsans-semibold h5,
.font-heading-instumentsans-semibold h6 {
    font-family: var(--font_instrumentsans);
    font-weight: 600;
    line-height: 1
}

.font-heading-spacegrotesk-bold h1,
.font-heading-spacegrotesk-bold h2,
.font-heading-spacegrotesk-bold h3,
.font-heading-spacegrotesk-bold h4,
.font-heading-spacegrotesk-bold h5,
.font-heading-spacegrotesk-bold h6 {
    font-family: var(--font_spacegrotesk);
    font-weight: 700;
    line-height: 1
}

.font-heading-canelatrial-thin h1,
.font-heading-canelatrial-thin h2,
.font-heading-canelatrial-thin h3,
.font-heading-canelatrial-thin h4,
.font-heading-canelatrial-thin h5,
.font-heading-canelatrial-thin h6 {
    font-family: var(--font_canelatrial);
    font-weight: 300;
    line-height: 1.2
}

.cf_parallax_image {
    overflow: hidden
}

@keyframes wcBubble {
    0% {
        scale: 1
    }
    50% {
        scale: 1.5
    }
    100% {
        scale: 1
    }
}

@keyframes wcZoom {
    0% {
        scale: 1
    }
    50% {
        scale: .5
    }
    100% {
        scale: 1
    }
}

@keyframes wcZoom_2 {
    0% {
        scale: 1
    }
    50% {
        scale: .9
    }
    100% {
        scale: 1
    }
}

@keyframes wcSlideBottom {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(50px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes reveal {
    to {
        opacity: 1;
        filter: blur(0px)
    }
}

@keyframes wcfadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes characters {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@keyframes sheen {
    50% {
        transform: translateY(-20px);
        color: var(--primary)
    }
}

.body-overlay {
    position: fixed;
    z-index: 9;
    pointer-events: none;
    top: 0;
    opacity: 1;
    inset-inline-start: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    background-position: top left;
    background-image: url(../imgs/writer/body-bg.webp)
}

.container-xl {
    max-width: 1550px
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #d6d6d6
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.pagination.style-1 {
    display: flex;
    gap: 20px
}

.pagination.style-1 li:last-child {
    padding-inline-start: 20px
}

.pagination.style-1 li a {
    display: flex;
    align-items: center;
    gap: 10px
}

.dir-rtl .pagination.style-1 li a img {
    transform: rotate(180deg)
}

.pagination.style-1 li a.current {
    color: #999
}

.register-form-box {
    background-color: var(--white);
    border-radius: 30px;
    width: 420px;
    padding: 70px 45px 80px;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .register-form-box {
        margin: 0 10px;
        padding: 50px 25px 60px;
        width: calc(100% - 20px)
    }
}

.register-form-box .close-btn {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 50%
}

.register-form-box .btn-wrapper {
    position: absolute;
    right: 10px;
    top: 10px
}

.register-form-box .title {
    font-size: 30px
}

.register-form-box .title span {
    font-weight: 400;
    color: var(--primary)
}

.register-form-box .icon {
    margin-top: 20px;
    margin-bottom: 45px
}

.register-form-box .input-field input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 30px;
    padding: 0 30px;
    outline: none
}

.register-form-box .input-field input:focus {
    border-color: var(--theme)
}

.register-form-box .input-field:not(:first-child) {
    margin-top: 12px
}

.register-form-box .policy-field {
    margin-top: 20px;
    margin-bottom: 42px;
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.register-form-box .policy-field label {
    font-size: 14px
}

.register-form-box .policy-field label a {
    font-weight: 600;
    text-decoration: underline
}

.register-form-box .note {
    margin-top: 15px;
    text-align: start
}

.register-form-box .note p {
    font-size: 14px
}

.register-form-box .note p a {
    font-weight: 600;
    text-decoration: underline
}

.register-form-box button {
    width: 100%
}

.register-form-box .alternative-title {
    font-size: 16px;
    position: relative;
    margin-top: 38px
}

.register-form-box .alternative-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(18, 18, 18, 0.08);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.register-form-box .alternative-title span {
    padding: 0 18px;
    background-color: var(--white);
    display: inline-block;
    position: relative
}

.register-form-box .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 37px
}

.register-form-box .social-links a {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary)
}

.register-form-box .social-links a:hover {
    background-color: var(--theme)
}

.login-form-box {
    background-color: var(--white);
    border-radius: 30px;
    width: 420px;
    padding: 70px 45px 80px;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .login-form-box {
        margin: 0 10px;
        padding: 50px 25px 60px;
        width: calc(100% - 20px)
    }
}

.login-form-box .close-btn {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 50%
}

.login-form-box .btn-wrapper {
    position: absolute;
    right: 10px;
    top: 10px
}

.login-form-box .title {
    font-size: 30px
}

.login-form-box .title span {
    font-weight: 400;
    color: var(--primary)
}

.login-form-box .icon {
    margin-top: 20px;
    margin-bottom: 45px
}

.login-form-box .input-field input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 30px;
    padding: 0 30px;
    outline: none
}

.login-form-box .input-field input:focus {
    border-color: var(--theme)
}

.login-form-box .input-field:not(:first-child) {
    margin-top: 12px
}

.login-form-box .policy-field {
    margin-top: 15px;
    margin-bottom: 42px;
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.login-form-box .policy-field label {
    font-size: 14px
}

.login-form-box .policy-field label a {
    font-weight: 600;
    text-decoration: underline
}

.login-form-box .note {
    margin-top: 15px;
    text-align: start
}

.login-form-box .note p {
    font-size: 14px
}

.login-form-box .note p a {
    font-weight: 600;
    text-decoration: underline
}

.login-form-box button {
    width: 100%
}

.login-form-box .forget-password {
    font-size: 14px;
    color: var(--theme);
    margin-left: auto
}

.pos-abs {
    position: absolute
}

.header-area {
    transition: .3s
}
.
.header-area.sticky {
    position: fixed !important;
    background-color: var(--white);
    z-index: 999
}



.menuSectionArea .main-menu li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 16px 20px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-left: 0px;

}

@media screen and (min-width: 1025px) {
/*    .main-menu ul li:hover:after,.main-menu ul li.action:after { display:none; }*/
    .main-menu > ul > li:hover:after {background: #ffd451;}
.menuSectionArea .main-menu > ul > li > a{ position:relative; }
.menuSectionArea .main-menu > ul > li > a:before{ position: absolute; left: 0; top:0; width:0%; height:100%; transform: skewX(-20deg); background:#ffd451; content:''; transition: all .2s;}
.menuSectionArea .main-menu > ul > li > a span{position:relative; white-space: nowrap;}
.menuSectionArea .main-menu > ul > li.action > a,
.menuSectionArea .main-menu > ul > li:hover > a
{color:#242456; transition: all .2s;}

.menuSectionArea .main-menu > ul > li.action > a:before,
.menuSectionArea .main-menu > ul > li:hover > a:before
{width: 102%; transition: all .2s;}
.menuSectionArea .main-menu > ul > li.action > a:before{background:#efbb1e; }

/*.menuSectionArea .main-menu > ul > li > a{ transform: skewX(-20deg);}
.menuSectionArea .main-menu > ul > li > a span{ transform: skewX(20deg);}*/
}

@media screen and (max-width: 1024px) {
.menuSectionArea .main-menu > ul > li.action > a,
.menuSectionArea .main-menu > ul > li:hover > a
{ background:#ffd451; color:#242456; }

}

.menuSectionArea .logoMenuArea{display: none;}
.header-area.sticky .logoMenuArea{display: block;}
.menuSectionArea{ width:100%;  background:#242456; }

.menuSectionArea .logoMenuArea img{height: 35px;
filter: brightness(0) saturate(100%) invert(94%) sepia(53%) saturate(1731%) hue-rotate(317deg) brightness(104%) contrast(101%);
}
.menuSectionArea .logoMenuArea .logoTitle{ font-size:14px; color:#fff }


.dark .header-area.sticky {
    background-color: #121212
}

.header-area.sticky .header-area__inner {
    height: 70px !important
}

.header-area  button i {
       color: #242456;
    font-size: 25px;
}

.modal {
    z-index: 99999
}

.modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.btn-primary {
    background-color: rgba(0, 0, 0, 0);
    color: unset;
    border: unset;
    outline: unset
}

.btn-primary:hover {
    background-color: unset
}

.btn-primary:focus {
    outline: unset;
    background-color: unset;
    border: unset
}

.form-search input {
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: var(--white)
}

.form-search input:focus {
    outline: 0
}

.form-search {
    display: flex;
    gap: 10px;
    border: 1px solid #19242b;
    border-radius: 70px;
    padding: 0 15px
}

.form-search button i {
    color: var(--white)
}

.btn-close {
    content: "";
    font-family: "icomoon";
    font-size: 16px;
    opacity: 1;
    filter: brightness(100) contrast(0);
    border-radius: 50px;
    width: 2em;
    height: 2em;
    border: 1px solid var(--white);
    position: absolute;
    inset-inline-end: 20px;
    top: 20px;
    transition: unset
}

.modal {
    background-color: var(--primary)
}

@media screen and (min-width: 1550px) {
    .container-large {
        max-width: 1630px
    }
    .container-x-large {
        max-width: 1790px
    }
    .container-hd {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }
}

.circle-text {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .circle-text {
        width: 120px;
        height: 120px
    }
}

.circle-text .text {
    animation: spinner 5s infinite linear;
    padding: 2px
}

.circle-text .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.circle-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 37px solid rgba(0, 0, 0, 0);
    border-radius: 50%
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.fix {
    overflow: hidden
}

.bg-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bg-full img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.has-top-line {
    position: relative;
    padding-top: 10px
}

.has-top-line:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    top: 0;
    left: 0
}

.has-bottom-line {
    position: relative;
    padding-bottom: 10px
}

.has-bottom-line:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    left: 0
}

.has-left-line {
    position: relative;
    padding-inline-start: 35px;
    display: inline-block
}

.has-left-line:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: currentColor;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%)
}

.has-right-line {
    position: relative;
    padding-inline-end: 35px;
    display: inline-block
}

.has-right-line:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: currentColor;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%)
}

.wc-btn-play {
    width: 56px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid currentColor;
    color: var(--primary);
    border-radius: 50%;
    transition: all .5s;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .wc-btn-play {
        width: 50px;
        height: 50px;
        font-size: 12px;
        border-width: 1px
    }
}

.wc-btn-play:hover {
    color: var(--theme, --action)
}

.wc-btn-play.light {
    color: var(--white)
}

.wc-btn-play.light:hover {
    color: var(--white)
}

.wc-btn-play.dark {
    color: var(--black)
}

.wc-btn-play.dark:hover {
    color: var(--black)
}

.show-light {
    display: inline-block
}

.dark .show-light {
    display: none
}

.show-dark {
    display: none
}

.dark .show-dark {
    display: inline-block
}

.line-area {
    position: relative;
    z-index: 1
}

.lines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: -1
}

.lines .line {
    width: 1px;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.08);
    display: inline-block;
    position: relative;
    z-index: 1
}

.wc-btn-icon i {
    transform: rotate(-45deg);
    transition: all .3s;
    font-size: 20px;
    color: var(--primary)
}

.dir-rtl .wc-btn-icon i {
    transform: rotate(-135deg)
}

.wc-btn-icon:hover i {
    transform: rotate(0)
}

.dir-rtl .wc-btn-icon:hover i {
    transform: rotate(-180deg)
}

.list-check li {
    position: relative;
    padding-inline-start: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px
}

.list-check li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    background-image: url("../imgs/electrician/check-mark.webp");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    top: 4px;
    transform: rotateY(0deg)
}

.dir-rtl .list-check li::before {
    transform: rotateY(180deg)
}

.list-check li:last-child {
    margin-bottom: 0
}

.list-plus li {
    position: relative;
    padding-inline-start: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
    width: 100%
}

.list-plus li::before {
    content: "+";
    position: absolute;
    inset-inline-start: 0;
    top: -10px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1
}

.list-plus li:not(:last-child) {
    margin-bottom: 10px
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.pagination-with-dash {
    font-size: 14px;
    display: flex;
    gap: 10px;
    color: var(--primary);
    align-items: center
}

.pagination-with-dash .dash {
    width: 100px;
    height: 1px;
    background-color: var(--primary)
}

.pagination-with-dash .swiper-pagination-current {
    display: flex;
    gap: 5px;
    align-items: center
}

.pagination-with-dash .swiper-pagination-total {
    display: flex;
    gap: 5px;
    align-items: center
}

.wcf__toggle_switcher .slide-toggle-wrapper {
    display: flex;
    justify-content: center
}

.wcf__toggle_switcher .slide-toggle-btn {
    --switcher-width: 40px;
    --switcher-border-width: 2px;
    --switcher-indicator-width: 16px;
    background-color: #f0f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wcf__toggle_switcher .slide-toggle-btn input {
    display: none
}

.wcf__toggle_switcher .before_label,
.wcf__toggle_switcher .after_label {
    cursor: pointer;
    font-size: 18px;
    color: var(--primary)
}

.wcf__toggle_switcher .toggle-pane {
    display: none
}

.wcf__toggle_switcher .toggle-pane.show {
    display: block
}

.wcf__toggle_switcher.style-1 .switcher {
    display: inline-block;
    width: var(--switcher-width);
    height: 20px;
    background-color: #999;
    border: var(--switcher-border-width) solid #999;
    border-radius: 10px;
    position: relative;
    cursor: pointer
}

.wcf__toggle_switcher.style-1 .switcher::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: var(--switcher-indicator-width);
    height: var(--switcher-indicator-width);
    background-color: #fff;
    border-radius: 50%;
    transition: transform .3s;
    transform: translate(0px, -50%)
}

.wcf__toggle_switcher.style-1 input:checked+.switcher::before {
    transform: translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))), -50%)
}

.wcf__toggle_switcher.style-1 input:checked+.switcher {
    background-color: #000;
    border-color: #000
}

.wcf__toggle_switcher.style-2 .before_label,
.wcf__toggle_switcher.style-2 .after_label {
    padding: 22px 38px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1;
    color: var(--primary)
}

.wcf__toggle_switcher.style-2 .before_label:after,
.wcf__toggle_switcher.style-2 .after_label:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--theme);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s
}

.wcf__toggle_switcher.style-2 .before_label.active,
.wcf__toggle_switcher.style-2 .after_label.active {
    color: var(--primary)
}

.wcf__toggle_switcher.style-2 .before_label.active:after,
.wcf__toggle_switcher.style-2 .after_label.active:after {
    opacity: 1;
    visibility: visible;
    transform: translatex(0)
}

.wcf__toggle_switcher.style-2 .before_label:after {
    transform: translatex(100%)
}

.wcf__toggle_switcher.style-2 .after_label:after {
    transform: translatex(-100%)
}

.wcf__toggle_switcher.style-2 .slide-toggle-btn {
    gap: 0;
    border-radius: 60px
}

html {
    --container-max-widths: 1320px
}

@media only screen and (max-width: 1399px) {
    html {
        --container-max-widths: 1140px
    }
}

@media only screen and (max-width: 1199px) {
    html {
        --container-max-widths: 960px
    }
}

@media only screen and (max-width: 991px) {
    html {
        --container-max-widths: 720px
    }
}

@media only screen and (max-width: 767px) {
    html {
        --container-max-widths: 540px
    }
}

body {
    background-color: #f5f5f5;
    color: var(--secondary)
}

.dark body {
    background-color: #121212
}

.body-wrapper {
    background-color: var(--white);
    overflow: hidden
}

.dark .body-wrapper {
    background-color: var(--black)
}

.img_anim_reveal {
    visibility: hidden;
    overflow: hidden
}

.img_anim_reveal img {
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left
}

.anim-reveal {
    overflow: hidden
}

.anim-reveal-line {
    overflow: hidden
}

.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.color-primary {
    color: var(--primary)
}

.color-secondary {
    color: var(--secondary)
}

.wc-bg-white {
    background-color: var(--white)
}

.wc-bg-black {
    background-color: var(--black)
}

.wc-bg-primary {
    background-color: var(--primary)
}

.wc-bg-secondary {
    background-color: var(--secondary)
}

.wc-bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.wc-bg-40 {
    background:#dff4fd !important
}

.zi-1 {
    z-index: 1
}

.zi-2 {
    z-index: 2
}

.zi-0 {
    z-index: 0
}

.zi--1 {
    z-index: -1
}

.box-layout {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden !important
}

.text-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px
}

.vertically-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.text-indent-40 {
    text-indent: 40px
}

.text-indent-50 {
    text-indent: 50px
}

header {
    margin-bottom: -1px;
    z-index: 100
}

section {
    margin-bottom: -1px
}

.dir-rtl {
    direction: rtl
}

.line-divider-sm {
    height: .5px;
    background-color: var(--black-9)
}

.dark .line-divider-sm {
    background-color: #e9e9e9
}

.admin-bar header,
.admin-bar .body-wrapper {
    margin-top: 32px
}

.swiper,
.swiper-container {
    direction: ltr
}

.border-e-0 {
    border-inline-end: 0 !important
}

.border-s-0 {
    border-inline-start: 0 !important
}

.hover-zoom li a:hover {
    transform: scale(1.1)
}

.hover-rotate li a i {
    transition: all 1s
}

.hover-rotate li a:hover i {
    transform: rotate(360deg)
}

.hover-space li a:hover {
    letter-spacing: 1px
}

.hover-border-move li a {
    position: relative;
    transition: all .5s
}

.hover-border-move li a:hover::after {
    width: 100%;
    left: auto;
    right: 0
}

.hover-border-move li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .5s;
    background-color: currentColor
}

.menu-hover-default li a:hover {
    color: var(--primary)
}

.menu-hover-space li a:hover {
    letter-spacing: 1px
}

.blog-img-leftmove img {
    transform: scale(1.1);
    transition: all .5s
}

.blog-img-leftmove:hover img {
    transform: scale(1.1) translateX(4%)
}

.blog-img-zoom {
    overflow: hidden
}

.blog-img-zoom img {
    transform: scale(1);
    transition: all 1s
}

.blog-img-zoom:hover img {
    transform: scale(1.1)
}

.anim_img_zoom img {
    transform: scale(1);
    transition: all 1s
}

.anim_img_zoom:hover img {
    transform: scale(1.1)
}

.title-hover-flip {
    overflow: hidden;
    perspective: 1000px
}

.title-hover-flip strong {
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: transform .5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d
}

.title-hover-flip strong:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: all .5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0
}

.title-hover-flip:hover strong {
    transform: rotateX(90deg) translateY(-22px)
}

.service-hover-default:hover {
    background-color: var(--white-6)
}

.service-rollover-right {
    position: relative;
    transition: all .5s
}

.service-rollover-right::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--white-6);
    transition: all .5s cubic-bezier(0.42, 0, 0.58, 1)
}

.service-rollover-right:hover::after {
    width: 100%;
    left: auto;
    right: 0%
}

.service-rollover-left {
    position: relative;
    transition: all .5s
}

.service-rollover-left::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--white-6);
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1
}

.service-rollover-left:hover::after {
    width: 100%;
    right: auto;
    left: 0%
}

.service-rollover-top {
    position: relative;
    transition: all .5s
}

.service-rollover-top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: var(--white-6);
    transition: all .5s cubic-bezier(0.42, 0, 0.58, 1)
}

.service-rollover-top:hover::after {
    height: 100%;
    bottom: auto;
    top: 0%
}

.service-rollover-bottom {
    position: relative;
    transition: all .5s
}

.service-rollover-bottom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: var(--white-6);
    transition: all .5s cubic-bezier(0.42, 0, 0.58, 1)
}

.service-rollover-bottom:hover::after {
    height: 100%;
    top: auto;
    bottom: 0%
}

.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 9em;
    width: 9em;
    border: 10px solid var(--white);
    border-top-color: var(--primary);
    margin: 0 auto 3.5em auto
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .spinner {
        margin: 0 auto .2em auto
    }
}

.container-preloader .animation-preloader .txt-loading {
    font: bold 5em "Montserrat", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: var(--white);
    position: relative;
    display: inline-block
}

.dark .container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .txt-loading .characters {
        font-size: 50px
    }
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    color: var(--primary);
    content: attr(data-text);
    animation: characters 4s infinite;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: rotateY(-90deg)
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: .2s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: .4s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: .6s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: .8s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s
}

.container-preloader .loader-section {
    background-color: var(--black);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.dark .container-preloader .loader-section {
    background-color: var(--white)
}

.container-preloader .loader-section.section-left {
    left: 0
}

.container-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: .7s .3s all cubic-bezier(0.1, 0.1, 0.1, 1)
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: .7s .3s all cubic-bezier(0.1, 0.1, 0.1, 1)
}

.scroll__down {
    display: flex;
    gap: 20px;
    align-items: center
}

.scroll__down p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.9;
    text-transform: uppercase;
    color: var(--white)
}

.scroll__down span {
    width: 66px;
    height: 106px;
    border: 1px solid var(--black-6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 89px
}

.scroll__down span i {
    color: var(--white)
}

.scroll__down-wrapper {
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 1399px) {
    .scroll__down-wrapper {
        height: 380px
    }
}

@media only screen and (max-width: 1199px) {
    .scroll__down-wrapper {
        height: 350px
    }
}

@media only screen and (max-width: 767px) {
    .scroll__down-wrapper {
        height: auto;
        padding: 40px 0
    }
}

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 0px;
    z-index: 9999;
    background: var(--white);
    border-radius: 100px;
    mix-blend-mode: exclusion;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.scroll-top.showed {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

.go-top-writer {
    width: 105px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: var(--white);
    background-image: url(../imgs/writer/go-top.webp);
    background-position: right center;
    background-repeat: no-repeat;
    right: 16%;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all .5s
}

.dark .go-top-writer {
    color: var(--black);
    background-image: url(../imgs/writer/go-top-light.webp)
}

.go-top-writer:hover {
    color: var(--primary)
}

.go-top-writer.showed {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

@media only screen and (max-width: 767px) {
    .go-top-writer br {
        display: block
    }
}

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear
}

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

.progress-wrap::after {
    position: absolute;
    content: "";
    font: var(--fa-font-solid);
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--black);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
    border-radius: 50px
}

.progress-wrap svg path {
    fill: var(--black-6)
}

.progress-wrap svg.progress-circle path {
    fill: var(--white);
    stroke: var(--theme);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear
}

.light .scroll__down p {
    color: var(--black)
}

.light .scroll__down span {
    border-color: var(--white-3)
}

.light .scroll__down span i {
    color: var(--black)
}

.light.go-top-writer {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../imgs/writer/go-top-light.webp)
}

.light.progress-wrap {
    margin: 0;
    background-color: rgba(0, 0, 0, 0)
}

.light.progress-wrap svg path {
    fill: var(--black)
}

.light.progress-wrap::after {
    color: var(--white)
}

.b-radius {
    border-radius: 12px
}

.wc-btn {
    display: inline-flex;
    transition: all .3s
}

.wc-btn-default {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    padding: 17px 35px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(18, 18, 18, 0.08);
    overflow: hidden;
    transition: all .3s
}

.wc-btn-default:hover {
    color: var(--white)
}

.dark .wc-btn-default {
    color: var(--black)
}

.dark .wc-btn-default:hover {
    color: var(--black)
}

.dir-rtl .wc-btn-default i {
    transform: rotateY(180deg)
}

.wc-btn-border {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 16px 30px;
    border: 1px solid var(--white);
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
    position: relative
}

.wc-btn-border:hover {
    color: var(--white)
}

.dark .wc-btn-border {
    color: var(--black);
    border-color: var(--black)
}

.dark .wc-btn-border:hover {
    color: var(--black)
}

.wc-btn-primary {
    padding: 21px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 15px;
    text-transform: capitalize;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap
}

.dark .wc-btn-primary {
    color: var(--black)
}

@media only screen and (max-width: 991px) {
    .wc-btn-primary {
        padding: 16px 25px
    }
}

.wc-btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.wc-btn-primary.bordered {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.wc-btn-primary.bordered:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white)
}

.dark .wc-btn-primary.bordered:hover {
    color: var(--black)
}

.dir-rtl .wc-btn-primary i {
    transform: rotateY(180deg)
}

.wc-btn-circle {
    text-align: center;
    width: 70px;
    height: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .wc-btn-circle {
        width: 50px;
        height: 50px
    }
}

.wc-btn-circle:hover {
    background-color: var(--black);
    color: var(--white)
}

.wc-btn-oval {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
    border: 1px solid #3f3a36;
    display: inline-block;
    padding: 32px 52px;
    text-align: center;
    transition: all .3s;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%
}

.dark .wc-btn-oval {
    color: var(--black)
}

.wc-btn-oval:hover {
    color: var(--primary)
}

.wc-btn-light {
    color: var(--white) !important;
    border-color: var(--white) !important
}

.wc-btn-light:hover {
    color: var(--black) !important
}

.wc-btn-light span {
    background-color: var(--white) !important
}

.wc-btn-ellipse {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    padding: 45px 45px;
    position: relative;
    display: inline-block;
    background-color: var(--white);
    border-radius: 100%;
    border-top-left-radius: 200%;
    border-bottom-right-radius: 200%;
    z-index: 1
}

.dark .wc-btn-ellipse {
    color: var(--black);
    background-color: var(--black)
}

.wc-btn-ellipse:before {
    position: absolute;
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 2px);
    background-color: var(--black);
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border-top-left-radius: 200%;
    border-bottom-right-radius: 200%
}

.dark .wc-btn-ellipse:before {
    background-color: #ededed
}

.wc-btn-appointment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--blue-6);
    text-align: center;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 215px;
    width: 215px;
    padding: 20px
}

@media only screen and (max-width: 1199px) {
    .wc-btn-appointment {
        width: 200px;
        height: 200px
    }
}

@media only screen and (max-width: 991px) {
    .wc-btn-appointment {
        width: 170px;
        height: 170px;
        font-size: 18px
    }
}

.wc-btn-appointment i {
    font-size: 24px;
    margin-bottom: 10px
}

.wc-btn-appointment:hover {
    color: var(--blue-3)
}

.wc-btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: var(--white);
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.dark .wc-btn-link {
    color: var(--black)
}

.wc-btn-link i {
    transform: rotate(-45deg);
    transition: all .3s
}

.wc-btn-link:hover {
    color: var(--primary)
}

.wc-btn-link:hover i {
    transform: rotate(0);
    color: var(--primary)
}

.about-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--primary);
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

.about-btn img {
    padding-left: 15px
}

.readmore-btn img {
    margin-bottom: 3px
}

.play_btn_5 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white)
}

@media only screen and (max-width: 991px) {
    .play_btn_5 {
        height: 80px;
        width: 80px
    }
}

.play_btn_5:hover {
    border-color: var(--primary)
}

.play_btn_5 i {
    font-size: 20px;
    color: var(--white)
}

.dark .play_btn_5 i {
    color: var(--black)
}

.dark .play_btn_5 img {
    filter: brightness(0)
}

.get-touch {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-11);
    padding: 13px 18px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid var(--white);
    margin-inline-end: 40px
}

.get-touch:hover {
    color: var(--white)
}

@media only screen and (max-width: 767px) {
    .get-touch {
        padding: 12px 10px;
        margin-inline-end: 12px
    }
}

.wc-btns-group {
    text-align: center;
    display: flex
}

@media only screen and (max-width: 991px) {
    .wc-btns-group {
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .wc-btns-group {
        padding: 40px 0
    }
    .wc-btns-group br {
        display: block
    }
}

.wc-btns-group .btn-wrapper a {
    width: 140px;
    height: 140px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--black);
    font-weight: 500
}

@media only screen and (max-width: 1199px) {
    .wc-btns-group .btn-wrapper a {
        width: 110px;
        height: 110px
    }
}

.wc-btns-group .btn-wrapper:first-child a {
    margin-inline-end: -15px;
    background-color: var(--primary)
}

@media only screen and (max-width: 991px) {
    .wc-btns-group .btn-wrapper:first-child a {
        margin-inline-end: 0
    }
}

.wc-btns-group .btn-wrapper:first-child a span {
    background-color: var(--white)
}

.wc-btns-group .btn-wrapper:last-child a {
    margin-inline-start: -15px
}

.dark .wc-btns-group .btn-wrapper:last-child a {
    background: var(--black);
    color: var(--white)
}

@media only screen and (max-width: 991px) {
    .wc-btns-group .btn-wrapper:last-child a {
        margin-inline-start: 0;
        margin-top: -15px
    }
}

.wc-btns-group .btn-wrapper:last-child a:hover {
    border: 0
}

.wc-btns-group .btn-wrapper:last-child a span {
    background-color: var(--primary)
}

.wc-btns-group-wrap {
    height: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--black-6)
}

.dark .wc-btns-group-wrap {
    border-color: #f3f2f2
}

@media only screen and (max-width: 1399px) {
    .wc-btns-group-wrap {
        height: 380px
    }
}

@media only screen and (max-width: 1199px) {
    .wc-btns-group-wrap {
        height: 350px
    }
}

@media only screen and (max-width: 767px) {
    .wc-btns-group-wrap {
        height: auto
    }
}

.wc-btns-group a:hover {
    border: 0
}

.wc-btns-group a span {
    background-color: var(--white)
}

.btn-hover-bgchange {
    overflow: hidden;
    position: relative;
    z-index: 5
}

.btn-hover-bgchange span {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 100%;
    transition: all 1s;
    background-color: var(--primary);
    transform: translate(-50%, -50%)
}

.btn-hover-bgchange:hover {
    color: var(--black);
    border: 1px solid var(--primary)
}

.btn-hover-bgchange:hover span {
    width: 400px;
    height: 400px
}

.wc-btn-link-none {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.85;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 30px
}

.wc-btn-link-none:hover {
    color: var(--action)
}

.wc-btn-underline {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    white-space: nowrap
}

.wc-btn-underline:hover::before {
    width: 0
}

.wc-btn-underline::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: .3s
}

.wc-btn-underline i,
.wc-btn-underline img {
    font-size: 10px
}

.dir-rtl .wc-btn-underline i,
.dir-rtl .wc-btn-underline img {
    transform: rotateY(180deg)
}

.wc-btn-normal {
    display: inline-flex;
    position: relative;
    color: var(--secondary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 5px
}

.wc-btn-normal:hover {
    color: var(--theme)
}

.wc-btn-normal i {
    font-size: 14px
}

.dir-rtl .wc-btn-normal i {
    transform: rotateY(180deg)
}

.btn-text-flip {
    perspective: 1000px
}

.btn-text-flip:hover span {
    transform: rotateX(90deg) translateY(-12px);
    color: inherit
}

.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform .5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d
}

.btn-text-flip span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color .5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center
}

.wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px
}

.wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -40px
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

.btn-hover-default {
    transition: all .5s
}

.btn-hover-default:hover {
    color: var(--black);
    background-color: var(--white)
}

.btn-hover-cross {
    overflow: hidden;
    position: relative;
    transition: all 1s
}

.btn-hover-cross::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--primary);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: all .75s;
    opacity: .5;
    z-index: -1
}

.btn-hover-cross:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0)
}

.btn-hover-cross:hover::after {
    height: 120%;
    opacity: 1
}

.btn-hover-divide {
    overflow: hidden;
    position: relative;
    transition: all 1s;
    z-index: 1
}

.btn-hover-divide::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--primary);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: all .75s;
    opacity: .5;
    z-index: -1
}

.btn-hover-divide:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0)
}

.btn-hover-divide:hover::after {
    height: 400%;
    opacity: 1
}

.btn-hover-cropping {
    overflow: hidden;
    position: relative;
    transition: all 1s
}

.btn-hover-cropping::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--primary);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transition: all .75s;
    opacity: .5;
    z-index: -1
}

.btn-hover-cropping:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0)
}

.btn-hover-cropping:hover::after {
    height: 400%;
    opacity: 1
}

.btn-hover-mask {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    border-radius: 5px;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid var(--white);
    z-index: 1
}

.btn-hover-mask::after {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    position: absolute;
    content: attr(data-text);
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--white);
    -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
    mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    animation: mask_animation_2 .7s steps(22) forwards
}

.btn-hover-mask:hover {
    color: var(--white)
}

.btn-hover-mask:hover::after {
    animation: mask_animation .7s steps(22) forwards
}

.dark .btn-hover-mask {
    border-color: var(--black)
}

.dark .btn-hover-mask::after {
    z-index: -1;
    color: var(--white);
    background-color: var(--black)
}

.dark .btn-hover-mask:hover {
    color: var(--black)
}

.btn-rollover-top {
    position: relative;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.btn-rollover-top:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: var(--primary);
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.btn-rollover-top:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0)
}

.btn-rollover-top:hover::before {
    top: 0%;
    bottom: auto;
    height: 100%
}

.btn-rollover-left {
    position: relative;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.btn-rollover-left::before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    background-color: var(--primary);
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1) 0s
}

.btn-rollover-left:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0)
}

.btn-rollover-left:hover::before {
    left: 0%;
    right: auto;
    width: 100%
}

.btn-rollover-cross {
    overflow: hidden;
    position: relative;
    transition: all .5s
}

.btn-rollover-cross::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    transition: all .75s
}

.btn-rollover-cross::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 100%;
    right: 100%;
    opacity: 0;
    border-top: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    transition: all .75s
}

.btn-rollover-cross:hover {
    border-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.btn-rollover-cross:hover::before {
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%
}

.btn-rollover-cross:hover::after {
    top: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    height: 100%
}

.btn-parallal-border {
    overflow: hidden;
    position: relative;
    transition: all .5s
}

.btn-parallal-border::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    border-radius: 5px;
    transition: all .75s
}

.btn-parallal-border::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    top: 0;
    right: 0;
    opacity: 0;
    border-top: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    border-radius: 5px;
    transition: all .75s
}

.btn-parallal-border:hover {
    border-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.btn-parallal-border:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%
}

.btn-parallal-border:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%
}

.main-menu.menu-dark>ul>li>a {
    color: var(--black)
}

.main-menu.menu-light>ul>li>a {
    color: var(--white)
}

.main-menu>ul {
    display: flex
}

.main-menu>ul>li:hover>a {
    color: var(--primary)
}

.main-menu>ul>li:hover>ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 0
}

.main-menu>ul>li:hover>ul.dp-menu li:hover>ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 100%;
    visibility: visible
}

.main-menu ul li {
    position: relative
}

.main-menu > ul > li:after {
    position: absolute;
    right: -1px;
    top: 14px;
    width: 1px;
    transform: rotate(19deg);
    height: 20px;
    content: '';
    background: #ffffff;
}


.main-menu ul li:last-child:after{ display:none; }
.main-menu ul li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
    padding: 37px 15px;
    text-transform: uppercase
}

.main-menu ul.dp-menu {
    background-color: #242456;
    padding: 18px 0px;
    width: 240px;
    position: absolute;
    inset-inline-start: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all .5s
}

.main-menu ul.dp-menu ul {
    background: #232529;
    padding: 18px 0px;
    width: 230px;
    position: absolute;
    inset-inline-start: calc(100% + 10px);
    top: 0;
    opacity: 0;
    z-index: 10;
    transition: all .5s;
    visibility: hidden
}

.main-menu ul.dp-menu li {
    position: relative;
    padding: 0 25px
}

.main-menu ul.dp-menu li:hover>a {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0)
}

.main-menu ul.dp-menu li:hover>ul {
    opacity: 1;
    transform: none !important;
    pointer-events: all
}

.main-menu ul.dp-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    text-transform:uppercase;
}

.main-menu ul.dp-menu li{ padding:0; }
.main-menu ul.dp-menu li a{ padding: 10px 15px; display: block; border-radius: 0;}

@media screen and (min-width: 1025px) {


.main-menu ul.dp-menu {margin-left: -9px;}

.main-menu ul.dp-menu li a{ position:relative; }
.main-menu ul.dp-menu li a:hover{ color:#242456; }
.main-menu ul.dp-menu li a:before{ position: absolute;z-index: -1; left: 0; top:0; width:0%; height:100%;  background:#ffd451; content:''; transition: all .2s;}
.main-menu ul.dp-menu li a:hover:before {
   width:100%; transition: all .2s;
}

/*.menuSectionArea .main-menu > ul > li > a{ transform: skewX(-20deg);}
.menuSectionArea .main-menu > ul > li > a span{ transform: skewX(20deg);}*/
}









/*.main-menu ul.dp-menu li a:after {
    transform: rotate(-90deg);
    margin-left: auto
}*/

.main-menu ul.dp-menu.col-2 {
    -moz-column-count: 2;
    column-count: 2;
    width: 500px
}

.main-menu .has-mega-menu {
    position: static
}

.main-menu li.menu-item-has-children>a:after {
    content: "";
    font-family: var(--font_awesome);
    margin-inline-start: 5px;
    font-weight: 600;
    font-size: 14px
}

.main-menu .mega-menu {
    background-color: var(--black);
    padding: 30px 50px;
    width: 100%;
    position: absolute;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all .5s
}

@media only screen and (max-width: 1399px) {
    .main-menu .mega-menu {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.main-menu .mega-menu li:has(ul)>a:after {
    content: ""
}

.main-menu .mega-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--black);
    border-radius: 8px;
    overflow: hidden
}

.main-menu .mega-menu li a:hover {
    color: var(--white);
    background: #2c2c2f
}

.main-menu .mega-menu .title {
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    border-bottom: 1px solid #333337;
    padding-bottom: 20px;
    margin-bottom: 20px;
    pointer-events: none;
    border-radius: 0
}

.main-menu .mega-style-2 {
    padding: 0 15%;
    gap: 0;
    grid-template-columns: repeat(2, 1fr)
}

.main-menu .mega-style-2 .title {
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    padding-left: 30px
}

.main-menu .mega-style-2 .title:after {
    position: absolute;
    content: "";
    width: 5000px;
    height: 1px;
    background-color: #333337;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu .mega-style-2>li:not(:first-child) {
    border-left: 1px solid #333337
}

.main-menu .mega-style-2 ul {
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    padding: 20px 0
}

.main-menu .mega-style-2 ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 700px;
    background-color: #333337;
    top: 0;
    left: 50%;
    z-index: 1
}

.main-menu .mega-style-2 ul li a {
    padding-left: 30px
}

.main-menu .mega-style-3 {
    padding: 0 0 0 20px;
    gap: 0;
    grid-template-columns: repeat(3, 1fr)
}

.main-menu .mega-style-3 .title {
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    padding-left: 30px
}

.main-menu .mega-style-3 .title:after {
    position: absolute;
    content: "";
    width: 5000px;
    height: 1px;
    background-color: #333337;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu .mega-style-3>li:not(:first-child) {
    border-left: 1px solid #333337
}

.main-menu .mega-style-3>li:last-child {
    border: none;
    width: 36vw
}

@media only screen and (max-width: 1399px) {
    .main-menu .mega-style-3>li:last-child {
        width: 32vw
    }
}

.main-menu .mega-style-3 ul {
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    padding: 20px 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.main-menu .mega-style-3 ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 700px;
    background-color: #333337;
    top: 0;
    left: 50%;
    z-index: 1
}

.main-menu .mega-style-3 ul li {
    margin: 0 10px
}

.main-menu .mega-style-3 ul li a {
    padding-left: 20px
}

.main-menu .mega-grid-6 {
    grid-template-columns: repeat(6, 1fr)
}

.main-menu .mega-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px
}

.main-menu .list-3-column ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px
}

@media only screen and (max-width: 1399px) {
    .main-menu .list-3-column ul {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.main-menu .span-first-item ul li:first-child {
    grid-column: 1/-1;
    -moz-column-span: all;
    column-span: all
}

.main-menu .new {
    font-size: 10px;
    font-weight: 600;
    background: #ffa38e;
    color: var(--black);
    padding: 3px 7px;
    line-height: 1;
    border-radius: 2px;
    margin-inline-start: 8px;
    display: inline-block
}

@media only screen and (max-width: 1199px) {
    .main-menu-2 {
        display: none
    }
}

.main-menu-2 li {
    display: inline-block;
    padding: 0 10px
}

.main-menu-2 li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
    padding: 10px;
    text-transform: capitalize
}

.main-menu-2 li a:hover {
    color: var(--primary)
}

@media only screen and (max-width: 1399px) {
    .main-menu-2 li a {
        padding: 5px 0
    }
}

.main-menu-3 li {
    display: inline-block;
    margin-right: 45px
}

@media only screen and (max-width: 1199px) {
    .main-menu-3 li {
        margin-right: 25px
    }
}

.main-menu-3 li:last-child {
    margin-right: 0
}

.main-menu-3 li a {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px
}

.main-menu-3 li a:hover {
    color: var(--primary)
}

.main-menu-4 li {
    display: inline-block;
    margin-right: 50px
}

.main-menu-4 li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white);
    text-transform: uppercase
}

.main-menu-4 li a:hover {
    color: var(--primary)
}

.mega-menu-thumb {
    width: 108%;
    aspect-ratio: 100/83;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width: 1199px) {
    .mega-menu-thumb {
        width: 100%;
        height: 100%
    }
}

.mega-menu-thumb:after {
    position: absolute;
    content: "";
    width: 76%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%)
}

.mega-menu-thumb .laptop-view {
    width: 70%;
    aspect-ratio: 100/114;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    position: absolute;
    right: 70px;
    bottom: 0
}

.mega-menu-counter__item {
    text-align: center;
    display: inline-block;
    margin-top: 35%;
    margin-left: 17%;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .mega-menu-counter__item {
        margin: 30px auto 50px
    }
}

.mega-menu-counter__text p {
    font-size: 30px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500
}

.mega-menu-counter__number {
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
    color: var(--white);
    background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media only screen and (max-width: 1199px) {
    .menu-with-number {
        display: none
    }
}

.menu-with-number li {
    display: inline-block
}

.menu-with-number li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white);
    padding: 34px 40px;
    display: inline-block;
    text-transform: uppercase
}

.menu-with-number li a:hover span {
    color: var(--white)
}

.menu-with-number li a:hover span::before {
    background-color: var(--white)
}

.menu-with-number li a.active span {
    color: var(--white)
}

.menu-with-number li a.active span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 20px;
    top: 50%;
    background-color: var(--white)
}

.menu-with-number li a span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    text-align: right;
    color: #999;
    position: relative;
    transition: all .5s
}

.menu-with-number li a span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 20px;
    top: 50%;
    transition: all .5s;
    background-color: var(--black-6)
}

.sidebar-menu li {
    display: block;
    padding-bottom: 15px
}

@media only screen and (max-width: 1919px) {
    .sidebar-menu li {
        padding-bottom: 10px
    }
}

.sidebar-menu li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white);
    padding: 10px 0;
    text-transform: uppercase
}

.sidebar-menu li a:hover,
.sidebar-menu li a.active {
    color: var(--primary)
}

@media only screen and (max-width: 1399px) {
    .sidebar-menu li a {
        padding: 5px 0
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
    border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
    background: none;
    margin-top: 0
}

.offcanvas__menu-wrapper.mean-container .mean-nav .new {
    font-size: 10px;
    font-weight: 600;
    background: #ffa38e;
    color: var(--black);
    padding: 3px 7px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 2px
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 15px 0;
    padding-inline-start: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    border-top: 1px solid var(--black-4);
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    outline: none;
    transform: translateY(var(--y)) translateZ(0);
    transition: transform .4s ease, box-shadow .4s ease;
    box-sizing: border-box
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    color: var(--black);
    border-color: var(--white-4)
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 20px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    width: 54px;
    height: 54px;
    justify-content: center;
    font-weight: 300;
    border: none !important
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    background-color: var(--white-4)
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    right: 275px
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 50px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--secondary);
    opacity: 1
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: var(--white-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--black-4)
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-color: var(--white-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    text-transform: capitalize;
    border-top: none !important;
    padding: 12px 0;
    padding-inline-start: 30px
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        font-size: 18px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 58px
}

@media only screen and (max-width: 991px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 25px
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 22px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
    border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 40px
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
    padding: 0;
    background: none;
    max-height: auto;
    overflow-y: scroll
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
    width: 0
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
    display: none !important
}

.light .main-menu li a:hover {
    color: var(--primary)
}

.light .main-menu-2 li a {
    color: var(--black)
}

.light .main-menu-2 li a:hover {
    color: var(--primary)
}

.light .main-menu-3 li a {
    color: var(--black)
}

.light .main-menu-3 li a:hover {
    color: var(--primary)
}

.light .sidebar-menu li a {
    color: var(--black)
}

.light .sidebar-menu li a:hover {
    color: var(--primary)
}

.light .menu-with-number li a {
    color: var(--black)
}

.light .menu-with-number li a:hover span {
    color: var(--black)
}

.light .menu-with-number li a:hover span::before {
    background-color: var(--black)
}

.light .menu-with-number li a span {
    color: var(--black-9)
}

.light .menu-with-number li a span::before {
    background-color: var(--black-9)
}

.light .menu-with-number li a.active span {
    color: var(--black)
}

.light .menu-with-number li a.active span::before {
    background-color: var(--black)
}

.modal__dialog {
    width: 760px;
    max-width: 100%;
    margin-top: 100px
}

@media only screen and (max-width: 991px) {
    .modal__dialog {
        width: 700px;
        margin-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .modal__dialog {
        width: 350px
    }
}

.modal__content {
    height: 500px
}

@media only screen and (max-width: 767px) {
    .modal__content {
        height: 300px
    }
}

.modal__content iframe {
    width: 100%;
    height: 100%
}

.modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -15px;
    z-index: 9;
    border-radius: 50px;
    font-size: 20px;
    color: var(--white);
    background: var(--black);
    transition: all .3s
}

.modal__close:hover {
    color: var(--primary)
}

.modal__sfluence {
    width: 100%;
    height: 100%;
    padding: 60px
}

@media only screen and (max-width: 767px) {
    .modal__sfluence {
        padding: 20px 10px
    }
}

.modal__sfluence-area {
    width: 100vw;
    height: 100vh;
    background: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    transform: scale(0.5)
}

.modal__sfluence-area.showed {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.modal__sfluence-area .close_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 20px;
    z-index: 9;
    border-radius: 50px;
    font-size: 30px;
    color: var(--white);
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal__sfluence-area .close_btn:hover {
    color: var(--primary)
}

@media only screen and (max-width: 767px) {
    .modal__sfluence-area .close_btn {
        right: 0
    }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .modal__sfluence-area iframe,
    .modal__sfluence-area video {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 45%
    }
}

.cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--var(--white));
    background: var(--black);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    mix-blend-mode: hard-light;
    transition: all .3s
}

.cursor.large {
    width: 180px;
    height: 180px;
    text-align: center;
    font-size: 19px;
    font-weight: 400
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .15s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor1 {
        display: none
    }
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .2s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor2 {
        display: none
    }
}
.cursor1,.cursor2{ display:none !important; }
.cursor-testi {
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: var(--black);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .2s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor-testi {
        display: none
    }
}

@supports(mix-blend-mode: exclusion) {
    .wc-cursor.exclusion,
    .wc-cursor.opaque {
        mix-blend-mode: exclusion
    }
}

@supports(mix-blend-mode: exclusion) {
    .wc-cursor.exclusion:before,
    .wc-cursor.opaque:before {
        background: var(--white)
    }
}

.wc-cursor.normal,
.wc-cursor.text {
    mix-blend-mode: normal
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
    background: currentColor
}

.wc-cursor.inverse {
    color: var(--white)
}

.wc-cursor.visible:before {
    transform: scale(0.2)
}

.wc-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: .2s
}

.wc-cursor.pointer:before {
    transform: scale(0.15)
}

.wc-cursor.text:before {
    opacity: .85;
    transform: scale(1.7)
}

.wc-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.wc-cursor.opaque:before {
    transform: scale(1.32)
}

.wc-cursor.opaque.active:before {
    transform: scale(1.2)
}

.wc-cursor.sm:before {
    transform: scale(1.25)
}

.wc-cursor.md:before {
    transform: scale(1.5)
}

.wc-cursor.lg:before {
    transform: scale(2)
}

.wc-cursor.xl:before {
    transform: scale(2.5)
}

.wc-cursor.xxl:before {
    transform: scale(3)
}

.wc-cursor.hidden:before {
    transform: scale(0)
}

.color-accent-lilac {
    color: #8d53e9
}

.color-accent-lilac-bg {
    background: #8d53e9
}

.wc-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    color: var(--primary);
    transition: opacity .3s, color .4s
}

.wc-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0);
    background: currentColor;
    border-radius: 50%;
    transition: transform .3s ease-in-out, opacity .1s
}

.wc-cursor-text {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    transition: opacity .4s, transform .3s
}

.wc-cursor.text .wc-cursor-text {
    opacity: 1;
    transform: scale(1)
}

@supports(mix-blend-mode: exclusion) {
    .wc-cursor.-exclusion,
    .wc-cursor.-opaque {
        mix-blend-mode: exclusion
    }
}

@supports(mix-blend-mode: exclusion) {
    .wc-cursor.exclusion:before,
    .wc-cursor.opaque:before {
        background: var(--white)
    }
}

.wc-cursor.normal,
.wc-cursor.text {
    mix-blend-mode: normal
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
    background: currentColor
}

.wc-cursor.inverse {
    color: var(--white)
}

.wc-cursor.visible:before {
    transform: scale(0.2)
}

.wc-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: .2s
}

.wc-cursor.pointer:before {
    transform: scale(0.15)
}

.wc-cursor.text:before {
    opacity: .85;
    transform: scale(1.7)
}

.wc-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.wc-cursor.opaque:before {
    transform: scale(1.32)
}

.wc-cursor.opaque.active:before {
    transform: scale(1.2)
}

.wc-cursor.sm:before {
    transform: scale(1.25)
}

.wc-cursor.md:before {
    transform: scale(1.5)
}

.wc-cursor.lg:before {
    transform: scale(2)
}

.wc-cursor.xl:before {
    transform: scale(2.5)
}

.wc-cursor.xxl:before {
    transform: scale(3)
}

.wc-cursor.xxxl:before {
    transform: scale(3.5)
}

.wc-cursor.hidden:before {
    transform: scale(0)
}

.progress__item p.title,
.progress__item-2 p.title {
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: var(--white);
    padding-bottom: 15px;
    text-transform: uppercase
}

.progress__item-2 {
    padding-bottom: 25px
}

.light .progress__item p.title,
.light .progress__item-2 p.title {
    color: var(--black)
}

.light .developer-skill__resume .sonny_progressbar .progress-percent {
    color: var(--black)
}

.cf-cta__text-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: 45px
}

@media only screen and (max-width: 991px) {
    .cf-cta__text-wrapper {
        grid-template-columns: 1fr
    }
}

.cf-cta__btn .wc-btn-default {
    font-size: 18px;
    font-weight: 600;
    padding: 35px 75px;
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    border-width: 0
}

.dark .cf-cta__btn .wc-btn-default {
    background-color: var(--black);
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .cf-cta__btn .wc-btn-default {
        padding: 20px 40px;
        font-weight: 500
    }
}

.dark .cf-cta__btn .wc-btn-default:hover {
    color: var(--black)
}

.cf-cta__text {
    max-width: 250px;
    position: absolute;
    inset-inline-end: -30px;
    top: 47%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1199px) {
    .cf-cta__text {
        inset-inline-end: -130px;
        max-width: 270px
    }
}

@media only screen and (max-width: 991px) {
    .cf-cta__text {
        inset-inline-end: 0;
        max-width: 270px
    }
}

@media only screen and (max-width: 767px) {
    .cf-cta__text {
        position: static;
        transform: none
    }
}

.cf-cta__text p {
    font-size: 18px
}

.dark .cf-cta__text p {
    color: #555
}

.cf-cta__sec-title-wrapper {
    position: relative
}

@media only screen and (max-width: 767px) {
    .cf-cta__sec-title-wrapper .sec-title-18 {
        margin-bottom: 20px;
        font-size: 40px
    }
}

.logoLine{ position:relative; padding-right:55px; }
.logoLine:after {
    position: absolute;
    right: 0;
    top: 0px;
    width: 2px;
    transform: rotate(19deg);
    height: 100%;
    content: '';
    background: #000;
}
.logoLine.w-line:after{ background:#fff; }
.switcher__area {
    position: relative;
    direction: ltr
}

@media only screen and (max-width: 767px) {
    .switcher__area {
        display: none
    }
}

.switcher__icon {
    position: fixed;
    width: 50px;
    height: 50px;
    background: var(--white);
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all .3s;
    mix-blend-mode: exclusion
}

.switcher__icon i {
    color: var(--black)
}

.switcher__icon button {
    font-size: 24px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all .3s
}

.switcher__icon button:hover {
    color: var(--white-2)
}

.switcher__icon button#switcher_open {
    animation: wcSpinner 5s infinite linear
}

.switcher__items {
    width: 280px;
    padding: 50px 30px;
    background: var(--black);
    position: fixed;
    right: -280px;
    top: 40%;
    z-index: 99;
    transform: translateY(-50%);
    font-family: var(--font_primary);
    transition: all .3s
}

.switcher__items .wc-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px
}

.switcher__item {
    margin-bottom: 30px
}

@media only screen and (max-width: 1399px) {
    .switcher__item:nth-child(3) {
        display: none
    }
}

.switcher__item:last-child {
    margin-bottom: 0
}

.switcher__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white) !important;
    text-transform: capitalize;
    padding-bottom: 10px
}

.switcher__btn button {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-2);
    background: #2b2b2f;
    border-radius: 4px;
    padding: 10px 15px;
    text-transform: capitalize
}

.switcher__btn button:hover,
.switcher__btn button.active {
    color: var(--white)
}

.switcher__btn select {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-2);
    width: 100%;
    border: none;
    padding: 9px 10px;
    border-radius: 4px;
    background: #2b2b2f;
    text-transform: capitalize;
    outline: none;
    cursor: pointer
}

#switcher_close {
    display: none
}

.overlay-switcher-close {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: none
}

.overlay-switcher-close.show-overlay {
    display: block
}

.offcanvas-3__area {
    background: var(--primary);
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px 50px 100px;
    z-index: 100000;
    overflow: hidden
}

@media(max-height: 500px) {
    .offcanvas-3__area {
        padding: 40px
    }
}

.offcanvas-3__inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__inner {
        grid-template-columns: 260px 1fr
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__inner {
        overflow-y: scroll;
        display: flex;
        flex-direction: column
    }
}

@media(max-height: 500px) {
    .offcanvas-3__inner {
        overflow-y: scroll
    }
}

.offcanvas-3__inner::-webkit-scrollbar {
    width: 0
}

.offcanvas-3__meta li {
    font-size: 18px;
    line-height: 25px;
    color: var(--white);
    text-transform: uppercase
}

.offcanvas-3__meta li:not(:last-child) {
    margin-bottom: 19px
}

.offcanvas-3__meta li a:hover {
    color: var(--secondary)
}

.offcanvas-3__meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between
}

.offcanvas-3__social .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 10px
}

.offcanvas-3__social-links {
    display: flex;
    gap: 20px
}

.offcanvas-3__social-links a {
    font-size: 18px;
    color: var(--white)
}

.offcanvas-3__social-links a:hover {
    color: var(--secondary)
}

.offcanvas-3__menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.offcanvas-3__menu ul {
    position: relative
}

.offcanvas-3__menu ul:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #333337;
    inset-inline-start: 8px;
    top: 0
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu > ul:before {
        display: none
    }
}

@media(max-height: 500px) {
    .offcanvas-3__menu ul:before {
        height: 100%
    }
}

.offcanvas-3__menu li {
    padding-inline-start: 58px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu > ul > li {
        padding-left: 0
    }
}

.offcanvas-3__menu li:hover>a {
    color: var(--white)
}

.offcanvas-3__menu li:hover:before {
    opacity: 1;
    visibility: visible
}

.offcanvas-3__menu li:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: var(--white);
    border-radius: 50%;
    border: 4px solid var(--black-2);
    inset-inline-start: 0;
    top: 10px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu li:before {
        display: none
    }
}

.offcanvas-3__menu li:not(:last-child) {
    margin-bottom: 20px
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li:not(:last-child) {
        margin-bottom: 20px
    }
}

.offcanvas-3__menu li a {
/*    font-size: 120px;*/
    font-size: 20px;
    color: var(--secondary);
    text-transform: uppercase;
    line-height: .9;
    position: relative;
    transition: all .5s cubic-bezier(0, 0, 0.23, 1);
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
    background-size: 200% 100%;
    background-position: 100%;
    transform: perspective(359px) rotateY(-18deg)
}
.offcanvas-3__menu li ul{ margin-top:15px; }
.offcanvas-3__menu li a:hover {
    background-position: 0;
    color: #fff;
    letter-spacing: 1.5px
}




@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        font-size: 16px;
        color: rgba(255, 255, 255, .6705882353);
        background-image: unset;
        -webkit-text-fill-color: unset
    }
}

.offcanvas-3__menu-wrapper {
    display: flex;
    align-items: flex-end;
    overflow-y: hidden
}

.offcanvas-3__area {
    left: 0%;
    opacity: 0;
    visibility: hidden;
    transform: perspective(359px) rotateY(50deg)
}

.offcanvas-3__menu ul li {
    opacity: 0;
    top: -100px;
    position: relative;
    transform: perspective(359px) rotateX(50deg)
}

.offcanvas-3__meta {
    opacity: 0;
    top: -30px;
    position: relative
}

.offcanvas-3__social {
    opacity: 0;
    top: -30px;
    position: relative
}

.close-button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--black-2);
    position: relative;
    border: 1px solid #333337;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    .close-button {
        width: 50px;
        height: 50px
    }
}

.close-button:hover {
    background-color: var(--secondary)
}

.close-button:hover span {
    background-color: var(--primary)
}

.close-button span {
    width: 26px;
    height: 1px;
    display: inline-block;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    .close-button span {
        width: 20px
    }
}

.close-button span:first-child {
    transform: translateX(-50%) rotate(45deg)
}

.close-button span:last-child {
    transform: translateX(-50%) rotate(-45deg)
}

.cf_feature.style-1 .thumb {
    margin-bottom: 50px
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-1 .thumb {
        margin-bottom: 30px
    }
}

.cf_feature.style-1 .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px
}

.cf_feature.style-1 .title:hover {
    color: var(--action)
}

.cf_feature.style-1 .text {
    color: var(--primary)
}

.cf_feature.style-1 .btn-wrapper {
    display: none
}

.cf_feature.text-design {
    padding: 60px;
    padding-left: 70px;
    padding-right: 0;
    border-left: 1px solid rgba(18, 18, 18, .06)
}

@media only screen and (max-width: 1199px) {
    .cf_feature.text-design {
        padding-left: 30px
    }
}

@media only screen and (max-width: 991px) {
    .cf_feature.text-design {
        border: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.text-design {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.cf_feature.text-design .thumb {
    margin-bottom: 30px
}

.cf_feature.text-design .title-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.16;
    text-decoration-line: underline;
    margin-bottom: 40px
}

@media only screen and (max-width: 1199px) {
    .cf_feature.text-design .title-2 {
        font-size: 22px;
        margin-bottom: 20px
    }
}

.cf_feature.style-2 {
    padding: 60px;
    border-right: 1px solid rgba(18, 18, 18, .06)
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-2 {
        padding: 30px
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-2 {
        padding-left: 0
    }
}

.cf_feature.style-2:first-child {
    padding-left: 0
}

.cf_feature.style-2:last-child {
    border-right: 0;
    padding-right: 0
}

.font-heading-Beatricetrial h1,
.font-heading-Beatricetrial h2,
.font-heading-Beatricetrial h3,
.font-heading-Beatricetrial h4,
.font-heading-Beatricetrial h5,
.font-heading-Beatricetrial h6 {
    font-family: var(--font_beatricetrial)
}

.cf_feature.style-3 {
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 50px;
    padding-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-3 {
        padding: 30px
    }
}

@media only screen and (max-width: 991px) {
    .cf_feature.style-3 {
        flex-basis: 45%;
        border: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-3 {
        padding-left: 0;
        margin-bottom: 0;
        flex-basis: 100%;
        padding-bottom: 20px
    }
}

.cf_feature.style-3:first-child {
    padding-left: 0
}

.cf_feature.style-3:last-child {
    border-right: 0
}

.cf_feature.style-3:hover .title {
    padding-left: 15px
}

.cf_feature.style-3:hover .title::before {
    left: 0
}

.cf_feature.style-3 .content {
    overflow: hidden
}

.cf_feature.style-3 .count-title {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px
}

.cf_feature.style-3 .title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 25px;
    transition: .3s;
    position: relative
}

.cf_feature.style-3 .title::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--primary)
}

.cf_feature.style-3 .title:hover {
    color: var(--action)
}

.cf_feature.style-3 .text {
    margin-bottom: 100px
}

@media only screen and (max-width: 991px) {
    .cf_feature.style-3 .text {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-3 .text {
        margin-bottom: 20px
    }
}

.cf_feature.style-3 .btn-underline {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--primary);
    text-transform: capitalize
}

:root {
    --theme: #121212;
    --border: rgba(18, 18, 18, 0.08)
}

:root .dark {
    --border: rgba(255, 255, 255, 0.08)
}

.section-subtitle {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
    display: block;
    /* margin-top: -3px; */
}
.section-title {
    font-size: 35px;

}


.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px
}

.section-spacing-top {
    padding-top: 150px
}

@media only screen and (max-width: 1919px) {
    .section-spacing-top {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1399px) {
    .section-spacing-top {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing-top {
        padding-top: 60px
    }
}

.section-spacing-bottom {
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    .section-spacing-bottom {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    .section-spacing-bottom {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 60px
    }
}

.section-style {
    padding-bottom: 130px;
    margin-top: -130px;
/*    border-radius: 80px 80px 0 0;*/
    position: relative;
    z-index: 99;
    overflow: hidden;
/*    aspect-ratio: 1 / cos(9deg);*/
/*    clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 100%, 0% 100%, 0% 5%);*/
/*clip-path: polygon(3% 0, 97% 0, 100% 7%, 100% 100%, 0% 100%, 0% 7%);*/

}
/*element.style {
    aspect-ratio: 1/cos(9deg);
    clip-path: polygon(5% 0,95% 0,100% 5%,99% 100%,0% 100%,0% 5%);
    /* background: linear-gradient(45deg,#FA6900,#C02942); */
}*/
/* HTML: <div class="triangle"></div> */
.triangle {
  width: 180px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 0,100% 100%,0 100%);
  background: linear-gradient(45deg,#FA6900,#C02942);
}
/* HTML: <div class="triangle"></div> */
.triangle {
  width: 150px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: linear-gradient(45deg,#FA6900,#C02942);
}

/*.section-style .leftAreaBox{ position: absolute; left: 0; top: 0; transform: rotate(45deg);  width:200px; height:200px; background:#ff0; }*/



.wc-btn-circle {
    background-color: var(--primary);
    width: 70px;
    height: 70px;
    font-size: 18px;
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .wc-btn-circle {
        width: 50px;
        height: 50px
    }
}

.dark .wc-btn-circle {
    color: var(--black)
}

.wc-btn-circle:hover {
    background-color: var(--primary)
}



.wc-btn-primary {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--primary);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white);
    padding: 0 42px;
    border-radius: 40px
}

@media only screen and (max-width: 1199px) {
    .wc-btn-primary {
        padding: 0 32px
    }
}

.wc-btn-primary:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: rgba(0, 0, 0, 0)
}

.dark .wc-btn-primary:hover {
    color: var(--black)
}

.wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -70px
}
.wc-btn-group.sm-btnArea .wc-btn-circle {
   width: 50px; height: 50px;
}

.wc-btn-group.sm-btnArea>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -50px
}

@media only screen and (max-width: 1199px) {
    .wc-btn-group>*:nth-child(1) {
        margin-inline-end: -50px
    }
}

.wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -70px
}

@media only screen and (max-width: 1199px) {
    .wc-btn-group:hover>*:nth-child(3) {
        margin-inline-start: -50px
    }
}



.header-area {
    position:fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%;
    z-index:999;
/*    background: #ffd451;*/
background: #fff;

}
/*.header-area:after{width: 160px; height: 160px; position: absolute; left: -110px; top:0; content: ''; background: #ffd451;     transform: rotate(45deg);}*/
/*.header-area:before{    width: calc(100% + 100px); height: 100%; position: absolute; left:0px; top:0; content: ''; background: #fff; z-index: 1;}*/
.header-area.sticky {
    background-color: #fffaf8;
/*    overflow: inherit;*/
}

.header-area.sticky:after,.header-area.sticky:before{ display:none; }
.header-area.sticky .headerPanel{ display:none; }
.header-area .header-area__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    height: 100px
}

.header-area.sticky .menuSectionArea{ background:#242456; }

@media only screen and (max-width: 1919px) {
    .header-area .header-area__inner {
        height: 100px
    }
}

.header-area .header-area__inner>*:nth-child(1) {
    margin-inline-end: 15px;
}
.header-area .header-area__inner .header__logo img{height: 50px;}

.header-area .header-area__inner .topLogoArea {
    border-left: 1px solid #242456;
}

.header-area .header-area__inner .topLogoArea img {
    height: 50px;
}
.header-area .header-area__inner .topLogoArea img.govtLogo{
    height: 45px;
}
/**Top Header**/

.topRightHeader {
  background: #ffd451; border-radius: 50px; padding: 3px 10px;
}

.topRightHeader .dropdown>a {

  border-right: 0;
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  display: block;
  padding: 5px 9px;

  float: left;
  text-transform: uppercase;
}


.topRightHeader .dropdown:hover {
  background: #ffd451;
  color: #242456;
   border-radius: 10px;
    transition: all ease-in-out .5s;
}

.topRightHeader .dropdown {
  float: left;
   transition: all ease-in-out .5s;
}

.topRightHeader .dropdown>img {
  cursor: pointer;
}

.topRightHeader .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
  box-shadow: none;
}

.topRightHeader .dropdown .menuPanelDown {
    left: 1px;
    right: auto;
    top: 20px;
    padding: 0;
    min-width: 42px;
    border-radius: 0;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
     transition: all ease-in-out .5s;
}

.topRightHeader .dropdown:hover .menuPanelDown {top:35px; transition: all ease-in-out .5s;}

.topRightHeader .dropdown .menuPanelDown li {
  padding: 0;
}

.topRightHeader .dropdown .menuPanelDown li a {
  border-bottom: 1px solid #cecece;
  text-align: center;
  margin: 0;
  padding: 8px 8px;
      display: block;
  font-size: 14px;
  background: #242456;
  color: #fff;
}


.topRightHeader .dropdown .menuPanelDown li a.colorBox.blackBtn{background: #000;}
.topRightHeader .dropdown .menuPanelDown li a.colorBox.whiteBtn{background: #fff; color: #000}
.topRightHeader .dropdown .menuPanelDown li a:hover,
.topRightHeader .dropdown .menuPanelDown li a.colorBox.blackBtn:hover,
.topRightHeader .dropdown .menuPanelDown li a.colorBox.whiteBtn:hover {
  background: #ffd451; color: #242456;
}

.topRightHeader .dropdown:hover .menuPanelDown {
  display: block;
}

.topRightHeader .dropdown .languageMenu {}


.topRightHeader .dropdown .languageMenu li a {

  display: block;
}



 .search-boxArea{
    width: fit-content;
    height: fit-content;
        position: relative;
    z-index: 9;
  }
 .search-boxArea .input-search{
    height: 41px;
    width: 41px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
  
    padding-right: 40px;
    color:#000;
     position: absolute;
    right: 0;

  }
.search-boxArea .input-search::placeholder{
    color:rgba(255,255,255,.5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
  }
.search-boxArea .btn-search{
    width: 41px;
    height: 41px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position:relative;
    right: 0px;
    color:#000 ;
    background-color:transparent;
    pointer-events: painted;  
    z-index: 9;
  }
.search-boxArea .btn-search i {
    color: #fff;
    font-size: 16px;
    background-color: #242456;
    display: block;
    width: 41px;
    height: 41px;
    display: block;
    border-radius: 50px;
    line-height: 40px;
}


.search-boxArea .btn-search:focus ~ .input-search{
    width: 255px;
    border-radius: 50px;
    background-color: #fff;
    border-bottom:1px solid rgba(255,255,255,.5);
    transition: all 500ms ;
     border: 1px solid #cbcbcb;

  }
.search-boxArea .input-search:focus{
    width: 255px;
    border-radius: 50px;
    background-color: #fff;
    transition: all 500ms ;
    border: 1px solid #cbcbcb;
  }
  
.header-area .menuSectionArea .search-boxArea{ margin-left:auto; }
.header-area.sticky .menuSectionArea .search-boxArea{ display:block; }
.menuSectionArea .search-boxArea .input-search {
    background: transparent;

}


.menuSectionArea .search-boxArea .btn-search i {
    color: #000000;
    background-color: #ffd451;
}

.menuSectionArea .search-boxArea .btn-search:focus ~ .input-search{
 
    background-color: #fff;


  }
.menuSectionArea .search-boxArea .input-search:focus{

    background-color: #fff;

  }

.header-area .menuSectionArea .search-boxArea .search-results {
    display: block;
    position: absolute;
    background: #fff;
    width: 230px;
    right: 20px;
    padding: 10px;
    max-height: 300px;
        overflow-x: clip;
    overflow-y: scroll;

}
.header-area .menuSectionArea .search-boxArea .search-results ul{ margin:0; padding:0; }
.header-area .menuSectionArea .search-boxArea .search-results ul li{ padding:8px 5px; word-break: break-all; border-bottom:1px solid #333 }

.header-area.sticky .menuSectionArea .search-boxArea {margin-left: initial;}
.header-area.sticky .menuSectionArea .search-boxArea .input-search{ right:auto; left:0; padding-left:50px; }
.header-area.sticky .menuSectionArea .search-boxArea .btn-search:focus ~ .input-search{width:250px;}
.header-area.sticky .menuSectionArea .search-boxArea .input-search:focus{ width:250px; padding-left: 50px; padding-right: 10px; }

.header-area.sticky .menuSectionArea .search-boxArea .search-results{left: 20px; right: auto;}


@media(max-width: 575px) {
    .header-area .header__meta {
        display: none
    }
}

.dir-rtl .header-area .header__navicon img {
    transform: rotateY(180deg)
}

.header-area .wc-btn-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
    background-color: #242456;
    color: var(--white)
}

.header-area .wc-btn-primary {
    font-weight: 400;
    padding: 0 22px;
    background-color: #242456;
    color: var(--white)
}

.header-area .wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.header-area .wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px
}

.header-area .wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.header-area .wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.header-area .wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0;
    display: none;
}

.header-area .wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.header-area .wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -40px
}

.main-menu li a {
    color: var(--black)
}

.footer-area {
    background-color: var(--black)
}

/*.footer-area-inner {
    display: grid;
    gap: 80px 60px;
    grid-template-columns: 209px 189px 198px 388px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 70px;
}
*/
.footer-area-inner {
    display: grid;
    gap: 10px 60px;
    grid-template-columns: 209px 189px auto;
/*    justify-content: space-between;*/
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 10px;
}


.footer-area .footer-area-inner>* {
    min-width: 130px
}

.footer-area .footer-area-inner>*:first-child {
    grid-row: span 2;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*:first-child {
        grid-row: auto
    }
}

.footer-area .footer-area-inner>*:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 400px);
    background-color: #202020;
    top: -200px;
    inset-inline-end: 0
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*:first-child:after {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*.newsletter {
        grid-column: span 2
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-area-inner>*.newsletter {
        order: 1
    }
}

@media(max-width: 575px) {
    .footer-area .footer-area-inner>*.newsletter {
        grid-column: auto
    }
}

.footer-area .footer-logo img {
    max-height: 75px
}

.footer-area .footer-logo .logoTitle {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-logo img {
        max-height: 34px
    }
}

.footer-area .footer-widget-wrapper .title {
    color: var(--white);
    font-size: 25px;
    line-height: .73
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 22px
    }
}

.footer-area ul.footer-nav-list {
    margin-top: 27px
}

.footer-area ul.footer-nav-list li {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;
}

.footer-area ul.footer-nav-list li:last-child{margin-bottom: 0px;}

.footer-area ul.footer-nav-list li:before {
    background-color: #ffd451;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transform: skewX(-20deg);
    transition: all .2s;
    width: 2px;
    z-index: -1;

}

.footer-area .footer-nav-list li:hover:before {
     transform: skewX(-20deg);
    transition: all .2s;
    width: 100%;
    color: #000;
}

.footer-area .footer-nav-list li .location {
    margin-bottom: 22px;
    display: inline-block
}

.footer-area .social-links {
    display: flex;
    gap: 20px;
    margin-top: 36px
}

.footer-area .social-links li {
    line-height: 1
}

.footer-area .social-links li a {
    color: var(--white-2)
}

.footer-area .social-links li a:hover {
    color: var(--white)
}

.footer-area .newsletter-text {
    margin-top: 29px
}

.footer-area .newsletter-text .text {
    color: var(--white-2)
}

.footer-area .clientSlider { margin-top:20px; }
.footer-area .clientSlider .item{ background:#f9f4e6; border-radius:15px; }

.subscribe-form {
    margin-top: 25px
}

.subscribe-form .input-field {
    background-color: #202020;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 25px 25px
}

@media only screen and (max-width: 1399px) {
    .subscribe-form .input-field {
        padding: 18px 25px
    }
}

.subscribe-form .input-field input {
    border: 0;
    background-color: #202020;
    color: var(--primary);
    width: 100%
}

.subscribe-form .input-field input::-moz-placeholder {
    color: var(--white-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.subscribe-form .input-field input::placeholder {
    color: var(--white-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.subscribe-form .input-field input:focus {
    outline: 0
}

.subscribe-form .input-field .subscribe-btn img,
.subscribe-form .input-field .subscribe-btn i {
    color: var(--white)
}

.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
    transform: rotateY(180deg)
}

.subscribe-form .input-field .icon {
    color: var(--white-2)
}

.subscribe-form .policy-field {
    margin-top: 20px
}

.subscribe-form .policy-field label {
    font-size: 14px;
    margin-inline-start: 6px
}

.subscribe-form .policy-field label span {
    color: var(--primary);
    font-weight: 500
}

.copyright-area {
    border-top: 1px solid #202020
}

.copyright-area-inner {
    padding: 32px 0;
    position: relative
}

@media only screen and (max-width: 1399px) {
    .copyright-area-inner {
        padding: 22px 0
    }
}

.copyright-area .copyright-text .text {
    text-align: center;
    font-weight: 500;
    color: var(--white-2)
}

.copyright-area .copyright-text .text a {
    color: var(--white)
}

.hero-area {
    position: relative;
    z-index: 1;
    padding-bottom: 130px
}

.hero-area-inner {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area-inner {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area-inner {
        padding-top: 120px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area-inner {
        padding-bottom: 50px
    }
}

.hero-area .area-bg {
    position:relative;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.videoSectionArea{ position:relative; }
.videoSectionArea:after{ position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0, 0, 0, .6); content:''; }

.videoSectionArea video{ width:100%; height:100hv; }

.hero-area .area-bg img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-area .section-title {
    font-size: 300px;
    line-height: .83;
    font-family: var(--font_getaway);
    letter-spacing: -0.04em;
    margin-top: -3px;
    margin-bottom: -25px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 400
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title {
        font-size: 170px;
        margin-top: -2px;
        margin-bottom: -14px
    }
}

.box-layout .hero-area .section-title {
    font-size: 210px;
    margin-top: -2px;
    margin-bottom: -14px;
    max-width: 900px
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-title {
        font-size: 130px;
        margin-top: -2px;
        margin-bottom: -10px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-title {
        font-size: 80px;
        margin-top: 0;
        margin-bottom: 0px;
        letter-spacing: 0
    }
}

@media(max-width: 575px) {
    .hero-area .section-title {
        font-size: 54px
    }
}

.hero-area .section-title span {
    font-size: 60px;
    border: 5px solid var(--black);
    border-radius: 200px;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    transform: translateY(-150px);
    padding: 30px 39px;
    left: -20px;
    top: 10px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title span {
        font-size: 30px;
        border-width: 3px;
        padding: 15px 24px;
        transform: translateY(-83px)
    }
}

.box-layout .hero-area .section-title span {
    font-size: 30px;
    border-width: 3px;
    padding: 15px 24px;
    transform: translateY(-113px)
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-title span {
        font-size: 25px;
        transform: translateY(-59px)
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-title span {
        font-size: 20px;
        transform: translate(20px, -33px)
    }
}

@media(max-width: 575px) {
    .hero-area .section-title span {
        font-size: 18px;
        transform: translate(20px, -25px);
        border-width: 2px;
        padding: 10px 17px
    }
}

.hero-area .section-content {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: auto 435px;
    align-items: flex-end
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content {
        grid-template-columns: auto 335px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content {
        grid-template-columns: auto
    }
}

.hero-area .video-wrapper .thumb {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block
}

.hero-area .video-wrapper .wc-btn-circle {
    background-color: rgba(0, 0, 0, 0);
    width: 80px;
    height: 80px;
    font-size: 18px;
    color: var(--white);
    border: 1.5px solid var(--white)
}

.hero-area .video-wrapper .wc-btn-circle i {
    transform: none
}

.about-area .section-subtitle {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    color: var(--black)
}

.about-area .section-content {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: auto 930px;
    align-items: flex-start
}

@media only screen and (max-width: 1919px) {
    .about-area .section-content {
        grid-template-columns: auto 730px
    }

    .innerMainArea .about-area .section-content { grid-template-columns: auto; gap:0;}
}

@media only screen and (max-width: 991px) {
    .about-area .section-content {
        grid-template-columns: auto
    }

    .innerMainArea .about-area .section-content { grid-template-columns: auto;}
}

.about-area .section-content .text {
    font-size: 70px;
    line-height: 1;
    color: var(--black);
    font-family: var(--font_instumentsans);
    margin-top: -24px
}

@media only screen and (max-width: 1919px) {
    .about-area .section-content .text {
        font-size: 50px;
        margin-top: -17px
    }
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .text {
        font-size: 40px
    }
}

@media only screen and (max-width: 991px) {
    .about-area .section-content .text {
        font-size: 36px;
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .about-area .section-content .text {
        font-size: 28px
    }
}

@media(max-width: 575px) {
    .about-area .section-content .text {
        font-size: 24px
    }
}

.about-area .section-content .btn-wrapper {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .btn-wrapper {
        margin-top: 40px
    }
}

.about-area .section-content .wc-btn-primary {
    background-color: var(--black);
    color: var(--white)
}

.about-area .section-content .wc-btn-circle {
    background-color: var(--black);
    color: var(--white)
}


.feature-area .features-wrapper-box {
    margin-top: 20px;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .feature-area .features-wrapper-box {
        margin-top: 53px
    }
}

.feature-area .features-wrapper {
    display: grid;
    gap: 0 0;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -100px
}

@media only screen and (max-width: 1399px) {
    .feature-area .features-wrapper {
        margin: 0 -80px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .features-wrapper {
        margin: 0 -30px
    }
}

@media only screen and (max-width: 767px) {
    .feature-area .features-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .feature-area .features-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.feature-box {
    padding: 70px 100px 70px;
    border-inline-end: 1px solid rgba(0, 0, 0, .12);
    border-top: 1px solid rgba(0, 0, 0, .12)
}
.border-top-0{ border-top:0 !important; }

@media only screen and (max-width: 1399px) {
    .feature-box {
         padding: 50px 100px 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-box {
        padding: 0 30px 52px
    }
}

.feature-box .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black)
}

@media only screen and (max-width: 1199px) {
    .feature-box .title {
        font-size: 28px
    }
}

.feature-box .content {
    margin-top: 48px
}

@media only screen and (max-width: 1199px) {
    .feature-box .content {
        margin-top: 38px
    }
}

.feature-box .text {
    margin-top: 19px;
    color: var(--black)
}


.fun-fact-area .feature-box .text {
  font-size: 25px; font-weight: 300;
}


.fun-fact-area .feature-box h6 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    color: #e14747;
}

.fun-fact-area .feature-box h6 i{ color:#373737; }

.work-area {
    background-color: var(--white)
}

.dark .work-area {
    background-color: var(--black)
}

.work-area .section-title {
    width: 300px
}

.work-area .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: .8fr auto;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .work-area .section-header {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.work-area .section-header .link-meta {
    display: flex;
    gap: 10px 40px
}

.work-area .profile-item {
    display: flex;
    align-items: center;
    gap: 12px
}

.work-area .profile-item .icon {
    border: 1px solid rgba(18, 18, 18, 0.08);
    width: 40px;
    height: 40px;
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px
}

.work-area .profile-item .meta-title {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    font-family: var(--font_instumentsans);
    font-weight: 500;
    color: #999
}

.work-area .profile-item .name {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-top: 5px
}

.work-area .works-wrapper-box {
    margin-top: 60px
}

@media only screen and (max-width: 1199px) {
    .work-area .works-wrapper-box {
        margin-top: 40px
    }
}

.work-area .works-wrapper {
    display: grid;
    gap: 90px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 1199px) {
    .work-area .works-wrapper {
        gap: 40px 30px
    }
}

@media only screen and (max-width: 767px) {
    .work-area .works-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.work-area .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
    justify-content: flex-end
}

@media only screen and (max-width: 991px) {
    .work-area .section-content {
        grid-template-columns: 1fr
    }
}

.work-area .section-content .text {
    font-size: 24px;
    line-height: 1.33;
    max-width: 520px;
    font-family: var(--font_instrumentsans);
    margin-top: -11px
}

@media only screen and (max-width: 1199px) {
    .work-area .section-content .text {
        font-size: 20px;
        margin-top: -9px
    }
}

.work-area .section-content .btn-wrapper {
    margin-top: 43px
}


.work-area  .services-wrapper-box {
    margin-top:30px;
}

.work-area  .services-wrapper {
   /* display: grid;
    gap: 0 90px;
    grid-template-columns: repeat(2, 1fr);*/
}

.work-area .services-wrapper .item>* {
    border-bottom: 1px solid var(--primary);
}

.work-area .services-wrapper .item>*:nth-child(1) {
    border-top: 1px solid var(--primary);
}

.work-area .services-wrapper .item>*:nth-child(2) {
    border-top: 1px solid var(--primary);
}

.work-area .service-box {
    display: grid;
    gap: 20px 50px;
    grid-template-columns: 30px auto;
     padding:0;
    padding-bottom: 61px;
    padding-top: 44px;

        background-color: #fff;

    border-radius: 0px;
}

.work-area .service-box .number {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font_khand);
    color: var(--primary);
    line-height: 1;
    display: inline-block;
}
.work-area .service-box .number img{    position: absolute;
    width: 42px;
    left: 9px;
    top: 7px;}
.work-area .content-wrapper {
    display: grid;
    gap: 30px 50px;
    grid-template-columns: auto auto;
}

.work-area .service-box .title {
    padding: 0;
    margin: 0;
        font-size: 50px;
            font-family: var(--font_khand);
            font-weight: 700;
    line-height: .88;
    text-transform: uppercase;
        color: #000;

    }
    .work-area .service-box .content span{ font-size: 17px;  color:#242456 }
    .work-area .service-box  strong{ font-weight:700; color:#000; }

   .work-area .service-box .boxBg-1{
    background: #f8e7b4;
    padding: 10px;
    border-radius: 15px;
}

  .work-area .service-box .boxBg-2{
    background: #fcd0c3;
    padding: 10px;
    border-radius: 15px;
}
.work-area .service-box .iconArPn img{ width:35px; } 
.work-area .service-box .iconArPn-1 img{ width:70px; } 

  .work-area .service-box .boxBg-3{
    background: #cfecf9;
    padding: 10px;
    border-radius: 15px;
}

.work-area .service-box p {
    line-height: 18px;
    font-size: 14px;
    color: #242456;
   
}
@media only screen and (max-width: 1919px) {
  .work-area .service-box .title {
        font-size: 50px;

    }

}
@media only screen and (max-width: 1199px) {
    .work-area .section-content .btn-wrapper {
        margin-top: 33px
    }
}

.work-box:hover .thumb:before {
    top: -2px
}

.work-box:hover .thumb::after {
    bottom: -2px
}

.work-box:hover .thumb img {
    transform: scale(1.1)
}

.work-box .thumb {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.work-box .thumb:before {
    position: absolute;
    content: url(../imgs/shape/img-s-95.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    transition: all .5s
}

.dark .work-box .thumb:before {
    content: url(../imgs/shape/img-s-95-dark.webp)
}

.work-box .thumb::after {
    position: absolute;
    content: url(../imgs/shape/img-s-94.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    transition: all .5s
}

.dark .work-box .thumb::after {
    content: url(../imgs/shape/img-s-94-dark.webp)
}

.work-box .thumb img {
    width: 100%;
    transition: all .5s
}

.work-box .content {
    margin-top: 28px
}

@media only screen and (max-width: 1199px) {
    .work-box .content {
        margin-top: 18px
    }
}

.work-box .tags {
    display: flex;
    gap: 5px;
    margin-top: 17px
}

.work-box .title {
    font-size: 30px;
    line-height: 1.2
}

@media only screen and (max-width: 1199px) {
    .work-box .title {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {
    .work-box .title {
        font-size: 20px
    }
}

.work-box .tag {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid rgba(18, 18, 18, 0.08);
    display: inline-block;
    padding: 12px 16px;
    border-radius: 40px
}

.fun-fact-area {
    background-color: #bcd5e0
}
.fun-fact-area.teamTopSection{ background:#fff; }
.fun-fact-area.teamTopSection .news-one__content{background: #bcd5e0}
.dark .fun-fact-area {
    background-color: #252525
}

.fun-fact-area .section-title {
    max-width: 840px
}

.fun-fact-area .counter-wrapper-box {
    margin-top: 90px
}

@media only screen and (max-width: 1399px) {
    .fun-fact-area .counter-wrapper-box {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .fun-fact-area .counter-wrapper-box {
        margin-top: 50px
    }
}

.fun-fact-area .counter-box {
    max-width: 1310px;
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    gap: 220px
}

@media only screen and (max-width: 1199px) {
    .fun-fact-area .counter-box {
        gap: 120px
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact-area .counter-box {
        gap: 80px
    }
}

@media(max-width: 575px) {
    .fun-fact-area .counter-box {
        gap: 50px
    }
}

.fun-fact-area .counter-box .shape-1 {
    height: 515px
}

.dir-rtl .fun-fact-area .counter-box .shape-1 {
    transform: rotateY(180deg)
}

@media only screen and (max-width: 1919px) {
    .fun-fact-area .counter-box .shape-1 {
        height: 415px
    }
}

@media only screen and (max-width: 1199px) {
    .fun-fact-area .counter-box .shape-1 {
        height: 315px
    }
}

@media only screen and (max-width: 991px) {
    .fun-fact-area .counter-box .shape-1 {
        height: 265px
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact-area .counter-box .shape-1 {
        height: 215px
    }
}

@media(max-width: 575px) {
    .fun-fact-area .counter-box .shape-1 {
        height: 135px
    }
}

.fun-fact-area .counter-box .number {
    font-size: 450px
}

@media only screen and (max-width: 1919px) {
    .fun-fact-area .counter-box .number {
        font-size: 350px
    }
}

@media only screen and (max-width: 1199px) {
    .fun-fact-area .counter-box .number {
        font-size: 250px
    }
}

@media only screen and (max-width: 991px) {
    .fun-fact-area .counter-box .number {
        font-size: 200px
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact-area .counter-box .number {
        font-size: 170px
    }
}

@media(max-width: 575px) {
    .fun-fact-area .counter-box .number {
        font-size: 120px
    }
}

.service-area {
    background-color: #242456;
    background-image: url('../imgs/shape/img-s-54.webp');
}

.service-area .section-title {
    max-width: 845px;
    color: var(--white)
}
.service-area .title-wrapper p{line-height: 1.41;
    font-weight: 400;
    font-size: 18px; color: #fff;}
.service-area .services-wrapper-box {
    margin-top: 90px
}

@media only screen and (max-width: 1399px) {
    .service-area .services-wrapper-box {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .services-wrapper-box {
        margin-top: 50px
    }
}

.service-area .services-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1199px) {
    .service-area .services-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 991px) {
    .service-area .services-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .service-area .services-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-area .info-text {
    margin-top: 70px;
    text-align: center
}

@media only screen and (max-width: 1399px) {
    .service-area .info-text {
        margin-top: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .info-text {
        margin-top: 50px
    }
}

.service-area .info-text  a {
    background-color: #ffd451;
    padding: 19px 41px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #242456;
    max-width: 500px;
}
.service-area .info-text  a:hover {
    background-color: #f6ad97;

}

.service-area .info-text .text .wc-btn-underline {
    color: var(--white);
    font-size: inherit;
    font-weight: inherit;
    padding-bottom: 0
}

.service-area .info-text .text .wc-btn-underline:before {
    height: 1px
}

.service-box {
    background-color: #1c1c1c;
    padding: 47px 50px 46px;
    border-radius: 20px;
    transition: all .5s
}

@media only screen and (max-width: 1919px) {
    .service-box {
        padding: 37px 30px 36px
    }
}

.service-box:hover {
    transform: scale(1.03)
}

.service-box .number {
    font-size: 18px;
    color: var(--white)
}

.service-box .icon {
    margin-top: 136px
}

@media only screen and (max-width: 1919px) {
    .service-box .icon {
        margin-top: 86px
    }
}

@media only screen and (max-width: 1199px) {
    .service-box .icon {
        margin-top: 36px
    }
}

.service-box .title {
    font-size: 30px;
    line-height: 1.2;
    color: var(--white);
    margin-top: 56px
}

@media only screen and (max-width: 1919px) {
    .service-box .title {
        margin-top: 46px;
        font-size: 26px
    }
}

@media only screen and (max-width: 1399px) {
    .service-box .title {
        font-size: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .service-box .title {
        margin-top: 26px
    }
}

.service-box .text {
    color: var(--white-2);
    margin-top: 23px
}

@media only screen and (max-width: 1199px) {
    .service-box .text {
        margin-top: 18px
    }
}



/*new blog*/
.owl-carousel .owl-nav { position:absolute; top:50%; width:100%; }
.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #fff !important;
    border-radius: 50%;
    display: block;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    position: absolute;
    line-height: 40px;
    text-align: center;
}

.owl-carousel .owl-nav button:after{ left: 0; top:0;
     width: 40px;
    height: 40px; line-height: 40px;
    position: absolute; font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f060";
    color: #fff;

}

.owl-carousel .owl-nav button span{ display:none; }
.owl-carousel .owl-nav button.owl-next{ left:-65px; }
.owl-carousel .owl-nav button.owl-next:after{content: "\f060";}
.owl-carousel .owl-nav button.owl-prev{ right:-65px; }
.owl-carousel .owl-nav button.owl-prev:after{content: "\f061";}

.blog-area .owl-carousel .owl-nav button.owl-prev{ right:-45px; }

.blackArrowArea.owl-carousel .owl-nav button { border: 1px solid #000 !important;}
.blackArrowArea.owl-carousel .owl-nav button:after {color: #1a1919;}

.service-area  .blogs-wrapper-box {
    margin-top: 55px
}

/*.service-area  .blogs-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    .service-area .blogs-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .service-area  .blogs-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}
*/
.service-area .blog {
    padding: 43px 45px 42px;
    background-color: #242456;
    transition: all .5s;
    overflow: hidden
}

.dark .service-area .blog {
    background-color: #1b1b1b
}

@media only screen and (max-width: 1399px) {
    .service-area .blog {
        padding: 33px 35px 32px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .blog {
        padding: 28px 25px 26px
    }
}

.service-area .blog:hover {
    background-color: #ffd451;
}
.service-area .blog:hover .thumb img {
    transform: scale(1.1)
}

.service-area .blog:hover .title {
    color: var(--black)
}

.service-area .blog:hover .text {
    color: var(--black)
}

.service-area .blog:hover .name {
    color: var(--black)
}

.service-area .blog:hover .meta {
    color: var(--black-2)
}

.service-area .blog .title {
    font-size: 14px;
    line-height: 30px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s;
}


.service-area .blog .thumb {
    margin-top: 0px;
    margin-inline-end: -45px;
    overflow: hidden;
    border-radius: 0;
}

@media only screen and (max-width: 1199px) {
    .service-area .blog .thumb {
        margin-top: 28px
    }
}

.service-area .blog .thumb img {
    width: 100%;
    transition: all .5s;

}

.service-area .blog .text {
    margin-top: 20px;
    color: #fff;
    transition: all .5s
}

.service-area .blog .name {
    font-size: 15px;
    color: var(--white);
    /* text-transform: uppercase; */
    margin-top: 20px;
    font-weight: 600;
    transition: all .5s;
}

@media only screen and (max-width: 1199px) {
    .service-area .blog .name {
        font-size: 20px
    }
}

.service-area .blog .meta {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font_teko);
    display: inline-block;
    margin-top: 8px;
    transition: all .5s
}

.service-area .blog .meta-list {
    display: block;
    margin-top: 26px;

}

.service-area .blog .meta {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font_teko);
    display: inline-block;
    margin-top: 8px;
    transition: all .5s;
}

/*--new blog*/


.tander-area .blog-area-inner {
    display: grid;
    gap: 50px 60px;
    grid-template-columns: auto 820px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tander-area  .blog-wrapper-box {
    margin-top: 9px;
}

.tander-area .blog-wrapper>* {
    display: block;
}


.tander-area .blog {
    display: grid;
    gap: 20px 60px;

    justify-content: space-between;
    align-items: flex-start;
}

.tander-area .blog .author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tander-area article.blog  .btn-4 a{ transition: all .2s; margin-left:2px;}
.tander-area article.blog  .btn-4 a:hover i{ margin-left:5px;  transition: all .2s;}

.tander-area .blog .meta {
    font-size: 14px;
    text-transform: none;
    padding: 0;
    border: 0;
    display: inline-block;
    border-radius: initial;
}

.tander-area .blog .content {
    padding-inline-start: 0px;
    border-inline-start: 0;
    max-width: none;
    margin-inline-start: initial;
    margin-top: 0px;
}
.tander-area .blog .content .meta {
    display: flex;
    align-items: center;
    gap: 7px;
}

.tander-area .blog .tag {
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 8px;
    background-color: #ffdf7c;
    color: var(--primary);
    border-radius: 20px;
    display: inline-block;
}

.tander-area .blog .date.has-left-line {
    padding-inline-start: 25px;
}

.tander-area .blog .date.has-left-line:before {
    width: 15px;
}


.tander-area .blog .title {
    font-size: 21px;
    margin-top: 15px;
    line-height: 29px;
    padding-right: 100px;
}

.tander-area .blog .text {
    margin-top: 7px;
}

.tander-area .blog .btn-wrapper {
    margin-top: 23px;
}

.tander-area .blog .wc-btn-circle {
    background-color:#242456;
    width: 70px;
    height: 40px;
    font-size: 18px;
    color: var(--white);
}

.tander-area .blog .wc-btn-primary {
    font-size: 15px;
    font-weight: 500;

    background-color:transparent;
    border-color: rgba(0, 0, 0, 0);
    color: #000;
    padding: 0 28px;
    border-radius: 40px;
}

.tander-area .blog .wc-btn-circle {
    background-color:#242456;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: var(--white);
}

.tander-area .blog .wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
}






.video-main .waves {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(225, 225, 225, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -30px;
    bottom: -30px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.video-main .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-main .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-main .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}





.team-area {
    background-color: #f4e0e0
}

.dark .team-area {
    background-color: #252525
}

.team-area .section-title {
    max-width: 640px
}

.team-area .section-header {
    display: grid;
    gap: 30px 40px;
    grid-template-columns: 0fr 1fr;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .team-area .section-header {
        grid-template-columns: 1fr
    }
}

.team-area .section-header .text {
    max-width: 530px
}

.team-area .team-wrapper-box {
    margin-top: 90px
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper-box {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper-box {
        margin-top: 50px
    }
}

.team-area .team-wrapper {
    display: grid;
    gap: 0 80px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper {
        gap: 0 60px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 991px) {
    .team-area .team-wrapper {
        gap: 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.team-area .team-wrapper>* {
    border-bottom: 1px solid #1c1c1c;
    padding-top: 35px;
    padding-bottom: 35px
}

.dark .team-area .team-wrapper>* {
    border-color: var(--white)
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper>* {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.team-area .team-wrapper>*:nth-child(1) {
    border-top: 1px solid #1c1c1c
}

.dark .team-area .team-wrapper>*:nth-child(1) {
    border-color: var(--white)
}

.team-area .team-wrapper>*:nth-child(2) {
    border-top: 1px solid #1c1c1c
}

.dark .team-area .team-wrapper>*:nth-child(2) {
    border-color: var(--white)
}

@media only screen and (max-width: 767px) {
    .team-area .team-wrapper>*:nth-child(2) {
        border-top: 0
    }
}

.team-area .team-wrapper>*:nth-child(3) {
    border-top: 1px solid #1c1c1c
}

.dark .team-area .team-wrapper>*:nth-child(3) {
    border-color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper>*:nth-child(3) {
        border-top: 0
    }
}

.team-box {
    display: grid;
    gap: 20px 35px;
    grid-template-columns: 36% 1fr
}

@media only screen and (max-width: 1399px) {
    .team-box {
        gap: 20px 25px;
        grid-template-columns: 40% 1fr
    }
}

.team-box:hover .thumb img {
    transform: scale(1.1)
}

.team-box .thumb {
    overflow: hidden
}

.team-box .thumb img {
    width: 100%;
    transition: all .5s
}

.team-box .content {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between
}

.team-box .name {
    font-size: 24px;
    line-height: 30px;
}

@media only screen and (max-width: 1399px) {
    .team-box .name {
        font-size: 22px
    }
}

.team-box .post {
    font-size: 18px;
    line-height: 25px;
    margin-top: 12px;
}
.team-box .wc-btn-circle {
    width: 30px;
    height: 30px;
    background-color: #f4e0e0;
    color: var(--black);
    border: 1px solid #c3b4b4;
    font-size: 14px
}

.dark .team-box .wc-btn-circle {
    background-color: #252525;
    color: var(--white);
    border-color: #434343
}

.team-box .wc-btn-circle i {
    transform: none
}

.team-box .wc-btn-primary {
    font-size: 12px;
    font-weight: 400;
    padding: 0 11px;
    background-color: #f4e0e0;
    color: var(--black);
    border: 1px solid #c3b4b4
}

.dark .team-box .wc-btn-primary {
    background-color: #252525;
    color: var(--white);
    border-color: #434343
}

.team-box .wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.team-box .wc-btn-group>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -30px
}

.team-box .wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.team-box .wc-btn-group>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.team-box .wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.team-box .wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.team-box .wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -30px
}

.blog-area {
    background-color: var(--white)
}

.dark .blog-area {
    background-color: var(--black)
}

.blog-area .section-title {
    max-width: 420px
}

.blog-area .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .blog-area .section-header {
        grid-template-columns: 1fr
    }
}

.blog-area .blogs-wrapper-box {
    margin-top: 90px
}

@media only screen and (max-width: 1399px) {
    .blog-area .blogs-wrapper-box {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .blog-area .blogs-wrapper-box {
        margin-top: 50px
    }
}

/*.blog-area .blogs-wrapper {
    display: grid;
    gap: 55px 35px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    .blog-area .blogs-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 30px
    }
}

@media only screen and (max-width: 767px) {
    .blog-area .blogs-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 45px 30px
    }
}
*/
.blog:hover .thumb:before {
    top: -2px
}

.blog:hover .thumb::after {
    bottom: -2px
}

.blog:hover .thumb img {
    transform: scale(1.1)
}

.blog .thumb {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .blog .thumb {
        border-radius: 10px
    }
}

.blog .thumb:before {
    position: absolute;
    content: url(../imgs/shape/img-s-95.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    transition: all .5s
}

.dark .blog .thumb:before {
    content: url(../imgs/shape/img-s-95-dark.webp)
}

.blog .thumb::after {
    position: absolute;
    content: url(../imgs/shape/img-s-94.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    transition: all .5s
}

.dark .blog .thumb::after {
    content: url(../imgs/shape/img-s-94-dark.webp)
}

.blog .thumb img {
    width: 100%;
    transition: all .5s
}

.blog .title {
    font-size: 21px;
    line-height: 1.2
}
.resourcesBlogArea  .blog .title {
        font-size: 17px;
         overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
       min-height: 43px;
           padding-top: 5px;
    }

.resourcesBlogArea  .tab-content .blog  p{ font-size:15px; 
 overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1919px) {
    .blog .title {
        font-size: 21px
    }
}

@media only screen and (max-width: 1399px) {
    .blog .title {
        font-size: 20px
    }

}

@media only screen and (max-width: 1199px) {
    .blog .title {
        font-size: 20px
    }
}

.blog .content {
    padding-inline-start: 20px;
    border-inline-start: 1px solid rgba(18, 18, 18, 0.08);
    max-width: 460px;
    margin-inline-start: auto;
    margin-top: 35px;
    position: relative;

}
.blog .content .ComingSoonPanel {
    position: absolute;
    top: -90px;
    left: 10px;
    width: 80px;
    height: 80px;
    background: #ffd451;
    border: 2px dashed #474747;
    box-shadow: 0 0 0 7px #ffd451;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 97px;
    color: #000;
}
.blog .content .ComingSoonPanel span {
    line-height: 20px;
    display: inline-block;
}
@media only screen and (max-width: 1399px) {
    .blog .content {
        padding-inline-start: 29px;
        margin-top: 33px
    }
}

@media only screen and (max-width: 1199px) {
    .blog .content {
        padding-inline-start: 0;
        margin-top: 23px;
        border-inline-start: 0
    }
}

@media only screen and (max-width: 767px) {
    .blog .content {
        max-width: 100%
    }
}

.blog .meta {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    display: inline-block;
    border-radius: 40px
}

@media only screen and (max-width: 1199px) {
    .blog .meta {
        font-size: 12px;
        padding: 8px 14px
    }
}

.blog .meta-list {
    display: flex;
    gap: 5px;
    margin-top: 17px
}

.cta-area {
    background-color: #d8e9e4
}

.dark .cta-area {
    background-color: #252525
}

.cta-area .section-content {
    text-align: center
}

.cta-area .section-content .section-title {
    font-size: 150px;
    line-height: 1;
    max-width: 900px;
    font-family: var(--font_getaway);
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 400
}

@media only screen and (max-width: 1919px) {
    .cta-area .section-content .section-title {
        font-size: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-content .section-title {
        font-size: 100px
    }
}

@media only screen and (max-width: 991px) {
    .cta-area .section-content .section-title {
        font-size: 70px
    }
}

@media(max-width: 575px) {
    .cta-area .section-content .section-title {
        font-size: 60px
    }
}

.cta-area .section-content .section-subtitle {
    font-size: 30px;
    line-height: 1;
    font-family: var(--font_getaway);
    text-transform: uppercase;
    font-weight: 400
}

@media only screen and (max-width: 1919px) {
    .cta-area .section-content .section-subtitle {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-content .section-subtitle {
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    .cta-area .section-content .section-subtitle {
        font-size: 20px
    }
}

.cta-area .section-content .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-content .btn-wrapper {
        margin-top: 35px
    }
}

.cta-area .section-content .title-wrapper {
    margin-top: 30px
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-content .title-wrapper {
        margin-top: 20px
    }
}

.process-area {
    background-color: #f7e6b2
}

.dark .process-area {
    background-color: #252525
}

.process-area-inner {
    position: relative
}

.process-area-inner .shape-1 {
    position: absolute;
    inset-inline-start: 59%;
    top: 10%
}

@media only screen and (max-width: 1399px) {
    .process-area-inner .shape-1 {
        top: 6%
    }
}

@media only screen and (max-width: 1199px) {
    .process-area-inner .shape-1 {
        top: 4%
    }
}

@media only screen and (max-width: 991px) {
    .process-area-inner .shape-1 {
        display: none
    }
}

.process-area-inner .shape-1 img {
    height: 319px
}

.dir-rtl .process-area-inner .shape-1 img {
    transform: rotateY(180deg)
}

@media only screen and (max-width: 1919px) {
    .process-area-inner .shape-1 img {
        height: 269px
    }
}

@media only screen and (max-width: 1399px) {
    .process-area-inner .shape-1 img {
        height: 219px
    }
}

@media only screen and (max-width: 1199px) {
    .process-area-inner .shape-1 img {
        height: 169px
    }
}

.process-area .section-title {
    max-width: 520px;
    margin-top:0px;
    margin-bottom: 20px;
        display: inline-block;

}
.title-wrapper.titleTab { position:absolute; left:0%; top:170px;  }
.title-wrapper.titleTab h2{
    display: none;
    background: #f7e6b2;
    padding: 12px;
    padding-left: 40px;
    font-size: 30px;
    border-radius: 50px 0 0 50px;
    width: 500px;

}
.process-area .process-wrapper-box {
    margin-top: 90px
}

@media only screen and (max-width: 1399px) {
    .process-area .process-wrapper-box {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .process-area .process-wrapper-box {
        margin-top: 50px
    }
}

.process-area .process-wrapper {
    overflow: hidden
}

.process-area .process-wrapper .process-slider {
    margin: 0 30px;
    overflow: visible
}

.process-box {
    border-inline-start: 1px solid #b7c5c1
}

.dark .process-box {
    border-color: #404040
}

.process-box .number {
    font-size: 16px;
    color: #7d8683;
    display: inline-block;
    margin-inline-start: 30px
}

.dark .process-box .number {
    color: #999
}

.process-box .icon {
    width: 90px;
    height: 90px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 244px;
    transform: translateY(50%);
    outline: 15px solid #d8e9e4
}

.dark .process-box .icon {
    outline-color: #252525
}

@media only screen and (max-width: 1919px) {
    .process-box .icon {
        margin-top: 144px
    }
}

@media only screen and (max-width: 1199px) {
    .process-box .icon {
        margin-top: 44px
    }
}

.process-box .title {
    font-size: 24px;
    line-height: 1.33;
    padding: 75px 30px 61px;
    border: 1px solid #b7c5c1;
    border-radius: 200px;
    text-align: center
}

.dark .process-box .title {
    border-color: #404040
}

@media only screen and (max-width: 1199px) {
    .process-box .title {
        font-size: 20px
    }
}

.testimonial-area {
    background-color: #f9f3ee
}

/*.testimonial-area.bg-4{    
    background-color: #242456; background-size:contain;
 background-image: url(../imgs/map/map_bg.jpg);


}*/


.testimonial-area.bg-map{
      background-color: #242457;
/*          background-image: url(../imgs/map/map_banner.svg);*/
/*           background-size:100% 100%; */
/* background-size: contain;*/
 background-repeat: no-repeat; 
}
.testimonial-area.bg-map img{ width:100%;}
.testimonial-area.bg-4 {
    background-color: #2f2d5e;
    background-size: contain;
/*    background-repeat: no-repeat;*/
/*   background-position: -74px 55px;*/
    background-position: -71px 6px;
    background-image: url(../imgs/map/map_bg.jpg);
    /* background-image: url(../imgs/shape/bg55.png); */
}

@media only screen and (min-width: 1280px) {

.testimonial-area.bg-4 {background-position: -122px 30px;}
}

@media only screen and (min-width: 1330px) {
.testimonial-area.bg-4 {
    background-position: -69px 6px;
}
}
@media only screen and (min-width: 1400px) {
.testimonial-area.bg-4 {
    background-position: -101px -9px;
}
}
@media only screen and (min-width: 1430px) {
/*.testimonial-area.bg-4 {  background-position: -124px 74px;}*/
.testimonial-area.bg-4{background-position: -133px 34px;} 
}

@media only screen and (min-width: 1440px) {
/*.testimonial-area.bg-4 {  background-position: -124px 74px;}*/
.testimonial-area.bg-4{background-position: -133px 34px;} 
}
@media only screen and (min-width: 1450px) {
.testimonial-area.bg-4 {
    background-position: -128px 23px;
}
}
@media only screen and (min-width: 1500px) {
/*.testimonial-area.bg-4 {  background-position: -74px 55px;}*/
.testimonial-area.bg-4 {background-position: -76px 5px;}
}


@media only screen and (min-width: 1600px) {
/*.testimonial-area.bg-4 {background-position: -86px 63px;}*/
.testimonial-area.bg-4 {background-position: -86px 12px;}
}

@media only screen and (min-width: 1920px) {
/*.testimonial-area.bg-4 {background-position: -27px 63px;}*/
.testimonial-area.bg-4 {background-position: -27px 18px;}
}

@media only screen and (min-width: 2048px) {
/*.testimonial-area.bg-4 {background-position: 5px 17px;}*/
.testimonial-area.bg-4 {background-position: 5px -33px;}
}

@media only screen and (min-width: 2304px) {
/*.testimonial-area.bg-4 {background-position: right -83px;    }*/
.testimonial-area.bg-4 {background-position: right -135px;}
}
.testimonial-area.bg-4 .section-title-wrapper .title-wrapper h2, .testimonial-area.bg-4 .section-title-wrapper .title-wrapper p{color: #f8ec66}
.testimonial-area.bg-4 .section-title-wrapper .title-wrapper .logoLine:after {background: #f8ec66;}
.testimonial-area .section-title {
    max-width: 480px
}

.testimonial-area .testimonial-wrapper-box {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 60%;
    margin-top: 50px;
    position: relative
}

@media only screen and (max-width: 1399px) {
    .testimonial-area .testimonial-wrapper-box {
        margin-top: 40px
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-area .testimonial-wrapper-box {
        margin-top: 50px;
        grid-template-columns: 1fr 65%
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area .testimonial-wrapper-box {
        grid-template-columns: 1fr 54%
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area .testimonial-wrapper-box {
        grid-template-columns: 100%
    }
}

.testimonial-area .testimonial-wrapper {
    background-color:transparent;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.testimonial-area .testimonial-wrapper .mapSideBox{ position:absolute; right:20px; bottom:20px; }
.testimonial-area .testimonial-wrapper .mapSideBox p{ font-size:16px; }
.testimonial-area .testimonial-wrapper .mapSideBox p i{ font-size:14px; margin-right:5px; }
.dark .testimonial-area .testimonial-wrapper {
    background-color: #1b1b1b
}

/*.testimonial-area .testimonial-wrapper>* {
    height: 100%;
    cursor: grab
}
*/
.testimonial-area .testimonial-wrapper .swiper-slide:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 150%;
    background-color: #efefef;
    top: 0;
    inset-inline-start: -25px
}

.dark .testimonial-area .testimonial-wrapper .swiper-slide:before {
    background-color: #2c2c2c
}

.testimonial-area .nav-icon {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s
}

.testimonial-area .nav-icon:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: rgba(0, 0, 0, 0)
}

.dark .testimonial-area .nav-icon:hover {
    color: var(--black)
}

.testimonial-area .slider-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 60px;
    inset-inline-start: 170px
}

.dir-rtl .testimonial-area .slider-nav {
    flex-direction: row-reverse
}

@media only screen and (max-width: 1919px) {
    .testimonial-area .slider-nav {
        inset-inline-start: 106px
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial-area .slider-nav {
        inset-inline-start: 86px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area .slider-nav {
        bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area .slider-nav {
        position: static
    }
}

.testimonial-area .info-box {
    border: 2px solid #f6a21c;
   border-radius: 20px;
   padding: 15px;
   position: relative;
}
/*.testimonial-area .info-box:after {
    border-right: 2px solid #f6a21c;
    top: -9px;
    content: "";
    display: block;
    background: #2d2d57;
    border: #;
    height: 79px;
    position: absolute;
    left: -12px;
    transform: rotate(20deg);
    width: 26px;
    z-index: 1;
}*/
.testimonial-area .info-box .info-boxArea{
 background-color: #ffe8a3;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    height: 100%;
    position: relative;

}

/*.testimonial-area .info-box .info-boxArea:after {
    z-index: 1;
    border-color: #2d2d57  transparent transparent transparent;
    border-style: solid;
    border-width: 74px 28px 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}*/



.testimonial-area .info-box .info-boxArea .info-boxPanel h3 {
    font-size: 27px;
    font-weight: 500;
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    border: 7px solid #ffd451;
    box-shadow: 0 0 0 3px #f6a21c;
    /* margin-top: -40px; */
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-area .info-box .info-boxArea .info-boxPanel h4{ font-size:20px; }
.testimonial-area .info-box .info-boxArea .info-boxPanel .info-StBox{ border: 1px dashed #000; padding: 15px; border-radius: 15px; margin-top: 30px;}
.testimonial-area .info-box .info-boxArea .info-boxPanel h5 {
    font-size: 20px;

    padding: 5px 10px;
    margin-top: -31px;
    display: block;
    margin-bottom: 11px;
}
.testimonial-area .info-box .info-boxArea .info-boxPanel h5 span{background: #ffe8a3; padding: 0 15px; }
.testimonial-area .info-box .info-boxArea .info-boxPanel ul{ margin:0; padding:0; list-style: none;}

.testimonial-area .info-box .info-boxArea .info-boxPanel ul li{ margin-bottom:10px; padding-left: 30px; font-size:16px; line-height: 20px; color: #000; text-align: left; position: relative;}
.testimonial-area .info-box .info-boxArea .info-boxPanel ul li:after{ position:absolute; left: 0; top:2px; font-size:18px; content:'\f058';     font-family: "Font Awesome 6 Free";
    font-weight: 900; color:#f5602e; }

.testimonial-area .info-box .info-boxArea .info-boxPanel p{ color:#000; font-size:17px; text-transform:uppercase; }
.testimonial-area .info-box .info-boxArea .info-boxPanel p strong{ font-weight:700; }
.mapAreaPoint{ background: #fff; width: 400px; padding: 0px; margin: auto; border-radius: 15px; -webkit-box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.05); position: relative; }



.testimonial-area .info-box .info-boxArea .info-boxPanel .info-StBox.puneBgColor{ background:#d1d8ff; }
.testimonial-area .info-box .info-boxArea .info-boxPanel .info-StBox.puneBgColor h5 span{background: rgb(255,232,163);
background: linear-gradient(180deg, rgba(255,232,163,1) 0%, rgba(255,232,163,1) 50%, rgba(209,216,255,1) 50%, rgba(209,216,255,1) 100%);}

.testimonial-area .info-box .info-boxArea .info-boxPanel .info-StBox.suratBgColor{background:#d6f4ff;}
.testimonial-area .info-box .info-boxArea .info-boxPanel .info-StBox.suratBgColor h5 span{background: rgb(255,232,163);
background: linear-gradient(180deg, rgba(255,232,163,1) 0%, rgba(255,232,163,1) 50%, rgba(214,244,255,1) 50%, rgba(214,244,255,1) 100%);}



.video-main {
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mapAreaPoint svg {
    fill: #ff7547;
    width: 20px;
    stroke: #141414;
    stroke-width: 18;
}
.mapAreaPoint .video-main .video{ background: transparent; cursor:pointer; }
.mapAreaPoint .video-main .video i {
    color: #2b2b5b;
    font-size: 13px;
    border: 0px solid #2b2b5b;
    border-radius: 50%;
        box-shadow: 0px 0px 4px #595959;
}
.mapAreaPoint .video-main.agraArrow {
    left: 135px;
    top: 144px;
}

.mapAreaPoint .video-main.puneArrow {
    left: 79px;
    top: 301px;
}
.mapAreaPoint .video-main.agraArrow .video i,
/*.mapAreaPoint .video-main.puneArrow .video i{color:#f5e5a3;   border: 3px solid #000;}*/
.mapAreaPoint .video-main.suratArrow {
    left: 71px;
    top: 233px;
}
.mapAreaPoint .video-main.puducherryArrow {
    left: 158px;
    top: 370px;
}
.mapAreaPoint .video-main.maheArrow {
    left: 103px;
    top: 378px;
}

.mapAreaPoint .video-main.YanamArrow {
    left: 188px;
    top: 309px;
}

.mapAreaPoint .PuducherryPoint {
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: -22px;
    left: -1px;
    white-space: nowrap;
}
.mapAreaPoint .PuducherryPoint i {
    color: transparent;
    border: 1px solid #4e6167;
    background: #9ebcc2;
    border-radius: 50px;
    margin-right: 5px;
}
.testimonial-area .info-box .rating-icons {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 4px
}

.testimonial-area .info-box .reviews {
    font-size: 18px;
    line-height: 1;
    margin-top: 8px
}

.testimonial-area .info-box .text {
    font-size: 30px;
    line-height: 1.18;
    color: var(--primary);
    font-family: var(--font_instrumentsans);
    font-weight: 500;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 26px
}

@media only screen and (max-width: 1919px) {
    .testimonial-area .info-box .text {
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area .info-box .text {
        font-size: 20px
    }
}

.testimonial-item {
    padding: 60px 70px 57px;
    height: 100%
}

@media only screen and (max-width: 1919px) {
    .testimonial-item {
        padding: 60px 50px 57px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-item {
        padding: 40px 30px 37px
    }
}

.testimonial-item .text {
    font-size: 30px;
    line-height: 1.25;
    color: #888;
    font-weight: 600;
    font-family: var(--font_instrumentsans)
}

@media only screen and (max-width: 1919px) {
    .testimonial-item .text {
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-item .text {
        font-size: 20px
    }
}

.testimonial-item .text span {
    color: var(--primary)
}

.testimonial-item .text-wrapper {
    margin-top: 92px
}

@media only screen and (max-width: 767px) {
    .testimonial-item .text-wrapper {
        margin-top: 40px
    }
}

.testimonial-item .author {
    display: flex;
    gap: 20px 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px
}

.testimonial-item .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_plusjakartasans)
}

.testimonial-item .post {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px
}

.testimonial-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.clients-area-inner {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid rgba(18, 18, 18, 0.08);
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);

}

@media only screen and (max-width: 1919px) {
    .clients-area-inner {
        margin-top: 80px
    }
}

@media only screen and (max-width: 1399px) {
    .clients-area-inner {
        margin-top: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .clients-area-inner {
        padding-top: 29px;
        padding-bottom: 29px
    }
}

.client-slider-active .swiper-slide {
    width: auto
}
.client-slider-active .swiper-slide .client-box img{ height:50px; }
.client-slider .swiper-wrapper {
    transition-timing-function: linear
}

.client-box img {
    opacity: .8
}

.bgBtn-2 { background:#ffd451; border:1px solid #f6c93f }
.bgBtn-2:hover { background:#242456; border:1px solid #1b1b47; color:#fff; }

/*slider*/
.bannerSection{ 
/*    padding-top:112px;*/
     padding-top:100px;

     }
.bannerSection .bx-wrapper{ padding: 0; margin:0; border:0;}
.bannerSection .bannerSlider{ width: 100%; }
.bannerSection .bannerSlider video{ 
    width:100%;
/*    height:100vh */
   }

.bannerSection .bannerSlider img{ width: 100%;  }
@media (min-width: 1024px) {
.bannerSection .bannerSlider img{  height:100vh; }
}

.bannerSection .bx-wrapper .bx-controls-direction a { z-index: 9; background: #242456; border-radius: 50%; width: 40px;
    height: 40px;  text-indent: 0; font-size: 0; margin-top: -80px;}

@media (max-width: 1024px) {
.bannerSection .bx-wrapper .bx-controls-direction a {margin-top:0px;}
}

   
.bannerSection .bx-wrapper .bx-prev {
    left: 10px;
/*    background: url('../imgs/controls.png') no-repeat 0 -32px;*/
}
.bannerSection .bx-wrapper .bx-prev:after {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    content: '\f053';
    font-family: "Font Awesome 6 Free";
} 
.bannerSection .bx-wrapper .bx-next {
/*    background: url('../imgs/controls.png') no-repeat -43px -32px;*/
}
.bannerSection .bx-wrapper .bx-next:after {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    content: '\f054';
    font-family: "Font Awesome 6 Free";
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-stop {

/*    background: url('../imgs/controls.png') -86px -44px no-repeat;*/

}

.bannerSection .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
    right: 10px !important;
    background: #162f6a;
    height: 25px;
    width: 25px;
    padding-top: 7px;
    border-radius: 5px;
    padding-left: 5px;
    line-height: 20px;
    /* display: none; */
}
.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item:last-child {
    display: block;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-start {
    background: url(../imgs/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
}



.bannerSection .videoSdPanel {
    background-color: #fff;
    position:relative;
  /*  background-color: #242456;
    background-image: url(../imgs/shape/img-s-54.webp);*/
}
.bannerSection .videoSdPanel:after{ width:100%; height:100%; position:absolute; background:transparent; left:0; top:0; content:''; }
.bannerSection  .bx-pager {
    position: absolute;
/*    display: flex;*/
    top: 50%;
    bottom: auto;
    right: 5px;
    left: auto;
    padding: 0;
    margin: 0;
    transform: translate(-50%);
    width: auto;
  
}

/*@media (min-width:1680px) {
.bannerSection  .bx-pager{  top: 71%;}
}



@media (min-width:1920px) {
.bannerSection  .bx-pager{  top: 72%;}
}*/

.bannerSection .bx-wrapper .bx-pager.bx-default-pager a {
  
    width: 6px;
    height: 20px;
    margin-bottom: 10px;
 
   
}

.bannerSection .bx-wrapper .bx-pager.bx-default-pager a {
background: #fff;
    box-shadow: 0 0 10px #000;

}

.bannerSection .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bannerSection .bx-wrapper .bx-pager.bx-default-pager a.active,
.bannerSection .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ffd451;
}









/***

====================================================================
    Features Section Three
====================================================================

***/

.features-section-three{
    position: relative;
    padding: 120px 0 20px;
}

.features-section-three.no-pd-top{
    padding-top: 0;
}

.feature-block-three{
    position: relative;
    margin-bottom: 40px;
}

.feature-block-three .inner-box{
    position: relative;
    padding: 20px 30px;
    padding-left: 170px;
    padding-right: 100px;
/*    background-color:#ffffff;*/
    border: 1px solid #698997;
/*    box-shadow: 0 30px 40px rgba(0,0,0,0.10);*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.feature-block-three .inner-box:hover{
    box-shadow: none;
}

.feature-block-three .icon-box{
    position: absolute;
    left: 50px;
    top: 0;
    height: 100%;
    width: 70px;
    padding: 0 20px;
}

.feature-block-three .icon-box:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #242456;
    content: "";
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -ms-transform: skew(-19deg);
    -o-transform: skew(-19deg);
    transform: skew(-19deg);
    -webkit-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    transition:all 600ms ease;
}

.feature-block-three .inner-box:hover .icon-box:before{
    -webkit-transform: skew(19deg);
    -moz-transform: skew(19deg);
    -ms-transform: skew(19deg);
    -o-transform: skew(19deg);
    transform: skew(19deg);
}

.feature-block-three .icon-box .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    font-size: 40px;
    line-height: 1em;
    margin-top: -20px;
    margin-left: -20px;
    color: #ffffff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.feature-block-three .inner-box:hover .icon-box .icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block-three h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #12114a;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-block-three h4 a{
    color: #12114a;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three h4 a:hover{
    color: #1e1e1e;
}

.feature-block-three .text{

    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color:#000000;
    font-weight: 400;
    cursor: default;
}

.feature-block-three .link-box{
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    font-size: 20px;
    border-radius: 50%;
}

.feature-block-three .link-box a{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color:#242456;
    border-radius: 10px;
    -webkit-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    transition:all 600ms ease;
}

.feature-block-three .inner-box:hover .link-box a{
    transform:rotate(360deg);
    border-radius:0px;
}

.feature-block-three .inner-box:hover .link-box a{
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.feature-block-three:nth-child(3n + 2) .icon-box:before,
.feature-block-three:nth-child(3n + 2) .link-box a{
    background-color: #ffd451;
}

.feature-block-three:nth-child(3n + 3) .icon-box:before,
.feature-block-three:nth-child(3n + 3) .link-box a{
    background-color: #f6ad97;
}

.feature-block-three:nth-child(3n + 4) .icon-box:before,
.feature-block-three:nth-child(3n + 4) .link-box a{
    background-color:#9aaeb7;
}

.feature-block-three:nth-child(3n + 5) .icon-box:before,
.feature-block-three:nth-child(3n + 5) .link-box a{
    background-color:#3790e7;
}

/*inner section*/

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.innerBanner {
    background-color:#ffd451;
    position: relative;
    padding-top: 112px;
}



.innerBanner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.innerBanner__bg:after{ width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0, 0, 0, .7); content:''; }

@media (max-width: 1199px) {
    .innerBanner__bg {
        background-position: left center;
    }
}

.innerBanner .container {
    position: relative;
    z-index: 10;
    padding-top: 70px;
    padding-bottom: 160px;
}



.innerBanner .container h2 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    margin-top: 22px;
}

@media (max-width: 480px) {
    .innerBanner .container h2 {
        font-size: 30px;
    }
}

.thm-breadcrumb {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.thm-breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2em;
    color: #f5f5f5;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
}

.thm-breadcrumb li:not(:last-child)::after {
    content: '/';
    color: #f5f5f5;
    opacity: 0.6;
    position: relative;
    top: -1px;
    margin-left: 13px;
    margin-right: 13px;
}

.thm-breadcrumb li a {
    opacity: 0.6;
    color: inherit;
}

.thm-breadcrumb li span {
    display: block;
    line-height: 1;
    color: #ffd451;
}


.clipNone{clip-path: none !important;}

.innerMainArea .work-area .section-content .content-last {
    display: grid;
    gap: 20px 40px;
    grid-template-columns: auto auto;
    justify-content: center;
    margin-top: 44px;
}
.innerMainArea .work-area .section-title {
    max-width: 100%;
}

.counter-area{ z-index:1; position:relative; background:#fff; padding-bottom:100px; }
.counter-area-inner {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 870px
}

@media only screen and (max-width: 1919px) {
    .counter-area-inner {
        grid-template-columns: 1fr 670px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-area-inner {
        grid-template-columns: 1fr
    }
}

.counter-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.counter-area .counter-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr
}

@media(max-width: 575px) {
    .counter-area .counter-wrapper {
        grid-template-columns: 1fr
    }
}

.counter-area .counter-box {
    padding: 46px 50px 32px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fbf9f9;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .counter-area .counter-box {
        padding: 36px 40px 22px
    }
}



.counter-area .counter-box:before {
    content: url(../imgs/shape/img-s-46.webp);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.dir-rtl .counter-area .counter-box:before {
    transform: rotateY(180deg)
}


.counter-area .counter-box .text {
    font-size: 24px;
    line-height: 1.26
}

@media only screen and (max-width: 1919px) {
    .counter-area .counter-box .text {
        font-size: 20px
    }
}

.counter-area .counter-box .number {
    font-size: 100px;
    line-height: 1;
    margin-top: 60px
}

@media only screen and (max-width: 1919px) {
    .counter-area .counter-box .number {
        font-size: 70px
    }
}

.counter-area .counter-box.dark {
    background-color: var(--black)
}






.awards-area .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary)
}

.awards-area .section-subtitle.has-left-line {
    padding-inline-start: 140px
}

.awards-area .section-subtitle.has-left-line:before {
    width: 80px
}

.awards-area .section-subtitle.has-left-line:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 75px;
    background-color: currentColor;
    inset-inline-start: 57px;
    bottom: -15px
}

@media only screen and (max-width: 991px) {
    .awards-area .section-subtitle.has-left-line:after {
        display: none
    }
}

.awards-area .subtitle-wrapper {
    margin-bottom: -50px
}

@media only screen and (max-width: 1399px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: -70px
    }
}

@media only screen and (max-width: 1199px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: -40px
    }
}

@media only screen and (max-width: 991px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: 10px
    }
}

.awards-area .section-title-wrapper {
    display: grid;
    align-items: flex-end;
    gap: 50px;
    grid-template-columns: 390px 1fr
}

@media only screen and (max-width: 1919px) {
    .awards-area .section-title-wrapper {
        grid-template-columns: 330px 1fr
    }
}

@media only screen and (max-width: 991px) {
    .awards-area .section-title-wrapper {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 20px
    }
}

.awards-area .awards-area-inner {
    position: relative;
    z-index: 1
}

.awards-area .section-content {
    margin-top: 27px;
    margin-inline-start: 438px
}

@media only screen and (max-width: 1919px) {
    .awards-area .section-content {
        margin-top: 27px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1399px) {
    .awards-area .section-content {
        margin-top: 52px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1199px) {
    .awards-area .section-content {
        margin-top: 22px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 991px) {
    .awards-area .section-content {
        margin-inline-start: 0
    }
}

.awards-area .section-content .text {
    max-width: 630px
}

.awards-area .section-content .awards-list {
    margin-top: 43px
}

@media only screen and (max-width: 991px) {
    .awards-area .section-content .awards-list {
        margin-top: 33px
    }
}

.awards-area .section-content .awards-list ul {
    display: flex;
    gap: 20px 40px;
    max-width: 460px;
    justify-content: space-between
}

.awards-area .section-content .awards-list ul li:not(:first-child) {
    padding-inline-start: 40px;
    border-inline-start: 1px solid rgba(18, 18, 18, 0.08)
}

.awards-area .about-thumbs {
    display: flex;
    gap: 20px 50px;
    justify-content: flex-end;
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    .awards-area .about-thumbs {
        margin-top: 43px
    }
}

@media only screen and (max-width: 767px) {
    .awards-area .about-thumbs {
        gap: 20px 20px
    }
}

.awards-area .about-thumbs .thumb-second {
    max-width: 670px;
    flex: 1 1 auto
}

@media only screen and (max-width: 1399px) {
    .awards-area .about-thumbs .thumb-second {
        max-width: 570px
    }
}

.awards-area .meta {
    display: grid;
    gap: 18px;
    grid-template-columns: 30px auto
}

.awards-area .meta .number {
    font-size: 36px;
    line-height: .85
}

.awards-area .meta .text {
    margin-top: 11px
}

.about-area-inner {
    display: grid;
    grid-template-columns: 1fr 43%
}

@media only screen and (max-width: 1199px) {
    .about-area-inner {
        grid-template-columns: 1fr 47%
    }
}

@media only screen and (max-width: 991px) {
    .about-area-inner {
        grid-template-columns: 1fr
    }
}

.about-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-area .section-content {
    padding: 100px 80px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content {
        padding: 60px 50px
    }
}

@media(max-width: 575px) {
    .about-area .section-content {
        padding: 60px 30px
    }
}

.about-area .section-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.about-area .section-content .bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .85);
    top: 0;
    inset-inline-start: 0
}

.about-area .section-content .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-area .section-content .text-wrapper {
    margin-top: 323px
}

@media only screen and (max-width: 1919px) {
    .about-area .section-content .text-wrapper {
        margin-top: 123px
    }

    .innerMainArea .about-area .section-content .text-wrapper {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .text-wrapper {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .about-area .section-content .text-wrapper {
        margin-top: 33px
    }
}

.about-area .section-content .text {
    font-size: 24px;
    line-height: 1.35;
    max-width: 440px;
    color: var(--white-2)
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .text {
        font-size: 20px
    }
}

.about-area .section-content .text span {
    color: var(--white)
}

.about-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    .about-area .section-content .btn-wrapper {
        margin-top: 32px
    }
}

.about-area .section-content .section-title {
    max-width: 440px;
    color: var(--white)
}

.about-area .section-content .wc-btn-primary {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black)
}


.contact-formwrap .contact-formfield{ margin-bottom:15px; }
.contact-formwrap .inputArea {
    width: 100%;
    padding: 8px;
    border: 1px solid #accdc3;
    border-radius: 10px;
    background: #ebf3f1;
}

.contact-formwrap .inputArea.ht-2{ height:120px; }


.faq-area .section-title {
    color: var(--white)
}

.faq-area .section-content {
    background-color: var(--black);
    display: grid;
    gap: 0px;
    grid-template-columns: auto 650px;
    justify-content: space-between
}

.dark .faq-area .section-content {
    background-color: #171717
}

@media only screen and (max-width: 1399px) {
    .faq-area .section-content {
        grid-template-columns: auto 550px
    }
}

@media only screen and (max-width: 1199px) {
    .faq-area .section-content {
        grid-template-columns: auto 500px
    }
}

@media only screen and (max-width: 991px) {
    .faq-area .section-content {
        grid-template-columns: auto
    }
}

.faq-area .accordion-wrapper {
    margin-top: 47px
}

.faq-area .accordion .accordion-button {
    font-size: 24px;
    line-height: 1;
    color: var(--white);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start;
    font-weight: 400
}

@media only screen and (max-width: 1199px) {
    .faq-area .accordion .accordion-button {
        font-size: 18px
    }
}

.faq-area .accordion .accordion-button .section-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .faq-area .accordion .accordion-button br {
        display: none
    }
}

.faq-area .accordion .accordion-button::after {
    content: "+";
    color: var(--white);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0
}

.faq-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none
}

.faq-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-"
}

.faq-area .accordion .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px
}

.faq-area .accordion .accordion-item:not(:first-child) {
    margin-top: 0px
}

.faq-area .accordion .accordion-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.faq-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-bottom: 24px;
    padding-top: 0;
    color: var(--white-2)
}

@media only screen and (max-width: 991px) {
    .faq-area .accordion .accordion-body {
        padding-bottom: 23px
    }
}

.faq-area .thumb {
    position: relative
}

.faq-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faq-area .thumb .wc-btn-circle {
    background-color: var(--black);
    width: 100px;
    height: 100px;
    border-radius: 0;
    color: var(--white)
}

.faq-area .content-last {
    padding: 73px 60px 80px
}

@media only screen and (max-width: 1199px) {
    .faq-area .content-last {
        padding: 53px 40px 60px
    }
}

.aboutSetBox{ position:relative;  font-family: var(--font_instrumentsans);}
.aboutSetBox:after{ position: absolute; left: 0; top:0; background: #f7e6b2; z-index: -1; width:55%; height:100%; content:''; clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);}
.aboutSetBox .aboutLeftBox{ padding-right:10px; }
.aboutSetBox .aboutRightBox{box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); background:#fff; padding:25px; }


.aboutSetBox p{ font-size:18px; line-height: 26px; margin-bottom:20px;  font-weight: 600; }
.aboutSetBox p strong{ font-weight:700; }
.aboutSetBox h4{ font-size:22px; margin-bottom: 10px;}



.activeBodyArea .headerLeftPanel{position:fixed; left:-250px; top:0;  clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 0%, 0% 100%, 0% 0%);
   padding: 15px; padding-top: 20px; width: 200px; background:#242456; z-index:9999;
    transition:all ease-out .2s; height:540px }

.activeBodyArea.sticky .headerLeftPanel{position:fixed; left: 0; top:0; transition:all ease-out .2s;}

.activeBodyArea .headerLeftPanel .headerLeftlogo{ width:130px; position:relative; }
.activeBodyArea .headerLeftPanel .headerLeftlogo img{ width:100%; }
.activeBodyArea .headerLeftPanel .headerLeftlogo .logoTitle { color:#fff; line-height:22px; text-align:center; }
.activeBodyArea .headerLeftPanel .wc-btn{ position:absolute; bottom:40%;     background-color:#ffd451;
    width: 50px; color: #000;
    height: 50px; }
.activeBodyArea .container{transition:all ease-out .2s; margin-right: auto; margin-left: auto; }

.activeBodyArea.sticky .container {margin-right: inherit; margin-left: auto; transition:all ease-out .2s; padding-right:50px !important; }
.activeBodyArea .homeMainArea .container {margin-right: inherit; margin-left: auto; transition:all ease-out .2s; padding-right:50px !important; }

.activeBodyArea.sticky .header-area.sticky .logoMenuArea{ display:none; }

.shiftsSection-01{}

h4.headingPanel{ font-size:29px; line-height: 37px; position:relative; margin-bottom:20px; padding-bottom:12px; }
h4.headingPanel:before {
    content: "";
    width: 55px;
    height: 4px;
    background-color: #242456;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

h4.headingPanel:after {
    content: "";
    width: 65px;
    height: 4px;
    background-color: #242456;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 70px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.shiftsSection-01 .feature-block-three .inner-box{ padding-right:15px; padding-left: 120px; padding-top:15px; padding-bottom:15px; min-height:82px;  }
.shiftsSection-01 .feature-block-three .icon-box {
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    width: 70px;
    padding: 0 20px;
}
.shiftsSection-01 .feature-block-three .icon-box img {
    width: 69px;
    z-index: 1;
    position: absolute;
    left: -15px;
    top: 5px;
}
.shiftsSection-02{ background:url(../imgs/bg/why-choose-one-bg-img.jpg); position:relative; background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }

.shiftsSection-02:after{ position:absolute; z-index: -2; width:100%; top:0; left:0; bottom:0; right:0; background:rgba(0, 0, 0, .7); content:''; }

/*.shiftsSection-02:before{ position: absolute; right: 0; top:0; background: #f7e6b2; z-index: -1; width:40%; height:100%; content:''; clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%);}*/

.shiftsSection-02 h4.headingPanel{ color:#fff; font-size:50px; line-height: 47px;}
.shiftsSection-02 h4.headingPanel:before{background: #ffd451;}
.shiftsSection-02 h4.headingPanel:after {background-color: #ffd451;}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 43px;
  margin-top: 15px;
}

.why-choose-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points-list {
  position: relative;
  display: block;
  width: 100%;
}

.why-choose-one__points-list-2 {
  margin-left: 10px;
}

.why-choose-one__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 8px 20px;
  z-index: 1;
}

.why-choose-one__points-list li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #242456;
  transform: scale(0, 1);
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  z-index: -1;
}

.why-choose-one__points-list li:hover:before {
  transform: scale(1, 1);
}

.why-choose-one__points-list li+li {
  margin-top: 15px;
}

.why-choose-one__points-list li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}
.why-choose-one__points-list li .icon img{ width:70px; border:1px solid #333; border-radius:50%; }
.why-choose-one__points-list li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #242456;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points-list li:hover span {
  background-color: #fff;
  color: #cd8c66;
}

.why-choose-one__points-list li .text {
  position: relative;
  display: block;
  margin-left: 13px;
}

.why-choose-one__points-list li .text p {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  color: var(--alipes-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points-list li:hover p {
  color: #fff;
}




/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 1;
}

.news-one__shape-1 {
  position: absolute;
  top: -20px;
  right: -30px;
  z-index: -1;
}

.news-one__shape-1 img {
  width: auto;
}

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-one__img-box {
  position: relative;
  display: block;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
      border-radius: 20px;
}

.news-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--alipes-black-rgb), 0.8);
  opacity: 0;
  z-index: 1;
  content: "";
}

.news-one__single:hover .news-one__img:before {
  opacity: 1;
  opacity: 0.8;
}

.news-one__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.news-one__img img + img{ position:absolute; left:0; top:0; opacity:0; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }
.news-one__single:hover .news-one__img img {
  transform: scale(1);opacity: 0;

}

.news-one__single:hover .news-one__img img + img {
    transform: scale(1); opacity: 1;
}

.news-one__date {
  position: absolute;
  top: 20px;
  right: -10px;
  background-color: #cd8c66;
  padding: 6px 23px 3px 25px;
  z-index: 2;
}

.news-one__date:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #cd8c66;
}

.news-one__date p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alipes-white);
  font-family: var(--alipes-font-two);
}

.news-one__content {
  position: relative;

  margin-top: -40px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 21px 15px 12px;
  z-index: 2;
}

.news-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__meta li {
  position: relative;
  display: block;
}

.news-one__meta li:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -11px;
  bottom: 10px;
  width: 1px;
  background-color: var(--alipes-gray);
}

.news-one__meta li:last-child:before {
  display: none;
}

.news-one__meta li+li {
  margin-left: 20px;
}

.news-one__meta li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--alipes-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__meta li a:hover {
  color: #cd8c66;
}

.news-one__meta li a i {
  color: #cd8c66;
  margin-right: 5px;
}

.news-one__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
 margin: 0;
}

.news-one__title span{ display:block; padding-top: 7px; font-size:14px; line-height: 17px; color:#616161; }

.news-one__title a:hover {
  color: #cd8c66;
}

.news-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  box-shadow: 0px -1px 0px 0px rgba(235, 232, 228, 0.40);
}

.news-one__button {
  position: relative;
  display: block;
}

.news-one__button a {
  font-size: 14px;
  font-weight: 500;
  color: var(--alipes-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__button a:hover {
  color: #cd8c66;
}

.news-one__comment {
  position: relative;
  display: block;
}

.news-one__comment a {
  font-size: 14px;
  font-weight: 500;
  color: var(--alipes-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__comment a:hover {
  color: #cd8c66;
}

.news-one__comment a i {
  color: #cd8c66;
  margin-right: 3px;
}

.shiftsSection-03{ position:relative; background-color: #f4e0e0; }

.shiftsSection-03:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #f7e6b2;
    z-index: -1;
    width: 55%;
    height: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}

.shiftsSection-04{ position:relative; background-color: #bcd5e0; }

.shiftsSection-04:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    width: 55%;
    height: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}


.shiftsSection-05{ position:relative;  }

.shiftsSection-05:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    width: 44%;
    height: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 64% 100%, 0% 100%);
}

@media (max-width: 1400px) {
 .shiftsSection-05:after {width: 38%;}   
}
.shiftsSection-06{ position:relative; background-color: #bcd5e0; }

.shiftsSection-06:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #f7e6b2;
    z-index: -1;
    width: 51%;
    height: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}


.shiftsSection-07{ position:relative; background-color: #bcd5e0; }

.shiftsSection-07:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffeded;
    z-index: -1;
    width: 65%;
    height: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.addressSection{ background:#ffeded }
.addressSection .addressPanel{ background:#fff; }
.addressSection .addressPanel .addressBox {
    border: 0;
    padding: 15px 25px;
    min-height: 103px;
}
.addressSection .addressPanel .addressBox.address{font-size: 18px}



.contHdPanel{ font-size:22px; font-weight:700; font-family: var(--font_instrumentsans); }

.addressPanel{ font-size:20px; line-height:25px; }
.addressPanel i {
    font-size: 21px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background: #ffd451;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 5px;
}

.addressBox {
    /* background: #eeeeec; */
    border-bottom: 2px dashed #bebebe;
    padding-bottom: 15px;
}
.socialAreaBox h2{font-size:20px; margin: 15px 0;}
.socialAreaBox .social-links li a i{ width:36px; height:36px; background:#242456; color:#fff; line-height:36px; text-align: center; border-radius:5px; }
.socialAreaBox .social-links li a i:hover{ background:#ffd451; color:#000; }

.process-tabs-tabs.leftTabArea{position:relative; z-index: 1;}
.process-tabs-tabs.leftTabArea .nav-link .title{ position:relative; }
.process-tabs-tabs.leftTabArea .nav-link .title:before {
    content: "";
    position: absolute;
    border-radius: 100px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #242456;
 
    top: calc(2px/-1);
    left: calc(2px/-1);
    /* background: linear-gradient(to right, blue 0%, blue 100%), linear-gradient(to top, blue 50%, transparent 50%), linear-gradient(to top, blue 50%, transparent 50%), linear-gradient(to right, blue 0%, blue 100%), linear-gradient(to left, blue 0%, blue 100%); */
    background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    z-index: -1;
   
}
.process-tabs-tabs.leftTabArea .nav-link .title:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg); z-index: -1;

 
}
.process-tabs-tabs.nav-tabs {
    border-bottom: none;
    padding: 0;
    display: block
}



.process-tabs-tabs.nav-tabs .nav-link:focus,
.process-tabs-tabs.nav-tabs .nav-link:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link,
.process-tabs-tabs.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .step,
.process-tabs-tabs.nav-tabs .nav-link.active .step {
    color: #fff;
        background: #242456;
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .title,
.process-tabs-tabs.nav-tabs .nav-link.active .title {
    color: #fff;
        background: #242456;
}

.process-tabs-tabs .nav-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

.process-tabs-tabs .nav-link:not(:last-child) {
    margin-bottom: 18px
}

@media (max-width: 520px) {
    .process-tabs-tabs .nav-link {
        display: block
    }
}

.process-tabs-tabs .nav-link .step {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    background-color: #fff;
    border: 1px solid #E3E7F0;
    border-radius: 100px;
    display: block;
    padding: 19.5px 20px;

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.d-used{display: none;}
.d-used.intro{display: block;}

@media (max-width: 1199px) {
    .process-tabs-tabs .nav-link .step {
        font-size: 14px;
        padding: 16px 20px
    }
}

@media (max-width: 520px) {
    .process-tabs-tabs .nav-link .step {
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .process-tabs-tabs .nav-link .step {
        min-width: 100%;
        padding: 14px 30px
    }
}

.process-tabs-tabs .nav-link .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    background-color: #f7e6b2;
    border: 1px solid #f7e6b2;
    border-radius: 100px;
    display: block;
    padding: 14px 28px;
    min-width: 250px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .process-tabs-tabs .nav-link .title {
        min-width: 200px
    }
}

@media (max-width: 1199px) {
    .process-tabs-tabs .nav-link .title {
        font-size: 16px;
        padding: 14px 20px;
        min-width: 150px
    }
}



.tab-content .tab-pane .innerTabArea { margin-top:-30px; }

/*event*/

/*=== Schedule Block ===*/
.eventAreaSection{}
.eventAreaSection.tanderPanelBox h3{ margin: 0; padding: 0; margin-bottom: 15px; font-size:22px; padding-right:500px; line-height:30px; padding-left:15px; border-left:5px solid #242456; }
.eventAreaSection.tanderPanelBox h5{  margin: 0; padding: 0; margin-bottom: 15px; background:#e0f4f2; padding:7px 15px; font-size:16px; display:inline-block; }
.schedule-block{
    position: relative;
    margin-bottom: 50px;
    padding-right: 10px;
}
.schedule-block .dayArea{ margin-bottom:10px;}
.schedule-block .dayArea span{  font-weight: 500;  display: inline-block; font-size: 16px;}
.schedule-block .dayArea span i{ color:#0081c4 }
.downloadArea a{ background:#efd8d8; display:inline-block; padding:7px 10px; border-radius:10px; border:1px solid #d3aeae; }
.downloadArea a i{ color:#e33a13; }


.eventAreaSection .row .col-lg-6:nth-child(2n) .schedule-block {
  padding-right: 0px;
   padding-left: 10px;
}

.schedule-block:after{
    display: table;
    clear: both;
    content: "";
}

.schedule-block .inner-box{
    position: relative;
    text-align: left;
}

.schedule-block .inner-box .inner{
    position: relative;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border-radius: 20px;
    margin-bottom: 30px;
}

/* .schedule-block .inner:before{
    position: absolute;
    top: 0;
    bottom: -30px;
    right: 100%;
    border-left:2px dashed #dddddd;
    content: "";
    margin-right: 80px;
} */

/*.schedule-block .inner:after{
    position: absolute;
    right: 100%;
    top: 35px;
    border-top: 15px solid transparent;
    border-right: 20px solid #f8bc24;
    border-bottom: 15px solid transparent;
    content: "";
}
*/
.schedule-block .date{
    position: absolute;
    left: -132px;
    width: 100px;
    top: 0px;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #212639;
    font-weight: 500;
    padding: 30px 15px 0;
    border-radius: 50%;
    border:2px dashed #dddddd;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.schedule-block .speaker-info{
    position: relative;
    padding-left: 80px;
    padding-top: 10px;
    min-height: 60px;
}

.schedule-block .speaker-info .thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.schedule-block .speaker-info .name{
    font-size: 16px;
    color: #212639;
    font-weight: 500;
    line-height: 1.2em;
}

.schedule-block .speaker-info .designation{
    font-size: 13px;
}

.schedule-block h4{
    position: relative;
    margin:0; padding: 0;
    font-size:17px;
    line-height: 25px;
    color: #0f1925;
    font-weight: 700;
    margin-bottom:5px;

}

.schedule-block h4 a{
    color: #212639;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.schedule-block h4 a:hover{
    color: #f14b59;
}

.schedule-block h2{
    position: relative;
    margin:0; padding: 0;
    font-size:18px;
    line-height: 25px;
    color: #0f1925;
    font-weight: 700;
    margin-bottom:5px;
}

.schedule-block .text{
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0px;
}

.schedule-block .btn-box{
    position: relative;
    padding: 6px 0;
    position: absolute;
}
.schedule-block .btn-box.right-20{ right: 20px; }
.schedule-block .btn-box.left-20{ left: 20px; }
.schedule-block .btn-box.right-20.btnDownload{    right: 20px;
    bottom: -10px;
    position: absolute;}

.schedule-block .btn-box a{
    padding: 7px 15px;
    line-height: 20px;
    font-size: 14px;
    background-color: #444444;
    color: #ffffff;
    border-top:2px solid transparent;
    border-bottom:2px solid transparent;
    border-radius: 5px;
}

.schedule-block .btn-box a:hover{
    color: #ffffff;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.10); */
}

.schedule-block.even .inner-box{
    float: left;
    text-align: right;
}

.schedule-block.even .inner-box .inner{
    margin-left: 0;
    margin-right: 80px;
}

.schedule-block.even .inner:before{
    right: auto;
    left: 100%;
    margin-left: 80px;
    margin-right: 0;
}

.schedule-block.even .inner:after{
    right: auto;
    left: 100%;
    border-right: 0;
    border-left: 20px solid #40cbb4;
}

.schedule-block:last-child .inner:before{
    display: none;
}

.schedule-block.even .date{
    left: auto;
    right: -132px;
}

.schedule-block.even .speaker-info{
    padding-left: 0;
    padding-right: 80px;
}

.schedule-block.even .speaker-info .thumb{
    left: auto;
    right: 0;
}

.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .inner:before{
    border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .inner:before{
    border-color: #40cbb4;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .inner:before{
    border-color: #4c35a9;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .inner:before{
    border-color: #e6275a;
}

/* Backgroud */

.schedule-block:nth-child(4n + 1) .btn-box a{
    background-color:#ffc20b;
}

.schedule-block:nth-child(4n + 1) .btn-box a:hover{
    color:#ffc20b;
    border-radius:0px;
    background: #fff;
    border-color:#ffc20b;
}

.schedule-block:nth-child(4n + 2) .btn-box a{
    background-color: #40cbb4;
}

.schedule-block:nth-child(4n + 2) .btn-box a:hover{
    border-radius:0px;
    color: #fff;
    background:#fff;
    border-color: #40cbb4;
}





.schedule-block:nth-child(4n + 3) .btn-box a{
    background-color: #4c35a9;
}

.schedule-block:nth-child(4n + 3) .btn-box a:hover{
    border-radius:0px;
    color: #4c35a9;
    background:#fff;
    border-color: #4c35a9;
}



.schedule-block:nth-child(4n + 4) .btn-box a{
    background-color: #e6275a;
}

.schedule-block:nth-child(4n + 4) .btn-box a:hover{
    border-radius:0px;
    color: #e6275a;
    background:#fff;
    border-color: #e6275a;
}

.eventDateArea .eventDateBox{background: #ffd451; text-align: center; border-radius: 10px;}
.eventDateArea span{ display: block; color: #000; font-weight: 600; line-height: 20px; padding: 10px 5px;}
.eventDateArea span span{ padding: 0; }
.eventDateArea span.bg-edpurple { color: #000; border-radius: 10px;background-color: #5b3aee; padding: 7px 30px; color: #fff; font-weight: 600;}


.eventDateArea .dayArea span {
    display: block;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 15px;
    background: #fff4d5;
    border-radius: 10px;
    margin-top: 15px;
}

.eventDateArea .dayArea span i{ margin-right: 5px;}
.eventDateArea  .pdfIconBox{ font-size: 30px; color: #c60505;}
/*event detail*/

.eventPanel-area-inner {
    padding-bottom: 100px
}

@media only screen and (max-width: 1399px) {
    .eventPanel-area-inner {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 1199px) {
    .eventPanel-area-inner {
        padding-bottom: 60px
    }
}

.eventPanel-area .section-content {
    display: grid;
    gap: 35px 60px;
    grid-template-columns: auto 980px
}

.eventPanel-area .section-content.about2Area {
    display: grid;
    gap: 35px 60px;
    grid-template-columns: auto 800px;
}


.eventPanel-area .section-content.about2Area .eventLeftBox{ margin-bottom:20px; overflow:hidden; position:relative; }

/*.eventPanel-area .section-content.about2Area .eventLeftBox:after {
    width: 200px;
    height: 240px;
    background: #ffd451;
    position: absolute;
    right: -160px;
    bottom: 0;
    content: '';
    z-index: 999;
    transform: skew(-30deg);
}*/

.eventPanel-area .section-content.about2Area .eventLeftBox img{ width:100%; }

@media only screen and (max-width: 1199px) {
    .eventPanel-area .section-content {
        grid-template-columns: auto
    }
}

.eventPanel-area .section-content .info-area {
    margin-top: 80px;


}

.eventPanel-area .section-content .info-area{
    margin-top: 40px;

    line-height: 1.41;
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);}
.eventPanel-area .section-content .info-area p{ margin-bottom:25px;     text-align: justify;}

@media(max-width: 575px) {
    .eventPanel-area .section-content .info-area {
        grid-template-columns: 100%
    }
}

.eventPanel-area .section-content .info-last {
  /*  border-inline-start: 1px solid rgba(18, 18, 18, 0.08);
    padding-inline-start: 50px*/
}

@media only screen and (max-width: 767px) {
    .eventPanel-area .section-content .info-last {
        padding-inline-start: 33px
    }
}

@media(max-width: 575px) {
    .eventPanel-area .section-content .info-last {
        padding-inline-start: 0;
        border-inline-start: 0;
        margin-top: 30px
    }
}

.eventPanel-area .section-content .btn-wrapper {
    margin-top: 53px
}

@media only screen and (max-width: 767px) {
    .eventPanel-area .section-content .btn-wrapper {
        margin-top: 33px
    }
}

.eventPanel-area .section-content .wc-btn-circle {
    background-color: var(--theme);
    border: none;
    color: var(--black)
}

.eventPanel-area .section-content .wc-btn-circle:hover {
    color: var(--white)
}

.dark .eventPanel-area .section-content .wc-btn-circle:hover {
    color: var(--black)
}

.eventPanel-area .info-text .text {
    font-size: 20px;
    line-height: 1.37;
    max-width: 303px;
    margin-top: 5px
}

@media only screen and (max-width: 991px) {
    .eventPanel-area .info-text .text {
        max-width: 260px
    }
}

.eventPanel-area .info-text .number {
    font-size: 250px;
    line-height: .84;
    display: flex
}

@media only screen and (max-width: 1199px) {
    .eventPanel-area .info-text .number {
        font-size: 200px
    }
}

@media only screen and (max-width: 767px) {
    .eventPanel-area .info-text .number {
        font-size: 120px
    }
}

.eventPanel-area .info-text .number span {
    font-size: 40px
}




/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 220px;
  background: #f5f3f0;
  z-index: 1;
}
.about-one .section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color:#cd8c66;
    font-weight: 500;
    text-transform: uppercase;

}
.about-one__img-two {
  position: absolute;
  bottom: 120px;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: .10;
  z-index: 2;
}

.about-one__img-two img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 100px;
  margin-top: 20px;
}

.about-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img-box:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 100px;
  right: -60px;
  bottom: 60px;
  border: 8px solid #cd8c66;
  z-index: 1;

  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.about-one__img-box:after {
  content: "";
  position: absolute;
  top: -180px;
  left: -10000000px;
  right: 283px;
  bottom: 0px;
  background-color: var(--alipes-primary);
  z-index: -1;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img img {
  width: 100%;
}

.about-one__shape-1 {
  position: absolute;
  top: -96px;
  right: -92px;
  opacity: .20;
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__big-text {
  position: absolute;
  bottom: 245px;
  left: -310px;
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #fff;
  font-weight: 400;
  transform: rotate(90deg);

}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 40px;

}

.about-one__right p{ margin-bottom:15px; text-align: justify;}
.about-one__right p strong{ font-weight:600; }
.about-one__right .section-content a i{ color:#fff; }
.about-one .section-title {
  margin-bottom: 27px;
}

.about-one__text-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.04em;
  color: #cd8c66;
}

.about-one__text-2 {
  margin-top: 30px;
  margin-bottom: 38px;
}

.about-one__points-list {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points-list li {
  position: relative;
  display: block;
}

.about-one__points-list-content {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points-list-content .icon {
  position: relative;
  display: inline-block;
  top: -2px;
}

.about-one__points-list-content .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #cd8c66;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}

.about-one__points-list-content .text {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-one__points-list-content .text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.about-one__points-text {
  margin-top: 10px;
}

.about-one__btn-box {
  position: relative;
  display: inline-block;
  margin-top: 43px;
}

.about-one__shape-2 {
  position: absolute;
  bottom: 14px;
  right: -153px;
}

.about-one__shape-2 img {
  width: auto;
}



@-webkit-keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}


.img-bounce {
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}


.tabArea-4.process-tabs-tabs{ background:transparent; border-bottom: 2px solid rgba(0, 0, 0, .1);
/*-webkit-box-shadow: -0.994px 18.974px 32px 0px rgba(0, 32, 81, 0.1);
    box-shadow: -0.994px 18.974px 32px 0px rgba(0, 32, 81, 0.1);*/
 }
.btn20{
    position: absolute;
    right: 0;
    top: -70px;
}
 .tabArea-4.process-tabs-tabs .nav-link .title{ background:transparent;border:0; position:relative; letter-spacing:3px; }
.tabArea-4.process-tabs-tabs .nav-link .title:after{ width:0%; height: 4px; background: transparent; position: absolute; left:50%;
 bottom:-4px; content:''; border-radius:50px; transition: all .2s;}

.tabArea-4.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .title, .tabArea-4.process-tabs-tabs.nav-tabs .nav-link.active .title {
    color: #242456;
    background: transparent;
}

.tabArea-4.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .title:before,
 .tabArea-4.process-tabs-tabs.nav-tabs .nav-link.active .title:before{
    width: 30px; height: 2px; background: transparent;  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #242456;
   z-index: -1;  position: absolute; content: ''; left: 50%; margin-left: -15px; bottom: -20px;
 }


.tabArea-4.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .title:after,
 .tabArea-4.process-tabs-tabs.nav-tabs .nav-link.active .title:after,
 .tabArea-4.process-tabs-tabs.nav-tabs .nav-link:hover .title:after{background: #242456; width: 100%; left: 0; transition: all .2s;}



.tabArea-4.process-tabs-tabs .nav-link:not(:last-child){ margin-bottom:0; }


.aboutSectionArea-02{}

.aboutSectionArea-02 p{ font-size:20px; margin-bottom:30px; color: #000}

.boxArea{  position:relative; overflow:hidden; }
/*.boxArea:after {
    z-index: 1;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 74px 28px 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}*/
/*.boxArea img{ height:100%; }*/
.boxArea .boxAreaText{ padding:25px; border:2px solid #fed3cf; position: relative;}
/*.boxArea .boxAreaText:after {
    border-left: 2px solid #fed3cf;
    bottom: -7px;
    content: "";
    display: block;
    background: #fff;
    border: #;
    height: 79px;
    position: absolute;
    right: -11px;
    transform: rotate(21deg);
    width: 26px;
    z-index: 1;
}*/
.boxArea .boxAreaText h2{ margin:0; padding:0; font-size:26px; margin-bottom:20px; }
.boxArea .boxAreaText h4{ margin:0; padding:0; font-size:22px; margin-bottom:5px; }
.boxArea .boxAreaText h4:not(:first-child){ margin-top:15px; }
.boxArea .boxAreaText p{font-size:18px; margin-bottom: 5px; color: #5b5b5b;}


/*project*/

.about-three h6 {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 600;
  position: relative;
  color: var(--qizon-text, #848493);
  text-transform: uppercase;
  margin-bottom: 0px;
}

.about-three h6::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: var(--qizon-secondary, #eb5d5d);
  margin-left: 10px;

}

.about-three h2 {
  font-size: 35px;
  font-weight: 600;
  padding-top: 10px;
  line-height: 40px;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .about-three h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .about-three h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .about-three h2 {
    font-size: 35px;
  }
}

@media (max-width: 425px) {
  .about-three h2 {
    font-size: 33px;
  }
}


/*--------------------------------------------------------------
# Campaign
  --------------------------------------------------------------*/

.campaign-one {
  position: relative;
}


.campaign-one__single {
  margin-bottom: 30px;
  padding: 10px;
  padding-bottom: 0;
  border: 1px solid var(--qizon-border, #e2dfeb);
}

.campaign-one__img__wrapper {
  position: relative;
}

.campaign-one__img {
  height: 250px;
  position: relative;
  overflow: hidden;
}
/*.campaign-one__img:after {

    bottom: -7px;
    content: "";
    display: block;
    background: #fff;
    border: #;
    height: 79px;
    position: absolute;
    right: -11px;
    transform: rotate(21deg);
    width: 26px;
    z-index: 1;
}*/



@media (max-width: 1399px) {
  .campaign-one__image {
    width: 335px;

  }
}

.campaign-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  display: block;

}

.campaign-one__single__img__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;

}

.campaign-one__single__img__link::before,
.campaign-one__single__img__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--qizon-white, #fff);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.campaign-one__single__img__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.campaign-one__single:hover .campaign-one__img>a {
  opacity: 1;
  transform: translateY(0);
}

.campaign-one__categories {
  display: inline-block;
  background-color: var(--qizon-secondary, #eb5d5d);
  color: var(--qizon-white, #fff);
  padding: 6px 20px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 11;
  display: none !important;
}

.campaign-one__categories:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border-right: 0 solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid var(--qizon-secondary);
   display: none !important;
}

.campaign-one__categories a {
  text-transform: capitalize;
  color: var(--qizon-white, #fff);
  font-weight: 500;
}

.campaign-one__love {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--qizon-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: 11;
  cursor: pointer;
}

.campaign-one__love i {
  font-size: 20px;
  color: var(--qizon-heading-text, #21212d);
  transition: 0.5s;

}

.campaign-one__love:hover i {
  color: var(--qizon-primary, #58aec0);
}

.campaign-one__content {
  padding: 35px 2px 20px;
  text-align: center;
}

.campaign-one__time-remaining {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.time-remaining i {
  color: var(--qizon-primary, #58aec0);
}


.campaign-one__title {
  font-size: 18px;
  margin: 20px 0 34px;
  line-height: 22px !important;
  color:#21212d;
  cursor: pointer;
  font-weight: 600;
}

.campaign-one__title:hover {
  color: var(--qizon-primary, #58aec0);


}

.campaign-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.campaign-one__title a:hover {
  background-size: 100% 1px;
}

.campaign-one__infu-wrap {
  display: flex;
  border-top: 1px solid var(--qizon-border, #e2dfeb);
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.campaign-one__achive {
  display: flex;
}

.campaign-one__goal {
  display: flex;
  padding-top: 10px;
  align-items: center;
  justify-content: flex-start;
}

.campaign-one__achive-icon a {
  font-size: 25px;
  padding-top: 6px;
  color: var(--qizon-primary, #58aec0);
}

.campaign-one__achive-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
}

.campaign-one__achive-level {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.campaign-one__achive-vlaue {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--qizon-heading-text, #21212d);
}

.campaign-one__bottom {
  background: var(--qizon-bg, #eef5f7);
  text-align: left;
  padding: 15px 20px;
}

.campaign-one__bottom .progress-box .progress-box__bar-text {
  color: var(--qizon-heading-text, #21212d);
}

.campaign-one__infu{background: #fff3ce; margin: -20px;}



/* about-three */



.about-three {
  position: relative;
}

.about-three__background-overlay {
  background-color: #e6bc3b;
  opacity: 1;
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-three__background-shape {
  background-image: url(../../assets/images/about/about-three-bg-shape.png);
  background-repeat: no-repeat;
  background-position: 0;
  opacity: 40%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: zoomBig 2s linear infinite;
}

.about-three__image__one {
  width: 470px;
  height: 570px;
  position: relative;
}

.about-three__image__one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.about-three__image__one::after {
  position: absolute;
  content: "";
  position: absolute;
  bottom: -37%;
  left: 52%;
  transform: translateY(-50%);
  width: 20px;
  height: 110px;
  background-color: var(--qizon-secondary, #eb5d5d);
}*/

@media (max-width: 1399px) {
  .about-three__image__one {
    width: 400px;
  }

  .about-three__image__one::after {
    left: 90%;

  }
}

.about-three__block-content {
  display: flex;
  padding-top: 5px;
}

.about-three__block-content .about-three__block-icon {
  padding-right: 20px;
  padding-top: 6px;
}

.about-three__block-content .about-three__block-icon span {
  font-size: 60px;
  color: var(--qizon-primary, #58aec0);
}

.about-three h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color:#000;
}
.about-three h4 span{
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color:#eb5d5d;
}

.about-three .about-three__inner p{ text-align:justify; margin-bottom:15px; }

.about-three__item__eliment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding:20px 0;
}

.about-three__item__eliment__single {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  background-color: var(--qizon-bg, #eef5f7);

}

.about-three__item__eliment__single i {
  padding-right: 10px;
  color: var(--qizon-primary, #58aec0);
}

.about-three__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: var(--qizon-text, #848493);
  padding-bottom: 10px;
}

.about-three .about-three__btn {
  background-color: var(--qizon-primary, #58aec0);
  color: var(--qizon-white, #fff);
  padding: 15px 50px;
  margin-top: 30px;
}

.about-three .about-three__btn::before {
  background-color: var(--qizon-secondary, #eb5d5d);
}

@media (max-width: 1199px) {
  .about-three__background-overlay {
    background-position: -200px 0;

  }

  .about-three__item__eliment__single {
    padding: 19px 20px;

  }

  .about-three__block-text {
    font-size: 15px;
  }

}

@media (max-width: 991px) {

  .about-three__background-overlay {
    display: none;

  }

  .about-three__image__one::after {
    display: none;
  }
}

@media (max-width: 768px) {

  .about-three__image__one {
    width: 100%;
  }
}

@media (max-width: 539px) {
  .about-three__item__eliment {
    width: 250px;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;


  }
}


.innerFactsArea.work-area .service-box{ border:2px solid #fed3cf; background: transparent; gap: 20px 0px; margin:0; padding:20px 20px; margin-bottom: 30px; border-radius:15px; position:relative;     grid-template-columns: auto; min-height: 392px;}
/*.innerFactsArea.work-area .service-box:after {
    border-left: 2px solid #fed3cf;
    bottom: -7px;
    content: "";
    display: block;
    background: #fff;
    border: #;
    height: 79px;
    position: absolute;
    right: -11px;
    transform: rotate(21deg);
    width: 26px;
    z-index: 1;
}*/

/*.innerFactsArea.work-area .service-box:before {
    z-index: 1;
    border-color: #fed3cf transparent transparent transparent;
    border-style: solid;
    border-width: 116px 107px 0 0;
    border-radius: 10px 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}*/
.innerFactsArea.work-area .content-wrapper {
    display: grid;
    gap: 30px 0px;
    grid-template-columns: auto auto;
}

.clientSection{ background:#fff; position:relative; border: 0; z-index: -1;}
.clientSection:after {
    position: absolute;
    right: 0;
    top: 0;
    background: #f9f4e6;
    z-index: -1;
    width: 64%;
    height: 100%;
    content: '';
/*    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);*/
   clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}
.clientSection .header__logo{ width:300px; }
.clientSection .header__logo img{ height:50px; }

.hdClient{ padding-left:300px; margin-top:-10px; margin-bottom:15px; position: relative;}
.hdClient::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--qizon-secondary, #eb5d5d);
    margin-left: 10px;
}


/*new*/
.resources-area {
        margin-top: -130px;
    background: #fff;
    position: relative;
    padding-top: 80px;
    z-index: 99;
}


.resources-area-inner {
    display: grid;
    gap: 50px 60px;
    grid-template-columns: auto 820px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
    .resources-area-inner {
        grid-template-columns: auto 720px
    }
}

@media only screen and (max-width: 1199px) {
    .resources-area-inner {
        grid-template-columns: auto 650px
    }
}

@media only screen and (max-width: 767px) {
    .resources-area-inner {
        grid-template-columns: auto
    }
}

.resources-area .blog-wrapper-box {
    margin-top: 9px
}

.resources-area .section-title {
    max-width: 242px
}

.resources-area .section-header .btn-wrapper {
    margin-top: 44px
}

.resources-area .blog-wrapper>* {
    display: block
}

.resources-area .blog-wrapper>*:not(:first-child) {
    border-top: 1px solid rgba(18, 18, 18, 0.2);
    padding-top: 44px;
    margin-top: 45px
}

.resources-Box {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: auto 630px;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (max-width: 1399px) {
    .resources-Box {
        grid-template-columns: auto 470px
    }
}

@media only screen and (max-width: 1199px) {
    .resources-Box {
        grid-template-columns: auto 410px
    }
}

@media only screen and (max-width: 767px) {
    .resources-Box {
        grid-template-columns: auto
    }
}

.resources-Box:hover .wc-btn-primary {
    background-color: #ffd451;
    border-color: rgba(0, 0, 0, 0)
}

.resources-Box:hover .wc-btn-circle {
    background-color: #ffd451;
    border: 1px solid rgba(0, 0, 0, 0)
}

.resources-Box .author {
   width: 100%;
}

.resources-Box .avatar {
     width: 100%;
    position:relative;
    padding: 10px;
    border: 1px solid #b7b7b7;
}

.resources-Box .name {
    font-size: 18px
}

.resources-Box .name span {
    font-weight: 700
}

.resources-Box .post {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px
}

.resources-Box .content .meta {
    display: flex;
    align-items: center;
    gap: 7px
}

.resources-Box .tag {
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 8px;
    background-color: #f1f1f4;
    color: #1c1c1c;
    border-radius: 20px;
    display: inline-block
}

.resources-Box .date {
    font-size: 12px;
    text-transform: uppercase
}

.resources-Box .date.has-left-line {
    padding-inline-start: 25px
}

.resources-Box .date.has-left-line:before {
    width: 15px
}

.resources-Box .title {
    font-size: 22px;
    margin-top: 15px;
    line-height: 30px;
}

@media only screen and (max-width: 1199px) {
    .resources-Box .title {
        font-size: 26px
    }
}

.resources-Box .title span {
    font-weight: 700
}

.resources-Box .text {
    margin-top: 15px;
        text-align: justify;
}

.resources-Box .btn-wrapper {
    margin-top: 33px
}
.resources-Box .wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px;
}
.resources-Box .wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0;
}
.resources-Box .wc-btn-primary {
    padding: 0 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #121212;
    background-color: #c9f31d;
    border: 1px solid #c9f31d;
    text-transform: capitalize;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap
}

@media only screen and (max-width: 991px) {
    .resources-Box .wc-btn-primary {
        padding: 16px 25px
    }
}

.resources-Box .wc-btn-primary:hover {
    color: #1c1c1c;
    background-color: #ffd451;
    border-color: #ffd451
}

.resources-Box .wc-btn-primary.bordered {
    border-color: #ffd451;
    background-color: rgba(0, 0, 0, 0);
    color: #ffd451
}

.resources-Box .wc-btn-primary.bordered:hover {
    border-color: #ffd451;
    background-color: #ffd451;
    color: var(--white)
}

.dir-rtl .resources-Box .wc-btn-primary i {
    transform: rotateY(180deg)
}

.resources-Box .wc-btn-primary {
    background-color: #fff;
    border-color: rgba(18, 18, 18, 0.4)
}



.resources-Box .wc-btn-circle {
        background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.4);
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #121212;
}

.leftMenuArea{margin-bottom: 25px;}
.leftMenuArea ul {
    border-inline-start: 1px solid #ececec;
    padding-inline-start: 18px;
    margin-inline-start: 1px;

}
.leftMenuArea ul li{ position:relative; }
.leftMenuArea ul li.active:before,
.leftMenuArea ul li:hover:before  {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #ffd451;
    top: 0;
    inset-inline-start: -20px;
}
.leftMenuArea ul li:not(:first-child) {
    margin-top: 30px;
}
.leftMenuArea ul li a{}
.leftMenuArea ul li a h3{
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 14px;
}

.leftMenuArea ul li a p{
    padding: 0;
    margin: 0;
    margin-top: 8px;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    display: none;
}
.leftMenuArea ul li a i {
    width: 55px;
    height: 55px;
    background-color: rgba(18,18,18,.06);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    border-radius: 50%;
}

.leftMenuArea ul li.active a i,
.leftMenuArea ul li:hover a i{ background:#ffd451; }

.resources-area-detail{margin-top: -130px;
    background: #fff;
    position: relative;
    padding-top: 80px;}
.resources-area-detail .blog-wrapper-box{ position:relative; }
.resources-area-detail .blog-wrapper-box .blog-wrapper:after{ width:1px; background:#c4c4c4; height:100%; position:absolute; top:0; left:-30px; content:''; }


.resources-area-detail .bookFremBom {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #b7b7b7;
}

.resources-area-detail .panelBlogArea{

    display: grid;
/*    gap: 35px 60px;*/
/*    grid-template-columns:600px auto;*/
gap: 0px 60px;
   grid-template-columns:auto auto;
}

.resources-area-detail .subtitle-wrapper { display:none; }

.resources-area-detail .gridBoxHd{ width:90%; margin:auto; text-align:center; margin-bottom:30px; }
.resources-area-detail h2{ font-size:40px; line-height: 50px; color:#242456; text-transform:uppercase;font-weight:900; margin-bottom:20px;  }

.resources-area-detail p{ font-size:22px; line-height:30px; }
.resources-area-detail .panelBlogArea p{text-align:justify; font-size:18px; line-height:25px; margin-bottom:20px; }
.resources-area-detail .panelBlogArea h6{ position:relative; }
.resources-area-detail .panelBlogArea h6::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--qizon-secondary, #eb5d5d);
    margin-left: 10px;
}
.resources-area-detail .panelBlogArea .content-last p strong{ font-weight:600; }
.resources-area-detail .panelBlogArea .content-last h3{
    font-size: 23px;
    margin-bottom: 15px;
}
.resources-area-detail .panelBlogArea .content-last ul{ margin:0; padding:0; list-style:none; margin-bottom:20px; }
.resources-area-detail .panelBlogArea .content-last ul li{ position: relative; padding-left: 30px;  margin-bottom: 15px;   font-size: 18px; line-height: 25px;}
.resources-area-detail .panelBlogArea .content-last ul li:after{ position: absolute; left: 0; top:2px; content: '\f058'; font-size: 20px; color: #000;     font-family: "Font Awesome 6 Free"; }
.resources-area-detail .content .meta {
    display: flex;
    align-items: center;
    gap: 7px
}

.resources-area-detail .tag {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #f1f1f4;
    color: #1c1c1c;
    border-radius: 50px;
    display: inline-block
}

.resources-area-detail .date {
    font-size: 20px;
    text-transform: uppercase
}

.resources-area-detail .date.has-left-line {
    padding-inline-start: 25px
}

.resources-area-detail .date.has-left-line:before {
    width: 15px
}

.btn-6{ border:1px solid #333; padding:10px 20px; border-radius:50px; font-size:18px; text-transform:uppercase; }
.btn-6:hover{border:1px solid #ffd451; background: #ffd451; color: #000;}



.project-box {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.project-box:hover .thumb {
    transform: scale(1.09)
}

@media only screen and (max-width: 991px) {
    .project-box:hover .thumb {
        transform: none
    }
}

.project-box:hover .wc-btn-circle {
    margin-bottom: 0;
    opacity: 1
}

.project-box .thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s
}

.project-box .thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 38.85%, #121212 100%);
    top: 0;
    inset-inline-start: 0
}

.project-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-box .tag {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .35);
    color: var(--black)
}

.project-box .meta {
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    margin: 40px
}

@media only screen and (max-width: 1919px) {
    .project-box .meta {
        margin: 30px
    }
}

.project-box .title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    .project-box .title {
        font-size: 22px
    }
}

.project-box .title a:hover {
    color: var(--white)
}

.project-box .content {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    margin: 30px 15px;
    overflow: hidden
}



.project-box .wc-btn-circle {
    margin-top: 28px;
    width: 60px;
    height: 60px;
    background-color: var(--theme);
    color: var(--black);
    margin-bottom: -88px;
    opacity: 0;
    transition: all .5s
}

@media only screen and (max-width: 991px) {
    .project-box .wc-btn-circle {
        margin-bottom: 0;
        opacity: 1
    }
}

.project-box .wc-btn-circle i {
    transform: rotate(-45deg);
    color: #fff;
}





/*--------------------------------------------------------------
# News Card
  --------------------------------------------------------------*/


.main-news__card {
  transition: all 0.5s;
  max-width: 500px;
  margin: 0 auto 60px;
}

.main-news__img__wrapper {
  position: relative;

}

.main-news__img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.main-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  display: block;

}

.main-news__card__img__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;

}

.main-news__card__img__link::before,
.main-news__card__img__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--qizon-white, #fff);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-news__card__img__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.main-news__card:hover .main-news__img>a {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 1399px) {
  .main-news__img {
    width: 100%;

  }

}


.main-news__card .entry-date {
  display: flex;
  flex-direction: column;
  background: var(--qizon-secondary, #eb5d5d);
  color: var(--qizon-white, #fff);
  min-width: 60px;
  position: absolute;
  bottom: -10px;
  right: 30px;
  z-index: 11;
  text-align: center;
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;

}

.main-news__img__wrapper .entry-date:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  content: "";
  border-top: 0 solid transparent;
  border-right: 10px solid var(--qizon-secondary, #eb5d5d);
  border-bottom: 10px solid transparent;
}

.main-news__img__wrapper .entry-date .date {
  font-size: 16px;
}

.main-news__img__wrapper .entry-date .month {
  font-size: 12px;
  letter-spacing: 1px;
}

.main-news__img__wrapper .entry-date .year {
  font-size: 12px;
  letter-spacing: 1px;
}


.main-news__img__wrapper .entry-date:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  content: "";
  border-top: 0 solid transparent;
  border-left: 10px solid var(--qizon-secondary, eb5d5d);
  border-bottom: 10px solid transparent;
}

.main-news__content {
  position: relative;
  text-align: left;
  background: var(--qizon-white);
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
     

}

.main-news__content-inner {
  padding: 30px 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0 auto;
  position: relative;
}
.main-news__content .main-news__content-inner { min-height: 232px;}
.main-news__meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.main-news__admin {
  color:#848493;
  padding-right: 15px;
  transition: 0.5s;
  font-weight: 300;
  font-size: 14px;
}

.main-news__admin:hover {
  color:#58aec0;
}



.main-news__admin i {
  color:#58aec0;
  transition: 0.5s;
}


.main-news__comment {
  color:#848493;
  font-weight: 300;
  font-size: 14px;
}

.main-news__comment:hover {
  color:#58aec0;
}

.main-news__comment i {
  color: #58aec0;
  transition: 0.5s;
}



.eventAreaSection .main-news__title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 10px 0;
  word-wrap: break-word;
  line-height: 25px;
  position: relative;
  color:#21212d;
}


.main-news__title a:hover {
  background-size: 100% 1px;
}

@media (max-width: 1199px) {
  .main-news__comment {
    font-size: 14px;
  }

  .main-news__admin {
    font-size: 14px;
  }

  .main-news__title {
    font-size: 18px;
  }

  .main-news__content-inner {
    padding: 25px;
  }
}

.main-news__bottom {
 /*  display: flex;
  border-top: 1px solid #e2dfeb;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
 position: absolute;*
  background: #21212d;/
  /*top: 110%;
  left: 0;
  right: 0;
  z-index: 11;
  opacity: 0;*/
 
 transition: all .2s;
 margin-top: 20px;
 display: inline-block;


}




.main-news__read-more {
  white-space: nowrap;
  font-size: 14px;
  color:#000;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-right: 5px; transition: all .2s;
}
.main-news__read-more:hover{ margin-right:10px;  transition: all .2s;}
.main-news__bottom .main-news__arrow i.fa-chevron-right:before{ content: "\f061";}
.main-news {
  color:#fff;
  margin-top: 1px;
}

/*.main-news__card:hover .main-news__bottom {
  opacity: 1;
  margin-top: -15px;
  padding: 10px;

}*/



.testimonial-area.videoSection {
    background-color: #bcd5e0;
    background-image: url(../imgs/shape/img-s-54.webp);
}

.testimonial-area.videoSection  .testimonial-wrapper-box {
  margin-top: 0;
}

.testimonial-area.videoSection .info-box {
    border: 0px solid #f6a21c;
/*    background: #fff;*/
    border-radius: 20px;
    padding: 15px;
    position: relative;
}

.testimonial-area.videoSection .info-box:after{ display:none; }

.testimonial-area.videoSection .info-box h2{font-size: 60px; color:#242456; font-weight: 700; margin-bottom: 15px;}

.testimonial-area.videoSection .info-box h3{font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; position: relative;}
.testimonial-area.videoSection .info-box h3::after {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 40px;
    height: 4px;
    background-color: #464646;
    margin-left: 10px;
}
.testimonial-area.videoSection .info-box p{font-size: 18px;line-height: 23px; margin-bottom: 10px; color: #052736; text-align: justify;}


.mapSectionArea.testimonial-area .mapPanelArea{ margin-top:45px; position:relative;     padding: 0 70px 0 80px;}

.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea{ position:relative; }
.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox {
    background: #dada74;
   padding: 10px 95px 15px 35px;
/*    border-radius: 15px 0 0 15px;*/
    transform: skewX(-19deg);
    position: absolute;
    bottom: 220px;
    right: -98px;
  border: 2px dashed #fff;
}
.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox h6{ margin: 0; padding: 0; margin-bottom: 10px; text-align: center; font-weight: 800; color: #242456; font-size:22px;  transform: skewX(19deg);}
.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox p{ margin: 0; padding: 0;  color: #242456; font-size:16px; line-height:23px; transform: skewX(19deg);}


.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox.St-2Panel {
    background: #93b7bf;
    bottom: 101px;
    right: -148px;
    border: 2px dashed #fff;
}
/*.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox.St-2Panel h6{  color: #242456;}
.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox.St-2Panel p{color: #242456;}*/





.mapSectionArea.testimonial-area .mapPanelArea .mapAreaPoint {
    background: #fff;
    width: 400px;
    padding: 0px;
    margin:revert;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}



.projectAreaBox .campaign-one__content h4{ font-size:20px; line-height: 25px; color:#000; font-weight:600; margin-bottom:10px; }
/*.projectAreaBox .campaign-one__content h4 a{color:#166600;}*/
.projectAreaBox .campaign-one__content h4 a:hover{ text-decoration:underline; }
.projectAreaBox .campaign-one__content h5{font-size:16px; color:#000;   border: 1px solid #d0cbcb; border-radius: 10px; padding:10px; margin-bottom: 10px; font-weight: 700;}
.projectAreaBox .campaign-one__content h5 span{color:#000; font-size:16px; font-weight: 500;}
.projectAreaBox .campaign-one__content h5 + h5{ min-height: 54px; }
.projectAreaBox .campaign-one__content h6{font-size:18px; border: 1px solid #d0cbcb; border-radius: 10px; padding: 15px; margin-bottom: 10px;}
.projectAreaBox .campaign-one__content .projectStatusBox {
    padding: 10px;
    background: #ffe288;
    font-size: 15px;
    margin: 0 -12px;
    font-weight: 600;
    color: #383838;
}

.copyright-area-inner .copyright-text {display: flex; justify-content: space-between;}
.copyright-area-inner .copyright-text .text.DsCompName{ font-size:14px; }


/*jobs*/
.jobcontentSection {}
.jobcontentSection .job-box{
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-bottom: 30px; 
        min-height: 264px;
}

.jobcontentSection .job-box h4{ font-size:22px; font-weight:600;color: #242456; margin-bottom:15px; }

.jobcontentSection .job-box p{ margin-bottom:10px; }

.jobcontentSection .job-box .applyBtn{ background:#242456; color:#fff; padding:5px 15px; border:0;}

.jobcontentSection .job-box .applyBtn:hover{ background:#ffd451; color:#000; border:0; }






@media (min-width:1410px) {
.mapSectionArea.testimonial-area .mapPanelArea { padding: 0 75px 0 40px;}

.mapSectionArea.testimonial-area .mapPanelArea .mapAreaPoint {width: 450px;}

.mapAreaPoint .video-main.agraArrow {
    left: 151px;
    top: 161px;
}


.mapAreaPoint .video-main.suratArrow {
    left: 83px;
    top: 261px;
}

.mapAreaPoint .video-main.puneArrow {
    left: 93px;
    top: 340px;
}

.mapAreaPoint .video-main.maheArrow {
    left: 116px;
    top: 420px;
}

.mapAreaPoint .video-main.YanamArrow {
    left: 210px;
    top: 341px;
}

.mapAreaPoint .video-main.puducherryArrow {
    left: 178px;
    top: 408px;
}


}


@media (min-width:1610px) {

.mapSectionArea.testimonial-area .mapPanelArea {padding: 0 75px 0 0px;}
.mapSectionArea.testimonial-area .mapPanelArea .mapAreaPoint {width: 520px;}
.mapAreaPoint .video-main.agraArrow {left: 175px;top: 187px;}
.mapAreaPoint .video-main.puneArrow {
    left: 104px;
    top: 388px;
}

.mapAreaPoint .video-main.suratArrow {
    left: 94px;
    top: 300px;
}

.mapAreaPoint .video-main.maheArrow {
    left: 133px;
    top: 485px;
}

.mapAreaPoint .video-main.puducherryArrow {
    left: 208px;
    top: 470px;
}

.mapAreaPoint .video-main.YanamArrow {
    left: 241px;
    top: 399px;
}

.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox {
 bottom: 240px;
right: -118px;

}

.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox.St-2Panel {
    bottom: 118px;
    right: -168px;

}

.shiftsSection-05:after {width: 52%;}
}


@media (min-width:1810px) {

.mapSectionArea.testimonial-area .mapPanelArea {padding: 0 10px 0 0px;}
.mapSectionArea.testimonial-area .mapPanelArea .mapAreaPoint {width: 600px;}
.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox {
    bottom: 280px;
    right: -138px;
}

.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox.St-2Panel {
    bottom: 140px;
    right: -198px;
}

    .mapAreaPoint .video-main.agraArrow {
        left: 203px;
        top: 208px;
    }

        .mapAreaPoint .video-main.suratArrow {
        left: 104px;
        top: 340px;
    }

    .mapAreaPoint .video-main.puneArrow {
    left: 124px;
    top: 444px;
}

.mapAreaPoint .video-main.YanamArrow {
    left: 281px;
    top: 456px;
}

.mapAreaPoint .video-main.maheArrow {
    left: 153px;
    top: 556px;
}

.mapAreaPoint .video-main.puducherryArrow {
    left: 238px;
    top: 540px;
}

.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox p {font-size: 17px;}
.mapSectionArea.testimonial-area .mapPanelArea .mapContentArea .mapContentBox h6 { font-size: 22px;}
.shiftsSection-05:after {width: 58%;}
}


@media (min-width:1100px) {
.section-header.mapHeadingSectionArea{ position:absolute; left:0; width:650px; }
.section-header.mapHeadingSectionArea .section-title {
    font-size: 35px; line-height: 55px;
}
.section-header.mapHeadingSectionArea p{ line-height:20px; }
.section-header.mapHeadingSectionArea .logoLine {
    padding-right: 30px;
    white-space: nowrap;
}

}

@media (min-width:1600px) {
.section-header.mapHeadingSectionArea {left: -80px;top: 50px;}

}


table.table{ width: 100%; border-top:1px solid #242456;  border-right:1px solid #242456; }
table.table tr th{ background:#242456; color:#fff;  }
table.table tr th,table.table tr td{border-bottom:1px solid #242456;  border-left:1px solid #242456; font-size: 16px; padding:8px 10px;}
table.table tr td a{ color:#065cb1; }

.imAreaBk{ display:none; }

.author .avatar .ComingSoonPanel {
    position: absolute;
    bottom: -26px;
    right: -16px;
    width: 55px;
    height: 55px;
    background: rgb(255, 212, 81);
    border: 2px dashed rgb(71, 71, 71);
    box-shadow: rgb(255, 212, 81) 0px 0px 0px 5px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 69px;
    color: rgb(0, 0, 0);
}

.author .avatar .ComingSoonPanel span {
    line-height: 14px;
    display: inline-block;
    font-size: 12px;
}