﻿@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap);
@import url(../../../css2-10);
@import "SFProDisplay.css";
@import "SF_Pro_Text.css";
@import "ClashGrotesk.css";

:root {
    --primary-color: #1b5b4a;
    --primary-alter-color: #82E297;
    --primary-two: #124e52;
    --secondary-color: #020d0a;
    --sub-bg: #124e5205;
    --sub-bg-two: #1b575b03;
    --heading-color: #1c1a1d;
    --paragraph: #020d0ab2;
    --paragraph-light: #ffffffb2;
    --span: #020d0ab2;
    --border: #020d0a33;
    --white: #ffffff;
    --black: #020d0a;
    --black-sub: #020d0a08;
    --border-1px: 1px solid #020d0a33;
    --border-2px: 2px solid #020d0a33;
    --transition: all 0.5s ease-in-out;
    --shadow: 0px 4px 25px 0px #0000000f
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

body {
    margin: 0;
    padding: 0;
    font-family: "Archivo", sans-serif;
    color: var(--paragraph);
    background-color: var(--white);
    line-height: 32px;
    font-weight: 400;
    overflow-x: hidden
}

body.style-2 {
    color: var(--secondary-color);
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 162.5%
}

body.style-2 h1,
body.style-2 h2,
body.style-2 h3,
body.style-2 h4,
body.style-2 h5,
body.style-2 h6 {
    color: var(--secondary-color);
    font-family: "Archivo", sans-serif;
    font-weight: 400
}

body.style-2 h2 {
    font-size: 50px;
    line-height: 124%
}

@media (max-width:991px) {
    body.style-2 h2 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    body.style-2 h2 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    body.style-2 h2 {
        font-size: 30px
    }
}

body.style-2 a {
    font-family: "Archivo", sans-serif
}

body.style-2 p {
    opacity: .74
}

@media (min-width:1400px) {

    .container.container-extend,
    .container-lg.container-extend,
    .container-md.container-extend,
    .container-sm.container-extend,
    .container-xl.container-extend,
    .container-xxl.container-extend {
        max-width: 1366px
    }
}

@media (min-width:1400px) {

    .container.container-large,
    .container-lg.container-large,
    .container-md.container-large,
    .container-sm.container-large,
    .container-xl.container-large,
    .container-xxl.container-large {
        max-width: 1575px
    }
}

@media (min-width:1400px) {

    .container.container-extra-large,
    .container-lg.container-extra-large,
    .container-md.container-extra-large,
    .container-sm.container-extra-large,
    .container-xl.container-extra-large,
    .container-xxl.container-extra-large {
        max-width: 1740px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-family: "Archivo", sans-serif;
    font-weight: 500
}

h1 {
    font-size: 64px;
    line-height: 80px
}

@media (max-width:767px) {
    h1 {
        font-size: 34px;
        line-height: 45px
    }
}

h2 {
    font-size: 40px;
    line-height: 55px
}

@media (max-width:575px) {
    h2 {
        font-size: 35px;
        line-height: 45px
    }
}

h3 {
    font-size: 28px;
    line-height: 40px
}

h4 {
    font-size: 20px;
    line-height: 25px
}

h5 {
    font-size: 22px;
    line-height: 32px
}

h6 {
    font-size: 18px;
    line-height: 28px
}

p {
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-size: 18px
}

span {
    display: inline-block;
    color: var(--span)
}

a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    transition: var(--transition);
    font-family: "Archivo", sans-serif
}

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

ul {
    margin: 0;
    padding: 0;
    text-decoration: none
}

li {
    list-style: none
}

button {
    border: none;
    background-color: #fff0
}

@media (max-width:991px) {
    br {
        display: none
    }
}

input {
    border: none;
    outline: none
}

::placeholder {
    color: var(--span)
}

::selection {
    color: var(--white);
    background-color: var(--primary-color)
}

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

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

@media (max-width:767px) {
    .pt-70 {
        padding-top: 30px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bor {
    border: 1px solid var(--border) !important
}

.bor-top {
    border-top: 1px solid var(--border)
}

.bor-left {
    border-left: 1px solid var(--border)
}

.bor-bottom {
    border-bottom: 1px solid var(--border)
}

.bor-right {
    border-right: 1px solid var(--border)
}

.border-none {
    border: none !important
}

.text-justify {
    text-align: justify
}

img {
    -webkit-user-drag: none;
    user-select: none
}

.image img {
    width: 100%
}

.para-color {
    color: var(--paragraph) !important
}

.para-light-color {
    color: #000 !important;
    font-size: 17px
}

.primary-color {
    color: var(--primary-color) !important
}

.primary-two-color {
    color: var(--primary-two) !important
}

.primary-hover:hover {
    color: var(--primary-color) !important
}

.secondary-color {
    color: var(--secondary-color) !important
}

.transition {
    transition: var(--transition)
}

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

.primary-two-bg {
    background-color: var(--primary-two) !important
}

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

.footer-bg {
    background-color: #1b2523 !important
}

.sub-bg {
    background-color: var(--sub-bg)
}

.inner-sub-bg {
    background-color: #fdfdfd !important
}

.sub-bg-two {
    background-color: var(--sub-bg-two)
}

.sm-font {
    font-size: 14px
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

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

.shadow {
    box-shadow: var(--shadow) !important
}

.overlay {
    position: relative;
    z-index: 1
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.custom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.accordion .accordion-item {
    border: var(--border-1px);
    border-radius: 24px
}

.accordion .accordion-item h2 button {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 20px 30px
}

@media (max-width:767px) {
    .accordion .accordion-item h2 button {
        font-size: 20px;
        line-height: 30px
    }
}

.accordion .accordion-item .accordion-body {
    padding: 20px 30px;
    padding-top: 0
}

.accordion .accordion-button {
    background-color: #fff0;
    color: var(--primary-color)
}

.accordion .accordion-button::after {
    display: none
}

.accordion .accordion-button::before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    top: 20px;
    right: 25px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: var(--heading-color);
    text-align: center;
    transition: var(--transition)
}

.accordion .accordion-button.collapsed {
    background-color: #fff0;
    color: var(--primary-color)
}

.accordion .accordion-button.collapsed::before {
    content: "+";
    color: rgb(2 13 10 / .4)
}

.swiper__info {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 200px;
    margin: 0 auto
}

.swiper__info .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #a6f241
}

.swiper__info .purple-dot {
    width: 16px;
    height: 16px;
    background-color: #831aaa
}

.swiper__info .dot {
    text-align: center
}

.swiper__info button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    font-size: 26px;
    color: var(--border);
    transition: var(--transition)
}

.swiper__info button:hover {
    color: var(--heading-color)
}

.swiper__info button.active {
    color: var(--heading-color)
}

.swiper__info .swiper-pagination-fraction {
    font-size: 20px
}

.swiper__info .swiper-pagination-fraction .swiper-pagination-current {
    color: var(--heading-color)
}

.pegi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.pegi .dot-pegi {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background-color: rgb(27 91 74 / .1019607843);
    transition: var(--transition)
}

.pegi .dot-pegi:hover {
    background-color: var(--primary-two)
}

.pegi .dot-pegi.active {
    background-color: var(--primary-two)
}

.pegi a {
    font-size: 24px;
    color: rgb(2 13 10 / .2)
}

.pegi a:hover {
    color: var(--heading-color)
}

.pegi a.active {
    color: var(--heading-color)
}

.preloader {
    position: fixed;
    z-index: 1222;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--paragraph-light);
    display: flex;
    justify-content: center;
    align-items: center
}

.preloader .loading-overlay {
    position: absolute;
    background-color: rgb(255 255 255 / .1098039216);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px)
}

.preloader .custom-loader {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 100px;
    align-items: center;
    justify-content: center
}

.preloader .custom-loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--primary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.preloader .custom-loader div:nth-child(1) {
    left: 8px;
    animation: marketi-preloader1 0.6s infinite
}

.preloader .custom-loader div:nth-child(2) {
    left: 8px;
    animation: marketi-preloader2 0.6s infinite
}

.preloader .custom-loader div:nth-child(3) {
    left: 32px;
    animation: marketi-preloader2 0.6s infinite
}

.preloader .custom-loader div:nth-child(4) {
    left: 56px;
    animation: marketi-preloader3 0.6s infinite
}

@keyframes marketi-preloader1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes marketi-preloader3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes marketi-preloader2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.star i {
    color: #ffc422
}

@keyframes sway {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

.sway__animation {
    animation: sway 2s linear infinite alternate
}

@keyframes up-down {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}

.up-down__animation {
    animation: up-down 2.5s ease-in-out infinite
}

@keyframes arrowMove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(6px)
    }
}

@keyframes animate-image-in {
    0% {
        transform: scale(1.05) translateZ(0);
        clip-path: inset(0 100% 0 0)
    }

    100% {
        transform: scale(1);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes animate-image-out {
    0% {
        transform: scale(1) translateZ(0);
        clip-path: inset(0 0 0 0)
    }

    100% {
        transform: scale(1.05);
        clip-path: inset(0 0 0 100%)
    }
}

.btn-one,
.btn-three,
.btn-two {
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    background-color: #659d1b;
    display: inline-block;
    position: relative;
    letter-spacing: .5px;
    z-index: 3;
    overflow: hidden
}

@media (max-width:450px) {

    .btn-one,
    .btn-three,
    .btn-two {
        padding: 8px 16px;
        font-size: 14px
    }
}

.btn-one::before,
.btn-three::before,
.btn-two::before {
    content: "";
    position: absolute;
    height: 500px;
    width: 550px;
    top: 50%;
    left: 50%;
    background: var(--black);
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.5s ease-out 0s;
    z-index: -1
}

.btn-one:hover,
.btn-three:hover,
.btn-two:hover {
    color: var(--white)
}

.btn-one:hover::before,
.btn-three:hover::before,
.btn-two:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.btn-two::before {
    background: var(--white)
}

.btn-two:hover {
    color: var(--heading-color)
}

.btn-two.active {
    background-color: var(--white)
}

.btn-two.active::before {
    background-color: #68dc80
}

.btn-three {
    color: var(--white);
    background-color: #fff0;
    border: 1px solid rgb(255 255 255 / .3215686275)
}

.btn-three i {
    transform: rotate(-45deg);
    transition: var(--transition)
}

.btn-three::before {
    display: none
}

.btn-three:hover i {
    transform: rotate(0deg)
}

.btn-menu {
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    display: inline-block;
    letter-spacing: .5px;
    border: 1px solid #68dc80
}

.btn-backToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 12px;
    background-color: #68dc80;
    color: var(--heading-color);
    font-size: 18px;
    box-shadow: var(--shadow);
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px)
}

.btn-backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.btn-four {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 30px;
    border-radius: 14px;
    background: var(--primary-color);
    color: var(--white);
    font-family: "SF Pro Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .32px;
    transition: var(--transition)
}

.btn-four .icon {
    position: relative;
    transition: var(--transition);
    overflow: hidden
}

.btn-four .icon i,
.btn-four .icon svg {
    color: var(--white);
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg)
}

.btn-four .icon i:nth-of-type(2),
.btn-four .icon svg:nth-of-type(2) {
    opacity: 0;
    visibility: hidden
}

.btn-four .icon i:nth-of-type(1),
.btn-four .icon i:nth-of-type(3),
.btn-four .icon svg:nth-of-type(1),
.btn-four .icon svg:nth-of-type(3) {
    position: absolute
}

.btn-four .icon i:nth-of-type(1),
.btn-four .icon svg:nth-of-type(1) {
    top: 0;
    left: 0
}

.btn-four .icon i:nth-of-type(3),
.btn-four .icon svg:nth-of-type(3) {
    top: 40px;
    left: -40px
}

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

.btn-four:hover .icon i:nth-of-type(1),
.btn-four:hover .icon svg:nth-of-type(1) {
    top: -40px;
    left: 40px
}

.btn-four:hover .icon i:nth-of-type(3),
.btn-four:hover .icon svg:nth-of-type(3) {
    top: 0;
    left: 0
}

.btn-four.v2 {
    padding: 0;
    border-radius: 0;
    background: #fff0;
    color: var(--secondary-color)
}

.btn-four.v2 .icon i,
.btn-four.v2 .icon svg {
    color: var(--secondary-color)
}

.btn-four.v3 {
    background-color: var(--primary-alter-color);
    color: var(--primary-color)
}

.btn-four.v3 .icon i,
.btn-four.v3 .icon svg {
    color: var(--primary-color)
}

.btn-four.v4 {
    border: 1.2px solid rgb(255 255 255 / .1)
}

.btn-four.v5 {
    position: relative;
    border: 1.2px solid rgb(2 13 10 / .08);
    background-color: #fff0;
    color: var(--secondary-color);
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease
}

.btn-four.v5::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: var(--primary-color);
    z-index: -1;
    transform: scaleX(0);
    transition: all 0.3s ease
}

.btn-four.v5 .icon i,
.btn-four.v5 .icon svg {
    color: var(--secondary-color)
}

.btn-four.v5:hover {
    color: var(--white)
}

.btn-four.v5:hover::before {
    transform: scale(1)
}

.btn-four.v5:hover .icon i,
.btn-four.v5:hover .icon svg {
    color: var(--white)
}

.btn-four.v6 {
    background-color: var(--primary-alter-color);
    color: var(--primary-color);
    border-radius: 50px
}

.btn-four.v6 .icon i,
.btn-four.v6 .icon svg {
    color: var(--primary-color)
}

.btn-four.v7 {
    position: relative;
    border: 1.2px solid rgb(2 13 10 / .08);
    background-color: #fff0;
    color: var(--secondary-color);
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 50px
}

.btn-four.v7::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: var(--primary-color);
    z-index: -1;
    transform: scaleX(0);
    transition: all 0.3s ease
}

.btn-four.v7 .icon i,
.btn-four.v7 .icon svg {
    color: var(--secondary-color)
}

.btn-four.v7:hover {
    color: var(--white)
}

.btn-four.v7:hover::before {
    transform: scale(1)
}

.btn-four.v7:hover .icon i,
.btn-four.v7:hover .icon svg {
    color: var(--white)
}

.btn-five {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 1px solid var(--secondary-color);
    position: relative
}

.btn-five::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    border-top: 6.5px solid #fff0;
    border-bottom: 6.5px solid #fff0;
    border-right: 0 solid #fff0;
    border-left: 6.5px solid var(--secondary-color);
    top: 50%;
    left: calc(50% + 5px);
    transform: translateY(-50%)
}

.btn-five::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: var(--secondary-color);
    top: 0;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.3s ease-in-out
}

.btn-five:hover::after {
    width: 20px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-six {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    border: 1px solid var(--white);
    color: var(--white);
    display: grid;
    place-content: center
}

@media (max-width:767px) {
    .btn-six {
        width: 45px;
        height: 45px
    }
}

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

.btn-six:hover i {
    animation: arrowMove 0.6s ease-in-out infinite alternate
}

.arry-prev,
.arry-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    color: var(--primary-color);
    transition: var(--transition);
    border: 1px solid var(--primary-color);
    font-size: 20px
}

.arry-prev:hover,
.arry-next:hover {
    background-color: var(--primary-color);
    color: var(--white)
}

.arry-prev.active,
.active.arry-next {
    background-color: var(--primary-color);
    color: var(--white)
}

.explore-btn span,
.explore-btn-light span {
    font-weight: 500;
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    letter-spacing: 1px
}

.explore-btn span:after,
.explore-btn-light span:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
    content: "";
    background-color: rgb(2 13 10 / .5019607843);
    width: 100%;
    height: 1px
}

.explore-btn i,
.explore-btn-light i {
    margin-left: 5px;
    transform: rotate(-45deg);
    transition: var(--transition);
    color: #000
}

.explore-btn:hover i,
.explore-btn-light:hover i {
    transform: rotate(0)
}

.explore-btn-light span {
    color: var(--white)
}

.explore-btn-light span::after {
    background-color: rgb(255 255 255 / .5019607843)
}

.explore-btn-light i {
    color: var(--white)
}

.video-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 2
}

.video-btn a {
    position: relative;
    color: var(--primary-color);
    font-size: 28px;
    z-index: 1;
    background-color: var(--white);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: block
}

.video-btn.video-pulse::after,
.video-btn.video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--white);
    opacity: .7;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.video-btn.video-pulse::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.progress-area .progress {
    background-color: var(--sub-bg);
    height: 12px;
    border-radius: 0
}

.progress-area .progress .progress-bar {
    background-color: var(--primary-color)
}

.progress__title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.progress__title span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600
}

.progress__item {
    width: 100%;
    height: 8px;
    background-color: var(--sub-bg)
}

.progress__item .progress__content {
    background-color: var(--primary-color);
    height: 8px;
    position: relative
}

.progress__item .progress__content span {
    position: absolute;
    top: -6px;
    right: 0;
    display: inline-block;
    padding: 2px 5px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 10px;
    line-height: 16px
}

.progress__goal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.progress__goal h6 {
    font-size: 14px
}

.progress__goal h6 span {
    font-weight: 500;
    color: var(--primary-color)
}

.logo {
    display: block;
    width: 179px
}

.logo img {
    width: 100%;
    height: 104px
}

.header-top {
    padding: 16px 0;
    overflow: hidden;
    background-color: #368668
}

.header-top .header-top-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-top .header-top-wrp .info {
    color: var(--white)
}

.header-top .header-top-wrp .info span {
    color: var(--white)
}

.header-top .header-top-wrp .info a {
    transition: var(--transition);
    color: var(--white);
    font-size: 15px
}

.header-top .header-top-wrp .info a:hover {
    color: var(--heading-color)
}

.header-top .header-top-wrp .info i {
    color: var(--white);
    padding-right: 5px
}

.header-top .header-top-wrp .info li {
    float: left;
    line-height: 0
}

.header-top .header-top-wrp .link-info {
    position: relative;
    z-index: 2
}

.header-top .header-top-wrp .link-info li {
    float: left;
    line-height: 0
}

