@import"https://fonts.googleapis.com/css2?family=Teko:wght@300..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=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

:root {
    --primary: #121212;
    --secondary: #555555;
    --border: rgba(18, 18, 18, 0.08);
    --theme: #1176bc;
    --black: #121212;
    --black-2: #555555;
    --white: #FFFFFF;
    --white-2: #999999;
    --action: #FFCD4D;
    --border: rgba(18, 18, 18, 0.08);
    --font_awesome: "Font Awesome 6 Free";
    --font_teko: "Teko", sans-serif;
    --font_instrumentsans: "Instrument Sans", sans-serif;
    --font_poppins: "Poppins", sans-serif;
    --gradient: linear-gradient(to right, #0459b1 0, #076ed9 51%, #0459b1 100%);
    --gradientY: linear-gradient(to top, #0053a9 0, #0262c5 100%, #0053a9 100%);
    --gradient-sec: linear-gradient(to right, #0053a9 0, #1564b9 51%, #0053a9 100%);
    --rgba-primary-05: rgba(78, 148, 221, 0.05);
    --rgba-primary-1: rgba(78, 148, 221, 0.1);
    --rgba-primary-2: rgba(78, 148, 221, 0.2);
    --rgba-primary-3: rgba(78, 148, 221, 0.3);
    --rgba-primary-4: rgba(78, 148, 221, 0.4);
    --rgba-primary-5: rgba(78, 148, 221, 0.5);
    --rgba-primary-6: rgba(78, 148, 221, 0.6);
    --rgba-primary-7: rgba(78, 148, 221, 0.7);
    --rgba-primary-8: rgba(78, 148, 221, 0.8);
    --rgba-primary-9: rgba(78, 148, 221, 0.9);

}



* {
    margin: 0;
    padding: 0
}

body {
    line-height: 1.;
    font-family: var(--font_poppins);
    font-size: 17px;
}

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
}
ol li {
    display: block;
    list-style-type: decimal;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

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;
    color: var(--secondary);
    /* font-weight: 400;
    font-size: 18px; */
    text-align:justify;
}

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
    }

    br {
        display: none
    }
}

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


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

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

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


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


.pos-abs {
    position: absolute
}

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

.ms-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) {
    .ms-btn-play {
        width: 50px;
        height: 50px;
        font-size: 12px;
        border-width: 1px
    }
}

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

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

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

.show-light {
    display: inline-block
}


.show-dark {
    display: none
}


.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: var(--border);
    display: inline-block;
    position: relative;
    z-index: 1
}

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

.ms-btn-icon:hover i {
    transform: rotate(0)
}


.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("../img/electrician/check-mark.webp");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    top: 4px;
    transform: rotateY(0deg)
}


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

@media only screen and (max-width: 1366px) {
    .pos-center {
        margin: auto;
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: max-content;
    }
}

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


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


.body-wrapper {
    background-color: var(--white);
    overflow: hidden
}


.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)
}
.color-theme {
    color: var(--theme)
}

.primary-bg {
    background: #def1ff;
}

.secondary-bg {
    background: #6d6e71;
}

.dark-imgBg {
    background: var(--black) url(../img/bg.webp) 0 0;
}

.ms-bg-white {
    background-color: var(--white)
}

.ms-bg-black {
    background-color: var(--black)
}

.ms-bg-primary {
    background-color: var(--primary)
}

.ms-bg-secondary {
    background-color: var(--secondary)
}

.ms-bg-transparent {
    background-color: rgba(0, 0, 0, 0) !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
}


.line-divider-sm {
    height: .5px;
    background-color: var(--black-9)
}


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


@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)
}


.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(../img/writer/go-top.webp);
    background-position: right center;
    background-repeat: no-repeat;
    right: 16%;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all .5s
}


.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;
    /* font-family: var(--font_awesome);
    content: "\f064"; */
    content: "\f064";
    font-family: var(--font_awesome);
    font-weight: 600;
    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;
    writing-mode: sideways-lr;
}

.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(../img/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
}

.ms-btn {
    display: inline-flex;
    transition: all .3s
}

.ms-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 var(--border);
    overflow: hidden;
    transition: all .3s
}

.ms-btn-default:hover {
    color: var(--white)
}



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

.ms-btn-border:hover {
    color: var(--white)
}


.ms-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(--theme);
    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;
}

.gradient {
    background-image: var(--gradient);
    background-size: 200%;
    border-color: transparent !important;
    transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
    .ms-btn-primary {
        padding: 16px 25px
    }
}

.ms-btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.ms-btn-primary.bordered {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.ms-btn-primary.bordered:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white)
}


.ms-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) {
    .ms-btn-circle {
        width: 50px;
        height: 50px
    }
}

.ms-btn-circle:hover {
    background-color: var(--black);
    color: var(--white)
}

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

.ms-btn-oval:hover {
    color: var(--primary)
}

.ms-btn-light {
    color: var(--white) !important;
    border-color: var(--white) !important
}

.ms-btn-light:hover {
    color: var(--black) !important
}

.ms-btn-light span {
    background-color: var(--white) !important
}

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


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

.ms-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) {
    .ms-btn-appointment {
        width: 200px;
        height: 200px
    }
}

@media only screen and (max-width: 991px) {
    .ms-btn-appointment {
        width: 170px;
        height: 170px;
        font-size: 18px
    }
}

.ms-btn-appointment i {
    font-size: 24px;
    margin-bottom: 10px
}

.ms-btn-appointment:hover {
    color: var(--blue-3)
}

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

.ms-btn-link i {
    transform: rotate(-45deg);
    transition: all .3s
}

.ms-btn-link:hover {
    color: var(--primary)
}

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


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

.ms-btns-group {
    text-align: center;
    display: flex
}

@media only screen and (max-width: 991px) {
    .ms-btns-group {
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .ms-btns-group {
        padding: 40px 0
    }

    .ms-btns-group br {
        display: block
    }
}

.ms-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) {
    .ms-btns-group .btn-wrapper a {
        width: 110px;
        height: 110px
    }
}

.ms-btns-group .btn-wrapper:first-child a {
    margin-inline-end: -15px;
    background-color: var(--primary)
}

@media only screen and (max-width: 991px) {
    .ms-btns-group .btn-wrapper:first-child a {
        margin-inline-end: 0
    }
}

.ms-btns-group .btn-wrapper:first-child a span {
    background-color: var(--white)
}

.ms-btns-group .btn-wrapper:last-child a {
    margin-inline-start: -15px
}


@media only screen and (max-width: 991px) {
    .ms-btns-group .btn-wrapper:last-child a {
        margin-inline-start: 0;
        margin-top: -15px
    }
}

.ms-btns-group .btn-wrapper:last-child a:hover {
    border: 0
}

.ms-btns-group .btn-wrapper:last-child a span {
    background-color: var(--primary)
}

.ms-btns-group-wrap {
    height: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--black-6)
}


@media only screen and (max-width: 1399px) {
    .ms-btns-group-wrap {
        height: 380px
    }
}

@media only screen and (max-width: 1199px) {
    .ms-btns-group-wrap {
        height: 350px
    }
}

@media only screen and (max-width: 767px) {
    .ms-btns-group-wrap {
        height: auto
    }
}

.ms-btns-group a:hover {
    border: 0
}

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

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

.ms-btn-link-none:hover {
    color: var(--action)
}

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

.ms-btn-underline:hover::before {
    width: 0
}

.ms-btn-underline::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: .3s
}

.ms-btn-underline i,
.ms-btn-underline img {
    font-size: 10px
}


.ms-btn-normal {
    display: inline-flex;
    position: relative;
    color: var(--secondary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 5px
}

.ms-btn-normal:hover {
    color: var(--theme)
}

.ms-btn-normal i {
    font-size: 14px
}


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

.ms-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.ms-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px
}

.ms-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.ms-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.ms-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.ms-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

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

.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-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 li {
    position: relative
}

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

@media only screen and (max-width: 1366px) {
    .main-menu li a {
        padding: 37px 5px;
    }
}

.main-menu ul.dp-menu {
    background-color: #232529;
    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: #999;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    text-transform: capitalize
}

.main-menu ul.dp-menu li a:hover {
    /* letter-spacing: .5px */
}

.main-menu ul.dp-menu li a:after {
    transform: rotate(-90deg);
    margin-left: auto
}

