
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
    scroll-behavior: inherit;
    --bs-font-1: "Albert Sans", serif;
    --bs-font-2: "Space Grotesk", serif;
    --bs-font-3: "DM Sans", serif;
    --allura: "Allura", serif;
    --bs-clr-pr-1: #e9530e;
    --bs-clr-pr-1-1: rgb(255, 244, 240);
    --lw-clr-sd-1: #C4EF17;
    --bs-clr-h-4: #060606;
    --bs-clr-white-1: #ffffff;
    --bs-clr-black-1: #000000;
    --bs-clr-black-2: #363636;
    --bs-cube-1: all .25s cubic-bezier(.645,.045,.355,1);
    --bs-cube-2: cubic-bezier(.1,.75,.25,1);
}

body {
    font-family: var(--bs-font-1);
    font-size: 18px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
    color: var(--bs-clr-p-1);
    overflow-x: hidden;
    font-optical-sizing: auto;
}

.img, img {
    max-width: 100%;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a, span {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: none;
    transition: inherit;
}

button {
    border: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

::-moz-selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

::selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

input::placeholder, textarea::placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
    opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    ::-webkit-scrollbar {
        width: 7px;
        background: #000;
        box-shadow: none;
        border: none;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
        box-shadow: none;
        border: none;
    }

    ::-webkit-scrollbar-thumb {
        background: var(--bs-clr-pr-1);
        border-radius: 0px;
    }
}

.swiper-notification {
    display: none;
}

/* 
    margin-&-padding_variable-start
*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
    margin-&-padding_variable-end
*/
/* 
    global-css-end
*/
/*
    02. utility
*/
@media (min-width: 1600px) {
    .container.bs-container-1 {
        max-width: 1484px;
    }

    .container.bs-container-2 {
        max-width: 1344px;
    }
}

.wa-row {
    --bs-gutter-x: 32px;
}

.wa-list-style-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wa-fix {
    overflow: hidden;
}

.wa-ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.wa-img-cover img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


.breadcrumb-bg-img .wa-parallax-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
}


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

.flaticon {
    display: inline-block;
    line-height: 0.65;
}

.wa-z-index-3 {
    position: relative;
    z-index: 3;
}

.wa-p-absolute {
    position: absolute;
}

.wa-p-relative {
    position: relative;
    z-index: 1;
}

.wa-origin-left {
    transform-origin: left;
}

.wa-origin-right {
    transform-origin: right;
}

.wa-fw-400 {
    font-weight: 400;
}

.wa-fw-500 {
    font-weight: 500;
}

.wa-fw-600 {
    font-weight: 600;
}

.wa-fw-700 {
    font-weight: 700;
}

.wa-fw-800 {
    font-weight: 800;
}

.wa-fw-900 {
    font-weight: 900;
}

.wa-ml-auto {
    margin-left: auto;
}

.wa-mr-auto {
    margin-right: auto;
}

.wa-line-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .wa-line-limit:is(.has-line-1) {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .wa-line-limit:is(.has-line-2) {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .wa-line-limit:is(.has-line-3) {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .wa-line-limit:is(.has-line-4) {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .wa-line-limit:is(.has-line-5) {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }

    .wa-line-limit:is(.has-line-6) {
        -webkit-line-clamp: 6;
        line-clamp: 6;
    }

    .wa-line-limit:is(.has-line-7) {
        -webkit-line-clamp: 7;
        line-clamp: 7;
    }

    .wa-line-limit:is(.has-line-8) {
        -webkit-line-clamp: 8;
        line-clamp: 8;
    }

    .wa-line-limit:is(.has-line-9) {
        -webkit-line-clamp: 9;
        line-clamp: 9;
    }

    .wa-line-limit:is(.has-line-10) {
        -webkit-line-clamp: 10;
        line-clamp: 10;
    }

.wa-will-c {
    will-change: transform, opacity;
}

/* 
    components
*/
/*
    03. typography
*/
/* 
    typography-start
*/
.bs-h-1 {
    font-family: var(--bs-font-1);
    line-height: 1.2;
    font-weight: 600;
    /* text-transform: capitalize; */
    color: var(--bs-clr-black-1);
    margin-bottom: 0;
}

.bs-h-2 {
    font-family: var(--bs-font-2);
    line-height: 1.2;
    font-weight: 600;
    /* text-transform: capitalize; */
    color: var(--bs-clr-black-1);
    margin-bottom:0;
}

.bs-h-4 {
    font-family: var(--bs-font-1);
    line-height: 1.076;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: var(--bs-clr-h-4);
    margin-bottom: 0;
}

.bs-p-1 {
    font-family: var(--bs-font-1);
    font-size: 18px;
    line-height: 1.555;
    font-weight: 400;
    color: var(--bs-clr-black-1);
    margin-bottom: 0;
}

.bs-p-3 {
    font-family: var(--bs-font-2);
    font-size: 18px;
    line-height: 1.555;
    font-weight: 400;
    color: var(--bs-clr-black-1);
    margin-bottom: 0;
}

.bs-p-4 {
    font-family: var(--bs-font-3);
    font-size: 18px;
    line-height: 1.555;
    font-weight: 400;
    color: var(--bs-clr-black-2);
    margin-bottom: 0;
}

.bs-subtitle-1 {
    font-family: var(--bs-font-1);
    text-transform: capitalize;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    font-size: 18px;
    color: var(--bs-clr-black-1);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
}

.bs-subtitle-4 {
    font-family: var(--bs-font-1);
    text-transform: uppercase;
    font-size: 16px;
    color: var(--bs-clr-h-4);
    font-weight: 600;
    line-height: 20px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 13px;
    margin-bottom: 60px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
}

    .bs-subtitle-4 .text {
        flex: 0 0 auto;
    }

    .bs-subtitle-4 .icon {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.bs-subtitle-5 {
    font-family: var(--bs-font-3);
    text-transform: capitalize;
    font-size: 16px;
    color: var(--bs-clr-h-4);
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 16px;
    gap: 40px;
}

.bs-sec-title-1 {
    font-family: var(--bs-font-1);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    line-height: 1;
    font-size: 65px;
    color: var(--bs-clr-black-1);
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-sec-title-1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-sec-title-1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-sec-title-1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-sec-title-1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .bs-sec-title-1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-sec-title-1 {
        font-size: 40px;
    }
}

.bs-sec-title-3 {
    font-family: var(--bs-font-2);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    line-height: 1;
    font-size: 70px;
    color: var(--bs-clr-black-1);
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-sec-title-3 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-sec-title-3 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-sec-title-3 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-sec-title-3 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .bs-sec-title-3 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-sec-title-3 {
        font-size: 40px;
    }
}

.bs-sec-title-4 {
    font-family: var(--bs-font-1);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: var(--bs-clr-h-4);
    line-height: 1.076;
    font-size: 52px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-sec-title-4 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-sec-title-4 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .bs-sec-title-4 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-sec-title-4 {
        font-size: 40px;
    }
}

.wa-capitalize {
    text-transform: unset !important;
}

    .wa-capitalize .split-line div div:nth-child(1) {
        text-transform: capitalize;
    }

.wa-capitalize-hidden {
    text-transform: unset !important;
}

    .wa-capitalize-hidden .split-line {
        overflow: hidden;
    }

        .wa-capitalize-hidden .split-line div div:nth-child(1) {
            text-transform: capitalize;
        }

.wa-line-hidden .split-line {
    overflow: hidden;
}

.lw-split-3:is(.lw-sec-title-1) {
    text-transform: unset !important;
}

    .lw-split-3:is(.lw-sec-title-1) .split-line {
        overflow: hidden;
        padding-bottom: 5px;
    }

        .lw-split-3:is(.lw-sec-title-1) .split-line:not(:first-child) {
            margin-top: -5px;
        }

        .lw-split-3:is(.lw-sec-title-1) .split-line div div:nth-child(1) {
            text-transform: capitalize;
        }

.lw-split-3:is(.has-capi) {
    text-transform: unset !important;
}

    .lw-split-3:is(.has-capi) .split-line {
        overflow: hidden;
    }

        .lw-split-3:is(.has-capi) .split-line div div:nth-child(1) {
            text-transform: capitalize;
        }

.has-capi {
    text-transform: unset !important;
}

    .has-capi .split-line {
        overflow: hidden;
    }

        .has-capi .split-line div div:nth-child(1) {
            text-transform: capitalize;
        }

.lw-split-4 {
    perspective: 2000px;
    transform-style: preserve-3d;
}

/* 
    typography-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}

    .wa-cursor::before {
        background: var(--bs-clr-pr-1);
    }

    .wa-cursor:before {
        content: "";
        position: absolute;
        top: -30px;
        left: -30px;
        display: block;
        width: 60px;
        height: 60px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
        -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.1s;
        transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    }

.wa-cursor-text {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: white;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.wa-cursor:is(.-normal) {
    mix-blend-mode: normal;
}

    .wa-cursor:is(.-normal)::before {
        background: currentColor;
    }

.wa-cursor:is(.-text) {
    mix-blend-mode: normal;
}

    .wa-cursor:is(.-text)::before {
        background: currentColor;
    }

.wa-cursor:is(.-inverse) {
    color: white;
}

.wa-cursor:is(.-visible)::before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

.wa-cursor:is(.-visible):is(.-active):before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.wa-cursor:is(.-pointer)::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.wa-cursor:is(.-text):before {
    background: #000;
    opacity: 0.8;
    backdrop-filter: blur(10);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.wa-cursor:is(.-text) .wa-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.wa-cursor:is(.-text):is(.-active)::before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.wa-cursor:is(.-opaque)::before {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.wa-cursor:is(.-opaque):is(.-active)::before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.wa-cursor:is(.-lg)::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.wa-cursor:is(.-hidden)::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

@supports (mix-blend-mode: exclusion) {
    .wa-cursor.-exclusion, .wa-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}

@supports (mix-blend-mode: exclusion) {
    .wa-cursor.-exclusion:before, .wa-cursor.-opaque:before {
        background: white;
    }
}
/*
    05. button
*/
/* 
    button-start
*/
.bs-offcanvas-btn-1 {
    border: 1px solid var(--bs-clr-white-1);
    background: transparent;
    width: 66px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--bs-cube-1);
}

    .bs-offcanvas-btn-1 .line {
        width: 30px;
        height: 1px;
        background-color: var(--bs-clr-white-1);
        transition: var(--bs-cube-1);
    }

    .bs-offcanvas-btn-1 .shape {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--bs-clr-pr-1);
        transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .bs-offcanvas-btn-1:hover {
        border-color: var(--bs-clr-pr-1);
    }

        .bs-offcanvas-btn-1:hover .shape {
            width: 500px;
            height: 500px;
        }

        .bs-offcanvas-btn-1:hover .line {
            transform: scaleX(1.5);
        }

.bs-offcanvas-btn-2 {
    flex: 0 0 auto;
    background: var(--bs-clr-black-1);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    transition: 0.4s var(--bs-cube-2);
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    align-items: center;
    padding: 16px 16px;
    cursor: pointer;
}

    .bs-offcanvas-btn-2 .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--bs-clr-white-1);
        transition: 0.4s var(--bs-cube-2);
    }

    .bs-offcanvas-btn-2:hover {
        transform: rotate(180deg);
    }

        .bs-offcanvas-btn-2:hover .dot {
            background: var(--bs-clr-pr-1);
        }

.bs-offcanvas-btn-3 {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    background: var(--bs-clr-pr-1);
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    align-content: center;
    justify-content: center;
    gap: 5px;
    transition: 0.5s var(--bs-cube-2);
}

    .bs-offcanvas-btn-3 span {
        display: inline-block;
        flex: 0 0 auto;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        transition: 0.5s var(--bs-cube-2);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(1) {
        transform: translate(-5px, -5px);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(2) {
        transform: translate(0px, -5px);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(3) {
        transform: translate(5px, -5px);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(4) {
        transform: translate(-5px, 0px);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(6) {
        transform: translate(5px, 0px);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(7) {
        transform: translate(-5px, 5px);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(8) {
        transform: translate(0px, 5px);
    }

    .bs-offcanvas-btn-3:hover span:nth-child(9) {
        transform: translate(5px, 5px);
    }

.bs-btn-1 {
    font-family: var(--bs-font-2);
    background: var(--bs-clr-pr-1);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-clr-white-1);
    gap: 12px;
    display: inline-flex;
    flex: 0 0 auto;
    border-radius: 30px;
    padding: 18px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--bs-cube-1);
    align-items: center;
}

    .bs-btn-1 .shape {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #000;
        transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .bs-btn-1 .icon {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding-left: 2px;
    }

        .bs-btn-1 .icon i {
            transition: var(--bs-cube-1);
        }

            .bs-btn-1 .icon i:nth-child(2) {
                position: absolute;
                transform: translateX(-30px);
                color: var(--bs-clr-pr-1);
            }

    .bs-btn-1:hover {
        color: var(--bs-clr-pr-1);
    }

        .bs-btn-1:hover .shape {
            width: 500px;
            height: 500px;
        }

        .bs-btn-1:hover .text {
            animation: bsBtn1 0.8s;
        }

        .bs-btn-1:hover .icon i:nth-child(1) {
            transform: translateX(30px);
        }

        .bs-btn-1:hover .icon i:nth-child(2) {
            transform: translateX(0px);
            transition-delay: 0.6s;
        }

@keyframes bsBtn1 {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.bs-pr-btn-2 {
    font-family: var(--bs-font-1);
    text-transform: capitalize;
    font-weight: 500;
    background: var(--bs-clr-white-1);
    color: var(--bs-clr-h-4);
    padding: 11px 31px;
    border: 1px solid var(--bs-clr-h-4);
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin-left: 16px;
    transition: 0.8s var(--bs-cube-2);
}

    .bs-pr-btn-2 .line-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

        .bs-pr-btn-2 .line-1::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-style: solid;
            border-color: var(--bs-clr-pr-1);
            transition: all 0.5s ease-in-out;
            z-index: 1;
            left: -16px;
            top: -16px;
            border-width: 0 1px 1px 0;
            transform-origin: bottom right;
        }

        .bs-pr-btn-2 .line-1::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-style: solid;
            border-color: var(--bs-clr-pr-1);
            transition: all 0.5s ease-in-out;
            z-index: 1;
            right: -16px;
            bottom: -16px;
            border-width: 1px 0 0 1px;
            transform-origin: top left;
        }

    .bs-pr-btn-2 .line-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

        .bs-pr-btn-2 .line-2::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-style: solid;
            border-color: var(--bs-clr-pr-1);
            transition: all 0.5s ease-in-out;
            z-index: 1;
            right: -16px;
            top: -16px;
            border-width: 0 0 1px 1px;
            transform-origin: bottom left;
        }

        .bs-pr-btn-2 .line-2::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-style: solid;
            border-color: var(--bs-clr-pr-1);
            transition: all 0.5s ease-in-out;
            z-index: 1;
            left: -16px;
            bottom: -16px;
            border-width: 1px 1px 0 0;
            transform-origin: top right;
        }

    .bs-pr-btn-2 .box {
        position: absolute;
        width: 50%;
        height: 50%;
        background: var(--bs-clr-pr-1);
        z-index: -1;
        transform: scale(0);
        transition: 0.4s var(--bs-cube-2);
    }

    .bs-pr-btn-2 .box-1 {
        top: 0;
        left: 0;
        transform-origin: left top;
    }

    .bs-pr-btn-2 .box-2 {
        top: 0;
        right: 0;
        transform-origin: right top;
    }

    .bs-pr-btn-2 .box-3 {
        bottom: 0;
        right: 0;
        transform-origin: right bottom;
    }

    .bs-pr-btn-2 .box-4 {
        bottom: 0;
        left: 0;
        transform-origin: left bottom;
    }

    .bs-pr-btn-2 .text {
        position: relative;
        z-index: 1;
        overflow: hidden;
        line-height: 1;
        margin-bottom: -3px;
    }

        .bs-pr-btn-2 .text::after {
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            display: block;
            color: var(--bs-clr-white-1);
            transition: 0.4s var(--bs-cube-1);
            position: absolute;
            content: attr(data-back);
            transform: translateY(100%);
        }

        .bs-pr-btn-2 .text::before {
            top: 0;
            left: 0;
            opacity: 1;
            display: block;
            transition: 0.4s var(--bs-cube-1);
            color: var(--bs-clr-h-4);
            position: relative;
            content: attr(data-front);
            transform: translateY(0);
        }

    .bs-pr-btn-2:hover {
        border-color: var(--bs-clr-pr-1);
    }

        .bs-pr-btn-2:hover .box {
            transform: scale(1);
        }

        .bs-pr-btn-2:hover .text::after {
            opacity: 1;
            transform: translateY(0%);
        }

        .bs-pr-btn-2:hover .text::before {
            opacity: 0;
            transform: translateY(-100%);
        }

.bs-pr-btn-3 {
    font-family: var(--bs-font-3);
    text-transform: capitalize;
    font-weight: 600;
    background: var(--bs-clr-h-4);
    color: var(--bs-clr-white-1);
    padding: 15px 28px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-pr-btn-3 .text {
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-pr-btn-3 .text:nth-child(1) {
            position: relative;
        }

        .bs-pr-btn-3 .text:nth-child(2) {
            position: absolute;
            transform: translateY(-150%);
            color: var(--bs-clr-black-1);
        }

    .bs-pr-btn-3::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--bs-clr-pr-1);
        z-index: -1;
        border-radius: 4px;
        transform: translateY(-105%);
        transition: 0.4s var(--bs-cube-2);
    }

    .bs-pr-btn-3:hover {
        color: var(--bs-clr-white-1);
    }

        .bs-pr-btn-3:hover::after {
            transform: translateY(0);
        }

        .bs-pr-btn-3:hover .text:nth-child(1) {
            transform: translateY(150%);
        }

        .bs-pr-btn-3:hover .text:nth-child(2) {
            transform: translateY(0%);
        }

.bs-play-btn {
    font-size: 18px;
    color: var(--bs-clr-white-1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--bs-cube-1);
}

    .bs-play-btn:hover {
        color: var(--bs-clr-pr-1);
    }

.bs-play-btn-3 {
    display: inline-block;
    width: 165px;
    height: 165px;
    background: #eef4eb;
    border-radius: 50%;
    font-size: 40px;
    color: var(--bs-clr-black-1);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-play-btn-3 {
        width: 120px;
        height: 120px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-play-btn-3 {
        width: 80px;
        height: 80px;
        font-size: 25px;
    }
}

.bs-play-btn-3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-clr-pr-1);
    transition: var(--bs-cube-1);
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
}

.bs-play-btn-3 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.bs-play-btn-3:hover::after {
    opacity: 1;
}

.bs-play-btn-4 {
    width: 168px;
    height: 168px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: var(--bs-clr-white-1);
    font-size: 60px;
}

    .bs-play-btn-4 .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .bs-play-btn-4:hover {
        color: var(--bs-clr-white-1);
    }

.bs-play-btn-5 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: var(--bs-clr-white-1);
    border-radius: 50%;
    font-size: 22px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .bs-play-btn-5 {
        width: 80px;
        height: 80px;
    }
}

.bs-play-btn-5::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: bs-play-btn-5 5s linear infinite;
    animation-delay: 2.5s;
}

.bs-play-btn-5::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: bs-play-btn-5 5s linear infinite;
}

.bs-play-btn-5:hover {
    color: var(--bs-clr-pr-1);
}

@keyframes bs-play-btn-5 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
/* 
    search-btn-1
*/
.bs-search-btn-1 {
    background: var(--bs-clr-black-1);
    color: var(--bs-clr-white-1);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.4s var(--bs-cube-2);
    padding: 0;
    border: none;
    outline: none;
}

    .bs-search-btn-1:hover {
        background: var(--bs-clr-pr-1);
    }

.bs-search-btn-2 {
    font-family: var(--bs-font-3);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    background: transparent;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-search-btn-2 i {
        color: var(--bs-clr-white-1);
        transition: 0.4s var(--bs-cube-2);
    }

    .bs-search-btn-2:hover {
        color: var(--bs-clr-pr-1);
    }

        .bs-search-btn-2:hover i {
            color: var(--bs-clr-pr-1);
            transform: translateX(5px);
        }

/* 
    button-end
*/
/*
    06. offcanvas
*/
/* 
    offcanvas-start
*/
.wa-offcanvas-area {
    position: fixed;
    right: 0;
    top: 0;
    background: var(--bs-clr-white-1);
    z-index: 9;
    max-width: 450px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 1;
    padding: 50px 50px;
    transition: 0.5s ease-in-out;
    transform: translateX(105%);
    visibility: hidden;
    opacity: 0;
}

    .wa-offcanvas-area:is(.active) {
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
        transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
    }

    .wa-offcanvas-area::-webkit-scrollbar {
        display: none;
    }

.wa-offcanvas-close {
    display: flex;
    flex: 0 0 auto;
    width: 25px;
    background: transparent;
    height: 25px;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    gap: 10px;
    flex-direction: column;
    position: relative;
}

    .wa-offcanvas-close span {
        transition: 300ms;
        width: 100%;
        height: 3px;
        background: #000;
        position: absolute;
    }

        .wa-offcanvas-close span:nth-child(1) {
            transform: rotate(45deg);
        }

        .wa-offcanvas-close span:nth-child(2) {
            transform: rotate(-45deg);
        }

    .wa-offcanvas-close:hover span {
        transform: rotate(0);
    }

.wa-offcanvas-top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wa-offcanvas-top-logo {
    flex: 0 0 auto;
    max-width: 150px;
    width: 100%;
}

.wa-offcanvas-social-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wa-offcanvas-social-flex {
    gap: 10px;
}

.wa-offcanvas-social-link {
    display: flex;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 40px;
    color: #000;
    font-size: 18px;
    transition: 300ms;
    justify-content: center;
    align-items: center;
}

    .wa-offcanvas-social-link:hover {
        color: var(--bs-clr-pr-1);
        opacity: 1;
    }

.wa-offcanvas-gallery {
    margin-bottom: 50px;
}

.wa-offcanvas-gallery-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wa-offcanvas-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .wa-offcanvas-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wa-offcanvas-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.wa-offcanvas-gallery-item {
    height: 200px;
}

/* 
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
    position: relative;
    padding: 20px 0;
}

    .mobile-main-navigation ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .mobile-main-navigation ul li a {
        font-family: var(--bs-font-1);
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        line-height: 1;
        transition: 300ms;
    }

    .mobile-main-navigation ul li .dropdown-btn {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 100%;
        height: 69px;
        display: flex;
        align-items: center;
        justify-content: end;
        background: transparent;
        font-size: 18px;
        color: #000;
        transition: 300ms;
    }

        .mobile-main-navigation ul li .dropdown-btn i {
            transition: 300ms;
        }

        .mobile-main-navigation ul li .dropdown-btn:is(.active) i {
            transform: rotate(90deg);
        }

    .mobile-main-navigation ul li:hover > a {
        color: var(--bs-clr-pr-1);
    }

    .mobile-main-navigation ul li:hover > .dropdown-btn {
        color: var(--bs-clr-pr-1);
    }

    .mobile-main-navigation ul li .dropdown-menu {
        border-radius: 0;
        background-color: transparent;
        border: none;
        margin-left: 30px;
        padding: 0;
    }

        .mobile-main-navigation ul li .dropdown-menu li {
            padding: 13px 0;
        }

            .mobile-main-navigation ul li .dropdown-menu li a {
                font-size: 16px;
            }

            .mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
                height: 55px;
                font-size: 16px;
            }

.mobile-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a {
    margin-bottom: 30px;
}

    .mobile-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a img {
        margin-bottom: 15px;
    }

/* 
    header-menu-customization-start
*/
/* 
    offcanvas-end
*/
.wa-overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 4;
    transform: scaleX(0);
    transform-origin: right;
    transition: opacity 0.5s;
    opacity: 0;
}

    .wa-overly:is(.active) {
        transform: scaleX(1);
        transition: opacity 0.5s;
        opacity: 1;
    }

/*
    07. form
*/
/* 
    form-1-start
*/
.bs-form-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 25px;
}

@media (max-width: 767px) {
    .bs-form-1 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-form-1 {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-form-1-item {
    position: relative;
    z-index: 1;
}

    .bs-form-1-item::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--bs-clr-pr-1);
        transform-origin: left;
        transform: scaleX(0);
        transition: 0.5s;
    }

.bs-form-1-item-label {
    font-family: var(--bs-font-1);
    text-transform: capitalize;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-form-1-item-label {
        font-size: 20px;
    }
}

.bs-form-1-item-input {
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    background-color: transparent;
    height: 47px;
    font-family: var(--bs-font-1);
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
    color: var(--lw-clr-h-1);
    outline: none;
    font-weight: 500;
}

    .bs-form-1-item-input:is(textarea) {
        height: 150px;
        padding-top: 15px;
        margin-bottom: -8px;
    }

.bs-form-1-item-checkbox {
    display: flex;
    gap: 18px;
    cursor: pointer;
}

    .bs-form-1-item-checkbox input {
        cursor: pointer;
        flex: 0 0 auto;
        width: 28px;
    }

    .bs-form-1-item-checkbox label {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

.bs-form-1-item:last-child {
    margin-top: -18px;
}

.bs-form-1-item:is(.has-full-width) {
    grid-column: 1/-1;
}

.bs-form-1-item:is(.has-no-after)::after {
    display: none;
}

.bs-form-1-item:focus-within .bs-form-1-item-label {
    color: var(--bs-clr-pr-1);
}

.bs-form-1-item:focus-within::after {
    transform: scaleX(1);
}

/* 
    form-1-end
*/
/*
    08. search
*/
/* 
    search-box-css-start
*/
.wa-search-box {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    align-items: center;
    transition: 500ms var(--bs-cube-2);
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}

.wa-search-box-close {
    height: 40px;
    width: 40px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    flex: 0 0 auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 40px;
    top: 35px;
    line-height: 1;
}

@media (max-width: 767px) {
    .wa-search-box-close {
        right: 20px;
        top: 15px;
    }
}

.wa-search-box-close i {
    font-weight: 400;
    line-height: 1;
}

.wa-search-box-close:hover {
    background: #000;
    color: #fff;
}

.wa-search-box.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

    .wa-search-box.active .wa-search-form::after {
        transform: scaleX(1);
        transition-delay: 0.3s;
    }

.wa-search-container {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wa-search-title {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 18px;
}

.wa-search-form {
    position: relative;
    z-index: 1;
}

.wa-search-form-input {
    width: 100%;
    margin: 0;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-weight: 300;
    padding: 3px 10px;
    background: transparent;
}

.wa-search-form::after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background-color: #6D6D6D;
    transition: all 0.5s ease-in-out;
    transform: scaleX(0);
    transition-delay: 0s;
}

.wa-search-tag {
    gap: 8px;
    justify-content: center;
}

.wa-search-tag-title {
    font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;
    margin-bottom: 12px;
}

.wa-search-tag-item {
    flex: 0 0 auto;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    border: 1px solid #DFE1E5;
    line-height: 1;
    padding: 9px 17px;
    transition: all 0.2s ease-in-out;
}

    .wa-search-tag-item:hover {
        background: #000;
        color: #fff;
    }

/* 
    search-box-css-end
*/
/*
    09. preloader
*/
/* 
	preloader-css-start
*/
.lw-preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-clr-white-1);
    transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}

    .lw-preloader::after {
        content: "";
        width: 200px;
        height: 110px;
        border: 2px solid var(--bs-clr-pr-1);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
    }

.lw-preloader-content {
    overflow: hidden;
    width: 200px;
    transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.lw-preloader:is(.preloaded)::after {
    width: 0px;
}

.lw-preloader:is(.preloaded) .lw-preloader-content {
    width: 0px;
}

/* 
	preloader-css-end
*/
/*
    10. animation
*/
/* 
    wa-wow-start
*/
.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img,
    picture.jarallax-img img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.wa-img-split {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    perspective: 400px;
    cursor: pointer;
}

    .wa-img-split img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        opacity: 0;
        transition: all 1s;
    }

    .wa-img-split div {
        position: absolute;
        z-index: 1;
        background-repeat: no-repeat;
        transform: rotateY(50deg) scale(0.5);
        opacity: 0;
        transform-origin: bottom;
        transition: all 1s cubic-bezier(0.71, 0.05, 0.09, 0.91);
    }

/* 
    wa-wow-end
*/
/*
    11. wow-plus
*/
/* 
    wow-plus-start
*/
@-webkit-keyframes shakeX {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes shakeX {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
}

@-webkit-keyframes zoomInDown2 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown2 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown2 {
    -webkit-animation-name: zoomInDown2;
    animation-name: zoomInDown1;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* 
    wow-plus-end
*/
/*
    12. element
*/
/* 
    element-start
*/
.bs-elm-phone {
    color: var(--bs-clr-pr-1);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    transition: var(--bs-cube-1);
}

    .bs-elm-phone:hover {
        color: var(--bs-clr-white-1);
    }

.bs-social-link-1 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .bs-social-link-1 .item-link {
        display: inline-flex;
        flex: 0 0 auto;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        border: 1px solid #000;
        color: #000;
        font-size: 14px;
        opacity: 0.7;
    }

.bs-star-1 {
    display: inline-flex;
    gap: 6px;
    font-size: 18px;
    color: #FFC107;
    flex-wrap: wrap;
}

.bs-pagination-1 {
    display: inline-flex;
    width: auto !important;
    gap: 10px;
}

    .bs-pagination-1 span {
        margin: 0 !important;
        border-radius: 0;
        width: 60px;
        height: 8px;
        background: #000;
        opacity: 1;
        transition: all 0.5s;
    }

        .bs-pagination-1 span:is(.swiper-pagination-bullet-active) {
            background: var(--bs-clr-pr-1);
        }

.bs-play-btn-2 {
    display: inline-flex;
    flex-direction: column;
    font-size: 13px;
    color: var(--bs-clr-white-1);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    gap: 15px;
}

    .bs-play-btn-2 .icon {
        width: 67px;
        height: 67px;
        background: #242323;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 34px;
        color: #fff;
    }

    .bs-play-btn-2 .text {
        max-width: 100px;
        margin-left: 10px;
    }

    .bs-play-btn-2:hover {
        color: var(--bs-clr-white-1);
    }

.bs-slider-btn-1 {
    display: inline-flex;
    flex: 0 0 auto;
    width: 60px;
    height: 42px;
    border: 1px solid;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    opacity: 40%;
    cursor: pointer;
    transition: 0.5s;
}

    .bs-slider-btn-1:hover {
        color: var(--bs-clr-pr-1);
        opacity: 1;
    }

.bs-social-1 {
    display: flex;
    gap: 30px;
}

    .bs-social-1 .link {
        font-size: 20px;
        color: var(--bs-clr-black-1);
        transition: 0.5s var(--bs-cube-2);
    }

        .bs-social-1 .link:hover {
            color: var(--bs-clr-pr-1);
        }

/* 
    land-btn-1-start
*/
.kd-lang-1-btn {
    border-radius: 0;
    border: none;
    font-family: var(--bs-font-2);
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    padding-left: 0;
    line-height: 1;
    height: auto;
    padding-right: 15px;
    background: transparent;
}

    .kd-lang-1-btn::after {
        right: 0px;
        border-bottom: 2px solid #000000;
        border-right: 2px solid #000000;
        height: 8px;
        margin-top: -5px;
        width: 8px;
    }

    .kd-lang-1-btn .current {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .kd-lang-1-btn .flag {
        display: inline-flex;
        align-content: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        flex: 0 0 auto;
    }

        .kd-lang-1-btn .flag img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .kd-lang-1-btn .list li {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.bs-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

    .bs-pagination .pagi-elm {
        width: 43px;
        height: 43px;
        background: #F7F6F1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-weight: 500;
        font-size: 16px;
        border-radius: 50%;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-pagination .pagi-elm:hover {
            background-color: var(--bs-clr-pr-1);
        }

/* 
    element-end
*/
/*
    13. back-to-top
*/
/* 
    start-back-to-top
*/
.wa-back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -12.5%;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    transform: rotate(45deg);
    background-color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .wa-back-to-top {
        right: 3%;
    }
}

.wa-back-to-top::after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}

.wa-back-to-top-text {
    transform: rotate(-45deg);
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: 0.3s;
}

.wa-back-to-top:is(.active) {
    bottom: 2.5%;
}

    .wa-back-to-top:is(.active):hover {
        bottom: 3.5%;
    }

        .wa-back-to-top:is(.active):hover .wa-back-to-top-text {
            transform: rotate(-45deg) translateY(5px);
        }

        .wa-back-to-top:is(.active):hover::after {
            top: 5px;
            left: 5px;
            opacity: 0.5;
        }

/* 
    start-back-to-end
*/
/*
    14. typing-text
*/
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-title {
    position: relative;
    text-align: center;
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: cd-rotate-1-in 1.2s;
        -moz-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s;
    }

    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        -moz-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s;
    }

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

    .cd-headline.type .cd-words-wrapper::after {
        /* vertical bar */
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 90%;
        width: 1px;
        background-color: #aebcb9;
    }

    .cd-headline.type .cd-words-wrapper.waiting::after {
        -webkit-animation: cd-pulse 1s infinite;
        -moz-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite;
    }

    .cd-headline.type .cd-words-wrapper.selected {
        background-color: #aebcb9;
    }

        .cd-headline.type .cd-words-wrapper.selected::after {
            visibility: hidden;
        }

        .cd-headline.type .cd-words-wrapper.selected b {
            color: #0d0d0d;
        }

.cd-headline.type b {
    visibility: hidden;
}

    .cd-headline.type b.is-visible {
        visibility: visible;
    }

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

    .cd-headline.type i.in {
        position: relative;
        visibility: visible;
    }

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

    .no-csstransitions .cd-headline.rotate-2 i em {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
    display: inline-block;
    padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.loading-bar .cd-words-wrapper::after {
        /* loading bar */
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background: var(--color-primary);
        z-index: 2;
        -webkit-transition: width 0.3s -0.1s;
        -moz-transition: width 0.3s -0.1s;
        transition: width 0.3s -0.1s;
    }

    .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
        width: 100%;
        -webkit-transition: width 3s;
        -moz-transition: width 3s;
        transition: width 3s;
    }

.cd-headline.loading-bar b {
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .cd-headline.loading-bar b.is-visible {
        opacity: 1;
        top: 0;
    }

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd-headline.slide span {
    display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0;
    top: 0.2em;
}

    .cd-headline.slide b.is-visible {
        top: 0;
        opacity: 1;
        -webkit-animation: slide-in 0.6s;
        -moz-animation: slide-in 0.6s;
        animation: slide-in 0.6s;
    }

    .cd-headline.slide b.is-hidden {
        -webkit-animation: slide-out 0.6s;
        -moz-animation: slide-out 0.6s;
        animation: slide-out 0.6s;
    }

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: var(--bs-clr-pr-1);
    }

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.zoom b {
    opacity: 0;
}

    .cd-headline.zoom b.is-visible {
        opacity: 1;
        -webkit-animation: zoom-in 0.8s;
        -moz-animation: zoom-in 0.8s;
        animation: zoom-in 0.8s;
    }

    .cd-headline.zoom b.is-hidden {
        -webkit-animation: zoom-out 0.8s;
        -moz-animation: zoom-out 0.8s;
        animation: zoom-out 0.8s;
    }

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-3 b {
    opacity: 0;
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }

    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }

    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
    opacity: 0;
}

    .cd-headline.push b.is-visible {
        opacity: 1;
        -webkit-animation: push-in 0.6s;
        -moz-animation: push-in 0.6s;
        animation: push-in 0.6s;
    }

    .cd-headline.push b.is-hidden {
        -webkit-animation: push-out 0.6s;
        -moz-animation: push-out 0.6s;
        animation: push-out 0.6s;
    }

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}
/* 
    layout
*/
/*
    15. header
*/
/* 
    header-1-start
*/
.bs-header-1-area {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 4;
}