.header-top .header-top-wrp .link-info li a {
    width: 40px;
    color: var(--white);
    text-align: center
}

.header-top .header-top-wrp .link-info li a:hover {
    color: var(--heading-color)
}

.header-top.v3 {
    background-color: var(--primary-color)
}

.header-top.v3 .header-info {
    display: flex;
    gap: 54px
}

@media (max-width:1399px) {
    .header-top.v3 .header-info {
        gap: 20px;
        flex-wrap: wrap;
        row-gap: 8px
    }
}

.header-top.v3 .header-info li {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 6px
}

.header-top.v3 .header-info li a {
    margin-left: 0;
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: normal
}

.header-top.v3 .right-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.header-top.v3 .right-info .page-link {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 25px;
    border-right: 1px solid rgb(255 255 255 / .14)
}

.header-top.v3 .right-info .page-link li a {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal
}

.header-top.v3 .right-info .link-info li a {
    width: 35px;
    color: var(--white)
}

.header-top.v3 .right-info .link-info li a:hover {
    color: var(--secondary-color)
}

.header-top.v4 .left-info {
    display: flex;
    align-items: center;
    gap: 150px
}

@media (max-width:1399px) {
    .header-top.v4 .left-info {
        gap: 50px
    }
}

@media (max-width:1199px) {
    .header-top.v4 .left-info {
        gap: 25px
    }
}

.header-top.v4 .left-info .offer-info {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal
}

.header-top.v4 .left-info .offer-info a {
    color: inherit;
    opacity: .7;
    display: inline-flex;
    gap: 5px;
    align-items: center
}

.header-top.v4 .left-info .contact-info {
    display: flex;
    align-items: center
}

.header-top.v4 .left-info .contact-info li {
    line-height: normal
}

.header-top.v4 .left-info .contact-info li a {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    opacity: .7
}

.header-top.v4 .left-info .contact-info li:not(:last-of-type) {
    border-right: 1px solid var(--white);
    padding-right: 24px;
    margin-right: 24px
}

@media (max-width:1199px) {
    .header-top.v4 .left-info .contact-info li:not(:last-of-type) {
        padding-right: 15px;
        margin-right: 15px
    }
}

.header-top.v4 .right-info {
    display: flex;
    align-items: center
}

.header-top.v4 .right-info .link-info {
    gap: 15px
}

.header-area {
    position: fixed;
    width: 100%;
    top: 45px;
    z-index: 999
}

.header-area.menu-fixed,
.header-area.v3.menu-fixed {
    background-color: var(--white);
    box-shadow: var(--shadow);
    top: 0
}

@media (max-width:991px) {
    .header-area {
        top: 0
    }
}

.header-area.v3 {
    top: 60.5px
}

@media screen and (min-width:1601px) {
    .header-area.v3 {
        border-bottom: 1px solid #edf2f1
    }
}

@media (max-width:1199px) {
    .header-area.v3 {
        top: 75px
    }
}

@media (max-width:991px) {
    .header-area.v3 {
        top: 0
    }
}

.header-area.v4 {
    top: 55px
}

.header-area.v4.menu-fixed {
    top: 0
}

@media (max-width:991px) {
    .header-area.v4 {
        top: 0;
        padding-block: 20px
    }
}

.header-area.v4 .header-left {
    width: auto;
    flex: unset
}

.header-area.v4 .header-left::before {
    content: unset
}

.header-area.v4 .header-left .search-btn {
    margin-left: 24px
}

.header-area.v4 .header-left .bars {
    margin-left: 15px
}

.header-area.v4 .header-left .bars,
.header-area.v4 .header-left .search-btn {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid rgb(2 13 10 / .1)
}

.header-area.v4 .header-right {
    display: flex
}

.header-area.v4 .header-right .main-menu {
    margin-right: 100px
}

@media (max-width:1399px) {
    .header-area.v4 .header-right .main-menu {
        margin-right: 50px
    }
}

@media (max-width:1199px) {
    .header-area.v4 .header-right .main-menu {
        margin-right: 30px
    }
}

@media (max-width:991px) {
    .header-area.v4 .header-right .main-menu {
        display: none
    }
}

.header-area.v4 .header-right [class^=btn-] {
    position: relative;
    border-radius: 50px;
    background: rgb(27 91 74 / .1);
    color: rgb(2 13 10 / .7);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease;
    overflow: hidden
}

.header-area.v4 .header-right [class^=btn-]::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: var(--primary-color);
    z-index: -1;
    transform: scaleX(0);
    transition: all 0.3s ease
}

@media (max-width:1399px) {
    .header-area.v4 .header-right [class^=btn-] {
        display: none
    }
}

.header-area.v4 .header-right [class^=btn-]:hover {
    color: var(--white)
}

.header-area.v4 .header-right [class^=btn-]:hover::before {
    transform: scale(1)
}

.header-area.v4 .header-right [class^=btn-]:hover .icon i,
.header-area.v4 .header-right [class^=btn-]:hover .icon svg {
    color: var(--white)
}

.header-area.v4 .header-right .search-btn {
    margin-left: 24px
}

@media (max-width:1199px) {
    .header-area.v4 .header-right .search-btn {
        margin-left: 0
    }
}

.header-area.v4 .header-right .bars {
    margin-left: 15px
}

.header-area.v4 .header-right .bars,
.header-area.v4 .header-right .search-btn {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid rgb(2 13 10 / .1)
}

.header__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.header__main .main-menu ul {
    display: flex;
    align-items: center;
    gap: 40px
}

.header__main .main-menu ul li {
    position: relative
}

.header__main .main-menu ul li a {
    font-weight: 600;
    padding: 30px 0
}

.header__main .main-menu ul li a i {
    font-size: 12px;
    transition: var(--transition)
}

.header__main .main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 99;
    flex-direction: column;
    gap: 0;
    width: 250px;
    border: var(--border-1px);
    box-shadow: var(--shadow);
    background-color: var(--white);
    border-radius: 10px;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px)
}

.header__main .main-menu ul li .sub-menu li {
    width: 100%
}

.header__main .main-menu ul li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border)
}

.header__main .main-menu ul li .sub-menu li a {
    display: block;
    padding: 12px 20px;
    color: var(--heading-color) !important
}

.header__main .main-menu ul li .sub-menu li a:hover {
    padding-left: 25px;
    color: var(--primary-color) !important
}

.header__main .main-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.header__main .main-menu ul li:hover:hover a {
    color: var(--primary-color)
}

.header__main .main-menu ul li:hover:hover i {
    transform: rotate(-180deg);
    color: var(--primary-color)
}

.header__main .main-menu-light ul li a {
    color: var(--white)
}

.header__main .main-menu-light ul li:hover a {
    color: var(--white) !important
}

.header__main .main-menu-light ul li:hover i {
    color: var(--white) !important
}

@media (max-width:991px) {
    .header__main {
        padding: 0 0
    }
}

.header__main .bars i {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    color: var(--paragraph);
    padding: 10px;
    border-radius: 10px;
    border: var(--border-1px)
}

.header__main.v3 {
    align-items: normal
}

@media (max-width:450px) {
    .header__main.v3 {
        flex-wrap: nowrap
    }
}

.header__main.v3 .bars i,
.header__main.v3 .bars svg {
    cursor: pointer
}

.header__main.v3 .main-menu {
    border-left: 1px solid #edf2f1;
    margin-left: 70px;
    padding-left: 70px
}

@media (max-width:1600px) {
    .header__main.v3 .main-menu {
        margin-left: 35px;
        padding-left: 0;
        border: none
    }
}

@media (max-width:991px) {
    .header__main.v3 .main-menu {
        display: none
    }
}

.header__main.v3 .main-menu>nav span {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -1px;
    width: 50px;
    height: 25px;
    border: 1px solid #edf2f1;
    background-color: var(--white);
    border-bottom-color: var(--white);
    border-radius: 25px 25px 0 0;
    transform: translateX(-50%);
    transition: var(--transition)
}

.header__main.v3 .main-menu>nav span::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 100%;
    transform: translateX(-50%)
}

.header__main.v3 .main-menu>nav span:hover {
    border-color: var(--primary-color);
    border-bottom-color: var(--white)
}

@media (max-width:1600px) {
    .header__main.v3 .main-menu>nav>ul {
        gap: 20px
    }
}

.header__main.v3 .main-menu>nav>ul>li>a {
    padding: 43.5px 0;
    font-weight: 400
}

@media (max-width:1600px) {
    .header__main.v3 .main-menu>nav>ul>li>a {
        padding: 30px 0
    }
}

.header__main.v3 .main-menu>nav>ul>li>a i {
    display: none
}

.header__main.v3 .btn-four {
    height: max-content;
    font-weight: 400
}

@media (max-width:767px) {
    .header__main.v3 .btn-four {
        display: none
    }
}

.header__main.v3 .search-btn {
    display: block;
    height: 100%;
    border-left: 1px solid #edf2f1;
    border-right: 1px solid #edf2f1;
    padding-inline: 50px;
    margin-inline: 50px
}

@media (max-width:1600px) {
    .header__main.v3 .search-btn {
        padding-inline: 25px;
        margin-inline: 25px;
        padding-block: 20px
    }
}

@media (max-width:1399px) {
    .header__main.v3 .search-btn {
        padding-block: 30px
    }
}

@media (max-width:991px) {
    .header__main.v3 .search-btn {
        padding-block: 20px
    }
}

@media (max-width:450px) {
    .header__main.v3 .search-btn {
        margin-left: auto;
        padding-inline: 10px;
        margin-inline: 0 10px
    }
}

.header__main.v4 {
    flex-wrap: nowrap
}

@media (max-width:1199px) {
    .header__main.v4 .main-menu nav>ul {
        gap: 25px
    }
}

.header__main.v4 .main-menu nav>ul>li>a {
    padding: 43px 0
}

.header__main.v4 .main-menu nav a {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 500
}

.header-left {
    display: flex;
    align-items: center
}

@media (max-width:1600px) {
    .header-left {
        justify-content: space-between;
        flex: 1;
        position: relative
    }

    .header-left::before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        width: 1000%;
        height: 1px;
        background-color: #edf2f1;
        transform: translateX(-50%)
    }
}

.header-right {
    display: flex;
    align-items: center;
    height: auto
}

@media (max-width:1600px) {
    .header-right {
        flex: 1;
        justify-content: end
    }
}

@media (max-width:1399px) {
    .header-right {
        display: none
    }
}

.header-area .logo {
    display: none
}

.header-area .logo.logo-light {
    display: block
}

.header-area.menu-fixed .logo.logo-light {
    display: none
}

.header-area.menu-fixed .logo {
    display: block
}

.header-area.menu-fixed .main-menu-light ul>li a {
    color: var(--heading-color)
}

.header-area.menu-fixed .main-menu-light ul>li:hover>a {
    color: var(--primary-color) !important
}

.header-area.menu-fixed .main-menu-light ul>li:hover i {
    color: var(--primary-color) !important
}

.header-area.menu-fixed .btn-two:hover {
    color: var(--white)
}

.header-area.menu-fixed .btn-two::before {
    background-color: var(--heading-color)
}

.sidebar-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background-color: var(--heading-color);
    padding: 40px;
    padding-top: 30px;
    z-index: 9999;
    transition: var(--transition);
    overflow: hidden;
    overflow-y: auto
}

@media (max-width:575px) {
    .sidebar-area {
        width: auto;
        padding: 40px 20px
    }
}

.sidebar-area p {
    color: var(--white)
}

.sidebar-area .info {
    border-top: 1px solid rgb(255 255 255 / .25)
}

.sidebar-area .info li {
    font-size: 15px
}

.sidebar-area .info li i {
    margin-right: 8px
}

.sidebar-area .info li a {
    color: var(--white)
}

.sidebar-area .sidebar__overlay {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgb(0 0 0 / .5);
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer
}

.sidebar-area button {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: var(--transition)
}

.sidebar-area button:hover {
    transform: rotate(90deg)
}

.sidebar-area .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid rgb(255 255 255 / .25);
    color: var(--primary-color);
    margin-right: 10px
}

.sidebar-area .social-icon a:hover {
    background-color: var(--primary-color);
    color: var(--heading-color);
    border: 1px solid var(--primary-color)
}

.sidebar-area.sidebar__hide {
    visibility: hidden;
    opacity: 0;
    right: -30px
}

.mobile-menu {
    background-color: #fff0
}

.mobile-menu .mean-bar {
    background-color: #fff0
}

.mobile-menu .meanmenu-reveal {
    display: none !important
}

.mobile-menu.mean-container .mean-nav {
    background-color: #fff0
}

.mobile-menu.mean-container .mean-nav>ul {
    width: 100%;
    display: block !important
}

.mobile-menu ul li a i {
    display: none
}

@media only screen and (min-width:991.98px) {
    .has-child-menu-mega-menu::after {
        content: unset !important
    }
}

.has-child-menu-mega-menu ul {
    z-index: -1
}
}

.has-child-menu-mega-menu .sub-nav {
    position: absolute;
    width: max-content;
    height: 75vh;
    overflow-y: scroll;
    left: 0;
    right: 0;
    top: 72%;
    transition: all ease 0.4s;
    z-index: 5;
    border-radius: 28px;
    padding: 20px 0;
    background-color: #f3f3f3;
    max-width: 98%;
    margin: 0 auto;
    transform-origin: 0 0 0;
    transform: scaleY(.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media only screen and (max-width:991.98px) {
    .has-child-menu-mega-menu .sub-nav {
        display: none
    }
}

.has-child-menu-mega-menu .sub-nav::-webkit-scrollbar {
    width: .3em
}

.has-child-menu-mega-menu .sub-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / .3)
}

.has-child-menu-mega-menu .sub-nav::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px
}

.has-child-menu-mega-menu .sub-nav .nav-item .nav-item-img {
    border-radius: 16px;
    padding: 6px;
    background-color: #ddd
}

.has-child-menu-mega-menu .sub-nav .nav-item .nav-item-img img {
    border-radius: 14px;
    transition: all 0.3s
}

.has-child-menu-mega-menu .sub-nav .nav-item h6 {
    font-weight: 600;
    font-size: 18px;
    color: #040a10
}

.has-child-menu-mega-menu .sub-nav .nav-item a {
    padding: 0
}

.has-child-menu-mega-menu:hover .sub-nav {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.banner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 210px;
    padding-bottom: 250px;
    background-color: #fafdfa
}

@media (max-width:767px) {
    .banner-area {
        padding: 140px 0
    }
}

.banner__hero {
    position: absolute;
    right: 9%;
    bottom: 0;
    z-index: -1
}

.banner__hero-info {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: -1
}

@media (max-width:991px) {
    .banner__hero-info {
        display: none
    }
}

@media (max-width:991px) {
    .banner__hero {
        display: none
    }
}

.banner__content {
    max-width: 560px
}

.banner__content h1 span {
    position: relative;
    z-index: 1;
    color: var(--heading-color)
}

.banner__content h1 span::after {
    position: absolute;
    background-color: #ffc422;
    content: "";
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 15px;
    z-index: -1
}

.banner-two-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #1b575b
}

.banner-two__content {
    max-width: 545px;
    padding-top: 200px;
    padding-bottom: 260px
}

.banner-two__content h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    color: var(--white);
    padding: 5px 15px;
    border-radius: 12px;
    background-color: var(--primary-two);
    display: inline-block;
    text-transform: uppercase
}

.banner-two__content h1 {
    font-size: 60px;
    line-height: 72px;
    color: var(--white);
    text-transform: capitalize
}

.banner-two__content p {
    color: var(--paragraph-light)
}

@media (max-width:767px) {
    .banner-two__content {
        padding: 120px 0
    }

    .banner-two__content h1 {
        font-size: 50px;
        line-height: 60px;
        color: var(--white);
        text-transform: capitalize
    }
}

.banner-two__image {
    max-width: 892px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%)
}

@media (max-width:1600px) {
    .banner-two__image {
        max-width: 700px
    }
}

@media (max-width:1399px) {
    .banner-two__image {
        max-width: 500px
    }
}

@media (max-width:1199px) {
    .banner-two__image {
        display: none
    }
}

.banner-inner-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner-inner__content {
    text-align: center;
    max-width: fit-content;
    margin: 0 auto
}

.banner-inner__content h5 {
    margin-bottom: 10px;
    color: #831aaa;
    display: inline-block;
    padding: 5px 16px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 24px
}

.banner-inner__content h5 span {
    color: var(--white)
}

.banner-inner__content h5 a {
    color: var(--white)
}

.banner-three-area {
    overflow: hidden;
    padding-top: 150px
}

@media (max-width:767px) {
    .banner-three-area {
        padding-top: 170px
    }
}

.banner-three__thumb {
    position: relative;
    padding: 10px;
    border-radius: 26px;
    border: 1px solid rgb(2 13 10 / .1);
    margin-left: 50px
}

@media (max-width:1199px) {
    .banner-three__thumb {
        display: none
    }
}

@media (max-width:767px) {
    .banner-three__thumb {
        margin-left: 0;
        display: block
    }
}

.banner-three__thumb img {
    border-radius: 18px;
    width: 100%
}

@media (max-width:767px) {

    .banner-three__thumb .shape-1,
    .banner-three__thumb .shape-2 {
        display: none
    }
}

.banner-three__thumb .shape-1 {
    position: absolute;
    bottom: 60px;
    left: -130px
}

@media (max-width:1600px) {
    .banner-three__thumb .shape-1 {
        left: -100px;
        bottom: 30px
    }
}

.banner-three__thumb .shape-2 {
    position: absolute;
    top: 60px;
    right: -160px
}

@media (max-width:1600px) {
    .banner-three__thumb .shape-2 {
        top: 60px;
        right: -100px
    }
}

.banner-three__content .sub-title {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
    width: max-content;
    margin-bottom: 15px;
    z-index: 1
}

@media (max-width:767px) {
    .banner-three__content .sub-title {
        margin-bottom: 10
    }
}