.main-menu ul.dp-menu.mega {
    -moz-column-count: 2;
    column-count: 2;
    width: max-content;
}
/* .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 ul.dp-menu.mega li >a:before {
    content: "\f101";
    font-family: var(--font_awesome);
    margin-inline-start: 5px;
    font-weight: 600;
    font-size: 14px;
    padding-right:10px;
}

.main-menu li.menu-item-has-children>a:after {
    content: "\f107";
    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
}


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


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



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

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--black-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
}


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

.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) {

    .ms-cursor.exclusion,
    .ms-cursor.opaque {
        mix-blend-mode: exclusion
    }
}

@supports(mix-blend-mode: exclusion) {

    .ms-cursor.exclusion:before,
    .ms-cursor.opaque:before {
        background: var(--white)
    }
}

.ms-cursor.normal,
.ms-cursor.text {
    mix-blend-mode: normal
}

.ms-cursor.normal:before,
.ms-cursor.text:before {
    background: currentColor
}

.ms-cursor.inverse {
    color: var(--white)
}

.ms-cursor.visible:before {
    transform: scale(0.2)
}

.ms-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: .2s
}

.ms-cursor.pointer:before {
    transform: scale(0.15)
}

.ms-cursor.text:before {
    opacity: .85;
    transform: scale(1.7)
}

.ms-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.ms-cursor.opaque:before {
    transform: scale(1.32)
}

.ms-cursor.opaque.active:before {
    transform: scale(1.2)
}

.ms-cursor.sm:before {
    transform: scale(1.25)
}

.ms-cursor.md:before {
    transform: scale(1.5)
}

.ms-cursor.lg:before {
    transform: scale(2)
}

.ms-cursor.xl:before {
    transform: scale(2.5)
}

.ms-cursor.xxl:before {
    transform: scale(3)
}

.ms-cursor.hidden:before {
    transform: scale(0)
}

.color-accent-lilac {
    color: #8d53e9
}

.color-accent-lilac-bg {
    background: #8d53e9
}

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

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

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

.ms-cursor.text .ms-cursor-text {
    opacity: 1;
    transform: scale(1)
}

@supports(mix-blend-mode: exclusion) {

    .ms-cursor.-exclusion,
    .ms-cursor.-opaque {
        mix-blend-mode: exclusion
    }
}

@supports(mix-blend-mode: exclusion) {

    .ms-cursor.exclusion:before,
    .ms-cursor.opaque:before {
        background: var(--white)
    }
}

.ms-cursor.normal,
.ms-cursor.text {
    mix-blend-mode: normal
}

.ms-cursor.normal:before,
.ms-cursor.text:before {
    background: currentColor
}

.ms-cursor.inverse {
    color: var(--white)
}

.ms-cursor.visible:before {
    transform: scale(0.2)
}

.ms-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: .2s
}

.ms-cursor.pointer:before {
    transform: scale(0.15)
}

.ms-cursor.text:before {
    opacity: .85;
    transform: scale(1.7)
}

.ms-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.ms-cursor.opaque:before {
    transform: scale(1.32)
}

.ms-cursor.opaque.active:before {
    transform: scale(1.2)
}

.ms-cursor.sm:before {
    transform: scale(1.25)
}

.ms-cursor.md:before {
    transform: scale(1.5)
}

.ms-cursor.lg:before {
    transform: scale(2)
}

.ms-cursor.xl:before {
    transform: scale(2.5)
}

.ms-cursor.xxl:before {
    transform: scale(3)
}

.ms-cursor.xxxl:before {
    transform: scale(3.5)
}

.ms-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 .ms-btn-default {
    font-size: 18px;
    font-weight: 600;
    padding: 35px 75px;
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    border-width: 0
}


@media only screen and (max-width: 1199px) {
    .cf-cta__btn .ms-btn-default {
        padding: 20px 40px;
        font-weight: 500
    }
}


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


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


.offcanvas-3__area {
    background: var(--primary);
    position: fixed;
    width: 100%;
    height: 100%;
    /* padding: 50px 50px 100px; */
    padding: 10px;
    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: 1199px) {
    .offcanvas-3__inner {
        /* grid-template-columns: 260px 1fr */
        grid-template-columns: 100% 1fr
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__inner {
        /* grid-template-columns: 260px 1fr */
        grid-template-columns: 100% 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__menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.offcanvas-3__menu ul {
    position: relative;overflow:auto;
}

.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 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: 38%;
    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: 26px
}

@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: 8vh; */
    font-size: 16px;
    color: var(--white-2);
    text-transform: capitalize;
    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 li a {
    padding-left: 20px;
}

.offcanvas-3__menu li a:before {
    content: "\f064";
    font-family: var(--font_awesome);
    font-weight: 600;
    font-size: 14px;
    padding-right: 10px;
}

.offcanvas-3__menu li li a:before {
    content: "\f068";
    font-family: var(--font_awesome);
    font-weight: 600;
    font-size: 14px;
    padding-right: 10px;
}

.offcanvas-3__menu li a:hover {
    background-position: 0;
    color: #fff;
    letter-spacing: 1.5px
}

@media only screen and (max-width: 1399px) {
    .offcanvas-3__menu li a {
        /* font-size: 7vh */
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas-3__menu li a {
        /* font-size: 6vh */
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        /* font-size: 2.5vh; */
        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
}

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


.section-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    margin-top: -3px
}

.section-title {
    font-size: 70px;
    margin-top: -24px
}

@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 60px;
        margin-top: -20px
    }
}

@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 50px;
        margin-top: -16px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 40px;
        margin-top: -12px
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 36px;
        margin-top: -10px
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 30px;
        margin-top: -8px
    }
}

@media(max-width: 575px) {
    .section-title {
        font-size: 28px;
        margin-top: -5px
    }
}

.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    .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: 1;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .section-style {
        border-radius: 50px 50px 0 0
    }
}

@media only screen and (max-width: 991px) {
    .section-style {
        border-radius: 30px 30px 0 0
    }
}

.ms-btn-circle {
    background-color: var(--primary);
    width: 70px;
    height: 70px;
    font-size: 18px;
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .ms-btn-circle {
        width: 50px;
        height: 50px
    }
}


.ms-btn-circle:hover {
    background-color: var(--primary)
}

.ms-btn-circle i {
    transform: rotate(-45deg)
}

/* 
.ms-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;
}

@media only screen and (max-width: 1199px) {
    .ms-btn-primary {
        padding: 0 32px
    }
}

.ms-btn-primary:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: rgba(0, 0, 0, 0)
} */


.ms-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.ms-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -70px
}

@media only screen and (max-width: 1199px) {
    .ms-btn-group>*:nth-child(1) {
        margin-inline-end: -50px
    }
}

.ms-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.ms-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.ms-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.ms-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.ms-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -70px
}

@media only screen and (max-width: 1199px) {
    .ms-btn-group:hover>*:nth-child(3) {
        margin-inline-start: -50px
    }
}

@media(min-width: 1800px) {
    .container.large {
        max-width: 1750px
    }
}

@media (min-width: 1600px) {
    .container.large {
        max-width: 1520px;
    }
}

.header-area {
    transition: .3s
}

.header-area.sticky {
    position: fixed !important;
    background-color: rgba(255, 255, 255, .15);
    background-color: #fffaf83d;
    backdrop-filter: blur(7.5px);
    border-radius: 80px 80px 80px 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-top: 10px;
    z-index: 9999;
}

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

}

.header-area.sticky button i {
    color: var(--primary)
}

.header-area {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%;
    border-bottom: 1px solid var(--border);
    background-color: var(--white);
}


.header-area .header-area__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 100px
}

@media only screen and (max-width: 1919px) {
    .header-area .header-area__inner {
        height: 80px
    }
}

.header-area .header-area__inner>*:nth-child(1) {
    margin-inline-end: auto
}

@media(max-width: 575px) {
    .header-area .header__meta {
        display: none
    }
}


.header-area .ms-btn-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
    background-color: var(--black);
    color: var(--white)
}

.header-area .ms-btn-primary {
    font-weight: 400;
    padding: 10px 22px;
}

@media(max-width: 768px) {
    .header-area .ms-btn-primary {
        display: none;
    }
}

.header-area .ms-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.header-area .ms-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px
}

.header-area .ms-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.header-area .ms-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.header-area .ms-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.header-area .ms-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.header-area .ms-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -40px
}



.footer-area {
    background-color: var(--black)
}

.footer-area-inner {
    display: grid;
    gap: 80px 60px;
    /* grid-template-columns: 655px 190px 190px 385px; */
    grid-template-columns: 655px 380px 380px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 94px
}

@media only screen and (max-width: 1919px) {
    .footer-area-inner {
        grid-template-columns: 305px 190px 190px 385px
    }
}

@media only screen and (max-width: 1399px) {
    .footer-area-inner {
        padding-top: 80px;
        padding-bottom: 74px;
        grid-template-columns: 225px 190px 190px 315px
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area-inner {
        padding-top: 60px;
        padding-bottom: 54px;
        gap: 50px 60px;
        grid-template-columns: auto auto auto
    }
}

@media only screen and (max-width: 767px) {
    .footer-area-inner {
        grid-template-columns: auto auto
    }
}

@media(max-width: 575px) {
    .footer-area-inner {
        grid-template-columns: auto
    }
}

.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: 54px
}

@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: 30px;
    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 .flist li {
    font-size: 18px;
    line-height: 30px;
    color: var(--white-2)
}

.footer-area .footer-nav-list {
    margin-top: 27px
}

.footer-area .footer-nav-list li {
    line-height: 30px;
    color: var(--white-2)
}

.footer-area .footer-nav-list li:before {
    content: "\f560";
    font-family: var(--font_awesome);
    font-weight: 600;
    font-size: 14px;
    padding-right: 10px;
    color: var(--white);
}

.footer-area .footer-nav-list li a:hover,
.footer-area .flist li a:hover {
    color: var(--white)
}

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

.subscribe-form {
    margin-top: 38px
}

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


.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: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.hero-area .area-bg img {
    width: 100%;
    height: 100%;
    -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 .ms-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 .ms-btn-circle i {
    transform: none
} */



.work-area {
    background-color: var(--white)
}


.work-area .section-title {
    max-width: 300px
}

.work-area .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr 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 var(--border);
    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-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;
    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
}

@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(../img/shape/img-s-95.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    transition: all .5s
}


.work-box .thumb::after {
    position: absolute;
    content: url(../img/shape/img-s-94.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    transition: all .5s
}


.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 var(--border);
    display: inline-block;
    padding: 12px 16px;
    border-radius: 40px
}



.blog-area {
    background-color: var(--white)
}