.bs-header-1-row {
    padding: 0 50px;
    gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-1-row {
        padding: 0 30px;
    }
}

.bs-header-1-action-link {
    gap: 25px;
}

    .bs-header-1-action-link .header-btn {
        font-family: var(--bs-font-1);
        font-weight: 800;
        border-radius: 0;
        padding: 12px 22px;
    }

@media (max-width: 767px) {
    .bs-header-1-action-link .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-header-1-action-link .header-btn {
        display: inline-flex;
    }
}

.bs-header-1-action-link .header-btn .shape {
    background-color: var(--bs-clr-white-1);
}

.bs-header-1-action-link .header-btn:hover {
    color: var(--bs-clr-pr-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-1-action-link .bs-elm-phone {
        display: none;
    }
}

.lw-header-1-area {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 4;
}

.lw-header-1-bg-color {
    position: absolute;
    top: 0;
    left: calc(0% - 25px);
    width: 58%;
    height: 100%;
    background: var(--lw-clr-h-1);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    transition: all 1s var(--lw-cube-1);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .lw-header-1-bg-color {
        left: calc(0% + 105px);
        width: 62%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .lw-header-1-bg-color {
        left: calc(0% + 105px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .lw-header-1-bg-color {
        left: 30px;
        width: 68%;
        right: unset;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lw-header-1-bg-color {
        left: 30px;
        width: 85%;
        right: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lw-header-1-bg-color {
        left: 15px;
        width: 95%;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .lw-header-1-bg-color {
        left: 15px;
        width: 92%;
        right: 15px;
    }
}

.lw-header-1-bg-color::after {
    content: "";
    height: calc(100% - 12px);
    width: calc(100% + 12px);
    background: var(--lw-clr-pr-1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 8px;
}

.lw-header-1-row {
    padding-left: 90px;
    padding-right: 35px;
    gap: 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .lw-header-1-row {
        padding-left: 35px;
    }
}

.lw-header-1-row .lw-open-time-1 {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .lw-header-1-row .lw-open-time-1 {
        display: none;
    }
}

.lw-header-1-main {
    position: relative;
    gap: 30px;
    border-radius: 8px;
    padding: 0 44px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .lw-header-1-main {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .lw-header-1-main {
        padding: 0 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lw-header-1-main {
        padding: 0 24px;
    }
}

.lw-header-1-logo {
    background: var(--lw-clr-white-1);
    padding: 15px 18px;
    height: 100%;
}

    .lw-header-1-logo img {
        width: 156px;
    }

.lw-header-1-action-link {
    gap: 10px;
}

@media only screen and (max-width: 1919px) {
    .lw-header-1-action-link .lw-social-1 {
        display: none;
    }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .lw-header-1-action-link .lw-offcanvas-btn-1 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lw-header-1-action-link .lw-pr-btn-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .lw-header-1-action-link .lw-pr-btn-1 {
        display: none;
    }
}

/* 
    header-1-end
*/
/* 
    header-2-start
*/
.bs-header-2-area {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.bs-header-2-row {
    padding: 0 45px;
    gap: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-header-2-row {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-2-row {
        padding: 10px 20px;
    }
}

.bs-header-2-action-link {
    gap: 42px;
}

    .bs-header-2-action-link .bs-offcanvas-btn-1 {
        width: 28px;
        height: 20px;
        justify-content: space-between;
        gap: 0;
        border: none;
        outline: none;
        overflow: visible;
    }

        .bs-header-2-action-link .bs-offcanvas-btn-1 .line {
            width: 100%;
            background: var(--bs-clr-black-1);
            height: 2px;
        }

        .bs-header-2-action-link .bs-offcanvas-btn-1:hover .line {
            background: var(--bs-clr-pr-1);
        }

            .bs-header-2-action-link .bs-offcanvas-btn-1:hover .line:nth-child(2) {
                transform: translateX(-10px);
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-2-action-link .bs-social-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .bs-header-2-action-link .bs-social-1 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-header-2-action-link .bs-social-1 {
        display: flex;
    }
}

.bs-main-navigation .navbar-nav {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

    .bs-main-navigation .navbar-nav li {
        position: relative;
    }

        .bs-main-navigation .navbar-nav li a {
            position: relative;
            z-index: 1;
            font-family: var(--bs-font-2);
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            color: var(--bs-clr-black-1);
            padding: 21px 0;
            display: inline-block;
            text-transform: uppercase;
            line-height: 1;
            transition: all 0.4s var(--bs-cube-2);
        }

            .bs-main-navigation .navbar-nav li a::after {
                content: "*";
                position: absolute;
                top: 0;
                left: 0%;
                transform: translateX(-50%);
                font-size: 23px;
                line-height: 1;
                transition: all 0.4s var(--bs-cube-2);
                opacity: 0;
            }

            .bs-main-navigation .navbar-nav li a::before {
                content: "*";
                position: absolute;
                bottom: -8px;
                left: 100%;
                transform: translateX(-50%);
                font-size: 23px;
                line-height: 1;
                transition: all 0.4s var(--bs-cube-2);
                opacity: 0;
            }

        .bs-main-navigation .navbar-nav li:hover > a {
            color: var(--bs-clr-pr-1);
        }

            .bs-main-navigation .navbar-nav li:hover > a::after {
                left: 50%;
                opacity: 1;
            }

            .bs-main-navigation .navbar-nav li:hover > a::before {
                left: 50%;
                opacity: 1;
            }

        .bs-main-navigation .navbar-nav li:hover > .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: scaleY(1);
        }

        .bs-main-navigation .navbar-nav li .dropdown-menu {
            left: 0;
            top: 100%;
            z-index: 100;
            margin: 0px;
            padding: 5px 0px;
            height: auto;
            min-width: 200px;
            display: block;
            border: none;
            border-top: 2px solid var(--bs-clr-pr-1);
            box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
            border-radius: 8px;
            position: absolute;
            background: var(--bs-clr-white-1);
            text-align: left;
            opacity: 0;
            visibility: hidden;
            transform: scaleY(0);
            transform-origin: top;
            transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        }

            .bs-main-navigation .navbar-nav li .dropdown-menu li {
                display: block;
                margin: 0;
            }

                .bs-main-navigation .navbar-nav li .dropdown-menu li a {
                    width: 100%;
                    font-weight: 500;
                    display: block;
                    padding: 12px 20px;
                    padding-left: 30px;
                    font-size: 16px;
                }

                    .bs-main-navigation .navbar-nav li .dropdown-menu li a::after {
                        top: 55%;
                        transform: translateY(-50%);
                        left: 10px;
                    }

                    .bs-main-navigation .navbar-nav li .dropdown-menu li a::before {
                        display: none;
                    }

                .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
                    transform: translateX(5px);
                }

                .bs-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
                    top: 0;
                    left: 100%;
                }

/* 
    header-2-end
*/
/* 
    header-3-start
*/
.bs-header-3-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.bs-header-3-top {
    background-color: #f6f6f6;
}

@media (max-width: 767px) {
    .bs-header-3-top {
        padding: 5px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-header-3-top {
        padding: 0 0;
    }
}

.bs-header-3-top-wrap {
    display: flex;
    gap: 45px;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-3-top-wrap {
        justify-content: space-between;
    }
}

.bs-header-3-top-call-elm {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-3-top-call-elm {
        display: none;
    }
}

.bs-header-3-top-call-elm .elm-item {
    text-transform: capitalize;
    font-size: 15px;
    color: #7b7b7b;
    padding: 13px 0;
}

    .bs-header-3-top-call-elm .elm-item b {
        color: var(--bs-clr-black-1);
        transition: 0.4s var(--bs-cube-2);
    }

    .bs-header-3-top-call-elm .elm-item:is(a) {
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-header-3-top-call-elm .elm-item:is(a):hover {
            color: var(--bs-clr-pr-1);
        }

            .bs-header-3-top-call-elm .elm-item:is(a):hover b {
                color: var(--bs-clr-pr-1);
            }

    .bs-header-3-top-call-elm .elm-item:not(:last-child) {
        padding-right: 25px;
        border-right: 1px solid #D8D8D8;
        margin-right: 25px;
    }

@media (max-width: 767px) {
    .bs-header-3-top-btn {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-header-3-top-btn {
        display: inline-block;
    }
}

.bs-header-3-top-btn .bs-btn-1 {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    padding: 13px 20px;
}

.bs-header-3-main {
    padding-right: 18px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-3-main {
        padding: 10px 0;
        padding-right: 18px;
    }
}

.bs-header-3-main::after {
    content: "";
    width: 93px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: var(--bs-clr-pr-1);
}

.bs-header-3-main-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-right: -37px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-header-3-main-left {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-header-3-main-left {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-3-main-left {
        padding-right: 30px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-header-3-main-left {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-3-main-left {
        margin-right: 30px;
    }
}

.bs-header-3-main-left .bs-main-navigation .navbar-nav {
    gap: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-3-main-left .bs-main-navigation .navbar-nav {
        gap: 30px;
    }
}

.bs-header-3-main-left .bs-main-navigation .navbar-nav li a {
    font-weight: 700;
    color: var(--bs-clr-white-1);
    padding: 53px 0;
    text-transform: capitalize;
}

    .bs-header-3-main-left .bs-main-navigation .navbar-nav li a::after {
        content: "*";
        position: absolute;
        top: 51%;
        left: 10%;
        transform: translateY(-50%);
        font-size: 18px;
    }

    .bs-header-3-main-left .bs-main-navigation .navbar-nav li a::before {
        display: none;
    }

.bs-header-3-main-left .bs-main-navigation .navbar-nav li:is(.dropdown) > a {
    padding-right: 18px;
}

    .bs-header-3-main-left .bs-main-navigation .navbar-nav li:is(.dropdown) > a::before {
        display: block;
        content: "\f0d7";
        font-family: "Font Awesome 6 free";
        font-weight: 700;
        position: absolute;
        font-size: 16px;
        right: 0;
        left: unset;
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
        opacity: 1;
    }

.bs-header-3-main-left .bs-main-navigation .navbar-nav li:hover > a {
    color: var(--bs-clr-pr-1);
}

    .bs-header-3-main-left .bs-main-navigation .navbar-nav li:hover > a::after {
        left: -15px;
    }

.bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li a {
    color: var(--bs-clr-black-1);
}

.bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
    right: 20px;
}

.bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
    color: var(--bs-clr-pr-1);
}

    .bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
        left: 10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-3-main-left .bs-search-btn-1 {
        display: none;
    }
}

/* 
    header-3-end
*/
/* 
    header-4-start
*/
.bs-header-4-logo {
    background: #E3E5DD;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    padding: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-header-4-logo {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .bs-header-4-logo {
        max-width: 150px;
    }
}

.bs-header-4-right {
    width: 100%;
}

.bs-header-4-main {
    background: var(--bs-clr-black-2);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-left: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-4-main {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-4-main {
        padding-left: 30px;
        justify-content: end;
    }
}

.bs-header-4-top {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-left: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-4-top {
        justify-content: end;
    }
}

.bs-header-4-top-contact {
    display: flex;
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-4-top-contact {
        display: none;
    }
}

.bs-header-4-top-contact li, .bs-header-4-top-contact a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--bs-clr-h-4);
    font-size: 14px;
}

    .bs-header-4-top-contact li i, .bs-header-4-top-contact a i {
        color: var(--bs-clr-pr-1);
    }

.bs-header-4-top-contact a {
    transition: 0.4s var(--bs-cube-2);
}

    .bs-header-4-top-contact a:hover {
        color: var(--bs-clr-pr-1);
    }

.bs-header-4-top-social {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .bs-header-4-top-social {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-header-4-top-social {
        display: inline-flex;
    }
}

.bs-header-4-top-social .elm-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 44px;
    border-left: 1px solid rgba(6, 6, 6, 0.24);
    color: var(--bs-clr-black-2);
    transition: 0.4s var(--bs-cube-2);
    font-size: 16px;
}

    .bs-header-4-top-social .elm-link:hover {
        background-color: var(--bs-clr-pr-1);
        border-color: transparent;
        color: var(--bs-clr-white-1);
    }

.bs-header-4-main .bs-main-navigation .navbar-nav li a {
    font-family: var(--bs-font-3);
    color: var(--bs-clr-white-1);
    font-size: 16px;
    padding: 28px 0;
    text-transform: capitalize;
}

    .bs-header-4-main .bs-main-navigation .navbar-nav li a::after {
        content: "*";
        position: absolute;
        top: 55%;
        left: 10%;
        transform: translateY(-50%);
        font-size: 18px;
    }

    .bs-header-4-main .bs-main-navigation .navbar-nav li a::before {
        display: none;
    }

.bs-header-4-main .bs-main-navigation .navbar-nav li:is(.dropdown) > a {
    padding-right: 18px;
}

    .bs-header-4-main .bs-main-navigation .navbar-nav li:is(.dropdown) > a::before {
        display: block;
        content: "\f107";
        font-family: "Font Awesome 6 free";
        font-weight: 700;
        position: absolute;
        font-size: 14px;
        right: 0;
        left: unset;
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
        opacity: 1;
        color: var(--bs-clr-pr-1);
    }

.bs-header-4-main .bs-main-navigation .navbar-nav li:hover > a {
    color: var(--bs-clr-pr-1);
}

    .bs-header-4-main .bs-main-navigation .navbar-nav li:hover > a::after {
        left: -15px;
    }

.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li a {
    color: var(--bs-clr-black-1);
}

.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
    right: 20px;
}

.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
    color: var(--bs-clr-pr-1);
}

    .bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
        left: 10px;
    }

.bs-header-4-action-link {
    gap: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-4-action-link {
        gap: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-4-action-link .bs-search-btn-2 {
        display: none;
    }
}

.bs-header-4-action-link .bs-pr-btn-2 {
    padding: 8px 23px;
    font-size: 17px;
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-4-action-link .bs-pr-btn-2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .bs-header-4-action-link .bs-pr-btn-2 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-header-4-action-link .bs-pr-btn-2 {
        display: inline-flex;
    }
}

/* 
    header-4-end
*/
/* 
    header-5-sta
*/
.bs-header-5-area {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(247, 246, 241, 0.32);
    border-bottom: 1px solid rgba(247, 246, 241, 0.32);
    z-index: 3;
}

.bs-header-5-logo {
    max-width: 110px;
}

.bs-header-5-row {
    gap: 52px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-header-5-row {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-5-row {
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-header-5-row {
        padding: 10px 0;
    }
}

.bs-header-5-row .bs-main-navigation {
    border-left: 1px solid rgba(247, 246, 241, 0.32);
    border-right: 1px solid rgba(247, 246, 241, 0.32);
    margin-left: auto;
    padding: 0 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-header-5-row .bs-main-navigation {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-5-row .bs-main-navigation {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-5-row .bs-main-navigation .navbar-nav {
        gap: 20px;
    }
}

.bs-header-5-row .bs-main-navigation .navbar-nav li a {
    font-family: var(--bs-font-3);
    color: var(--bs-clr-white-1);
    font-size: 16px;
    padding: 28px 0;
    text-transform: capitalize;
}

    .bs-header-5-row .bs-main-navigation .navbar-nav li a::after {
        content: "*";
        position: absolute;
        top: 51%;
        left: 10%;
        transform: translateY(-50%);
        font-size: 18px;
    }

    .bs-header-5-row .bs-main-navigation .navbar-nav li a::before {
        display: none;
    }

.bs-header-5-row .bs-main-navigation .navbar-nav li:is(.dropdown) > a {
    padding-right: 20px;
}

    .bs-header-5-row .bs-main-navigation .navbar-nav li:is(.dropdown) > a::before {
        display: block;
        content: "\f107";
        font-family: "Font Awesome 6 free";
        font-weight: 700;
        position: absolute;
        font-size: 14px;
        right: 0;
        left: unset;
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
        opacity: 1;
        color: var(--bs-clr-pr-1);
    }

.bs-header-5-row .bs-main-navigation .navbar-nav li:hover > a {
    color: var(--bs-clr-pr-1);
}

    .bs-header-5-row .bs-main-navigation .navbar-nav li:hover > a::after {
        left: -15px;
    }

.bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li a {
    color: var(--bs-clr-black-1);
}

.bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
    right: 20px;
}

.bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
    color: var(--bs-clr-pr-1);
}

    .bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
        left: 10px;
    }

.bs-header-5-action-link {
    gap: 30px;
}

    .bs-header-5-action-link .bs-offcanvas-btn-1 {
        width: 28px;
        height: 20px;
        justify-content: space-between;
        gap: 0;
        border: none;
        outline: none;
        overflow: visible;
    }

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-header-5-action-link .bs-offcanvas-btn-1 {
        display: none;
    }
}

.bs-header-5-action-link .bs-offcanvas-btn-1 .line {
    width: 100%;
    background: var(--bs-clr-white-1);
    height: 2px;
}

.bs-header-5-action-link .bs-offcanvas-btn-1:hover .line {
    background: var(--bs-clr-pr-1);
}

    .bs-header-5-action-link .bs-offcanvas-btn-1:hover .line:nth-child(2) {
        transform: translateX(-10px);
    }

.bs-header-5-action-link .bs-pr-btn-3 {
    padding: 9px 19px;
    background: var(--bs-clr-pr-1);
}

    .bs-header-5-action-link .bs-pr-btn-3::after {
        background: var(--bs-clr-white-1);
    }

@media (max-width: 767px) {
    .bs-header-5-action-link .bs-pr-btn-3 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-header-5-action-link .bs-pr-btn-3 {
        display: inline-flex;
    }
}

/* 
    header-5-end
*/
/* 
    services-details-page-start
*/
.bs-header-1-area:is(.has-breadcrumb-2) {
    position: unset;
    background-color: var(--bs-clr-black-1);
    padding: 54px 0;
}

/* 
    services-details-page-end
*/
/* 
    sticky-header-css-start
*/
/* home-1-header-fixed */
.wa_sticky_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: 400ms ease-in-out;
    z-index: 8;
}

    .wa_sticky_header:is(.wa_sticky) {
        transform: translateY(-190%);
    }

        .wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
            transform: translateY(0%);
        }

    .wa_sticky_header:is(.bs-header-2-area) {
        top: 35px;
    }

        .wa_sticky_header:is(.bs-header-2-area):is(.wa_sticky_show) {
            top: 0px;
            background: #fff;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        }

/* 
    sticky-header-css-end
*/
/*
    16. hero
*/
/* 
    hero-1-start
*/
.bs-hero-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1.07fr;
    gap: 60px;
    align-items: end;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-1-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-1-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-hero-1-wrap .btn-wrap .bs-btn-1 .shape {
    background: var(--bs-clr-white-1);
}

.bs-hero-1-wrap .btn-wrap .bs-btn-1:hover {
    color: var(--bs-clr-pr-1);
}

.bs-hero-1-success {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-1-success {
        max-width: 690px;
    }
}

@media (max-width: 767px) {
    .bs-hero-1-success {
        grid-template-columns: 1fr;
    }
}

.bs-hero-1-success .success-img {
    position: relative;
    z-index: 1;
}

.bs-hero-1-success .content {
    margin-left: -120px;
    background-color: rgb(255, 239, 232);
}

.bs-hero-1-success .title {
    background-color: var(--bs-clr-pr-1);
    color: var(--bs-clr-white-1);
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding: 16px 0px 16px 55px;
}

.bs-hero-1-success-counter {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 50px 0;
    padding-left: 90px;
    justify-content: start;
    gap: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-1-success-counter {
        padding: 50px 0;
        padding-left: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-1-success-counter {
        padding: 50px 0;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }
}

.bs-hero-1-success-counter-item .number {
    font-weight: 800;
    line-height: 1;
    font-size: 48px;
    margin-bottom: 8px;
}

.bs-hero-1-success-counter-item .shape {
    margin-top: 8px;
}

.bs-hero-1-success-counter-item .disc {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.bs-hero-1-title {
    font-size: 90px;
    line-height: 1.111;
    font-weight: 700;
    color: var(--bs-clr-pr-1-1);
    margin-bottom: 56px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-1-title {
        font-size: 75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-1-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-1-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-1-title {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .bs-hero-1-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-1-title {
        font-size: 50px;
    }
}

.bs-hero-1-title-2 {
    font-size: 40px;
    color: var(--bs-clr-pr-1-1);
    line-height: 1.25;
    margin-bottom: 35px;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-1-title-2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-1-title-2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-hero-1-title-2 {
        font-size: 25px;
    }
}

.bs-hero-1-img {
    height: 470px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-1-img {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .bs-hero-1-img {
        height: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-1-img {
        height: 500px;
    }
}

.bs-hero-1-play-btn {
    text-align: right;
    margin-right: -144px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-1-play-btn {
        margin-right: 0px;
    }
}

.bs-hero-1-play-btn .bs-play-btn i {
    animation: shakeX 10s linear infinite;
}

.bs-hero-1-play-btn .bs-play-btn:hover i {
    animation: unset;
}

.bs-hero-1-bg-shape {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
    background: #2d2d2d;
    z-index: -1;
    mix-blend-mode: difference;
    filter: blur(30px);
    border-radius: 50%;
}

.bs-stroke-text {
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
}

/* 
    hero-1-end
*/
/* 
    hero-2-start
*/
.bs-hero-2-wrap .item-row {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-2-wrap .item-row {
        flex-wrap: wrap;
    }
}

.bs-hero-2-wrap .item-row-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 50px;
}

@media (max-width: 767px) {
    .bs-hero-2-wrap .item-row-2 {
        flex-wrap: wrap;
    }
}

.bs-hero-2-title-1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 210px;
    line-height: 1;
    color: #081421;
    margin-bottom: 0;
    margin-right: -160px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-hero-2-title-1 {
        font-size: 180px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-2-title-1 {
        font-size: 150px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-2-title-1 {
        font-size: 130px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-2-title-1 {
        font-size: 110px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-2-title-1 {
        font-size: 80px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .bs-hero-2-title-1 {
        font-size: 35px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-2-title-1 {
        font-size: 60px;
        margin-right: 0px;
    }
}

.bs-hero-2-title-2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 200px;
    line-height: 1;
    color: #081421;
    margin-bottom: 0;
    -webkit-text-stroke: 2px;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-hero-2-title-2 {
        font-size: 180px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-2-title-2 {
        font-size: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-2-title-2 {
        font-size: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-2-title-2 {
        font-size: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-2-title-2 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .bs-hero-2-title-2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-2-title-2 {
        font-size: 60px;
    }
}

.bs-hero-2-title-3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 200px;
    line-height: 1;
    color: #081421;
    margin-bottom: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-hero-2-title-3 {
        font-size: 180px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-2-title-3 {
        font-size: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-2-title-3 {
        font-size: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-2-title-3 {
        font-size: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-2-title-3 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .bs-hero-2-title-3 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-2-title-3 {
        font-size: 60px;
    }
}

.bs-hero-2-title-4 {
    font-family: var(--bs-font-2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    color: #081421;
    margin-bottom: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-hero-2-title-4 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-2-title-4 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-2-title-4 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-2-title-4 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-2-title-4 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .bs-hero-2-title-4 {
        font-size: 40px;
    }
}

.bs-hero-2-img-1 {
    max-width: 295px;
    height: 165px;
}

.bs-hero-2-img-2 {
    max-width: 335px;
    height: 195px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-2-img-2 {
        max-width: 255px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-2-img-2 {
        max-width: 135px;
    }
}

.bs-hero-2-marquee-text {
    font-size: 30px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.bs-hero-2-bg-shape {
    width: 16%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 
    hero-2-end
*/
/* 
    hero-3-start
*/
.bs-hero-x-services-area {
    padding-top: 173px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-x-services-area {
        padding-top: 123px;
    }
}

.bs-hero-x-services-shape {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
    background: rgba(255, 255, 255, 0.0784313725);
    z-index: -1;
    mix-blend-mode: difference;
    filter: blur(60px);
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-3-area {
        padding-top: 100px;
    }
}

.bs-hero-3-wrap {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-3-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.bs-hero-3-content {
    position: relative;
    z-index: 1;
}

.bs-hero-3-subtitle {
    color: var(--bs-clr-white-1);
    margin-bottom: 18px;
}

.bs-hero-3-title {
    font-size: 104px;
    font-weight: 700;
    color: var(--bs-clr-white-1);
    line-height: 1.057;
    letter-spacing: -0.06em;
    margin-bottom: 7px;
}

    .bs-hero-3-title span {
        font-weight: 300;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-3-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-3-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-3-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-3-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .bs-hero-3-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-3-title {
        font-size: 50px;
    }
}

.bs-hero-3-disc {
    color: #7a7a7a;
    margin-bottom: 35px;
    max-width: 480px;
}

.bs-hero-3-btn .bs-btn-1 .shape {
    background: var(--bs-clr-white-1);
}

.bs-hero-3-img {
    height: 760px;
    margin-left: -65px;
    margin-right: -240px;
}

    .bs-hero-3-img img {
        transform-origin: left;
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-hero-3-img {
        margin-right: -100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-3-img {
        margin-right: -60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-3-img {
        margin-left: -27px;
        margin-right: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-3-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 600px;
    }
}

@media (max-width: 767px) {
    .bs-hero-3-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-3-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 500px;
    }
}

.bs-hero-3-contact {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--bs-clr-pr-1);
    z-index: 1;
    max-width: 93px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 767px) {
    .bs-hero-3-contact {
        display: none;
    }
}

.bs-hero-3-contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-top: 1px solid #D7040C;
}

.bs-hero-3-contact-social {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

    .bs-hero-3-contact-social .elm-link {
        font-size: 18px;
        color: var(--bs-clr-white-1);
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-hero-3-contact-social .elm-link:hover {
            color: var(--bs-clr-black-1);
        }

.bs-hero-3-contact-mail {
    writing-mode: sideways-lr;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    color: var(--bs-clr-white-1);
    transition: 0.4s var(--bs-cube-2);
}

    .bs-hero-3-contact-mail:hover {
        color: var(--bs-clr-black-1);
    }

/* 
    hero-3-end
*/
/* 
    hero-4-start
*/
.bs-hero-4-bg {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .bs-hero-4-bg {
        height: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-4-bg {
        height: 600px;
    }
}

.bs-hero-4-content {
    max-width: 830px;
    position: relative;
    z-index: 2;
}

    .bs-hero-4-content .inner-div {
        display: flex;
        gap: 35px;
    }

@media (max-width: 767px) {
    .bs-hero-4-content .inner-div {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-4-content .inner-div {
        flex-wrap: nowrap;
    }
}

.bs-hero-4-title {
    font-size: 68px;
    letter-spacing: -0.03em;
    line-height: 1.058;
    margin-bottom: 33px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-4-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-4-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-4-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-4-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .bs-hero-4-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-4-title {
        font-size: 40px;
    }
}

.bs-hero-4-title b {
    font-weight: inherit;
}

.bs-hero-4-circle-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #060606;
    box-shadow: inset 0px 6px 10px #F2F1EC;
    border-radius: 50%;
    padding: 14px;
    flex: 0 0 auto;
}

    .bs-hero-4-circle-btn .btn-icon {
        display: inline-flex;
        width: 56px;
        height: 56px;
        background: #fff;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        position: absolute;
        transition: 0.4s var(--bs-cube-2);
    }

    .bs-hero-4-circle-btn img {
        animation: bs-h4-btn 15s infinite linear;
    }

    .bs-hero-4-circle-btn:hover .btn-icon {
        transform: scale(120%);
    }

.bs-hero-4-slider {
    max-width: 1824px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-top: -224px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-4-slider {
        margin-top: -184px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-4-slider {
        margin-top: -150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-4-slider {
        margin-top: -100px;
    }
}

.bs-hero-4-slider-img-item {
    position: relative;
    z-index: 1;
    height: 820px;
}

    .bs-hero-4-slider-img-item .main-img {
        width: 100%;
        height: 100%;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-4-slider-img-item {
        height: 720px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-4-slider-img-item {
        height: 620px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-4-slider-img-item {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-4-slider-img-item {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .bs-hero-4-slider-img-item {
        height: 450px;
    }
}

.bs-hero-4-slider-img-item::after {
    content: "";
    width: 100%;
    height: calc(100% - 190px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #DFE4DE;
    z-index: -2;
}

.bs-hero-4-slider-img-item-trusted {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 1;
    background: #fff;
    padding: 17px 16px;
}

@media (max-width: 767px) {
    .bs-hero-4-slider-img-item-trusted {
        display: none;
    }
}

.bs-hero-4-slider-img-item-trusted .title {
    font-size: 20px;
    color: #4A556C;
    margin-bottom: 8px;
}

.bs-hero-4-slider-img-item-trusted .ratting {
    font-size: 14px;
    color: #555F75;
    margin-bottom: 4px;
}

.bs-hero-4-slider-img-item-trusted .disc {
    font-size: 14px;
    color: #555F75;
    text-transform: capitalize;
    font-weight: 500;
}

.bs-hero-4-slider-img .swiper-container .swiper-slide .bs-hero-4-slider-img-item .main-img img {
    transform-origin: 50% 100%;
    transform: translateY(100%);
    transition: 1s var(--bs-cube-2);
    transition-delay: 0s;
}

.bs-hero-4-slider-img .swiper-container .swiper-slide .bs-hero-4-slider-img-item::after {
    height: calc(50% - 190px);
    transition: 1s var(--bs-cube-2);
}

.bs-hero-4-slider-img .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-hero-4-slider-img-item .main-img img {
    transform: translateY(0);
    transition-delay: 0.7s;
}

.bs-hero-4-slider-img .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-hero-4-slider-img-item::after {
    height: calc(100% - 190px);
}

.bs-hero-4-slider-thum {
    position: absolute;
    bottom: 24px;
    right: 24px;
    max-width: 692px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-4-slider-thum {
        max-width: 370px;
    }
}

@media (max-width: 767px) {
    .bs-hero-4-slider-thum {
        max-width: 300px;
    }
}

.bs-hero-4-slider-thum-item {
    height: 128px;
}

.bs-hero-4-big-title {
    color: #CDD3D1;
    text-transform: uppercase;
    font-size: 235px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 63px;
    opacity: 32%;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-hero-4-big-title {
        font-size: 200px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-4-big-title {
        font-size: 170px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-4-big-title {
        font-size: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-4-big-title {
        font-size: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-4-big-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-4-big-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .bs-hero-4-big-title {
        font-size: 30px;
        display: none;
    }
}

@keyframes bs-h4-btn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* 
    hero-4-end
*/
/* 
    hero-5-start
*/
.bs-hero-5-area {
    background-color: #060606;
    padding-top: 275px;
    padding-bottom: 225px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-5-area {
        padding-top: 200px;
        padding-bottom: 150px;
    }
}

.bs-hero-5-bg-img {
    width: 50%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bs-hero-5-bg-circle {
    width: 1050px;
    height: 1050px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    position: absolute;
    right: -17%;
    top: -38%;
    z-index: -2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-5-bg-circle {
        display: none;
    }
}

.bs-hero-5-wrap {
    display: flex;
    gap: 56px;
    margin-left: -120px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-5-wrap {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-5-wrap {
        margin-left: 0px;
        flex-wrap: wrap;
    }
}

.bs-hero-5-img {
    max-width: 245px;
    border-radius: 8px;
    height: 312px;
    flex: 0 0 auto;
}

.bs-hero-5-right .inner-div-1 {
    display: flex;
    gap: 20px 70px;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-hero-5-right .inner-div-1 {
        flex-direction: column;
    }
}

.bs-hero-5-right .inner-div-2 {
    display: flex;
    gap: 20px 90px;
}

@media (max-width: 767px) {
    .bs-hero-5-right .inner-div-2 {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-5-right .inner-div-2 {
        flex-wrap: nowrap;
    }
}

.bs-hero-5-title-1 {
    font-size: 108px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--bs-clr-white-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-5-title-1 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-5-title-1 {
        font-size: 80px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-5-title-1 {
        font-size: 70px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-5-title-1 {
        font-size: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .bs-hero-5-title-1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-5-title-1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

.bs-hero-5-title-2 {
    font-size: 108px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--bs-clr-pr-1);
    line-height: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-5-title-2 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-5-title-2 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-5-title-2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-5-title-2 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .bs-hero-5-title-2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-5-title-2 {
        font-size: 50px;
    }
}

.bs-hero-5-title-3 {
    font-size: 112px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: var(--bs-clr-white-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-5-title-3 {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-5-title-3 {
        font-size: 85px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-5-title-3 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-5-title-3 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .bs-hero-5-title-3 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-hero-5-title-3 {
        font-size: 50px;
    }
}

.bs-hero-5-disc {
    color: var(--bs-clr-white-1);
    max-width: 420px;
}

.bs-hero-5-btn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-clr-white-1);
    font-size: 50px;
    position: relative;
    z-index: 1;
    margin-top: 65px;
}

    .bs-hero-5-btn .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 144px;
        height: 144px;
        transform: rotate(-45deg);
        transition: 0.4s var(--bs-cube-2);
    }

    .bs-hero-5-btn .btn-border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(255, 255, 255, 0.32);
        border-radius: 50%;
        z-index: -1;
        transform: scale(1.2);
    }

        .bs-hero-5-btn .btn-border:is(.has-border-2) {
            animation: h5hero-btn 7s linear infinite;
        }

        .bs-hero-5-btn .btn-border:is(.has-border-3) {
            animation: h5hero-btn2 7s linear infinite;
        }

    .bs-hero-5-btn:hover {
        color: var(--bs-clr-pr-1);
    }

        .bs-hero-5-btn:hover .icon {
            transform: rotate(0deg);
        }

@keyframes h5hero-btn {
    0% {
        transform: scale(1.2) translate(-20px, 20px);
    }

    50% {
        transform: scale(1.2) translate(20px, -20px);
    }

    100% {
        transform: scale(1.2) translate(-20px, 20px);
    }
}

@keyframes h5hero-btn2 {
    0% {
        transform: scale(1.2) translate(20px, -20px);
    }

    50% {
        transform: scale(1.2) translate(-20px, 20px);
    }

    100% {
        transform: scale(1.2) translate(20px, -20px);
    }
}
/* 
    hero-5-end
*/
/*
    17. core-features
*/
/* 
    core-features-start
*/
.bs-core-features-1-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-features-1-wrap {
        gap: 50px 30px;
    }
}

.bs-core-features-1-wrap .shape {
    padding-top: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-features-1-wrap .shape {
        display: none;
    }
}

.bs-core-features-1-item {
    text-align: center;
    perspective: 2000px;
    transform-style: preserve-3d;
}

    .bs-core-features-1-item .icon {
        max-width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
        transform-origin: 50% 100%;
        transition: 0.5s var(--bs-cube-2);
    }

        .bs-core-features-1-item .icon img {
            transform-origin: center top;
        }

    .bs-core-features-1-item .item-title {
        font-size: 25px;
        letter-spacing: -0.03em;
        font-weight: 800;
        margin-bottom: 6px;
        transition: 0.4s var(--bs-cube-2);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-features-1-item .item-title {
        font-size: 22px;
    }
}

.bs-core-features-1-item .item-title:hover {
    color: var(--bs-clr-pr-1);
    transform: translateY(2px);
}

.bs-core-features-1-item .item-disc {
    color: #352828;
    font-size: 17px;
}

.bs-core-features-1-item .content {
    transition: 0.5s var(--bs-cube-1);
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-core-features-1-item .content {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
}

.bs-core-features-1-item:hover .icon img {
    animation: swing 1s;
}

.bs-core-features-1-item:is(.active) .content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* 
    core-features-end
*/
/* 
    core-features-4-start
*/
.bs-core-feature-4-area {
    max-width: 1824px;
    margin-left: auto;
    margin-right: auto;
}

.bs-core-feature-4-line {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.bs-core-feature-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 52px;
    padding: 48px 52px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-core-feature-4-wrap {
        padding: 48px 30px;
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-core-feature-4-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-core-feature-4-wrap {
        grid-template-columns: 1fr 1fr;
        padding: 48px 30px;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .bs-core-feature-4-wrap {
        grid-template-columns: 1fr;
        padding: 48px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-core-feature-4-wrap {
        grid-template-columns: 1fr;
        padding: 48px 52px;
    }
}

.bs-core-feature-4-item {
    padding: 30px 0;
}

    .bs-core-feature-4-item .item-title {
        font-size: 20px;
        margin-bottom: 45px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-core-feature-4-item .item-title:hover {
            color: var(--bs-clr-pr-1);
            transform: translateY(2px);
        }

    .bs-core-feature-4-item .item-icon {
        margin-bottom: 43px;
    }

    .bs-core-feature-4-item:not(:last-child) {
        padding-right: 52px;
        border-right: 1px solid #D9D9D9;
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-core-feature-4-item:not(:last-child) {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-core-feature-4-item:not(:last-child) {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .bs-core-feature-4-item:not(:last-child) {
        padding-right: 0px;
        border-right: none;
    }
}

.bs-core-feature-4-item:hover .item-icon img {
    animation: jackInTheBox 1s;
}

/* 
    core-features-4-end
*/
/* 
    core-features-5-start
*/
.bs-core-feature-4-wrap:is(.has-5) {
    padding: 32px 0;
    gap: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-feature-4-wrap:is(.has-5) {
        gap: 32px;
    }
}

.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item {
    padding: 32px 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item {
        border: 1px solid #D9D9D9;
    }
}

.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-title {
    font-weight: 500;
    margin-bottom: 27px;
}

    .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-title:hover {
        color: unset;
        transform: unset;
    }

.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--bs-clr-pr-1);
    line-height: 1;
    margin-bottom: 22px;
}

    .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter .counter {
        font-size: 68px;
        color: var(--bs-clr-h-4);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter .counter {
        font-size: 55px;
    }
}

/* 
    core-features-5-end
*/
/* 
    core-features-6-start
*/
.bs-core-feature-6-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 40px 0;
}

    .bs-core-feature-6-wrap .bs-core-feature-4-item {
        padding: 30px 68px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-feature-6-wrap .bs-core-feature-4-item {
        padding: 30px 25px;
    }
}

.bs-core-feature-6-wrap .bs-core-feature-4-item .item-disc:is(a) {
    display: block;
}

    .bs-core-feature-6-wrap .bs-core-feature-4-item .item-disc:is(a):hover {
        color: var(--bs-clr-pr-1);
    }

/* 
    core-features-6-end
*/
/*
    18. about
*/
/* 
    about-1-start
*/
.bs-about-1-sec-title {
    max-width: 940px;
}

.bs-about-1-item {
    height: 400px;
    cursor: none;
    /* background-color: #f5f5f5;*/
    padding: 15px;
}

    .bs-about-1-item a {
        cursor: none;
        width: 100%;
        height: 100%;
    }

    .bs-about-1-item img {
        transition: transform 500ms;
        transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
        transform-origin: center center;
    }

    .bs-about-1-item:hover img {
        transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
    }

.bs-about-1-slider {
    margin-right: -500px;
    cursor: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-about-1-slider {
        margin-right: -200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-about-1-slider {
        margin-right: -100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-1-slider {
        margin-right: 0px;
    }
}

.bs-about-1-slider-drag {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    background: var(--bs-clr-pr-1);
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    z-index: 2;
    pointer-events: none;
    cursor: none;
}

.bs-about-1-content {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .bs-about-1-content .disc {
        font-size: 35px;
        line-height: 1.285;
        max-width: 920px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-about-1-content .disc {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-1-content .disc {
        font-size: 26px;
    }
}

.bs-about-1-content .btn-wrap {
    flex: 0 0 auto;
}

/* 
    about-1-end
*/
/* 
    about-3-start
*/
.bs-about-3-wrap {
    display: grid;
    grid-template-columns: 1fr 2.15fr;
    gap: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-3-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-about-3-sec-title {
    max-width: 870px;
    z-index: 2;
}

.bs-about-3-content {
    padding-top: 60px;
}

    .bs-about-3-content .disc {
        color: #7a7a7a;
        margin-bottom: 24px;
    }

.bs-about-3-content-list {
    margin-bottom: 50px;
}

    .bs-about-3-content-list li {
        font-size: 17px;
        color: #3c3c3c;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

        .bs-about-3-content-list li:not(:last-child) {
            margin-bottom: 15px;
        }

        .bs-about-3-content-list li i {
            color: var(--bs-clr-pr-1);
        }

.bs-about-3-img-1 {
    text-align: right;
    width: 87%;
    position: absolute;
    right: 0;
    top: -290px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-3-img-1 {
        display: none;
    }
}

.bs-about-3-img-2 {
    height: 544px;
}

.bs-about-3-feature {
    display: flex;
    justify-content: end;
    gap: 6px;
    padding-right: 25px;
    margin-top: -186px;
    flex-wrap: wrap;
}

.bs-about-3-feature-single {
    background: #000;
    max-width: 242px;
    width: 100%;
    padding: 40px 30px;
}

    .bs-about-3-feature-single .icon {
        font-size: 68px;
        color: var(--bs-clr-pr-1);
        margin-bottom: 30px;
    }

        .bs-about-3-feature-single .icon i {
            transform-origin: center top;
        }

    .bs-about-3-feature-single .title {
        font-size: 22px;
        color: var(--bs-clr-white-1);
        letter-spacing: -0.03em;
        margin-bottom: 6px;
    }

    .bs-about-3-feature-single .disc {
        font-size: 15px;
        color: #c3c3c3;
        line-height: 21px;
        text-transform: capitalize;
    }

    .bs-about-3-feature-single:hover .icon i {
        animation: swing 1s;
    }

/* 
    about-3-end
*/
/* 
    about-4-start
*/
.bs-about-4-subtitle {
    margin-bottom: 60px;
}

.bs-about-4-wrap {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-4-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-about-4-content .inner-div {
    padding-left: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-4-content .inner-div {
        padding-left: 0px;
    }
}

.bs-about-4-content .title {
    margin-bottom: 24px;
}

.bs-about-4-content .disc {
    margin-bottom: 46px;
}

.bs-about-4-content .btn-wrap {
    margin-bottom: 50px;
}

.bs-about-4-content .illus {
    margin-bottom: 40px;
}

.bs-about-4-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 767px) {
    .bs-about-4-feature {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-about-4-feature {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-about-4-feature-single .item-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    background: #F5F5F5;
    color: var(--bs-clr-h-4);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .bs-about-4-feature-single .item-icon::after {
        content: "";
        width: 1px;
        height: 65px;
        position: absolute;
        right: -5px;
        top: 0;
        background: #060606;
        opacity: 24%;
    }

    .bs-about-4-feature-single .item-icon::before {
        content: "";
        width: 65px;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -5px;
        background: #060606;
        opacity: 24%;
    }

.bs-about-4-feature-single .item-title {
    font-size: 20px;
    margin-bottom: 12px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-about-4-feature-single .item-title:hover {
        color: var(--bs-clr-pr-1);
        transform: translateX(-2px);
    }

.bs-about-4-feature-single .item-disc {
    font-size: 17px;
    line-height: 24px;
}

.bs-about-4-feature-single:hover .item-icon i {
    animation: jackInTheBox 1s;
}

.bs-about-4-right {
    position: relative;
    z-index: 1;
    margin-right: -116px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-4-right {
        margin-right: 0px;
    }
}

.bs-about-4-right .illus-2 {
    width: 88%;
    position: absolute;
    left: -29%;
    bottom: 30%;
    z-index: -1;
}

.bs-about-4-img {
    max-width: 540px;
    height: 710px;
    margin-left: auto;
}

.bs-about-4-project {
    max-width: 285px;
    border-right: 24px solid #fff;
    border-top: 24px solid #fff;
    padding: 45px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .bs-about-4-project .icon {
        color: var(--bs-clr-white-1);
        font-size: 56px;
        margin-bottom: 60px;
    }

    .bs-about-4-project .title {
        font-size: 24px;
        color: var(--bs-clr-white-1);
        margin-bottom: 18px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-about-4-project .title:hover {
            color: var(--bs-clr-pr-1);
            transform: translateX(-2px);
        }

    .bs-about-4-project .disc {
        color: var(--bs-clr-white-1);
        opacity: 80%;
    }

    .bs-about-4-project:hover .icon i {
        animation: jackInTheBox 1s;
    }

/* 
    about-4-end
*/
/* 
    about-5-start
*/
.bs-about-5-bg-shape {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bs-about-5-bg-shape-2 {
    width: 42%;
    position: absolute;
    bottom: 8%;
    left: 0;
    z-index: -1;
}

.bs-about-5-sec-title {
    max-width: 980px;
    margin-left: auto;
}

.bs-about-5-wrap {
    display: grid;
    grid-template-columns: 1fr 1.32fr;
    gap: 88px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-about-5-wrap {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-about-5-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.bs-about-5-left .disc {
    margin-bottom: 31px;
}

.bs-about-5-left .btn-wrap {
    margin-bottom: 55px;
}

.bs-about-5-img-1 {
    height: 473px;
    border-radius: 12px;
}

.bs-about-5-img-2 {
    height: 485px;
    margin-bottom: 47px;
    border-radius: 12px;
}

.bs-about-5-feature {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 30px;
}

@media (max-width: 767px) {
    .bs-about-5-feature {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-about-5-feature {
        grid-template-columns: auto auto;
    }
}

.bs-about-5-feature li i {
    font-size: 16px;
    opacity: 0.8;
    margin-right: 5px;
    transform: translateY(-1px);
}

/* 
    about-5-end
*/
/*
    19. projects
*/
/* 
    projects-1-start
*/
.bs-projects-1-bg-img {
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bs-projects-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-1-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.bs-projects-1-tabs-btn .nav-link {
    background: transparent;
    font-family: var(--bs-font-1);
    font-size: 50px;
    font-weight: 200;
    letter-spacing: -0.03em;
    line-height: 1.9;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-projects-1-tabs-btn .nav-link {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-projects-1-tabs-btn .nav-link {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-1-tabs-btn .nav-link {
        font-size: 25px;
    }
}

.bs-projects-1-tabs-btn .nav-link:not(:last-child) {
    margin-bottom: 20px;
}

.bs-projects-1-tabs-btn .nav-link::after {
    content: "";
    width: 220px;
    height: 100%;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    border-radius: 50px 0 0 50px;
    transition: 0.5s;
    opacity: 0;
}

@media (max-width: 767px) {
    .bs-projects-1-tabs-btn .nav-link::after {
        display: none;
    }
}

.bs-projects-1-tabs-btn .nav-link .img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 123px;
    transition: 0.5s;
    opacity: 0;
}

@media (max-width: 767px) {
    .bs-projects-1-tabs-btn .nav-link .img {
        display: none;
    }
}

.bs-projects-1-tabs-btn .nav-link .year {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-left: 20px;
    transform: translateY(-13px);
    transition: 0.5s;
    opacity: 0;
}

.bs-projects-1-tabs-btn .nav-link .right-arrow {
    width: 185px;
    position: absolute;
    left: 93%;
    top: 44%;
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-1-tabs-btn .nav-link .right-arrow {
        display: none;
    }
}

.bs-projects-1-tabs-btn .nav-link:is(.active) {
    padding-left: 90px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .bs-projects-1-tabs-btn .nav-link:is(.active) {
        padding-left: 0px;
    }
}

.bs-projects-1-tabs-btn .nav-link:is(.active)::after {
    left: -75px;
    opacity: 1;
}

.bs-projects-1-tabs-btn .nav-link:is(.active) .img {
    opacity: 1;
    left: -76px;
}

.bs-projects-1-tabs-btn .nav-link:is(.active) .right-arrow {
    opacity: 1;
    left: 105%;
}

.bs-projects-1-tabs-btn .nav-link:is(.active) .year {
    opacity: 1;
}

.bs-projects-1-tabs-item {
    perspective: 2000px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
}

    .bs-projects-1-tabs-item .main-img {
        transform: translateY(50px);
        transition: var(--bs-cube-1);
    }

.bs-projects-1-tabs-item-table {
    border: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr 1fr 0.7fr;
    margin-top: -27px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s var(--bs-cube-1);
    transform-origin: 50% 100%;
    transform: rotateX(-39deg) translateY(60px);
}

@media (max-width: 767px) {
    .bs-projects-1-tabs-item-table {
        grid-template-columns: 1fr;
    }
}

.bs-projects-1-tabs-item-table .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 22px 10px;
}

@media (max-width: 767px) {
    .bs-projects-1-tabs-item-table .title {
        border-right: none;
    }
}

.bs-projects-1-tabs-item-table .title-2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.bs-projects-1-tabs-item-table .disc {
    font-size: 15px;
    text-transform: capitalize;
    color: #545454;
    font-weight: 500;
    text-align: center;
    padding: 11px 10px;
    border-right: 1px solid #000;
}

@media (max-width: 767px) {
    .bs-projects-1-tabs-item-table .disc {
        border-bottom: 1px solid #000;
    }
}

.bs-projects-1-tabs-item-table .start .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-projects-1-tabs-item-table .start .wrap {
        height: 100%;
    }
}

.bs-projects-1-tabs-item-table .share {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 14px;
}

.bs-projects-1-tabs-pane .tab-pane:is(.show) .bs-projects-1-tabs-item-table {
    transform: rotateX(0deg) translateY(0px);
}

.bs-projects-1-tabs-pane .tab-pane:is(.show) .bs-projects-1-tabs-item .main-img {
    transform: translateY(0);
}

/* 
    projects-1-end
*/
/* 
    projects-2-end
*/
.bs-projects-2-sec-title .bs-subtitle-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: unset;
}

.bs-projects-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-projects-2-wrap {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .bs-projects-2-wrap {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.bs-projects-2-item {
    transform-origin: left top;
}

    .bs-projects-2-item:not(:last-child) {
        margin-bottom: 80px;
    }

    .bs-projects-2-item .item-img {
        height: 390px;
        margin-bottom: 33px;
    }

        .bs-projects-2-item .item-img a {
            width: 100%;
            height: 100%;
        }

        .bs-projects-2-item .item-img img {
            transition: transform 500ms;
            transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
            transform-origin: center center;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-2-item .item-img {
        height: 350px;
    }
}

.bs-projects-2-item .item-disc {
    position: absolute;
    top: 25px;
    left: 25px;
    font-family: var(--bs-font-2);
    text-transform: capitalize;
    font-size: 15px;
    background: #fff;
    border-radius: 100px;
    padding: 9px 18px;
}

.bs-projects-2-item .item-title {
    font-family: var(--bs-font-2);
    font-size: 30px;
    font-weight: 700;
    transition: 0.5s var(--bs-cube-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-projects-2-item .item-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-projects-2-item .item-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .bs-projects-2-item .item-title {
        font-size: 22px;
    }
}

.bs-projects-2-item .item-title:hover {
    color: var(--bs-clr-pr-1);
    transform: translateY(-3px);
}

.bs-projects-2-item:hover .item-img img {
    transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

.bs-projects-2-item:is(.has-style-2) {
    max-width: 605px;
    margin-left: auto;
}

    .bs-projects-2-item:is(.has-style-2) .item-img {
        height: 556px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-2-item:is(.has-style-2) .item-img {
        height: 350px;
    }
}

.bs-projects-2-item:is(.has-style-3) {
    max-width: 602px;
}

    .bs-projects-2-item:is(.has-style-3) .item-img {
        height: 556px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-2-item:is(.has-style-3) .item-img {
        height: 350px;
    }
}

.bs-projects-2-item:is(.has-style-4) {
    max-width: 602px;
}

/* 
    projects-2-end
*/
/* 
    projects-3-start
*/
.bs-projects-3-area {
    padding-top: 210px;
    padding-bottom: 130px;
}

.bs-projects-3-content {
    display: flex;
    align-items: center;
    gap: 30px 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .bs-projects-3-content .disc {
        color: #2e2e2e;
        max-width: 330px;
        width: 100%;
    }

.bs-projects-3-tabs-btn {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}

    .bs-projects-3-tabs-btn .nav-link {
        font-size: 18px;
        background: transparent;
        text-transform: capitalize;
        color: var(--bs-clr-black-1);
        font-weight: 300;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-projects-3-tabs-btn .nav-link:is(.active) {
            color: var(--bs-clr-pr-1);
        }

        .bs-projects-3-tabs-btn .nav-link:not(.active):hover {
            color: var(--bs-clr-pr-1);
        }

.bs-projects-3-item {
    height: 555px;
    position: relative;
    z-index: 1;
}

    .bs-projects-3-item .item-img {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

        .bs-projects-3-item .item-img::after {
            background: var(--bs-clr-pr-1);
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            mix-blend-mode: multiply;
            transition: 0.7s var(--bs-cube-2);
            opacity: 0;
        }

        .bs-projects-3-item .item-img img {
            transition: transform 500ms;
            transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
            transform-origin: center center;
        }

    .bs-projects-3-item .title {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        width: 100%;
        height: 100%;
        font-size: 24px;
        padding: 15px;
        color: var(--bs-clr-white-1);
        opacity: 0;
        transition: 0.7s var(--bs-cube-2);
    }

@media (max-width: 767px) {
    .bs-projects-3-item .title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-projects-3-item .title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-projects-3-item {
        height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-projects-3-item {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-3-item {
        height: 400px;
    }
}

.bs-projects-3-item:hover .item-img::after {
    opacity: 1;
}

.bs-projects-3-item:hover .item-img img {
    transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

.bs-projects-3-item:hover .title {
    opacity: 1;
}

.bs-projects-3-item:is(.has-lg-size) {
    height: 770px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-projects-3-item:is(.has-lg-size) {
        height: 650px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-projects-3-item:is(.has-lg-size) {
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-projects-3-item:is(.has-lg-size) {
        height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-projects-3-item:is(.has-lg-size) {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-3-item:is(.has-lg-size) {
        height: 400px;
    }
}

.bs-projects-3-item:is(.has-md-size) {
    height: 700px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-projects-3-item:is(.has-md-size) {
        height: 610px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-projects-3-item:is(.has-md-size) {
        height: 570px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-projects-3-item:is(.has-md-size) {
        height: 540px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-projects-3-item:is(.has-md-size) {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-3-item:is(.has-md-size) {
        height: 400px;
    }
}

.bs-projects-3-item:is(.has-sm-size) {
    height: 620px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-projects-3-item:is(.has-sm-size) {
        height: 580px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-projects-3-item:is(.has-sm-size) {
        height: 540px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-projects-3-item:is(.has-sm-size) {
        height: 520px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-projects-3-item:is(.has-sm-size) {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-3-item:is(.has-sm-size) {
        height: 400px;
    }
}

.bs-projects-3-slider {
    margin-right: -510px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-projects-3-slider {
        margin-right: -370px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-projects-3-slider {
        margin-right: -200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-projects-3-slider {
        margin-right: 0px;
    }
}

.bs-projects-3-slider-pagi {
    width: 100% !important;
    justify-content: center;
}

/* 
    projects-3-end
*/
/* 
    projects-4-start
*/
.bs-project-4-content .title {
    font-size: 240px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    display: flex;
    justify-content: center;
    will-change: transform, opacity;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-project-4-content .title {
        font-size: 200px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-4-content .title {
        font-size: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-project-4-content .title {
        font-size: 130px;
    }
}

@media (max-width: 767px) {
    .bs-project-4-content .title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-project-4-content .title {
        font-size: 100px;
    }
}

.bs-project-4-content .title-2 {
    justify-content: space-between;
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-4-content .title-2 {
        justify-content: center;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-4-card {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-4-card-single {
        margin-bottom: 50px;
    }
}

.bs-project-4-card-single .card-img {
    height: 575px;
    box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-project-4-card-single .card-img {
        height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-4-card-single .card-img {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-4-card-single .card-img {
        height: 400px;
    }
}

.bs-project-4-card-single .card-img a {
    width: 100%;
    height: 100%;
}

.bs-project-4-card-single .content {
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 34px 0;
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-project-4-card-single .content {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .bs-project-4-card-single .content {
        opacity: 1;
        flex-wrap: wrap;
    }
}

.bs-project-4-card-single .title {
    font-size: 32px;
    max-width: 495px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-project-4-card-single .title:hover {
        color: var(--bs-clr-pr-1);
        transform: translateY(-2px);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-project-4-card-single .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .bs-project-4-card-single .title {
        font-size: 22px;
    }
}

.bs-project-4-card-single .card-details {
    display: flex;
    gap: 50px;
}

    .bs-project-4-card-single .card-details li {
        color: var(--bs-clr-h-4);
        text-transform: capitalize;
    }

        .bs-project-4-card-single .card-details li span {
            display: block;
            font-size: 16px;
            color: #7A7A7A;
        }

.bs-project-4-height {
    height: 3000px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-4-height {
        height: auto;
    }
}

.bs-project-4-card {
    position: relative;
    will-change: transform, opacity;
    height: 100%;
}

.bs-project-4-card-single {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: top;
    transition: 1s var(--bs-cube-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-4-card-single {
        position: unset;
    }
}

.bs-project-4-card-single:nth-child(1) {
    z-index: 1;
}

.bs-project-4-card-single:nth-child(2) {
    z-index: -1;
}

.bs-project-4-card-single:nth-child(3) {
    z-index: -2;
}

.bs-project-4-card-single:nth-child(4) {
    z-index: -3;
}

.bs-project-4-card-single:nth-child(5) {
    z-index: -4;
}

.bs-project-4-card-single:nth-child(6) {
    z-index: -5;
}

.bs-project-4-card-single:nth-child(7) {
    z-index: -6;
}

.bs-project-4-card-single:nth-child(8) {
    z-index: -6;
}

/* 
    projects-4-end
*/
/* 
    projects-5-start
*/
.bs-project-5-sec-title {
    font-family: var(--bs-font-1);
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 140px;
    line-height: 0.885;
    text-align: center;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

    .bs-project-5-sec-title span {
        color: #CFCFCF;
        display: inline;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-project-5-sec-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-project-5-sec-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-5-sec-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-project-5-sec-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .bs-project-5-sec-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-project-5-sec-title {
        font-size: 50px;
    }
}

.bs-project-5-wrap {
    display: grid;
    grid-template-columns: 1fr 1.75fr;
    gap: 135px;
    align-items: end;
    margin-bottom: 73px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-5-wrap {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-wrap {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.bs-project-5-wrap-2 {
    margin-bottom: 45px;
}

.bs-project-5-wrap-3 {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    gap: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-5-wrap-3 {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-wrap-3 {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.bs-project-5-wrap-3 .bs-project-5-item:nth-child(1) {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-wrap-3 .bs-project-5-item:nth-child(1) {
        margin-top: 0px;
    }
}

.bs-project-5-item {
    background: #fff;
}

    .bs-project-5-item .main-img {
        height: 512px;
        margin-bottom: 27px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-item .main-img {
        height: 400px;
    }
}

.bs-project-5-item .main-img img {
    transition: transform 500ms;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform-origin: center center;
}

.bs-project-5-item .main-img a {
    width: 100%;
    height: 100%;
}

.bs-project-5-item .title {
    font-size: 28px;
    transition: 0.4s var(--bs-cube-2);
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .bs-project-5-item .title {
        font-size: 24px;
    }
}

.bs-project-5-item .title:hover {
    color: var(--bs-clr-pr-1);
    transform: translateX(3px);
}

.bs-project-5-item .item-list {
    display: flex;
    gap: 7px 18.5px;
    flex-wrap: wrap;
}

    .bs-project-5-item .item-list li {
        font-size: 16px;
        text-transform: capitalize;
        opacity: 80%;
        position: relative;
        z-index: 1;
    }

        .bs-project-5-item .item-list li:not(:last-child)::after {
            content: "//";
            margin-left: 18.5px;
        }

.bs-project-5-item:hover .main-img img {
    transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

.bs-project-5-item:is(.height-2) .main-img {
    height: 588px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-5-item:is(.height-2) .main-img {
        height: 430px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-item:is(.height-2) .main-img {
        height: 400px;
    }
}

.bs-project-5-item:is(.height-2) .main-img a {
    width: 100%;
    height: 100%;
}

.bs-project-5-item:is(.height-3) .main-img {
    height: 720px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-5-item:is(.height-3) .main-img {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-item:is(.height-3) .main-img {
        height: 400px;
    }
}

.bs-project-5-item:is(.height-4) .main-img {
    height: 620px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-5-item:is(.height-4) .main-img {
        height: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-item:is(.height-4) .main-img {
        height: 400px;
    }
}

.bs-project-5-item:is(.height-5) .main-img {
    height: 584px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-5-item:is(.height-5) .main-img {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-5-item:is(.height-5) .main-img {
        height: 400px;
    }
}

.bs-project-5-all-btn {
    text-align: center;
    padding: 11px;
}

    .bs-project-5-all-btn .bs-pr-btn-3 {
        background: var(--bs-clr-pr-1);
    }

        .bs-project-5-all-btn .bs-pr-btn-3::after {
            background: var(--bs-clr-h-4);
        }

        .bs-project-5-all-btn .bs-pr-btn-3 .text:nth-child(2) {
            color: var(--bs-clr-pr-1);
        }

/* 
    projects-5-end
*/
/*
    20. work
*/
/* 
    work-1-start
*/
.bs-work-1-area {
    padding-top: 140px;
    padding-bottom: 210px;
}

.bs-work-1-bg-img {
    width: 41%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bs-work-1-wrap {
    display: grid;
    grid-template-columns: 1.475fr 1fr;
    gap: 70px;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-work-1-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.bs-work-1-tabs-btn .nav-link {
    font-size: 80px;
    font-weight: 400;
    color: #878787;
    display: flex;
    line-height: 1.2;
    background: transparent;
    width: 100%;
    text-transform: capitalize;
    padding: 41px 0;
    gap: 15px;
    position: relative;
    z-index: 1;
    transition: var(--bs-cube-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-work-1-tabs-btn .nav-link {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-work-1-tabs-btn .nav-link {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-work-1-tabs-btn .nav-link {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-work-1-tabs-btn .nav-link {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .bs-work-1-tabs-btn .nav-link {
        font-size: 30px;
    }
}

.bs-work-1-tabs-btn .nav-link:not(:first-child) {
    border-top: 1px solid #878787;
}

.bs-work-1-tabs-btn .nav-link .number {
    font-size: 25px;
    font-weight: 700;
    transform: translateY(-5px);
}

.bs-work-1-tabs-btn .nav-link .line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left;
    left: 89%;
    z-index: -1;
    height: 1px;
    width: 260px;
    background-color: var(--bs-clr-pr-1);
    transition: 0.5s var(--bs-cube-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-work-1-tabs-btn .nav-link .line {
        display: none;
    }
}

.bs-work-1-tabs-btn .nav-link:is(.active) {
    color: var(--bs-clr-pr-1);
    font-weight: 500;
}

    .bs-work-1-tabs-btn .nav-link:is(.active) .line {
        transform: translateY(-50%) scaleX(1);
    }

.bs-work-1-tabs-item-single .item-img {
    height: 495px;
    margin-bottom: 35px;
    transform: translateY(50px);
    transition: var(--bs-cube-1);
    opacity: 0;
}

.bs-work-1-tabs-item-single .item-disc {
    color: #7a7a7a;
    font-family: var(--bs-font-2);
    line-height: 24px;
    margin-bottom: 30px;
    transform: translateY(50px);
    transition: var(--bs-cube-1);
    opacity: 0;
}

.bs-work-1-tabs-item-single .item-btn {
    transform: translateY(50px);
    transition: var(--bs-cube-1);
    opacity: 0;
}

.bs-work-1-tabs-item-single .bs-btn-1 {
    background: var(--bs-clr-black-1);
    text-transform: capitalize;
}

    .bs-work-1-tabs-item-single .bs-btn-1 .shape {
        background: var(--bs-clr-pr-1);
    }

    .bs-work-1-tabs-item-single .bs-btn-1:hover {
        color: var(--bs-clr-black-1);
    }

.bs-work-1-tabs-item .tab-pane:is(.show) .bs-work-1-tabs-item-single .item-img {
    transform: translateY(0);
    opacity: 1;
}

.bs-work-1-tabs-item .tab-pane:is(.show) .bs-work-1-tabs-item-single .item-disc {
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
}

.bs-work-1-tabs-item .tab-pane:is(.show) .bs-work-1-tabs-item-single .item-btn {
    transform: translateY(0);
    transition-delay: 0.5s;
    opacity: 1;
}

/* 
    work-1-end
*/
/* 
    work-3-start
*/
.bs-work-3-wrap {
    display: flex;
}

.bs-work-3-item {
    max-width: 485px;
    height: 540px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    overflow: hidden;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-work-3-item {
        max-width: 400px;
        height: 480px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-work-3-item {
        max-width: 300px;
        height: 350px;
    }
}

.bs-work-3-item::after {
    background: var(--bs-clr-pr-1);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: 0.7s var(--bs-cube-2);
    opacity: 0;
}

.bs-work-3-item .item-img {
    width: 100%;
    height: 100%;
}

.bs-work-3-item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 30px;
    z-index: 1;
    transition: 0.7s var(--bs-cube-2);
    opacity: 0;
}

    .bs-work-3-item .content .circle {
        width: 85px;
        height: 85px;
        background: #fff;
        border-radius: 50%;
        transition: 0.7s cubic-bezier(0.32, 2, 0.55, 0.27);
        transform: translateY(-290px);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: var(--bs-clr-pr-1);
    }

.bs-work-3-item:hover::after {
    opacity: 1;
}

.bs-work-3-item:hover .content {
    opacity: 1;
}

    .bs-work-3-item:hover .content .circle {
        transform: translateY(0px);
    }

/* 
    work-3-end
*/
/* 
    work-5-start
*/
.bs-work-5-sec-title {
    max-width: 790px;
}

.bs-work-5-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-work-5-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .bs-work-5-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-work-5-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

.bs-work-5-card {
    background: var(--bs-clr-white-1);
    border: 1px solid #A3ADAF;
    position: relative;
    z-index: 1;
    padding: 48px 40px;
    transition: 0.4s var(--bs-cube-2);
    overflow: hidden;
    margin-left: -1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-work-5-card {
        padding: 48px 20px;
    }
}

.bs-work-5-card .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    transition: 0.4s var(--bs-cube-2);
}

.bs-work-5-card .disc {
    opacity: 80%;
    margin-bottom: 165px;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-work-5-card .disc {
        margin-bottom: 100px;
    }
}

.bs-work-5-card .bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: 0.4s var(--bs-cube-2);
    opacity: 0;
    transform: translateY(50px);
}

.bs-work-5-card .number {
    font-size: 95px;
    font-weight: 700;
    line-height: 0.75;
    text-align: right;
    -webkit-text-stroke: 1px #A3ADAF;
    -webkit-text-fill-color: transparent;
    transition: 0.4s var(--bs-cube-2);
}

.bs-work-5-card:hover {
    background: var(--bs-clr-h-4);
}

    .bs-work-5-card:hover .title, .bs-work-5-card:hover .disc {
        color: var(--bs-clr-white-1);
    }

    .bs-work-5-card:hover .bg-img {
        opacity: 1;
        transform: translateY(0);
    }

/* 
    work-5-end
*/
/* 
    work-6-start
*/
.bs-work-process-sec-title {
    max-width: 995px;
}

.bs-work-process-img {
    height: 586px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-work-process-img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .bs-work-process-img {
        height: 400px;
    }
}

.bs-work-process-item {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.bs-work-process-item-single {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-work-process-item-single {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .bs-work-process-item-single {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.bs-work-process-item-single:not(:last-child) {
    margin-bottom: 64px;
}

    .bs-work-process-item-single:not(:last-child) .item-line {
        height: calc(100% + 64px);
    }

        .bs-work-process-item-single:not(:last-child) .item-line::after {
            bottom: 148px;
        }

.bs-work-process-item-single .item-img {
    /*mask-image: url("../img/work/w6-img-mask.png");*/
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center center;
    height: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-work-process-item-single .item-img {
        mask-size: 115% 100%;
        -webkit-mask-size: 115% 100%;
        border-radius: 12px;
    }
}

.bs-work-process-item-single .item-line {
    width: 1px;
    height: 100%;
    background: var(--bs-clr-pr-1);
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .bs-work-process-item-single .item-line {
        display: none;
    }
}

.bs-work-process-item-single .item-line::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 86px;
    left: -13px;
    background: var(--bs-clr-pr-1);
    border-radius: 50%;
    border: 5px solid #fff;
    outline: 1px solid var(--bs-clr-pr-1);
}

.bs-work-process-item-single .content {
    align-self: center;
    position: relative;
    z-index: 1;
}

.bs-work-process-item-single .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-work-process-item-single .title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .bs-work-process-item-single .title {
        font-size: 24px;
    }
}

.bs-work-process-item-single .number {
    font-size: 60px;
    font-weight: 900;
    color: #EDF1F4;
    line-height: 1;
    position: absolute;
    left: -36px;
    top: -30px;
    z-index: -1;
}

@media (max-width: 767px) {
    .bs-work-process-item-single .number {
        left: 0px;
    }
}

.bs-work-process-item-single:nth-child(even) {
    direction: rtl;
}

    .bs-work-process-item-single:nth-child(even) .item-img {
        /*mask-image: url("../img/work/w6-img-mask-2.png");*/
    }

    .bs-work-process-item-single:nth-child(even) .content {
        text-align: left;
    }

/* 
    work-6-end
*/
/*
    21. property
*/
/* 
    property-1-start
*/
.bs-property-1-sec-title .bs-subtitle-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: unset;
}

.bs-property-1-wrap {
    perspective: 2000px;
    transform-style: preserve-3d;
}

.bs-property-1-item {
    display: grid;
    grid-template-columns: 1fr 1.23fr;
    gap: 60px;
    align-items: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-property-1-item {
        gap: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-property-1-item {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-property-1-item {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.bs-property-1-item .item-meta {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    text-transform: unset;
}

    .bs-property-1-item .item-meta span:nth-child(1) {
        padding: 13px 21px;
    }

    .bs-property-1-item .item-meta span:nth-child(2) {
        padding: 7px 6px;
        background: var(--bs-clr-black-1);
        color: var(--bs-clr-white-1);
    }

.bs-property-1-item .img-wrap {
    display: grid;
    grid-template-columns: 2.4fr 1fr;
}

    .bs-property-1-item .img-wrap .item-img a {
        width: 100%;
        height: 100%;
    }

    .bs-property-1-item .img-wrap .item-img img {
        transition: transform 500ms;
        transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
        transform-origin: center center;
    }

.bs-property-1-item .item-date {
    background: #f5f5f5;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #363636;
    font-weight: 500;
    border-radius: 100px;
    padding: 12px 27px;
    margin-bottom: 15px;
}

.bs-property-1-item .item-title {
    color: #363636;
    font-size: 42px;
    margin-bottom: 29px;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-property-1-item .item-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-property-1-item .item-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-property-1-item .item-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-property-1-item .item-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .bs-property-1-item .item-title {
        font-size: 24px;
    }
}

.bs-property-1-item .item-title:hover {
    color: var(--bs-clr-pr-1);
    transform: translateY(3px);
}

.bs-property-1-item .bs-btn-1 {
    background: var(--bs-clr-black-1);
    text-transform: capitalize;
}

    .bs-property-1-item .bs-btn-1 .shape {
        background: var(--bs-clr-pr-1);
    }

    .bs-property-1-item .bs-btn-1:hover {
        color: var(--bs-clr-black-1);
    }

.bs-property-1-item:hover .item-img img {
    transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

.bs-property-1-item:not(:last-child) {
    padding-bottom: 65px;
    border-bottom: 1px solid #808080;
    margin-bottom: 65px;
}

/* 
    property-1-end
*/
/*
    22. showcase
*/
/* 
    showcase-1-start
*/
.bs-showcase-1-area {
    background-color: #131513;
}

.bs-showcase-1-item {
    text-align: center;
}

    .bs-showcase-1-item .item-img {
        height: 655px;
    }

        .bs-showcase-1-item .item-img a {
            width: 100%;
            height: 100%;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-showcase-1-item .item-img {
        height: 555px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-showcase-1-item .item-img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .bs-showcase-1-item .item-img {
        height: 400px;
    }
}

.bs-showcase-1-item .subtitle {
    font-family: var(--allura);
    color: var(--bs-clr-white-1);
    font-size: 200px;
    line-height: 1;
    margin-top: -120px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-showcase-1-item .subtitle {
        font-size: 150px;
        margin-top: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-showcase-1-item .subtitle {
        font-size: 130px;
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    .bs-showcase-1-item .subtitle {
        font-size: 90px;
        margin-top: -30px;
    }
}

.bs-showcase-1-item .title {
    font-size: 60px;
    color: var(--bs-clr-white-1);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-showcase-1-item .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-showcase-1-item .title {
        font-size: 40px;
        max-width: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-showcase-1-item .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .bs-showcase-1-item .title {
        font-size: 30px;
    }
}

.bs-showcase-1-item .title a {
    transition: 0.4s var(--bs-cube-2);
}

    .bs-showcase-1-item .title a:hover {
        color: var(--bs-clr-pr-1);
        transform: translateY(3px);
    }

.bs-showcase-1-item .item-btn {
    font-size: 18px;
    color: var(--bs-clr-white-1);
    letter-spacing: -0.03em;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-showcase-1-item .item-btn:hover {
        color: var(--bs-clr-pr-1);
        transform: translateX(3px);
    }

.bs-showcase-1-slider .swiper-container .swiper-slide .bs-showcase-1-item .item-img img {
    transform: translateY(-50%);
    filter: blur(20px);
    transition: 0.5s var(--bs-cube-1);
    transition-delay: 0s;
}

.bs-showcase-1-slider .swiper-container .swiper-slide .bs-showcase-1-item .subtitle {
    transform: translateY(-100%);
    filter: blur(20px);
    transition: 0.5s var(--bs-cube-1);
    transition-delay: 0s;
}

.bs-showcase-1-slider .swiper-container .swiper-slide .bs-showcase-1-item .title {
    transform: translateY(-100%);
    filter: blur(20px);
    transition: 0.5s var(--bs-cube-1);
    transition-delay: 0s;
    opacity: 0;
}

.bs-showcase-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-showcase-1-item .item-img img {
    transform: translateY(0);
    filter: blur(0px);
    transition-delay: 0.3s;
}

.bs-showcase-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-showcase-1-item .subtitle {
    transform: translateY(0);
    filter: blur(0px);
    transition-delay: 0.6s;
}

.bs-showcase-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-showcase-1-item .title {
    transform: translateY(0);
    filter: blur(0px);
    transition-delay: 0.9s;
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-showcase-1-slider-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding-top: 50px;
    }
}

.bs-showcase-1-slider-btn .single-btn {
    width: 113px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-showcase-1-slider-btn .single-btn {
        width: 50px;
    }
}

.bs-showcase-1-slider-btn .lw-sh1-prev {
    position: absolute;
    bottom: 7%;
    left: 230px;
    z-index: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-showcase-1-slider-btn .lw-sh1-prev {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-showcase-1-slider-btn .lw-sh1-prev {
        position: unset;
    }
}

.bs-showcase-1-slider-btn .lw-sh1-next {
    position: absolute;
    right: 230px;
    bottom: 7%;
    z-index: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-showcase-1-slider-btn .lw-sh1-next {
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-showcase-1-slider-btn .lw-sh1-next {
        position: unset;
    }
}

/* 
    showcase-1-end
*/
/* 
    showcase-3-start
*/
.bs-showcase-3-area {
    padding-top: 480px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-showcase-3-area {
        padding-top: 240px;
    }
}

.bs-showcase-3-area::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}

.bs-showcase-3-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-showcase-3-wrap {
        flex-wrap: wrap;
        gap: 50px;
    }
}

.bs-showcase-3-content {
    max-width: 885px;
}

.bs-showcase-3-content-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    .bs-showcase-3-content-trust .icon {
        font-size: 35px;
        color: #3BFB4E;
    }

    .bs-showcase-3-content-trust .bs-star-1 {
        font-size: 15px;
        color: #FF792D;
    }

    .bs-showcase-3-content-trust .disc {
        font-size: 15px;
        text-transform: capitalize;
        color: var(--bs-clr-white-1);
    }

.bs-showcase-3-content-title {
    font-size: 85px;
    letter-spacing: -0.02em;
    line-height: 1.058;
    color: var(--bs-clr-white-1);
    margin-bottom: 30px;
}

    .bs-showcase-3-content-title span {
        font-weight: 300;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-showcase-3-content-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-showcase-3-content-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-showcase-3-content-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-showcase-3-content-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .bs-showcase-3-content-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-showcase-3-content-title {
        font-size: 40px;
    }
}

.bs-showcase-3-slider {
    max-width: 440px;
    flex: 0 0 auto;
    width: 100%;
}

.bs-showcase-3-slider-item .item-img {
    width: 100%;
    height: 230px;
}

    .bs-showcase-3-slider-item .item-img a {
        width: 100%;
        height: 100%;
    }

    .bs-showcase-3-slider-item .item-img img {
        transition: transform 500ms;
        transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
        transform-origin: center center;
    }

.bs-showcase-3-slider-item .item-title {
    background: var(--bs-clr-white-1);
    font-size: 20px;
    padding: 16px 89px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-showcase-3-slider-item .item-title:hover {
        color: var(--bs-clr-pr-1);
    }

.bs-showcase-3-slider-item:hover img {
    transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

.bs-showcase-3-slider-pagi {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    position: absolute;
    bottom: 13px;
    left: 30px;
    z-index: 1;
    width: auto !important;
    background-color: var(--bs-clr-white-1);
}

.bs-showcase-3-slider-btn {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 40px;
    bottom: 12px;
    z-index: 1;
    background-color: var(--bs-clr-white-1);
}

    .bs-showcase-3-slider-btn .btn-elm {
        font-size: 20px;
        cursor: pointer;
        opacity: 0.7;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-showcase-3-slider-btn .btn-elm:hover {
            color: var(--bs-clr-pr-1);
            opacity: 1;
        }

/* 
    showcase-3-end
*/
/*
    23. award
*/
/* 
    award-1-start
*/
.bs-award-1-sec-title .bs-subtitle-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: unset;
}

.bs-award-1-item {
    border-top: 1px solid #A9A9A9;
    padding: 24px 0;
}

.bs-award-1-item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 65px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-award-1-item-wrap {
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-award-1-item-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }
}

.bs-award-1-item .content-wrap {
    position: relative;
    z-index: 1;
}

.bs-award-1-item .item-logo {
    max-width: 170px;
    text-align: center;
    width: 100%;
}

.bs-award-1-item .item-img {
    max-width: 222px;
    height: 62px;
    width: 100%;
}

.bs-award-1-item .item-date {
    flex: 0 0 auto;
    font-family: var(--bs-font-2);
    max-width: 174px;
    width: 100%;
}

    .bs-award-1-item .item-date i {
        color: #5C5C5C;
        margin-right: 5px;
    }

.bs-award-1-item .item-disc {
    color: #7a7a7a;
    font-family: var(--bs-font-2);
    line-height: 24px;
}

.bs-award-1-item .project-img {
    max-width: 145px;
    width: 100%;
}

.bs-award-1-item .item-title {
    font-size: 28px;
    letter-spacing: -0.03em;
    margin-bottom: 23px;
}

.bs-award-1-item .secend-content {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: end;
    gap: 55px;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: var(--bs-cube-1);
    transition-delay: 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-award-1-item .secend-content {
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-award-1-item .secend-content {
        display: none;
    }
}

.bs-award-1-item .secend-content .item-disc {
    margin-bottom: 30px;
}

.bs-award-1-item .first-content {
    display: flex;
    align-items: center;
    gap: 70px;
    transition: var(--bs-cube-1);
    transition-delay: 0.3s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-award-1-item .first-content {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .bs-award-1-item .first-content {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-award-1-item:hover .first-content {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        transition-delay: 0s;
    }
}

.bs-award-1-item:hover .secend-content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 0.3s;
}

/* 
    award-1-end
*/
/* 
    award-5-start
*/
.bs-award-5-area {
    background-color: #F5F5F5;
    border-radius: 24px;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-award-5-area {
        padding-bottom: 100px;
    }
}

.bs-award-5-wrap {
    display: grid;
    grid-template-columns: 1fr 1.52fr;
    gap: 66px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-award-5-wrap {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-award-5-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.bs-award-5-img {
    max-width: 428px;
    height: 540px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-award-5-img {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .bs-award-5-img {
        height: 400px;
    }
}

.bs-award-5-item-single {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid rgba(6, 6, 6, 0.2);
    padding: 18px 28px;
    gap: 32px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-award-5-item-single:not(:last-child) {
        margin-bottom: 20px;
    }

@media (max-width: 767px) {
    .bs-award-5-item-single {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-award-5-item-single {
        flex-wrap: nowrap;
    }
}

.bs-award-5-item-single .year {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    opacity: 8%;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-award-5-item-single .year {
        font-size: 36px;
    }
}

.bs-award-5-item-single .title {
    font-size: 24px;
    font-weight: 400;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-award-5-item-single .title {
        font-size: 22px;
    }
}

.bs-award-5-item-single .icon {
    margin-left: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--bs-clr-black-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-clr-black-2);
    font-size: 18px;
    opacity: 72%;
    transform: rotate(-45deg);
    transition: 0.4s var(--bs-cube-2);
    flex: 0 0 auto;
}

.bs-award-5-item-single .item-img {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.bs-award-5-item-single:hover {
    background-color: var(--bs-clr-h-4);
    z-index: 2;
}

    .bs-award-5-item-single:hover .year, .bs-award-5-item-single:hover .title {
        color: var(--bs-clr-white-1);
        opacity: 1;
    }

    .bs-award-5-item-single:hover .icon {
        color: var(--bs-clr-white-1);
        border-color: var(--bs-clr-white-1);
        opacity: 1;
    }

/* 
    award-5-end
*/
/* 
    award-6-start
*/
.bs-award-6-area {
    margin-top: -300px;
}

.bs-award-6-wrap {
    background: #F7F6F1;
    padding: 62px 68px;
}

@media (max-width: 767px) {
    .bs-award-6-wrap {
        padding: 62px 30px;
    }
}

.bs-award-6-wrap .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-award-6-wrap .title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .bs-award-6-wrap .title {
        font-size: 40px;
    }
}

.bs-award-6-wrap .disc {
    margin-bottom: 64px;
}

.bs-award-6-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-award-6-item {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-award-6-item {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-award-6-item {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-award-6-item {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

.bs-award-6-item-single .icon {
    width: 52px;
    height: 52px;
    background: rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 30px;
    color: #000;
}

.bs-award-6-item-single .top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid rgba(29, 29, 61, 0.2);
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.bs-award-6-item-single .item-disc {
    font-size: 20px;
}

.bs-award-6-item-single .year {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0, 0, 0, 0.16);
}

/* 
    award-6-end
*/
/*
    24. brand
*/
/* 
    brand-4-start
*/
.bs-brand-4-wrap {
    display: inline-flex;
    gap: 32px;
    width: 100%;
    flex: 0 0 auto;
}

.bs-brand-4-item {
    max-width: 280px;
    width: 100%;
    height: 120px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex: 0 0 auto;
    overflow: hidden;
    transition: 0.4s var(--bs-cube-2);
    background-color: #fff;
}

    .bs-brand-4-item:hover {
        transform: scale(0.9);
    }

        .bs-brand-4-item:hover img {
            animation: zoomInDown2 1s;
        }

/* 
    brand-4-end
*/
/*
    25. marquee-text
*/
/* 
    marquee-text-1-start
*/
.bs-marquee-text-1-wrap {
    display: flex;
    gap: 50px;
}

    .bs-marquee-text-1-wrap .title {
        font-size: 125px;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 900;
        letter-spacing: -0.03em;
        -webkit-text-stroke: 1px rgba(36, 88, 94, 0.55);
        -webkit-text-fill-color: rgba(36, 88, 94, 0.37);
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-marquee-text-1-wrap .title {
        font-size: 110px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-marquee-text-1-wrap .title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-marquee-text-1-wrap .title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-marquee-text-1-wrap .title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-marquee-text-1-wrap .title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .bs-marquee-text-1-wrap .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-marquee-text-1-wrap .title {
        font-size: 60px;
    }
}

/* 
    marquee-text-1-end
*/
/*
    26. video
*/
/* 
    video-1-start
*/
.bs-video-1-content-img {
    height: 870px;
}

    .bs-video-1-content-img > a {
        width: 100%;
        height: 100%;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-video-1-content-img {
        height: 770px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-video-1-content-img {
        height: 670px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-video-1-content-img {
        height: 570px;
    }
}

@media (max-width: 767px) {
    .bs-video-1-content-img {
        height: 500px;
    }
}

.bs-video-1-content-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-video-1-content .title {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-size: 150px;
    color: var(--bs-clr-white-1);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    align-items: center;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-video-1-content .title {
        font-size: 130px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-video-1-content .title {
        font-size: 110px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-video-1-content .title {
        font-size: 90px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-video-1-content .title {
        font-size: 80px;
        bottom: 0px;
    }
}

@media (max-width: 767px) {
    .bs-video-1-content .title {
        font-size: 40px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-video-1-content .title {
        font-size: 60px;
        bottom: 0px;
    }
}

.bs-video-1-content-list {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    background: #2c2c2c;
    max-width: 600px;
    align-items: center;
    gap: 40px;
}

@media (max-width: 767px) {
    .bs-video-1-content-list {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-video-1-content-list {
        grid-template-columns: 1.3fr 1fr;
    }
}

.bs-video-1-content-list .main-img {
    font-size: 0;
    height: 105px;
}

.bs-video-1-content-list .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bs-video-1-content-list .list li {
        font-size: 16px;
        letter-spacing: 0em;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 1.5;
    }

        .bs-video-1-content-list .list li:not(:last-child) {
            margin-bottom: 5px;
        }

.bs-video-1-play-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* 
    video-1-end
*/
/* 
    video-2-start
*/
@media (max-width: 767px) {
    .bs-video-1-content-img:is(.has-video-2) {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-video-1-content-img:is(.has-video-2) {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-video-1-content-img:is(.has-video-2) {
        height: 500px;
    }
}

.bs-video-1-content-img:is(.has-video-2) .bs-video-1-play-btn {
    top: 50%;
}

/* 
    video-2-end
*/
/* 
    video-4-start
*/
.bs-video-4-content {
    height: 710px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-video-4-content {
        height: 650px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-video-4-content {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-video-4-content {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-video-4-content {
        height: 500px;
    }
}

.bs-video-4-text {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-video-4-text {
        bottom: -10px;
    }
}

.bs-video-4-text-item {
    font-size: 235px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 4px 4px 0px #6A6A6A;
    color: var(--bs-clr-h-4);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-video-4-text-item {
        font-size: 210px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-video-4-text-item {
        font-size: 190px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-video-4-text-item {
        font-size: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-video-4-text-item {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-video-4-text-item {
        font-size: 130px;
    }
}

@media (max-width: 767px) {
    .bs-video-4-text-item {
        font-size: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-video-4-text-item {
        font-size: 110px;
    }
}

.bs-video-4-text-item .split-line div div {
    transform-origin: center bottom;
    transition: var(--bs-cube-1);
}

    .bs-video-4-text-item .split-line div div:hover {
        color: var(--bs-clr-pr-1);
        transform: scaleY(130%);
    }

/* 
    video-4-end
*/
/* 
    video-5-start
*/
.bs-video-5-area {
    height: 900px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-video-5-area {
        height: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-video-5-area {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-video-5-area {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .bs-video-5-area {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-video-5-area {
        height: 500px;
    }
}

.bs-video-5-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* 
    video-5-end
*/
/*
    27. experience
*/
/* 
    expertise-4-start
*/
.bs-expertise-4-wrap {
    height: 445px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bs-expertise-4-title {
    text-align: center;
    font-size: 167px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bs-clr-pr-1);
    opacity: 16%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-expertise-4-title {
        font-size: 127px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-expertise-4-title {
        font-size: 97px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-expertise-4-title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .bs-expertise-4-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-expertise-4-title {
        font-size: 50px;
    }
}

.bs-expertise-4-title > span:nth-child(2) {
    margin-top: -30px;
}

.bs-expertise-4-box {
    position: relative;
    overflow: hidden;
    height: 645px;
    margin-top: -200px;
}

    .bs-expertise-4-box > .single-tag {
        position: absolute;
        display: inline-block;
        margin-bottom: 0;
        left: 0;
        top: 0;
        user-select: none;
        pointer-events: auto;
    }

    .bs-expertise-4-box .single-tag-item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 500;
        filter: drop-shadow(4px 16px 32px rgba(0, 0, 0, 0.08));
        user-select: none;
        pointer-events: auto;
    }

@media (max-width: 767px) {
    .bs-expertise-4-box .single-tag-item {
        font-size: 18px;
    }
}

.bs-expertise-4-box .single-tag-item .icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #FCE8A4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--bs-clr-white-1);
}

@media (max-width: 767px) {
    .bs-expertise-4-box .single-tag-item .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-2) {
    background: #FFD5BF;
}

.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-3) {
    background: #E4FBC1;
}

.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-4) {
    background: #C4D9FF;
}

.bs-expertise-4-box .single-tag-item .text {
    background: #fff;
    border-radius: 100px;
    padding: 17px 40px;
}

@media (max-width: 767px) {
    .bs-expertise-4-box .single-tag-item .text {
        padding: 10px 20px;
    }
}

/* 
    expertise-4-end
*/
/*
    28. choose
*/
/* 
    choose-4-start
*/
.bs-choose-4-area {
    background-color: var(--bs-clr-h-4);
}

.bs-choose-4-subtitle {
    color: var(--bs-clr-white-1);
    border-color: rgba(255, 255, 255, 0.32);
}

.bs-choose-4-wrap {
    display: grid;
    grid-template-columns: 1.33fr 1fr;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-choose-4-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 50px;
    }
}

.bs-choose-4-content {
    transform-origin: left top;
    padding-top: 120px;
    padding-bottom: 95px;
    position: relative;
    z-index: 1;
}

    .bs-choose-4-content::after {
        content: "";
        width: 200%;
        height: 100%;
        right: 0;
        top: 0;
        background: #3C3D40;
        z-index: -1;
        position: absolute;
    }

    .bs-choose-4-content .title {
        color: var(--bs-clr-white-1);
        margin-bottom: 25px;
        max-width: 570px;
    }

    .bs-choose-4-content .disc {
        color: var(--bs-clr-white-1);
        opacity: 80%;
        margin-bottom: 47px;
        max-width: 520px;
        max-width: 565px;
    }

.bs-choose-4-progress {
    max-width: 565px;
}

.bs-choose-4-progress-item {
    padding-bottom: 30px;
}

    .bs-choose-4-progress-item .progress-title {
        font-size: 14px;
        text-transform: uppercase;
        color: var(--bs-clr-white-1);
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .bs-choose-4-progress-item .progress-title .counter {
            margin-left: auto;
        }

    .bs-choose-4-progress-item .progress-line {
        position: relative;
        z-index: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.16);
    }

    .bs-choose-4-progress-item .progress-line-fill {
        position: absolute;
        height: 100%;
        background: #fff;
    }

        .bs-choose-4-progress-item .progress-line-fill::after {
            content: "";
            width: 1px;
            height: 13px;
            background: #fff;
            position: absolute;
            right: 0;
            top: -6px;
        }

.bs-choose-4-right {
    padding-top: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-choose-4-right {
        padding-top: 0px;
    }
}

.bs-choose-4-feature {
    display: flex;
    margin-top: -300px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-choose-4-feature {
        margin-top: -200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-choose-4-feature {
        margin-top: -200px;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-choose-4-feature {
        margin-top: 0px;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.bs-choose-4-feature .item-margin {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .bs-choose-4-feature .item-margin {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-choose-4-feature .item-margin {
        width: 49%;
    }
}

.bs-choose-4-feature .item-margin:not(:first-child) {
    margin-left: -150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-choose-4-feature .item-margin:not(:first-child) {
        margin-left: 0;
    }
}

.bs-choose-4-feature .item-margin:hover {
    position: relative;
    z-index: 2;
}

.bs-choose-4-feature-single {
    width: 445px;
    height: 445px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    padding: 30px;
    background: rgba(6, 6, 6, 0.06);
    backdrop-filter: blur(20px);
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    transition: 1s var(--bs-cube-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-choose-4-feature-single {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .bs-choose-4-feature-single {
        width: 100%;
        border-radius: 0px;
    }
}

.bs-choose-4-feature-single::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(270deg, #3C3D40, #B9B8B3);
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    animation: rotateGradient 3s linear infinite; /* Animation applied here */
    transition: 0.5s var(--bs-cube-2);
}

@media (max-width: 767px) {
    .bs-choose-4-feature-single::before {
        border-radius: 0px;
    }
}

.bs-choose-4-feature-single .icon {
    width: 104px;
    height: 104px;
    background: var(--bs-clr-black-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 50%;
    color: var(--bs-clr-white-1);
    margin-bottom: 34px;
}

.bs-choose-4-feature-single .title {
    font-size: 24px;
    color: var(--bs-clr-white-1);
    margin-bottom: 14px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-choose-4-feature-single .title:hover {
        color: var(--bs-clr-pr-1);
        transform: translateY(-2px);
    }

.bs-choose-4-feature-single .disc {
    max-width: 301px;
    text-align: center;
    color: var(--bs-clr-white-1);
    opacity: 80%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-choose-4-feature-single .disc {
        max-width: 221px;
    }
}

.bs-choose-4-feature-single:hover {
    border-color: var(--bs-clr-pr-1);
}

    .bs-choose-4-feature-single:hover::before {
        opacity: 0;
    }

    .bs-choose-4-feature-single:hover .icon i {
        animation: jackInTheBox 1s;
    }

.bs-choose-4-content-height {
    height: 1500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-choose-4-content-height {
        height: auto;
    }
}

/* 
    choose-4-end
*/
/*
    29. services
*/
/* 
    services-1-start
*/
.bs-services-1-sec-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-sec-title {
        flex-wrap: wrap;
        gap: 70px;
    }
}

.bs-services-1-sec-title .left {
    max-width: 640px;
    width: 100%;
}

.bs-services-1-tabs-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-tabs-btn {
        margin-bottom: 0px;
    }
}

.bs-services-1-tabs-btn .nav-link {
    background: transparent;
    font-family: var(--bs-font-1);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-tabs-btn .nav-link {
        font-size: 26px;
    }
}

.bs-services-1-tabs-btn .nav-link span {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    position: absolute;
    width: 95px;
    transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-tabs-btn .nav-link span {
        width: 55px;
    }
}

.bs-services-1-tabs-btn .nav-link:is(.active) span {
    transform: translate(-50%, -50%) scale(1);
}

.bs-services-1-tabs-btn .nav-link:hover:not(.active) {
    color: var(--bs-clr-pr-1);
}

.bs-services-1-item .main-img {
    height: 690px;
    margin-bottom: 26px;
}

    .bs-services-1-item .main-img a {
        width: 100%;
        height: 100%;
    }

    .bs-services-1-item .main-img img {
        transition: transform 500ms;
        transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
        transform-origin: center center;
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-services-1-item .main-img {
        height: 590px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-services-1-item .main-img {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-services-1-item .main-img {
        height: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-item .main-img {
        height: 400px;
    }
}

.bs-services-1-item .content-wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 25px;
    /*transform: translateY(-50px);*/
    /*opacity: 0;*/
    transition: 0.5s;
}

.bs-services-1-item .shape {
    width: 68px;
    height: 68px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-item .shape {
        width: 30px;
    }
}

.bs-services-1-item .shape img {
    transform: rotate(90deg);
    transition: 0.5s;
}

.bs-services-1-item .subtitle {
    font-size: 19px;
    font-weight: 400;
    color: #352828;
    margin-bottom: 6px;
}

.bs-services-1-item .title {
    font-size: 35px;
    font-weight: 800;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-services-1-item .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-1-item .title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-item .title {
        font-size: 22px;
    }
}

.bs-services-1-item .title:hover {
    color: var(--bs-clr-pr-1);
}

.bs-services-1-item .item-btn {
    display: inline-flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    background: var(--bs-clr-pr-1);
    border-radius: 50%;
    color: var(--bs-clr-white-1);
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: -156px;
}

    .bs-services-1-item .item-btn::after {
        content: "";
        width: 2px;
        height: 140px;
        background: var(--bs-clr-pr-1);
        position: absolute;
        top: 100%;
        transition: 0.5s;
        transform-origin: top;
        transform: scaleY(0);
    }

.bs-services-1-slider {
    margin-right: -360px;
    margin-left: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-1-slider {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item .content-wrap {
        transform: translateY(0px);
        opacity: 1;
    }

    .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item .item-btn::after {
        transform: scaleY(1);
        transition-delay: 0.3s;
    }

    .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item .shape img {
        transform: rotate(0deg);
    }

    .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item:hover .main-img img {
        transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
    }
}

@media (max-width: 767px) {
    .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-1-item .content-wrap {
        transform: translateY(0px);
        opacity: 1;
    }

    .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-1-item .item-btn::after {
        transform: scaleY(1);
        transition-delay: 0.3s;
    }

    .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-1-item .shape img {
        transform: rotate(0deg);
    }
}

/* 
    services-1-end
*/
/* 
    services-3-start
*/
.bs-services-3-sec-title .bs-subtitle-1 {
    color: var(--bs-clr-white-1);
    text-transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bs-services-3-sec-title .bs-sec-title-3 {
    color: var(--bs-clr-white-1);
}

.bs-services-3-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-3-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-services-3-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-3-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-services-3-card {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 26, 73);
    background-color: rgb(1, 13, 33);
    position: relative;
    z-index: 1;
    padding: 25px 55px;
    padding-top: 45px;
    margin-top: -1px;
    margin-left: -1px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-services-3-card {
        padding: 25px 35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-3-card {
        padding: 25px 25px;
    }
}

.bs-services-3-card .card-icon {
    color: var(--bs-clr-pr-1);
    font-size: 70px;
    margin-bottom: 39px;
}

    .bs-services-3-card .card-icon i {
        transform-origin: center top;
    }

.bs-services-3-card .card-title {
    font-size: 30px;
    color: var(--bs-clr-white-1);
    font-weight: 700;
    margin-bottom: 7px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-services-3-card .card-title:hover {
        color: var(--bs-clr-pr-1);
        transform: translateY(3px);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-services-3-card .card-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-3-card .card-title {
        font-size: 22px;
    }
}

.bs-services-3-card .card-disc {
    font-size: 16px;
    color: #c3c3c3;
    margin-bottom: 28px;
}

.bs-services-3-card .card-btn {
    display: inline-flex;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 26, 73);
    border-radius: 50%;
    background-color: rgb(1, 10, 26);
    border-width: 1px;
    border-color: rgb(0, 26, 73);
    border-radius: 50%;
    background-color: rgb(1, 10, 26);
    transition: 0.4s var(--bs-cube-2);
}

    .bs-services-3-card .card-btn:hover {
        background: var(--bs-clr-pr-1);
    }

.bs-services-3-card .card-btn {
    display: inline-flex;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 26, 73);
    border-radius: 50%;
    background-color: rgb(1, 10, 26);
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    color: var(--bs-clr-white-1);
    font-size: 18px;
}

.bs-services-3-card .card-number {
    font-size: 100px;
    position: absolute;
    right: 65px;
    top: 26px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke: 1px #001a49;
    -webkit-text-fill-color: transparent;
}

.bs-services-3-card:hover .card-icon i {
    animation: swing 1s;
}

.bs-services-3-all-btn .bs-btn-1 .shape {
    background-color: var(--bs-clr-white-1);
}

/* 
    services-3-end
*/
/* 
    services-4-start
*/
.bs-services-4-area {
    position: relative;
    z-index: 1;
    background: var(--bs-clr-h-4);
}

.bs-services-4-subtitle {
    color: var(--bs-clr-white-1);
    border-color: rgba(255, 255, 255, 0.32);
}

.bs-services-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 80px;
}

@media (min-width: 1800px) {
    .bs-services-4-wrap {
        margin-right: -296px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-services-4-img {
    width: 15.7%;
    height: 353px;
    border-right: 15px solid #202020;
    border-top: 15px solid #202020;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-img {
        display: none;
    }
}

.bs-services-4-content .title {
    color: var(--bs-clr-white-1);
    margin-bottom: 25px;
}

.bs-services-4-content .disc {
    color: var(--bs-clr-white-1);
    opacity: 80%;
    margin-bottom: 47px;
    max-width: 520px;
}

.bs-services-4-content .bs-pr-btn-2 {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.72);
}

    .bs-services-4-content .bs-pr-btn-2 .text::before {
        color: var(--bs-clr-white-1);
    }

    .bs-services-4-content .bs-pr-btn-2:hover {
        border-color: transparent;
    }

.bs-services-4-item {
    display: flex;
    justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-4-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .bs-services-4-item {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.bs-services-4-item-single {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 68px 50px;
    width: 108px;
    transition: 1s var(--bs-cube-2);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-4-item-single {
        padding: 68px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-4-item-single {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bs-services-4-item-single {
        width: 100%;
        padding: 68px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-4-item-single {
        width: 100%;
        padding: 68px 50px;
    }
}

.bs-services-4-item-single .default-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 72px 16px;
    background-color: #383838;
    align-items: center;
    transition: 0.5s var(--bs-cube-2);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-item-single .default-content {
        opacity: 0;
    }
}

.bs-services-4-item-single .active-content {
    transition: 0.5s var(--bs-cube-2);
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-item-single .active-content {
        opacity: 1;
    }
}

.bs-services-4-item-single .title {
    font-size: 56px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.071;
    margin-bottom: 54px;
    transition: 1s var(--bs-cube-2);
    opacity: 0;
    transition-delay: 0s;
    transform: translateY(10px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-item-single .title br {
        display: none;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-4-item-single .title {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-item-single .title {
        opacity: 1;
        transform: translateY(0);
        font-size: 30px;
        margin-bottom: 24px;
    }
}

.bs-services-4-item-single .title a {
    transition: 0.4s var(--bs-cube-2);
}

    .bs-services-4-item-single .title a:hover {
        color: var(--bs-clr-pr-1);
        transform: translateY(3px);
    }

.bs-services-4-item-single .title-2 {
    writing-mode: sideways-lr;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--bs-clr-white-1);
}

.bs-services-4-item-single .disc {
    transition: 1s var(--bs-cube-2);
    transform: translateY(10px);
    opacity: 0;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-item-single .disc {
        opacity: 1;
        transform: translateY(0);
    }
}

.bs-services-4-item-single .main-img {
    max-width: 272px;
    height: 320px;
    margin-bottom: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-item-single .main-img {
        height: 250px;
    }
}

.bs-services-4-item-single .img-2 {
    height: 90px;
    filter: grayscale(1);
}

.bs-services-4-item-single:is(.active) {
    width: 620px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-4-item-single:is(.active) {
        width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-4-item-single:is(.active) {
        width: 100%;
    }
}

.bs-services-4-item-single:is(.active) .default-content {
    opacity: 0;
}

.bs-services-4-item-single:is(.active) .active-content {
    opacity: 1;
}

.bs-services-4-item-single:is(.active) .title {
    opacity: 1;
    transition-delay: 0.4s;
    transform: translateY(0);
}

.bs-services-4-item-single:is(.active) .disc {
    opacity: 1;
    transition-delay: 0.6s;
    transform: translateY(0);
}

.bs-services-4-item-single:nth-child(2) .default-content {
    background-color: #6A6A6A;
}

.bs-services-4-item-single:nth-child(3) .default-content {
    background-color: #4C4C4C;
}

/* 
    services-4-end
*/
/* 
    services-5-start
*/
.bs-services-5-wrap {
    display: grid;
    grid-template-columns: 1.72fr 1fr;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-5-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.bs-services-5-sec-title {
    max-width: 644px;
}

.bs-services-5-left {
    z-index: 2;
}

    .bs-services-5-left .inner-div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-bottom: 80px;
    }

@media (max-width: 767px) {
    .bs-services-5-left .inner-div {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-5-left .inner-div {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-services-5-left .inner-div .disc {
    margin-bottom: 32px;
}

.bs-services-5-left .bg-color {
    background: #F1F2EB;
    width: 200%;
    height: 77.5%;
    position: absolute;
    right: -126px;
    bottom: 0;
    z-index: -1;
    border-radius: 0 32px 0 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-services-5-left .bg-color {
        width: 150%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-5-left .bg-color {
        display: none;
    }
}

.bs-services-5-left-icon {
    position: absolute;
    top: 16%;
    right: -74px;
    font-size: 148px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-5-left-icon {
        right: 0px;
        font-size: 100px;
    }
}

.bs-services-5-img-1 {
    height: 163px;
    border-radius: 12px;
    filter: grayscale(1);
}

    .bs-services-5-img-1 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bs-services-5-img {
    height: 1052px;
    border-radius: 40px 0 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-services-5-img {
        height: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-5-img {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-5-img {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .bs-services-5-img {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-5-img {
        height: 500px;
    }
}

.bs-services-5-img-border-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 84%;
    height: 100%;
    border: 1px solid #A3ADAF;
    border-radius: 40px 0 0 0;
    z-index: -4;
    background: #fff;
    transition: 0.5s var(--bs-cube-2);
}

.bs-services-5-img-border-2 {
    position: absolute;
    top: 30px;
    right: 0;
    width: 90%;
    height: 100%;
    border: 1px solid #A3ADAF;
    border-radius: 40px 0 0 0;
    z-index: -3;
    background: #fff;
    transition: 0.5s var(--bs-cube-2);
}

.bs-services-5-img-border-3 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 95%;
    height: 100%;
    border: 1px solid #A3ADAF;
    border-radius: 40px 0 0 0;
    z-index: -2;
    background: #fff;
    transition: 0.5s var(--bs-cube-2);
}

.bs-services-5-slider {
    margin-right: -297px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-services-5-slider {
        margin-right: -197px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-services-5-slider {
        margin-right: -100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-5-slider {
        margin-right: 0px;
    }
}

.bs-services-5-slider-single {
    padding-top: 90px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 0.4s var(--bs-cube-2);
}

.bs-services-5-slider .swiper-container .swiper-slide .bs-services-5-img-border-3 {
    top: 90px;
}

.bs-services-5-slider .swiper-container .swiper-slide .bs-services-5-img-border-2 {
    top: 90px;
}

.bs-services-5-slider .swiper-container .swiper-slide .bs-services-5-img-border-1 {
    top: 90px;
}

.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-slider-single {
    transform: scale(100%);
}

.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-img-border-3 {
    top: 60px;
}

.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-img-border-2 {
    top: 30px;
    transition-delay: 0.5s;
}

.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-img-border-1 {
    top: 0px;
    transition-delay: 1s;
}

.bs-services-5-item-single {
    display: flex;
    position: relative;
    z-index: 1;
    gap: 36px;
    font-size: 24px;
    text-transform: uppercase;
    align-items: center;
    border-bottom: 1px solid var(--bs-clr-h-4);
    padding: 33px 0;
}

    .bs-services-5-item-single:nth-child(1) {
        border-top: 1px solid var(--bs-clr-h-4);
    }

@media (max-width: 767px) {
    .bs-services-5-item-single {
        flex-wrap: wrap;
    }
}

.bs-services-5-item-single .number {
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    opacity: 60%;
    transition: 0.4s var(--bs-cube-2);
}

.bs-services-5-item-single .title {
    opacity: 60%;
    transition: 0.4s var(--bs-cube-2);
}

.bs-services-5-item-single .icon {
    margin-left: auto;
    transform: rotate(-45deg);
    transition: 0.4s var(--bs-cube-2);
}

.bs-services-5-item-single .item-img {
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translateY(-50%) scale(0);
    width: 200px;
    height: 252px;
    transition: 0.4s var(--bs-cube-2);
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-services-5-item-single .item-img {
        display: none;
    }
}

.bs-services-5-item-single .item-img img {
    border-radius: 8px;
}

.bs-services-5-item-single .item-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #E1E2D6;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(0deg);
    transition: 0.4s var(--bs-cube-2);
}

.bs-services-5-item-single:hover .number {
    background: var(--bs-clr-pr-1);
    color: var(--bs-clr-white-1);
    border-color: transparent;
    opacity: 1;
}

.bs-services-5-item-single:hover .title {
    opacity: 1;
}

.bs-services-5-item-single:hover .icon {
    color: var(--bs-clr-pr-1);
}

.bs-services-5-item-single:hover .item-img {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

    .bs-services-5-item-single:hover .item-img::after {
        transform: rotate(10deg);
        transition-delay: 0.3s;
    }

/* 
    services-5-end
*/
/*
    30. core-services
*/
/* 
    core-services-2-start
*/
.bs-core-services-2-item {
    text-align: center;
    position: relative;
    z-index: 1;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    transition: 0.5s var(--bs-cube-2);
    padding: 48px 20px;
    margin-top: -1px;
    overflow: hidden;
}

    .bs-core-services-2-item > .item-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bs-core-services-2-item .item-title {
        font-size: 105px;
        text-transform: unset;
        font-weight: 400;
        color: var(--bs-clr-white-1);
        display: inline-flex;
        transition: 0.3s var(--bs-cube-1);
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-core-services-2-item .item-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-core-services-2-item .item-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-core-services-2-item .item-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-core-services-2-item .item-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-core-services-2-item .item-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .bs-core-services-2-item .item-title {
        font-size: 30px;
    }
}

.bs-core-services-2-item .item-title .small-text {
    font-size: 15px;
    margin-top: 10px;
}

.bs-core-services-2-item .item-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s var(--bs-cube-1);
}

    .bs-core-services-2-item .item-img img {
        object-position: center 0%;
        transition: 2s var(--bs-cube-1);
    }

.bs-core-services-2-item .content-wrap {
    transform: translateX(10%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 60px;
    opacity: 0;
    transition: 0.3s var(--bs-cube-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-core-services-2-item .content-wrap {
        flex-wrap: wrap;
    }
}

.bs-core-services-2-item .content-wrap .item-title {
    font-weight: 700;
    text-transform: capitalize;
}

.bs-core-services-2-item .item-disc {
    font-family: var(--bs-font-2);
    font-weight: 500;
    line-height: 24px;
    color: var(--bs-clr-white-1);
    max-width: 440px;
    text-align: left;
}

.bs-core-services-2-item .item-btn {
    flex: 0 0 auto;
}

.bs-core-services-2-item:hover {
    border-color: var(--bs-clr-pr-1);
    z-index: 2;
}

    .bs-core-services-2-item:hover > .item-title {
        left: 35%;
        opacity: 0;
    }

    .bs-core-services-2-item:hover .content-wrap {
        transform: translateX(0);
        opacity: 1;
    }

    .bs-core-services-2-item:hover .item-img {
        opacity: 1;
    }

        .bs-core-services-2-item:hover .item-img img {
            object-position: center 100%;
        }

/* 
    core-services-2-end
*/
/*
    31. testimonial
*/
/* 
    testimonial-1-start
*/
.bs-testimonial-1-wrap {
    display: grid;
    grid-template-columns: 1.26fr 1fr;
    gap: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-testimonial-1-wrap {
        gap: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-1-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.bs-testimonial-1-item {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;
}

@media (max-width: 767px) {
    .bs-testimonial-1-item {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-testimonial-1-item {
        grid-template-columns: 1fr 1.6fr;
    }
}

.bs-testimonial-1-item .item-img {
    height: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-testimonial-1-item .item-img {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-testimonial-1-item .item-img {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .bs-testimonial-1-item .item-img {
        height: 400px;
    }
}

.bs-testimonial-1-item-author {
    position: relative;
    z-index: 1;
}

    .bs-testimonial-1-item-author::after {
        content: "";
        width: 160px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 24%;
        left: 79%;
    }

    .bs-testimonial-1-item-author .main-img {
        height: 360px;
        margin-bottom: 20px;
    }

    .bs-testimonial-1-item-author .name {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 7px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-1-item-author .name {
        font-size: 22px;
    }
}

.bs-testimonial-1-item-author .bio {
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    text-transform: capitalize;
    color: #352828;
}

    .bs-testimonial-1-item-author .bio img {
        flex: 0 0 auto;
    }

.bs-testimonial-1-item-comment {
    font-size: 35px;
    line-height: 1.428;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-1-item-comment {
        font-size: 30px;
    }
}

.bs-testimonial-1-item-comment i {
    font-weight: 700;
}

.bs-testimonial-1-rating {
    display: flex;
    gap: 50px;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 75px;
}

@media (max-width: 767px) {
    .bs-testimonial-1-rating {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-testimonial-1-rating {
        flex-wrap: nowrap;
    }
}

.bs-testimonial-1-rating .left {
    flex: 0 0 auto;
}

.bs-testimonial-1-rating .rating-number {
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 14px;
}

    .bs-testimonial-1-rating .rating-number span {
        font-size: 18px;
        font-weight: 400;
    }

.bs-testimonial-1-rating .disc {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 25px;
    font-weight: 700;
}

.bs-testimonial-1-slider .swiper-container .swiper-slide .bs-testimonial-1-item .item-img {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: 1s var(--bs-cube-1);
    transition-delay: 0s;
}

.bs-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-1-item .item-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 0.5s;
}

/* 
    testimonial-1-end
*/
/* 
    testimonial-3-start
*/
.bs-testimonial-3-wrap {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1.18fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-3-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-testimonial-3-item .icon {
    font-size: 76px;
    display: inline-block;
    margin-left: 135px;
    position: relative;
    z-index: 2;
}

    .bs-testimonial-3-item .icon::after {
        content: "";
        width: 150%;
        height: 4px;
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #f5f5f5;
        z-index: -1;
    }

.bs-testimonial-3-item .comment {
    border-radius: 30px;
    border: 4px solid #000;
    font-size: 24px;
    line-height: 1.333;
    padding: 90px 46px;
    background: #f5f5f5;
    position: relative;
    margin-top: -45px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-3-item .comment {
        font-size: 20px;
        padding: 90px 25px;
    }
}

.bs-testimonial-3-item .comment svg {
    position: absolute;
    bottom: -20px;
    left: 50px;
    z-index: -1;
}

.bs-testimonial-3-item .item-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 35px;
}

.bs-testimonial-3-item .item-author-img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.bs-testimonial-3-item .item-author .name {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-3-item .item-author .name {
        font-size: 20px;
    }
}

.bs-testimonial-3-item .item-author .bio {
    font-size: 17px;
    text-transform: uppercase;
    color: #717171;
}

.bs-testimonial-3-accordion {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-3-accordion {
        margin-top: 0px;
    }
}

.bs-testimonial-3-accordion .bs-accordion-item {
    background-color: #fff;
    padding-bottom: 0;
    border: 2px solid transparent !important;
    transition: 0.5s var(--bs-cube-2);
}

    .bs-testimonial-3-accordion .bs-accordion-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .bs-testimonial-3-accordion .bs-accordion-item .item-title {
        letter-spacing: -0.03em;
        font-size: 26px;
        padding: 23px 40px;
        padding-left: 65px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-3-accordion .bs-accordion-item .item-title {
        font-size: 20px;
        padding: 23px 20px;
        padding-left: 20px;
    }
}

.bs-testimonial-3-accordion .bs-accordion-item .item-title:is(:not(.collapsed)) .icon i {
    transform: rotate(0deg);
}

    .bs-testimonial-3-accordion .bs-accordion-item .item-title:is(:not(.collapsed)) .icon i::before {
        content: "\f068";
    }

.bs-testimonial-3-accordion .bs-accordion-item .item-body p {
    padding-left: 65px;
    font-weight: 400;
    padding-bottom: 30px;
    color: #7a7a7a;
    max-width: 610px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-3-accordion .bs-accordion-item .item-body p {
        padding-left: 20px;
    }
}

.bs-testimonial-3-accordion .bs-accordion-item:is(.active) {
    background: #fff8f5;
    border-color: var(--bs-clr-pr-1) !important;
}

/* 
    testimonial-3-end
*/
/* 
    testimonial-4-start
*/
.bs-testimonial-4-area {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-4-area {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.bs-testimonial-4-bg {
    width: 100%;
    height: 630px;
    background: #F7F6F1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bs-testimonial-4-content .inner-div {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .bs-testimonial-4-content .inner-div .title {
        max-width: 700px;
    }

    .bs-testimonial-4-content .inner-div .btn-wrap {
        flex: 0 0 auto;
    }

.bs-testimonial-4-slider {
    margin-left: -260px;
    margin-right: -300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-4-slider {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.bs-testimonial-4-slider-item {
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    align-items: center;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    gap: 48px;
    filter: drop-shadow(6px 12px 20px rgba(0, 0, 0, 0.08));
}

@media (max-width: 767px) {
    .bs-testimonial-4-slider-item {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-testimonial-4-slider-item {
        grid-template-columns: 1fr 2.1fr;
    }
}

.bs-testimonial-4-slider-item .item-img {
    border-radius: 12px;
    filter: grayscale(1);
    background: rgba(255, 191, 0, 0.3411764706);
    height: 360px;
}

    .bs-testimonial-4-slider-item .item-img img {
        object-position: top;
    }

.bs-testimonial-4-slider-item .bs-star-1 {
    color: var(--bs-clr-pr-1);
    font-size: 16px;
    margin-bottom: 23px;
}

.bs-testimonial-4-slider-item .comment {
    color: var(--bs-clr-h-4);
    font-size: 22px;
    line-height: 1.545;
    margin-bottom: 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-4-slider-item .comment {
        font-size: 20px;
        margin-bottom: 22px;
    }
}

.bs-testimonial-4-slider-item .name {
    color: var(--bs-clr-h-4);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
}

.bs-testimonial-4-slider-item .bio {
    font-size: 16px;
}

.bs-testimonial-4-slider .swiper-container {
    padding: 50px 0;
}

.bs-testimonial-4-slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

    .bs-testimonial-4-slider-btn .pagination {
        max-width: 300px;
        width: 100%;
    }

        .bs-testimonial-4-slider-btn .pagination .bs-t4-pagination {
            height: 2px;
            background: #E4E4E4;
        }

        .bs-testimonial-4-slider-btn .pagination .swiper-pagination-progressbar-fill {
            background: var(--bs-clr-h-4);
        }

    .bs-testimonial-4-slider-btn .btn-elm {
        text-transform: uppercase;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        line-height: 1;
        letter-spacing: 3px;
        font-weight: 500;
        transition: 0.4s var(--bs-cube-2);
        opacity: 50%;
        cursor: pointer;
    }

        .bs-testimonial-4-slider-btn .btn-elm:hover {
            opacity: 1;
        }

/* 
    testimonial-4-end
*/
/* 
    testimonial-5-start
*/
.bs-testimonial-5-area {
    background-color: #F1F2EB;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-5-area {
        padding-bottom: 100px;
    }
}

.bs-testimonial-5-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 71px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-testimonial-5-wrap {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .bs-testimonial-5-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.bs-testimonial-5-sec-title .disc {
    max-width: 530px;
    margin-top: 20px;
}

.bs-testimonial-5-rating-box {
    max-width: 278px;
    width: 100%;
    background: var(--bs-clr-black-2);
    padding: 30px 40px;
    margin-left: auto;
}

    .bs-testimonial-5-rating-box .line-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 500%;
        height: 1px;
        background: #A3ADAF;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-5-rating-box .line-1 {
        display: none;
    }
}

.bs-testimonial-5-rating-box .line-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
    height: 200%;
    background: #A3ADAF;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-5-rating-box .line-2 {
        display: none;
    }
}

.bs-testimonial-5-rating-box .line-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500%;
    height: 1px;
    background: #A3ADAF;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-5-rating-box .line-3 {
        display: none;
    }
}

.bs-testimonial-5-rating-box .title {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--bs-clr-white-1);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 22px;
}

    .bs-testimonial-5-rating-box .title i {
        color: var(--bs-clr-pr-1);
    }

.bs-testimonial-5-rating-box-author {
    display: flex;
    margin-bottom: 25px;
}

    .bs-testimonial-5-rating-box-author .author-img {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 2px solid var(--bs-clr-black-2);
        margin-right: -16px;
    }

.bs-testimonial-5-rating-box .disc {
    color: var(--bs-clr-white-1);
}

.bs-testimonial-5-img {
    height: 774px;
}

@media (max-width: 767px) {
    .bs-testimonial-5-img {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-testimonial-5-img {
        height: 450px;
    }
}

.bs-testimonial-5-wrap-2 {
    display: flex;
    gap: 68px;
    align-items: end;
    margin-top: -175px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-testimonial-5-wrap-2 {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .bs-testimonial-5-wrap-2 {
        margin-top: 50px;
        flex-wrap: wrap;
    }
}

.bs-testimonial-5-wrap-2 .bottom-line {
    background: #A3ADAF;
    position: absolute;
    bottom: 0;
    left: 346px;
    width: 200%;
    height: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-5-wrap-2 .bottom-line {
        display: none;
    }
}

.bs-testimonial-5-img-slider {
    margin-bottom: 95px;
    max-width: 278px;
    width: 100%;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-5-img-slider {
        margin-bottom: 0px;
    }
}

.bs-testimonial-5-img-slider-single {
    height: 456px;
}

@media (max-width: 767px) {
    .bs-testimonial-5-img-slider-single {
        height: 356px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-testimonial-5-img-slider-single {
        height: 456px;
    }
}

.bs-testimonial-5-img-slider-pagi {
    position: absolute;
    top: unset !important;
    bottom: 16px !important;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

    .bs-testimonial-5-img-slider-pagi span {
        width: 8px;
        height: 8px;
        margin: 0 !important;
        background: var(--bs-clr-white-1);
        opacity: 32%;
    }

        .bs-testimonial-5-img-slider-pagi span:is(.swiper-pagination-bullet-active) {
            width: 12px;
            height: 12px;
            opacity: 1;
        }

.bs-testimonial-5-content-slider {
    padding: 71px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-5-content-slider {
        padding: 0;
    }
}

.bs-testimonial-5-content-slider-single .bs-star-1 {
    font-size: 16px;
    color: var(--bs-clr-pr-1);
    margin-bottom: 25px;
}

    .bs-testimonial-5-content-slider-single .bs-star-1 i {
        transition: 0.4s var(--bs-cube-2);
    }

.bs-testimonial-5-content-slider-single .comment {
    font-size: 22px;
    color: var(--bs-clr-h-4);
    margin-bottom: 31px;
    transition: 0.4s var(--bs-cube-1);
}

.bs-testimonial-5-content-slider-single .name {
    font-size: 22px;
    line-height: 30px;
    transition: 0.4s var(--bs-cube-1);
}

.bs-testimonial-5-content-slider-single .disc {
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.4s var(--bs-cube-1);
}

.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .bs-star-1 i {
    opacity: 0;
    transition-delay: 0s;
}

.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .comment {
    transform: translateY(50%);
    opacity: 0;
    transition-delay: 0s;
}

.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .name {
    transform: translateY(100%);
    opacity: 0;
    transition-delay: 0s;
}

.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .disc {
    transform: translateY(100%);
    opacity: 0;
    transition-delay: 0s;
}

.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i {
    opacity: 1;
}

    .bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(1) {
        transition-delay: 1s;
    }

    .bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(2) {
        transition-delay: 1.2s;
    }

    .bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(3) {
        transition-delay: 1.4s;
    }

    .bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(4) {
        transition-delay: 1.6s;
    }

    .bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(5) {
        transition-delay: 1.8s;
    }

.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .comment {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 0.7s;
}

.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .name {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 1s;
}

.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .disc {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 1.3s;
}

/* 
    testimonial-5-end
*/
/* 
    testimonial-6-start
*/
.bs-testimonial-6-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-testimonial-6-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-testimonial-6-wrap .bs-testimonial-4-slider-item {
        gap: 20px;
    }
}

.bs-testimonial-6-wrap .bs-testimonial-4-slider-item:hover {
    filter: drop-shadow(6px 12px 40px rgba(0, 0, 0, 0.08));
}

/* 
    testimonial-6-end
*/
/*
    19. projects
*/
/* 
    contact-1-start
*/
.bs-contact-1-bg-color {
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 260px);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-1-bg-color {
        height: calc(100% - 220px);
    }
}

.bs-contact-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-contact-1-wrap {
        gap: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-1-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.bs-contact-1-img {
    height: 635px;
}

@media (max-width: 767px) {
    .bs-contact-1-img {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-contact-1-img {
        height: 500px;
    }
}

.bs-contact-1-video {
    max-width: 295px;
    height: 315px;
    margin-top: -230px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    text-align: right;
    padding: 50px;
}

    .bs-contact-1-video .bg-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .bs-contact-1-video .bs-play-btn-2 {
        text-align: left;
    }

.bs-contact-1-counter {
    display: flex;
    align-items: center;
    gap: 45px;
}

@media (max-width: 767px) {
    .bs-contact-1-counter {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-contact-1-counter {
        flex-wrap: nowrap;
    }
}

.bs-contact-1-counter-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .bs-contact-1-counter-item .number {
        font-size: 120px;
        font-weight: 500;
        border-bottom: 6px solid #000;
        line-height: 1;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-1-counter-item .number {
        font-size: 70px;
    }
}

.bs-contact-1-counter-item .disc {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

/* 
    contact-1-end
*/
/* 
    contact-4-start
*/
.bs-contact-4-area {
    padding-top: 460px;
    padding-bottom: 172px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-contact-4-area {
        padding-top: 360px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-4-area {
        padding-top: 200px;
    }
}

.bs-contact-4-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1070px;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-contact-4-bg {
        height: 800px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-contact-4-bg {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-contact-4-bg {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-4-bg {
        height: 500px;
    }
}

.bs-contact-4-bg .glow-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px !important;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-contact-4-bg .glow-1 {
        height: 250px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-contact-4-bg .glow-1 {
        height: 200px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-4-bg .glow-1 {
        height: 150px !important;
    }
}

.bs-contact-4-wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    margin-right: -95px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-contact-4-wrap {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-contact-4-wrap {
        margin-right: 0px;
        grid-template-columns: 1.2fr 1fr;
        gap: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-4-wrap {
        margin-right: 0px;
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.bs-contact-4-form {
    background: #F7F6F1;
    padding: 68px 60px;
    margin-top: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-4-form {
        padding: 68px 30px;
    }
}

.bs-contact-4-form .title {
    font-size: 36px;
    font-weight: 700;
    color: var(--bs-clr-h-4);
    margin-bottom: 29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-contact-4-form .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-contact-4-form .title {
        font-size: 24px;
    }
}

.bs-contact-4-form .bs-form-1 {
    grid-template-columns: 1fr;
    gap: 36px;
}

.bs-contact-4-form .bs-form-1-item-label {
    font-size: 14px;
    font-family: var(--bs-font-3);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}

.bs-contact-4-form .bs-form-1-item-input {
    height: 50px;
    padding: 0;
    border-color: #D9D9D9;
    color: #888888;
    font-family: var(--bs-font-3);
    font-weight: 400;
}

    .bs-contact-4-form .bs-form-1-item-input:is(textarea) {
        height: 70px;
        padding-top: 10px;
    }

.bs-contact-4-form .bs-form-1-item:last-child {
    margin-top: 0;
    padding-top: 30px;
}

.bs-contact-4-title {
    margin-left: 65px;
    align-self: end;
    margin-bottom: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-4-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

.bs-contact-4-img {
    width: 290px;
    height: 686px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-contact-4-img {
        height: 556px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-4-img {
        height: 500px;
        width: 100%;
    }
}

/* 
    contact-4-end
*/
/*
    33. team
*/
/* 
    team-1-start
*/
.bs-team-1-item {
    padding-top: 20px;
    transition: 0.5s;
}

    .bs-team-1-item .item-img {
        height: 455px;
        width: 100%;
        background-color: #F0F1F3;
    }

    .bs-team-1-item .content-wrap {
        background: var(--bs-clr-pr-1);
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        padding-left: 35px;
        transform: translateY(-100%);
        transition: 0.5s;
        opacity: 0;
    }

    .bs-team-1-item .social-link {
        display: flex;
        flex-direction: column;
    }

        .bs-team-1-item .social-link .link {
            width: 54px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #d9530d;
            color: #fff;
            transition: 0.4s var(--bs-cube-2);
        }

            .bs-team-1-item .social-link .link:nth-child(2) {
                background: #FF7A35;
            }

            .bs-team-1-item .social-link .link:hover {
                background: var(--bs-clr-black-1);
            }

    .bs-team-1-item .name {
        font-size: 25px;
        color: #fff;
        margin-bottom: 0px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-team-1-item .name:hover {
            color: var(--bs-clr-black-1);
        }

@media (max-width: 767px) {
    .bs-team-1-item .name {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-1-item .name {
        font-size: 24px;
    }
}

.bs-team-1-item .bio {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
}

.bs-team-1-item:hover {
    background-color: var(--bs-clr-pr-1);
}

    .bs-team-1-item:hover .content-wrap {
        transform: translateY(-1%);
        opacity: 1;
    }

.bs-team-1-slider .swiper-container .swiper-slide:nth-child(odd) .bs-team-1-item {
    margin-top: 20px;
}

.bs-team-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-team-1-item {
    background-color: var(--bs-clr-pr-1);
}

    .bs-team-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-team-1-item .content-wrap {
        transform: translateY(-1%);
        opacity: 1;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-1-slider-btn {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-top: 30px;
    }
}

.bs-team-1-slider .lw-team1-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -140px;
    z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-team-1-slider .lw-team1-prev {
        left: -60px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-1-slider .lw-team1-prev {
        position: unset;
        transform: unset;
    }
}

.bs-team-1-slider .lw-team1-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -140px;
    z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-team-1-slider .lw-team1-next {
        right: -60px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-1-slider .lw-team1-next {
        position: unset;
        transform: unset;
    }
}

/* 
    team-1-end
*/
/* 
    team-3-start
*/
.bs-team-3-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-3-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-team-3-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-team-3-item {
    padding: 10px 0;
    background: transparent;
    position: relative;
    z-index: 1;
    height: 570px;
    transition: background 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-3-item {
        height: 500px;
    }
}

.bs-team-3-item .item-img {
    width: 100%;
    height: calc(100% - 35px);
    transition: 0.5s var(--bs-cube-2);
}

    .bs-team-3-item .item-img img {
        object-position: top;
    }

.bs-team-3-item .content-wrap {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    display: flex;
    justify-content: space-between;
}

.bs-team-3-item .content {
    padding: 10px;
    padding-left: 35px;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 5px #ECECEC;
    width: 100%;
    transition: 0.5s var(--bs-cube-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-3-item .content {
        padding: 10px;
        padding-left: 15px;
    }
}

.bs-team-3-item .name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-team-3-item .name {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-3-item .name {
        font-size: 22px;
    }
}

.bs-team-3-item .name:hover {
    color: var(--bs-clr-pr-1);
}

.bs-team-3-item .bio {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.bs-team-3-item .social-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform: translateX(-140%);
    transition: 0.5s var(--bs-cube-2);
    opacity: 0;
}

    .bs-team-3-item .social-link .social-elm {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 47px;
        width: 70px;
        background: var(--bs-clr-black-1);
        color: var(--bs-clr-white-1);
        border: 1px solid #262626;
        transition: 0.5s var(--bs-cube-2);
    }

        .bs-team-3-item .social-link .social-elm:hover {
            background-color: var(--bs-clr-pr-1);
        }

.bs-team-3-item:hover {
    background: var(--bs-clr-pr-1);
}

    .bs-team-3-item:hover .item-img {
        height: 100%;
    }

    .bs-team-3-item:hover .content {
        box-shadow: none;
    }

    .bs-team-3-item:hover .social-link {
        transform: translateX(0);
        opacity: 1;
    }

.bs-team-3-all-btn {
    text-align: center;
    font-size: 20px;
}

    .bs-team-3-all-btn a {
        font-weight: 600;
        text-transform: capitalize;
        transition: 0.5s var(--bs-cube-2);
    }

        .bs-team-3-all-btn a:hover {
            color: var(--bs-clr-pr-1);
        }

/* 
    team-3-end
*/
/* 
    team-4-start
*/
.bs-team-4-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-4-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-team-4-img {
    /* height: 600px;*/
}

@media (min-width: 1800px) {
    .bs-team-4-img {
        /*margin-right: -300px;*/
    }
}

.bs-team-4-content {
    /*max-width: 543px;*/
}

    .bs-team-4-content .title {
        margin-bottom: 25px;
    }

    .bs-team-4-content .disc {
        margin-bottom: 47px;
    }

.bs-team-4-member {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-4-member {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-team-4-member {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-4-member {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-team-4-member-single .member-img {
    height: 400px;
}

    .bs-team-4-member-single .member-img a {
        width: 100%;
        height: 100%;
    }

    .bs-team-4-member-single .member-img img {
        transition: transform 500ms;
        transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
        transform-origin: center center;
    }

.bs-team-4-member-single .content {
    max-width: 258px;
    border: 1px solid rgba(54, 54, 54, 0.52);
    background: var(--bs-clr-white-1);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 21px 10px;
    margin-top: -50px;
}

    .bs-team-4-member-single .content::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-style: solid;
        border-color: var(--bs-clr-pr-1);
        transition: all 0.5s ease-in-out;
        z-index: 1;
        right: -16px;
        top: -16px;
        border-width: 0 0 1px 1px;
        transform-origin: bottom left;
    }

    .bs-team-4-member-single .content::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-style: solid;
        border-color: var(--bs-clr-pr-1);
        transition: all 0.5s ease-in-out;
        z-index: 1;
        left: -16px;
        bottom: -16px;
        border-width: 1px 1px 0 0;
        transform-origin: top right;
    }

    .bs-team-4-member-single .content .line-1 {
        position: absolute;
        background: var(--bs-clr-pr-1);
        width: 100%;
        height: 1px;
        top: -1px;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: 1s var(--bs-cube-2);
    }

    .bs-team-4-member-single .content .line-2 {
        position: absolute;
        background: var(--bs-clr-pr-1);
        width: 1px;
        height: 100%;
        top: 0px;
        right: -1px;
        transform-origin: top;
        transform: scaleY(0);
        transition: 1s var(--bs-cube-2);
    }

    .bs-team-4-member-single .content .line-3 {
        position: absolute;
        background: var(--bs-clr-pr-1);
        width: 100%;
        height: 1px;
        bottom: -1px;
        left: 0;
        transform-origin: left;
        transform: scaleX(0);
        transition: 1s var(--bs-cube-2);
    }

    .bs-team-4-member-single .content .line-4 {
        position: absolute;
        background: var(--bs-clr-pr-1);
        width: 1px;
        height: 100%;
        top: 0px;
        left: -1px;
        transform-origin: bottom;
        transform: scaleY(0);
        transition: 1s var(--bs-cube-2);
    }

.bs-team-4-member-single .name {
    font-size: 22px;
    margin-bottom: 5px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-team-4-member-single .name:hover {
        color: var(--bs-clr-pr-1);
        transform: translateY(-3px);
    }

.bs-team-4-member-single .bio {
    text-transform: capitalize;
    letter-spacing: -0.03em;
}

.bs-team-4-member-single:hover .member-img img {
    transform: perspective(2000px) rotateX(0.1deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

.bs-team-4-member-single:hover .content .line-1 {
    transform: scaleX(1);
}

.bs-team-4-member-single:hover .content .line-2 {
    transform: scaleY(1);
}

.bs-team-4-member-single:hover .content .line-3 {
    transform: scaleX(1);
}

.bs-team-4-member-single:hover .content .line-4 {
    transform: scaleY(1);
}

/* 
    team-4-end
*/
/* 
    team-5-start
*/
.bs-team-5-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background: var(--bs-clr-h-4);
    z-index: -1;
}

.bs-team-5-sec-title {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

    .bs-team-5-sec-title .bs-subtitle-5 {
        color: var(--bs-clr-white-1);
        opacity: 64%;
    }

    .bs-team-5-sec-title .bs-sec-title-4 {
        color: var(--bs-clr-white-1);
    }

.bs-team-5-member .main-img {
    height: 420px;
}

    .bs-team-5-member .main-img a {
        width: 100%;
        height: 100%;
    }

.bs-team-5-member .content {
    margin-top: -71px;
    text-align: center;
    background: var(--bs-clr-h-4);
    max-width: 224px;
    padding: 42px 10px;
    margin-left: auto;
    margin-right: auto;
    clip-path: polygon(calc(50% - 0px) calc(100% - 0.625px), calc(50% - 0px) calc(100% - 0.625px), calc(50% - 18.0846067px) calc(100% - 1.5715285px), calc(50% - 35.2704896px) calc(100% - 4.311268px), calc(50% - 51.3209529px) calc(100% - 8.6944495px), calc(50% - 65.9993008px) calc(100% - 14.571304px), calc(50% - 79.0688375px) calc(100% - 21.7920625px), calc(50% - 90.2928672px) calc(100% - 30.206956px), calc(50% - 99.4346941px) calc(100% - 39.6662155px), calc(50% - 106.2576224px) calc(100% - 50.020072px), calc(50% - 110.5249563px) calc(100% - 61.1187565px), calc(50% - 112px) calc(100% - 72.8125px), 0px calc(50% - 0.3125px), 1.4750437px calc(50% - 12.0061706px), 5.7423776px calc(50% - 23.1048128px), 12.5653059px calc(50% - 33.4586522px), 21.7071328px calc(50% - 42.9179144px), 32.9311625px calc(50% - 51.332825px), 46.0006992px calc(50% - 58.5536096px), 60.6790471px calc(50% - 64.4304938px), 76.7295104px calc(50% - 68.8137032px), 93.9153933px calc(50% - 71.5534634px), 112px calc(50% - 72.5px), calc(50% - 0px) calc(50% - 72.5px), calc(50% + 18.084631px) calc(50% - 71.5534634px), calc(50% + 35.270528px) calc(50% - 68.8137032px), calc(50% + 51.320997px) calc(50% - 64.4304938px), calc(50% + 65.999344px) calc(50% - 58.5536096px), calc(50% + 79.068875px) calc(50% - 51.332825px), calc(50% + 90.292896px) calc(50% - 42.9179144px), calc(50% + 99.434713px) calc(50% - 33.4586522px), calc(50% + 106.257632px) calc(50% - 23.1048128px), calc(50% + 110.524959px) calc(50% - 12.0061706px), calc(50% + 112px) calc(50% - 0.3125px), calc(100% - 0px) calc(50% - 0.3125px), calc(100% - 1.475041px) calc(50% + 11.3812435px), calc(100% - 5.742368px) calc(50% + 22.479928px), calc(100% - 12.565287px) calc(50% + 32.8337845px), calc(100% - 21.707104px) calc(50% + 42.293044px), calc(100% - 32.931125px) calc(50% + 50.7079375px), calc(100% - 46.000656px) calc(50% + 57.928696px), calc(100% - 60.679003px) calc(50% + 63.8055505px), calc(100% - 76.729472px) calc(50% + 68.188732px), calc(100% - 93.915369px) calc(50% + 70.9284715px), calc(100% - 112px) calc(50% + 71.875px));
    transition: 0.4s var(--bs-cube-2);
    transform: translateY(10px);
    opacity: 0;
}

.bs-team-5-member .name {
    font-size: 22px;
    color: var(--bs-clr-white-1);
    letter-spacing: -0.03em;
    margin-bottom: 6px;
    transition: 0.4s var(--bs-cube-2);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0s;
}

    .bs-team-5-member .name a {
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-team-5-member .name a:hover {
            color: var(--bs-clr-pr-1);
        }

.bs-team-5-member .bio {
    text-transform: capitalize;
    color: var(--bs-clr-white-1);
    opacity: 80%;
    transition: 0.4s var(--bs-cube-2);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0s;
}

.bs-team-5-member:hover .content {
    transform: translateY(0);
    opacity: 1;
}

    .bs-team-5-member:hover .content .name {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.2s;
    }

    .bs-team-5-member:hover .content .bio {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.3s;
    }

.bs-team-5-slider .bs-slider-btn-1 {
    width: 48px;
    height: 48px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    background: var(--bs-clr-white-1);
    border: none;
    color: var(--bs-clr-black-1);
    opacity: 1;
}

    .bs-team-5-slider .bs-slider-btn-1:hover {
        background: var(--bs-clr-pr-1);
    }

.bs-team-5-slider .slider-btn-left {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: -24px;
    z-index: 1;
}

@media (max-width: 767px) {
    .bs-team-5-slider .slider-btn-left {
        left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-5-slider .slider-btn-left {
        left: -24px;
    }
}

.bs-team-5-slider .slider-btn-right {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: -24px;
    z-index: 1;
}

@media (max-width: 767px) {
    .bs-team-5-slider .slider-btn-right {
        right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-5-slider .slider-btn-right {
        right: -24px;
    }
}

/* 
    team-5-end
*/
/* 
    team-6-start
*/
.bs-team-6-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: start;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-team-6-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-team-6-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-6-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-team-6-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-6-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-team-6-wrap .bs-team-1-item:nth-child(odd) {
    margin-top: 20px;
}

.bs-team-6-wrap .bs-team-1-item:is(.active) {
    background-color: var(--bs-clr-pr-1);
}

    .bs-team-6-wrap .bs-team-1-item:is(.active) .content-wrap {
        transform: translateY(-1%);
        opacity: 1;
    }

/* 
    team-6-end
*/
/* 
    team-7-start
*/
.bs-team-7-sec-title {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}

.bs-team-7-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-team-7-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-7-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-team-7-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-7-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-team-7-wrap .bs-team-5-member:is(.active) .content {
    transform: translateY(0);
    opacity: 1;
}

    .bs-team-7-wrap .bs-team-5-member:is(.active) .content .name {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.2s;
    }

    .bs-team-7-wrap .bs-team-5-member:is(.active) .content .bio {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.3s;
    }

/* 
    team-7-end
*/
/* 
    team-8-start
*/
.bs-team-8-area .bs-team-4-member-single {
    position: relative;
    z-index: 1;
}

/* 
    team-8-end
*/
/*
    34. price
*/
/* 
    price-5-start
*/
.bs-price-5-sec-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bs-price-5-wrap {
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1.27fr 1fr;
    gap: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-price-5-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-price-5-tabs-btn {
    margin-bottom: 35px;
}

.bs-price-5-tabs-btn-single {
    border-radius: 8px;
    border: 1px solid rgba(6, 6, 6, 0.16);
    text-align: left;
    background: transparent;
    padding: 20px;
    display: flex;
    position: relative;
    z-index: 1;
    gap: 12px;
    transition: 0.4s var(--bs-cube-2);
    align-items: center;
    padding-left: 32px;
}

@media (max-width: 767px) {
    .bs-price-5-tabs-btn-single {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-price-5-tabs-btn-single {
        flex-wrap: nowrap;
    }
}

.bs-price-5-tabs-btn-single .check-btn {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border: 1px solid rgba(6, 6, 6, 0.16);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: 0.4s var(--bs-cube-2);
    align-self: self-start;
    margin-top: 9px;
}

@media (max-width: 767px) {
    .bs-price-5-tabs-btn-single .check-btn {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-price-5-tabs-btn-single .check-btn {
        margin-top: 9px;
    }
}

.bs-price-5-tabs-btn-single .check-btn::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: var(--bs-clr-pr-1);
    border-radius: 50%;
    transition: 0.4s var(--bs-cube-2);
}

.bs-price-5-tabs-btn-single .title {
    font-size: 20px;
    margin-bottom: 8px;
}

.bs-price-5-tabs-btn-single .disc {
    font-size: 17px;
    max-width: 296px;
}

.bs-price-5-tabs-btn-single .btn-img {
    width: 126px;
    flex: 0 0 auto;
}

.bs-price-5-tabs-btn-single:hover {
    border-color: var(--bs-clr-pr-1);
}

.bs-price-5-tabs-btn-single:is(.active) {
    border-color: var(--bs-clr-pr-1);
}

    .bs-price-5-tabs-btn-single:is(.active) .check-btn {
        border-color: var(--bs-clr-pr-1);
    }

        .bs-price-5-tabs-btn-single:is(.active) .check-btn::after {
            transform: translate(-50%, -50%) scale(1);
        }

.bs-price-5-tabs-btn li:not(:last-child) {
    margin-bottom: 28px;
}

.bs-price-5-tabs-pane-single {
    background: var(--bs-clr-h-4);
    border-radius: 8px;
    padding: 8px 8px;
}

    .bs-price-5-tabs-pane-single .box-border {
        border: 1px solid #fff;
        padding: 40px 40px;
        border-radius: 8px;
    }

@media (max-width: 767px) {
    .bs-price-5-tabs-pane-single .box-border {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-price-5-tabs-pane-single .box-border {
        padding: 40px 40px;
    }
}

.bs-price-5-tabs-pane-single .title {
    font-size: 22px;
    color: var(--bs-clr-white-1);
    margin-bottom: 20px;
}

.bs-price-5-tabs-pane-single .item-price {
    color: var(--bs-clr-white-1);
    line-height: 1;
    margin-bottom: 40px;
}

    .bs-price-5-tabs-pane-single .item-price .dollar {
        color: var(--bs-clr-pr-1);
        font-size: 36px;
        font-weight: 800;
        transform: translateY(-15px);
    }

    .bs-price-5-tabs-pane-single .item-price .price {
        font-size: 56px;
        font-weight: 700;
    }

    .bs-price-5-tabs-pane-single .item-price .time {
        font-size: 18px;
        font-weight: 400;
    }

.bs-price-5-tabs-pane-single .line {
    background: #fff;
    height: 1px;
    opacity: 20%;
    margin-bottom: 35px;
}

.bs-price-5-tabs-pane-single .feature-list {
    margin-bottom: 36px;
}

    .bs-price-5-tabs-pane-single .feature-list li {
        color: var(--bs-clr-white-1);
        text-transform: capitalize;
    }

        .bs-price-5-tabs-pane-single .feature-list li:not(:last-child) {
            margin-bottom: 24px;
        }

        .bs-price-5-tabs-pane-single .feature-list li i {
            font-size: 16px;
            margin-right: 8px;
        }

.bs-price-5-tabs-pane-single .price-btn {
    width: 100%;
    background: var(--bs-clr-white-1);
    padding: 14px;
    color: var(--bs-clr-black-1);
}

/* 
    price-5-end
*/
/*
    35. gallery
*/
/* 
    gallery-2-start
*/
.bs-gallery-2-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: start;
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-gallery-2-wrap {
        grid-template-columns: 1fr 1.5fr;
    }
}

@media (max-width: 767px) {
    .bs-gallery-2-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-gallery-2-wrap .left {
    display: grid;
    gap: 20px;
}

.bs-gallery-2-wrap .meddle {
    display: grid;
    gap: 20px;
}

.bs-gallery-2-wrap .meddle-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: end;
}

.bs-gallery-2-wrap .meddle-row-2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.bs-gallery-2-wrap .right {
    display: grid;
    align-self: center;
    gap: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-gallery-2-wrap .right {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        grid-column-start: 1;
        grid-column-end: -1;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .bs-gallery-2-wrap .right {
        gap: 20px;
    }
}

.bs-gallery-2-wrap .bs-btn-1 {
    border: 1px solid var(--bs-clr-black-1);
    background: transparent;
    color: var(--bs-clr-black-1);
}

    .bs-gallery-2-wrap .bs-btn-1 .shape {
        background: var(--bs-clr-pr-1);
    }

    .bs-gallery-2-wrap .bs-btn-1 .icon i:nth-child(2) {
        color: var(--bs-clr-black-1);
    }

    .bs-gallery-2-wrap .bs-btn-1:hover {
        border-color: transparent;
    }

.bs-gallery-2-sec-title .bs-sec-title-1 {
    font-size: 60px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-gallery-2-sec-title .bs-sec-title-1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-gallery-2-sec-title .bs-sec-title-1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-gallery-2-sec-title .bs-sec-title-1 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-gallery-2-sec-title .bs-sec-title-1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .bs-gallery-2-sec-title .bs-sec-title-1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-gallery-2-sec-title .bs-sec-title-1 {
        font-size: 35px;
    }
}

.bs-gallery-2-img {
    width: 100%;
    height: 270px;
}

    .bs-gallery-2-img:is(.xs-size) {
        height: 230px;
    }

    .bs-gallery-2-img:is(.sm-size) {
        height: 357px;
    }

/* 
    gallery-2-end
*/
/*
    36. counter
*/
/* 
    counter-2-start
*/
.bs-counter-2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-counter-2-wrap {
        gap: 40px;
    }
}

.bs-counter-2-wrap .shape {
    font-size: 30px;
    margin-top: 4%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-counter-2-wrap .shape {
        display: none;
    }
}

.bs-counter-2-item .item-number {
    font-size: 150px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-counter-2-item .item-number {
        font-size: 130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-counter-2-item .item-number {
        font-size: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-counter-2-item .item-number {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-counter-2-item .item-number {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .bs-counter-2-item .item-number {
        font-size: 50px;
    }
}

.bs-counter-2-item .item-disc {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #081421;
    max-width: 140px;
}

/* 
    counter-2-end
*/
/*
    37. sponsor
*/
/* 
    sponsor-1-start
*/
.bs-sponsor-1-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 40px;
    align-items: center;
    padding: 50px 0;
}

.bs-sponsor-1-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 20%;
}

    .bs-sponsor-1-line:nth-child(2) {
        top: unset;
        bottom: 0;
    }

.bs-sponsor-1-item {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .bs-sponsor-1-item img {
        transition: var(--bs-cube-1);
    }

        .bs-sponsor-1-item img:nth-child(1) {
            position: absolute;
            transform: translateX(100%);
        }

    .bs-sponsor-1-item:hover img:nth-child(2) {
        transform: translateX(-100%);
    }

    .bs-sponsor-1-item:hover img:nth-child(1) {
        transform: translateX(0%);
    }

/* 
    sponsor-1-end
*/
/*
    38. faqs
*/
/* 
    faq-1-start
*/
.bs-accordion-item {
    padding-bottom: 25px;
}

    .bs-accordion-item:not(:last-child) {
        border-bottom: 1px solid #000;
        margin-bottom: 25px;
    }

    .bs-accordion-item .item-title {
        border: none;
        outline: none;
        font-size: 28px;
        font-weight: 700;
        padding: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        position: relative;
        z-index: 1;
        display: flex;
        gap: 25px;
        transition: 0.5s var(--bs-cube-2);
        align-items: center;
    }

@media (max-width: 767px) {
    .bs-accordion-item .item-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-accordion-item .item-title {
        font-size: 22px;
    }
}

.bs-accordion-item .item-title .shape {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    background: #ededed;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

    .bs-accordion-item .item-title .shape img {
        transform-origin: center top;
    }

.bs-accordion-item .item-title .icon {
    font-size: 25px;
    margin-left: auto;
}

    .bs-accordion-item .item-title .icon i {
        transition: 0.5s;
    }

.bs-accordion-item .item-title:hover {
    color: var(--bs-clr-pr-1);
}

    .bs-accordion-item .item-title:hover .shape img {
        animation: swing 1s;
    }

.bs-accordion-item .item-title:is(:not(.collapsed)) .icon i {
    transform: rotate(180deg);
}

.bs-accordion-item .item-body p {
    padding-left: 95px;
    font-weight: 500;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .bs-accordion-item .item-body p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-accordion-item .item-body p {
        font-size: 18px;
    }
}

.bs-faq-1-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 20%;
}

.bs-faq-1-tabs-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 75px;
}

    .bs-faq-1-tabs-btn .nav-link {
        font-family: var(--bs-font-1);
        text-transform: capitalize;
        font-size: 20px;
        letter-spacing: -0.01em;
        color: var(--bs-clr-white-1);
        background: var(--bs-clr-black-1);
        font-weight: 600;
        line-height: 1.5;
        padding: 19px 29px;
        border-radius: 100px;
        transition: 0.5s;
    }

@media (max-width: 767px) {
    .bs-faq-1-tabs-btn .nav-link {
        padding: 12px 20px;
    }
}

.bs-faq-1-tabs-btn .nav-link:is(.active) {
    background: var(--bs-clr-pr-1);
}

.bs-faq-1-tabs-btn .nav-link:not(.active):hover {
    color: var(--bs-clr-pr-1);
}

.bs-faq-1-tabs-content {
    max-width: 905px;
    margin-left: auto;
    margin-right: auto;
}

/* 
    faq-1-end
*/
/* 
    faq-6-start
*/
.bs-faqs-6-wrap {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-faqs-6-wrap {
        grid-template-columns: 1fr;
    }
}

/* 
    faq-6-end
*/
/*
    39. blog
*/
/* 
    blog-1-start
*/
.bs-blog-1-bg-color {
    background-color: #eef4eb;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 264px);
    z-index: -1;
}

.bs-blog-1-wrap {
    perspective: 2000px;
    transform-style: preserve-3d;
}

.bs-blog-1-item {
    display: grid;
    grid-template-columns: 1fr 1.23fr;
    gap: 65px;
    position: relative;
    z-index: 1;
    align-items: center;
    border: 2px solid #000;
    background-color: #eef4eb;
    padding: 80px 90px;
    margin-top: -2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-blog-1-item {
        padding: 60px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-1-item {
        padding: 60px 30px;
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .bs-blog-1-item {
        padding: 60px 20px;
        gap: 35px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-1-item {
        padding: 60px 30px;
        gap: 35px;
        grid-template-columns: 1fr;
    }
}

.bs-blog-1-item .item-img {
    height: 380px;
}

    .bs-blog-1-item .item-img a {
        width: 100%;
        height: 100%;
    }

    .bs-blog-1-item .item-img img {
        transition: transform 500ms;
        transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
        transform-origin: center center;
    }

.bs-blog-1-item .content {
    max-width: 530px;
}

.bs-blog-1-item .item-date {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: var(--bs-clr-pr-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--bs-clr-white-1);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    gap: 3px;
    position: absolute;
    top: 91px;
    left: 43.5%;
    transform: translateX(-50%);
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-1-item .item-date {
        left: 0%;
        transform: unset;
    }
}

.bs-blog-1-item .item-title {
    font-size: 40px;
    font-weight: 800;
    color: #262524;
    margin-bottom: 20px;
    transition: 0.5s var(--bs-cube-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-blog-1-item .item-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-1-item .item-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-blog-1-item .item-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-1-item .item-title {
        font-size: 28px;
    }
}

.bs-blog-1-item .item-title:hover {
    color: var(--bs-clr-pr-1);
    transform: translateX(3px);
}

.bs-blog-1-item .blog-meta {
    font-size: 15px;
    color: #262524;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-flex;
    background: #fff;
    gap: 17px;
    padding: 7px 14px;
    border-radius: 20px;
    flex-wrap: wrap;
    margin-bottom: 11px;
}

.bs-blog-1-item .item-disc {
    font-size: 20px;
    margin-bottom: 23px;
}

.bs-blog-1-item:hover img {
    transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

.bs-blog-1-item:nth-child(even) {
    direction: rtl;
}

    .bs-blog-1-item:nth-child(even) .content {
        max-width: 530px;
        text-align: left;
        margin-right: auto;
        direction: ltr;
    }

    .bs-blog-1-item:nth-child(even) .item-date {
        left: unset;
        right: 37.5%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-blog-1-item:nth-child(even) .item-date {
        right: 31.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-1-item:nth-child(even) .item-date {
        right: 0%;
    }
}

.bs-blog-1-all-btn {
    font-size: 20px;
}

    .bs-blog-1-all-btn a {
        font-weight: 700;
        line-height: 1.05;
        border-bottom: 2px solid;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-blog-1-all-btn a:hover {
            color: var(--bs-clr-pr-1);
        }

/* 
    blog-1-end
*/
/* 
    blog-2-start
*/
.bs-blog-2-border {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 80px 120px;
    padding-top: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-blog-2-border {
        padding: 80px 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-blog-2-border {
        padding: 80px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-2-border {
        padding: 80px 30px;
    }
}

.bs-blog-2-sec-title .bs-subtitle-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: unset;
}

.bs-blog-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-2-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-blog-2-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-blog-2-item {
    transform-origin: left top;
}

    .bs-blog-2-item .item-img {
        height: 220px;
        margin-bottom: 20px;
    }

        .bs-blog-2-item .item-img a {
            width: 100%;
            height: 100%;
        }

        .bs-blog-2-item .item-img img {
            transition: transform 500ms;
            transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
            transform-origin: center center;
        }

    .bs-blog-2-item .item-title {
        font-size: 21px;
        color: #363636;
        margin-bottom: 10px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-blog-2-item .item-title:hover {
            color: var(--bs-clr-pr-1);
            transform: translateY(3px);
        }

    .bs-blog-2-item .item-date {
        font-family: var(--bs-font-2);
        color: #a6a6a6;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .bs-blog-2-item:hover .item-img img {
        transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
    }

/* 
    blog-2-end
*/
/* 
    blog-3-start
*/
.bs-blog-3-wrap {
    border: 2px solid #000;
    padding: 85px 65px;
    transform-origin: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-3-wrap {
        padding: 85px 30px;
    }
}

.bs-blog-3-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-3-item {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-blog-3-item {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-3-item {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-blog-3-item-single {
    transform-origin: left;
}

    .bs-blog-3-item-single .item-img {
        height: 240px;
    }

        .bs-blog-3-item-single .item-img img {
            transition: transform 500ms;
            transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
            transform-origin: center center;
        }

    .bs-blog-3-item-single .item-date {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        background: #f9f9f9;
        display: inline-block;
        padding: 8px 17px;
        border-radius: 100px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-left: 25px;
        margin-top: -17px;
        margin-bottom: 5px;
    }

        .bs-blog-3-item-single .item-date::after {
            content: "";
            width: 100%;
            height: 100%;
            background: var(--bs-clr-pr-1);
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            border-radius: 100px;
            transition: 0.5s var(--bs-cube-2);
            transform: translateX(-100%);
        }

    .bs-blog-3-item-single .item-title {
        font-size: 26px;
        line-height: 1.153;
        font-weight: 700;
        margin-bottom: 6px;
        transition: 0.4s var(--bs-cube-2);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-3-item-single .item-title {
        font-size: 22px;
    }
}

.bs-blog-3-item-single .item-title:hover {
    transform: translateX(3px);
    color: var(--bs-clr-pr-1);
}

.bs-blog-3-item-single .item-disc {
    font-size: 17px;
    color: #7a7a7a;
}

.bs-blog-3-item-single:hover .item-date::after {
    transform: translateX(0);
}

.bs-blog-3-item-single:hover .item-img img {
    transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

/* 
    blog-3-end
*/
/* 
    blog-4-start
*/
.bs-blog-4-content {
    margin-bottom: 49px;
}

    .bs-blog-4-content .inner-div {
        display: flex;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .bs-blog-4-content .inner-div .title {
            max-width: 700px;
        }

        .bs-blog-4-content .inner-div .btn-wrap {
            flex: 0 0 auto;
        }

.bs-blog-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-4-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-blog-4-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-4-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-blog-4-item .item-img {
    height: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-blog-4-item .item-img {
        height: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-blog-4-item .item-img {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-4-item .item-img {
        height: 350px;
    }
}

.bs-blog-4-item .item-img img {
    transition: transform 500ms;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform-origin: center center;
}

.bs-blog-4-item .item-img a {
    width: 100%;
    height: 100%;
}

.bs-blog-4-item .item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #F5F5F5;
    font-size: 16px;
    margin-left: auto;
    margin-right: 32px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    transition: 0.4s var(--bs-cube-2);
}

.bs-blog-4-item .author {
    padding-left: 52px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-top: -14px;
    margin-bottom: 20px;
}

    .bs-blog-4-item .author::after {
        content: "";
        width: 40px;
        height: 2px;
        position: absolute;
        top: 10px;
        left: 0;
        background: var(--bs-clr-black-2);
    }

.bs-blog-4-item .title {
    font-size: 28px;
    line-height: 1.142;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-blog-4-item .title:hover {
        color: var(--bs-clr-pr-1);
        transform: translateY(-3px);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-4-item .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .bs-blog-4-item .title {
        font-size: 22px;
    }
}

.bs-blog-4-item .item-meta {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0;
}

    .bs-blog-4-item .item-meta .read {
        margin-left: auto;
    }

    .bs-blog-4-item .item-meta .categories {
        padding-right: 12px;
        position: relative;
        z-index: 1;
        color: var(--bs-clr-h-4);
        font-weight: 500;
    }

        .bs-blog-4-item .item-meta .categories::after {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: var(--bs-clr-black-1);
            position: absolute;
            top: 11px;
            right: 0;
        }

.bs-blog-4-item:hover .item-btn {
    background: var(--bs-clr-pr-1);
    color: var(--bs-clr-white-1);
}

.bs-blog-4-item:hover .item-img {
    filter: grayscale(0);
}

    .bs-blog-4-item:hover .item-img img {
        transform: perspective(2000px) rotateX(0.1deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
    }

/* 
    blog-4-end
*/
/* 
    blog-5-start
*/
.bs-blog-5-sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

    .bs-blog-5-sec-title .left {
        max-width: 644px;
    }

.bs-blog-5-wrap {
    display: flex;
    gap: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-5-wrap {
        flex-wrap: wrap;
    }
}

.bs-blog-5-item {
    transition: 0.5s var(--bs-cube-2);
    flex-grow: 1;
    width: 33%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-5-item {
        width: 47%;
    }
}

@media (max-width: 767px) {
    .bs-blog-5-item {
        width: 100%;
    }
}

.bs-blog-5-item .main-img {
    transition: 0.5s var(--bs-cube-2);
    height: 276px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.bs-blog-5-item .item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

    .bs-blog-5-item .item-meta li {
        background: #F1F2EB;
        backdrop-filter: blur(4px);
        border-radius: 4px;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        padding: 4px 14px;
    }

.bs-blog-5-item .title {
    font-size: 24px;
    line-height: 1.166;
    margin-bottom: 12px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-blog-5-item .title:hover {
        color: var(--bs-clr-pr-1);
        transform: translateX(3px);
    }

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-blog-5-item:is(.active) {
        flex: 0 0 auto;
        width: 600px;
    }

        .bs-blog-5-item:is(.active) .main-img {
            height: 414px;
        }
}

/* 
    blog-5-end
*/
/*
    40. office
*/
/* 
    office-1-start
*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-office-1-area {
        padding-top: 50px;
    }
}

.bs-office-1-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    margin-right: -170px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-office-1-wrap {
        margin-right: -60px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-office-1-wrap {
        margin-right: 0px;
        grid-template-columns: 1fr 0.5fr;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-office-1-wrap {
        grid-template-columns: 1fr 0.2fr;
        margin-right: 0px;
        align-items: end;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-office-1-wrap {
        grid-template-columns: 1fr;
        margin-right: 0px;
        align-items: end;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-office-1-left {
        padding-bottom: 50px;
    }
}

.bs-office-1-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-office-1-item {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .bs-office-1-item {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-office-1-item {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}

.bs-office-1-card:not(:last-child) {
    padding-right: 60px;
    border-right: 1px solid #BBBBBB;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-office-1-card:not(:last-child) {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-office-1-card:not(:last-child) {
        padding-right: 0px;
        border-right: none;
    }
}

.bs-office-1-card .card-img {
    height: 140px;
    margin-bottom: 25px;
}

.bs-office-1-card .title {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--bs-font-2);
    margin-bottom: 7px;
}

.bs-office-1-card .disc {
    font-family: var(--bs-font-2);
    margin-bottom: 6px;
}

.bs-office-1-card .link {
    display: block;
    font-family: var(--bs-font-2);
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-office-1-card .link:hover {
        color: var(--bs-clr-pr-1);
        transform: translateX(3px);
    }

    .bs-office-1-card .link:not(:last-child) {
        margin-bottom: 16px;
    }

    .bs-office-1-card .link:last-child {
        font-size: 15px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-office-1-bg-img {
        max-width: 400px;
    }
}

/* 
    office-1-end
*/
/* 
    follow-us-3-start
*/
.bs-follow-3-sec-title .bs-subtitle-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-follow-3-link .link-elm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--bs-font-2);
    text-transform: capitalize;
    font-size: 47px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    gap: 45px;
    color: #212121;
    padding: 35px 0;
    padding-right: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-follow-3-link .link-elm {
        font-size: 36px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .bs-follow-3-link .link-elm {
        font-size: 30px;
        padding-right: 0;
    }
}

.bs-follow-3-link .link-elm:not(:last-child) {
    border-bottom: 1px solid #212121;
}

.bs-follow-3-link .link-elm .icon {
    transition: 0.4s var(--bs-cube-2);
}

.bs-follow-3-link .link-elm .text {
    margin-right: auto;
    transition: 0.4s var(--bs-cube-2);
}

.bs-follow-3-link .link-elm .arrow {
    font-size: 32px;
    transform: rotate(-45deg);
    transition: 0.4s var(--bs-cube-2);
}

.bs-follow-3-link .link-elm:hover .arrow {
    color: var(--bs-clr-pr-1);
    transform: rotate(0);
}

.bs-follow-3-link .link-elm:hover .text {
    color: var(--bs-clr-pr-1);
}

.bs-follow-3-link .link-elm:hover .icon {
    color: var(--bs-clr-pr-1);
}

/* 
    follow-us-3-end
*/
/* 
    office-3-start
*/
.bs-office-3-area {
    background-color: #eef4eb;
}

    .bs-office-3-area .bs-office-1-left {
        max-width: 1065px;
        padding-bottom: 0;
    }

    .bs-office-3-area .bs-office-1-card {
        padding-bottom: 70px;
    }

.bs-office-3-line {
    width: 100%;
    height: 1px;
    background: #BBBBBB;
}

.bs-office-3-bg-img {
    width: 28%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-office-3-bg-img {
        display: none;
    }
}

/* 
    office-3-end
*/
/*
    41. breadcrumb
*/
/* 
    breadcrumb-start
*/
.breadcrumb-area {
    padding-top: 250px;
}

.breadcrumb-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .breadcrumb-bg-img::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #24585e;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .breadcrumb-bg-img img {
        opacity: 55%;
    }

.breadcrumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: relative;
    z-index: 1;
}

.breadcrumb-title {
    font-family: var(--bs-font-1);
    font-size: 90px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .breadcrumb-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-title {
        font-size: 50px;
    }
}

.breadcrumb-list {
    position: relative;
    z-index: 1;
    background: var(--bs-clr-white-1);
    display: inline-block;
    margin-left: auto;
    padding: 16px 32px;
}

    .breadcrumb-list a, .breadcrumb-list span {
        font-weight: 500;
        font-size: 18px;
        letter-spacing: -0.01em;
        font-family: var(--bs-font-2);
        line-height: 28px;
        color: var(--bs-clr-h-4);
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
    }

    .breadcrumb-list a {
        padding-right: 30px;
        position: relative;
        transition: 300ms;
    }

        .breadcrumb-list a:hover {
            color: var(--bs-clr-pr-1);
        }

        .breadcrumb-list a::after {
            content: "";
            position: absolute;
            right: 3px;
            top: 13px;
            transform: translateY(-50%);
            background-image: url(../img/breadcrumb/icon.svg);
            width: 18px;
            height: 18px;
        }

    .breadcrumb-list span {
        opacity: 60%;
    }

.breadcrumb-list-shape {
    position: absolute;
    bottom: 220%;
    right: 113%;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .breadcrumb-list-shape {
        display: none;
    }
}

.breadcrumb-back-page-btn {
    font-family: var(--bs-font-1);
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.02em;
    font-size: 18px;
    color: var(--bs-clr-black-1);
    transition: 0.4s var(--bs-cube-2);
}

    .breadcrumb-back-page-btn i {
        color: var(--bs-clr-pr-1);
    }

    .breadcrumb-back-page-btn:hover {
        color: var(--bs-clr-pr-1);
        transform: translateX(-3px);
    }

.breadcrumb-img {
    margin-right: -90px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .breadcrumb-img {
        margin-right: 0px;
    }
}

.breadcrumb-img::before {
    content: "";
    width: 100%;
    height: 165px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 212, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.breadcrumb-area:is(.has-2) {
    padding-top: 0;
}

    .breadcrumb-area:is(.has-2) .breadcrumb-wrap {
        gap: 64px;
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .breadcrumb-area:is(.has-2) .breadcrumb-title {
        color: var(--bs-clr-black-1);
    }

    .breadcrumb-area:is(.has-2) .breadcrumb-bg-shape {
        width: 35%;
        text-align: right;
        position: absolute;
        right: -20px;
        top: 28%;
    }

/* 
    breadcrumb-end
*/
/* 
    breadcrumb-career-page-start
*/
.breadcrumb-area:is(.has-career-page) {
    padding-top: 192px;
}

    .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap {
        display: grid;
        grid-template-columns: 1fr 1.05fr;
        gap: 66px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap {
        grid-template-columns: 1fr;
    }
}

.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .left {
    padding-top: 30px;
}

.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .disc {
    color: var(--bs-clr-white-1);
    opacity: 80%;
    max-width: 485px;
    margin-bottom: 32px;
}

.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 760px;
    border-radius: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
        height: 660px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
        height: 560px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
        height: 500px;
    }
}

.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .sm-img {
    max-width: 544px;
    height: 365px;
    border-radius: 16px;
    margin-left: auto;
    margin-top: 35px;
}

.breadcrumb-area:is(.has-career-page) .breadcrumb-title {
    font-size: 70px;
    max-width: 570px;
    margin-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
        font-size: 50px;
    }
}

.breadcrumb-area:is(.has-career-page) .breadcrumb-bg-img {
    height: calc(100% - 310px);
}

/* 
    breadcrumb-career-page-end
*/
/* 
    breadcrumb-blog-details-start
*/
.breadcrumb-area:is(.has-blog-details) {
    padding-top: 180px;
}

    .breadcrumb-area:is(.has-blog-details) .breadcrumb-wrap {
        gap: 60px;
    }

    .breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn {
        color: var(--bs-clr-white-1);
    }

        .breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn:hover {
            color: var(--bs-clr-pr-1);
        }

    .breadcrumb-area:is(.has-blog-details) .breadcrumb-title {
        text-align: center;
    }

/* 
    breadcrumb-blog-details-end
*/
/*
    42. service-details
*/
/* 
    services-details-start
*/
.bs-services-details-slider {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 2.3fr 1fr;
    gap: 40px;
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .bs-services-details-slider {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-slider {
        grid-template-columns: 2.3fr 1fr;
    }
}

.bs-services-details-slider-1-img {
    height: 720px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-services-details-slider-1-img {
        height: 620px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-services-details-slider-1-img {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-details-slider-1-img {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-details-slider-1-img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .bs-services-details-slider-1-img {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-slider-1-img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .bs-services-details-slider-2 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-slider-2 {
        display: block;
    }
}

.bs-services-details-slider-btn-posi {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.bs-services-details-slider-btn-flex {
    display: flex;
    justify-content: space-between;
}

    .bs-services-details-slider-btn-flex .bs-slider-btn-1 {
        width: 48px;
        height: 48px;
        box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
        border-radius: 50%;
        background: var(--bs-clr-white-1);
        border: none;
        color: var(--bs-clr-black-1);
        opacity: 1;
    }

        .bs-services-details-slider-btn-flex .bs-slider-btn-1:hover {
            background: var(--bs-clr-pr-1);
        }

.bs-services-details-content {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

    .bs-services-details-content h1, .bs-services-details-content h2, .bs-services-details-content h3, .bs-services-details-content h4, .bs-services-details-content h5, .bs-services-details-content h6 {
        font-family: var(--bs-font-pr-1);
        color: #000;
        line-height: 1.23;
        margin-top: 54px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .bs-services-details-content p, .bs-services-details-content span, .bs-services-details-content li {
        font-family: var(--bs-font-pr-1);
        color: #444444;
        font-size: 18px;
        line-height: 28px;
    }

    .bs-services-details-content h1 {
        font-size: 36px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-details-content h1 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-details-content h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-services-details-content h1 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-content h1 {
        font-size: 26px;
    }
}

.bs-services-details-content h2 {
    font-size: 30px;
}

@media (max-width: 767px) {
    .bs-services-details-content h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-content h2 {
        font-size: 26px;
    }
}

.bs-services-details-content h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .bs-services-details-content h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-content h3 {
        font-size: 26px;
    }
}

.bs-services-details-content h4 {
    font-size: 28px;
}

@media (max-width: 767px) {
    .bs-services-details-content h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-content h4 {
        font-size: 26px;
    }
}

.bs-services-details-content h5 {
    font-size: 22px;
}

@media (max-width: 767px) {
    .bs-services-details-content h5 {
        font-size: 18px;
    }
}

.bs-services-details-content h6 {
    font-size: 18px;
}

.bs-services-details-content-feature {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

    .bs-services-details-content-feature:nth-of-type(1) {
        margin-top: 35px;
    }

    .bs-services-details-content-feature .icon {
        font-size: 24px;
    }

    .bs-services-details-content-feature h1, .bs-services-details-content-feature h2, .bs-services-details-content-feature h3, .bs-services-details-content-feature h4, .bs-services-details-content-feature h5, .bs-services-details-content-feature h6 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .bs-services-details-content-feature p {
        margin-bottom: 0;
    }

.bs-services-details-content-img {
    height: 520px;
    margin-top: 60px;
    margin-left: -365px;
    margin-right: -365px;
}

    .bs-services-details-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-services-details-content-img {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-services-details-content-img {
        height: 500px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .bs-services-details-content-img {
        height: 350px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-content-img {
        height: 400px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.bs-services-details-testimonial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

@media (max-width: 767px) {
    .bs-services-details-testimonial {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-services-details-testimonial {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-services-details-testimonial .bs-testimonial-2-slider-item {
    border-radius: 12px;
    padding: 40px 32px;
    background: #F6F6F6;
}

@media (max-width: 767px) {
    .bs-services-details-testimonial .bs-testimonial-2-slider-item {
        padding: 40px 20px;
    }
}

.bs-services-details-testimonial .bs-testimonial-2-slider-item .img-flex {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 19px;
}

.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-name {
    font-family: var(--bs-font-1);
    color: var(--bs-clr-black-1);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0;
}

.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-disc {
    font-family: var(--bs-font-1);
    color: var(--bs-clr-black-1);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-rating {
    color: #FCA804;
    font-size: 16px;
    margin-bottom: 19px;
}

.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-comment {
    font-family: var(--bs-font-1);
    color: #444444;
    line-height: 28px;
    margin-bottom: 0;
}

.bs-accordion:is(.has-details-page) .bs-accordion-item {
    border: 1px solid #E7EAF2;
    border-radius: 12px;
    padding-bottom: 0;
}

    .bs-accordion:is(.has-details-page) .bs-accordion-item:is(.active) {
        background-color: #F3F3F3;
    }

    .bs-accordion:is(.has-details-page) .bs-accordion-item:not(:last-child) {
        margin-bottom: 12px;
    }

    .bs-accordion:is(.has-details-page) .bs-accordion-item .item-title {
        font-size: 20px;
        font-weight: 500;
        gap: 12px;
        padding: 25px 32px;
    }

        .bs-accordion:is(.has-details-page) .bs-accordion-item .item-title .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #444444;
            transition: 0.4s var(--bs-cube-1);
            opacity: 40%;
        }

        .bs-accordion:is(.has-details-page) .bs-accordion-item .item-title:is(:not(.collapsed)) .dot {
            opacity: 1;
        }

    .bs-accordion:is(.has-details-page) .bs-accordion-item .item-body p {
        padding-left: 53px;
        font-weight: 400;
        padding-bottom: 25px;
        line-height: 26px;
    }

/* 
    services-details-end
*/
/*
    43. team-details
*/
/* 
    team-details-1-start
*/
.bs-team-details-area {
    padding-top: 100px;
}

.bs-team-details-person {
    display: grid;
    grid-template-columns: 1fr 1.27fr;
    gap: 100px;
    margin-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-team-details-person {
        gap: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-details-person {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.bs-team-details-person-img {
    height: 820px;
}

    .bs-team-details-person-img img {
        object-position: top;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-details-person-img {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .bs-team-details-person-img {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-details-person-img {
        height: 500px;
    }
}

.bs-team-details-person-social {
    background: #fff;
    border: 1px solid #EEEEEE;
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -12px 12px 36px rgba(0, 0, 0, 0.12);
}

    .bs-team-details-person-social a {
        display: inline-flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #000;
        transition: all 0.3s var(--bs-cube-2);
    }

        .bs-team-details-person-social a:not(:last-child) {
            border-right: 1px solid #EEEEEE;
        }

        .bs-team-details-person-social a:hover {
            color: var(--bs-clr-pr-1);
        }

.bs-team-details-person-info .person-name {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-team-details-person-info .person-name {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-team-details-person-info .person-name {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-details-person-info .person-name {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .bs-team-details-person-info .person-name {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-details-person-info .person-name {
        font-size: 28px;
    }
}

.bs-team-details-person-info .person-bio {
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-clr-pr-1);
    margin-bottom: 29px;
}

.bs-team-details-person-info .person-disc {
    margin-bottom: 29px;
}

.bs-team-details-person-info .person-degi {
    margin-bottom: 30px;
}

    .bs-team-details-person-info .person-degi li {
        font-family: var(--bs-font-1);
        text-transform: capitalize;
        font-size: 18px;
        line-height: 28px;
        color: #444444;
    }

        .bs-team-details-person-info .person-degi li:not(:last-child) {
            margin-bottom: 17px;
        }

        .bs-team-details-person-info .person-degi li b {
            color: #000;
            font-weight: 500;
            display: inline-block;
            width: 20%;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-details-person-info .person-degi li b {
        width: 30%;
    }
}

.bs-team-details-person-info .info-subtitle {
    font-size: 24px;
    margin-bottom: 17px;
}

.bs-team-details-disc {
    background: #1D1D3D;
    padding-top: 200px;
    margin-top: -100px;
    padding-bottom: 375px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-details-disc {
        margin-top: 100px;
        padding-top: 100px;
    }
}

.bs-team-details-disc-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-team-details-disc-wrap {
        gap: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-details-disc-wrap {
        gap: 60px;
        grid-template-columns: 1fr;
    }
}

.bs-team-details-disc-content .title {
    font-size: 40px;
    margin-bottom: 17px;
    color: var(--bs-clr-white-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-details-disc-content .title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .bs-team-details-disc-content .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-details-disc-content .title {
        font-size: 28px;
    }
}

.bs-team-details-disc-content .disc {
    color: var(--bs-clr-white-1);
    opacity: 80%;
}

    .bs-team-details-disc-content .disc:not(:last-child) {
        margin-bottom: 20px;
    }

.bs-team-details-disc-skill > .title {
    font-size: 40px;
    margin-bottom: 17px;
    color: var(--bs-clr-white-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-team-details-disc-skill > .title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .bs-team-details-disc-skill > .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-details-disc-skill > .title {
        font-size: 28px;
    }
}

.bs-team-details-disc-skill .disc {
    color: var(--bs-clr-white-1);
    opacity: 80%;
    margin-bottom: 35px;
}

.bs-team-details-contact {
    margin-top: -338px;
}

.bs-team-details-contact-row {
    background: #F6F6F6;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    border-radius: 16px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-details-contact-row {
        grid-template-columns: 1fr;
    }
}

.bs-team-details-contact-form {
    padding: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-team-details-contact-form {
        padding: 64px 30px;
    }
}

.bs-team-details-contact-form .title {
    color: #000;
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-team-details-contact-form .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-team-details-contact-form .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-team-details-contact-form .title {
        font-size: 26px;
    }
}

.bs-team-details-contact-form .fx-form-1-input {
    background: transparent;
}

/* 
    team-details-1-end
*/
/*
    44. project-details
*/
/* 
    services-details-start
*/
.bs-project-details-img {
    height: 800px;
    margin-left: -130px;
    margin-right: -130px;
    margin-bottom: 32px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-project-details-img {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-project-details-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 700px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-project-details-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-details-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-details-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 400px;
    }
}

.bs-project-details-meta {
    margin-left: -130px;
    margin-right: -130px;
    background: #000;
    padding: 46px 50px;
    display: flex;
    justify-content: space-between;
    gap: 20px 50px;
    list-style: none;
    margin-bottom: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-project-details-meta {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-details-meta {
        margin-left: 0px;
        margin-right: 0px;
        padding: 46px 20px;
        flex-wrap: wrap;
        gap: 15px 20px;
    }
}

.bs-project-details-meta li {
    font-family: var(--bs-font-1);
    font-size: 20px;
    color: var(--bs-clr-white-1);
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

    .bs-project-details-meta li b {
        font-weight: 500;
        display: block;
        font-size: 16px;
        margin-bottom: 4px;
    }

    .bs-project-details-meta li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.32);
        padding-right: 98px;
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .bs-project-details-meta li:not(:last-child) {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-details-meta li:not(:last-child) {
        padding-right: 0px;
        border-right: none;
    }
}

.bs-project-details-content {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

    .bs-project-details-content h1, .bs-project-details-content h2, .bs-project-details-content h3, .bs-project-details-content h4, .bs-project-details-content h5, .bs-project-details-content h6 {
        font-family: var(--bs-font-pr-1);
        color: #000;
        line-height: 1.23;
        margin-top: 54px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .bs-project-details-content p, .bs-project-details-content span, .bs-project-details-content li {
        font-family: var(--bs-font-pr-1);
        color: #444444;
        font-size: 18px;
        line-height: 28px;
    }

    .bs-project-details-content h1 {
        font-size: 36px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-details-content h1 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-project-details-content h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-project-details-content h1 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-project-details-content h1 {
        font-size: 26px;
    }
}

.bs-project-details-content h2 {
    font-size: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-project-details-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-project-details-content h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-project-details-content h2 {
        font-size: 26px;
    }
}

.bs-project-details-content h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .bs-project-details-content h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-project-details-content h3 {
        font-size: 26px;
    }
}

.bs-project-details-content h4 {
    font-size: 28px;
}

@media (max-width: 767px) {
    .bs-project-details-content h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-project-details-content h4 {
        font-size: 26px;
    }
}

.bs-project-details-content h5 {
    font-size: 22px;
}

@media (max-width: 767px) {
    .bs-project-details-content h5 {
        font-size: 18px;
    }
}

.bs-project-details-content h6 {
    font-size: 18px;
}

.bs-project-details-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

    .bs-project-details-content ul li {
        position: relative;
        z-index: 1;
        padding-left: 30px;
    }

        .bs-project-details-content ul li::after {
            content: "";
            background-image: url(../img/illus/pin-icon.svg);
            position: absolute;
            left: 0;
            top: 4px;
            width: 18px;
            height: 18px;
        }

        .bs-project-details-content ul li:not(:last-child) {
            margin-bottom: 13px;
        }

.bs-project-details-content .big-letter {
    font-size: 40px;
    color: #000;
}

.bs-project-details-content .inner-img {
    margin-left: -365px;
    margin-right: -365px;
    height: 650px;
    margin-top: 58px;
}

    .bs-project-details-content .inner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-project-details-content .inner-img {
        height: 600px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-project-details-content .inner-img {
        height: 550px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-project-details-content .inner-img {
        height: 500px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-project-details-content .inner-img {
        height: 450px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .bs-project-details-content .inner-img {
        height: 400px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.bs-project-details-content-gallery {
    margin-left: -240px;
    margin-right: -240px;
    display: grid;
    gap: 32px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-details-content-gallery {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.bs-project-details-content-gallery .img-elm {
    width: 100%;
    height: 100%;
    height: 396px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-details-content-gallery .img-elm {
        height: 300px;
    }
}

.bs-project-details-content-gallery .img-elm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-project-details-content-gallery .row-1 {
    display: grid;
    grid-template-columns: 1.52fr 1fr;
    gap: 32px;
}

@media (max-width: 767px) {
    .bs-project-details-content-gallery .row-1 {
        grid-template-columns: 1fr;
    }
}

.bs-project-details-content-gallery .row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

@media (max-width: 767px) {
    .bs-project-details-content-gallery .row-2 {
        grid-template-columns: 1fr;
    }
}

.bs-project-details-content-gallery .row-2 .img-elm {
    height: 309px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-project-details-content-gallery .row-2 .img-elm {
        height: 250px;
    }
}

/* 
    project-details-end
*/
/*
    45. career
*/
/* 
    career-page-start
*/
.bs-career-sec-title {
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
}

.bs-career-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-career-item {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bs-career-item {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-career-item {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-career-item-single {
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 43px 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-career-item-single {
        padding: 34px 20px;
    }
}

.bs-career-item-single .item-icon {
    width: 52px;
    margin-bottom: 24px;
}

.bs-career-item-single .item-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.bs-career-item-single .item-disc {
    font-size: 16px;
    line-height: 26px;
}

.bs-career-item-single:hover .item-icon svg {
    animation: jackInTheBox 1s;
}

.bs-career-item-single:hover .item-icon i {
    animation: jackInTheBox 1s;
}

/* 
    career-page-end
*/
/* 
    career-offer-start
*/
.bs-career-offer-area {
    background-color: #EEF3EC;
}

.bs-career-offer-sec-title {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

    .bs-career-offer-sec-title .bs-sec-title-1 {
        margin-bottom: 23px;
    }

.bs-career-offer-accordion {
    max-width: 1058px;
    margin-left: auto;
    margin-right: auto;
}

    .bs-career-offer-accordion .bs-accordion-item {
        padding: 0;
        margin-bottom: 0;
        border-color: #BEBEBE;
    }

        .bs-career-offer-accordion .bs-accordion-item:nth-child(1) {
            border-top: 1px solid #BEBEBE;
        }

        .bs-career-offer-accordion .bs-accordion-item .item-title {
            font-size: 32px;
            font-weight: 500;
            padding: 45px 0;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-career-offer-accordion .bs-accordion-item .item-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .bs-career-offer-accordion .bs-accordion-item .item-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-career-offer-accordion .bs-accordion-item .item-title {
        font-size: 24px;
    }
}

.bs-career-offer-accordion .bs-accordion-item .item-title .icon {
    font-size: 15px;
    width: 32px;
    height: 32px;
    border: 1.5px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-career-offer-accordion .bs-accordion-item .item-body {
    padding-bottom: 48px;
}

    .bs-career-offer-accordion .bs-accordion-item .item-body .item-list {
        display: flex;
        gap: 120px;
        margin-top: -8px;
        margin-bottom: 26px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-career-offer-accordion .bs-accordion-item .item-body .item-list {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .bs-career-offer-accordion .bs-accordion-item .item-body .item-list {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.bs-career-offer-accordion .bs-accordion-item .item-body .item-list li {
    text-transform: capitalize;
}

    .bs-career-offer-accordion .bs-accordion-item .item-body .item-list li span {
        font-size: 22px;
        font-weight: 500;
        display: block;
    }

.bs-career-offer-accordion .bs-accordion-item .item-body p {
    padding-left: 0;
    font-weight: 400;
    padding-bottom: 30px;
}

/* 
    career-offer-end
*/
/*
    46. career-single
*/
/* 
    career-single-start
*/
.bs-career-single-content {
    max-width: 730px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-career-single-content {
        margin-bottom: 50px;
    }
}

.bs-career-single-content h1, .bs-career-single-content h2, .bs-career-single-content h3, .bs-career-single-content h4, .bs-career-single-content h5, .bs-career-single-content h6 {
    font-family: var(--bs-font-pr-1);
    color: #000;
    line-height: 1.23;
    margin-bottom: 16px;
    font-weight: 700;
}

    .bs-career-single-content h1:not(:first-child), .bs-career-single-content h2:not(:first-child), .bs-career-single-content h3:not(:first-child), .bs-career-single-content h4:not(:first-child), .bs-career-single-content h5:not(:first-child), .bs-career-single-content h6:not(:first-child) {
        margin-top: 45px;
    }

.bs-career-single-content p, .bs-career-single-content span, .bs-career-single-content li {
    font-family: var(--bs-font-pr-1);
    color: #444444;
    font-size: 18px;
    line-height: 28px;
}

.bs-career-single-content h1 {
    font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-career-single-content h1 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-career-single-content h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-career-single-content h1 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-career-single-content h1 {
        font-size: 26px;
    }
}

.bs-career-single-content h2 {
    font-size: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-career-single-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-career-single-content h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-career-single-content h2 {
        font-size: 26px;
    }
}

.bs-career-single-content h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .bs-career-single-content h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-career-single-content h3 {
        font-size: 26px;
    }
}

.bs-career-single-content h4 {
    font-size: 28px;
}

@media (max-width: 767px) {
    .bs-career-single-content h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-career-single-content h4 {
        font-size: 26px;
    }
}

.bs-career-single-content h5 {
    font-size: 22px;
}

@media (max-width: 767px) {
    .bs-career-single-content h5 {
        font-size: 18px;
    }
}

.bs-career-single-content h6 {
    font-size: 18px;
}

.bs-career-single-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

    .bs-career-single-content ul li {
        position: relative;
        z-index: 1;
        padding-left: 30px;
    }

        .bs-career-single-content ul li::after {
            content: "";
            background-image: url(../img/illus/check-icon.svg);
            position: absolute;
            left: 0;
            top: 4px;
            width: 18px;
            height: 18px;
        }

        .bs-career-single-content ul li:not(:last-child) {
            margin-bottom: 13px;
        }

.bs-career-single-sidebar {
    background: #F7F6F1;
    padding: 48px 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-career-single-sidebar {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .bs-career-single-sidebar {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-career-single-sidebar {
        padding: 40px;
    }
}

.bs-career-single-sidebar:not(:last-child) {
    margin-bottom: 40px;
}

.bs-career-single-sidebar-list li {
    font-family: var(--bs-font-1);
    color: #000;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #DFE1E5;
    padding-bottom: 17px;
}

    .bs-career-single-sidebar-list li:not(:last-child) {
        margin-bottom: 18px;
    }

    .bs-career-single-sidebar-list li span {
        opacity: 72%;
        margin-left: auto;
    }

.bs-career-single-sidebar-btn {
    width: 100%;
    text-align: center;
    border: 2px solid var(--fx-clr-pr-1);
    background: transparent;
    padding: 17px 27px;
}

    .bs-career-single-sidebar-btn .text::before {
        color: var(--fx-clr-pr-1);
    }

    .bs-career-single-sidebar-btn:hover {
        background: var(--fx-clr-pr-1);
    }

.bs-career-single-form {
    grid-template-columns: 1fr;
    gap: 20px;
}

.bs-career-single-form-box .box-icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.bs-career-single-form .bs-form-1-item-label {
    font-size: 14px;
    font-weight: 400;
    opacity: 56%;
}

.bs-career-single-form .bs-form-1-item-input {
    border-bottom: 1px solid #CED3CA;
    font-size: 16px;
    padding: 0;
    color: #000;
    font-weight: 400;
}

.bs-career-single-form .bs-form-1-item .bs-btn-1 {
    width: 100%;
    justify-content: center;
}

.bs-career-single-form .bs-form-1-item::after {
    height: 1px;
}

.bs-career-single-form .bs-form-1-item:focus-within .bs-form-1-item-label {
    opacity: 1;
}

.bs-career-single-form .bs-form-1-item:focus-within::after {
    transform: scaleX(1);
}

.bs-career-single-form .bs-form-1-item:last-child {
    margin-top: 10px;
}

/* 
    career-single-end
*/
/*
    47. blog-details
*/
/* 
    blog-details-start
*/
.bs-blog-page-2-wrap {
    display: grid;
    grid-template-columns: 2.07fr 1fr;
    gap: 32px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-page-2-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.bs-blog-page-2-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

@media (max-width: 767px) {
    .bs-blog-page-2-item {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-page-2-item {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-blog-page-2-item .bs-blog-4-item .item-img {
    filter: grayscale(0);
}

.bs-blog-page-sidebar {
    background: #EEF3EC;
}

.bs-blog-page-sidebar-widget {
    padding: 44px 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-blog-page-sidebar-widget {
        padding: 44px 20px;
    }
}

@media (max-width: 767px) {
    .bs-blog-page-sidebar-widget {
        padding: 44px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-page-sidebar-widget {
        padding: 44px 32px;
    }
}

.bs-blog-page-sidebar-widget:not(:last-child) {
    border-bottom: 1px solid rgba(12, 12, 12, 0.16);
}

.bs-blog-page-sidebar-widget .widget-title {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: -5px;
}

.bs-sidebar-search {
    position: relative;
    z-index: 1;
}

.bs-sidebar-search-input {
    font-family: var(--bs-font-3);
    border: none;
    outline: none;
    margin: 0;
    background: #fff;
    height: 54px;
    width: 100%;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.bs-sidebar-search-btn {
    width: 54px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: var(--bs-clr-pr-1);
    border-radius: 0 4px 4px 0;
    color: #fff;
    transition: all 0.3s ease;
}

    .bs-sidebar-search-btn:hover {
        background: #000;
    }

.bs-sidebar-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bs-sidebar-categories a {
        font-family: var(--bs-font-1);
        text-transform: capitalize;
        font-size: 18px;
        line-height: 28px;
        color: rgba(0, 0, 0, 0.82);
        display: flex;
        justify-content: space-between;
        padding: 18px 0;
        padding-left: 24px;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #DFE1E5;
        transition: all 0.4s var(--bs-cube-2);
    }

        .bs-sidebar-categories a::after {
            content: "";
            width: 16px;
            height: 16px;
            border: 1px solid #CACACA;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 23px;
            transition: all 0.4s var(--bs-cube-2);
        }

        .bs-sidebar-categories a:hover {
            color: var(--bs-clr-pr-1);
        }

            .bs-sidebar-categories a:hover::after {
                border-color: transparent;
                background: var(--bs-clr-pr-1);
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-sidebar-blog {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 30px;
    }
}

@media (max-width: 767px) {
    .bs-sidebar-blog {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0 30px;
    }
}

.bs-sidebar-blog-single {
    border-bottom: none;
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 24px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-sidebar-blog-single {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bs-sidebar-blog-single {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-sidebar-blog-single {
        grid-template-columns: 1fr 1.45fr;
    }
}

.bs-sidebar-blog-single:not(:last-child) {
    margin-bottom: 28px;
}

.bs-sidebar-blog-single .item-img {
    height: 160px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.bs-sidebar-blog-single .item-meta {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 15px;
    margin-bottom: 10px;
}

.bs-sidebar-blog-single .title {
    font-size: 20px;
    line-height: 26px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-sidebar-blog-single .title:hover {
        color: var(--bs-clr-pr-1);
    }

.bs-sidebar-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .bs-sidebar-tags a {
        font-size: 16px;
        line-height: 20px;
        font-family: var(--lw-font-2);
        color: rgba(0, 0, 0, 0.6);
        background: #fff;
        display: inline-block;
        padding: 7px 16px;
        border-radius: 2px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-sidebar-tags a:hover {
            color: #000;
            background: var(--bs-clr-pr-1);
        }

.bs-blog-page-3-item-single {
    padding: 32px 32px;
    border: 1px solid #DFE1E5;
}

@media (max-width: 767px) {
    .bs-blog-page-3-item-single {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-page-3-item-single {
        padding: 32px 32px;
    }
}

.bs-blog-page-3-item-single:not(:last-child) {
    margin-bottom: 32px;
}

.bs-blog-page-3-item-single .item-img {
    height: 380px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .bs-blog-page-3-item-single .item-img {
        height: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-page-3-item-single .item-img {
        height: 350px;
    }
}

.bs-blog-page-3-item-single .item-img img {
    transform-origin: left;
    transition: 0.5s;
}

.bs-blog-page-3-item-single .item-img .swiper-container {
    width: 100%;
    height: 100%;
}

    .bs-blog-page-3-item-single .item-img .swiper-container .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .bs-blog-page-3-item-single .item-img .swiper-container .swiper-slide {
        width: 100%;
        height: 100%;
    }

.bs-blog-page-3-item-single .item-img .blog-img-navi-btn {
    transform: translateY(-50%);
    z-index: 1;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.3s;
}

    .bs-blog-page-3-item-single .item-img .blog-img-navi-btn:hover {
        background: var(--bs-clr-pr-1);
        border-color: transparent;
    }

.bs-blog-page-3-item-single .item-img .bs-blog-img-next {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.bs-blog-page-3-item-single .item-img .bs-blog-img-prev {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.bs-blog-page-3-item-single .item-img .item-img-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bs-blog-page-3-item-single .item-img .bs-play-btn-5 {
    width: 84px;
    height: 84px;
}

.bs-blog-page-3-item-single .item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 50px;
    padding: 28px 0;
}

    .bs-blog-page-3-item-single .item-meta .meta-item {
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 18px;
        line-height: 20px;
        align-items: center;
        gap: 8px;
        font-weight: 400;
        text-transform: capitalize;
    }

@media (max-width: 767px) {
    .bs-blog-page-3-item-single .item-meta .meta-item {
        font-size: 16px;
    }
}

.bs-blog-page-3-item-single .item-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 17px;
    transition: 0.2s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-blog-page-3-item-single .item-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-page-3-item-single .item-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .bs-blog-page-3-item-single .item-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-page-3-item-single .item-title {
        font-size: 22px;
    }
}

.bs-blog-page-3-item-single .item-title:hover {
    color: var(--bs-clr-pr-1);
}

.bs-blog-page-3-item-single .item-disc {
    margin-bottom: 24px;
}

.bs-blog-page-3-item-single .item-btn {
    text-transform: uppercase;
    display: inline-flex;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    align-items: center;
    gap: 11px;
    transition: 0.3s;
}

    .bs-blog-page-3-item-single .item-btn i {
        width: 32px;
        height: 32px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-clr-pr-1);
        border-radius: 50%;
        color: #000;
        transition: 0.3s;
        font-size: 20px;
    }

    .bs-blog-page-3-item-single .item-btn:hover {
        color: var(--bs-clr-pr-1);
    }

        .bs-blog-page-3-item-single .item-btn:hover i {
            transform: translateX(5px);
        }

.bs-blog-details-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 80px;
    background: #F5F5F5;
    padding: 23px 59px;
    justify-content: center;
    align-self: center;
    margin-top: 50px;
}

    .bs-blog-details-meta .meta-item {
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 18px;
        line-height: 20px;
        gap: 8px;
        font-weight: 500;
        text-transform: capitalize;
    }

        .bs-blog-details-meta .meta-item svg path {
            fill: var(--bs-clr-pr-1);
        }

.bs-blog-details-content {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

    .bs-blog-details-content h1, .bs-blog-details-content h2, .bs-blog-details-content h3, .bs-blog-details-content h4, .bs-blog-details-content h5, .bs-blog-details-content h6 {
        font-family: var(--bs-font-pr-1);
        color: #000;
        line-height: 1.23;
        margin-top: 54px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .bs-blog-details-content p, .bs-blog-details-content span, .bs-blog-details-content li {
        font-family: var(--bs-font-pr-1);
        color: #444444;
        font-size: 18px;
        line-height: 28px;
    }

    .bs-blog-details-content h1 {
        font-size: 36px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-blog-details-content h1 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-details-content h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-blog-details-content h1 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-content h1 {
        font-size: 26px;
    }
}

.bs-blog-details-content h2 {
    font-size: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-blog-details-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-blog-details-content h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-content h2 {
        font-size: 26px;
    }
}

.bs-blog-details-content h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .bs-blog-details-content h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-content h3 {
        font-size: 26px;
    }
}

.bs-blog-details-content h4 {
    font-size: 28px;
}

@media (max-width: 767px) {
    .bs-blog-details-content h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-content h4 {
        font-size: 26px;
    }
}

.bs-blog-details-content h5 {
    font-size: 22px;
}

@media (max-width: 767px) {
    .bs-blog-details-content h5 {
        font-size: 18px;
    }
}

.bs-blog-details-content h6 {
    font-size: 18px;
}

.bs-blog-details-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

    .bs-blog-details-content ul li {
        padding-left: 22px;
        position: relative;
        z-index: 1;
        display: flex;
        gap: 8px;
    }

@media (max-width: 767px) {
    .bs-blog-details-content ul li {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-content ul li {
        flex-wrap: nowrap;
    }
}

.bs-blog-details-content ul li:not(:last-child) {
    margin-bottom: 17px;
}

.bs-blog-details-content ul li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background-color: var(--bs-clr-pr-1);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.bs-blog-details-content ul li b {
    max-width: 155px;
    width: 100%;
}

.bs-blog-details-content blockquote {
    font-family: var(--bs-font-pr-1);
    background: #F6F6F6;
    border-radius: 12px;
    padding: 35px 40px;
    color: #000;
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
    overflow: hidden;
    border-left: 4px solid var(--bs-clr-pr-1);
    margin-top: 55px;
}

    .bs-blog-details-content blockquote span {
        color: var(--bs-clr-pr-1);
    }

    .bs-blog-details-content blockquote::after {
        content: "";
        width: 60px;
        height: 60px;
        background: url("../img/illus/quote.svg") no-repeat;
        left: 31px;
        top: 26px;
        position: absolute;
        z-index: -1;
    }

.bs-blog-details-content cite {
    font-family: var(--bs-font-pr-1);
    display: block;
    font-weight: 700;
    color: #000;
    font-style: normal;
    padding-left: 72px;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

@media (max-width: 767px) {
    .bs-blog-details-content cite {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-content cite {
        font-size: 18px;
    }
}

.bs-blog-details-content cite::after {
    content: "";
    width: 62px;
    height: 2px;
    border-radius: 20px;
    background: var(--bs-clr-pr-1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.bs-blog-details-content .big-letter {
    font-size: 40px;
    color: #000;
}

.bs-blog-details-content-img {
    height: 600px;
    margin-left: -365px;
    margin-right: -365px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-blog-details-content-img {
        margin-left: -265px;
        margin-right: -265px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-blog-details-content-img {
        margin-left: -165px;
        margin-right: -165px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-blog-details-content-img {
        margin-left: 0px;
        margin-right: 0px;
        height: 400px;
    }
}

.bs-blog-details-tag-share {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #DFE1E5;
    border-top: 1px solid #DFE1E5;
    padding: 34px 0;
    margin-top: 60px;
    margin-bottom: 64px;
}

    .bs-blog-details-tag-share .bs-blog-share, .bs-blog-details-tag-share .bs-blog-tag {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .bs-blog-details-tag-share .bs-blog-share .title, .bs-blog-details-tag-share .bs-blog-tag .title {
            margin-top: 0;
            line-height: 30px;
            font-size: 20px;
            font-weight: 600;
            margin: 0;
            padding: 0;
        }

        .bs-blog-details-tag-share .bs-blog-share .tag, .bs-blog-details-tag-share .bs-blog-tag .tag {
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.92);
            background: #F4F4F4;
            line-height: 20px;
            border-radius: 5px;
            padding: 10px 19px;
            transition: all 0.3s ease;
        }

            .bs-blog-details-tag-share .bs-blog-share .tag:hover, .bs-blog-details-tag-share .bs-blog-tag .tag:hover {
                background: var(--bs-clr-pr-1);
                color: rgb(0, 0, 0);
            }

        .bs-blog-details-tag-share .bs-blog-share .link, .bs-blog-details-tag-share .bs-blog-tag .link {
            transition: all 0.3s ease;
        }

            .bs-blog-details-tag-share .bs-blog-share .link:hover, .bs-blog-details-tag-share .bs-blog-tag .link:hover {
                transform: scale(90%);
            }

        .bs-blog-details-tag-share .bs-blog-share .copylink, .bs-blog-details-tag-share .bs-blog-tag .copylink {
            display: flex;
            width: 36px;
            height: 36px;
            justify-content: center;
            align-items: center;
            background: #DFE1E5;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

            .bs-blog-details-tag-share .bs-blog-share .copylink:hover, .bs-blog-details-tag-share .bs-blog-tag .copylink:hover {
                background: var(--bs-clr-pr-1);
            }

.bs-blog-details-comment-item {
    background: #EEF3EC;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    .bs-blog-details-comment-item {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-comment-item {
        flex-wrap: nowrap;
    }
}

.bs-blog-details-comment-item .img-wrap {
    flex: 0 0 auto;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
}

.bs-blog-details-comment-item .name {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
    display: block;
}

.bs-blog-details-comment-item .comment-text {
    margin-bottom: 0;
}

.bs-blog-details-comment-from {
    background-color: #F4F4F4;
    border-radius: 8px;
    padding: 52px 52px;
}

@media (max-width: 767px) {
    .bs-blog-details-comment-from {
        padding: 52px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-blog-details-comment-from {
        padding: 52px 52px;
    }
}

.bs-blog-details-comment-from .form-title {
    margin-top: 0;
    font-size: 32px;
}

@media (max-width: 767px) {
    .bs-blog-details-comment-from .form-title {
        font-size: 24px;
    }
}

.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item-label {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item-input {
    color: #888888;
}

    .bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item-input:is(textarea) {
        height: 70px;
    }

.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1 {
    width: unset;
    justify-content: center;
}

    .bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1 .text {
        color: var(--bs-clr-white-1);
    }

    .bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1 .icon {
        color: var(--bs-clr-white-1);
    }

    .bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1:hover .text {
        color: var(--bs-clr-pr-1);
    }

/* 
    blog-details-end
*/
/*
    48. contact-page
*/
/* 
    contact-6-start
*/
.bs-contact-6-wrap {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 85px;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-contact-6-wrap {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-contact-6-wrap {
        grid-template-columns: 1fr;
    }
}

.bs-contact-6-img {
    height: 825px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-contact-6-img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .bs-contact-6-img {
        height: 400px;
    }
}

.bs-contact-6-content .bs-form-1-item-label {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bs-contact-6-content .bs-form-1-item-input {
    color: #888888;
}

    .bs-contact-6-content .bs-form-1-item-input:is(textarea) {
        height: 70px;
    }

.bs-contact-6-content .bs-form-1-item .bs-btn-1 {
    width: unset;
    justify-content: center;
}

    .bs-contact-6-content .bs-form-1-item .bs-btn-1 .text {
        color: var(--bs-clr-white-1);
    }

    .bs-contact-6-content .bs-form-1-item .bs-btn-1 .icon {
        color: var(--bs-clr-white-1);
    }

    .bs-contact-6-content .bs-form-1-item .bs-btn-1:hover .text {
        color: var(--bs-clr-pr-1);
    }

.bs-contact-page-map {
    width: 100%;
    height: 690px;
    filter: grayscale(1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-contact-page-map {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-contact-page-map {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .bs-contact-page-map {
        height: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-contact-page-map {
        height: 350px;
    }
}

.bs-contact-page-map iframe {
    width: 100%;
    height: 100%;
}

/* 
    contact-6-end
*/
/*
    49. error-page
*/
.bs-error-page-wrap {
    padding-top: 150px;
    background-repeat: no-repeat;
    padding-bottom: 160px;
}

@media (max-width: 767px) {
    .bs-error-page-wrap {
        padding-top: 0px;
        background-repeat: no-repeat;
        padding-bottom: 0px;
    }
}

.bs-error-page-content {
    max-width: 600px;
    margin-left: auto;
}

    .bs-error-page-content .title-1 {
        font-size: 76px;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .bs-error-page-content .title-1 {
        font-size: 30px;
    }
}

.bs-error-page-content .title-2 {
    font-size: 90px;
    color: var(--bs-clr-pr-1);
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .bs-error-page-content .title-2 {
        font-size: 30px;
    }
}

.bs-error-page-content .disc {
    max-width: 418px;
    margin-bottom: 32px;
}

.bs-error-page-content .bs-btn-1 {
    background: var(--bs-clr-black-1);
}

    .bs-error-page-content .bs-btn-1 .shape {
        background: var(--bs-clr-pr-1);
    }

    .bs-error-page-content .bs-btn-1 .icon i:nth-child(2) {
        color: var(--bs-clr-white-1);
    }

    .bs-error-page-content .bs-btn-1:hover {
        color: var(--bs-clr-white-1);
    }

/*
    50. footer
*/
/* 
    footer-1-start
*/
.bs-footer-1-area {
    background-color: #eef4eb;
}

.bs-footer-1-bg-img {
    width: 12%;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-1-bg-img {
        display: none;
    }
}

.bs-footer-1-wrap {
    display: flex;
    gap: 50px 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bs-footer-1-widget {
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.bs-footer-1-widget-title {
    font-family: var(--bs-font-2);
    text-transform: capitalize;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-size: 25px;
    color: #081421;
    margin-bottom: 13px;
}

.bs-footer-1-logo {
    margin-bottom: 33px;
}

.bs-footer-1-disc {
    max-width: 400px;
    color: #7a7a7a;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-1-disc {
        max-width: 270px;
    }
}

.bs-footer-1-menu li:not(:last-child) {
    margin-bottom: 13px;
}

.bs-footer-1-menu li a {
    font-family: var(--bs-font-2);
    text-transform: capitalize;
    color: #7a7a7a;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
    gap: 10px;
    transition: 0.5s var(--bs-cube-2);
}

    .bs-footer-1-menu li a i {
        font-size: 15px;
        color: #000000;
        transition: 0.5s var(--bs-cube-2);
    }

    .bs-footer-1-menu li a:hover {
        color: var(--bs-clr-pr-1);
        transform: translateX(3px);
    }

        .bs-footer-1-menu li a:hover i {
            transform: translateX(5px);
            color: var(--bs-clr-pr-1);
        }

.bs-footer-1-copyright {
    border-top: 1px solid #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding: 19px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-1-copyright {
        justify-content: center;
    }
}

.bs-footer-1-copyright-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #081421;
}

.bs-footer-1-copyright-menu {
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
    justify-content: center;
}

    .bs-footer-1-copyright-menu li a {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 16px;
        transition: 0.5s var(--bs-cube-2);
    }

        .bs-footer-1-copyright-menu li a:hover {
            color: var(--bs-clr-pr-1);
        }

/* 
    footer-1-end
*/
/* 
    footer-2-start
*/
.bs-footer-2-line {
    display: flex;
    height: 8px;
    width: 1920px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-2-line {
        width: 1220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-footer-2-line {
        width: 900px;
    }
}

@media (max-width: 767px) {
    .bs-footer-2-line {
        width: 800px;
    }
}

.bs-footer-2-line span {
    background: var(--bs-clr-pr-1);
    width: 50%;
    height: 100%;
    flex: 0 0 auto;
}

    .bs-footer-2-line span:nth-child(2) {
        background: #333;
    }

.bs-footer-2-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bs-footer-2-logo {
    margin-bottom: 39px;
}

.bs-footer-2-top {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-footer-2-top {
        grid-template-columns: 1.5fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-2-top {
        grid-template-columns: 1fr;
    }
}

.bs-footer-2-top-content .title {
    font-size: 45px;
    line-height: 1.222;
    color: var(--bs-clr-black-1);
    font-weight: 500;
    margin-bottom: 15px;
    max-width: 660px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-footer-2-top-content .title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-footer-2-top-content .title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-2-top-content .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-footer-2-top-content .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bs-footer-2-top-content .title {
        font-size: 26px;
    }
}

.bs-footer-2-top-content .disc {
    font-family: var(--bs-font-2);
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 51px;
    max-width: 670px;
}

.bs-footer-2-top-content-social {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 45px;
    margin-bottom: 42px;
}

    .bs-footer-2-top-content-social .link {
        color: var(--bs-clr-black-1);
        font-size: 22px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        letter-spacing: -0.03em;
        gap: 5px;
        transition: 0.4s var(--bs-cube-2);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-2-top-content-social .link {
        font-size: 18px;
    }
}

.bs-footer-2-top-content-social .link i {
    font-size: 18px;
    transform: rotate(-45deg);
    margin-top: 5px;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-2-top-content-social .link i {
        font-size: 14px;
        margin-top: 0px;
    }
}

.bs-footer-2-top-content-social .link:hover {
    color: var(--bs-clr-pr-1);
}

    .bs-footer-2-top-content-social .link:hover i {
        transform: rotate(0deg);
    }

.bs-footer-2-top-content-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 27px;
    padding: 6px 0;
    position: relative;
    z-index: 1;
}

    .bs-footer-2-top-content-link .bg-color {
        background: linear-gradient(90deg, rgb(240, 99, 25) 0%, rgb(240, 99, 25) 86%, rgba(0, 212, 255, 0) 100%);
        position: absolute;
        top: 0;
        right: 0;
        width: 170%;
        height: 100%;
        z-index: -1;
    }

    .bs-footer-2-top-content-link li a {
        font-family: var(--bs-font-2);
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 500;
        color: #1d1b1b;
        position: relative;
        z-index: 1;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-2-top-content-link li a:hover {
            color: var(--bs-clr-white-1);
        }

    .bs-footer-2-top-content-link li:not(:last-child) a::after {
        content: "*";
        font-size: 15px;
        position: absolute;
        right: -18px;
        top: 1px;
    }

.bs-footer-2-top-form {
    border-left: 1px solid #242424;
    grid-template-columns: 1fr;
    padding: 0 70px;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-2-top-form {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-2-top-form {
        padding: 0 0px;
        border-left: none;
    }
}

.bs-footer-2-top-form .bs-form-1-item::after {
    display: none;
}

.bs-footer-2-top-form .bs-form-1-item-input {
    color: #454545;
    font-family: var(--bs-font-2);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    border-bottom: 1px solid #999999;
    height: 50px;
}

    .bs-footer-2-top-form .bs-form-1-item-input:focus-within {
        border-color: var(--bs-clr-pr-1);
    }

.bs-footer-2-top-form .bs-form-1-item .form-btn-2 {
    background: transparent;
    font-family: var(--bs-font-2);
    color: var(--bs-clr-black-1);
    text-transform: capitalize;
    letter-spacing: -0.03em;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid;
    padding: 0;
    font-size: 24px;
    position: relative;
    z-index: 1;
    transition: 0.5s var(--bs-cube-2);
}

    .bs-footer-2-top-form .bs-form-1-item .form-btn-2::after {
        content: "";
        width: 0%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: var(--bs-clr-pr-1);
        position: absolute;
        transition: 0.5s var(--bs-cube-2);
    }

    .bs-footer-2-top-form .bs-form-1-item .form-btn-2:hover {
        color: var(--bs-clr-pr-1);
    }

        .bs-footer-2-top-form .bs-form-1-item .form-btn-2:hover::after {
            width: 100%;
        }

.bs-footer-2-top-form .bs-form-1-item:last-child {
    margin-top: 0;
    padding-top: 40px;
}

.bs-footer-2-widgets {
    display: flex;
    gap: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-footer-2-widgets {
        gap: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-2-widgets {
        gap: 50px;
        flex-wrap: wrap;
    }
}

.bs-footer-2-widgets .bs-footer-1-widget-title {
    color: var(--bs-clr-black);
    margin-bottom: 18px;
}

    .bs-footer-2-widgets .bs-footer-1-widget-title span {
        color: var(--bs-clr-pr-1);
    }

.bs-footer-2-widgets .bs-footer-1-widget:last-child {
    flex: unset;
}

.bs-footer-2-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 395px;
    width: 100%;
    gap: 12px;
}

    .bs-footer-2-gallery .img-item {
        overflow: hidden;
        height: 110px;
    }

        .bs-footer-2-gallery .img-item img {
            transition: transform 500ms;
            transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
            transform-origin: center center;
        }

        .bs-footer-2-gallery .img-item:hover img {
            transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
        }

.bs-footer-2-copyright {
    margin-left: -100px;
    display: flex;
    align-items: start;
    gap: 70px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-2-copyright {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-2-copyright {
        margin-left: 0px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.bs-footer-2-copyright-text {
    color: var(--bs-clr-black-1);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 61px;
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

    .bs-footer-2-copyright-text .bg-color {
        background: linear-gradient(270deg, rgb(240, 99, 25) 0%, rgb(240, 99, 25) 85%, rgba(0, 212, 255, 0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 370%;
        height: 100%;
        z-index: -1;
    }

    .bs-footer-2-copyright-text a {
        transition: 0.5s var(--bs-cube-2);
    }

        .bs-footer-2-copyright-text a:hover {
            color: var(--bs-clr-pr-1);
        }

.bs-footer-2-copyright-mail {
    color: var(--bs-clr-black-1);
    font-size: 65px;
    line-height: 1.2;
    font-weight: 500;
    transition: 0.5s var(--bs-cube-2);
}

    .bs-footer-2-copyright-mail span {
        color: var(--bs-clr-pr-1);
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-footer-2-copyright-mail {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-footer-2-copyright-mail {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-2-copyright-mail {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-footer-2-copyright-mail {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .bs-footer-2-copyright-mail {
        font-size: 20px;
    }
}

.bs-footer-2-copyright-mail:hover {
    color: var(--bs-clr-pr-1);
}

.bs-footer-2-marquee-2 {
    height: 8px;
}

.bs-footer-1-menu:is(.has-footer-2) a {
    color: var(--bs-clr-black);
    font-size: 16px;
    opacity: 80%;
}

    .bs-footer-1-menu:is(.has-footer-2) a i {
        color: var(--bs-clr-pr-1);
    }

    .bs-footer-1-menu:is(.has-footer-2) a:hover {
        opacity: 1;
    }

/* 
    footer-2-end
*/
/* 
    footer-4-start
*/
.bs-footer-4-area {
    background: var(--bs-clr-h-4);
}

.bs-footer-4-bg {
    position: absolute;
    bottom: 9%;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
}

.bs-footer-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .bs-footer-4-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-footer-4-wrap {
        gap: 50px;
        grid-template-columns: 1fr 1fr;
    }
}

.bs-footer-4-widget {
    display: flex;
    gap: 50px 120px;
    flex-wrap: wrap;
}

.bs-footer-4-logo {
    margin-bottom: 50px;
}

.bs-footer-4-menu li:not(:last-child) {
    margin-bottom: 14px;
}

.bs-footer-4-menu li a {
    font-family: var(--bs-font-3);
    color: var(--bs-clr-white-1);
    text-transform: capitalize;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-footer-4-menu li a:hover {
        color: var(--bs-clr-pr-1);
    }

.bs-footer-4-contact .title {
    font-size: 80px;
    color: var(--bs-clr-white-1);
    font-weight: 500;
    margin-bottom: 41px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-4-contact .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-footer-4-contact .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .bs-footer-4-contact .title {
        font-size: 40px;
    }
}

.bs-footer-4-contact .link-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bs-clr-white-1);
}

.bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
    font-size: 28px;
    color: #888888;
    border-bottom: 1px solid #888888;
    line-height: 2;
    position: relative;
    z-index: 1;
    width: 100%;
    transition: 0.4s var(--bs-cube-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
        font-size: 20px;
    }
}

.bs-footer-4-contact .disc-elm::after, .bs-footer-4-contact .link-elm::after {
    content: "";
    width: 0%;
    height: 1px;
    background: var(--bs-clr-pr-1);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 1s;
}

.bs-footer-4-contact .disc-elm:is(a):hover, .bs-footer-4-contact .link-elm:is(a):hover {
    color: var(--bs-clr-pr-1);
}

    .bs-footer-4-contact .disc-elm:is(a):hover::after, .bs-footer-4-contact .link-elm:is(a):hover::after {
        width: 100%;
    }

.bs-footer-4-contact .disc-elm:not(:last-child), .bs-footer-4-contact .link-elm:not(:last-child) {
    margin-bottom: 43px;
}

.bs-footer-4-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding: 28px 0;
}

.bs-footer-4-copyright-flex {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-4-copyright-flex {
        justify-content: center;
        gap: 20px;
    }
}

.bs-footer-4-copyright-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.64);
}

    .bs-footer-4-copyright-text a {
        color: var(--bs-clr-white-1);
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-4-copyright-text a:hover {
            color: var(--bs-clr-pr-1);
        }

.bs-footer-4-copyright-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 48px;
}

    .bs-footer-4-copyright-social .elm-link {
        font-size: 16px;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.64);
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-4-copyright-social .elm-link i {
            color: var(--bs-clr-white-1);
            transition: 0.4s var(--bs-cube-2);
        }

        .bs-footer-4-copyright-social .elm-link:hover {
            color: var(--bs-clr-pr-1);
        }

            .bs-footer-4-copyright-social .elm-link:hover i {
                color: var(--bs-clr-pr-1);
            }

/* 
    footer-4-end
*/
/* 
    footer-5-start
*/
.bs-footer-5-area {
    background: var(--bs-clr-h-4);
}

.bs-footer-5-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-bottom: 60px;
}

.bs-footer-5-top-logo {
    max-width: 190px;
}

.bs-footer-5-top-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.bs-footer-5-top-live-chat {
    display: flex;
    gap: 32px;
    align-items: center;
}

@media (max-width: 767px) {
    .bs-footer-5-top-live-chat {
        flex-wrap: wrap;
    }
}

.bs-footer-5-top-live-chat .person-img {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bs-footer-5-top-live-chat .person-img-single {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    filter: grayscale(1);
}

.bs-footer-5-top-live-chat .title {
    color: var(--bs-clr-white-1);
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-top-live-chat .title {
        font-size: 24px;
    }
}

.bs-footer-5-top-live-chat .title a {
    color: var(--bs-clr-pr-1);
    border-bottom: 1px solid;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-footer-5-top-live-chat .title a:hover {
        border-color: transparent;
    }

.bs-footer-5-wrap {
    display: grid;
    grid-template-columns: 1.38fr 1fr;
    gap: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-footer-5-wrap {
        align-items: start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-wrap {
        align-items: start;
        grid-template-columns: 1fr;
    }
}

.bs-footer-5-widget-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

    .bs-footer-5-widget-wrap .hr-line {
        width: 1px;
        background: #fff;
        opacity: 24%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-widget-wrap .hr-line {
        display: none;
    }
}

.bs-footer-5-widget {
    margin-bottom: 55px;
}

    .bs-footer-5-widget .title {
        color: var(--bs-clr-pr-1);
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 31px;
    }

    .bs-footer-5-widget .inner-div {
        display: flex;
        justify-content: space-between;
        gap: 120px;
        flex-wrap: wrap;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-widget .inner-div {
        gap: 50px;
    }
}

.bs-footer-5-menu li:not(:last-child) {
    margin-bottom: 11px;
}

.bs-footer-5-menu li a {
    font-family: var(--bs-font-3);
    color: var(--bs-clr-white-1);
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    transition: 0.4s var(--bs-cube-2);
}

    .bs-footer-5-menu li a:hover {
        color: var(--bs-clr-pr-1);
        transform: translateX(3px);
    }

.bs-footer-5-contact {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-top: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-contact {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.bs-footer-5-contact-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .bs-footer-5-contact-item .icon {
        width: 68px;
        height: 68px;
        background: #252525;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        border-radius: 8px;
        color: var(--bs-clr-pr-1);
        flex: 0 0 auto;
    }

    .bs-footer-5-contact-item .disc, .bs-footer-5-contact-item .elm-link {
        color: var(--bs-clr-white-1);
    }

    .bs-footer-5-contact-item .elm-link {
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-5-contact-item .elm-link:hover {
            color: var(--bs-clr-pr-1);
        }

    .bs-footer-5-contact-item:hover .icon i {
        animation: jackInTheBox 1s;
    }

    .bs-footer-5-contact-item:hover .icon svg {
        animation: jackInTheBox 1s;
    }

.bs-footer-5-newsletter {
    background: #252525;
    border-radius: 16px;
    padding: 55px 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-newsletter {
        padding: 55px 30px;
    }
}

.bs-footer-5-newsletter .title {
    font-size: 36px;
    color: var(--bs-clr-white-1);
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-newsletter .title {
        font-size: 30px;
    }
}

.bs-footer-5-newsletter .disc {
    color: var(--bs-clr-white-1);
    opacity: 80%;
    margin-bottom: 39px;
}

.bs-footer-5-newsletter-form {
    position: relative;
    z-index: 1;
    margin-bottom: 38px;
}

    .bs-footer-5-newsletter-form .form-input {
        height: 56px;
        border-radius: 6px;
        background: #2C2C2C;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-family: var(--bs-font-3);
        color: rgba(255, 255, 255, 0.52);
        width: 100%;
        padding: 0 24px;
    }

    .bs-footer-5-newsletter-form .form-btn {
        position: absolute;
        right: 8px;
        top: 8px;
        border-radius: 4px;
        width: 48px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.8);
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-5-newsletter-form .form-btn:hover {
            background: var(--bs-clr-pr-1);
            color: var(--bs-clr-white-1);
        }

            .bs-footer-5-newsletter-form .form-btn:hover i {
                animation: jackInTheBox 1s;
            }

.bs-footer-5-newsletter-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

    .bs-footer-5-newsletter-social .social-elm {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bs-clr-white-1);
        border: 1px solid;
        border-radius: 50%;
        opacity: 40%;
        font-size: 16px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-5-newsletter-social .social-elm:hover {
            color: var(--bs-clr-pr-1);
            border-color: var(--bs-clr-pr-1);
            opacity: 1;
        }

            .bs-footer-5-newsletter-social .social-elm:hover i {
                animation: jackInTheBox 1s;
            }

.bs-footer-5-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding: 26px 0;
}

.bs-footer-5-copyright-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bs-footer-5-copyright-flex {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 10px;
    }
}

.bs-footer-5-copyright-flex .copyright-text {
    color: rgba(255, 255, 255, 0.64);
    font-size: 16px;
}

    .bs-footer-5-copyright-flex .copyright-text a {
        color: var(--bs-clr-white-1);
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-5-copyright-flex .copyright-text a:hover {
            color: var(--bs-clr-pr-1);
        }

.bs-footer-5-copyright-social {
    display: flex;
    gap: 10px 48px;
    flex-wrap: wrap;
}

    .bs-footer-5-copyright-social .social-elm {
        font-size: 16px;
        color: var(--bs-clr-white-1);
        text-transform: capitalize;
        display: flex;
        align-items: center;
        gap: 12px;
        transition: 0.4s var(--bs-cube-2);
    }

        .bs-footer-5-copyright-social .social-elm:hover {
            color: var(--bs-clr-pr-1);
        }

.bs-footer-5-bg-img {
    height: 695px;
    filter: grayscale(1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 24%;
    z-index: -1;
}

/* 
    footer-5-end
*/

/*# sourceMappingURL=main.css.map */


.js-marquee-wrapper {
    display: flex;
    gap: 2rem !important;
}





.ds-contain {
    object-fit: contain;
    height: 350px;
    width: 100%;
    text-align: center;
    margin: auto;
    display: -webkit-flex;
}

.manage-project-form {
    width: 650px; 
    margin: auto; 
}

.font-weight-bold{
    font-weight: bold;
}








 
/*.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
}


*/






.swiper-button-wrapper {
    position: absolute;
    top: -65px;
    right: 50px;
    display: flex;
    gap: 10px;
    z-index: 9999;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px;
    }



.swiper-button-prev {
    left: 90%;
}

.swiper-button-next {
    right: 5%;
}

.swiper-button-prev, .swiper-button-next {
    margin-top: unset;
    position: unset;
}