.banner-three__content .sub-title::before {
    position: absolute;
    content: "";
    width: calc(100% - 26px);
    height: 37px;
    left: -14px;
    bottom: 10px;
    background-color: var(--primary-alter-color);
    z-index: -1
}

.banner-three__content .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: -1px;
    color: #659d1b
}

@media (max-width:991px) {
    .banner-three__content .title {
        font-size: 64px
    }
}

@media (max-width:767px) {
    .banner-three__content .title {
        font-size: 48px
    }
}

@media (max-width:575px) {
    .banner-three__content .title {
        font-size: 36px
    }
}

.banner-three__content .banner-info .info-link {
    display: block
}

@media (max-width:575px) {
    .banner-three__content .banner-info .info-link {
        display: none
    }
}

.banner-three__content .banner-info p {
    line-height: 155.556%;
    text-align: center;
    font-size: 17px;
    color: #000
}

.banner-three__content .banner-cta-content {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center
}

@media (max-width:767px) {
    .banner-three__content .banner-cta-content {
        flex-direction: column;
        gap: 20px
    }
}

.banner-three__content .banner-cta-content .users-avatars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-three__content .banner-cta-content .users-avatars img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.banner-three__content .banner-cta-content .users-avatars img:not(:first-child) {
    margin-left: -30px
}

.banner-four-area {
    padding-top: 200px
}

@media (max-width:1199px) {
    .banner-four-area {
        padding-top: 150px
    }
}

.banner-four__info-area {
    position: relative
}

.banner-four__info-area::before {
    position: absolute;
    content: "";
    inset: 0;
    background-image: url(../../images/new-images-v5/banner/hero-4-bg.png);
    opacity: .09;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.banner-four__info-area .info-area .author {
    display: flex;
    align-items: center;
    gap: 15px
}

@media (max-width:575px) {
    .banner-four__info-area .info-area .author {
        flex-direction: column
    }
}

.banner-four__info-area .info-area .author .author-avatars {
    display: flex;
    align-items: center
}

.banner-four__info-area .info-area .author .author-avatars .avatar {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    display: grid;
    place-content: center
}

.banner-four__info-area .info-area .author .author-avatars .avatar:not(:first-child) {
    margin-left: -15px
}

.banner-four__info-area .info-area .author .author-avatars .avatar.v2 {
    background-color: var(--primary-color);
    border: 2px solid var(--white);
    color: var(--white);
    font-size: 17px;
    font-weight: 500
}

.banner-four__info-area .info-area .author .info {
    font-size: 16px;
    font-weight: 500;
    opacity: .7
}

.banner-four__info-area .info-area .title {
    font-family: "Archivo", sans-serif;
    font-size: 100px;
    font-weight: 500;
    line-height: 118%;
    margin-top: 25px
}

@media (max-width:1399px) {
    .banner-four__info-area .info-area .title {
        font-size: 70px
    }
}

@media (max-width:991px) {
    .banner-four__info-area .info-area .title {
        font-size: 60px;
        margin-top: 15px
    }
}

@media (max-width:767px) {
    .banner-four__info-area .info-area .title {
        font-size: 50px
    }
}

@media (max-width:575px) {
    .banner-four__info-area .info-area .title {
        font-size: 40px
    }
}

.banner-four__info-area .counter-area {
    background-color: var(--primary-color);
    padding: 40px 50px;
    margin-top: 100px;
    position: relative;
    z-index: 3
}

@media (max-width:991px) {
    .banner-four__info-area .counter-area {
        margin-top: 20px
    }
}

.banner-four__info-area .counter-area .count-item {
    text-align: center
}

.banner-four__info-area .counter-area .count-item:not(:last-of-type) {
    border-bottom: 1px solid rgb(255 255 255 / .1);
    padding-bottom: 70px;
    margin-bottom: 65px
}

@media (max-width:1399px) {
    .banner-four__info-area .counter-area .count-item:not(:last-of-type) {
        padding-bottom: 50px;
        margin-bottom: 45px
    }
}

@media (max-width:1199px) {
    .banner-four__info-area .counter-area .count-item:not(:last-of-type) {
        padding-bottom: 40px;
        margin-bottom: 35px
    }
}

.banner-four__info-area .counter-area .count-item h1,
.banner-four__info-area .counter-area .count-item h2,
.banner-four__info-area .counter-area .count-item h3,
.banner-four__info-area .counter-area .count-item h4,
.banner-four__info-area .counter-area .count-item h5,
.banner-four__info-area .counter-area .count-item h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1
}

@media (max-width:1199px) {

    .banner-four__info-area .counter-area .count-item h1,
    .banner-four__info-area .counter-area .count-item h2,
    .banner-four__info-area .counter-area .count-item h3,
    .banner-four__info-area .counter-area .count-item h4,
    .banner-four__info-area .counter-area .count-item h5,
    .banner-four__info-area .counter-area .count-item h6 {
        font-size: 50px
    }
}

@media (max-width:767px) {

    .banner-four__info-area .counter-area .count-item h1,
    .banner-four__info-area .counter-area .count-item h2,
    .banner-four__info-area .counter-area .count-item h3,
    .banner-four__info-area .counter-area .count-item h4,
    .banner-four__info-area .counter-area .count-item h5,
    .banner-four__info-area .counter-area .count-item h6 {
        font-size: 34px
    }
}

.banner-four__info-area .counter-area .count-item h1 .count,
.banner-four__info-area .counter-area .count-item h2 .count,
.banner-four__info-area .counter-area .count-item h3 .count,
.banner-four__info-area .counter-area .count-item h4 .count,
.banner-four__info-area .counter-area .count-item h5 .count,
.banner-four__info-area .counter-area .count-item h6 .count {
    font: inherit;
    color: inherit;
    line-height: inherit
}

.banner-four__info-area .counter-area .count-item p {
    opacity: .7;
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px
}

.banner-four__slider-area {
    background-color: var(--primary-color);
    margin-top: -130px;
    position: relative
}

.banner-four__slider-area .banner-four-circle {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:1399px) {
    .banner-four__slider-area .banner-four-circle img {
        max-width: 80%
    }
}

@media (max-width:575px) {
    .banner-four__slider-area .banner-four-circle {
        display: none
    }
}

@media (max-width:1199px) {
    .banner-four__slider-area {
        margin-top: -60px
    }
}

@media (max-width:991px) {
    .banner-four__slider-area {
        margin-top: 15px
    }
}

.banner-four__slider-area .section-link {
    color: var(--primary-alter-color);
    margin-top: 170px
}

@media (max-width:1199px) {
    .banner-four__slider-area .section-link {
        margin-top: 0
    }

    .banner-four__slider-area .section-link svg {
        max-width: 150px
    }
}

@media (max-width:991px) {
    .banner-four__slider-area .section-link {
        margin-top: 0
    }

    .banner-four__slider-area .section-link svg {
        width: 100%
    }
}

@media (max-width:767px) {
    .banner-four__slider-area .section-link {
        margin-top: 0
    }

    .banner-four__slider-area .section-link svg {
        width: 80%
    }
}

@media (max-width:575px) {
    .banner-four__slider-area .section-link {
        display: grid;
        place-content: center
    }
}

.banner-four__slider {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 13% 100%, 0 78%, 0 0)
}

.banner-four__content-slider {
    max-width: 415px;
    padding-left: 25px;
    border-left: 1px solid rgb(255 255 255 / .7)
}

@media (max-width:767px) {
    .banner-four__content-slider {
        padding-left: 15px
    }
}

@media (max-width:575px) {
    .banner-four__content-slider {
        max-width: 420px
    }
}

.banner-four__content-slider p {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 161.111%;
    opacity: .74
}

.banner-four__slider-pagination {
    display: flex
}

@media (max-width:575px) {
    .banner-four__slider-pagination {
        flex-direction: column;
        width: max-content !important
    }
}

.banner-four__slider-pagination .swiper-pagination-bullet {
    background-color: var(--white);
    width: 16px;
    height: 16px;
    opacity: .1;
    transform: scale(.9);
    margin: 0 8px !important
}

@media (max-width:991px) {
    .banner-four__slider-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }
}

@media (max-width:575px) {
    .banner-four__slider-pagination .swiper-pagination-bullet {
        margin: 8px !important
    }
}

.banner-four__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1)
}

.banner-four__content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 100px
}

@media (max-width:1199px) {
    .banner-four__content {
        padding-top: 50px
    }
}

.section-header h5,
.section-header-two h5 {
    color: #831aaa;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media (max-width:575px) {

    .section-header h5,
    .section-header-two h5 {
        font-size: 16px;
        line-height: 26px
    }
}

.section-header h2,
.section-header-two h2 {
    text-transform: capitalize
}

.section-header h2 span,
.section-header-two h2 span {
    color: var(--heading-color);
    position: relative;
    z-index: 1
}

.section-header h2 span::after,
.section-header-two h2 span::after {
    position: absolute;
    background-color: #659d1b;
    content: "";
    width: 100%;
    height: 26%;
    left: 0;
    bottom: 6px;
    z-index: -1
}

.section-header h2 span.light-underline,
.section-header-two h2 span.light-underline {
    color: #000
}

.section-header h2 span.light-underline::after,
.section-header-two h2 span.light-underline::after {
    position: absolute;
    background-color: #659d1b;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 7px;
    z-index: -1
}

.section-header p,
.section-header-two p {
    margin-top: 15px;
    font-size: 18px
}

.section-header p {
    margin-top: 3px
}

.section-header-two h5 {
    color: var(--primary-two);
    font-size: 20px;
    background-color: rgb(18 78 82 / .0784313725);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 12px
}

@media (max-width:575px) {
    .section-header-two h5 {
        font-size: 16px;
        line-height: 26px
    }
}

.section-header-two h2 {
    font-size: 56px;
    line-height: 72px
}

@media (max-width:575px) {
    .section-header-two h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.section-header__wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: end
}

.section-header2 .section-sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #831aaa;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 4.32px;
    text-transform: uppercase
}

.section-header2 .section-title {
    color: var(--secondary-color);
    font-family: "Archivo", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    letter-spacing: -.5px;
    margin-top: 0
}

.common-section-title {
    color: #000;
    font-family: "Archivo", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    letter-spacing: -.5px;
    margin-top: 0
}

.section-header2 {
    padding-bottom: 20px
}

.white-line {
    position: relative
}

.white-line::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #fff !important;
    border-radius: 10px
}

@media (min-width:992px) {
    .section-header2 .section-title {
        font-size: 40px
    }
}

.section-header2.text-color-white .section-sub-title,
.section-header2.text-color-white .section-title,
.section-header2.text-color-white p {
    color: VAR(--white)
}

.section-header2.v2 .section-title {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    line-height: 116.667%;
    letter-spacing: -.6px
}

.screenfix_right {
    margin-right: calc((-100vw + 100%) / 2)
}

.screenfix_left {
    margin-left: calc((-100vw + 100%) / 2)
}

.brand-area {
    overflow: hidden;
    text-align: center
}

.brand__title {
    position: relative;
    text-transform: uppercase;
    text-align: left;
    z-index: 1;
    letter-spacing: 2px
}

.brand__title::after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 65%;
    height: 1px;
    background-color: var(--border);
    z-index: -1;
    content: ""
}

@media (max-width:1399px) {
    .brand__title::after {
        width: 50%
    }
}

@media (max-width:991px) {
    .brand__title::after {
        width: 35%
    }
}

@media (max-width:767px) {
    .brand__title::after {
        display: none
    }
}

.brand__slider .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative
}

@media (max-width:575px) {
    .brand__slider img {
        width: 150px
    }
}

.brand-three-area {
    background-color: var(--primary-color)
}

.brand-three__slider .swiper-slide {
    aspect-ratio: 4/2.6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgb(255 255 255 / .1);
    transition: var(--transition);
    padding-right: 30px
}

.brand-three__slider .swiper-slide img {
    opacity: .4;
    transition: var(--transition)
}

.brand-three__slider .swiper-slide:hover img {
    opacity: 1
}

.brand-four-area {
    overflow: hidden
}

.brand-four__slider {
    border-top: 1.5px solid rgb(2 13 10 / .08);
    border-bottom: 1.5px solid rgb(2 13 10 / .08)
}

.brand-four__slider .swiper-slide {
    aspect-ratio: 4/2.6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1.5px solid rgb(2 13 10 / .08);
    transition: var(--transition);
    padding-right: 30px
}

.about-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.about__image {
    position: relative;
    z-index: 1
}

@media (max-width:575px) {
    .about__image {
        margin: 20px
    }
}

.about__shape1 {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -1
}

.about__shape2 {
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1
}

.about__right-item {
    max-width: 580px;
    float: right;
    padding-right: 50px
}

.about__left-item {
    max-width: 580px;
    float: left;
    padding-left: 50px
}

@media (max-width:1199px) {
    .about__right-item {
        float: left;
        max-width: 100%
    }
}

.about__counter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.about__counter h3 {
    font-size: 48px;
    line-height: 60px
}

@media (max-width:575px) {
    .about__counter h3 {
        font-size: 28px;
        line-height: 28px
    }
}

.about__counter h3 span {
    color: var(--heading-color)
}

.about-two__text {
    font-size: 32px !important;
    line-height: 46px;
    color: rgb(2 13 10 / .6980392157);
    font-weight: 500
}

@media (max-width:575px) {
    .about-two__text {
        font-size: 20px !important;
        line-height: 32px;
        font-weight: 400
    }
}

.about-two__item h3 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 500
}

.about-two__item .explore-btn span::after,
.about-two__item .explore-btn-light span::after {
    display: none
}

.about__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.about__author .line {
    width: 1px;
    background-color: var(--border);
    min-height: 75px
}

@media (max-width:575px) {
    .about__author .line {
        display: none
    }
}

.about-three-area {
    position: relative;
    z-index: 2;
    overflow: clip;
    background-color: var(--primary-color)
}

.about-three-area::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: -1
}

.about-three__thumb {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    border-bottom-left-radius: 300px;
    overflow: hidden;
    margin-right: 38px
}

@media (max-width:1199px) {
    .about-three__thumb {
        border-bottom-left-radius: 150px;
        margin-right: 0
    }
}

.about-three__thumb img {
    display: block
}

.about-three__content {
    margin-left: 38px
}

@media (max-width:1199px) {
    .about-three__content {
        margin-left: 0
    }
}

.about-three__content .section-header2 p {
    margin-top: 15px
}

@media (max-width:991px) {
    .about-three__content .section-header2 p {
        margin-top: 10px
    }
}

.about-three__content .section-header2 [class*=btn-] {
    margin-top: 50px
}

@media (max-width:991px) {
    .about-three__content .section-header2 [class*=btn-] {
        margin-top: 30px
    }
}

.about-three__counter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    position: relative
}

@media (max-width:991px) {
    .about-three__counter {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media (max-width:575px) {
    .about-three__counter {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.about-three__counter::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 150%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    z-index: -1
}

.about-three__counter .count-item {
    text-align: center;
    position: relative
}

.about-three__counter h1,
.about-three__counter h2,
.about-three__counter h3,
.about-three__counter h4,
.about-three__counter h5,
.about-three__counter h6 {
    font-size: 50px;
    font-weight: 400;
    line-height: 124%
}

@media (max-width:575px) {

    .about-three__counter h1,
    .about-three__counter h2,
    .about-three__counter h3,
    .about-three__counter h4,
    .about-three__counter h5,
    .about-three__counter h6 {
        font-size: 35px
    }
}

.about-three__counter p {
    font-size: 18px;
    font-weight: 500;
    opacity: .74;
    margin-top: 10px
}

@media (max-width:767px) {
    .about-three__counter p {
        font-size: 16px;
        margin-top: 6px
    }
}

.about-four__thumb {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 22%, 21% 0);
    overflow: hidden;
    position: relative;
    margin-right: 115px
}

@media (max-width:1399px) {
    .about-four__thumb {
        margin-right: 80px
    }
}

@media (max-width:1199px) {
    .about-four__thumb {
        margin-right: 50px
    }
}

@media (max-width:991px) {
    .about-four__thumb {
        margin-right: 0
    }
}

.about-four__thumb::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: var(--primary-color);
    opacity: .1
}

.about-four__thumb.v2 {
    clip-path: polygon(100% 0, 100% 50%, 100% 80%, 81% 100%, 0 100%, 0 0);
    margin-inline: -115px 0
}

@media (max-width:1399px) {
    .about-four__thumb.v2 {
        margin-inline: -80px 0
    }
}

@media (max-width:1199px) {
    .about-four__thumb.v2 {
        margin-inline: -50px 0;
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .about-four__thumb.v2 {
        margin-inline: 0
    }
}

.about-four__content.v1 {
    margin-top: 40px
}

@media (max-width:1199px) {
    .about-four__content.v1 {
        margin-top: 20px
    }
}

.about-four__content.v1 .section-header2 {
    max-width: 600px
}

.about-four__content.v1 .section-header2 p {
    margin-top: 15px;
    opacity: .72
}

@media (max-width:991px) {
    .about-four__content.v1 .section-header2 p {
        margin-top: 10px
    }
}

.about-four__content.v1 .content-info-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    gap: 20px
}

@media (max-width:1199px) {
    .about-four__content.v1 .content-info-list {
        margin-top: 20px;
        flex-direction: column;
        gap: 15px
    }
}

.about-four__content.v1 .content-info-list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: var(--secondary-color);
    transform: translateX(-50%);
    opacity: .1
}

@media (max-width:1199px) {
    .about-four__content.v1 .content-info-list::before {
        content: unset
    }
}

.about-four__content.v1 .content-info-list .info-item {
    max-width: 250px
}

@media (max-width:1199px) {
    .about-four__content.v1 .content-info-list .info-item {
        max-width: 100%
    }
}

.about-four__content.v1 .content-info-list .info-item .head {
    display: flex;
    align-items: baseline;
    gap: 12px
}

.about-four__content.v1 .content-info-list .info-item .head i,
.about-four__content.v1 .content-info-list .info-item .head svg {
    color: var(--primary-color)
}