.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(../img/shape/img-s-95.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    transition: all .5s
}


.blog .thumb::after {
    position: absolute;
    content: url(../img/shape/img-s-94.webp);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    transition: all .5s
}

.blog .thumb img {
    width: 100%;
    transition: all .5s
}

.blog .title {
    font-size: 30px;
    line-height: 1.2
}

@media only screen and (max-width: 1919px) {
    .blog .title {
        font-size: 26px
    }
}

@media only screen and (max-width: 1399px) {
    .blog .title {
        font-size: 23px
    }
}

@media only screen and (max-width: 1199px) {
    .blog .title {
        font-size: 20px
    }
}

.blog .content {
    padding-inline-start: 49px;
    border-inline-start: 1px solid var(--border);
    max-width: 460px;
    margin-inline-start: auto;
    margin-top: 43px
}

@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 var(--border);
    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:  #d8e6e9
}


.cta-area .section-content {
    text-align: center
}

.cta-area .section-content .section-title {
    font-size: 150px;
    line-height: 1;
    max-width: 900px;
    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;
    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: #def1ff;
}

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


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

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


.process-box .number {
    font-size: 50px;
    color: #7d8683;
    display: inline-block;
    margin-inline-start: 30px;
    font-family: var(--font_teko);
}


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


@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: 21px;
    line-height: 1.33;
    /* padding: 75px 30px 61px; */
    padding: 20px 0;
    border: 1px solid #b7c5c1;
    border-radius: 200px;
    text-align: center;
    margin: 10px;
    font-family: var(--font_instrumentsans);
}

.process-box p {
    padding: 15px;text-align:justify;
}

@media only screen and (max-width: 1199px) {
    .process-box .title {
        font-size: 20px
    }
}

.testimonial-area {
    background-color: #f9f3ee
}

.testimonial-area .section-title {
    max-width: 480px
}

.testimonial-area .testimonial-wrapper-box {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 71%;
    margin-top: 90px;
    position: relative
}

@media only screen and (max-width: 1399px) {
    .testimonial-area .testimonial-wrapper-box {
        margin-top: 70px
    }
}

@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: #fdfaf8;
    border-radius: 20px;
    overflow: hidden
}

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


.testimonial-area .nav-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--border);
    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)
}


.testimonial-area .slider-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 60px;
    inset-inline-start: 170px
}


@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 {
    background-color: #fdfaf8;
    border-radius: 20px;
    padding: 60px 30px 60px;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .testimonial-area .info-box {
        padding: 40px 30px 40px
    }
}

.testimonial-area .info-box .rating {
    font-size: 120px;
    font-weight: 500;
    margin-top: -15px
}

@media only screen and (max-width: 1919px) {
    .testimonial-area .info-box .rating {
        font-size: 100px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area .info-box .rating {
        font-size: 60px;
        margin-top: -7px
    }
}

.testimonial-area .info-box .rating-icons {
    display: flex;
    gap: 6px;
    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-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;
}

@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;
}

.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: 49px;
    padding-bottom: 49px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-top: 100px
}

@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 .swiper-wrapper {
    transition-timing-function: linear
}

.client-box img {
    opacity: .8
}

/*# added css */
/* 
.hero-area-inner {
    padding-top: 200px;
    padding-bottom: 115px;
    position: relative;
    margin-inline-end: -140px;
    padding-inline-end: 240px;
    z-index: 1;
} 

@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        margin-inline-end: 0;
        padding-inline-end: 190px;
        padding-top: 150px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area-inner {
        padding-bottom: 85px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area-inner {
        padding-inline-end: 0
    }
}

@media only screen and (max-width: 767px) {
    .hero-area-inner {
        padding-bottom: 55px
    }
}

.box-layout .hero-area-inner {
    margin-inline-end: 0;
    padding-inline-end: 140px
}*/