.about-four__content.v1 .content-info-list .info-item .head .info-title {
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 3px
}

.about-four__content.v1 .content-info-list .info-item p {
    opacity: .72
}

.about-four__content.v2 {
    padding-inline: 0 115px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 100px
}

@media (max-width:1399px) {
    .about-four__content.v2 {
        padding-inline: 0 80px
    }
}

@media (max-width:1199px) {
    .about-four__content.v2 {
        padding-inline: 0 50px;
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .about-four__content.v2 {
        padding-inline: 0;
        gap: 50px
    }
}

.about-four__content.v2 .total-projects h1,
.about-four__content.v2 .total-projects h2,
.about-four__content.v2 .total-projects h3,
.about-four__content.v2 .total-projects h4,
.about-four__content.v2 .total-projects h5,
.about-four__content.v2 .total-projects h6 {
    display: flex;
    align-items: center;
    font-family: "Archivo", sans-serif;
    font-size: 144px;
    font-weight: 400;
    line-height: 80.556%;
    letter-spacing: -1.44px;
    background: linear-gradient(180deg, var(--secondary-color) -11.39%, var(--primary-color) 119.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

@media (max-width:1399px) {

    .about-four__content.v2 .total-projects h1,
    .about-four__content.v2 .total-projects h2,
    .about-four__content.v2 .total-projects h3,
    .about-four__content.v2 .total-projects h4,
    .about-four__content.v2 .total-projects h5,
    .about-four__content.v2 .total-projects h6 {
        font-size: 120px
    }
}

@media (max-width:991px) {

    .about-four__content.v2 .total-projects h1,
    .about-four__content.v2 .total-projects h2,
    .about-four__content.v2 .total-projects h3,
    .about-four__content.v2 .total-projects h4,
    .about-four__content.v2 .total-projects h5,
    .about-four__content.v2 .total-projects h6 {
        font-size: 100px
    }
}

@media (max-width:767px) {

    .about-four__content.v2 .total-projects h1,
    .about-four__content.v2 .total-projects h2,
    .about-four__content.v2 .total-projects h3,
    .about-four__content.v2 .total-projects h4,
    .about-four__content.v2 .total-projects h5,
    .about-four__content.v2 .total-projects h6 {
        font-size: 80px
    }
}

.about-four__content.v2 .total-projects h1 .count,
.about-four__content.v2 .total-projects h2 .count,
.about-four__content.v2 .total-projects h3 .count,
.about-four__content.v2 .total-projects h4 .count,
.about-four__content.v2 .total-projects h5 .count,
.about-four__content.v2 .total-projects h6 .count {
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    background: linear-gradient(180deg, var(--secondary-color) -11.39%, var(--primary-color) 119.31%);
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit
}

.about-four__content.v2 .total-projects p {
    opacity: .7;
    margin-top: 25px
}

@media (max-width:991px) {
    .about-four__content.v2 .total-projects p {
        margin-top: 20px
    }
}

.about-four__content.v2 [class*=btn-] {
    margin-top: 50px
}

@media (max-width:991px) {
    .about-four__content.v2 [class*=btn-] {
        margin-top: 30px
    }
}

.service-area {
    overflow: hidden
}

@media (max-width:991px) {
    .service__wrp {
        flex-wrap: wrap
    }
}

.service__icon,
.process__icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid var(--border);
    border-radius: 15px
}

.service__item,
.process__item {
    max-width: 340px
}

@media (max-width:991px) {

    .service__item,
    .process__item {
        width: 100%
    }
}

.service__item h3,
.process__item h3 {
    margin-bottom: 10px
}

.service-two__image {
    padding-right: 33px
}

.service-two__right-item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    max-width: 100px;
    width: 100%;
    background-color: #f1f5f5
}

.service-two__right-item .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: var(--border-1px)
}

.service-two__right-item .item:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width:575px) {
    .service-two__right-item .item h3 {
        font-size: 20px;
        line-height: 30px
    }
}

.service-details-area {
    overflow: hidden
}

.service-details__left-item .item {
    background-color: var(--sub-bg);
    padding: 40px;
    border-radius: 16px;
    border: var(--border-1px)
}

.service-details__left-item .item ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    border-bottom: var(--border-1px)
}

.service-details__left-item .service-book-now {
    border-radius: 12px
}

.service-details__left-item .download-brochure {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #68dc80;
    background-color: #ecfbf5;
    border-radius: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.service-details__right-item .list-text li {
    list-style: disc;
    font-size: 18px;
    margin-left: 20px
}

.service-details__icon .item {
    text-align: center
}

.service-details__icon .item .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    margin: 0 auto
}

.service-details__icon .item .icon.icon-one {
    background-color: #e9f4fd
}

.service-details__icon .item .icon.icon-two {
    background-color: #eeeefd
}

.service-details__icon .item .icon.icon-three {
    background-color: #e6faf3
}

.service-details__testimonial {
    padding: 40px;
    border-radius: 12px
}

.service-details__testimonial p {
    font-size: 28px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    color: var(--white);
    line-height: 44px
}

@media (max-width:575px) {
    .service-details__testimonial p {
        font-size: 20px;
        line-height: 35px
    }
}

.service-three__slider {
    padding-inline: 1.4px
}

.service-three__item {
    border-radius: 14px;
    border: 1.4px solid rgb(2 13 10 / .08);
    padding: 50px;
    transition: var(--transition);
    user-select: none
}

@media (max-width:1399px) {
    .service-three__item {
        padding: 30px
    }
}

.service-three__item .service-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    margin-bottom: 62px;
    border-bottom: 1px solid rgb(2 13 10 / .08)
}

@media (max-width:1199px) {
    .service-three__item .service-header {
        padding-bottom: 50px;
        margin-bottom: 42px
    }
}

.service-three__item .service-header i,
.service-three__item .service-header svg {
    color: #050505
}

.service-three__item .service-header .service-count {
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    opacity: .2
}

.service-three__item .service-header .service-figure {
    width: 92px;
    height: 92px;
    background-color: var(--white);
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    padding: 4px;
    border: 1.2px solid rgb(2 13 10 / .08);
    position: absolute;
    right: 0;
    bottom: -46px;
    transition: var(--transition)
}

@media (max-width:991px) {
    .service-three__item .service-header .service-figure {
        width: 80px;
        height: 80px;
        bottom: -30px
    }
}

.service-three__item .service-header .service-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.service-three__item .service-body .service-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    max-width: 250px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.service-three__item .service-body .service-title a {
    color: inherit;
    text-decoration: none;
    font: inherit;
    line-height: inherit;
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit
}

.service-three__item .service-body p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px
}

@media (max-width:768px) {
    .service-three__item .service-body p {
        margin-top: 8px
    }
}

.service-three__item .service-footer {
    margin-top: 45px
}

@media (max-width:991px) {
    .service-three__item .service-footer {
        margin-top: 30px
    }
}

.service-three__item:hover {
    border-color: var(--primary-alter-color)
}

.service-three__item:hover .service-header .service-figure {
    background-color: var(--primary-alter-color);
    border-color: var(--primary-alter-color)
}

.service-three__pagination {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px
}

.service-three__pagination .swiper-pagination-bullet {
    line-height: 1;
    opacity: .2;
    background-color: var(--primary-alter-color);
    transition: var(--transition);
    width: 16px;
    height: 16px;
    margin: 0;
    transform: scale(.6)
}

.service-three__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    opacity: 1;
    background-color: var(--primary-alter-color)
}

.service-four-area .shape {
    position: absolute;
    color: var(--primary-alter-color);
    top: 0;
    right: 0;
    z-index: -1
}

@media (max-width:991px) {
    .service-four-area .shape {
        display: none
    }
}

.service-four__thumbs {
    clip-path: polygon(100% 0%, 100% 81%, 74% 100%, 0 100%, 0% 50%, 0 0);
    position: relative
}

.service-four__thumbs .thumb-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    transform: scale(1.06) translateX(0);
    transition: opacity 0.35s, transform 0.45s ease-out;
    transform-origin: right;
    visibility: visible
}

.service-four__thumbs .thumb-image:first-child {
    position: relative
}

.service-four__thumbs .thumb-image.prev {
    opacity: 1
}

.service-four__thumbs .thumb-image.active {
    opacity: 1;
    transform: scale(1.06) translateX(3%);
    z-index: 2
}

.service-four__thumbs .thumb-image img {
    display: block;
    width: 100%
}

.service-four__content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-left: 60px;
    margin-right: 150px
}

@media (max-width:1199px) {
    .service-four__content {
        padding-left: 40px;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .service-four__content {
        flex-direction: column
    }
}

@media (max-width:767px) {
    .service-four__content {
        flex-direction: row
    }
}

@media (max-width:575px) {
    .service-four__content {
        flex-direction: column
    }
}

.service-four__content .service-list {
    display: flex;
    align-items: center;
    gap: 10px
}

.service-four__content .service-list .link {
    display: inline-block;
    color: var(--secondary-color);
    font-family: "Archivo", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 158.824%;
    letter-spacing: -.34px;
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(.22, .61, .36, 1);
    background-image: linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1.5px;
    background-position: 0 80%
}

@media (max-width:1399px) {
    .service-four__content .service-list .link {
        font-size: 30px
    }
}

@media (max-width:991px) {
    .service-four__content .service-list .link {
        font-size: 25px
    }
}

.service-four__content .service-list .arrow {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.service-four__content .service-list .arrow i,
.service-four__content .service-list .arrow svg {
    color: var(--secondary-color);
    transform: rotate(-45deg);
    font-size: 25px;
    height: 100%;
    width: 100%;
    transition: all 0.38s cubic-bezier(.37, .08, .02, .93);
    opacity: 0
}

@media (max-width:1399px) {

    .service-four__content .service-list .arrow i,
    .service-four__content .service-list .arrow svg {
        font-size: 20px
    }
}

@media (max-width:991px) {

    .service-four__content .service-list .arrow i,
    .service-four__content .service-list .arrow svg {
        font-size: 15px
    }
}

.service-four__content .service-list.active .link,
.service-four__content .service-list:hover .link {
    background-size: 100% 1.5px;
    color: var(--primary-color)
}

.service-four__content .service-list.active i,
.service-four__content .service-list.active svg,
.service-four__content .service-list:hover i,
.service-four__content .service-list:hover svg {
    color: var(--primary-color)
}

.service-four__content .service-left-list .service-list:not(:last-of-type),
.service-four__content .service-right-list .service-list:not(:last-of-type) {
    margin-bottom: 10px
}

.service-four__content .service-left-list .service-list.active .arrow i:nth-of-type(2),
.service-four__content .service-left-list .service-list.active .arrow svg:nth-of-type(2),
.service-four__content .service-left-list .service-list:hover .arrow i:nth-of-type(2),
.service-four__content .service-left-list .service-list:hover .arrow svg:nth-of-type(2),
.service-four__content .service-right-list .service-list.active .arrow i:nth-of-type(2),
.service-four__content .service-right-list .service-list.active .arrow svg:nth-of-type(2),
.service-four__content .service-right-list .service-list:hover .arrow i:nth-of-type(2),
.service-four__content .service-right-list .service-list:hover .arrow svg:nth-of-type(2) {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.service-four__content .service-left-list .arrow i:nth-of-type(2),
.service-four__content .service-left-list .arrow svg:nth-of-type(2),
.service-four__content .service-right-list .arrow i:nth-of-type(2),
.service-four__content .service-right-list .arrow svg:nth-of-type(2) {
    position: absolute;
    left: -100%;
    top: calc(100% + 25px);
    transform: translate(0%, 0%) rotate(-45deg);
    opacity: 0
}

.service-four__content .service-left-list [class*=btn-],
.service-four__content .service-right-list [class*=btn-] {
    margin-top: 50px
}

@media (max-width:991px) {

    .service-four__content .service-left-list [class*=btn-],
    .service-four__content .service-right-list [class*=btn-] {
        margin-top: 30px
    }
}

.started-area {
    overflow: hidden
}

.started__item {
    border-radius: 24px;
    background-color: var(--primary-two);
    padding: 80px 40px
}

@media (max-width:767px) {
    .started__item {
        padding: 30px 20px
    }
}

.process-area {
    overflow: hidden
}

.process__wrp {
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .process__wrp {
        flex-wrap: wrap;
        justify-content: center
    }
}

.process__line {
    top: 20px;
    left: 50%;
    position: absolute;
    width: 76%;
    transform: translateX(-50%);
    z-index: -1
}

.process__line img {
    width: 100%
}

@media (max-width:767px) {
    .process__line {
        display: none
    }
}

.process__icon {
    background-color: var(--white);
    margin: 0 auto
}

.process__item {
    max-width: 250px;
    text-align: center;
    width: 100%
}

.process-three__item {
    position: relative;
    padding-inline: 30px 15px;
    padding-block: 0 35px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #659d1b 0%, #fff0 100%);
    z-index: 2;
    transition: var(--transition)
}

.process-three__item::before {
    position: absolute;
    content: "";
    inset: 0;
    background-image: url(../../images/new-images-v5/process/process-item-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: var(--transition)
}

.process-three__item::after {
    position: absolute;
    content: "";
    inset: 0;
    background: #659d1b;
    transition: var(--transition);
    opacity: 0;
    z-index: -2
}

.process-three__item .process-header {
    width: 109px;
    height: 126px;
    border-radius: 0 0 100px 100px;
    background: var(--primary-color);
    display: grid;
    place-content: center;
    padding: 30px 27px 40px
}

.process-three__item .process-header i,
.process-three__item .process-header svg {
    color: var(--primary-alter-color)
}

.process-three__item .process-body {
    margin-top: 25px
}

@media (max-width:991px) {
    .process-three__item .process-body {
        margin-top: 20px
    }
}

.process-three__item .process-body .process-title {
    font-family: "Archivo", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    height: 70px
}

.process-three__item .process-body .process-title a {
    color: inherit;
    text-decoration: none;
    font: inherit;
    font-size: 27px;
    font-weight: 500
}

.process-three__item .process-body p {
    font-size: 19px;
    font-weight: 400;
    margin-top: 15px
}

.process-three__item .process-footer {
    margin-top: 26px
}

@media (max-width:991px) {
    .process-three__item .process-footer {
        margin-top: 20px
    }
}

.process-three__item .process-footer a {
    margin-left: 15px;
    z-index: 1
}

.process-three__item:hover::before,
.process-three__item.active::before {
    opacity: .08
}

.process-three__item:hover::after,
.process-three__item.active::after {
    opacity: 1
}

.offer-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.offer__image-wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition)
}

@media (max-width:1399px) {
    .offer__image-wrp {
        left: 40%
    }
}

@media (max-width:991px) {
    .offer__image-wrp {
        display: none
    }
}

.offer__image {
    width: 344px;
    position: relative
}

.offer__image .btn-one,
.offer__image .btn-two,
.offer__image .btn-three {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center
}

@media (max-width:1199px) {
    .offer__image {
        width: 250px
    }
}

.offer__item ul li {
    padding: 30px 0;
    border-bottom: 1px solid rgb(0 0 0 / .059);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.offer__item ul li .offer-title {
    font-size: 44px;
    line-height: 60px;
    font-weight: 500;
    color: rgb(20 16 16 / .6);
    font-family: "Archivo", sans-serif
}

@media (max-width:1399px) {
    .offer__item ul li .offer-title {
        font-size: 30px;
        line-height: 40px
    }
}

.offer__item ul li .offer-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 2px solid rgb(3 3 3 / .6);
    font-size: 30px;
    color: rgb(11 8 8 / .6);
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: var(--transition)
}

@media (max-width:991px) {
    .offer__item ul li .offer-icon {
        display: none
    }
}

.offer__item ul li p {
    color: #000;
    max-width: 250px;
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition)
}

@media (max-width:991px) {
    .offer__item ul li p {
        display: none
    }
}

.offer__item ul li:first-child .offer__image-wrp {
    top: 100%
}

.offer__item ul li:last-child .offer__image-wrp {
    top: 0
}

.offer__item ul li:hover .offer-title {
    color: #000
}

.offer__item ul li:hover p {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.offer__item ul li:hover .offer-icon {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px)
}

.offer__item ul li:hover .offer__image-wrp {
    opacity: 1;
    visibility: visible
}

.choose-area {
    overflow: hidden
}

.choose__image {
    max-width: 210px;
    width: 100%;
    background-color: var(--white);
    border-radius: 10px
}

.choose__content p {
    margin-top: 10px;
    margin-bottom: 20px
}

.choose__content .explore-btn span::after,
.choose__content .explore-btn-light span::after {
    display: none
}

.choose__item {
    display: flex;
    gap: 30px;
    background-color: #f1f5f5;
    padding: 40px;
    padding-bottom: 0;
    border-radius: 28px
}

@media (max-width:767px) {
    .choose__item {
        padding: 20px;
        gap: 20px
    }
}

.choose__item.grid-item {
    flex-direction: column;
    padding: 40px;
    gap: 40px
}

@media (max-width:767px) {
    .choose__item.grid-item {
        padding: 20px;
        gap: 20px
    }
}

.choose__item.list-item {
    padding: 40px;
    gap: 60px
}

.choose__item.list-item .image {
    max-width: 537px;
    width: 100%
}

@media (max-width:991px) {
    .choose__item.list-item {
        padding: 20px;
        gap: 20px;
        flex-direction: column
    }
}

.chooseUs-four__thumb {
    height: 100%
}

@media (max-width:1399px) {
    .chooseUs-four__thumb {
        padding-right: 60px
    }
}

@media (max-width:991px) {
    .chooseUs-four__thumb {
        padding-right: 0
    }
}

.chooseUs-four__thumb img {
    height: 100%;
    object-fit: cover
}

.chooseUs-four__content .section-header2 {
    max-width: 600px
}

.chooseUs-four__content .section-header2 p {
    opacity: .72;
    margin-top: 6px
}

.chooseUs-four__tabs .nav-pills {
    gap: 10px;
    margin-top: 28px
}

@media (max-width:767px) {
    .chooseUs-four__tabs .nav-pills {
        gap: 5px
    }
}

@media (max-width:575px) {
    .chooseUs-four__tabs .nav-pills .nav-item {
        width: 100%
    }
}

.chooseUs-four__tabs .nav-pills .nav-item .nav-link {
    background-color: #fff0;
    border-radius: 20px;
    border: 1px solid rgb(2 13 10 / .1);
    color: rgb(2 13 10 / .72);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 30px
}

@media (max-width:1399px) {
    .chooseUs-four__tabs .nav-pills .nav-item .nav-link {
        padding: 10px 20px
    }
}

@media (max-width:1199px) {
    .chooseUs-four__tabs .nav-pills .nav-item .nav-link {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .chooseUs-four__tabs .nav-pills .nav-item .nav-link {
        font-size: 16px;
        padding: 10px 20px
    }
}

@media (max-width:575px) {
    .chooseUs-four__tabs .nav-pills .nav-item .nav-link {
        width: 100%
    }
}

.chooseUs-four__tabs .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-alter-color);
    border-color: var(--primary-alter-color);
    color: var(--secondary-color)
}

.chooseUs-four__tabs .tab-content {
    margin-top: 60px
}

@media (max-width:767px) {
    .chooseUs-four__tabs .tab-content {
        margin-top: 40px
    }
}

@media (max-width:575px) {
    .chooseUs-four__tabs .tab-content {
        margin-top: 30px
    }
}

.blog-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #831aaa
}

.blog-area2 {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.blog-two__item {
    padding: 40px;
    background-color: rgb(27 87 91 / .0196078431);
    border: 1px solid rgb(2 13 10 / .1019607843);
    border-radius: 20px
}

.blog-two__item .explore-btn span::after,
.blog-two__item .explore-btn-light span::after {
    display: none
}

.blog-two__item ul li svg {
    margin-top: -5px
}

.blog-details__item {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto
}

.blog-details__item .social-icon {
    display: flex;
    align-items: center;
    gap: 15px
}

.blog-details__item .social-icon a {
    font-size: 24px;
    color: #4e5654
}

.blog-details__item .social-icon a:hover {
    color: var(--primary-two)
}

.blog-details__item .list-text {
    margin-left: 20px
}

.blog-details__item .list-text li {
    list-style: disc
}

.blog-details__right-item .item {
    padding: 40px;
    background-color: rgb(27 87 91 / .0196078431);
    border: 1px solid rgb(2 13 10 / .1019607843);
    border-radius: 16px
}

.blog-details__right-item .item .title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 500
}

.blog-details__right-item .item .title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background-color: rgb(2 13 10 / .1019607843)
}

.blog-details__right-item .item .serach-bar {
    position: relative
}

.blog-details__right-item .item .serach-bar input {
    width: 100%;
    border: var(--border-1px);
    padding: 8px 24px;
    border-radius: 8px
}

.blog-details__right-item .item .serach-bar button {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--heading-color);
    background-color: #68dc80;
    padding: 9px 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.blog-details__right-item .item .category li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    transition: var(--transition)
}

.blog-details__right-item .item .category li a {
    color: rgb(2 13 10 / .6980392157);
    transition: var(--transition)
}

.blog-details__right-item .item .category li span {
    transition: var(--transition);
    color: rgb(2 13 10 / .6980392157)
}

.blog-details__right-item .item .category li:hover a {
    color: var(--primary-two);
    font-weight: 500
}

.blog-details__right-item .item .category li:hover span {
    color: var(--primary-two);
    font-weight: 500
}

.blog-details__right-item .item .single-post li:not(:last-child) {
    margin-bottom: 15px
}

.blog-details__right-item .item .single-post li span {
    font-size: 14px
}

.blog-details__right-item .item .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.blog-details__right-item .item .tags a {
    padding: 4px 16px;
    background-color: rgb(27 87 91 / .0509803922);
    color: var(--paragraph);
    border-radius: 12px
}

.blog-details__comment {
    max-width: 800px
}

.blog-details__comment.sm-comment {
    max-width: 645px;
    margin-left: 85px
}

@media (max-width:767px) {
    .blog-details__comment.sm-comment {
        margin-left: 0
    }
}

.blog-details__comment .image {
    min-width: 70px
}

.blog-details__contact {
    max-width: 800px;
    margin: 0 auto;
    background-color: var(--sub-bg);
    border: var(--border-1px);
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 60px
}

.blog-details__contact .contact__form {
    border-radius: 20px
}

.blog-three__item {
    position: relative
}

.blog-three__item::before {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff0 50%, #831aaa 95%);
    z-index: 1
}

.blog-three__item .blog-thumb {
    border-radius: 14px;
    z-index: -1;
    overflow: hidden
}

.blog-three__item .blog-thumb img {
    transition: var(--transition);
    transform: scale(1)
}

.blog-three__item .blog-content {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px
}

.blog-three__item .blog-content .post-date {
    width: 72px;
    height: 83px;
    border-radius: 8px;
    background: #659d1b;
    display: grid;
    place-content: center;
    gap: 5px
}

@media (max-width:991px) {
    .blog-three__item .blog-content .post-date {
        width: 62px;
        height: 68px
    }
}

.blog-three__item .blog-content .post-date .date {
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1
}

@media (max-width:991px) {
    .blog-three__item .blog-content .post-date .date {
        font-size: 30px
    }
}

.blog-three__item .blog-content .post-date .month {
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1
}

@media (max-width:991px) {
    .blog-three__item .blog-content .post-date .month {
        font-size: 16px
    }
}

.blog-three__item .blog-content .post-body .post-tags {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width:991px) {
    .blog-three__item .blog-content .post-body .post-tags {
        margin-bottom: 15px
    }
}

.blog-three__item .blog-content .post-body .post-tags a {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: .7
}

.blog-three__item .blog-content .post-body .post-tags a:not(:first-of-type) {
    padding-left: 12px
}

.blog-three__item .blog-content .post-body .post-tags a:not(:last-of-type) {
    padding-right: 12px;
    border-right: 1px solid rgb(255 255 255 / .7)
}

.blog-three__item .blog-content .post-body .post-title {
    color: var(--white);
    font-weight: 500;
    line-height: 138.462%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media (max-width:991px) {
    .blog-three__item .blog-content .post-body .post-title {
        font-size: 22px
    }
}

.blog-three__item .blog-content .post-body .post-title a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none
}

.blog-three__item .blog-content .post-body [class*=btn-] {
    margin-top: 28px
}

@media (max-width:991px) {
    .blog-three__item .blog-content .post-body [class*=btn-] {
        margin-top: 20px
    }
}

.blog-three__item:hover .blog-thumb img {
    transform: scale(1.1)
}

.blog-four__item .blog-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width:991px) {
    .blog-four__item .blog-info {
        margin-bottom: 20px
    }
}

.blog-four__item .blog-info .author {
    display: flex;
    align-items: center;
    gap: 12px
}

.blog-four__item .blog-info .author .author-avatar {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden
}

.blog-four__item .blog-info .author .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-four__item .blog-info .author .author-info .author-name {
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.blog-four__item .blog-info .author .author-info .author-designation {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: .72
}

.blog-four__item .blog-info .publish-date {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: .72
}

.blog-four__item .blog-thumb {
    position: relative;
    overflow: hidden
}

.blog-four__item .blog-thumb::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, #fff0 0%, var(--primary-color) 100%);
    transform: scale(.8) skew(-15deg);
    opacity: 0;
    transition: var(--transition)
}

@media (max-width:767px) {
    .blog-four__item .blog-thumb::before {
        transform: scale(1) skew(0deg);
        opacity: 1
    }
}

.blog-four__item .blog-thumb .blog-btn {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: var(--primary-alter-color);
    color: #000;
    display: grid;
    place-content: center;
    left: 50%;
    bottom: 45px;
    transform: translate(-50%, 150px);
    transition: var(--transition)
}

.blog-four__item .blog-thumb .blog-btn i,
.blog-four__item .blog-thumb .blog-btn svg {
    transform: rotate(-45deg);
    transition: var(--transition)
}

.blog-four__item .blog-thumb .blog-btn:hover i,
.blog-four__item .blog-thumb .blog-btn:hover svg {
    transform: rotate(0deg)
}

.blog-four__item .blog-title {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    line-height: 138.462%;
    letter-spacing: -.26px;
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media (max-width:991px) {
    .blog-four__item .blog-title {
        margin-top: 20px
    }
}

.blog-four__item .blog-title a {
    font: inherit;
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.blog-four__item .blog-title a:hover {
    color: var(--primary-color)
}

.blog-four__item:hover .blog-thumb::before {
    transform: scale(1) skew(0deg);
    opacity: 1
}

.blog-four__item:hover .blog-thumb .blog-btn {
    transform: translate(-50%, 0)
}

.blog__item a img {
    transition: all 0.5s
}

.team-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.team__image {
    background-color: #d9d9d9;
    transition: var(--transition);
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.team__image img {
    transition: var(--transition);
    filter: grayscale(100%)
}

.team__image .team-info {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    padding: 8px;
    background-color: rgb(255 255 255 / .9);
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -20px;
    transition: var(--transition)
}

.team__image .team-info a {
    margin: 0 10px;
    color: var(--primary-color)
}

.team__item.active .team__image {
    background-color: #d9f6df
}

.team__item.active .team__image img {
    filter: unset
}

.team__item.active .team-info {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.team__item.active.bg2 .team__image {
    background-color: #f6ead9
}

.team__item:hover .team__image {
    background-color: #d9f6df
}

.team__item:hover .team__image img {
    filter: unset
}

.team__item:hover .team-info {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.team-single__image {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.team-single__image img {
    width: 100%
}

.team-single__image .team-info {
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%)
}

.team-single__image .team-info a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    color: var(--white);
    border: 1px solid var(--white)
}

.team-single__image .team-info a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.team-single__image .team-info a.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.team-single__info .skills .experience-title {
    font-weight: 400
}

.team-single__info .skills .progress {
    height: 8px
}

.team-single__info .skills .progress .progress-bar {
    background-color: var(--primary-color)
}

.team-three-area .section-header2 {
    position: relative
}

.team-three-area .section-header2::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 1px;
    background-color: var(--secondary-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .1
}

.team-three__items .team-three__item:not(:first-of-type) {
    margin-top: -12px
}

@media (max-width:991px) {
    .team-three__items .team-three__item:not(:first-of-type) {
        margin-top: 0
    }
}

.team-three__items .team-three__item:nth-child(1) .user-avatar {
    z-index: 1
}

.team-three__items .team-three__item:nth-child(2) .user-avatar {
    z-index: 2
}

.team-three__items .team-three__item:nth-child(3) .user-avatar {
    z-index: 3
}

.team-three__items .team-three__item:nth-child(4) .user-avatar {
    z-index: 4
}

.team-three__items .team-three__item:nth-child(5) .user-avatar {
    z-index: 5
}

.team-three__items .team-three__item:nth-child(6) .user-avatar {
    z-index: 6
}

.team-three__items .team-three__item:nth-child(7) .user-avatar {
    z-index: 7
}

.team-three__items .team-three__item:nth-child(8) .user-avatar {
    z-index: 8
}

.team-three__items .team-three__item:nth-child(9) .user-avatar {
    z-index: 9
}

.team-three__items .team-three__item:nth-child(10) .user-avatar {
    z-index: 10
}

.team-three__item {
    display: flex;
    align-items: center;
    gap: 60px
}

@media (max-width:1399px) {
    .team-three__item {
        gap: 30px
    }
}

.team-three__item .user-avatar {
    position: relative;
    width: 108px;
    height: 108px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid var(--white);
    transition: var(--transition);
    z-index: 0
}

@media (max-width:1399px) {
    .team-three__item .user-avatar {
        width: 80px;
        height: 80px
    }
}

@media (max-width:991px) {
    .team-three__item .user-avatar {
        width: 75px;
        height: 75px
    }
}

.team-three__item .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-three__item .team-user-info {
    display: flex;
    align-items: center;
    flex: 1;
    border-bottom: 1px solid rgb(2 13 10 / .08);
    padding-bottom: 15px;
    transition: var(--transition)
}

@media (max-width:991px) {
    .team-three__item .team-user-info {
        flex-wrap: wrap;
        padding-block: 15px
    }
}

.team-three__item .team-user-info .user-name {
    max-width: 353px;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%
}

@media (max-width:1399px) {
    .team-three__item .team-user-info .user-name {
        max-width: 300px;
        font-size: 22px
    }
}

@media (max-width:1199px) {
    .team-three__item .team-user-info .user-name {
        max-width: 280px;
        font-size: 20px
    }
}

@media (max-width:991px) {
    .team-three__item .team-user-info .user-name {
        min-width: 100%
    }
}

.team-three__item .team-user-info .user-name a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.team-three__item .team-user-info .user-thumb {
    max-width: 262px;
    width: 100%;
    position: relative;
    z-index: 0
}

@media (max-width:1399px) {
    .team-three__item .team-user-info .user-thumb {
        max-width: 220px
    }
}

@media (max-width:1199px) {
    .team-three__item .team-user-info .user-thumb {
        max-width: 180px
    }
}

@media (max-width:991px) {
    .team-three__item .team-user-info .user-thumb {
        display: none
    }
}

.team-three__item .team-user-info .user-thumb .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    z-index: 1;
    opacity: 0;
    transition: var(--transition);
    width: 100%
}

.team-three__item .team-user-info .user-thumb .img::before {
    position: absolute;
    content: "";
    width: 100%;
    width: 100%;
    inset: 0;
    transform: rotate(0deg);
    border-radius: 14px;
    background: var(--primary-color);
    transform-origin: center center;
    z-index: -1;
    transition: var(--transition)
}

.team-three__item .team-user-info .user-thumb .img img {
    transform: rotate(15deg);
    transition: var(--transition);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.team-three__item .team-user-info .user-designation {
    margin-left: 70px;
    margin-right: auto
}

@media (max-width:1399px) {
    .team-three__item .team-user-info .user-designation {
        margin-left: 50px;
        font-size: 16px
    }
}

@media (max-width:991px) {
    .team-three__item .team-user-info .user-designation {
        margin-left: 0
    }
}

@media (max-width:500px) {
    .team-three__item .team-user-info .user-designation {
        min-width: 100%;
        margin-bottom: 5px
    }
}

.team-three__item .team-user-info .user-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.team-three__item .team-user-info .user-social ul li {
    flex-shrink: 0
}

.team-three__item .team-user-info .user-social ul li a {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: rgb(27 91 74 / .06);
    display: grid;
    place-content: center;
    transition: var(--transition);
    color: rgb(27 91 74 / .2)
}

.team-three__item .team-user-info .user-social ul li a:hover {
    background-color: var(--primary-alter-color);
    color: var(--white)
}

.team-three__item:hover,
.team-three__item.active {
    z-index: 9;
    position: relative
}

.team-three__item:hover .user-avatar,
.team-three__item.active .user-avatar {
    border-color: var(--primary-alter-color)
}

.team-three__item:hover .team-user-info,
.team-three__item.active .team-user-info {
    border-block-color: var(--primary-alter-color)
}

.team-three__item:hover .team-user-info .user-thumb .img,
.team-three__item.active .team-user-info .user-thumb .img {
    opacity: 1
}

.team-three__item:hover .team-user-info .user-thumb .img::before,
.team-three__item.active .team-user-info .user-thumb .img::before {
    transform: rotate(15deg)
}

.team-three__item:hover .team-user-info .user-thumb .img img,
.team-three__item.active .team-user-info .user-thumb .img img {
    transform: rotate(0deg)
}

.team-four__item {
    overflow: hidden
}

.team-four__item .team-thumb {
    position: relative
}

.team-four__item .team-thumb::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, #fff0 0%, var(--primary-color) 100%);
    transform: scale(.8) skew(-15deg);
    opacity: 0;
    transition: var(--transition)
}

@media (max-width:767px) {
    .team-four__item .team-thumb::before {
        transform: scale(1) skew(0deg);
        opacity: 1
    }
}

.team-four__item .team-thumb .team-social {
    position: absolute;
    right: 25px;
    bottom: 30px
}

@media (max-width:767px) {
    .team-four__item .team-thumb .team-social {
        right: 15px;
        bottom: 20px
    }
}

.team-four__item .team-thumb .team-social li {
    transform: translateX(100px);
    transition: var(--transition)
}

@media (max-width:767px) {
    .team-four__item .team-thumb .team-social li {
        transform: translateX(0)
    }
}

.team-four__item .team-thumb .team-social li:not(:last-of-type) {
    margin-bottom: 9px
}

.team-four__item .team-thumb .team-social li a {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    background-color: rgb(255 255 255 / .3);
    color: var(--white);
    transition: var(--transition);
    font-size: 14px
}

.team-four__item .team-thumb .team-social li a:hover {
    background-color: var(--white);
    color: var(--primary-color)
}

.team-four__item .team-content {
    margin-top: 20px
}

@media (max-width:991px) {
    .team-four__item .team-content {
        margin-top: 10px
    }
}

.team-four__item .team-content .team-name {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    line-height: 138.462%;
    letter-spacing: -.26px
}

.team-four__item .team-content .designation {
    opacity: .72
}

.team-four__item:hover .team-thumb .team-social li {
    transform: translateX(0)
}

.team-four__item:hover .team-thumb .team-social li:nth-of-type(1) {
    transition-delay: 0s
}

.team-four__item:hover .team-thumb .team-social li:nth-of-type(2) {
    transition-delay: 0.1s
}

.team-four__item:hover .team-thumb .team-social li:nth-of-type(3) {
    transition-delay: 0.2s
}

.team-four__item:hover .team-thumb .team-social li:nth-of-type(4) {
    transition-delay: 0.3s
}

.team-four__item:hover .team-thumb::before {
    transform: scale(1) skew(0deg);
    opacity: 1
}

.testimonial-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.testimonial__left-item {
    max-width: 570px
}

.testimonial__right-item {
    padding: 30px;
    border-radius: 24px
}

.testimonial__right-item p {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 40px
}

@media (max-width:575px) {
    .testimonial__right-item p {
        font-size: 18px;
        line-height: 30px
    }
}

.testimonial__right-item .testimonial-info {
    padding-top: 28px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.testimonial-two__content {
    max-width: 940px
}

.testimonial-two__content p {
    color: var(--heading-color);
    font-size: 28px;
    line-height: 50px
}

@media (max-width:1399px) {
    .testimonial-two__content p {
        font-size: 20px;
        line-height: 40px
    }
}

.testimonial-two__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.testimonial-three-area {
    overflow: clip;
    position: relative
}

.testimonial-three__content {
    margin-left: 90px
}

@media (max-width:1199px) {
    .testimonial-three__content {
        margin-left: 0
    }
}

.testimonial-three__content .section-header2 .section-title {
    color: var(--primary-color);
    font-family: "Archivo", sans-serif;
    font-size: 140px;
    font-weight: 600;
    line-height: 92.857%;
    letter-spacing: 2.8px;
    text-transform: capitalize;
    opacity: .06
}

@media (max-width:1199px) {
    .testimonial-three__content .section-header2 .section-title {
        font-size: 100px
    }
}

@media (max-width:991px) {
    .testimonial-three__content .section-header2 .section-title {
        font-size: 80px
    }
}

.testimonial-three__slider {
    margin-left: -125px;
    border-radius: 18px 0 0 18px;
    overflow: clip
}

@media (max-width:1199px) {
    .testimonial-three__slider {
        margin-left: -300px
    }
}

@media (max-width:991px) {
    .testimonial-three__slider {
        margin-left: 0
    }
}

.testimonial-three__pagination {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    line-height: 1;
    padding-right: 200px;
    position: absolute;
    left: 0;
    bottom: 20px !important
}

.testimonial-three__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transform: scale(.8);
    margin: 0;
    opacity: .2;
    background-color: var(--primary-color)
}

.testimonial-three__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    opacity: 1;
    background-color: var(--primary-color)
}

@media (max-width:1199px) {
    .testimonial-three__pagination {
        justify-content: start;
        padding-left: 100px
    }
}

@media (max-width:991px) {
    .testimonial-three__pagination {
        position: relative;
        justify-content: center;
        padding: 0;
        left: 0;
        bottom: 0px !important
    }
}

.testimonial-three__item {
    border-radius: 18px;
    background-color: var(--primary-color);
    padding-block: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .testimonial-three__item {
        padding-block: 30px
    }
}

.testimonial-three__item .testimonial-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .06;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    z-index: -1
}

.testimonial-three__item .testimonial-author {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-inline: 60px;
    padding-bottom: 35px
}

@media (max-width:767px) {
    .testimonial-three__item .testimonial-author {
        padding-inline: 30px;
        padding-bottom: 30px;
        gap: 20px
    }
}

.testimonial-three__item .testimonial-author .quote-icon {
    color: var(--primary-alter-color)
}

.testimonial-three__item .testimonial-author .author-info {
    padding-left: 24px;
    border-left: 1px solid rgb(255 255 255 / .1)
}

@media (max-width:767px) {
    .testimonial-three__item .testimonial-author .author-info {
        padding-left: 20px
    }
}

.testimonial-three__item .testimonial-author .author-info .author-name {
    color: var(--white);
    font-weight: 400;
    line-height: 138.462%
}

.testimonial-three__item .testimonial-author .author-info .author-designation {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    opacity: .7
}

.testimonial-three__item .testimonial-content {
    padding-inline: 60px;
    padding-block: 35px;
    display: flex;
    align-items: center;
    gap: 35px;
    border-top: 1px solid rgb(255 255 255 / .1)
}

@media (max-width:991px) {
    .testimonial-three__item .testimonial-content {
        padding-inline: 25px;
        padding-block: 25px;
        gap: 20px;
        flex-direction: column;
        align-items: start
    }
}

.testimonial-three__item .testimonial-content .author-avatar {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    mask-image: url(../../images/new-images-v5/testimonial/testimonial-three-author-mask.png);
    overflow: hidden
}

.testimonial-three__item .testimonial-content p {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 145%
}

.testimonial-three__item .testimonial-verified {
    padding-inline: 60px;
    display: flex;
    align-items: center;
    gap: 15px
}

@media (max-width:767px) {
    .testimonial-three__item .testimonial-verified {
        padding-inline: 25px
    }
}

.testimonial-three__item .testimonial-verified .verified-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    flex-shrink: 0;
    display: grid;
    place-content: center;
    background-color: rgb(255 255 255 / .1)
}