.hero-area-inner {
    /* padding-top: 200px;
    padding-bottom: 115px; */
    padding-top: 14%;
    padding-bottom: 14%;
    position: relative;
    margin-inline-end: -140px;
    padding-inline-end: 240px;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        margin-inline-end: 0;
        padding-inline-end: 190px;
        padding-top: 14%;
    padding-bottom: 14%;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area-inner {
        padding-top: 14%;
    padding-bottom: 14%;
    }
}
@media only screen and (max-width: 1280px) {
    .hero-area-inner {
        padding-top: 14%;
    padding-bottom: 14%;
    }
}
@media only screen and (max-width: 1191px) {
    .hero-area-inner {
        padding-inline-end: 0;
         padding-top: 20%;
    padding-bottom: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area-inner {
         padding-top: 22%;
    padding-bottom: 22%;
    }
}

.box-layout .hero-area-inner {
    margin-inline-end: 0;
    padding-inline-end: 140px
}

.hero-area-inner .info-text {
    border-inline-start: 1px solid var(--border);
    position: absolute;
    inset-inline-end: 0;
    width: 140px;
    line-height: 1.8;
    height: 100%;
    padding-inline-start: 10px;
    top: 0;
    padding-top: 200px;
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner .info-text {
        padding-top: 150px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area-inner .info-text {
        display: none
    }
}

.hero-area-inner .area-shape-1 {
    position: absolute;
    bottom: 0;
    inset-inline-end: calc(100% - 200px);
    width: 410px;
    z-index: -1
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner .area-shape-1 {
        width: 330px
    }
}


.hero-area .section-title {
    font-size: 190px;
    line-height: .76;
    font-family: var(--font_teko);
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title {
        font-size: 140px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-title {
        font-size: 110px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-title {
        font-size: 70px
    }
}

.hero-area .section-title .marked {
    font-size: 42px;
    line-height: .83;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 27px;
    transform: translateY(-36px);
    color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title .marked {
        font-size: 34px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-title .marked {
        font-size: 24px;
        padding-bottom: 10px;
        transform: translateY(-17px);
        margin-top: 20px;
    }
}

.hero-area .section-title .marked:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--theme);
    bottom: 0;
    inset-inline-start: 0
}

.hero-area .section-title .marked:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--theme);
    bottom: 4px;
    inset-inline-start: 0
}

.hero-area .section-title .marked br {
    display: block
}

.hero-area .section-title .rotated {
    font-size: 50px;
    line-height: .66;
    font-weight: 400;
    width: 80px;
    height: 120px;
    background-color: var(--theme);
    display: inline-flex;
    align-items: center;
    padding-bottom: 19px;
    border-radius: 0px;
    /* writing-mode: vertical-lr;
    transform: rotate(180deg); */
    writing-mode: sideways-lr;
    transform: skew(345deg);
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title .rotated {
        font-size: 21px;
        width: 40px;
        height: 55px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-title .rotated {
        font-size: 21px;
        width: 40px;
        height: 55px;
        padding-bottom: 10px;
    }
}

.hero-area .section-title .shape-1 {
    display: inline-flex;
    /* height: 120px;
    margin-inline-start: -30px; */
    height: 90px;
    margin-inline-start: 0px;
    position: relative
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title .shape-1 {
        /*  height: 90px;
        margin-inline-start: -25px */
        height: 70px;
        margin-inline-start: 0px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-title .shape-1 {
        /* height: 70px;
        margin-inline-start: -20px */
        height: 35px;
        margin-inline-start: 0px
    }
}

.hero-area .section-content {
    display: grid;
    gap: 50px 60px;
    grid-template-columns: 1fr 520px;
    justify-content: space-between
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content {
        grid-template-columns: 1fr 420px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content {
        grid-template-columns: 1fr 370px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content {
        grid-template-columns: 1fr 260px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-content {
        grid-template-columns: 1fr
    }
}

.hero-area .section-content .text {
    font-size: 20px;
    line-height: 1.37;
    max-width: 380px
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .text {
        font-size: 18px
    }
}

.hero-area .section-content .content-bottom {
    margin-inline-start: 315px;
    position: relative;
    margin-top: 65px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content .content-bottom {
        margin-top: 35px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .content-bottom {
        margin-inline-start: 110px
    }
}

.hero-area .section-content .btn-wrapper {
    margin-top: 48px
}

.hero-area .section-content .scroll-down {
    position: absolute;
    top: 0;
    inset-inline-end: calc(100% + 60px);
    width: -moz-max-content;
    width: max-content
}

.hero-area .section-content .content-first {
    /* margin-top: 50px */
}

@media only screen and (max-width: 767px) {
    .hero-area .section-content .content-first {
        /* margin-top: 50px; */
    }
}

.hero-area .hero-thumb {
    display: flex;
    align-items: flex-start
}

.hero-area .hero-thumb .thumb-1 {
    margin-top: 160px;
    position: relative;
    -webkit-mask-image: url(../img/shape/radius-half-left.webp);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat
}


.hero-area .hero-thumb .thumb-1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: red;
    top: 0;
    inset-inline-start: 0;
    mix-blend-mode: multiply
}

.hero-area .hero-thumb .thumb-2 {
    -webkit-mask-image: url(../img/shape/radius-half-right.webp);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat
}


.hero-area .thumb-wrapper {
    position: relative
}

.hero-area .thumb-wrapper .shape-1 {
    position: absolute;
    top: 46px;
    inset-inline-start: 67px
}


.hero-area .customer-wrapper {
    display: inline-block;
    margin-inline-start: auto
}


.hero-area .customer-wrapper .thumb {
    margin-top: 30px
}

.hero-area .customer-wrapper .text {
    font-size: 18px;
    line-height: 1.22;
    margin-top: 15px
}

.hero-area .customer-wrapper .text span {
    color: var(--primary)
}

.hero-area .customer-wrapper .text br {
    display: block
}

.hero-area .customer-wrapper-box {
    margin-top: 41px;
    display: flex;
    justify-content: flex-end
}

.hero-area .video-btn {
    display: flex;
    align-items: center;
    gap: 12px
}

.hero-area .video-btn .ms-btn-circle {
    width: 100px;
    height: 100px;
    border: 5px solid var(--white);
    background-color: var(--black);
    color: var(--white)
}


.hero-area .video-btn .text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.14;
    display: inline-block;
    color: var(--primary)
}

.hero-area .video-btn .text br {
    display: block
}

.hero-area .video-btn-box {
    position: absolute;
    inset-inline-end: 0;
    z-index: 1;
    top: 66%
}

@media only screen and (max-width: 767px) {
    .hero-area .hero-thumb img {
        max-width: 80%;
        margin-bottom: 30%;
    }
}

.about-area-inner {
    position: relative
}

.about-area-inner .shape-1 {
    position: absolute;
    top: 254px;
    inset-inline-end: 0
}

@media only screen and (max-width: 1399px) {
    .about-area-inner .shape-1 {
        top: 154px
    }
}

@media only screen and (max-width: 1199px) {
    .about-area-inner .shape-1 {
        top: 94px
    }
}

@media only screen and (max-width: 991px) {
    .about-area-inner .shape-1 {
        display: none
    }
}

.about-area .section-title {
    max-width: 850px;
    /* text-indent: 220px; */
    font-family: var(--font_teko);
    text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
    .about-area .section-title {
        max-width: 760px
    }
}

@media only screen and (max-width: 1399px) {
    .about-area .section-title {
        max-width: 750px
    }
}

@media only screen and (max-width: 767px) {
    .about-area .section-title {
        text-indent: 0
    }
}

.about-area .section-title span {
    color: var(--theme);
}

.about-area .section-content .subtitle-wrapper {
    margin-bottom: -40px
}

@media only screen and (max-width: 1919px) {
    .about-area .section-content .subtitle-wrapper {
        margin-bottom: -32px
    }
}

@media only screen and (max-width: 1199px) {
    .about-area .section-content .subtitle-wrapper {
        margin-bottom: -26px
    }
}

@media only screen and (max-width: 767px) {
    .about-area .section-content .subtitle-wrapper {
        margin-bottom: 15px
    }
}

.about-area .section-content .content-bottom {
    margin-top: 80px;
    display: flex;
    gap: 225px
}

@media only screen and (max-width: 1399px) {
    .about-area .section-content .content-bottom {
        gap: 125px;
        margin-top: 60px
    }
}

@media only screen and (max-width: 991px) {
    .about-area .section-content .content-bottom {
        gap: 65px;
        margin-top: 0px
    }
}

@media only screen and (max-width: 767px) {
    .about-area .section-content .content-bottom {
        flex-direction: column
    }
}

.about-area .clients-wrapper .number {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    letter-spacing: .13em;
    text-transform: uppercase
}

.about-area .clients-wrapper .text {
    font-size: 16px;
    line-height: 20px;
    max-width: 100px
}

.about-area .clients-wrapper .info {
    display: flex;
    gap: 11px;
    margin-top: 18px
}

.about-area .info-wrapper {
    padding-inline-start: 80px;
    border-inline-start: 1px solid #ececec
}


@media only screen and (max-width: 767px) {
    .about-area .info-wrapper {
        padding-inline-start: 40px
    }
}

@media(max-width: 575px) {
    .about-area .info-wrapper {
        padding-inline-start: 0;
        border-inline-start: 0
    }
}

.about-area .info-wrapper .text {
    max-width: 410px
}

.about-area .info-wrapper .btn-wrapper {
    margin-top: 53px
}

.about-gallery-wrapper {
    display: flex;
    gap: 30px 60px;
    padding-inline-start: 90px;
    justify-content: space-between;
    margin-top: -170px
}

@media only screen and (max-width: 1199px) {
    .about-gallery-wrapper {
        padding-inline-start: 0;
        margin-top: -80px
    }
}

@media only screen and (max-width: 991px) {
    .about-gallery-wrapper {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .about-gallery-wrapper {
        flex-direction: column
    }
}

.about-gallery-wrapper .thumb-1 {
    margin-top: 330px
}

@media only screen and (max-width: 1199px) {
    .about-gallery-wrapper .thumb-1 {
        margin-top: 230px
    }
}

@media only screen and (max-width: 767px) {
    .about-gallery-wrapper .thumb-1 {
        margin-top: 0
    }
}

.about-gallery-wrapper .thumb-2 {
    padding-top: 80px;
    padding-inline-end: 130px;
    position: relative
}

@media(max-width: 575px) {
    .about-gallery-wrapper .thumb-2 {
        padding-top: 0;
        padding-inline-end: 0
    }
}

.about-service-box {
    background-color: rgba(255, 255, 255, .15);
    background-color: #fffaf83d;
    backdrop-filter: blur(7.5px);

    padding: 60px 60px 55px;
    width: 300px;
    position: absolute;
    /* top: 0; */
    bottom: 20%;
    inset-inline-end: 0
}


@media only screen and (max-width: 991px) {
    .about-service-box {
        /*  padding: 40px 40px 35px;
        width: 260px */
        padding: 20px;
        width: fit-content;

    }
}

@media(max-width: 575px) {
    .about-service-box {
        position: static;
        margin-top: -60%;
        margin-left: 45%;
        /* margin-top: 30px */
    }
}


.about-service-box .text {
    margin-top: 23px;
    color: var(--primary);
}

.about-service-box .counts {
    margin-top: 39px
}

.about-service-box .counts .number {
    font-size: 75px;
    font-family: var(--font_teko);
    font-weight: 600;
    line-height: .8;
    display: inline-block;
    color: var(--primary)
}

.about-service-box .counts .x {
    font-size: 48px;
    font-weight: 600;
    line-height: .8;
    display: inline-block;
    font-weight: 600;
    color: var(--primary)
}

.about-service-box .counts .text {
    font-size: 21px;
    line-height: 24px;
    font-family: var(--font_teko);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    display: block;
    margin-top: -3px
}


.services-area {
    background-color: #fff;
}

.services-area .section-header {
    padding-top: 130px;
    padding-bottom: 123px;
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto 850px
}

@media only screen and (max-width: 1919px) {
    .services-area .section-header {
        padding-top: 100px;
        padding-bottom: 93px
    }
}

@media only screen and (max-width: 1199px) {
    .services-area .section-header {
        grid-template-columns: auto 700px
    }
}

@media only screen and (max-width: 991px) {
    .services-area .section-header {
        grid-template-columns: auto
    }
}

.services-area .section-header .text-wrapper {
    margin-top: 53px;
    display: grid;
    grid-template-columns: auto 410px;
    gap: 20px
}

@media only screen and (max-width: 767px) {
    .services-area .section-header .text-wrapper {
        margin-top: 33px;
        grid-template-columns: auto
    }
}

.services-area .section-header .meta-text {
    font-size: 20px;
    line-height: 1;
    color: var(--primary)
}

.services-area .section-header .meta-text span {
    font-weight: 700
}

.services-area .section-subtitle {
    font-size: 16px;
    text-transform: uppercase
}

.services-area .services-wrapper {
    border-bottom: 1px solid var(--border)
}

.services-area .services-wrapper>*:not(:first-child) {
    border-top: 1px solid var(--border)
}

.services-area .services-wrapper a {
    display: block
}

.service-box {
    padding: 60px 50px;
    display: grid;
    gap: 20px 50px;
    grid-template-columns: auto 720px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .service-box {
        grid-template-columns: auto 570px
    }
}

@media only screen and (max-width: 991px) {
    .service-box {
        grid-template-columns: auto
    }
}

@media only screen and (max-width: 767px) {
    .service-box {
        padding: 30px 20px
    }
}

.service-box:hover .bg-box {
    opacity: 1
}

.service-box:hover .title {
    color: var(--theme)
}

.service-box:hover .text {
    color: var(--theme)
}

.service-box:hover .ms-btn-primary {
    background-color: var(--theme);
    border-color: rgba(0, 0, 0, 0)
}

.dark .service-box:hover .ms-btn-primary {
    background-color: var(--theme);
    color: var(--black)
}

.service-box:hover .ms-btn-circle {
    background-color: var(--theme);
    border: 1px solid rgba(0, 0, 0, 0)
}

.dark .service-box:hover .ms-btn-circle {
    background-color: var(--theme);
    color: var(--black)
}

.service-box .content {
    display: grid;
    gap: 12px 50px;
    grid-template-columns: 284px auto;
    align-items: flex-start
}

@media only screen and (max-width: 767px) {
    .service-box .content {
        grid-template-columns: auto
    }
}

.service-box .ms-btn-group {
    margin-inline-start: auto;
    margin-top: 8px
}

@media only screen and (max-width: 767px) {
    .service-box .ms-btn-group {
        margin-inline-start: 0
    }
}

.service-box .ms-btn-primary {
    background-color: var(--white);
    border-color: var(--border)
}

.dark .service-box .ms-btn-primary {
    background-color: var(--black);
    color: var(--bs-white)
}

.service-box .ms-btn-circle {
    background-color: var(--white);
    border: 1px solid var(--border)
}

.dark .service-box .ms-btn-circle {
    background-color: var(--black);
    color: var(--bs-white)
}

.service-box .title {
    font-size: 30px;
    margin-top: 2px;
    transition: all .5s
}

@media only screen and (max-width: 1199px) {
    .service-box .title {
        font-size: 24px
    }
}

.service-box .title span {
    font-weight: 700
}

.service-box .text {
    transition: all .5s
}

.service-box .bg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
    opacity: 0;
    transition: all .5s
}

.service-box .bg-box video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-box .bg-box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .4);
    top: 0;
    inset-inline-start: 0
}

.feature-area {
    color: var(--white);
}

.feature-area .section-title {
    /* max-width: 730px; */
    margin-inline: auto;
    color: var(--white);
}

@media only screen and (max-width: 1399px) {
    .feature-area .section-title {
        max-width: 610px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-title {
        max-width: 460px
    }
}

@media only screen and (max-width: 991px) {
    .feature-area .section-title {
        max-width: 460px;
        margin: 0
    }
}

.feature-area .section-header .text {
    /* max-width: 300px;
    margin-inline-start: 580px; */
    color: var(--white);
}

@media only screen and (max-width: 1399px) {
    .feature-area .section-header .text {
        /* margin-inline-start: 520px */
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .text {
        /* margin-inline-start: 430px */
    }
}

@media only screen and (max-width: 991px) {
    .feature-area .section-header .text {
        /* max-width: 460px; */
        margin: 0
    }
}

.feature-area .section-header .text-wrapper {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .text-wrapper {
        margin-top: 12px
    }
}

.feature-area .section-header .section-title-wrapper {
    position: relative
}

.feature-area .section-header .section-title-wrapper .shape-1 {
    position: absolute;
    width: 93px;
    top: -60px;
    inset-inline-start: 43%;
    z-index: 99
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .section-title-wrapper .shape-1 {
        display: none
    }
}

.feature-area .features-wrapper-box {
    margin-top: 73px;
    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: 0 100px 132px;
    border-inline-end: 1px solid rgba(255, 255, 255, .12)
}

@media only screen and (max-width: 1399px) {
    .feature-box {
        padding: 0 80px 72px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-box {
        padding: 0 30px 52px
    }
}

.feature-box .title {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white)
}

@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(--white)
}

.feature-box img {
    width: 60px;
    height: 60px;
    filter: invert(1);
}

.counter-area {
    border-bottom: 1px solid var(--border);
    padding-top: 5%;
    padding-bottom: 15%;
    background-color: #fff;

}
@media only screen and (max-width:1199px) {
    .counter-area {
        border-bottom: 1px solid var(--border);
        padding-top: 5%;
        padding-bottom: 20%;
        background-color: #fff;

    }
}
@media only screen and (max-width: 767px) {
    .counter-area {
        border-bottom: 1px solid var(--border);
        padding-top: 5%;
        padding-bottom: 40%;
        background-color: #fff;

    }
}

.counter-area .section-header {
    display: grid;
    gap: 20px 70px;
    grid-template-columns: auto 770px;
    justify-content: flex-end;
    margin-inline-end: 80px;
    margin-bottom: 89px
}

@media only screen and (max-width: 1919px) {
    .counter-area .section-header {
        margin-inline-end: 50px;
        margin-bottom: 59px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-area .section-header {
        grid-template-columns: auto 690px
    }
}

@media only screen and (max-width: 991px) {
    .counter-area .section-header {
        grid-template-columns: auto
    }
}

@media only screen and (max-width: 767px) {
    .counter-area .section-header {
        margin-inline-end: 0;
        margin-bottom: 39px
    }
}

@media(max-width: 575px) {
    .counter-area .section-header {
        justify-content: center
    }
}

.counter-area .section-header .text {
    max-width: 251px
}

.counter-area .content-last {
    display: flex;
    align-items: center;
    gap: 20px 110px
}

@media(max-width: 575px) {
    .counter-area .content-last {
        flex-direction: column;
        align-items: flex-start
    }
}

.counter-area .section-title {
    font-size: 120px;
    max-width: 416px;
}

@media only screen and (max-width: 1919px) {
    .counter-area .section-title {
        font-size: 100px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-area .section-title {
        font-size: 46px
    }
}

@media only screen and (max-width: 991px) {
    .counter-area .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .counter-area .section-title {
        font-size: 35px
    }
}

.counter-area .section-subtitle {
    font-size: 18px;
    font-family: var(--font_plusjakartasans);
    color: var(--primary)
}

.counter-area .section-subtitle span {
    font-weight: 700
}

.counter-area .subtitle-wrapper {
    margin-top: 20px
}

.counter-area .text-wrapper {
    margin-top: 20px
}

.counter-item {
    width: 330px;
    height: 330px;
    border: 1px solid var(--white-2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
    margin: auto;
}

@media only screen and (max-width: 1399px) {
    .counter-item {
        width: 340px;
        height: 340px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-item {
        width: 180px;
        height: 180px;
        padding: 10px;
        margin: 5px 0;
    }
}

.counter-item .number {
    font-size: 100px
}

@media only screen and (max-width: 1399px) {
    .counter-item .number {
        font-size: 80px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-item .number {
        font-size: 40px
    }
}

.counter-item .text {
    font-size: 20px;
    font-family: var(--font_plusjakartasans);
    color: var(--primary);
    margin-top: 15px
}

.counter-item .text span {
    font-weight: 700
}

.counter-wrapper {
    display: flex;
    column-gap: 5%;
}

@media only screen and (max-width: 767px) {
    .counter-wrapper {
        display: grid;
        grid-template-columns: auto auto
    }
}

@media(max-width: 575px) {
    .counter-wrapper {
        grid-template-columns: auto auto;
        justify-content: center
    }
}

.counter-wrapper>*:not(:first-child) {
    margin-inline-start: -70px
}

@media only screen and (max-width: 1199px) {
    .counter-wrapper>*:not(:first-child) {
        margin-inline-start: -30px
    }
}

@media only screen and (max-width: 767px) {
    .counter-wrapper>*:not(:first-child) {
        margin-inline-start: 0px
    }
}



.stat-area {
    background-color: #d9dced;
    padding-inline: 45px;
    padding: 7% 0 15% 0;
}

@media only screen and (max-width: 991px) {
    .stat-area {
        /* padding-inline: 15px */
        padding: 7% 0 25% 0;
    }
}

.stat-area-inner {
    background: #d9dced url('../img/img2.png') top right no-repeat;
}

@media only screen and (max-width: 1199px) {
    .stat-area-inner {
        background: #d9dced url('../img/img2.png') top right no-repeat;
        background-size: 20%
    }
}

.stat-area .section-title {
    max-width: 820px
}

.stat-area .section-content {
    display: grid;
    gap: 40px 60px;
    /* grid-template-columns: auto 550px; */
    align-items: flex-start;
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .stat-area .section-content {
        margin-top: 53px
    }
}

@media only screen and (max-width: 1399px) {
    .stat-area .section-content {
        margin-top: 43px;
        /* grid-template-columns: auto 450px */
    }
}

@media only screen and (max-width: 1199px) {
    .stat-area .section-content {
        margin-top: 33px;
        /* grid-template-columns: auto */
    }
}

.stat-area .stat-thumb {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    max-width: 660px
}

.stat-area .stat-thumb .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stat-area .stat-thumb .info {
    text-align: center
}

.stat-area .stat-thumb .info img {
    width: 90px
}

@media only screen and (max-width: 767px) {
    .stat-area .stat-thumb .info img {
        width: 60px
    }
}

.stat-area .stat-thumb .info .text {
    font-size: 24px;
    line-height: 1.08;
    margin-top: 11px;
    color: var(--white);
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .stat-area .stat-thumb .info .text {
        font-size: 18px
    }
}

.stat-area .stat-thumb .btn-wrapper {
    background-color: #f0f2f4;
    position: absolute;
    inset-inline-start: 110px;
    bottom: 0;
    padding: 25px 35px 19px;
    border-radius: 20px 20px 0 0
}

.dark .stat-area .stat-thumb .btn-wrapper {
    background-color: #1b1b1b
}

@media only screen and (max-width: 767px) {
    .stat-area .stat-thumb .btn-wrapper {
        inset-inline-start: 40px;
        padding: 15px 25px 15px
    }
}

.stat-area .stat-thumb .btn-wrapper:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 100%;
    box-shadow: 20px 20px 0 #f0f2f4
}

.dark .stat-area .stat-thumb .btn-wrapper:before {
    box-shadow: 20px 20px 0 #1b1b1b
}

.stat-area .stat-thumb .btn-wrapper:after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 100%;
    box-shadow: -20px 20px 0 #f0f2f4
}

.dark .stat-area .stat-thumb .btn-wrapper:after {
    box-shadow: -20px 20px 0 #1b1b1b
}

.stat-area .stats-wrapper {
    grid-template-columns: auto 450px
}

.stat-area .stats-wrapper>* {
    border-bottom: 1px solid var(--border);
    padding: 37px 0 33px
}

@media only screen and (max-width: 1399px) {
    .stat-area .stats-wrapper>* {
        /* padding: 27px 0 23px */
        padding: 10px 0 10px;

    }
}

.stat-area .stats-wrapper>*:first-child {
    border-top: 1px solid var(--border)
}

.stats-wrapper-box .stats-wrapper {
    display: grid;
    gap: 20px 44px;
    grid-template-columns: auto auto;
    align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
    .stat-area .stats-wrapper {
        display: grid;
        gap: 0 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-wrapper-box .stats-wrapper .stat-box {
        display: grid;
        gap: 20px 44px;
        grid-template-columns: auto;
        align-items: flex-start;
    }
}

.stat-area .stat-box {
    display: grid;
    gap: 20px 44px;
    grid-template-columns: auto 1fr;
    align-items: flex-start
}

@media only screen and (max-width: 1399px) {
    .stat-area .stat-box {
        gap: 20px 34px
    }
}

@media(max-width: 575px) {
    .stat-area .stat-box {
        grid-template-columns: auto
    }
}

.stat-area .stat-box .thumb img {
    max-width: 60px
}

@media only screen and (max-width: 991px) {
    .stat-area .stat-box .thumb img {
        max-width: 40px
    }
}

.stat-area .stat-box .title {
    font-size: 35px;
    line-height: 1
}

.stat-area .stat-box .text {
    margin-top: 16px
}

ul.list li {
    padding: 10px 0px;
}

ul.list li:before {
    content: "\f560";
    font-family: var(--font_awesome);
    font-weight: 600;
    font-size: 14px;
    padding-right: 10px;
}

.project-area {
    background-color: #fff;
}

.project-area .section-title {
    max-width: 330px
}

.project-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .project-area .section-header {
        grid-template-columns: 1fr 1fr;
        gap: 20px 40px
    }
}

@media only screen and (max-width: 767px) {
    .project-area .section-header {
        grid-template-columns: 1fr
    }
}

.project-area .section-header .text {
    max-width: 450px
}

.project-area .nav-icon {
    width: 70px;
    height: 70px;
    font-size: 20px;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .project-area .nav-icon {
        width: 60px;
        height: 60px;
        font-size: 16px
    }
}

.project-area .nav-icon:hover {
    background-color: var(--theme);
    color: var(--black);
    border-color: rgba(0, 0, 0, 0)
}

.dark .project-area .nav-icon:hover {
    color: var(--black)
}

.project-area .slider-nav {
    display: flex;
    gap: 20px
}

.dir-rtl .project-area .slider-nav {
    flex-direction: row-reverse
}

@media only screen and (max-width: 991px) {
    .project-area .slider-nav {
        display: none
    }
}

.project-area .projects-wrapper-box {
    margin-top: 0px
}

@media only screen and (max-width: 1919px) {
    .project-area .projects-wrapper-box {
        margin-top: 0px
    }
}

@media only screen and (max-width: 1399px) {
    .project-area .projects-wrapper-box {
        margin-top: 0px
    }
}

.project-area .projects-wrapper-box .swiper {
    margin: -30px;
    padding: 30px
}

@media only screen and (max-width: 991px) {
    .project-area .projects-wrapper-box .swiper {
        margin: 0;
        padding: 0
    }
}

.project-box {
    display: inline-block;
    position: relative
}

.project-box:hover .thumb {
    transform: scale(1.09)
}

@media only screen and (max-width: 991px) {
    .project-box:hover .thumb {
        transform: none
    }
}

.project-box:hover .ms-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: 40px;
    overflow: hidden
}

@media only screen and (max-width: 1919px) {
    .project-box .content {
        margin: 30px
    }
}

.project-box .ms-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 .ms-btn-circle {
        margin-bottom: 0;
        opacity: 1
    }
}

.project-box .ms-btn-circle i {
    transform: rotate(-45deg)
}

.blur-overlay {

    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .15);
    background-color: #fffaf83d;
    backdrop-filter: blur(1.5px);
}

@media only screen and (max-width: 991px) {
    .image-wrapper {
        min-height: 290px;
    }
}


.ahero-area-inner {
    padding-top: 218px;
    /* padding-bottom: 133px */
}

@media only screen and (max-width: 1919px) {
    .ahero-area-inner {
        padding-top: 178px;
        padding-bottom: 83px
    }
}

@media only screen and (max-width: 1399px) {
    .ahero-area-inner {
        padding-top: 158px;
        padding-bottom: 63px
    }
}

@media only screen and (max-width: 1199px) {
    .ahero-area-inner {
        padding-top: 128px;
        padding-bottom: 53px
    }
}

.ahero-area .section-title {
    text-align: center;
    font-family: var(--font_plusjakartasans);
    font-weight: 500;
    line-height: 1.1;;
}

@media only screen and (max-width: 767px) {
    .ahero-area .section-title {
        text-align: start
    }
}

.ahero-area .section-content .text {
    max-width: 600px;
    margin: auto;
}

.ahero-area .section-content .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: lowercase;
    color: var(--primary)
}

.ahero-area .section-content .section-subtitle.has-right-line {
    padding-inline-end: 100px
}

.ahero-area .section-content .section-subtitle.has-right-line:after {
    width: 80px
}

.ahero-area .section-content .content-last {
    /* display: grid;
    gap: 20px 40px;
    grid-template-columns: auto auto; 
    justify-content: center;
    margin-top: 24px;
   text-align: center; */
   display: grid;
   gap: 20px 40px;
   grid-template-columns: auto auto;
   justify-content: center;
   margin-top: 44px
}

.ahero-area .section-content .content-last span {

    color: var(--secondary);
    font-size: 24px;
    line-height: 1.27;
}

@media only screen and (max-width: 1399px) {
    .ahero-area .section-content .content-last {
        margin-top: 34px
    }
}

@media only screen and (max-width: 1199px) {
    .ahero-area .section-content .content-last {
        margin-top: 24px
    }
}

@media only screen and (max-width: 991px) {
    .ahero-area .section-content .content-last {
        grid-template-columns: auto
    }
}

@media only screen and (max-width: 767px) {
    .ahero-area .section-content .content-last {
        justify-content: start
    }
}

.ahero-area .section-content .subtitle-wrapper {
    margin: 10px 0;
    text-align: center
}

.ahero-area .gallery-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    .ahero-area .gallery-wrapper-box {
        margin-top: 53px
    }
}

@media only screen and (max-width: 1199px) {
    .ahero-area .gallery-wrapper-box {
        margin-top: 43px
    }
}

.ahero-area .gallery-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: auto auto auto
}

@media only screen and (max-width: 767px) {
    .ahero-area .gallery-wrapper {
        gap: 10px
    }
}

.ahero-area .gallery-wrapper>*:nth-child(1) {
    margin-top: 140px
}

@media only screen and (max-width: 1399px) {
    .ahero-area .gallery-wrapper>*:nth-child(1) {
        margin-top: 120px
    }
}

@media only screen and (max-width: 1199px) {
    .ahero-area .gallery-wrapper>*:nth-child(1) {
        margin-top: 30px
    }
}

.ahero-area .gallery-wrapper>*:nth-child(3) {
    margin-top: 30px
}

.ahero-area .gallery-wrapper>*>*:not(:first-child) {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .ahero-area .gallery-wrapper>*>*:not(:first-child) {
        margin-top: 10px
    }
}

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

.ab-area .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary)
}