.testimonial-three__item .testimonial-verified .verified-info .sub-heading {
    display: inline-block;
    line-height: 1;
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    opacity: .7
}

.testimonial-three__item .testimonial-verified .verified-info .heading {
    margin-top: 5px;
    line-height: 1;
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .46px
}

.testimonial-four-area {
    overflow: clip;
    position: relative
}

.testimonial-four-area::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
    z-index: -1
}

@media (max-width:767px) {
    .testimonial-four-area::before {
        width: 100%
    }
}

.testimonial-four-area .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.testimonial-four__slider {
    margin-right: -110px
}

@media (max-width:767px) {
    .testimonial-four__slider {
        margin-right: 0
    }
}

.testimonial-four__item {
    position: relative;
    background-color: var(--white);
    padding: 50px
}

.testimonial-four__item::after {
    position: absolute;
    content: "";
    background-image: url(../../images/new-images-v5/testimonial/testimonial-four-s2.png);
    width: 184px;
    height: 136px;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: top left;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .testimonial-four__item::after {
        width: 120px;
        height: 100px;
        background-size: cover
    }
}

@media (max-width:500px) {
    .testimonial-four__item::after {
        display: none
    }
}

@media (max-width:1199px) {
    .testimonial-four__item {
        padding: 40px
    }
}

@media (max-width:991px) {
    .testimonial-four__item {
        padding: 30px
    }
}

@media (max-width:575px) {
    .testimonial-four__item {
        padding: 20px
    }
}

.testimonial-four__item p {
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 190%;
    opacity: .6
}

.testimonial-four__item .author {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 15px
}

@media (max-width:991px) {
    .testimonial-four__item .author {
        margin-top: 50px
    }
}

.testimonial-four__item .author .author-avatar {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden
}

.testimonial-four__item .author .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-four__item .author .author-info .author-name {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.26px
}

.testimonial-four__item .author .author-info .author-designation {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: .72
}

.testimonial-four__pagination {
    line-height: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 40px;
    gap: 10px
}

@media (max-width:991px) {
    .testimonial-four__pagination {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .testimonial-four__pagination {
        margin-top: 20px
    }
}

.testimonial-four__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: var(--white);
    opacity: .1;
    transform: scale(.65);
    margin: 0 !important;
    flex-shrink: 0
}

@media (max-width:991px) {
    .testimonial-four__pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px
    }
}

.testimonial-four__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1)
}

.testimonial-four__thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%
}

@media (max-width:767px) {
    .testimonial-four__thumb {
        display: none
    }
}

.testimonial-four__thumb img {
    height: 100%;
    object-fit: cover
}

.testimonial-four__thumb .video-popup {
    position: absolute;
    right: 0;
    bottom: 0
}

.testimonial-four__play {
    position: relative;
    width: 100%;
    height: 100%
}

.testimonial-four__play .video-popup {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 168px;
    height: 168px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    z-index: 1
}

@media (max-width:991px) {
    .testimonial-four__play .video-popup {
        width: 120px;
        height: 120px
    }
}

@media (max-width:767px) {
    .testimonial-four__play .video-popup {
        display: none
    }
}

.testimonial-four__play .video-popup::before {
    position: absolute;
    content: "";
    inset: 10px;
    background-color: rgb(255 255 255 / .34);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: pluse_animate 2s infinite linear;
    -moz-animation: pluse_animate 2s infinite linear;
    -ms-animation: pluse_animate 2s infinite linear;
    -o-animation: pluse_animate 2s infinite linear;
    animation: pluse_animate 2s infinite linear
}

.testimonial-four__play .video-popup::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(255 255 255 / .34);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: pluse_animate 4s infinite linear;
    -moz-animation: pluse_animate 4s infinite linear;
    -ms-animation: pluse_animate 4s infinite linear;
    -o-animation: pluse_animate 4s infinite linear;
    animation: pluse_animate 4s infinite linear
}

.testimonial-four__play .video-popup .ping {
    position: absolute;
    inset: 0
}

.testimonial-four__play .video-popup .ping::before {
    position: absolute;
    content: "";
    inset: 10px;
    background-color: rgb(255 255 255 / .34);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: pluse_animate 8s infinite linear;
    -moz-animation: pluse_animate 8s infinite linear;
    -ms-animation: pluse_animate 8s infinite linear;
    -o-animation: pluse_animate 8s infinite linear;
    animation: pluse_animate 8s infinite linear
}

.testimonial-four__play .video-popup .ping::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(255 255 255 / .34);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: pluse_animate 6s infinite linear;
    -moz-animation: pluse_animate 6s infinite linear;
    -ms-animation: pluse_animate 6s infinite linear;
    -o-animation: pluse_animate 6s infinite linear;
    animation: pluse_animate 6s infinite linear
}

.testimonial-four__play .video-popup .ping2 {
    position: absolute;
    inset: 0
}

.testimonial-four__play .video-popup .ping2::before {
    position: absolute;
    content: "";
    inset: 10px;
    background-color: rgb(255 255 255 / .34);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: pluse_animate 10s infinite linear;
    -moz-animation: pluse_animate 10s infinite linear;
    -ms-animation: pluse_animate 10s infinite linear;
    -o-animation: pluse_animate 10s infinite linear;
    animation: pluse_animate 10s infinite linear
}

.testimonial-four__play .video-popup .ping2::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(255 255 255 / .34);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: pluse_animate 12s infinite linear;
    -moz-animation: pluse_animate 12s infinite linear;
    -ms-animation: pluse_animate 12s infinite linear;
    -o-animation: pluse_animate 12s infinite linear;
    animation: pluse_animate 12s infinite linear
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        transform: scale(.3)
    }

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

.contact-area {
    overflow: hidden;
    background: #831aaa;
    position: relative;
    z-index: 1
}

.contact__title {
    color: #fff;
    font-weight: 600
}

.contact__map p {
    color: #fff
}

.contact__item {
    height: 100%;
    padding: 30px;
    background-color: var(--sub-bg);
    border: var(--border-1px);
    border-radius: 28px
}

.contact__item .icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 10px;
    background-color: var(--primary-two);
    margin-bottom: 40px
}

.contact__item h4 {
    font-size: 24px
}

.contact__item a {
    margin-top: 10px;
    font-weight: 600;
    color: var(--paragraph);
    font-size: 18px
}

.contact__form {
    background: #fff;
    padding: 35px;
    border-radius: 14px
}

@media (max-width:575px) {
    .contact__form {
        padding: 20px
    }
}

.contact__form form input {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid var(--border);
    width: 100%;
    margin-bottom: 30px
}

.contact__form form textarea {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid var(--border);
    width: 100%;
    margin-bottom: 10px;
    height: 130px
}

.contact__form form button {
    width: 100%;
    text-align: center
}

.contact__map iframe {
    height: 750px !important;
    width: 100%;
    border-radius: 32px
}

.faq-area,
.faq-two {
    overflow: hidden
}

.faq__tab {
    background-color: #f7f7f7;
    border-radius: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px
}

.faq__tab li.nav-item a {
    padding: 10px 30px;
    color: var(--heading-color);
    font-weight: 500;
    font-size: 20px;
    border-radius: 60px
}

@media (max-width:575px) {
    .faq__tab li.nav-item a {
        font-size: 16px;
        padding: 5px 15px
    }
}

.faq__tab li.nav-item a:hover {
    background-color: var(--primary-color);
    color: var(--white)
}

.faq__tab li.nav-item a.active {
    background-color: var(--primary-color);
    color: var(--white)
}

.faq-two__wrp {
    max-width: 1070px;
    margin: 0 auto
}

.faq__slider-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.faq__slider-info .line-text {
    font-size: 20px;
    color: var(--heading-color);
    line-height: 32px;
    min-width: 155px
}

.faq__slider-info .line {
    width: 100%;
    height: 1px;
    background-color: var(--border);
    margin-bottom: -5px
}

.pricing-area {
    overflow: hidden
}

.pricing__tab {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
    margin-bottom: 80px
}

@media (max-width:767px) {
    .pricing__tab {
        margin-bottom: 40px
    }
}

.pricing__tab .pricing-save {
    position: absolute;
    left: -135px;
    top: -10px
}

@media (max-width:575px) {
    .pricing__tab .pricing-save {
        left: -40px;
        top: -40px;
        transform: rotate(40deg);
        width: 100px
    }
}

.pricing__tab ul.nav.nav-tabs {
    background-color: rgb(18 78 82 / .0588235294);
    padding: 4px;
    border-radius: 16px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.pricing__tab ul.nav.nav-tabs li.nav-item a {
    color: var(--primary-two);
    border-radius: 12px;
    padding: 5px 12px
}

.pricing__tab ul.nav.nav-tabs li.nav-item a.active {
    color: var(--white);
    background-color: var(--primary-two)
}

.pricing__tab ul.nav.nav-tabs li.nav-item a:hover {
    color: var(--white);
    background-color: var(--primary-two)
}

.pricing__head {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / .1019607843)
}

.pricing__head .pricing-name {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--white)
}

.pricing__head h2 {
    font-size: 48px;
    line-height: 64px;
    color: var(--white)
}

.pricing__head h2 span {
    font-size: 16px;
    line-height: 30px;
    color: var(--paragraph-light)
}

.pricing__head p {
    color: var(--paragraph-light)
}

.pricing__item {
    padding: 35px 30px;
    border-radius: 24px;
    background-color: var(--primary-two)
}

.pricing__item h6 {
    margin-bottom: 10px;
    color: var(--white)
}

.pricing__item ul li {
    color: var(--paragraph-light)
}

.pricing__item ul li:not(:last-child) {
    margin-bottom: 10px
}

.book-demo-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.book-demo-area::after {
    position: absolute;
    content: "";
    top: 0;
    right: 8%;
    background-color: #368668;
    width: 800px;
    height: 100%;
    z-index: -1
}

@media (max-width:1600px) {
    .book-demo-area::after {
        display: none
    }
}

.book-demo__left-item {
    max-width: 470px
}

.error-area {
    overflow: hidden
}

.error__item .image {
    max-width: 552px;
    margin: 0 auto
}

.cta-three-area {
    position: relative;
    background-color: var(--primary-color);
    overflow-x: clip
}

.cta-three-area .circle-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
    z-index: 0
}

@media (max-width:1199px) {
    .cta-three-area .circle-shape {
        display: none
    }
}

.cta-three-area .circle-shape img {
    margin-left: auto
}