.ab-area .section-subtitle.has-left-line {
    padding-inline-start: 140px
}

.ab-area .section-subtitle.has-left-line:before {
    width: 80px
}

.ab-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) {
    .ab-area .section-subtitle.has-left-line:after {
        display: none
    }
}

.ab-area .subtitle-wrapper {
    margin-bottom: -50px
}

@media only screen and (max-width: 1399px) {
    .ab-area .subtitle-wrapper {
        margin-bottom: -70px
    }
}

@media only screen and (max-width: 1199px) {
    .ab-area .subtitle-wrapper {
        margin-bottom: -40px
    }
}

@media only screen and (max-width: 991px) {
    .ab-area .subtitle-wrapper {
        margin-bottom: 10px
    }
}

.ab-area .section-title-wrapper {
    display: grid;
    align-items: flex-end;
    gap: 50px;
    grid-template-columns: 390px 1fr
}

@media only screen and (max-width: 1919px) {
    .ab-area .section-title-wrapper {
        grid-template-columns: 330px 1fr
    }
}

@media only screen and (max-width: 991px) {
    .ab-area .section-title-wrapper {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 20px
    }
}

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

.ab-area .section-content {
    margin-top: 27px;
    margin-inline-start: 438px
}

@media only screen and (max-width: 1919px) {
    .ab-area .section-content {
        margin-top: 27px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1399px) {
    .ab-area .section-content {
        margin-top: 52px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1199px) {
    .ab-area .section-content {
        margin-top: 22px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 991px) {
    .ab-area .section-content {
        margin-inline-start: 0
    }
}

.ab-area .section-content .text {
    max-width: 630px
}

.ab-area .section-content .ab-list {
    margin-top: 43px
}

@media only screen and (max-width: 991px) {
    .ab-area .section-content .ab-list {
        margin-top: 33px
    }
}

.ab-area .section-content .ab-list ul {
    display: flex;
    gap: 20px 40px;
    max-width: 460px;
    justify-content: space-between
}

.ab-area .section-content .ab-list ul li:not(:first-child) {
    padding-inline-start: 40px;
    border-inline-start: 1px solid var(--border)
}

.ab-area .about-thumbs {
    display: flex;
    gap: 20px 50px;
    justify-content: flex-end;
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    .ab-area .about-thumbs {
        margin-top: 43px
    }
}

@media only screen and (max-width: 767px) {
    .ab-area .about-thumbs {
        gap: 20px 20px
    }
}

.ab-area .about-thumbs .thumb-second {
    max-width: 670px;
    flex: 1 1 auto
}

@media only screen and (max-width: 1399px) {
    .ab-area .about-thumbs .thumb-second {
        max-width: 570px
    }
}

.ab-area .meta {
    display: grid;
    gap: 18px;
    grid-template-columns: 30px auto
}

.ab-area .meta .number {
    font-size: 36px;
    line-height: .85
}

.ab-area .meta .text {
    margin-top: 11px
}

.team-area {
    background-color: var(--black)
}

.dark .team-area {
    background-color: #171717
}

.team-area .section-title {
    max-width: 540px;
    margin-inline: auto;
    color: var(--white)
}

.team-area .section-header {
    text-align: center
}

.team-area .section-header .text {
    max-width: 630px;
    margin-inline: auto;
    color: var(--white-2)
}

.team-area .section-header .text-wrapper {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    .team-area .section-header .text-wrapper {
        margin-top: 12px
    }
}

.team-area .team-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper-box {
        margin-top: 53px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper-box {
        margin-top: 43px
    }
}

.team-area .team-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper {
        gap: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.team-area .team-wrapper>*:nth-child(2n+1) {
    margin-top: 70px
}

@media only screen and (max-width: 991px) {
    .team-area .team-wrapper>*:nth-child(2n+1) {
        margin-top: 0
    }
}

.team-box .thumb img {
    width: 100%
}

.team-box .title {
    font-size: 24px;
    line-height: 1;
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .team-box .title {
        font-size: 20px
    }
}

.team-box .text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    color: var(--white-2)
}

@media only screen and (max-width: 1199px) {
    .team-box .text {
        margin-top: 3px
    }
}

.team-box .content {
    margin-top: 37px
}

@media only screen and (max-width: 1399px) {
    .team-box .content {
        margin-top: 27px
    }
}

.skill-area {
    padding-bottom: 10%;
}

.skill-area .section-title {
    max-width: 660px
}

.skill-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto auto;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .skill-area .section-header {
        grid-template-columns: auto
    }
}

.skill-area .section-header .text {
    max-width: 300px
}

.skill-area .skills-wrapper-box {
    margin-top: 59px
}

.skill-area .skills-wrapper {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 420px auto;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .skill-area .skills-wrapper {
        grid-template-columns: auto
    }
}

.skill-area .skills-wrapper .nav {
    border-inline-start: 1px solid #ececec;
    padding-inline-start: 18px;
    margin-inline-start: 1px
}

.skill-area .skills-wrapper .nav .nav-link {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    padding: 0;
    text-align: start;
    padding-top: 18px
}

.skill-area .skills-wrapper .nav .nav-link.active:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: var(--theme);
    top: 0;
    inset-inline-start: -20px
}

.skill-area .skills-wrapper .nav .nav-link.active .icon {
    background-color: var(--white2)
}

.skill-area .skills-wrapper .nav li:not(:first-child) {
    margin-top: 20px
}

.skill-thumb {
    padding-top: 45px;
    padding-inline-start: 80px;
    position: relative
}

.skill-thumb .small-image {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    max-width: 740px;
    margin-inline-start: auto
}

.skill-nav {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative
}

.skill-nav .icon {
    width: 65px;
    height: 65px;
    background-color: rgba(18, 18, 18, .0196078431);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 65px;
    border-radius: 50%
}

.skill-nav .title {
    font-size: 36px;
    line-height: .88;
    text-transform: uppercase;
    padding-top: 19px
}

@media only screen and (max-width: 1199px) {
    .skill-nav .title {
        font-size: 30px;
        padding-top: 0
    }
}

@media only screen and (max-width: 991px) {
    .skill-nav .title {
        font-size: 24px
    }
}

.skill-nav .text {
    margin-top: 8px
}
/* 
.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 */
     grid-template-columns: auto auto;
    justify-content: flex-start;
}