.cta-three__thumb {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

.cta-three__thumb img {
    position: absolute;
    left: 0;
    bottom: -80px
}

@media (max-width:991px) {
    .cta-three__thumb img {
        display: none
    }
}

.cta-three__content {
    display: flex;
    gap: 100px
}

@media (max-width:1199px) {
    .cta-three__content {
        gap: 70px
    }
}

@media (max-width:767px) {
    .cta-three__content {
        gap: 50px
    }
}

.cta-three__content .shape {
    margin-top: -30px;
    color: var(--primary-alter-color)
}

@media (max-width:1399px) {
    .cta-three__content .shape svg {
        max-width: 100px
    }
}

@media (max-width:575px) {
    .cta-three__content .shape {
        display: none
    }
}

.cta-three__content .section-header2 .section-title {
    color: var(--white)
}

.cta-three__content .section-header2 p {
    color: var(--white);
    opacity: .74;
    margin-top: 10px
}

.cta-three__content .section-header2 [class*=btn-] {
    margin-top: 30px
}

@media (max-width:991px) {
    .cta-three__content .section-header2 [class*=btn-] {
        margin-top: 20px
    }
}

.analysis-three-area {
    overflow-x: clip;
    background: rgb(27 91 74 / .06)
}

@media (max-width:767px) {
    .analysis-three-area .screenfix_left {
        margin-left: calc(-0.5 * var(--bs-gutter-x))
    }
}

.analysis-three__thumb {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    border-bottom-right-radius: 350px;
    overflow: hidden;
    margin-right: 60px;
    height: max-content
}

@media (max-width:1199px) {
    .analysis-three__thumb {
        border-bottom-right-radius: 175px;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .analysis-three__thumb {
        border-bottom-right-radius: 145px
    }
}

.analysis-three__content {
    margin-left: 60px;
    padding-right: 45px;
    margin-top: 120px
}

.analysis-three__content .title {
    font-size: 36px;
    font-weight: 400;
    line-height: 122.222%;
    letter-spacing: -.36px
}

.analysis-three__content img {
    margin-top: 65px
}

@media (max-width:1199px) {
    .analysis-three__content {
        margin-left: 20px;
        padding-right: 0;
        margin-top: 100px
    }
}

@media (max-width:991px) {
    .analysis-three__content {
        font-size: 33px;
        margin-top: 80px
    }
}

@media (max-width:767px) {
    .analysis-three__content {
        font-size: 30px;
        margin-top: 35px;
        margin-left: 0
    }
}

.analysis-three__content .monitoring p,
.analysis-three__content .achievement p,
.analysis-three__content .analysis p {
    font-size: 16px;
    font-weight: 400;
    line-height: 162.5%;
    opacity: .74;
    margin-top: 12px
}

@media (max-width:991px) {

    .analysis-three__content .monitoring p,
    .analysis-three__content .achievement p,
    .analysis-three__content .analysis p {
        margin-top: 8px
    }
}

.analysis-three__content .analysis {
    margin-top: 50px
}

.analysis-three__content .analysis img {
    border-radius: 18px
}

.analysis-three__content .analysis .analysis-list {
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

.analysis-three__content .analysis .analysis-list li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: rgb(2 13 10 / .7);
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 155.556%
}

.analysis-three__content .analysis .analysis-list li i {
    color: var(--primary-color)
}

.analysis-three__content .analysis .analysis-list li:not(:first-of-type) {
    margin-top: 12px
}

@media (max-width:991px) {
    .analysis-three__content .analysis {
        margin-top: 45px
    }

    .analysis-three__content .analysis .analysis-list {
        margin-top: 20px
    }

    .analysis-three__content .analysis .analysis-list li:not(:first-of-type) {
        margin-top: 8px
    }
}

.analysis-three__content .success {
    margin-top: 50px
}

.analysis-three__content .success [class*=btn-] {
    margin-top: 40px
}

@media (max-width:991px) {
    .analysis-three__content .success {
        margin-top: 45px
    }

    .analysis-three__content .success [class*=btn-] {
        margin-top: 25px
    }
}

.analysis-three__content .achievement {
    margin-top: 50px
}

@media (max-width:991px) {
    .analysis-three__content .achievement {
        margin-top: 45px
    }
}

.analysis-three__content .achievement .achievement-list {
    margin-top: 50px
}

@media (max-width:991px) {
    .analysis-three__content .achievement .achievement-list {
        margin-top: 45px
    }
}

.analysis-three__content .achievement .achievement-list .achieve .title {
    display: block;
    color: var(--secondary-color);
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 155.556%
}

.analysis-three__content .achievement .achievement-list .achieve .achieve-bar {
    width: 100%;
    height: 8px;
    background: rgb(27 91 74 / .1)
}

.analysis-three__content .achievement .achievement-list .achieve .achieve-bar .achieve-progress {
    height: 100%;
    width: 0%;
    display: block;
    background-color: var(--primary-color);
    position: relative;
    transition: all 2s ease
}

.analysis-three__content .achievement .achievement-list .achieve .achieve-bar .achieve-progress .skill-count {
    position: absolute;
    right: 0;
    bottom: 100%;
    color: var(--secondary-color);
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 155.556%
}

.analysis-three__content .achievement .achievement-list .achieve:not(:first-of-type) {
    margin-top: 30px
}

@media (max-width:991px) {
    .analysis-three__content .achievement .achievement-list .achieve:not(:first-of-type) {
        margin-top: 20px
    }
}

.portfolio-three-area {
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:1025px) {
    .portfolio-three-area {
        height: 100vh
    }
}

.portfolio-three__thumbs {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.portfolio-three__thumbs .portfolio-thumb {
    background-size: cover;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: animate-image-out 1s 0.1s cubic-bezier(.78, .2, .21, .88) forwards
}

.portfolio-three__thumbs .portfolio-thumb.active {
    animation: animate-image-in 1s cubic-bezier(.78, .2, .21, .88) forwards;
    z-index: 6
}

@media only screen and (max-width:1024px) {
    .portfolio-three__thumbs {
        display: none
    }
}

.portfolio-three__contents {
    display: flex;
    height: 100%
}

@media only screen and (max-width:1024px) {
    .portfolio-three__contents {
        flex-direction: column
    }
}

.portfolio-three__contents .portfolio-three__content {
    position: relative
}

.portfolio-three__contents .portfolio-three__content:not(:last-of-type)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--white);
    opacity: .1;
    z-index: 1
}

.portfolio-three__content {
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 30;
    gap: 30px
}

@media only screen and (max-width:1024px) {
    .portfolio-three__content {
        justify-content: end
    }
}

.portfolio-three__content .content-thumb {
    display: none;
    opacity: 0
}

@media only screen and (max-width:1024px) {
    .portfolio-three__content .content-thumb {
        display: block;
        opacity: 1
    }
}

@media only screen and (max-width:1024px) {
    .portfolio-three__content .content-thumb {
        height: 450px
    }

    .portfolio-three__content .content-thumb img {
        height: 100%;
        object-fit: cover;
        display: block
    }
}

.portfolio-three__content .icon {
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    margin-top: 120px
}

@media (max-width:1399px) {
    .portfolio-three__content .icon img {
        max-width: 150px;
        width: 100%
    }
}

@media (max-width:1199px) {
    .portfolio-three__content .icon {
        margin-top: 80px
    }
}

@media only screen and (max-width:1024px) {
    .portfolio-three__content .icon {
        display: none
    }
}

@media (max-width:991px) {
    .portfolio-three__content .icon {
        margin-top: 60px
    }
}

.portfolio-three__content .content {
    border-radius: 0 140px 0 0;
    background: #fff0;
    width: 100%;
    padding: 40px 30px;
    transition: var(--transition)
}

@media only screen and (max-width:1024px) {
    .portfolio-three__content .content {
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 30px 20px;
        border-radius: 0 80px 0 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.portfolio-three__content .content .without-p {
    transition: transform 0.5s ease
}

.portfolio-three__content .content .without-p .tag {
    border-radius: 60px;
    background: rgb(255 255 255 / .1);
    line-height: 1;
    padding: 12px 20px;
    color: rgb(255 255 255 / .9);
    font-family: "SF Pro Text";
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.portfolio-three__content .content .without-p .title {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    max-width: 380px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.portfolio-three__content .content .without-p .title a {
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.portfolio-three__content .content p {
    color: var(--white);
    font-size: 16px;
    margin-top: 20px;
    transform: translateY(100%);
    opacity: 0;
    will-change: transform;
    transition: transform 0.5s ease, opacity 0.25s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 500px
}

@media only screen and (max-width:1024px) {
    .portfolio-three__content .content p {
        opacity: .74;
        transform: translateY(0%);
        margin-top: 8px
    }
}

@media only screen and (min-width:1025px) {
    .portfolio-three__content:not(.active) .content .without-p {
        transform: translateY(var(--qode-offset, 100px));
        will-change: transform
    }
}

.portfolio-three__content.active .icon {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:1025px) {
    .portfolio-three__content.active .content {
        background: var(--primary-color)
    }
}

@media only screen and (min-width:1025px) {
    .portfolio-three__content.active .content p {
        transform: translateY(0);
        opacity: .74;
        transition-delay: 0.15s, 0.25s
    }
}

.portfolio-four-area {
    background: rgb(27 91 74 / .06)
}

.portfolio-four__slider {
    user-select: none
}

.portfolio-four__item {
    position: relative
}

.portfolio-four__item .portfolio-thumb img {
    min-height: 300px;
    object-fit: cover
}

.portfolio-four__item .portfolio-content {
    position: absolute;
    inset: 10px;
    background: rgb(27 91 74 / .7);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transform: scale(.3) skew(15deg);
    transition: var(--transition)
}

.portfolio-four__item .portfolio-content .portfolio-btn {
    display: grid;
    place-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background-color: rgb(255 255 255 / .9);
    border-radius: 100%;
    margin-block: 24px;
    margin-inline: auto 34px
}

.portfolio-four__item .portfolio-content .portfolio-btn i,
.portfolio-four__item .portfolio-content .portfolio-btn svg {
    color: var(--primary-color);
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out
}

.portfolio-four__item .portfolio-content .portfolio-btn:hover i,
.portfolio-four__item .portfolio-content .portfolio-btn:hover svg {
    transform: rotate(0deg)
}

.portfolio-four__item .portfolio-content .main-content {
    padding: 50px 35px
}

@media (max-width:1399px) {
    .portfolio-four__item .portfolio-content .main-content {
        padding: 40px 20px
    }
}

.portfolio-four__item .portfolio-content .main-content .title {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    line-height: 138.462%;
    letter-spacing: -.26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.portfolio-four__item .portfolio-content .main-content .title a {
    color: inherit;
    font: inherit;
    line-height: inherit
}

.portfolio-four__item .portfolio-content .main-content p {
    color: var(--white);
    opacity: .72;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.portfolio-four__item:hover .portfolio-content,
.portfolio-four__item.active .portfolio-content {
    opacity: 1;
    transform: scale(1) skew(0deg)
}

.marque-three-area {
    overflow-x: clip
}

.marque-three__slider {
    background-color: var(--primary-alter-color);
    padding: 48px 0
}

@media (max-width:991px) {
    .marque-three__slider {
        padding: 30px 0
    }
}

.marque-three__slider .swiper-wrapper {
    transition-timing-function: linear !important
}

.marque-three__slider .swiper-wrapper .swiper-slide {
    width: max-content
}

.marque-three__slider.v1 {
    transform: rotate(1.5deg);
    background-color: var(--primary-color);
    width: calc(100% + 100px);
    margin-left: -50px
}

@media (max-width:1199px) {
    .marque-three__slider.v1 {
        width: 100%;
        margin-left: 0;
        transform: rotate(0deg)
    }
}

.marque-three__slider.v1 .marque-three__item {
    color: var(--white)
}

.marque-three__slider.v2 {
    transform: rotate(-4deg);
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-top: -60px
}

@media (max-width:1199px) {
    .marque-three__slider.v2 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        transform: rotate(0deg)
    }
}

.marque-three__item {
    display: flex;
    align-items: center;
    gap: 45px;
    color: var(--secondary-color);
    font-family: "Archivo", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 136.364%;
    padding-right: 45px;
    position: relative
}

@media (max-width:767px) {
    .marque-three__item {
        gap: 25px;
        padding-right: 25px
    }
}

.marque-three__item::before {
    position: relative;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--secondary-color)
}

.searchBox-area {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .95);
    height: 100%;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s
}

.searchBox-area .searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 30px;
    border-radius: 50%;
    transition: all ease 0.4s;
    display: grid;
    place-content: center
}

@media (max-width:767px) {
    .searchBox-area .searchClose {
        width: 50px;
        height: 50px;
        top: 30px;
        right: 30px;
        font-size: 20px
    }
}

.searchBox-area .searchClose i {
    line-height: 1
}

.searchBox-area .searchClose:hover {
    transform: rotate(90deg)
}

.searchBox-area form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s
}

@media (max-width:991px) {
    .searchBox-area form {
        max-width: 600px
    }
}

.searchBox-area form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--primary-color);
    background-color: #fff0;
    padding-left: 30px;
    color: var(--white);
    border-radius: 50px
}

.searchBox-area form input::-moz-placeholder {
    color: var(--white)
}

.searchBox-area form input::-webkit-input-placeholder {
    color: var(--white)
}

.searchBox-area form input:-ms-input-placeholder {
    color: var(--white)
}

.searchBox-area form input::placeholder {
    color: var(--white)
}

.searchBox-area form button {
    position: absolute;
    top: 0;
    background-color: #fff0;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001)
}

.searchBox-area form button:hover {
    transform: scale(1.1)
}

.searchBox-area.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    transition: all ease 0.4s
}

.searchBox-area.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1)
}

.expertise-four__thumb-area {
    position: relative
}

.expertise-four__thumb-area::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 0;
    background: rgb(27 91 74 / .44)
}

.expertise-four__thumb-area .container-position {
    position: absolute;
    inset: 0
}

.expertise-four__thumb-area .thumb img {
    min-height: 280px
}

@media (max-width:767px) {
    .expertise-four__thumb-area .thumb img {
        object-fit: cover
    }
}

.expertise-four__content-area {
    background: rgb(27 91 74 / .06)
}

.expertise-four__content-area .expertise-content {
    max-width: 308px
}

@media (max-width:991px) {
    .expertise-four__content-area .expertise-content {
        padding-block: 50px;
        max-width: 100%;
        text-align: center
    }
}

.expertise-four__content-area .expertise-content .title {
    font-family: "Archivo", sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 122.727%;
    letter-spacing: -.44px
}

@media (max-width:991px) {
    .expertise-four__content-area .expertise-content .title {
        font-size: 35px
    }
}

@media (max-width:767px) {
    .expertise-four__content-area .expertise-content .title {
        font-size: 30px
    }
}

.expertise-four__content-area .expertise-content p {
    opacity: .72;
    margin-top: 8px
}

.expertise-four__slider {
    border-left: 1px solid rgb(2 13 10 / .14)
}

.expertise-four__slider-pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-top: 70px
}

@media (max-width:991px) {
    .expertise-four__slider-pagination {
        margin-top: 40px;
        justify-content: center
    }
}

.expertise-four__slider-pagination .navigation-arrow {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 100%;
    border: 1px solid rgb(2 13 10 / .14);
    display: grid;
    place-content: center;
    color: var(--primary-color);
    transition: var(--transition)
}

.expertise-four__slider-pagination .navigation-arrow:hover,
.expertise-four__slider-pagination .navigation-arrow.active {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white)
}

.expertise-four__slider .swiper-slide-active .expertise-four__item {
    background-color: var(--white)
}

.expertise-four__slider .swiper-slide-active .expertise-four__item .item-number {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color)
}

.expertise-four__slider .swiper-slide-active .expertise-four__item .item-thumb {
    -webkit-mask-size: 100%;
    mask-size: 100%;
    opacity: 1;
    transform: rotate(0) scale(1)
}

.expertise-four__slider .swiper-slide-active .expertise-four__item .item-thumb img {
    transform: rotate(0) scale(1)
}

.expertise-four__item {
    padding: 40px;
    padding-bottom: 50px;
    transition: var(--transition);
    border-right: 1px solid rgb(2 13 10 / .14)
}

@media (max-width:1199px) {
    .expertise-four__item {
        padding: 20px;
        padding-bottom: 30px
    }
}

.expertise-four__item .item-number {
    display: grid;
    place-content: center;
    width: 38px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid rgb(2 13 10 / .14);
    color: var(--primary-color);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: var(--transition)
}

.expertise-four__item .item-thumb {
    margin-block: 80px 60px;
    mask-image: url(../../images/new-images-v5/expertise/expertise-mask-img.png);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 76%;
    mask-size: 76%;
    opacity: 0;
    transform: rotate(8deg) scale(.9);
    transition: opacity 0.35s, transform 0.5s ease-out, -webkit-mask-size 0.45s ease;
    transition: opacity 0.35s, transform 0.5s ease-out, mask-size 0.45s ease;
    transition: opacity 0.35s, transform 0.5s ease-out, mask-size 0.45s ease, -webkit-mask-size 0.45s ease
}

@media (max-width:1199px) {
    .expertise-four__item .item-thumb {
        margin-block: 60px 40px
    }
}

@media (max-width:991px) {
    .expertise-four__item .item-thumb {
        margin-block: 50px 30px
    }
}

.expertise-four__item .item-thumb img {
    transform: rotate(-6deg) scale(1);
    transition: transform 0.5s ease-out
}

.expertise-four__item .item-content {
    text-align: center
}

.expertise-four__item .item-content .title {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    line-height: 207.692%;
    letter-spacing: -.26px
}

.expertise-four__item .item-content p {
    opacity: .72;
    line-height: 1;
    margin-top: -3px
}

.expertise-four__item:hover {
    background-color: var(--white)
}

.expertise-four__item:hover .item-number {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color)
}

.expertise-four__item:hover .item-thumb {
    -webkit-mask-size: 100%;
    mask-size: 100%;
    opacity: 1;
    transform: rotate(0) scale(1)
}

.expertise-four__item:hover .item-thumb img {
    transform: rotate(0) scale(1)
}

.banner-three-area {
    position: relative;
    overflow: hidden
}

body::before {
    content: "";
    position: fixed;
    top: 102px;
    left: 0;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgb(219 249 177 / 83%) 0%, #fff0 70%);
    filter: blur(50px);
    z-index: 0
}

body::after {
    content: "";
    position: fixed;
    bottom: 0;
    right: 0;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, hwb(284deg 76.03% 2.62%) 0%, #fff0 80%);
    filter: blur(60px);
    z-index: 0
}

.banner-three__content {
    position: relative;
    z-index: 2
}

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

.section-title {
    position: relative
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #831aaa;
    border-radius: 10px
}

.read-more {
    color: #a6f241
}

.read-more:hover {
    color: #fff
}

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

.common-banner-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: -1px;
    color: #659d1b
}

.team-box-wrap {
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgb(255 255 255 / .25) 33.13%, var(--color-deep-blue) 91.05%);
    overflow: hidden
}

.team-box-wrap .team-box {
    background-color: #831aaa;
    border-radius: 20px
}

.team-box-wrap .team-box .team-img {
    padding-top: 40px
}

@media only screen and (max-width:1199.98px) {
    .team-box-wrap .team-box .team-img {
        padding-top: 20px
    }
}

.team-box-wrap .team-box .team-img img {
    transition-duration: 0.8s;
    transition: all 0.3s linear;
    border-radius: 19px;
    width: 420px;
    height: auto
}

.team-box-wrap .team-box .team-img .team-info-wrap {
    background: linear-gradient(180deg, #fff0 50%, #000000 95%);
    padding: 40px;
    border-radius: 19px
}

@media only screen and (max-width:1199.98px) {
    .team-box-wrap .team-box .team-img .team-info-wrap {
        padding: 20px
    }
}

.team-box-wrap .team-box .team-img .team-info-wrap .team-info h2 {
    font-size: 20px
}

@media only screen and (max-width:1199.98px) {
    .team-box-wrap .team-box .team-img .team-info-wrap .team-info p {
        font-size: 14px
    }
}

.team-box-wrap .team-box .team-img .team-info-wrap .team-social {
    border-radius: 8px;
    border: .5px solid rgb(255 255 255 / .3);
    background: rgb(255 255 255 / .06);
    width: 32px;
    height: 32px;
    padding: 4px;
    transition: all 0.3s linear;
    margin-left: 15px
}

.team-box-wrap .team-box .team-img .team-info-wrap .team-social svg,
.team-box-wrap .team-box .team-img .team-info-wrap .team-social i {
    color: var(--color-white);
    transition: all 0.3s linear
}

.team-box-wrap .team-box:hover .team-img img {
    transform: scale(1.05)
}

.team-box-wrap .team-box:hover .team-img .team-info-wrap .team-social {
    background: #659d1b;
    transform: rotate3d(1, 1, 1, 360deg)
}

.team-personal-data .team-dev-head {
    margin-bottom: 90px
}

@media only screen and (max-width:991.98px) {
    .team-personal-data .team-dev-head {
        margin-bottom: 60px
    }
}

.team-personal-data .team-dev-head .team-dev-name {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 8px
}

@media only screen and (max-width:991.98px) {
    .team-personal-data .team-dev-head .team-dev-name {
        font-size: 35px
    }
}

.team-personal-data .team-dev-head .team-dev-title {
    font-family: var(--ff-inter-tight);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36em
}

.team-personal-data .team-dev-head .team-dev-desc {
    margin-top: 40px;
    font-family: var(--ff-inter-tight);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77em
}

@media only screen and (max-width:991.98px) {
    .team-personal-data .team-dev-head .team-dev-desc {
        margin-top: 30px
    }
}

.team-personal-data .team-dev-head .dev-overview-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    margin-top: 48px
}