.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 .thumb {
    position: relative
}

.faq-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faq-area .thumb .ms-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
    }
}

.team-area-inner .section-content .text {
    max-width: 600px;
    margin: auto;
}
.team-details-area-inner {
    padding-top: 10%;
}

@media only screen and (max-width: 1919px) {
    .team-details-area-inner {
        padding-top: 147px
    }
}

@media only screen and (max-width: 1199px) {
    .team-details-area-inner {
        padding-top: 127px
    }
}

@media only screen and (max-width: 991px) {
    .team-details-area-inner {
        padding-top: 127px
    }
}

.team-details-area .team-thumb {
    display: inline-block;
    position: relative;
    padding-top: 60px;
    padding-inline-start: 150px;
    z-index: 1;
    max-width: 605px
}

@media only screen and (max-width: 767px) {
    .team-details-area .team-thumb {
        padding-inline-start: 130px
    }
}

@media(max-width: 575px) {
    .team-details-area .team-thumb {
        padding-inline-start: 0px;
        padding-top: 0
    }
}


.team-details-area .team-thumb .shape-1 {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
    width: 62%
}

@media(max-width: 575px) {
    .team-details-area .team-thumb .shape-1 {
        display: none
    }
}

.team-details-area .content-last {
    padding-top: 60px
}