@media only screen and (max-width:991.98px) {
    .team-personal-data .team-dev-head .dev-overview-data {
        margin-top: 30px
    }
}

.team-personal-data .team-dev-head .dev-overview-data p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77em
}

.team-personal-data .team-dev-head .dev-overview-data p svg {
    width: 24px;
    height: 24px
}

@media only screen and (max-width:991.98px) {
    .team-personal-data .team-dev-head .dev-overview-data {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        margin-top: 30px
    }
}

.team-dev-skills {
    margin-bottom: 90px
}

@media only screen and (max-width:991.98px) {
    .team-dev-skills {
        margin-bottom: 60px
    }
}

.team-dev-skills .dev-skills-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: capitalize;
    margin-bottom: 28px
}

.team-dev-skills .dev-skills-desc {
    font-family: var(--ff-inter-tight);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em
}

.team-dev-skills .dev-skills-tags {
    margin-top: 48px
}

.team-dev-skills .dev-skills-tags .tag-list {
    gap: 20px
}

.team-dev-skills .dev-skills-tags .tag-list li {
    border-radius: 12px;
    background: rgb(255 255 255 / .1);
    font-family: var(--ff-inter);
    font-style: italic;
    font-weight: 500;
    padding: 13px 28px;
    color: var(--color-white)
}

@media only screen and (max-width:991.98px) {
    .team-dev-skills .dev-skills-tags .tag-list li {
        padding: 8px 15px
    }
}

.team-dev-social .dev-social-title {
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize
}

.team-view {
    display: flex;
    justify-content: center
}

.team-small-title {
    font-size: 20px
}

.team-info .team-desc {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out
}

.team-box-wrap:hover .team-info .team-desc {
    opacity: 1;
    max-height: 300px
}

.more-details {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center
}

.more-details a {
    color: #000
}

.more-details a:hover {
    text-decoration: underline;
    color: #831aaa
}

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

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

.service-card-style {
    background: #fff;
    box-shadow: 0 20px 80px rgb(0 0 0 / .03);
    border-radius: 24px;
    padding: 28px
}

.service-card-style:hover .service-icon {
    transform: rotate3d(1, 1, 1, 360deg)
}

.service-card-style .service-icon {
    width: 88px;
    height: 88px;
    background: #8976fd;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s
}

.service-card-style .service-icon.bg-5 {
    background: #831aaa
}

.service-card-style .service-icon.bg-2 {
    background: #659d1b
}

.service-card-style .service-card-info {
    padding-top: 28px
}

.service-card-style .service-card-info p {
    padding-top: 16px;
    max-height: 130px;
    height: 130px
}

.service-card-style .service-card-info .service-card-btn {
    margin-top: 35px
}

.service-card-style .service-card-info .service-card-btn a {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #659d1b;
    font-family: var(--ff-nunito);
    display: inline-flex;
    align-items: center
}

.service-card-style .service-card-info .service-card-btn a i {
    margin-left: 10px
}

.contact-area.nform-outer {
    position: relative;
    background: #fff0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.nform-card-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 28px;
    box-sizing: border-box
}

.nform-card {
    background: #831aaa;
    border-radius: 12px;
    padding: 36px 42px;
    box-shadow: 0 10px 36px rgb(2 13 10 / .12);
    border: 1px solid rgb(0 0 0 / .04)
}

.nform-title {
    margin: 0 0 8px;
    font-size: 42px;
    line-height: 1;
    color: #fff;
    font-weight: 700
}

.nform-sub {
    margin: 0 0 26px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6
}

.nform {
    width: 100%
}

.nform-row {
    margin-bottom: 14px;
    width: 100%;
    display: block
}

.nform-row--inline {
    display: flex;
    gap: 18px;
    align-items: flex-start
}

.nform-col--type {
    flex: 0 0 180px;
    max-width: 180px
}

.nform-col--request {
    flex: 1 1 auto
}

.nform-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #fff
}

.nform-label--inline {
    margin-bottom: 8px
}

.nform-control,
.nform-select,
.nform-textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 14px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    background: #fff !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: inherit !important;
    min-width: 0 !important
}

.nform-select {
    padding-right: 36px !important;
    background-image: linear-gradient(45deg, rgb(0 0 0 / .45) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, rgb(0 0 0 / .45) 50%);
    background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat
}

.nform-textarea {
    min-height: 120px;
    resize: vertical
}

.nform-row--actions {
    margin-top: 12px
}

.nform-control:focus,
.nform-select:focus,
.nform-textarea:focus {
    outline: none !important;
    border-color: var(--primary-color, #1b5b4a) !important;
    box-shadow: 0 8px 20px rgb(27 91 74 / .08) !important
}

@media (max-width:900px) {
    .nform-card {
        padding: 28px
    }

    .nform-title {
        font-size: 36px
    }

    .nform-row--inline {
        flex-direction: column
    }

    .nform-col--type {
        flex: 0 0 100%;
        max-width: 100%
    }

    .nform-col--request {
        width: 100%
    }
}

@media (max-width:480px) {
    .nform-card {
        padding: 18px;
        border-radius: 10px
    }

    .nform-title {
        font-size: 28px
    }

    .nform-sub {
        margin-bottom: 18px
    }
}

.nform-row {
    width: 100% !important;
    display: block !important;
    margin-bottom: 16px !important
}

.nform-control,
.nform-select,
.nform-textarea {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important
}

.nform-select {
    position: relative !important;
    overflow: visible !important;
    z-index: 20 !important;
    cursor: pointer
}

.year-filter-wrap {
    display: inline-block;
    text-align: center;
    margin: 6px auto 30px
}

.year-filter-label {
    color: #831aaa;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.year-filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 300px;
    padding: 15px;
    font-size: 22px;
    color: #2f1b3b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23521e6a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) center;
    background-size: 20px;
    border-radius: 12px;
    border: 3px solid #831aaa;
    box-shadow: 0 4px 18px rgb(47 27 59 / .25), inset 0 1px 0 rgb(255 255 255 / .4);
    cursor: pointer;
    outline: none
}

.year-filter-select:focus {
    border-color: #831aaa;
    box-shadow: 0 8px 30px rgb(57 102 208 / .12), 0 0 0 4px rgb(57 102 208 / .08)
}

.year-filter-select {
    z-index: 9999;
    position: relative
}

.title-place .year-filter-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width:992px) {
    .year-filter-select {
        width: 560px;
        padding: 18px 40px 18px 18px;
        font-size: 20px
    }
}

@media (max-width:640px) {
    .year-filter-select {
        width: calc(100% - 40px);
        font-size: 18px;
        padding: 14px 36px 14px 12px
    }

    .year-filter-label {
        font-size: 18px
    }
}

.values-section {
    position: relative;
    z-index: 1
}

.value-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 48px 36px 36px;
    min-height: 335px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgb(75 36 96 / .02)
}

.value-icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 28px;
    background: #831aaa;
    box-shadow: 0 6px 18px rgb(38 124 0 / .06);
    flex: 0 0 92px
}

.value-icon i {
    font-size: 60px;
    color: #fff;
    line-height: 1
}

.value-title {
    color: #000;
    font-weight: 800;
    text-align: center;
    font-size: 23px;
    margin: 8px 0 18px;
    line-height: 1.05
}

.value-desc {
    color: #000;
    font-weight: 400;
    text-align: center;
    max-width: 420px;
    font-size: 16px;
    line-height: 1.6
}

.values-row {
    align-items: stretch
}

@media (min-width:1200px) {
    .values-row>.col-lg-5 {
        max-width: 45%
    }

    .values-row>.col-lg-2 {
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (max-width:991.98px) {
    .value-card {
        min-height: auto;
        padding: 36px
    }

    .value-title {
        font-size: 22px
    }

    .value-icon {
        width: 80px;
        height: 80px
    }

    .value-icon i {
        font-size: 36px
    }
}

@media (max-width:575.98px) {
    .values-section {
        padding: 48px 0
    }

    .values-heading {
        font-size: 28px;
        margin-bottom: 28px
    }

    .value-desc {
        padding: 0 6px
    }
}

.value-card:hover {
    transform: translateY(-6px);
    transition: transform .28s ease;
    box-shadow: 0 14px 34px rgb(75 36 96 / .09)
}

.sector-section {
    position: relative;
    z-index: 1
}

.sector-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 48px 36px 36px;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgb(75 36 96 / .02)
}

.sector-title {
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 23px;
    margin: 8px 0 18px;
    line-height: 1.05
}

.sector-desc {
    color: #000;
    font-weight: 400;
    text-align: center;
    max-width: 420px;
    font-size: 14px;
    line-height: 1.6
}

.values-row {
    align-items: stretch
}

@media (min-width:1200px) {
    .values-row>.col-lg-5 {
        max-width: 45%
    }

    .values-row>.col-lg-2 {
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (max-width:991.98px) {
    .sector-card {
        min-height: auto;
        padding: 36px
    }

    .sector-title {
        font-size: 22px
    }
}

@media (max-width:575.98px) {
    .sector-section {
        padding: 48px 0
    }

    .sector-desc {
        padding: 0 6px;
        margin-bottom: 16px
    }
}

.sector-card:hover {
    transform: translateY(-6px);
    transition: transform .28s ease;
    box-shadow: 0 14px 34px rgb(75 36 96 / .09)
}

.service-list li {
    list-style: disc;
    color: #000;
    font-size: 17px
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0
}

.benefits-list li {
    font-size: 20px;
    color: #3B1B63;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px
}

.benefits-list i {
    font-size: 24px;
    color: #659d1b
}

.top-heading h5 {
    font-size: 14px;
    font-weight: 400;
    color: #831aaa;
    background-color: #831aaa36;
    border-radius: 30px;
    letter-spacing: normal
}

.top-heading h5 a {
    font-size: 14px;
    font-weight: 400;
    color: #831aaa
}

.top-heading h5 a:hover {
    text-decoration: underline
}

.vulnerability-benefits {
    position: relative;
    z-index: 1
}

.benefit-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 8px 25px rgb(0 0 0 / .06);
    transition: all 0.3s ease;
    border-left: 5px solid #831aaa
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgb(0 0 0 / .08)
}

.icon-wrap i {
    font-size: 30px;
    color: #659d1b;
    flex-shrink: 0
}

.benefit-card p {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    color: #000
}

.risk-points {
    padding: 20px 0
}

.risk-item {
    margin-bottom: 30px
}

.risk-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px
}

.risk-item h4 span {
    font-weight: 700;
    color: #000
}

.risk-item p {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin: 0
}

.ransomware-stats {
    position: relative;
    z-index: 1
}

.ransomware-stats h2 {
    font-size: 32px;
    font-weight: 700;
    color: #3c1b73
}

.ransomware-stats .sub {
    color: #6b5b8a;
    font-size: 15px
}

.stat-item {
    background: #fff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 10px 25px rgb(0 0 0 / .13);
    align-items: stretch;
    gap: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-left: 4px solid #831aaa
}

.stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgb(0 0 0 / .08)
}

.stat-label {
    flex: 0 0 45%;
    display: flex;
    align-items: center
}

.stat-label span {
    font-size: 20px;
    font-weight: 700;
    color: #831aaa;
    line-height: 1.3
}

.stat-text {
    flex: 1;
    display: flex;
    align-items: center
}

.stat-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4a2c72
}

@media (max-width:576px) {
    .stat-item {
        flex-direction: column
    }

    .stat-label {
        flex: 0 0 auto
    }
}

.attack-table-wrapper {
    position: relative;
    z-index: 1
}

.attack-table-box {
    background: #831aaa;
    border-radius: 18px;
    padding: 0;
    overflow: hidden
}

.attack-table thead {
    background: #f1ecf6;
    color: #4a2b6b;
    font-weight: 600;
    font-size: 16px
}

.attack-table thead th {
    padding: 20px;
    border-bottom: 0
}

.attack-table tbody td {
    padding: 20px;
    font-size: 16px;
    color: #3d2a57;
    vertical-align: middle;
    border-color: #e7dff0
}

.attack-table tbody tr {
    border-bottom: 1px solid #e7dff0
}

.attack-table tbody tr:last-child td {
    border-bottom: none
}

.attack-table tbody td:first-child {
    font-weight: 600
}

.cyber-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c8ea24;
    display: inline-block;
    margin-right: 10px;
    margin-top: 6px;
    flex-shrink: 0
}

.cyber-list li {
    font-size: 20px;
    color: #3B1B63;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 22px
}

.cyber-source-box {
    background: #f0e9f8;
    padding: 18px 20px;
    border-radius: 14px;
    color: #4a2b6b
}

.cyber-source-box h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

.cyber-source-box ul {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.cyber-source-box ul li {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.5
}

.case-study-bs {
    background: linear-gradient(135deg, #831aaa 0%, #3d0d57 100%);
    position: relative;
    z-index: 1
}

.case-wrapper {
    max-width: 1150px;
    margin: 0 auto
}

.case-img img {
    width: 100%;
    border-radius: 18px;
    aspect-ratio: 1000 / 671;
    object-fit: cover;
    box-shadow: 0 18px 40px rgb(0 0 0 / .45)
}

.case-info {
    background: rgb(255 255 255 / .95);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgb(0 0 0 / .35)
}

.case-logo img {
    max-height: 60px
}

.label {
    font-size: 12px;
    font-weight: 600;
    color: #659d1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

.case-item h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #831aaa;
    font-weight: 700
}

@media (max-width:992px) {
    .case-info {
        text-align: center
    }
}

.testimonial-modern {
    position: relative;
    z-index: 1
}

.testimonial-card {
    background: #659d1b;
    border-radius: 18px;
    padding: 40px 38px 35px;
    box-shadow: 0 18px 40px rgb(0 0 0 / .08);
    text-align: center;
    overflow: hidden
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-top: 12px
}

.testimonial-author .name {
    font-weight: 600;
    font-size: 16px;
    color: #831aaa
}

.testimonial-author .company {
    font-weight: 700;
    font-size: 16px;
    color: #831aaa
}

.quote-icon-main {
    position: absolute;
    left: 24px;
    top: 8px;
    font-size: 46px;
    color: #fff;
    opacity: .9
}

.quote-icon-secondary {
    position: absolute;
    right: 20px;
    bottom: 5px;
    font-size: 46px;
    color: #f0e6ff;
    transform: rotate(180deg)
}

@media (max-width:576px) {
    .testimonial-card {
        padding: 32px 22px 28px
    }

    .testimonial-text {
        font-size: 16px
    }
}

.stats-section {
    position: relative;
    z-index: 1
}

.stat-box {
    background: linear-gradient(135deg, #831aaa 0%, #3d0d57 100%);
    backdrop-filter: blur(14px);
    padding: 35px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgb(0 0 0 / .25);
    transition: all 0.35s ease
}

.stat-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgb(0 0 0 / .35)
}

.stat-box i {
    font-size: 45px;
    margin-bottom: 12px;
    color: #d7ff37
}

.stat-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #d7ff37
}

.stat-box p {
    margin-top: 6px;
    font-size: 17px;
    color: #fff;
    opacity: .95
}

.blog-custom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #000;
    font-weight: 400
}

.ptb-50 {
    padding-top: 30px;
    padding-bottom: 30px
}

.blog-top-img {
    max-width: 100%
}

.footer-social i {
    font-size: 25px
}

@media (max-width:425px) {
    .white-line::after {
        display: none
    }

    .section-title::after {
        display: none
    }

    .copy-area {
        display: flex;
        justify-content: center;
        text-align: center
    }

    .service-inner-desc {
        padding: 15px
    }

    .service-inner-desc {
        padding: 15px
    }

    .about__right-item {
        max-width: 580px;
        float: right;
        padding-left: 50px
    }

    .ptb-50 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .footer-logo {
        display: flex;
        justify-content: center
    }

    .footer-social {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 12px;
        display: flex;
        justify-content: center
    }

    .single-widget {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center
    }

    .footer-social li a {
        color: #fff;
        font-size: 25px !important;
        transition: 0.3s
    }
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.about-mission-desc {
    color: #000;
    height: 105px
}

.bottom-boxes {
    padding: 0
}

.clients-testimonial-area {
    padding: 120px 0
}

.simplesat-wrapper {
    margin-top: 40px
}

.simplesat-wrapper iframe {
    border-radius: 18px !important;
    box-shadow: 0 20px 50px rgb(0 0 0 / .1) !important;
    padding: 10px !important
}

.simplesat-wrapper .ss-wall,
.simplesat-wrapper .ss-carousel,
.simplesat-wrapper .ss-container {
    gap: 30px !important
}

.simplesat-wrapper .ss-card {
    transition: all 0.3s ease
}

.simplesat-wrapper .ss-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgb(0 0 0 / .15)
}

.simplesat-wrapper {
    padding: 30px;
    background: linear-gradient(135deg, rgb(255 255 255 / .6), rgb(255 255 255 / .3));
    border-radius: 24px;
    backdrop-filter: blur(10px)
}

.cyber-list li {
    text-align: justify;
    display: list-item
}