@media only screen and (max-width: 991px) {
    .team-details-area .content-last {
        padding-top: 0
    }
}

.team-details-area .section-content {
    display: grid;
    gap: 40px 60px;
    /* grid-template-columns: auto 1fr */
      grid-template-columns: auto auto
}

@media only screen and (max-width: 1199px) {
    .team-details-area .section-content {
        grid-template-columns: 500px 1fr
    }
}

@media only screen and (max-width: 991px) {
    .team-details-area .section-content {
        grid-template-columns: 1fr
    }
}

.team-details-area .section-content .section-subtitle {
    font-size: 24px;
    line-height: 1;
    display: inline-block
}

.team-details-area .section-content .subtitle-wrapper {
    margin-top: 26px
}

.team-details-area .section-content .text-wrapper {
    margin-top: 36px;
    margin-bottom: 8px
}

.team-details-area .section-content .text-wrapper .text:not(:first-child) {
    margin-top: 25px
}

.team-details-area .section-content .meta-wrapper {
    margin-top: 40px
}

.team-details-area .section-content .meta-wrapper .title {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 22px;
    display: inline-block
}

.team-details-area .section-content .portfolio-list {
    display: flex;
    gap: 10px
}

.team-details-area .section-content .portfolio-list a {
    font-size: 14px;
    padding: 7px 14px;
    border: 1px solid var(--border);
    border-radius: 30px;
    display: inline-block
}

.team-details-area .section-content .social-links {
    display: flex;
    gap: 20px
}

.team-details-area .section-content .social-links a {
    color: var(--secondary)
}

.team-details-area .section-content .social-links a:hover {
    color: var(--primary)
}

.image-wrapper .p-relative {
    z-index: 99
}

.experience {
    width: 310px;
    aspect-ratio: 100/100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    background-color: #fbf9f9;
    position: absolute;
    inset-inline-start: 0;
    top: -116px
}


@media only screen and (max-width: 1919px) {
    .experience {
        width: 250px
    }
}

@media only screen and (max-width: 1199px) {
    .experience {
        top: 0
    }
}

@media only screen and (max-width: 991px) {
    .experience {
        width: 200px
    }
}

@media only screen and (max-width: 767px) {
    .experience {
        position: static;
        margin-bottom: 60px
    }
}

.experience .number {
    font-size: 130px
}

@media only screen and (max-width: 1919px) {
    .experience .number {
        font-size: 100px
    }
}

@media only screen and (max-width: 991px) {
    .experience .number {
        font-size: 70px
    }
}

.experience .text {
    font-size: 24px;
    line-height: 1.16;
    font-weight: 400
}

@media only screen and (max-width: 1919px) {
    .experience .text {
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .experience .text {
        font-size: 16px
    }
}

.experience .text br {
    display: block
}


.aser-area .section-title {
    max-width: 740px;
    margin-inline: auto
}

@media only screen and (max-width: 1919px) {
    .aser-area .section-title {
        max-width: 630px
    }
}

@media only screen and (max-width: 1199px) {
    .aser-area .section-title {
        max-width: 460px
    }
}

@media only screen and (max-width: 991px) {
    .aser-area .section-title {
        max-width: 460px;
        margin: 0
    }
}

.aser-area .section-header .text {
    max-width: 300px;
    margin-inline-start: 580px
}

@media only screen and (max-width: 1399px) {
    .aser-area .section-header .text {
        margin-inline-start: 520px
    }
}

@media only screen and (max-width: 1199px) {
    .aser-area .section-header .text {
        margin-inline-start: 430px
    }
}

@media only screen and (max-width: 991px) {
    .aser-area .section-header .text {
        max-width: 460px;
        margin: 0
    }
}

.aser-area .section-header .text-wrapper {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    .aser-area .section-header .text-wrapper {
        margin-top: 12px
    }
}

.aser-area .section-header .section-title-wrapper {
    position: relative
}

.aser-area .section-header .section-title-wrapper .shape-1 {
    position: absolute;
    width: 93px;
    top: -60px;
    inset-inline-start: 43%;
    z-index: 99
}

@media only screen and (max-width: 1199px) {
    .aser-area .section-header .section-title-wrapper .shape-1 {
        display: none
    }
}

.aser-area .asers-wrapper-box {
    margin-top: 73px
}

@media only screen and (max-width: 1919px) {
    .aser-area .asers-wrapper-box {
        margin-top: 53px
    }
}

@media only screen and (max-width: 1199px) {
    .aser-area .asers-wrapper-box {
        margin-top: 33px
    }
}

.aser-box {
    border-bottom: 1px solid #ececec;
    padding: 44px 0;
    display: grid;
    gap: 20px 60px;
    /* grid-template-columns: 160px 1fr 100px */
    grid-template-columns: 160px 1fr;
}

.dark .aser-box {
    border-color: #252525
}

@media only screen and (max-width: 1199px) {
    .aser-box {
        padding: 24px 0;
        /* grid-template-columns: 100px 1fr 100px */
         grid-template-columns: 100px 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .aser-box {
        grid-template-columns: auto
    }
}

.aser-box:first-child {
    border-top: 1px solid #ececec
}

.dark .aser-box:first-child {
    border-color: #252525
}

.aser-box .number {
    font-size: 30px;
    font-family: var(--font_teko);
    font-weight: 600;
    color: var(--primary)
}

@media only screen and (max-width: 1199px) {
    .aser-box .number {
        font-size: 22px
    }
}

.aser-box .title {
    font-size: 36px;
    text-transform: uppercase;
    line-height: .88
}

@media only screen and (max-width: 1199px) {
    .aser-box .title {
        font-size: 26px
    }
}

.aser-box .text {
    /* max-width: 340px */
}

.aser-box .feature-list {
    margin-top: 18px
}

.aser-box .feature-list li {
    font-size: 18px;
    line-height: 1.41;
    color: var(--primary)
}

.aser-box .icon {
    width: 88px;
    height: 115px;
    border: 1px solid #ececec;
    border-radius: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.dark .aser-box .icon {
    border-color: #252525
}

.aser-box .content {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 360px 1fr
}

@media only screen and (max-width: 1399px) {
    .aser-box .content {
        grid-template-columns: 300px 1fr
    }
}

@media only screen and (max-width: 1199px) {
    .aser-box .content {
        grid-template-columns: 210px 1fr
    }
}

@media only screen and (max-width: 991px) {
    .aser-box .content {
        grid-template-columns: auto
    }
}

.contact-area .section-title {
    max-width: 850px
}

.contact-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto
}

@media only screen and (max-width: 991px) {
    .contact-area .section-header {
        grid-template-columns: 1fr
    }
}

.contact-area .section-header .text {
    max-width: 300px
}

.contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px
    }
}

.contact-area .contact-formwrap .messages {
    grid-column: span 2
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap .messages {
        grid-column: auto
    }
}

.contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s
}

.contact-area .contact-formfield input:focus {
    border-color: var(--primary)
}

.contact-area .submit-btn {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    .contact-area .submit-btn {
        margin-top: 20px
    }
}

.contact-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px;
    margin-top: 112px
}

@media only screen and (max-width: 1919px) {
    .contact-area .section-content {
        margin-top: 72px
    }
}

@media only screen and (max-width: 1399px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 640px
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 600px;
        margin-top: 42px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .section-content {
        grid-template-columns: 1fr
    }
}

.contact-area .info-box .text {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--primary);
    max-width: 360px
}

.contact-area .contact-list {
    margin-top: 26px
}

.contact-area .contact-list li {
    font-size: 18px;
    line-height: 24px
}

.contact-area .contact-list li:not(:first-child) {
    margin-top: 15px
}

.contact-area .contact-list li a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.cta {
  display: flex;
  padding: 11px 33px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: white;
  background: #2768b3;
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
  border: none;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #869da6;
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

.span {
  transform: skewX(15deg);
}

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #2768b3;
  }

  100% {
    fill: white;
  }
}
.underline {
    background-image: linear-gradient(to right, var(--theme), transparent);
    height: 2px;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 50%;
    margin-bottom: 15px;
}

.career-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .career-area .section-header {
        grid-template-columns: auto
    }
}

.career-area .section-header .text {
    max-width: 420px
}

.career-area .section-title {
    max-width: 630px;
}

.career-area .career-wrapper-box {
    margin-top: 87px
}

@media only screen and (max-width: 1399px) {
    .career-area .career-wrapper-box {
        margin-top: 67px
    }
}

@media only screen and (max-width: 1199px) {
    .career-area .career-wrapper-box {
        margin-top: 57px
    }
}

.career-area .career-wrapper {
    display: grid;
    gap: 73px 60px;
    grid-template-columns: repeat(4, 300px);
    justify-content: space-between
}

@media only screen and (max-width: 1399px) {
    .career-area .career-wrapper {
        gap: 63px 55px
    }
}

@media only screen and (max-width: 1199px) {
    .career-area .career-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 991px) {
    .career-area .career-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .career-area .career-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.career-box .thumb img {
    height: 60px
}

.career-box .content {
    margin-top: 43px
}

@media only screen and (max-width: 1199px) {
    .career-box .content {
        margin-top: 33px
    }
}

.career-box .title {
    font-size: 30px;
    line-height: 1
}

@media only screen and (max-width: 1199px) {
    .career-box .title {
        font-size: 24px
    }
}

.career-box .text {
    margin-top: 25px
}

.roles-area {
    background-color: var(--black)
}

.dark .roles-area {
    background-color: #171717
}

.roles-area .section-title {
    color: var(--white)
}

.roles-area .roles-wrapper-box {
    margin-top: 57px
}

@media only screen and (max-width: 1399px) {
    .roles-area .roles-wrapper-box {
        margin-top: 47px
    }
}

@media only screen and (max-width: 1199px) {
    .roles-area .roles-wrapper-box {
        margin-top: 37px
    }
}

.roles-area .role-item {
    border-bottom: 1px solid #2c2c2c;
    display: grid;
    gap: 20px 40px;
    grid-template-columns: 60px 1fr auto;
    padding: 45px 0;
    align-items: center
}

@media only screen and (max-width: 1919px) {
    .roles-area .role-item {
        padding: 35px 0
    }
}

@media only screen and (max-width: 1199px) {
    .roles-area .role-item {
        padding: 25px 0;
        grid-template-columns: 30px 1fr  auto
    }
}

@media only screen and (max-width: 767px) {
    .roles-area .role-item {
        grid-template-columns: 30px 1fr 
    }
}

@media(max-width: 575px) {
    .roles-area .role-item {
        grid-template-columns: 30px 1fr
    }
}

.roles-area .role-item:hover .icon {
    opacity: 1
}

.roles-area .role-item:first-child {
    border-top: 1px solid #2c2c2c
}

.roles-area .role-item .serial {
    font-size: 24px;
    line-height: 1;
    color: var(--white-2)
}

@media only screen and (max-width: 1199px) {
    .roles-area .role-item .serial {
        font-size: 18px
    }
}

.roles-area .role-item .title {
    font-size: 36px;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    .roles-area .role-item .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .roles-area .role-item .title {
        font-size: 24px
    }
}

.roles-area .role-item .icon {
    opacity: .4;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    .roles-area .role-item .icon {
        display: none
    }
}


.news-area-inner {
    display: grid;
    gap: 30px 60px;
    /* grid-template-columns: 1fr 850px */
     grid-template-columns: 1fr auto
}

@media only screen and (max-width: 1399px) {
    .news-area-inner {
        /* grid-template-columns: 1fr 750px */
         grid-template-columns: 1fr auto
    }
}

@media only screen and (max-width: 1199px) {
    .news-area-inner {
        /* grid-template-columns: 1fr 620px */
         grid-template-columns: 1fr auto
    }
}

@media only screen and (max-width: 991px) {
    .news-area-inner {
        grid-template-columns: 1fr
    }
}

.news-area .section-title {
    max-width: 340px
}

.news-area .section-content .text {
    max-width: 300px
}

.news-area .section-content .text-wrapper {
    margin-top: 22px
}

.news-area .news-wrapper {
    display: grid;
    gap: 45px 50px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 1199px) {
    .news-area .news-wrapper {
        gap: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    .news-area .news-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .news-area .news-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.news-area .news-box:hover .icon {
    transform: none;
    opacity: 1
}

.news-area .news-box:hover .content {
    border-color: var(--primary)
}

.news-area .news-box .thumb img {
    width: 100%
}

.news-area .news-box .content {
    padding-top: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--border);
    display: grid;
    gap: 10px;
    grid-template-columns: 68px 1fr auto;
    transition: all .5s
}

@media only screen and (max-width: 1199px) {
    .news-area .news-box .content {
        grid-template-columns: 38px 1fr auto;
        padding-top: 20px;
        padding-bottom: 13px
    }
}

.news-area .news-box .number {
    font-size: 18px;
    line-height: 1
}

.news-area .news-box .title {
    font-size: 24px;
    line-height: 1.25
}

@media only screen and (max-width: 1199px) {
    .news-area .news-box .title {
        font-size: 20px
    }
}

.news-area .news-box .icon {
    transform: translate(-10px, 10px);
    opacity: 0;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    .news-area .news-box .icon {
        display: none
    }
}

.news-area .news-box .icon i {
    font-size: 20px;
    color: var(--primary);
    transform: rotate(-45deg)
}

.news-area .pagination-box {
    margin-top: 50px
}

.news-area .pagination {
    display: flex;
    gap: 10px
}

.news-area .pagination a {
    width: 60px;
    height: 60px;
    border: 1px solid var(--border);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--primary)
}

.news-area .pagination a:hover {
    background-color: var(--primary);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white)
}
.inner-content{padding:5% 0 10% 0;}
.inner-content .section-header{padding:5% 0 2% 0;}
.inner-content p{padding:1% 0;}
.inner-content .news-title{font-size:19px;font-weight:500; max-width: 850px;}
/* .inner-content .thumb-main{border-bottom:solid 1px var(--theme);padding:0 0 3%  0;} */
@media only screen and (max-width: 991px) {
    .inner-content{padding:100px 0 180px 0;}
    .inner-content .simg {
        display: none;
    }

}