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

Template Name: Gratech - IT Service HTML Template
Author:  Gramentheme
Author URI: https://themeforest.net/user/gramentheme/portfolio
Developer: Kawser Ahmed Roni
Version: 1.0.0
Description: Gratech - IT Service HTML5 Template

-------------------------------------------------------------------
CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01. abstracts
    1.01 --> mixins
    1.02 --> variable

02. base
    2.01 --> typography
    2.02 --> animation
    2.03 --> responsive

03. components
    3.01 --> buttons
    3.02 --> progress

04. layout
    4.01 --> header
    4.02 --> banner
    4.03 --> section
    4.04 --> footer

------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');


:root {
    --kumbh: 'DM Sans', sans-serif;
    --primary-color: #3751a1;
    --primary10: rgba(60, 114, 252, 0.1);
    --gradient-bg: linear-gradient(90deg, #3751a1 -10.59%, #00060c 300.59%);
    --secondary-color: #0f0d1d;
    --main-bg: #ffffff;
    --sub-bg: #f3f6fd52;
    --heading-color: #0f0d1d;
    --paragraph: #585858;
    --span: #585858;
    --border: #e3e3e3;
    --white: #ffffff;
    --black: #000000;
    --border-1px: 1px solid #eaecf0;
    --border-2px: 2px solid #eaecf0;
    --transition: all 0.3s ease-in-out;
    --shadow: 0px 4px 25px 0px #0000000f;
    --title-text-color: #3751a1;

}

:root[data-theme=dark] {
    --primary-color: #3751a1;
    --primary10: rgba(60, 114, 252, 0.1);
    --gradient-bg: linear-gradient(90deg, #3751a1 -10.59%, #00060c 300.59%);
    --secondary-color: #0f0d1d;
    --main-bg: #151327;
    --sub-bg: #16142c;
    --heading-color: #fff;
    --paragraph: rgba(255, 255, 255, 0.8);
    --span: rgba(255, 255, 255, 0.8);
    --border: #e3e3e3;
    --white: #ffffff;
    --black: #000000;
}

:root[data-theme=dark] .light-area {
    --primary-color: #3751a1;
    --primary10: rgba(60, 114, 252, 0.1);
    --gradient-bg: linear-gradient(90deg, #3751a1 -10.59%, #00060c 300.59%);
    --secondary-color: #0f0d1d;
    --main-bg: #ffffff;
    --sub-bg: #f3f7fb;
    --heading-color: #0f0d1d;
    --paragraph: #585858;
    --span: #585858;
    --border: #e3e3e3;
    --white: #ffffff;
    --black: #000000;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: var(--kumbh);
    color: var(--paragraph);
    background-color: var(--main-bg);
    line-height: 28px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-family: var(--kumbh);
}

h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

h6 {
    font-size: 14px;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 16px;
}

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

a {
    text-decoration: none;
    display: inline-block;
    color: var(--heading-color);
    transition: var(--transition);
}

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

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

li {
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
}

@media (max-width: 991px) {
    br {
        display: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-120 {
        padding-top: 60px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.image img {
    width: 100%;
}

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

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

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

.gradient-bg {
    background: var(--gradient-bg) !important;
}

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

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

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

.sm-font {
    font-size: 14px !important;
}

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

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

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

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

.text-align-center {
    text-align: center;
}

.align-items-center {
    align-items: center;
}

.service-description-sec .service-description-details-row .vi-single-page-content p {
    line-height: 1.5 !important;
    margin: 80px 0px 4px 10px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    font-family: var(--primary-family) !important;
    color: var(--text-color) !important;
}

.overlay,
.banner-video__wrp,
.brand-three-area,
.case__image,
.banner__inner-page,
.header__main .main-menu ul li .sub-menu.menu-image .image {
    position: relative;
}

.overlay::before,
.banner-video__wrp::before,
.brand-three-area::before,
.case__image::before,
.banner__inner-page::before,
.header__main .main-menu ul li .sub-menu.menu-image .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nice-select {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
}

.nice-select:focus {
    border: 1px solid var(--primary-color);
}

.nice-select .list {
    width: 100%;
}

.star i {
    color: var(--primary-color);
}

.star i.disable {
    color: var(--span);
    opacity: 40%;
}

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

.pegi a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--sub-bg);
    color: var(--heading-color);
    font-weight: 700;
    border-radius: 0;
}

.pegi a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.pegi a:hover i {
    color: var(--white) !important;
}

.pegi a.active {
    background-color: var(--primary-color);
    color: var(--white);
}

.accordion .accordion-item {
    border: var(--border-1px);
    border-radius: 0px;
    margin-bottom: 20px;
}

.accordion .accordion-item.dark-mode {
    background-color: var(--secondary-color);
}

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

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

.accordion .accordion-item .accordion-body p {
    color: var(--paragraph);
}

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

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

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

.accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--heading-color);
}

.accordion .accordion-button.collapsed::before {
    content: "+";
    background-color: var(--sub-bg);
    color: var(--primary-color);
}

/* .search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(60, 114, 252, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    background: transparent;
    font-size: 25px;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--white);
} */

input.main-search-input::placeholder {
    color: var(--white);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--white);
    cursor: pointer;
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: var(--primary-color);
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after {
    content: "";
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: var(--black);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
}

#preloader:before {
    content: "";
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: var(--black);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#preloader.isdone:after {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}



.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--primary-color);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--border);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: var(--transition);
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f176";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: var(--transition);
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--primary-color);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: var(--transition);
}

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

.btn-one {
    padding: 15px 25px;
    background: var(--gradient-bg);
    font-weight: 600;
    color: var(--white);
    transition: var(--transition);
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-one i {
    margin-left: 8px;
    transition: var(--transition);
}

@media (max-width: 575px) {
    .btn-one i {
        margin-left: 3px;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .btn-one {
        padding: 8px 18px;
        font-size: 14px;
    }
}

.btn-one::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 0;
    content: "";
    background-color: var(--secondary-color);
    z-index: -1;
    transition: var(--transition);
}

.btn-one::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    content: "";
    background-color: var(--secondary-color);
    z-index: -1;
    transition: var(--transition);
}

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

.btn-one:hover::before {
    height: 100%;
}

.btn-one:hover::after {
    height: 100%;
}

.btn-one:hover i {
    transform: translate(5px);
}

.read-more-btn {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--paragraph);
}

.read-more-btn i {
    margin-left: 5px;
    transition: var(--transition);
}

.read-more-btn:hover {
    color: var(--primary-color);
}

.read-more-btn:hover i {
    color: var(--primary-color);
    margin-left: 10px;
}

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

.dot .swiper-pagination-bullet,
.dot-light .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.6s;
    background-color: transparent;
    opacity: 1;
    position: relative;
    border: 1px solid transparent;
}

.dot .swiper-pagination-bullet::before,
.dot-light .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    transition: 0.6s;
}

.dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--primary-color);
}

.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: var(--primary-color);
}

.dot-light .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid transparent;
}

.dot-light .swiper-pagination-bullet::before {
    background-color: var(--white);
}

.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: var(--primary-color);
}

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

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

.video-btn.video-pulse::after,
.video-btn.video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid var(--primary-color);
    opacity: 0.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(--border);
    height: 12px;
    border-radius: 0px;
}

.progress-area .progress.dark-mode {
    background-color: var(--secondary-color);
}

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

.logo {
    display: block;
}

.logo img {
    width: 100%;
}

/* .header-top {
    padding: 16px 0;
    overflow: hidden;
    background-color: var(--heading-color);
}

.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(--primary-color);
}

.header-top .header-top-wrp .info i {
    color: var(--primary-color);
    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: 37px;
    color: var(--white);
    text-align: center;
}

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

.header-area {
    position: relative;
} */

.loading {
    position: fixed;
    width: 100%;
    text-align: center;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 400;
    font-size: 24px;
    text-transform: lowercase;
    letter-spacing: 5px;
    z-index: 9999999999;
}

.loading span {
    -webkit-animation: loading 1.4s infinite alternate;
    animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* .header-area::after {
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

@media (max-width: 1199px) {
    .header-area::after {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .header-area::after {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .header-area::after {
        width: 40%;
    }
}

@media (max-width: 575px) {
    .header-area::after {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .header-area::after {
        width: 70%;
    }
}

.header-area.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: var(--white);
    z-index: 999;
    box-shadow: var(--shadow);
}

.header-area.menu-fixed .mega-menu {
    top: 105px !important;
}

.header__container {
    max-width: 1350px;
    padding: 0 15px;
}

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

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

.header__main .main-menu ul li.has-megamenu {
    position: static;
}

.header__main .main-menu ul li.has-megamenu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0px);
}

.header__main .main-menu ul li a {
    font-weight: 600;
    padding: 40px 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: 105px;
    z-index: 99;
    flex-direction: column;
    gap: 0;
    width: 250px;
    border: var(--border-1px);
    box-shadow: var(--shadow);
    background-color: var(--white);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.header__main .main-menu ul li .sub-menu.mega-menu {
    max-width: 1170px;
    width: 100%;
    left: 50%;
    top: 105px;
    transform: translateX(-50%) translateY(10px);
    padding: 30px;
}

.header__main .main-menu ul li .sub-menu.mega-menu li {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
}

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

.header__main .main-menu ul li .sub-menu.menu-image .image::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.header__main .main-menu ul li .sub-menu.menu-image .image h6 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}

.header__main .main-menu ul li .sub-menu.menu-image .image .btn__group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    margin-top: 20px;
}

.header__main .main-menu ul li .sub-menu.menu-image .image .btn__group .btn-one {
    color: var(--white) !important;
}

.header__main .main-menu ul li .sub-menu.menu-image .image:hover .btn__group {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.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: 10px 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(0px);
}

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

@media (max-width: 991px) {
    .header__main {
        padding: 15px 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-two-area {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-two-area:after {
    display: none;
}

.header-two-area.menu-fixed {
    background: linear-gradient(90deg, #0f0d1d -76.72%, #3751a1 191.51%);
    border-bottom: none;
}

.header-two-area .header__main .main-menu ul li a {
    color: var(--white);
}

.header-two-area .header__main .bars i {
    color: var(--white);
}

.header-three-area {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-three-area:after {
    display: none;
}

.header-three-area.menu-fixed {
    background: linear-gradient(90deg, #0f0d1d -76.72%, #3751a1 191.51%);
    border-bottom: none;
}

.header-three-area .header__main .main-menu ul li a {
    color: var(--white);
    position: relative;
}

.header-three-area .header__main .main-menu ul li a::after {
    position: absolute;
    content: "";
    background: linear-gradient(0.49deg, #3751a1 -126.52%, rgba(60, 114, 252, 0) 92.35%);
    width: 85px;
    height: 100%;
    bottom: 0;
    left: -20px;
    opacity: 0;
    visibility: hidden;
}

.header-three-area .header__main .main-menu ul li a.search-trigger::after {
    display: none;
}

.header-three-area .header__main .main-menu ul li:hover a {
    color: var(--white);
}

.header-three-area .header__main .main-menu ul li:hover a::after {
    opacity: 1;
    visibility: visible;
}

.header-three-area .header__main .main-menu .sub-menu {
    left: -20px;
}

.header-three-area .header__main .main-menu .sub-menu a::after {
    display: none;
}

.header-three-area .header__main .bars i {
    color: var(--white);
} */

.mean-nav .mega-menu .image {
    padding: 20px;
    border: var(--border-1px);
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.mean-nav .mega-menu .image h6 {
    margin-top: 20px;
}

.mean-nav .btn__group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mean-nav .btn__group a {
    text-align: center !important;
    width: 100% !important;
}

.sidebar-area {
    position: fixed;
    top: 0;
    right: 0px;
    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: 350px;
    }
}

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

.sidebar-area .info {
    border-top: 1px solid rgba(255, 255, 255, 0.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: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sidebar-area button {
    position: absolute;
    right: 30px;
    top: 30px;
    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 rgba(255, 255, 255, 0.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;
}

.sidebar-area .sidebar__search {
    position: relative;
}

.sidebar-area .sidebar__search input {
    width: 100%;
    padding: 8px 20px;
    padding-right: 40px;
}

.sidebar-area .sidebar__search i {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color: var(--heading-color);
}

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

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

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


.banner__dot-wrp {
    position: relative;
    bottom: 40px;
    left: 100%;
    transform: translate(-50%);
    z-index: 2;
}

.banner__shape-left1 {
    position: absolute;
    top: 30px;
    left: 0;
}

@media (max-width: 575px) {
    .banner__shape-left1 {
        display: none;
    }
}

.banner__shape-left2 {
    position: absolute;
    top: 60px;
    left: 0;
}

@media (max-width: 575px) {
    .banner__shape-left2 {
        display: none;
    }
}

.banner__shape-left3 {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.banner__shape-right1 {
    position: absolute;
    bottom: 0px;
    right: 0;
}

@media (max-width: 767px) {
    .banner__shape-right1 {
        display: none;
    }
}

.banner__shape-right2 {
    position: absolute;
    bottom: 0px;
    right: 0;
}

@media (max-width: 767px) {
    .banner__shape-right2 {
        display: none;
    }
}

.banner__line {
    position: absolute;
    bottom: 25%;
    left: 33%;
    z-index: 2;
}

.banner__right-line1,
.banner__right-line4,
.banner__right-line3,
.banner__right-line2 {
    position: absolute;
    top: -65px;
    right: 0;
}

@media (max-width: 575px) {

    .banner__right-line1,
    .banner__right-line4,
    .banner__right-line3,
    .banner__right-line2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .banner__right-line2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .banner__right-line3 {
        display: none;
    }
}

@media (max-width: 575px) {
    .banner__right-line4 {
        display: none;
    }
}

.banner__content,
.banner-two__content,
.banner-three__content {
    max-width: 770px;
    padding: 218px 0;
    position: relative;
}

@media (max-width: 991px) {

    .banner__content,
    .banner-two__content,
    .banner-three__content {
        padding: 100px 0;
    }
}

.banner__content h4,
.banner-two__content h4,
.banner-three__content h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner__content h4 svg,
.banner-two__content h4 svg,
.banner-three__content h4 svg {
    margin-top: -4px;
}

.banner__content h1,
.banner-two__content h1,
.banner-three__content h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
}

@media (max-width: 991px) {

    .banner__content h1,
    .banner-two__content h1,
    .banner-three__content h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {

    .banner__content h1,
    .banner-two__content h1,
    .banner-three__content h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {

    .banner__content h1,
    .banner-two__content h1,
    .banner-three__content h1 {
        font-size: 35px;
        line-height: 50px;
    }
}

.banner__content p,
.banner-two__content p,
.banner-three__content p {
    color: var(--white);
    opacity: 90%;
}

.banner__slider .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 9s ease-out 0s;
    -moz-transition: all 9s ease-out 0s;
    -ms-transition: all 9s ease-out 0s;
    -o-transition: all 9s ease-out 0s;
    transition: all 9s ease-out 0s;
}

.banner__slider .swiper-slide-active .slide-bg {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.banner-two__shape1 {
    position: absolute;
    right: 0;
    top: 100px;
}

@media (max-width: 575px) {
    .banner-two__shape1 {
        display: none;
    }
}

.banner-two__shape2 {
    position: absolute;
    right: 0;
    top: 130px;
}

@media (max-width: 575px) {
    .banner-two__shape2 {
        display: none;
    }
}

.banner-two__line-left {
    position: absolute;
    left: 0;
    top: 100px;
}

@media (max-width: 575px) {
    .banner-two__line-left {
        display: none;
    }
}

.banner-two__circle-solid {
    position: absolute;
    bottom: -80px;
    left: -100px;
}

@media (max-width: 575px) {
    .banner-two__circle-solid {
        display: none;
    }
}

.banner-two__circle-regular {
    position: absolute;
    bottom: -80px;
    left: -100px;
}

@media (max-width: 575px) {
    .banner-two__circle-regular {
        display: none;
    }
}

.banner-two__right-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-two__line {
    position: absolute;
    left: 17%;
    top: 25%;
    z-index: 2;
}

@media (max-width: 575px) {
    .banner-two__line {
        display: none;
    }
}

.banner-two__dot-wrp {
    bottom: 120px;
}

.banner-two__content,
.banner-three__content {
    max-width: 950px;
    margin: 0 auto;
    padding: 250px 0;
}

@media (max-width: 991px) {

    .banner-two__content,
    .banner-three__content {
        padding: 150px 0;
    }
}

.banner-two__content h1,
.banner-three__content h1 {
    font-size: 90px;
    line-height: 100px;
}

@media (max-width: 991px) {

    .banner-two__content h1,
    .banner-three__content h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {

    .banner-two__content h1,
    .banner-three__content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.banner-two__content h4,
.banner-three__content h4 {
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 0px 15px;
}

@media (max-width: 575px) {

    .banner-two__content h4,
    .banner-three__content h4 {
        padding: 0px 10px;
        font-size: 14px;
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {

    .banner-two__content p,
    .banner-three__content p {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {

    .banner-two__content .btn-one,
    .banner-three__content .btn-one {
        margin-top: 30px;
    }
}

.banner-three-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #0f0d1d -76.72%, #3751a1 191.51%);
    padding-top: 250px;
    padding-bottom: 200px;
}

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

.banner-three__bg {
    position: absolute;
    left: 20px;
    bottom: 80px;
    z-index: -1;
}

.banner-three__shape-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 575px) {
    .banner-three__shape-left {
        display: none;
    }
}

.banner-three__shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 90%;
}

.banner-three__shape-right img {
    height: 100%;
}

@media (max-width: 575px) {
    .banner-three__shape-right {
        display: none;
    }
}

.banner-three__content {
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner-three__content {
        margin-top: 100px;
    }
}

@media (max-width: 575px) {
    .banner-three__content {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .banner-three__content h4 {
        font-size: 12px;
    }
}

.banner-three__container {
    max-width: 1350px;
    padding: 30px;
    margin: 0 auto;
}

.banner-three__video-btn a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--white);
    color: var(--primary-color);
    font-size: 16px;
}

.banner-three__info {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.banner__inner-page {
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
}

.banner__inner-page .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.banner__inner-page .shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.banner__inner-page .shape3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner__inner-page::before {
    /* background: linear-gradient(270.07deg, #002b98 0.07%, #00060c 99.95%); */
    /* background: linear-gradient(270.07deg, #1255ff91 0.07%, #00060c 99.95%); */
    background: linear-gradient(270.07deg, rgb(45 45 45 / 84%) 0.07%, rgb(0 6 12 / 82%) 99.95%);
    z-index: -1;
    opacity: 0.75;
}

@media (max-width: 767px) {
    .banner__inner-page {
        padding: 80px 0;
    }
}

.banner__inner-page h2 {
    margin-bottom: 10px;
    color: var(--white);
}

.banner__inner-page span {
    color: var(--white);
    font-weight: 500;
}

.banner__inner-page span i {
    color: var(--white);
}

.banner__inner-page a {
    color: var(--white);
    font-weight: 500;
}

.banner__inner-page a:hover {
    color: var(--primary-color);
}

/* .section-header h5 {
    color: var(--primary-color);
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.section-header h5 svg,
.section-header h5 img {
    margin-top: -5px;
}

@media (max-width: 767px) {
    .section-header h5 {
        padding-bottom: 5px;
    }
}

.section-header h2 {
    text-transform: capitalize;
}

.section-header p {
    margin-top: 30px;
} */

.service-area {
    position: relative;
    overflow: hidden;
}

.service__shape {
    position: absolute;
    right: -100px;
    top: 80px;
    z-index: -1;
}

.service__icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--primary10);
    border-radius: 0px;
    transition: var(--transition);
}

.service__item {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    padding: 40px 30px;
    box-shadow: var(--shadow);
}

.service__item .service-shape {
    position: absolute;
    top: 22px;
    right: 0;
    opacity: 0.3;
    transition: var(--transition);
}

.service__item h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.service__item p {
    transition: var(--transition);
}

.service__item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    /* background: var(--gradient-bg); */
    background: rgb(19 81 216 / 5%);
    transition: var(--transition);
    z-index: -1;
}

.service__item.active .service__icon {
    background-color: var(--white);
}

.service__item.active .service-shape {
    opacity: 0.5;
}

.service__item.active h4 a {
    /* color: var(--white); */
}

.service__item.active p {
    /* color: var(--white); */
    opacity: 90%;
}

.service__item.active::after {
    width: 100%;
    right: unset;
    left: 0;
}

.service-two-area,
.project-three-area {
    overflow: hidden;
    position: relative;
}

.service-two__shape-left {
    position: absolute;
    left: 0;
    top: 0;
}

.service-two__shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-two__content {
    position: relative;
    padding: 30px;
    padding-top: 0;
}

.service-two__content .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 0;
    background: var(--gradient-bg);
    margin-bottom: 30px;
    margin-top: -35px;
    transition: 1s;
}

.service-two__content .shape {
    position: absolute;
    top: 35px;
    right: 0;
    opacity: 0.3;
    transition: var(--transition);
}

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

.service-two__item {
    box-shadow: var(--shadow);
    background-color: var(--main-bg);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.service-two__item:hover .icon {
    transform: rotateX(-360deg);
}

.service-two__item:hover .shape {
    opacity: 0.5;
}

.service-two__item:hover .read-more-btn {
    color: var(--primary-color);
}

.service-two__item:hover .read-more-btn i {
    color: var(--primary-color);
    margin-left: 10px;
}

.service-two__slider .swiper-slide-active .icon {
    transform: rotateX(-360deg);
}

.service-two__slider .swiper-slide-active .shape {
    opacity: 0.5;
}

.service-two__slider .swiper-slide-active .read-more-btn {
    color: var(--primary-color);
}

.service-two__slider .swiper-slide-active .read-more-btn i {
    color: var(--primary-color);
    margin-left: 10px;
}

.service-three-area {
    overflow: hidden;
    position: relative;
}

.service-three__shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.service-three__image img {
    border-radius: 8px;
}

.service-three__content {
    background-color: var(--white);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    width: 85%;
    border-radius: 8px;
    box-shadow: var(--shadow);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition);
    opacity: 1;
}

@media (max-width: 1399px) {
    .service-three__content {
        width: 95%;
    }
}

.service-three__content .icon {
    padding-right: 15px;
    margin-right: 15px;
    border-right: var(--border-1px);
}

.service-three__up-content {
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: var(--transition);
    opacity: 0;
}

.service-three__up-content .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 0px;
    background: linear-gradient(180deg, #3751a1 -93.57%, #00060c 228.57%);
    margin: 0 auto;
}

.service-three__item {
    position: relative;
    border-radius: 8px;
    z-index: 1;
}

.service-three__item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, #3751a1 -21.56%, #00060c 252.19%);
    border-radius: 8px;
    transition: var(--transition);
}

.service-three__item:hover .service-three__content {
    opacity: 0;
    bottom: 0;
}

.service-three__item:hover .service-three__up-content {
    opacity: 1;
}

.service-three__item:hover::before {
    height: 100%;
    bottom: 0;
    top: unset;
}

@media (max-width: 1199px) {
    .service-three__item {
        margin-bottom: 40px;
    }
}

.service-single-area {
    overflow: hidden;
}

.service-single__left-item .image {
    position: relative;
}

.service-single__left-item .title {
    font-size: 30px;
}

.service-single__left-item ul li {
    font-weight: 500;
    color: var(--heading-color);
}

.service-single__left-item ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--gradient-bg);
    color: var(--white);
    font-size: 10px;
    margin-right: 10px;
}

.service-single__right-item .service-category li:hover {
    background-color: var(--primary-color) !important;
}

.service-single__right-item .service-category li:hover a {
    color: var(--white) !important;
}

.service-single__right-item .service-category li:hover i {
    color: var(--white) !important;
}

.service-single__right-item .service-category li.active {
    background-color: var(--primary-color) !important;
}

.service-single__right-item .service-category li.active a {
    color: var(--white) !important;
}

.service-single__right-item .service-category li.active i {
    color: var(--white) !important;
}

.about-area,
.about-two-area {
    overflow: hidden;
    position: relative;
    padding-bottom: 240px;
}

.about__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.about__shape img {
    width: 100%;
    animation: sway_Y 5s linear infinite alternate;
}

.about__left-item,
.about-two__left-item {
    position: relative;
}

@media (max-width: 1199px) {

    .about__left-item,
    .about-two__left-item {
        max-width: 580px;
        margin: 0 auto;
    }
}

.about__left-item .big-image,
.about-two__left-item .big-image {
    max-width: 386px;
    position: relative;
    z-index: 1;
}

.about__left-item .sm-image,
.about-two__left-item .sm-image {
    max-width: 295px;
    position: absolute;
    right: 25px;
    bottom: 30px;
    z-index: 2;
}

.about__left-item .sm-image .video__btn-wrp,
.about-two__left-item .sm-image .video__btn-wrp {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about__left-item .circle-shape,
.about-two__left-item .circle-shape {
    position: absolute;
    top: 30px;
    right: 80px;
}

.about__right-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about__right-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    width: 100%;
    max-width: 80px;
    border-radius: 0;
    background-color: var(--primary10);
}

.about__info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 575px) {
    .about__info {
        gap: 5px;
    }
}

.about-two-area {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .about-two-area {
        padding-bottom: 60px;
    }
}

.about-two__shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.about-two__left-item .circle-shape {
    right: unset;
    left: -32%;
    top: 12%;
    animation: rotate 5s linear infinite;
}

.about-two__left-item .dots {
    position: absolute;
    right: 15%;
    top: 0;
}

.about-two__left-item .shape-halper {
    position: absolute;
    top: 28%;
    right: 26%;
}

.about-two__left-item .sm-image {
    bottom: 20px;
}

.about-two__right-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 500px;
}

.about-two__right-item ul li {
    color: var(--heading-color);
    font-weight: 600;
}

.about-two__right-item ul li:not(:last-child) {
    margin-bottom: 20px;
}

.about-two__right-item ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--gradient-bg);
    color: var(--white);
    font-size: 10px;
    margin-right: 10px;
}

.about-three-area {
    z-index: 1;
}

.about-three__box-up {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1;
}

.about-three__box-down {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
}

.about-three__info {
    max-width: 430px;
}

.about-three__info .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 0px;
    width: 100%;
    max-width: 64px;
}

.about-three__left-item {
    max-width: 450px;
}

.about-three__left-item .about-call-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid var(--primary-color);
}

.about-three__left-item .about-call-icon span {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--gradient-bg);
}

.about-three__image {
    max-width: 634px;
    float: right;
    z-index: 1;
}

.about-three__image .faq__line {
    left: 20% !important;
    z-index: -1;
    top: 10px;
}

.about-three__image .about-three-dot {
    position: absolute;
    left: 8%;
    bottom: 15%;
    z-index: -1;
}

.about-three__image .about-three-count {
    box-shadow: var(--shadow);
    width: 208px;
    position: absolute;
    top: 23%;
    left: 10px;
    background-color: var(--white);
    border-radius: 8px;
}

.about-three__image .about-three-count h3 {
    font-size: 28px;
    line-height: 40px;
}

.about-three__image .about-three-count h3 span {
    color: var(--secondary-color);
}

.about-three__image .about-three-count .icon {
    width: 40px;
}

.counter-area {
    position: relative;
}

.counter__shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.counter__wrp,
.quote__wrp {
    overflow: hidden;
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin-top: -70px;
    z-index: 2;
}

@media (max-width: 767px) {

    .counter__wrp,
    .quote__wrp {
        justify-content: center;
    }
}

.counter__item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.counter__item h3 {
    font-size: 36px;
    color: var(--white);
    font-weight: 700;
    line-height: 50px;
}

.counter__item h3 span {
    color: var(--white);
}

.case-area {
    overflow: hidden;
}

.case__image {
    position: relative;
}

.case__image::before {
    background: linear-gradient(0deg, #0f0d1d 0%, rgba(15, 13, 29, 0) 125%);
}

.case__content {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 30px;
}

.case__btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2;
}

.case__btn i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 0;
    background: var(--gradient-bg);
    font-size: 20px;
    color: var(--secondary-color);
    color: var(--white);
    transition: var(--transition);
}

.case__btn::after {
    position: absolute;
    content: url(../images/shape/case-btn-shape.png);
    right: -20px;
    top: 0px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.case__btn::before {
    position: absolute;
    content: url(../images/shape/case-btn-shape.png);
    left: -20px;
    top: -28px;
    z-index: -1;
    transform: rotate(180deg);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.case__btn:hover::before {
    left: -10px;
    top: -18px;
    opacity: 1;
    visibility: visible;
}

.case__btn:hover::after {
    right: -10px;
    top: -10px;
    opacity: 1;
    visibility: visible;
}

.case__btn:hover i {
    color: var(--primary-color);
    background: var(--white);
}

.case__item,
.project-three__item {
    position: relative;
}

.case__item:hover .case__btn,
.project-three__item:hover .case__btn {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.case__slider {
    margin-left: 19%;
}

@media (max-width: 1600px) {
    .case__slider {
        margin-left: 12%;
    }
}

@media (max-width: 1399px) {
    .case__slider {
        margin-left: 10%;
    }
}

@media (max-width: 991px) {
    .case__slider {
        margin-left: 0%;
        padding: 0 12px;
    }
}

.case__slider .swiper-slide.swiper-slide-active .case__item .case__btn,
.case__slider .swiper-slide.swiper-slide-active .project-three__item .case__btn {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.case-two-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 420px;
}

.case-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.case-two__bg img {
    width: 100%;
}

.case-two__container {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}

.case-two__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.case-two__content span {
    color: var(--primary-color);
    font-weight: 500;
    transition: var(--transition);
}

.case-two__btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid var(--white);
    font-size: 20px;
    color: var(--white);
    z-index: 1;
}

.case-two__btn:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.case-two__item {
    position: relative;
    z-index: 1;
}

.case-two__item::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    content: "";
    background: linear-gradient(0deg, #3751a1 0%, rgba(0, 0, 0, 0) 100%);
    transition: var(--transition);
}

.case-two__item:hover::after {
    height: 100%;
}

.case-two__item:hover .case-two__content span {
    color: var(--white);
}

.case-three-area {
    overflow: hidden;
}

.case-single-area {
    overflow: hidden;
}

.case-single__title {
    font-size: 30px;
    line-height: 32px;
}

.case-single__item .case-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.case-single__item .case-date li {
    font-weight: 500;
    color: var(--heading-color);
}

.case-single__item .case-date li span {
    font-weight: 400;
    color: var(--primary-color);
}

.case-single__item .case-challenge-list {
    max-width: 780px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.case-single__item .case-challenge li {
    font-weight: 500;
    color: var(--heading-color);
}

.case-single__item .case-challenge li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--gradient-bg);
    color: var(--white);
    font-size: 10px;
    margin-right: 10px;
}

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

.choose__shape-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.choose__shape-right1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.choose__shape-right2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.choose__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    z-index: -1;
}

.choose__image img {
    height: 100%;
}

.choose__video-btn,
.banner-video__video-btn,
.service-single__video-btn {
    position: absolute;
    right: 20%;
    top: 45%;
    z-index: 2;
}

.choose__video-btn .video-btn a,
.banner-video__video-btn .video-btn a,
.service-single__video-btn .video-btn a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 25px;
}

@media (max-width: 991px) {

    .choose__video-btn,
    .banner-video__video-btn,
    .service-single__video-btn {
        right: 42%;
        top: 20%;
    }
}

@media (max-width: 450px) {

    .choose__video-btn,
    .banner-video__video-btn,
    .service-single__video-btn {
        right: 34%;
        top: 15%;
    }
}

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

.offer__shadow {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.offer__shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
}

.offer__shape-right {
    position: absolute;
    top: 0px;
    right: 0;
    opacity: 0.3;
}

.offer__icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    margin: 0 auto;
    background: linear-gradient(180deg, #3751a1 -210.71%, #00060c 100%);
    margin-top: -35px;
    transition: 1s;
}

.offer__item {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    padding-top: 0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

@media (max-width: 991px) {
    .offer__item {
        margin-top: 30px;
    }
}

.offer__item .shape-top {
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.offer__item .shape-bottom {
    position: absolute;
    bottom: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.offer__item:hover .shape-top {
    top: -1px;
    right: -1px;
    opacity: 1;
    visibility: visible;
}

.offer__item:hover .shape-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 1;
    visibility: visible;
}

.offer__item:hover .offer__icon {
    background: var(--gradient-bg);
    transform: rotateY(360deg);
}

.offer__item:hover .offer__icon svg path {
    fill: #fff;
}

.brand__wrp {
    padding: 65px;
    background: var(--gradient-bg);
    margin-top: -85px;
    position: relative;
    z-index: 1;
}

.brand__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.brand__image {
    max-width: 175px;
}

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

.brand-three-area::before {
    background-color: var(--heading-color);
    opacity: 0.9;
    z-index: -1;
}

.brand-three__shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .brand-three__shape1 {
        display: none;
    }
}

.brand-three__line1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .brand-three__line1 {
        display: none;
    }
}

.brand-three__shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .brand-three__shape2 {
        display: none;
    }
}

.brand-three__line2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .brand-three__line2 {
        display: none;
    }
}

.process-area {
    overflow: hidden;
}

.process__image {
    max-width: 178px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
}

.process__image img {
    width: 100%;
}

.process__image::after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed var(--primary-color);
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: rotate 20s linear infinite;
}

.process__image .process-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--gradient-bg);
    color: var(--white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.process__item {
    text-align: center;
    padding: 0 30px;
    position: relative;
}

@media (min-width: 992px) {
    .process__item {
        margin-bottom: 0px;
    }
}

.process__item .process-arry {
    position: absolute;
    top: 18%;
    right: -14%;
}

@media (max-width: 991px) {
    .process__item .process-arry {
        top: unset;
        right: unset;
        bottom: -110px;
        left: 40%;
    }

    .process__item .process-arry img {
        transform: rotate(90deg);
    }
}

.testimonial__arry-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.testimonial__arry-btn::after {
    position: absolute;
    content: "";
    width: 35%;
    height: 1px;
    background-color: var(--primary-color);
    right: 0;
    top: 25px;
    opacity: 0.5;
}

@media (max-width: 575px) {
    .testimonial__arry-btn::after {
        width: 30%;
    }
}

.testimonial__arry-btn::before {
    position: absolute;
    content: "";
    width: 35%;
    height: 1px;
    background-color: var(--primary-color);
    left: 0;
    top: 25px;
    opacity: 0.5;
}

@media (max-width: 575px) {
    .testimonial__arry-btn::before {
        width: 30%;
    }
}

.testimonial__item {
    position: relative;
    padding: 40px;
    background-color: var(--white);
    box-shadow: var(--shadow);
}

.testimonial__item .coma {
    position: absolute;
    top: 40px;
    right: 40px;
}

.testimonial-two-area {
    margin-top: -300px;
    position: relative;
    z-index: 1;
}

.testimonial-two__slider {
    padding: 20px 0;
}

.testimonial-two__item,
.testimonial-three__item {
    background-color: var(--white);
    box-shadow: var(--shadow);
    padding: 40px;
    position: relative;
}

.testimonial-two__item .coma,
.testimonial-three__item .coma {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.testimonial-two__item.dark-mode,
.dark-mode.testimonial-three__item {
    background-color: var(--sub-bg);
}

.testimonial-three-area {
    overflow: hidden;
}

.testimonial-three__wrp {
    margin-left: 19%;
    margin-right: -70px;
}

@media (max-width: 1399px) {
    .testimonial-three__wrp {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.testimonial-three__image {
    position: relative;
}

.testimonial-three__image svg {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translate(-50%);
}

.testimonial-three__item {
    box-shadow: none;
}

.talk-us__item {
    background: var(--gradient-bg);
    padding: 60px;
}

/* .talk-us__item .section-header h5 {
    padding-bottom: 5px;
}

.talk-us__item .section-header h2 {
    font-size: 30px;
} */

.talk-us__item form label {
    color: var(--white);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.talk-us__item form input {
    padding: 15px 20px;
    background-color: var(--white);
    border: none;
    outline: none;
    color: var(--paragraph);
    width: 100%;
}

.talk-us__item form textarea {
    padding: 15px 20px;
    background-color: var(--white);
    border: none;
    outline: none;
    color: var(--paragraph);
    width: 100%;
    height: 110px;
    resize: none;
}

.talk-us__item form button {
    padding: 15px 20px;
    background-color: var(--secondary-color);
    color: var(--white);
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    transition: var(--transition);
}

.talk-us__item form button:hover {
    opacity: 0.9;
}

.blog__image {
    position: relative;
    overflow: hidden;
}

.blog__image img {
    transition: var(--transition);
}

.blog__image .blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gradient-bg);
    padding: 10px 22px;
}

.blog__image .blog-tag h3 {
    line-height: 22px;
    font-weight: 700;
}

.blog__image .blog-tag span {
    font-size: 12px;
    line-height: 22px;
}

.blog__content {
    padding: 30px;
}

.blog__content .blog-info {
    display: flex;
    align-items: center;
    gap: 22px;
}

.blog__content .blog-info li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog__content .blog-info li a {
    color: var(--paragraph);
    font-size: 14px;
    line-height: 22px;
}

.blog__content .blog-info li a:hover {
    color: var(--primary-color);
}

.blog__item,
.blog-two__grid-item,
.blog-two__list-item {
    box-shadow: var(--shadow);
}

.blog__item .read-more-btn,
.blog-two__grid-item .read-more-btn,
.blog-two__list-item .read-more-btn {
    color: var(--paragraph);
}

.blog__item:hover .read-more-btn,
.blog-two__grid-item:hover .read-more-btn,
.blog-two__list-item:hover .read-more-btn {
    color: var(--primary-color);
}

.blog__item:hover .read-more-btn i,
.blog-two__grid-item:hover .read-more-btn i,
.blog-two__list-item:hover .read-more-btn i {
    color: var(--primary-color);
    margin-left: 10px;
}

.blog__item:hover .blog__image img,
.blog-two__grid-item:hover .blog__image img,
.blog-two__list-item:hover .blog__image img {
    transform: scale(1.1) rotate(3deg);
    filter: brightness(70%);
}

.blog-two-area {
    overflow: hidden;
}

.blog-two__grid-item,
.blog-two__list-item {
    border: 1px solid var(--border);
    padding: 20px;
}

.blog-two__grid-item .blog__content,
.blog-two__list-item .blog__content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.blog-two__list-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .blog-two__list-item {
        flex-direction: column;
    }
}

.blog-two__list-item .blog__content {
    padding: 10px;
    flex-basis: 50%;
}

@media (max-width: 575px) {
    .blog-two__list-item .blog__content {
        flex-basis: 100%;
    }
}

.blog-single__title {
    font-size: 30px;
}

.blog-single__left-item:hover .image img {
    transform: scale(1) rotate(0deg);
}

.blog-single__left-item .fs-30 {
    font-size: 30px;
}

.blog-single__left-item .hilight-text {
    border-left: 4px solid var(--primary-color);
    padding: 40px;
}

.blog-single__left-item .hilight-text p {
    max-width: 650px;
    color: var(--heading-color);
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    line-height: 26px;
}

.blog-single__left-item .hilight-text svg {
    float: right;
    margin-top: -30px;
}

.blog-single__left-item .tags-share {
    padding: 20px 0;
    border-top: var(--border-1px);
    border-bottom: var(--border-1px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

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

.blog-single__left-item .tags-share .tags strong {
    color: var(--heading-color);
}

.blog-single__left-item .tags-share .tags a {
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 600;
    border: var(--border-1px);
    text-transform: capitalize;
}

.blog-single__left-item .tags-share .tags a:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.blog-single__left-item .tags-share .share {
    display: flex;
    align-items: center;
}

.blog-single__left-item .tags-share .share strong {
    color: var(--heading-color);
}

.blog-single__left-item .tags-share .share a {
    font-size: 20px;
    color: var(--paragraph);
    margin-left: 20px;
}

.blog-single__left-item .tags-share .share a:hover {
    color: var(--primary-color);
}

.blog-single__left-item .tags-share .share a.active {
    color: var(--primary-color);
}

.blog-single__right-item .item,
.service-single__right-item .item {
    padding: 30px;
}

.blog-single__right-item .item .title,
.service-single__right-item .item .title {
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
}

.blog-single__right-item .item .title::after,
.service-single__right-item .item .title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 40px;
    background-color: var(--primary-color);
}

.blog-single__right-item .item .serach-bar,
.service-single__right-item .item .serach-bar {
    position: relative;
}

.blog-single__right-item .item .serach-bar input,
.service-single__right-item .item .serach-bar input {
    width: 100%;
    border: var(--border-1px);
    padding: 16px;
}

.blog-single__right-item .item .serach-bar input:focus,
.service-single__right-item .item .serach-bar input:focus {
    border: 1px solid rgba(13, 110, 253, 0.5);
}

.blog-single__right-item .item .serach-bar button,
.service-single__right-item .item .serach-bar button {
    position: absolute;
    right: 15px;
    top: 18px;
    color: var(--span);
    background-color: var(--white);
}

.blog-single__right-item .item .category li,
.service-single__right-item .item .category li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--white);
    transition: var(--transition);
}

.blog-single__right-item .item .category li span,
.service-single__right-item .item .category li span {
    transition: var(--transition);
}

.blog-single__right-item .item .category li:hover a,
.service-single__right-item .item .category li:hover a {
    color: var(--primary-color);
}

.blog-single__right-item .item .category li:hover span,
.service-single__right-item .item .category li:hover span {
    color: var(--primary-color);
}

.blog-single__right-item .item .category li:not(:last-child),
.service-single__right-item .item .category li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-single__right-item .item .single-post li,
.service-single__right-item .item .single-post li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-single__right-item .item .single-post li:not(:last-child),
.service-single__right-item .item .single-post li:not(:last-child) {
    margin-bottom: 15px;
}

.blog-single__right-item .item .single-post li span,
.service-single__right-item .item .single-post li span {
    font-size: 14px;
}

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

.blog-single__right-item .item .tags a,
.service-single__right-item .item .tags a {
    padding: 5px 14px;
    font-weight: 500;
    border: var(--border-1px);
    text-transform: capitalize;
    background-color: var(--white);
    font-size: 14px;
}

.blog-single__right-item .item .tags a:hover,
.service-single__right-item .item .tags a:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.blog-single__review .image {
    max-width: 96px;
    width: 100%;
}

.blog-single__review .reply {
    border-radius: 30px;
    padding: 0px 12px;
    font-weight: 500;
}

.team-area {
    overflow: hidden;
}

.team__share {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media (max-width: 991px) {
    .team__share {
        right: 20px;
    }
}

.team__share button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--gradient-bg);
    color: var(--white);
    font-size: 18px;
}

.team__share ul {
    width: 40px;
    background: var(--gradient-bg);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 12px;
    border-radius: 40px;
    margin-bottom: 15px;
    display: none;
    transition: var(--transition);
}

.team__share ul li:not(:last-child) {
    margin-bottom: 5px;
}

.team__share ul li a {
    color: var(--white);
}

.team__share:hover ul {
    display: block;
}

.team__content {
    position: absolute;
    max-width: 270px;
    padding: 20px 30px;
    background: var(--gradient-bg);
    bottom: 0;
    left: 0;
    width: 100%;
}

.team__item {
    position: relative;
}

.team__item::before {
    transition: var(--transition);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(359.9deg, #00060c 0.09%, rgba(22, 36, 62, 0) 99.91%);
}

.team__item:hover::before {
    height: 100%;
    top: 0;
}

.team-single__image {
    overflow: hidden;
    position: relative;
}

.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);
    border-radius: 0;
    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);
}

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

.faq__shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.faq__image {
    position: relative;
}

.faq__line {
    position: absolute;
    top: 30px;
    left: 30px;
}

.quote__wrp {
    display: block;
    padding: 60px;
    z-index: 1;
    margin-top: 0;
    margin-bottom: -120px;
}

.quote__shape {
    position: absolute;
    left: 0;
    border-top: 0;
    z-index: -1;
}

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

.pricing__shape-up {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
}

.pricing__shape-down {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
}

.pricing__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.pricing__item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #3751a1 -1.09%, #00060c 175.27%);
    padding: 50px 40px;
}

.pricing__item .item-shape {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: -1;
}

.pricing__item ul {
    padding: 40px 0;
}

.pricing__item ul li {
    color: var(--white);
}

.pricing__item ul li:not(:last-child) {
    margin-bottom: 20px;
}

.pricing__item .pricing-head {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(227, 227, 227, 0.4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.pricing__item .pricing-head h2 {
    color: var(--white);
}

.pricing__item .pricing-head h2 span {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
}

.pricing__item .pricing-icon {
    width: 94px;
    height: 90px;
    text-align: center;
    line-height: 90px;
}

.pricing__item .pricing-icon img {
    transition: 1s;
}

.pricing__item:hover .item-shape {
    animation: bobble 2s ease-in-out infinite alternate;
}

.pricing__item:hover .pricing-icon img {
    transform: rotateY(-360deg);
}

.project-three-area {
    padding-bottom: 240px;
    padding-top: 240px;
    margin-top: -120px;
}

.project-three__item .case__content {
    text-align: center;
}

.project-three__item .case__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    right: unset;
}

.banner-video-area {
    position: relative;
}

.banner-video__wrp {
    margin-top: -120px;
    z-index: 1;
}

.banner-video__wrp img {
    border-radius: 20px;
}

.banner-video__wrp::before {
    background-color: var(--heading-color);
    border-radius: 20px;
    opacity: 0.5;
}

.banner-video__video-btn,
.service-single__video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
}

.contact__left-item {
    padding: 50px;
}

.contact__left-item ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.contact__left-item ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--white);
    display: block;
    position: relative;
}

.contact__left-item ul li i::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px dashed var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact__left-item .social a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    background-color: var(--white);
    color: var(--heading-color);
    margin-right: 5px;
}

.contact__left-item .social a:hover {
    color: var(--primary-color);
}

.contact__right-item {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .contact__right-item {
        padding-left: 0;
    }
}

.contact__form form .nice-select {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background-color: var(--sub-bg);
    margin-bottom: 30px;
    padding: 18px 20px;
    height: 70px;
    border-radius: 5px;
}

.contact__form form .nice-select .list {
    width: 100%;
}

.contact__form form label {
    font-family: var(--quicksand);
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.contact__form form input,
.contact__form form textarea {
    width: 100%;
    padding: 18px 20px;
    background-color: var(--sub-bg);
    border-radius: 4px;
    margin-bottom: 30px;
}

.contact__form form textarea {
    height: 200px;
}

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

.contact__map iframe {
    width: 100%;
    height: 600px;
}

.error__item {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.error__item h2 {
    font-size: 64px;
    line-height: 72px;
}

@media (max-width: 991px) {
    .error__item h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

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

.footer__wrp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 575px) {
    .footer__wrp {
        flex-direction: column;
        justify-content: left;
        align-items: unset;
    }
}

.footer__shape-solid-left {
    position: absolute;
    top: 0;
    left: 0;
}

.footer__shape-regular-left {
    position: absolute;
    top: 30px;
    left: 0;
}

@media (max-width: 767px) {
    .footer__shape-regular-left {
        display: none;
    }
}

.footer__shape-solid-right {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .footer__shape-solid-right {
        display: none;
    }
}

.footer__shape-regular-right {
    position: absolute;
    top: 30px;
    right: 0;
}

@media (max-width: 767px) {
    .footer__shape-regular-right {
        display: none;
    }
}

.footer__shadow-shape {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    animation: footer__shadow 10s linear infinite alternate;
}

.footer__item .logo {
    margin-top: -30px;
}

@media (max-width: 575px) {
    .footer__item .logo {
        margin-top: 0;
    }
}

.footer__item .footer-title {
    margin-bottom: 30px;
    color: var(--white);
}

.footer__item ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer__item ul li a {
    color: var(--white);
    opacity: 0.8;
}

.footer__item ul li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer__item .footer-contact li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
}

.footer__item .footer-contact li i {
    font-size: 24px;
}

.footer__item .footer-contact li h5 {
    color: var(--white);
}

.footer__item p {
    color: var(--white);
    opacity: 0.8;
}

.footer__item.item-big {
    max-width: 270px;
    width: 100%;
}

.footer__item.item-sm {
    max-width: 170px;
    width: 100%;
}

.footer__item .social-icon {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer__item .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 0;
    border: 1px solid rgba(227, 227, 227, 0.2);
    color: var(--white);
}

.footer__item .social-icon a:hover {
    background-color: var(--primary-color);
}

.footer__item .social-icon a.active {
    background-color: var(--primary-color);
}

.footer__copyright {
    position: relative;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 225, 0.2);
}

.footer__copyright p {
    color: var(--white);
    opacity: 0.8;
}

.footer__copyright a {
    color: var(--white);
    opacity: 0.8;
}

.footer__copyright a:hover {
    color: var(--primary-color);
}

.footer-two-area {
    padding-top: 120px;
}

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

    100% {
        transform: translateX(0px);
    }
}

.sway__animation {
    animation: sway 3s linear infinite alternate;
}

@keyframes swayX {
    0% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

.sway__animationX {
    animation: swayX 3s linear infinite alternate;
}

@keyframes footer__shadow {
    0% {
        margin-left: -200px;
    }

    100% {
        margin-right: -200px;
    }
}

@keyframes sway_Y {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

.sway_Y__animation {
    animation: sway_Y 3s linear infinite alternate;
}

@keyframes sway_YY {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.sway_Y__animationY {
    animation: sway_YY 3s linear infinite alternate;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animation__rotate {
    animation: rotate 40s linear infinite;
}

@keyframes rotateY {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.animation__rotateY {
    animation: rotateY 40s linear infinite;
}

@keyframes bobble {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.bobble__animation {
    animation: bobble 3s ease-in-out infinite alternate;
}

@-webkit-keyframes video-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes video-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/*# sourceMappingURL=style.css.map */

/*
Theme Name: Extech
Author: ex-coders
Author URI: https://themeforest.net/user/ex-coders
Description: Extech - IT Solution & Technology HTML Template<
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');


:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #3751a1;
    --theme2: #18185E;
    --theme-color3: #F98600;
    --header: #0F0D1D;
    --text: #585858;
    --text-2: #ffffffcc;
    --border: #E3E3E3;
    --border2: #242449;
    --border3: #5262FF;
    --bg: #F3F7FB;
    --bg2: #18185E;
    --bg3: #ffffff33;
    --title-color: #0F0D1D;
    --header: #0F0D1D;
    --body-color: #ffffff;
    --smoke-color: #F3F7FB;
    --smoke-color2: #CFD3FC;
    --smoke-color3: #F7F7F7;
    --smoke-color4: #E0E0E0;
    --black-color: #000000;
    --gray-color: #F5F5F5;
    --white-color: #ffffff;
    --light-color: #BDBDBD;
    --text-color: #445375;
    --text-color2: #4F536C;
    --border-color: #D4DCFF;
    --title-font: "Rajdhani", sans-serif;
    /* --body-font: "Plus Jakarta Sans", sans-serif; */
    --body-font: "'DM Sans', sans-serif";
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1410px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    --box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
}

/*-- margin Left And Right --*/
.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

.mx-55 {
    margin-right: 55px;
    margin-left: 55px;
}

.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}

.mx-65 {
    margin-right: 65px;
    margin-left: 65px;
}

.mx-70 {
    margin-right: 70px;
    margin-left: 70px;
}

.mx-75 {
    margin-right: 75px;
    margin-left: 75px;
}

.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}

.mx-85 {
    margin-right: 85px;
    margin-left: 85px;
}

.mx-90 {
    margin-right: 90px;
    margin-left: 90px;
}

.mx-95 {
    margin-right: 95px;
    margin-left: 95px;
}

.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}

/*-- margin Top And Bottom --*/
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*-- margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n116 {
    margin-top: -116px;
}

.mt-n108 {
    margin-top: -108px;
}

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

.mb-n116 {
    margin-bottom: -116px;
}

.mt-n368 {
    margin-top: -368px;
}

.mxw-560 {
    max-width: 560px;
}

.mxw-586 {
    max-width: 586px;
}

.mxw-650 {
    max-width: 650px;
}

/*-- Padding Left And Right --*/
.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Top And Bottom --*/
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-170 {
    padding-bottom: 170px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pb-170 {
        padding-bottom: 80px;
    }
}

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

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

.pt-226 {
    padding-top: 226px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pt-226 {
        padding-top: 112px;
    }
}

.pb-233 {
    padding-bottom: 233px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pb-233 {
        padding-bottom: 190px;
    }
}

.pb-300 {
    padding-bottom: 300px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pb-300 {
        padding-bottom: 190px;
    }
}

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

.pb-390 {
    padding-bottom: 390px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .pb-390 {
        padding-bottom: 250px;
    }
}

@media (max-width: 991px) {
    .pb-390 {
        padding-bottom: 180px;
    }
}

.pb-425 {
    padding-bottom: 425px !important;
}

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-lg-bottom,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space2,
.space2-top {
    padding-top: calc(var(--section-space) - 20px);
}

.space2,
.space2-bottom {
    padding-bottom: calc(var(--section-space) - 20px);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 45px);
}

.space-extra,
.space-lg-extra-bottom,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 45px);
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 60px);
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 60px);
}

.custom-space-bottom {
    padding-bottom: 275px;
}

/* Medium devices */
@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .custom-space-bottom,
    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }

    .space-extra2,
    .space-extra2-top {
        padding-top: 60px;
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 60px;
    }

    .space-lg-extra-bottom,
    .space-lg-bottom {
        padding-bottom: 0;
    }
}

.theme-btn {
    overflow: hidden;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    /* padding: 18px 28px; */
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.theme-btn::before {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    color: var(--white);
}

.theme-btn::after {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    color: var(--white);
}

.theme-btn i {
    margin-left: 10px;
}

.theme-btn:hover {
    color: var(--white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.theme-btn:hover::before,
.theme-btn:hover::after {
    width: 100%;
}

.theme-btn.hover-white::before,
.theme-btn.hover-white::after {
    background-color: var(--white);
}

.theme-btn.hover-white:hover {
    color: var(--header);
}

.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
}

.theme-btn.bg-white:hover {
    color: var(--white);
}

.theme-btn.border-white {
    border: 1px solid var(--white);
    background-color: transparent;
}

.theme-btn.border-white::before,
.theme-btn.border-white::after {
    background-color: var(--white);
}

.theme-btn.border-white:hover {
    color: var(--header) !important;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 18px 30px;
        font-size: 14px;
    }
}

.theme-btn-2 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: var(--text-color);
    text-transform: capitalize;
}

.theme-btn-2 i {
    margin-left: 10px;
}

.theme-btn-2:hover {
    color: var(--theme);
}

.gt-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: var(--theme);
    color: var(--white-color);
    /* font-family: var(--body-font); */
      font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 28px;
    min-width: 160px;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.gt-btn i {
    margin-left: 5px;
}

.gt-btn::before {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn::after {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn i {
    margin-left: 10px;
}

.gt-btn:hover {
    color: var(--white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.gt-btn:hover::before,
.gt-btn:hover::after {
    width: 100%;
}

.gt-btn.style2 {
    background: var(--white-color);
    border-radius: 20px;
    border: 1px solid var(--border-color);
    color: var(--theme);
    text-align: center;
    /* font-family: var(--body-font); */
      font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.4s ease-in-out;
}

.gt-btn.style2 i {
    margin-left: 5px;
}

.gt-btn.style2::before {
    content: "";
    background-color: var(--theme);
    width: 0;
    height: 52%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn.style2::after {
    content: "";
    background-color: var(--theme);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn.style2 i {
    margin-left: 10px;
}

.gt-btn.style2:hover {
    color: var(--white);
    border-radius: 20px;
}

.gt-btn.style2:hover::before,
.gt-btn.style2:hover::after {
    width: 100%;
}

.gt-btn.style3 {
    background: var(--theme2);
    border-radius: 20px;
    border: 1px solid var(--border-color);
    color: var(--white-color);
    text-align: center;
    /* font-family: var(--body-font); */
      font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.4s ease-in-out;
}

.gt-btn.style3 i {
    margin-left: 5px;
}

.gt-btn.style3::before {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn.style3::after {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn.style3 i {
    margin-left: 10px;
}

.gt-btn.style3:hover {
    color: var(--white);
    border-radius: 20px;
}

.gt-btn.style3:hover::before,
.gt-btn.style3:hover::after {
    width: 100%;
}

.gt-btn.style4 {
    padding: 20px 36px;
    border-radius: 100px;
    background: var(--theme-color3);
    color: var(--white-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.gt-btn.style4:hover {
    color: var(--white-color);
}

.gt-btn.style4:hover:before,
.gt-btn.style4:hover:after {
    border-width: 100%;
}

.gt-btn.style5 {
    background: var(--white-color);
    color: var(--title-color);
    min-width: 230px;
}

.gt-btn.style5::before {
    content: "";
    background-color: var(--theme);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn.style5::after {
    content: "";
    background-color: var(--theme);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.gt-btn.style5 i {
    margin-left: 10px;
}

.gt-btn.style5:hover {
    color: var(--white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.gt-btn.style5:hover::before,
.gt-btn.style5:hover::after {
    background-color: var(--title-color);
    width: 100%;
}

.gt-btn.style6 {
    padding: 20px 36px;
    border-radius: 100px;
    background: var(--theme2);
    color: var(--white-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.gt-btn.style6:hover {
    color: var(--white-color);
}

.gt-btn.style6:hover:before,
.gt-btn.style6:hover:after {
    width: 100%;
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 40px);
    height: var(--btn-size, 40px);
    line-height: var(--btn-size, 40px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--gray-color);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none;
    transition: 0.4s ease-in-out;
    position: relative;
}

.icon-btn:hover {
    background-color: var(--theme);
    color: var(--white-color);
}

.icon-btn.btn-border {
    background-color: var(--smoke-color3);
    border: 1px solid var(--smoke-color4);
    line-height: var(--btn-size, 38px);
}

.icon-btn.btn-border:hover {
    background: var(--theme);
    color: var(--white-color);
    border-color: var(--theme);
}

.icon-btn .badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme);
    color: var(--white-color);
    padding: 2px 4.1px 1px;
    font-size: 12px;
    border-radius: 50%;
    top: 0px;
    left: auto;
    right: -8px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    border: 1px solid var(--theme);
}

.icon-btn:hover .badge {
    background: var(--white-color);
    color: var(--theme);
}

.icon-btn.bg-none {
    background: transparent;
    font-size: var(--btn-font-size, 20px);
    width: auto;
    padding: 0;
}

.icon-btn.bg-none .badge {
    right: -12px;
}

.icon-btn.bg-none:hover {
    color: var(--theme);
}

.icon-btn.style2:hover {
    background: var(--title-color);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    text-align: center;
    border-radius: 100px;
    border: 1px solid var(--white-color);
    background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    color: var(--white-color);
    font-size: var(--icon-font-size, 24px);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn>i.fa-play {
    padding-right: 0.18em;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 56, 59, 0.3);
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:hover i {
    background-color: var(--theme2);
    color: var(--white-color);
}

.play-btn:hover:after,
.play-btn:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color);
}

.play-btn.style3>i {
    background-color: var(--theme);
    color: var(--white-color);
    font-size: 20px;
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-color);
}

.play-btn.style3:hover>i {
    background-color: var(--white-color);
    color: var(--theme);
}

.play-btn.style4 {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    top: 15%;
    left: 75%;
    transform: translate(-75%, -15%);
    -webkit-transform: translate(-75%, -15%);
    -moz-transform: translate(-75%, -15%);
    -ms-transform: translate(-75%, -15%);
    -o-transform: translate(-75%, -15%);
}

.play-btn.style4>i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    background: var(--theme);
    border: 9px solid #C3C9FF;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.play-btn.style4:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.play-btn.style4:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.link-btn.style1 {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    background: #F3F7FB;
    color: var(--title-color);
    border: 1px solid #D4DCFF;
}

.link-btn.style1 i {
    margin-left: 5px;
    width: 18px;
    height: 18px;
}

.link-btn.style1:hover {
    background: var(--theme);
    color: var(--white-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.link-btn.style2 {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #F3F7FB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.link-btn.style2:hover {
    background: var(--theme);
    color: var(--white-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--title-color);
}

.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    transition: all ease 0.4s;
}

.line-btn:hover {
    color: var(--theme);
}

.line-btn:hover::before {
    background-color: var(--theme);
    width: 45px;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme);
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg {
    color: var(--theme);
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: var(--theme);
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.arrow-btn .style1 {
    width: 52px;
    height: 52px;
    line-height: 35px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
}

.arrow-btn .style1:hover {
    background: var(--title-color);
    color: var(--white-color);
    border: 1px solid transparent;
}

.arrow-btn .style1.slider-next {
    margin-left: 5px;
    background: var(--theme);
    color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
    height: 45px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    /* font-family: 'DM Sans', sans-serif; */
    font-family: 'DM Sans', sans-serif;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
}




select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme);
    background-color: var(--white-color);
}

select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}

select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}

select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}

.form-text {
    font-size: 16px;
}

.form-text a {
    color: var(--title-color);
    font-weight: 500;
}

.single-select,
.form-select,
select {
    display: block;
    width: 100%;
    line-height: 56px;
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    background-image: none;
}

.single-select:after,
.form-select:after,
select:after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    right: 20px;
    height: 7px;
    width: 7px;
}

.single-select .list,
.form-select .list,
select .list {
    width: 100%;
    display: block;
    border-radius: 0;
}

.single-select.style2,
.form-select.style2,
select.style2 {
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-size: 24px 12px;
}

.single-select.style2:after,
.form-select.style2:after,
select.style2:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 10px;
    height: 6px;
    border-top: solid 6px var(--body-color);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    transform: rotate(0);
    border-bottom: 0;
    margin-top: -2px;
    z-index: 9;
}

.single-select.style2.open:after,
.form-select.style2.open:after,
select.style2.open:after {
    border-top: 0;
    border-bottom: solid 6px var(--body-color);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    transform: none;
}

.single-select.style3,
.form-select.style3,
select.style3 {
    background: var(--border-color);
    padding: 0 20px;
    font-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-size: 50px 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.single-select.style-white2,
.form-select.style-white2,
select.style-white2 {
    background: var(--white-color);
    border-color: var(--white-color);
    padding: 0 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-size: 70px 12px;
    background-repeat: no-repeat;
    background-position: right;
}

.single-select.style-white2:after,
.form-select.style-white2:after,
select.style-white2:after {
    right: 30px;
}

.single-select {
    background-image: none !important;
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 105px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 21px;
    font-size: 16px;
    color: var(--body-color);
}

.form-group>i.fa-envelope {
    padding-top: 1px;
}

.form-group>i.fa-comment {
    margin-top: -2px;
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color);
}

.form-group.has-label>i {
    top: 50px;
}

.form-group .input-icon {
    display: inline-block;
    position: absolute;
    right: 42px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color);
}

.form-group .input-icon:hover {
    color: var(--theme);
}

.form-group.style-2 .form-control {
    padding: 0 30px 0 55px;
}

.form-group.style-2 textarea.form-control {
    padding: 16px 30px 30px 55px;
}

.form-group.style-white .form-control {
    background: var(--white-color);
}

.form-group.style-white2 .form-control {
    background: var(--white-color);
    border-color: var(--white-color);
    padding: 0 45px 0 30px;
}

.form-group.style-white2 textarea.form-control {
    padding: 16px 45px 30px 30px;
}

[class*=col-].form-group>i {
    right: calc(var(--bs-gutter-x) / 2 + 25px);
}

[class*=col-].form-group .form-icon-left {
    left: calc(var(--bs-gutter-x) / 2 + 30px);
    right: auto;
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme);
    color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
    border-radius: 10px;
}

input[type=checkbox]:checked~label:after {
    opacity: 1;
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}

input[type=checkbox]~label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3.5px;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    height: 20px;
    width: 20px;
    text-align: center;
}

input[type=checkbox]~label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    background: var(--theme);
    height: 8px;
    width: 8px;
    opacity: 0;
    transition: 0.4s;
}

input[type=checkbox].style2~label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em;
}

input[type=checkbox].style2~label:before {
    background-color: white;
    border: 1px solid rgb(247, 204, 215);
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px;
}

input[type=checkbox].style2:checked~label:before {
    color: var(--theme);
}

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

input[type=radio]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    transition: all 0.2s ease;
}

input[type=radio]:checked~label::before {
    border-color: var(--theme);
    background-color: var(--theme);
    color: var(--white-color);
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid red !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters>.form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

.form-messages.mb-0 * {
    margin-bottom: 0;
}

.form-messages.success {
    color: green;
    display: block;
}

.form-messages.error {
    color: red;
    display: block;
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

a {
    text-decoration: none;
}

html,
body {
    scroll-behavior: smooth !important;
}

body {
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /***scroll-bar***/
}

body .theme-red,
body.theme-red {
    --theme-color: #F02801;
    --theme-color2: #FFC000;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

iframe {
    border: none;
    width: 100%;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

button {
    border: none;
    background: transparent;
}

input:focus {
    outline: none;
    box-shadow: none;
}

input::-moz-placeholder {
    color: var(--text-color) !important;
}

input::placeholder {
    color: var(--text-color) !important;
}



ul {
    list-style-type: none;
    padding-left: 0px !important;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
   
    font-family: 'DM Sans', sans-serif;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
   
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0;
    color: var(--text-color);
    line-height: 1.75;
}
.industry-india-slider-box p {
   
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0;
    color: var(--text-color);
    line-height: 1.75;
     text-align: justify;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 64px;
    line-height: 1.167;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 50px;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.278;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 34px;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 30px;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {

    .h1,
    h1 {
        font-size: 48px;
    }
}

/* Large devices */
@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }

    .h2,
    h2 {
        font-size: 40px;
        line-height: 1.25;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/* Small devices */
@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }

    .h2,
    h2 {
        font-size: 30px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px;
    }
}

.about-wrapper .about-image-items {
    position: relative;
}

.about-wrapper .about-image-items .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.about-wrapper .about-image-items .video-box .video-buttton {
    width: 142px;
    height: 142px;
    line-height: 142px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    display: inline-block;
    z-index: 9;
    font-size: 24px;
    color: var(--white);
    position: relative;
}

.about-wrapper .about-image-items .video-box .video-buttton .text-circle {
    position: absolute;
    top: 7%;
    left: 7%;
    animation: cir36 10s linear infinite;
}

.about-wrapper .about-image-items .counter-shape {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: absolute;
    bottom: 30px;
    left: -50px;
    z-index: 1;
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .counter-shape {
        left: 0;
    }
}

.about-wrapper .about-image-items .counter-shape .content h3 {
    font-size: 28px;
    font-weight: bold;
}

.about-wrapper .about-image-items .about-image-1 {
    max-width: 415px;
    height: 445px;
    position: relative;
}

@media (max-width: 991px) {
    .about-wrapper .about-image-items .about-image-1 {
        max-width: 560px;
    }
}

.about-wrapper .about-image-items .about-image-1 .about-image-2 {
    position: absolute;
    bottom: -13%;
    right: -35%;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        right: -20%;
    }
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        width: 200px;
        bottom: 0;
        right: -10%;
    }

    .about-wrapper .about-image-items .about-image-1 .about-image-2 img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        bottom: -13%;
        right: -35%;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        width: 140px;
        bottom: initial;
        top: 0;
        right: 0;
    }
}

.about-wrapper .about-image-items .about-image-1::after {
    content: "";
    width: 100%;
    height: 88%;
    position: absolute;
    right: -55px;
    top: 20%;
    border: 3px solid var(--theme);
    z-index: -1;
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items .about-image-1::after {
        right: -30px;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-image-items .about-image-1::after {
        width: 100%;
        height: 88%;
        right: -55px;
        top: 20%;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .about-image-1::after {
        display: none;
    }
}

.about-wrapper .about-content .about-icon-items {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-icon-items {
        flex-wrap: wrap;
        padding-bottom: 30px;
        margin-top: 30px;
    }
}

.about-wrapper .about-content .about-icon-items .icon-items {
    display: flex;
    align-items: center;
    gap: 25px;
}

.about-wrapper .about-content .about-icon-items .icon-items .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
}

.about-wrapper .about-content .about-icon-items .icon-items .content {
    flex-basis: 60%;
}

.about-wrapper .about-content .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .about-author {
        flex-wrap: wrap;
    }
}

.about-wrapper .about-content .about-author .author-image {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-wrapper .about-content .about-author .author-image .content p {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    margin-top: -2px;
}

.about-wrapper.style-2 .about-image-items .circle-shape {
    position: absolute;
    top: 0;
    right: 25%;
    animation: cir36 10s linear infinite;
}

.about-wrapper.style-2 .about-image-items .counter-shape {
    background-color: var(--theme);
    bottom: -70px;
    left: 30px;
}

@media (max-width: 991px) {
    .about-wrapper.style-2 .about-image-items .counter-shape {
        bottom: 20px;
    }
}

.about-wrapper.style-2 .about-image-items .counter-shape .icon {
    filter: grayscale(100%) brightness(300%);
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 span {
    font-size: 28px;
    font-weight: bold;
    margin-right: 5px;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content p {
    font-size: 14px;
    color: var(--white);
}

.about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 386px;
    height: 415px;
}

@media (max-width: 991px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 {
        max-width: 550px;
        height: 530px;
    }
}

@media (max-width: 767px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 {
        max-width: 450px;
        height: 415px;
    }
}

@media (max-width: 575px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 {
        max-width: 550px;
        height: 500px;
    }
}

.about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
    border: 10px solid var(--white);
    box-shadow: var(--box-shadow);
    right: -40%;
}

@media (max-width: 1199px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
        right: -20%;
    }
}

@media (max-width: 575px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
        right: 0;
    }
}

.about-wrapper.style-2 .about-image-items .about-image-1::after {
    display: none;
}

.about-wrapper.style-2 .about-content .about-icon-items .icon-items .icon {
    background-color: var(--white);
    color: var(--theme);
}

.about-wrapper-2 {
    margin-bottom: -30px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 {
        margin-bottom: -10px;
    }
}

.about-wrapper-2 .about-image {
    position: relative;
    z-index: 9;
}

.about-wrapper-2 .about-image .video-box {
    position: absolute;
    top: 13%;
    right: 14%;
    width: 125px;
    height: 125px;
    line-height: 125px;
    background-color: var(--white);
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image .video-box {
        width: 105px;
        height: 105px;
        line-height: 105px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-image .video-box {
        width: 95px;
        height: 95px;
        line-height: 95px;
    }
}

.about-wrapper-2 .about-image .video-box .video-btn {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 22px;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image .video-box .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-image .video-box .video-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.about-wrapper-2 .about-image .video-box .ripple::before,
.about-wrapper-2 .about-image .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
}

.about-wrapper-2 .about-image .shape-image {
    position: absolute;
    bottom: 10%;
    left: -12%;
    z-index: -1;
}

.about-wrapper-2 .about-image .circle-shape {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: -1;
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2 .about-content p {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 35px;
    display: inline-block;
}

.about-wrapper-2 .about-content .icon-area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 65px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .icon-area {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-content .icon-area {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .icon-area {
        gap: 20px;
        margin-top: 20px;
    }
}

.about-wrapper-2 .about-content .icon-area .list li {
    font-weight: 500;
    color: var(--text-color);
}

.about-wrapper-2 .about-content .icon-area .list li:not(:last-child) {
    margin-bottom: 10px;
}

.about-wrapper-2 .about-content .icon-area .list li i {
    color: var(--theme);
    margin-right: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding: 28px 25px;
    border-left: 3px solid var(--theme);
}

.about-wrapper-2 .about-content .icon-area .icon-items .content h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items .content span {
    color: var(--header);
}

.about-wrapper-2 .about-content .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-author {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-content .about-author {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .about-author {
        margin-top: 20px;
    }
}

.about-wrapper-2 .about-content .about-author .author-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme);
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    position: relative;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme);
    content: "";
    transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-content .about-author .author-icon .content h5 {
    font-weight: 600;
}

.about-wrapper-2 .about-content .about-author .author-icon .content span {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.about-wrapper-2.style-2 .about-image-2 img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2.style-2 .about-content {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .about-wrapper-2.style-2 .about-content {
        margin-left: 0;
    }
}

.about-wrapper-2.style-2 .about-content .about-button {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .about-wrapper-2.style-2 .about-content .about-button {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2.style-2 .about-content .about-button {
        margin-top: 25px;
    }
}

.about-container-wrapper.style1 {
    position: relative;
}

.about-container-wrapper.style1 .shape1 {
    position: absolute;
    bottom: -140px;
    left: 0;
    z-index: 1;
}

.about-container-wrapper.style1 .shape2 {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
}

.about-container-wrapper.style1 .shape3 {
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 1;
}

.about-container-wrapper.style1 .about-thumb {
    position: relative;
    margin: 0 80px 45px 0;
    z-index: 4;
}

.about-container-wrapper.style1 .about-thumb .thumb1 {
    position: relative;
    z-index: 1;
    position: relative;
    background: transparent;
    text-align: center;
    width: 100%;
    height: 557px;
    -webkit-clip-path: url(#aboutThumbdMask1);
    clip-path: url(#aboutThumbdMask1);
    /* Using the SVG mask */
}

.about-container-wrapper.style1 .about-thumb .thumb1 img {
    width: 100%;
}

@media (max-width: 991px) {
    .about-container-wrapper.style1 .about-thumb .thumb1 {
        height: auto;
    }
}

.about-container-wrapper.style1 .about-thumb .thumb2 {
    position: absolute;
    bottom: -65px;
    right: -80px;
    z-index: 2;
}

.about-container-wrapper.style1 .about-thumb .shape {
    position: absolute;
    top: 0;
    right: 22px;
    z-index: 3;
}

@media (max-width: 767px) {
    .about-container-wrapper.style1 .about-thumb .shape {
        top: 112px;
    }
}

.about-container-wrapper.style1 .about-content {
    position: relative;
    z-index: 4;
}

.about-container-wrapper.style1 .about-content .fancy-box-wrapper {
    margin-top: 35px;
}

.about-container-wrapper.style1 .about-content .counter-box-wrapper {
    margin-top: 50px;
}

.about-container-wrapper.style2 {
    position: relative;
}

.about-container-wrapper.style2 .shape1 {
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.about-container-wrapper.style2 .shape2 {
    position: absolute;
    top: 0;
    right: 0;
}

.about-container-wrapper.style2 .about-thumb {
    position: relative;
}

.about-container-wrapper.style2 .about-thumb .counter-area.style2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (max-width: 767px) {
    .about-container-wrapper.style2 .about-thumb .counter-area.style2 {
        bottom: -60px;
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

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

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

.bounce-x {
    animation: bounce-x 7s infinite linear;
}

.ripple-animation {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

.jump1 {
    animation: jumpAni 6s linear infinite;
}

.jump2 {
    animation: jumpAni 5s linear infinite;
}

.jump3 {
    animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.spin {
    animation: spin 15s linear infinite;
}

.spin-slow {
    animation: spin 50s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }

    100% {
        width: var(--progress-width);
    }
}

.scroll {
    animation: scroll 60s linear infinite;
    -webkit-animation: scroll 60s linear infinite;
}

.scroll2 {
    animation: scroll2 60s linear infinite;
    -webkit-animation: scroll2 60s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}

.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
    -webkit-animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left -2000px;
    }
}

.rotate360 {
    animation: rotate360 10s linear infinite;
    -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

.img-shine {
    position: relative;
    overflow: hidden;
}

.img-shine:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-20deg);
    opacity: 0;
}

.img-shine:hover:after {
    animation: imgShine 1s;
    opacity: 1;
}

@keyframes imgShine {
    100% {
        left: 125%;
    }
}

@keyframes stickyAni {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

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

.moveAround {
    animation: moveAround 200s linear infinite;
    -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround {
    0% {
        transform: translate(-100%, -100%) translate(-300px, 80px);
        -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
        -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
        -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
        -o-transform: translate(-100%, -100%) translate(-300px, 80px);
    }

    25% {
        transform: translate(50%, -60%) translate(1900px, 300px);
        -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
        -moz-transform: translate(50%, -60%) translate(1900px, 300px);
        -ms-transform: translate(50%, -60%) translate(1900px, 300px);
        -o-transform: translate(50%, -60%) translate(1900px, 300px);
    }

    50% {
        transform: translate(-80%, -80%) translate(-150px, 0px);
        -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
        -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
        -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
        -o-transform: translate(-80%, -80%) translate(-150px, 0px);
    }

    75% {
        transform: translate(50%, 50%) translate(1160px, 550px);
        -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
        -moz-transform: translate(50%, 50%) translate(1160px, 550px);
        -ms-transform: translate(50%, 50%) translate(1160px, 550px);
        -o-transform: translate(50%, 50%) translate(1160px, 550px);
    }

    100% {
        transform: translate(100%, 100%) translate(-800px, -50px);
        -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
        -moz-transform: translate(100%, 100%) translate(-800px, -50px);
        -ms-transform: translate(100%, 100%) translate(-800px, -50px);
        -o-transform: translate(100%, 100%) translate(-800px, -50px);
    }
}

.moveAround2 {
    animation: moveAround2 160s linear infinite;
    -webkit-animation: moveAround2 160s linear infinite;
}

@keyframes moveAround2 {
    0% {
        transform: translate(30%, 60%) translate(1450px, 500px);
        -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
        -moz-transform: translate(30%, 60%) translate(1450px, 500px);
        -ms-transform: translate(30%, 60%) translate(1450px, 500px);
        -o-transform: translate(30%, 60%) translate(1450px, 500px);
    }

    25% {
        transform: translate(-50%, -60%) translate(-100px, -290px);
        -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
        -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
        -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
        -o-transform: translate(-50%, -60%) translate(-100px, -290px);
    }

    50% {
        transform: translate(-50%, 0%) translate(150px, 0px);
        -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
        -moz-transform: translate(-50%, 0%) translate(150px, 0px);
        -ms-transform: translate(-50%, 0%) translate(150px, 0px);
        -o-transform: translate(-50%, 0%) translate(150px, 0px);
    }

    75% {
        transform: translate(50%, -50%) translate(1160px, -50px);
        -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
        -moz-transform: translate(50%, -50%) translate(1160px, -50px);
        -ms-transform: translate(50%, -50%) translate(1160px, -50px);
        -o-transform: translate(50%, -50%) translate(1160px, -50px);
    }

    100% {
        transform: translate(50%, 50%) translate(-80px, 50px);
        -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
        -moz-transform: translate(50%, 50%) translate(-80px, 50px);
        -ms-transform: translate(50%, 50%) translate(-80px, 50px);
        -o-transform: translate(50%, 50%) translate(-80px, 50px);
    }
}

.moveAround3 {
    animation: moveAround3 120s linear infinite;
    -webkit-animation: moveAround3 120s linear infinite;
}

@keyframes moveAround3 {
    0% {
        transform: translate(-50%, -50%) translate(400px, 300px);
        -webkit-transform: translate(-50%, -50%) translate(400px, 300px);
        -moz-transform: translate(-50%, -50%) translate(400px, 300px);
        -ms-transform: translate(-50%, -50%) translate(400px, 300px);
        -o-transform: translate(-50%, -50%) translate(400px, 300px);
    }

    25% {
        transform: translate(50%, -60%) translate(1900px, -300px);
        -webkit-transform: translate(50%, -60%) translate(1900px, -300px);
        -moz-transform: translate(50%, -60%) translate(1900px, -300px);
        -ms-transform: translate(50%, -60%) translate(1900px, -300px);
        -o-transform: translate(50%, -60%) translate(1900px, -300px);
    }

    50% {
        transform: translate(-50%, 0%) translate(-150px, 0px);
        -webkit-transform: translate(-50%, 0%) translate(-150px, 0px);
        -moz-transform: translate(-50%, 0%) translate(-150px, 0px);
        -ms-transform: translate(-50%, 0%) translate(-150px, 0px);
        -o-transform: translate(-50%, 0%) translate(-150px, 0px);
    }

    75% {
        transform: translate(50%, 50%) translate(160px, 50px);
        -webkit-transform: translate(50%, 50%) translate(160px, 50px);
        -moz-transform: translate(50%, 50%) translate(160px, 50px);
        -ms-transform: translate(50%, 50%) translate(160px, 50px);
        -o-transform: translate(50%, 50%) translate(160px, 50px);
    }

    100% {
        transform: translate(50%, 50%) translate(-200px, 200px);
        -webkit-transform: translate(50%, 50%) translate(-200px, 200px);
        -moz-transform: translate(50%, 50%) translate(-200px, 200px);
        -ms-transform: translate(50%, 50%) translate(-200px, 200px);
        -o-transform: translate(50%, 50%) translate(-200px, 200px);
    }
}

.moveAround4 {
    animation: moveAround4 200s linear infinite;
    -webkit-animation: moveAround4 200s linear infinite;
}

@keyframes moveAround4 {
    0% {
        transform: translate(50%, -50%) translate(500px, 300px);
        -webkit-transform: translate(50%, -50%) translate(500px, 300px);
        -moz-transform: translate(50%, -50%) translate(500px, 300px);
        -ms-transform: translate(50%, -50%) translate(500px, 300px);
        -o-transform: translate(50%, -50%) translate(500px, 300px);
    }

    25% {
        transform: translate(50%, 60%) translate(-100px, -300px);
        -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
        -moz-transform: translate(50%, 60%) translate(-100px, -300px);
        -ms-transform: translate(50%, 60%) translate(-100px, -300px);
        -o-transform: translate(50%, 60%) translate(-100px, -300px);
    }

    50% {
        transform: translate(50%, 0%) translate(150px, 0px);
        -webkit-transform: translate(50%, 0%) translate(150px, 0px);
        -moz-transform: translate(50%, 0%) translate(150px, 0px);
        -ms-transform: translate(50%, 0%) translate(150px, 0px);
        -o-transform: translate(50%, 0%) translate(150px, 0px);
    }

    75% {
        transform: translate(50%, 50%) translate(760px, 550px);
        -webkit-transform: translate(50%, 50%) translate(760px, 550px);
        -moz-transform: translate(50%, 50%) translate(760px, 550px);
        -ms-transform: translate(50%, 50%) translate(760px, 550px);
        -o-transform: translate(50%, 50%) translate(760px, 550px);
    }

    100% {
        transform: translate(50%, 50%) translate(-800px, 350px);
        -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
        -moz-transform: translate(50%, 50%) translate(-800px, 350px);
        -ms-transform: translate(50%, 50%) translate(-800px, 350px);
        -o-transform: translate(50%, 50%) translate(-800px, 350px);
    }
}

@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.scalein.as-animated {
    --animation-name: scalein;
}

.slidetopleft.as-animated {
    --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
    --animation-name: slidebottomright;
}

.slideinleft.as-animated {
    --animation-name: slideinleft;
}

.slideinright.as-animated {
    --animation-name: slideinright;
}

.slideinup.as-animated {
    --animation-name: slideinup;
}

.slideindown.as-animated {
    --animation-name: slideindown;
}

.rollinleft.as-animated {
    --animation-name: rollinleft;
}

.rollinright.as-animated {
    --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.as-animated {
    opacity: 1;
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

    0% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    75% {
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
        border-bottom-color: transparent;
    }

    100% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
}

.bg-anime-scratch {
    animation: scratch 4s linear infinite;
    overflow: hidden;
}

@keyframes scratch {
    0% {
        height: 0;
    }

    70% {
        height: 158px;
    }

    100% {
        height: 158px;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scalein {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

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

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

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

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }

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

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

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

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

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

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

.bounce-x {
    animation: bounce-x 7s infinite linear;
}

.brand-wrapper h6 {
    font-size: 22px;
    position: relative;
    margin-bottom: 50px;
    color: var(--header);
    font-weight: 600;
}

.brand-wrapper h6::before {
    position: absolute;
    top: 15px;
    left: 35px;
    content: "";
    height: 1px;
    width: 480px;
    background-color: var(--border-color);
}

@media (max-width: 1399px) {
    .brand-wrapper h6::before {
        display: none;
    }
}

.brand-wrapper h6::after {
    position: absolute;
    top: 15px;
    right: 35px;
    content: "";
    height: 1px;
    width: 480px;
    background-color: var(--border-color);
}

@media (max-width: 1399px) {
    .brand-wrapper h6::after {
        display: none;
    }
}

.brand-wrapper .brand-image {
    text-align: center;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0.4;
}

.brand-wrapper .brand-image:hover {
    filter: initial;
    opacity: 1;
}

.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
    filter: initial;
    opacity: 1;
}

.brand-wrapper-2 {
    margin-bottom: -10px;
}

@media (max-width: 1199px) {
    .brand-wrapper-2 {
        margin-top: -7px;
    }
}

.brand-wrapper-2 .brand-img {
    text-align: center;
}

.contact-form-items .form-clt span {
    color: var(--white);
    margin-bottom: 20px;
    display: inline-block;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 18px 20px;
}

@media (max-width: 767px) {

    .contact-form-items .form-clt input,
    .contact-form-items .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {

    .contact-form-items .form-clt input,
    .contact-form-items .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-form-items .form-clt input::-moz-placeholder,
.contact-form-items .form-clt textarea::-moz-placeholder {
    color: var(--white-color) !important;
}

.contact-form-items .form-clt input::placeholder,
.contact-form-items .form-clt textarea::placeholder {
    color: var(--white-color) !important;
}

.contact-form-items .form-clt textarea {
    padding-bottom: 70px;
}

.contact-wrapper {
    margin-top: -140px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .contact-wrapper {
        margin-top: -185px;
    }
}

@media (max-width: 1199px) {
    .contact-wrapper {
        margin-top: -130px;
    }
}

@media (max-width: 991px) {
    .contact-wrapper {
        margin-top: 0;
    }
}

.contact-wrapper .arrow-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
    top: 20%;
}

@media (max-width: 1199px) {
    .contact-wrapper::before {
        top: 15%;
    }
}

@media (max-width: 991px) {
    .contact-wrapper::before {
        top: initial;
    }
}

.contact-wrapper .contact-image {
    height: 725px;
    position: absolute;
    bottom: 0;
    left: 100px;
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-image {
        left: 20px;
        height: 590px;
    }
}

@media (max-width: 991px) {
    .contact-wrapper .contact-image {
        display: none;
    }
}

.contact-wrapper .contact-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-wrapper .contact-image .cricle-shape {
    position: absolute;
    top: 24%;
    left: -81px;
    z-index: -1;
    animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .small-cricle-shape {
    position: absolute;
    left: 60%;
    top: 25%;
    animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .frame-shape {
    position: absolute;
    left: -47px;
    bottom: -14px;
    animation: rounded 5s linear infinite;
}

.contact-wrapper .contact-content {
    padding: 0 60px 80px 0;
    margin-left: 50px;
    margin-top: 250px;
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-content {
        margin-top: 210px;
    }
}

@media (max-width: 991px) {
    .contact-wrapper .contact-content {
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .contact-wrapper .contact-content {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .contact-wrapper .contact-content {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper .contact-content {
        padding: 40px 30px;
    }
}

.contact-info-area {
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #242449;
    border-radius: 20px;
    background: var(--theme);
}

@media (max-width: 1199px) {
    .contact-info-area {
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 85px;
        justify-content: initial;
    }
}

@media (max-width: 575px) {
    .contact-info-area {
        gap: 30px;
    }
}

.contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1199px) {
    .contact-info-area .contact-info-items {
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
}

.contact-info-area .contact-info-items:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 100px;
}

@media (max-width: 1399px) {
    .contact-info-area .contact-info-items:not(:last-child) {
        border: none;
    }
}

@media (max-width: 1199px) {
    .contact-info-area .contact-info-items:not(:last-child) {
        border: none;
        height: initial;
        padding: 0;
    }
}

.contact-info-area .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    background: var(--white-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-info-area .contact-info-items .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/images/circle-2.png");
    animation: cir36 10s linear infinite;
}

.contact-info-area .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
}

.contact-info-area .contact-info-items .content h3 {
    font-size: 24px;
    color: var(--white);
}

.contact-info-area .contact-info-items .content h3 a {
    color: var(--white);
}

.contact-wrapper-2 .contact-left-items {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
    padding: 40px;
    background-color: var(--theme);
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
    .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
        flex-wrap: wrap;
    }
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/images/circle-3.png");
    animation: cir36 10s linear infinite;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
    font-size: 24px;
    color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
    color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
    border: none !important;
}

.contact-wrapper-2 .contact-left-items .video-image {
    position: relative;
}

.contact-wrapper-2 .contact-left-items .video-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme);
    background-color: var(--white);
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::before,
.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}

.contact-wrapper-2 .contact-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .contact-wrapper-2 .contact-content {
        margin-left: 0;
    }
}

.contact-wrapper-2 .contact-content h2 {
    margin-bottom: 10px;
}

.contact-wrapper-2 .contact-content .contact-form-items {
    margin-top: 30px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
    color: var(--header);
    font-weight: 600;
    text-transform: capitalize;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 18px 20px;
    border-radius: 5px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::-moz-placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::-moz-placeholder {
    color: var(--text-color);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
    color: var(--text-color);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
    padding-bottom: 150px;
}

.map-items .googpemap iframe {
    width: 100%;
    height: 600px;
}

@media (max-width: 575px) {
    .map-items .googpemap iframe {
        height: 400px;
    }
}

.contact-map.style2 {
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact-info-wrapper.style2 {
    position: absolute;
    top: 0;
    left: 90px;
    right: 90px;
    max-width: 430px;
    margin: 0 auto;
    padding: 30px;
    background: var(--theme);
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
}

.contact-info-wrapper.style2 .shape-left {
    position: absolute;
    top: 0;
    left: -28px;
}

.contact-info-wrapper.style2 .shape-right {
    position: absolute;
    top: 0;
    right: -28px;
}

.contact-info-wrapper.style2 h2 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info-wrapper.style2 .contact-info.style2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info-wrapper.style2 .contact-info.style2 .content h3 {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.contact-info-wrapper.style2 .contact-info.style2 .content h3 a {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.contact-info-wrapper.style2 .contact-info.style2 .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 1399px) {
    .contact-info-wrapper.style2 {
        left: 40px;
        right: 40px;
    }
}

.contact-form-wrapper.style1 {
    padding: 60px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
    .contact-form-wrapper.style1 {
        padding: 10px;
    }
}

.contact-form.style1 {
    padding: 46px 42px 46px 38px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

.contact-form.style1 h2 {
    color: var(--header);
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.contact-form.style1 input {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 1px solid #D4DCFF;
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.contact-form.style1 textarea.form-control {
    border-radius: 8px;
    margin-bottom: 25px;
}

.contact-form.style1 .single-select {
    width: 100%;
    height: 60px;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 1px solid #D4DCFF;
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 575px) {
    .contact-form.style1 {
        padding: 30px;
    }
}

.cta-section {
    position: relative;
}

.cta-wrapper {
    padding: 65px 70px;
    background-color: var(--theme);
    position: relative;
    margin-top: 125px;
}

@media (max-width: 1199px) {
    .cta-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .cta-wrapper {
        padding: 55px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper {
        padding: 45px;
    }
}

.cta-wrapper .mask-shape {
    position: absolute;
    top: 0;
    left: 21%;
}

@media (max-width: 1199px) {
    .cta-wrapper .mask-shape {
        display: none;
    }
}

.cta-wrapper .circle-shape {
    position: absolute;
    bottom: 10px;
    left: 80px;
    animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
    .cta-wrapper .circle-shape {
        display: none;
    }
}

.cta-wrapper .cta-image {
    position: absolute;
    bottom: 0;
    left: 100px;
    height: 357px;
    max-width: 393px;
}

@media (max-width: 1399px) {
    .cta-wrapper .cta-image {
        left: 30px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .cta-image {
        display: none;
    }
}

.cta-wrapper .cta-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 512px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .cta-wrapper .cta-items {
        margin-left: 350px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .cta-items {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .cta-wrapper .cta-items {
        gap: 20px;
    }
}

.cta-wrapper .cta-items h3 {
    font-size: 32px;
    font-weight: bold;
    color: var(--white);
    line-height: 156%;
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items h3 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper .cta-items h3 {
        font-size: 24px;
    }
}

.cta-banner-2 {
    position: relative;
    z-index: 9;
}

.cta-banner-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    z-index: -1;
    top: 50%;
}

.cta-banner-2 .cta-wrapper-2 {
    padding: 55px 60px;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .cta-banner-2 .cta-wrapper-2 {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}

.cta-banner-2 .cta-wrapper-2 .author-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.cta-banner-2 .cta-wrapper-2 .author-icon::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50%;
    content: "";
    height: 85px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/images/bar.png");
}

@media (max-width: 1399px) {
    .cta-banner-2 .cta-wrapper-2 .author-icon::before {
        display: none;
    }
}

.cta-banner-2 .cta-wrapper-2 .author-icon .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white);
    text-align: center;
    color: var(--theme);
    border-radius: 50%;
    position: relative;
}

.cta-banner-2 .cta-wrapper-2 .author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--white);
    content: "";
    transform: translate(-50%, -50%);
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 {
    font-weight: 600;
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 a {
    color: var(--white);
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content span {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 5px;
    display: inline-block;
}

.cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 32px;
    color: var(--white);
    line-height: 156%;
}

@media (max-width: 575px) {
    .cta-banner-2 .cta-wrapper-2 h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .cta-banner-2 .cta-wrapper-2 h3 {
        text-align: center;
    }
}

.cta-wrap.style1 {
    position: relative;
    padding: 64px 73px 62px;
    background: var(--theme);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: -185px;
    z-index: 6;
}

.cta-wrap.style1 .shape {
    position: absolute;
    bottom: 0;
    right: 15%;
}

.cta-wrap.style1 .section-title .subtitle {
    color: var(--white);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.cta-wrap.style1 .section-title .title {
    color: var(--white);
    font-family: "Rajdhani", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    max-width: 526px;
}

@media (max-width: 767px) {
    .cta-wrap.style1 {
        padding: 64px 30px 62px;
    }
}

.cta-wrap.style2 {
    position: relative;
    padding: 64px 73px 62px;
    background: var(--theme);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
    z-index: 9;
}

.cta-wrap.style2 .shape1_1 {
    position: absolute;
    bottom: 0;
    left: 43px;
}

.cta-wrap.style2 .shape1_2 {
    position: absolute;
    top: 0;
    left: 200px;
}

.cta-wrap.style2 .shape1_3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-wrap.style2 .shape1_4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-wrap.style2 .cta-thumb {
    position: absolute;
    bottom: 0;
    left: 73px;
}

.cta-wrap.style2 .cta-title {
    max-width: 356px;
    margin-left: 420px;
    margin-right: 210px;
}

@media (max-width: 1399px) {
    .cta-wrap.style2 .cta-title {
        max-width: 356px;
        margin-left: 403px;
        margin-right: 100px;
    }
}

@media (max-width: 1199px) {
    .cta-wrap.style2 .cta-title {
        max-width: 356px;
        margin-left: 43px;
        margin-right: 100px;
    }
}

.cta-wrap.style2 .gt-btn i {
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .cta-wrap.style2 {
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .cta-wrap.style2 {
        padding: 55px 35px 40px;
    }
}

@media (max-width: 767px) {
    .cta-wrap.style2 {
        padding: 40px 15px 40px;
        flex-direction: column;
        justify-content: start;
        gap: 25px;
    }
}

.faq-section {
    position: relative;
}

@media (max-width: 1199px) {
    .faq-section {
        padding-bottom: 0;
        margin-bottom: -15px;
    }
}

.faq-section .faq-shape-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 847px;
    width: 100%;
    z-index: -1;
    height: 950px;
}

@media (max-width: 1199px) {
    .faq-section .faq-shape-box {
        display: none;
    }
}

.faq-section .faq-shape-box .faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.faq-section .faq-shape-box .faq-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-section .right-shape {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .faq-section .right-shape {
        display: none;
    }
}

@media (max-width: 1199px) {
    .faq-section.style-2 {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .faq-section.style-2 {
        margin-top: -90px;
    }
}

.faq-content .accordion-item {
    border: 0;
    background-color: var(--white);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.faq-content .accordion-item .accordion-header {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--theme);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: var(--bg);
    padding: 25px 30px 0;
    text-transform: capitalize;
    font-size: 20px;
    border: 1px solid var(--border-color);
    border: 1px solid transparent;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(../../assets/images/chevron-right.svg);
    color: var(--theme2);
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url(../../assets/images/chevron-down.svg);
    font-weight: 500;
    color: var(--theme2);
    transform: rotate(0);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    border: 1px solid var(--border-color);
    padding: 25px 30px;
    color: var(--header);
    border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 150px;
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text-color);
    background-color: var(--bg);
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
}

@media (max-width: 1399px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
    }
}

.faq-content.style-2 {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .faq-content.style-2 {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .faq-content.style-2 {
        margin-left: 0;
    }
}

.faq-content.style-3 {
    margin-top: 40px;
}

.faq-content.style-3 .accordion-item {
    border: 0;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
}

.faq-content.style-3 .accordion-item .accordion-header .accordion-button {
    background-color: var(--white);
    font-size: 20px;
    border: none;
}

.faq-content.style-3 .accordion-item .accordion-collapse .accordion-body {
    background-color: var(--white);
    padding-bottom: 30px;
}

.faq-wrapper .faq-image img {
    width: 100%;
    height: 100%;
}

/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-content.style1 {
    margin-top: 20px;
}

.faq-content.style1 .accordion-item {
    border: 0;
    background-color: var(--white);
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--theme);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: var(--body-color);
    padding: 13px 0 0;
    text-transform: capitalize;
    font-size: 20px;
    border: 1px solid var(--border-color);
    border: 1px solid transparent;
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button:after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(../../assets/images/icon/chevron-right.svg);
    color: var(--theme2);
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background-image: url(../../assets/images/icon/chevron-down.svg);
    font-weight: 500;
    color: var(--theme2);
    transform: rotate(0);
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    border-bottom: 1px solid var(--border-color);
    padding: 13px 0px;
    color: var(--title-color);
}

.faq-content.style1 .accordion-item .accordion-collapse {
    border: none;
}

.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 37px;
    padding-left: 0px;
    padding-top: 15px;
    color: var(--text-color);
    background-color: var(--theme);
    color: var(--text-color);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* Extra large devices */
    /* Large devices */
}

@media (max-width: 1500px) {
    .faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
    }
}

.faq-content.style1 .accordion-item {
    border: 0;
    background-color: var(--white);
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button {
    color: var(--theme);
    font-family: var(--title-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid var(--border-color);
}

.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
    background-color: var(--white);
    padding-bottom: 30px;
}

.faq-wrapper.style1 .faq-thumb {
    position: relative;
}

.faq-wrapper.style1 .faq-thumb .thumb1 {
    position: relative;
}

.faq-wrapper.style1 .faq-thumb .thumb2 {
    position: absolute;
    bottom: -74px;
    right: 10px;
}

@media (max-width: 1199px) {
    .faq-wrapper.style1 .faq-thumb .thumb2 {
        bottom: -38px;
        right: 276px;
    }
}

.achievement-section {
    margin-top: -200px;
    position: relative;
    z-index: 9;
}

.achievement-section-3 {
    background-color: var(--theme);
    position: relative;
}

.achievement-section-3 .shape-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -50px;
}

@media (max-width: 1399px) {
    .achievement-section-3 .shape-image {
        display: none;
    }
}

.achievement-section-3 .shape-image img {
    width: 100%;
    height: 100%;
}

.achievement-wrapper {
    padding: 100px 80px;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-right: -25%;
    position: relative;
    z-index: 9;
}

@media (max-width: 1600px) {
    .achievement-wrapper {
        margin-right: 0;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .achievement-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .achievement-wrapper {
        padding: 60px 50px;
        text-align: center;
        justify-self: center;
        gap: 30px;
    }
}

.achievement-wrapper .counter-area {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1399px) {
    .achievement-wrapper .counter-area {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .achievement-wrapper .counter-area {
        text-align: center;
        justify-content: center;
        gap: 20px;
    }
}

.achievement-wrapper .counter-area .counter-items:not(:last-child) {
    border-right: 1px solid var(--border3);
    padding-right: 70px;
}

@media (max-width: 1199px) {
    .achievement-wrapper .counter-area .counter-items:not(:last-child) {
        padding-right: 0;
        border: none;
    }
}

.achievement-wrapper .counter-area .counter-items .content {
    margin-top: 20px;
}

.achievement-wrapper .counter-area .counter-items .content h2 {
    color: var(--white);
}

.achievement-wrapper .counter-area .counter-items .content p {
    color: var(--white);
    margin-top: 5px;
}

.achievement-wrapper.style-2 {
    background-color: initial;
    margin-right: 0;
    padding: 80px 0;
}

.achievement-wrapper.style-2 .counter-area {
    gap: 70px;
}

@media (max-width: 575px) {
    .achievement-wrapper.style-2 .counter-area {
        gap: 30px;
    }
}

.achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
    border-right: 2px solid rgba(243, 247, 251, 0.16);
}

@media (max-width: 1199px) {
    .achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
        border: none;
    }
}

.offer-section {
    position: relative;
}

.offer-section .line-shape {
    position: absolute;
    top: -13%;
    left: 0;
}

.offer-section .line-shape img {
    width: 100%;
    height: 100%;
}

.offer-section .mask-shape {
    position: absolute;
    top: 10%;
    right: -2%;
}

.offer-items {
    margin-top: 65px;
    position: relative;
    text-align: center;
    z-index: 9;
    padding: 30px 10px;
    padding-top: 1px;
}

.offer-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--white);
    opacity: 0.3;
    border-radius: 8px;
    top: 0;
    z-index: -1;
}

.offer-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #3751a1 -210.71%, #00060C 100%);
    margin: 0 auto;
    margin-top: -35px;
    transition: all 0.4s ease-in-out;
}

.offer-items .content {
    margin-top: 20px;
}

.offer-items .content h5 {
    color: var(--white);
}

.offer-items .shape-top {
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.offer-items .shape-bottom {
    position: absolute;
    bottom: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.offer-items:hover .shape-top {
    top: -1px;
    right: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items:hover .shape-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items:hover .icon {
    background-image: none;
    background-color: var(--theme);
    transform: rotateY(360deg);
}

.offer-items:hover .icon svg path {
    fill: #fff;
}

.offer-items.active .shape-top {
    top: -1px;
    right: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items.active .shape-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items.active .icon {
    background-image: none;
    background-color: var(--theme);
    transform: rotateY(360deg);
}

.offer-items.active .icon svg path {
    fill: #fff;
}

.choose-us-section {
    position: relative;
}

.choose-us-section .choose-shape {
    position: absolute;
    top: -75px;
    bottom: 0;
    left: 0;
    max-width: 850px;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1600px) {
    .choose-us-section .choose-shape {
        left: -180px;
    }
}

@media (max-width: 1399px) {
    .choose-us-section .choose-shape {
        left: -230px;
    }
}

@media (max-width: 1199px) {
    .choose-us-section .choose-shape {
        left: -300px;
        top: 0;
    }
}

@media (max-width: 991px) {
    .choose-us-section .choose-shape {
        display: none;
    }
}

.choose-us-section .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.choose-us-section .arrow-shape-1 {
    position: absolute;
    top: -30px;
    left: -30px;
}

.choose-us-section .circle-shape {
    position: absolute;
    top: 32%;
    left: 34%;
    animation: cir36 10s linear infinite;
}

.choose-us-section .line-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.choose-us-wrapper .choose-us-image {
    margin-bottom: -120px;
    max-width: 421px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .choose-us-wrapper .choose-us-image {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
        max-width: 0 auto;
    }
}

.choose-us-wrapper .choose-us-image img {
    width: 100%;
    height: 100%;
}

.choose-us-wrapper .choose-content {
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .choose-us-wrapper .choose-content br {
        display: none;
    }
}

.choose-us-wrapper .choose-content .choose-list-area {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .choose-us-wrapper .choose-content .choose-list-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-content .choose-list-area {
        flex-wrap: wrap;
    }
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li {
    font-weight: 500;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li:not(:last-child) {
    margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.choose-us-wrapper .choose-content .progress-wrap {
    margin-top: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 600;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress {
    background: var(--bg);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 12px;
    width: 100%;
    border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 12px;
    width: 0;
    border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-three {
    animation: load3 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 75%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}

.work-process-items {
    margin-top: 30px;
}

.work-process-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: relative;
    margin: 0 auto;
}

.work-process-items .icon .number {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}

.work-process-items .content {
    margin-top: 30px;
}

.work-process-items .content h4 {
    margin-bottom: 5px;
    font-weight: 700;
}

.work-process-items .content.style-2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.process-work-wrapper {
    position: relative;
}

.process-work-wrapper .line-shape {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 880px;
}

.process-work-wrapper .line-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .process-work-wrapper .line-shape {
        display: none;
    }
}

/*----------------------------------------------
    # All Footer Widget style here
----------------------------------------------*/
.widget-area.style2 {
    position: relative;
}

.widget-area.style1 {
    position: relative;
    background: var(--theme2);
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 30px 0;
}

.widget.footer-widget {
    background-color: transparent;
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding-top: calc(var(--section-space) - 20px);
    padding-bottom: 0px;
    margin-bottom: -5px;
}

.widget.footer-widget .widget_title {
    padding: 0 0 18px 0;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.widget.footer-widget .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.gt-widget-about {
    max-width: 270px;
}

.gt-widget-about .about-logo {
    margin-bottom: 33px;
}

.gt-widget-about .about-text {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.widget.widget_nav_menu.footer-widget .widget_title {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu {
    list-style-type: none;
    padding-left: 0;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li {
    margin-bottom: 20px;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a {
    color: rgba(255, 255, 255, 0.9);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a i {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-right: 8px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover {
    color: var(--theme);
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover i {
    color: var(--theme);
}

.widget.widget_nav_menu.footer-widget .checklist {
    margin-top: 25px;
    margin-bottom: 0px;
}

.widget.widget_nav_menu.footer-widget .checklist ul {
    margin-bottom: 20px;
}

.widget.widget_nav_menu.footer-widget .email-input-container {
    margin-bottom: 25px;
    width: 270px;
}

.recent-post-wrap .recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: -0.3em;
    margin-bottom: 30px;
    gap: 15px;
    padding: 0;
    border: 0;
}

.recent-post-wrap .recent-post .media-img {
    overflow: hidden;
    width: 78px;
    height: 79px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: 0.4s ease-in-out;
}

.recent-post-wrap .recent-post .media-img img {
    width: 78px;
    height: 79px;
}

.recent-post-wrap .recent-post .media-body {
    max-width: 200px;
}

.recent-post-wrap .recent-post .media-body .recent-post-meta {
    margin-bottom: -2px;
}

.recent-post-wrap .recent-post .media-body .recent-post-meta a {
    color: rgba(255, 255, 255, 0.8);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.recent-post-wrap .recent-post .media-body .recent-post-meta a i {
    color: var(--white-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 9px;
    transition: 0.4s;
}

.recent-post-wrap .recent-post .media-body .recent-post-meta a img {
    margin-right: 5px;
}

.recent-post-wrap .recent-post .media-body .post-title {
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.recent-post-wrap .recent-post .media-body .post-title a {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.recent-post-wrap .recent-post .media-body .post-title a:hover {
    color: var(--theme);
}

.copyright-wrap .copyright-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    /* Small devices */
}

.copyright-wrap .copyright-layout .layout-text .copyright {
    margin-bottom: 0;
    color: var(--white-color);
}

.copyright-wrap .copyright-layout .layout-text .copyright a {
    color: var(--white-color);
}

.copyright-wrap .copyright-layout .layout-text .copyright a:hover {
    color: var(--theme2);
}

.copyright-wrap .copyright-layout .link-wrapper {
    text-align: end;
}

.copyright-wrap .copyright-layout .link-wrapper a {
    display: inline-block;
    color: var(--white-color);
    text-align: right;
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 30px;
}

.copyright-wrap .copyright-layout .link-wrapper a:hover {
    color: var(--theme2);
}

.copyright-wrap .copyright-layout .link-wrapper a:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .copyright-wrap .copyright-layout {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .copyright-wrap .copyright-layout .link-wrapper {
        text-align: center;
    }

    .copyright-wrap .copyright-layout .link-wrapper a {
        text-align: center;
    }
}

.copyright-wrap {
    padding: 20.5px 0;
    border-top: 1px solid #444A56;
    background-color: var(--theme);
}

.copyright-text {
    margin: 0;
    color: var(--white-color);
}

.copyright-text a {
    color: var(--theme);
}

.copyright-text a:hover {
    color: var(--white-color);
}

.header-top-section {
    background-color: var(--header);
    padding: 10px 0;
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .header-top-section {
        display: none;
    }
}

.header-top-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
    left: 81%;
}

@media (max-width: 1899px) {
    .header-top-section::before {
        display: none;
    }
}

.header-top-section.top-style-2 {
    position: relative;
}

.header-top-section.top-style-2::before {
    display: none;
}

.header-top-section.top-style-2::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    width: 16%;
}

@media (max-width: 1899px) {
    .header-top-section.top-style-2::after {
        display: none;
    }
}

.header-top-section.top-style-3::before {
    display: none;
}

.header-top-section .container-fluid {
    padding: 0 130px;
}

@media (max-width: 1399px) {
    .header-top-section .container-fluid {
        padding: 0 50px;
    }
}

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

.header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-top-wrapper .contact-list li {
    font-size: 15px;
    color: var(--text-2);
}

.header-top-wrapper .contact-list li a {
    color: var(--text-2);
}

.header-top-wrapper .contact-list li i {
    color: var(--white);
    margin-right: 10px;
}

.header-top-wrapper .top-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-top-wrapper .top-right .social-icon {
    gap: 15px;
}

.header-top-wrapper .top-right .social-icon span {
    color: var(--white);
    font-weight: 500;
}

.header-top-wrapper .top-right .social-icon a {
    color: var(--white);
}

.header-top-wrapper .top-right .flag-wrap {
    position: relative;
    width: 160px;
}

.header-top-wrapper .top-right .flag-wrap .nice-select {
    padding: 0 0 0 60px;
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border: none !important;
    padding-bottom: 0 !important;
}

.header-top-wrapper .top-right .flag-wrap .nice-select::after {
    right: 23px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 10px;
    height: 10px;
    top: 15px;
    border-bottom: 2px solid transparent;
    border-color: var(--theme);
    border-right: 2px solid theme-color;
}

.header-top-wrapper .top-right .flag-wrap .nice-select span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.header-top-wrapper .top-right .flag-wrap .flag {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .header-top-wrapper .top-right .flag-wrap .flag {
        display: none;
    }
}

.header-top-wrapper .top-right .flag-wrap .flag img {
    width: 100%;
    height: 100%;
    border: 4px solid var(--white);
    border-radius: 50%;
}

.header-top-wrapper.style-2 {
    margin-left: 250px;
}

@media (max-width: 1899px) {
    .header-top-wrapper.style-2 {
        margin-left: 0;
    }
}

.header-section-2 {
    position: relative;
}

.header-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    width: 16%;
}

@media (max-width: 1899px) {
    .header-section-2::before {
        display: none;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

@media (max-width: 1899px) {
    .header-main {
        padding: 10px 10px;
    }
}

.header-main.style-2 {
    padding: 5px 30px;
    border-radius: 100px;
    border: 8px solid rgba(56, 75, 255, 0.3);
    border-top: 0px;
    background: var(--white-color);
}

@media (max-width: 991px) {
    .header-main.style-2 {
        padding: 20px 30px;
    }
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    list-style: none;
    display: inline-block;
    margin-inline-end: 40px;
}

@media (max-width: 1199px) {
    .header-main .main-menu ul li {
        margin-inline-end: 18px;
    }
}

@media (max-width: 1399px) {
    .header-main .main-menu ul li {
        margin-inline-end: 18px;
    }
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    min-width: 240px;
    background: var(--theme);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    margin: 20px;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 25px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #eeeeee;
    color: white;
    /* initial text color */
    overflow: hidden;
    /* to prevent ::before overflow */
    background: transparent;
    transition: color 0.3s ease;
}

.header-main .main-menu ul li .submenu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    /* start fully left */
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    transition: left 0.7s ease;
}

.header-main .main-menu ul li .submenu li a:hover::before {
    left: 0;
    /* slide in from left to right */
}

.header-main .main-menu ul li .submenu li a:hover {
    color: var(--theme) !important;
    /* change text color on hover */
}

.header-main .main-menu ul li .submenu .submenu-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    /* top: 0; */
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: max-content;
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-inset-inline-start>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 700px;
    padding: 30px 30px 10px 30px;
    padding-left: 30px !important;
    opacity: 0;
    left: 50px;
    visibility: hidden;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.header-main .main-menu ul li:hover>a {
    color: var(--theme2);
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}

.header-1 {
    position: relative;
    margin-top: 10px;
    margin-bottom: -50px;
    z-index: 999;
}

.header-1 .container-fluid {
    padding: 0 130px;
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .header-1 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .header-1 .container-fluid {
        padding: 0 15px;
    }
}

.header-1 .header-main .main-menu ul li .has-homemenu {
    left: -200px;
    padding: 30px 30px 10px 30px;
    padding-left: 30px !important;
}

@media (max-width: 1600px) {
    .header-1 .header-main .main-menu ul li .has-homemenu {
        left: -100px;
    }
}

.header-1 .header-main .header-right {
    gap: 30px;
}

@media (max-width: 991px) {
    .header-1 .header-main .header-right {
        gap: 25px;
    }
}

.header-1 .header-main .header-right .search-icon {
    color: var(--header);
}

.header-1 .header-main .header-right .header-button {
    margin-right: 50px;
}

.header-1 .header-main .header-right .header-button .theme-btn {
    padding: 22px 30px;
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-right .header-button {
        margin-right: 0;
    }
}

@media (max-width: 1600px) {
    .header-1 .header-main .header-right .header-button {
        display: none;
    }
}

.header-1 .header-main .header-right .header__hamburger {
    margin-right: -70px;
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-right .header__hamburger {
        margin-right: 0;
    }
}

.header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
    font-size: 24px;
    color: var(--white);
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
        color: var(--theme);
    }
}

.header-2 {
    position: absolute;
    top: 0;
    z-index: 999;
}

@media (max-width: 1899px) {
    .header-2 {
        margin-left: 0;
    }
}

.header-2 .main-logo {
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 9;
}

@media (max-width: 1899px) {
    .header-2 .main-logo {
        display: none;
    }
}

.header-2 .container-fluid {
    padding: 0 130px;
}

@media (max-width: 1399px) {
    .header-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .header-2 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .header-2 .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 1899px) {
    .header-2 .header-main .logo {
        display: block !important;
    }
}

@media screen and (max-width: 1025px) {
    .header-2 .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }
}

.header-2 .header-main .main-menu ul li .has-homemenu {
    left: -200px;
}

@media (max-width: 1600px) {
    .header-2 .header-main .main-menu ul li .has-homemenu {
        left: -300px;
    }
}

.header-2 .header-main .header-right {
    gap: 40px;
}

@media (max-width: 991px) {
    .header-2 .header-main .header-right {
        gap: 25px;
    }
}

.header-2 .header-main .header-right .header-button .theme-btn {
    padding: 22px 30px;
}

@media (max-width: 1899px) {
    .header-2 .header-main .header-right .header-button {
        margin-right: 0;
    }
}

@media (max-width: 1600px) {
    .header-2 .header-main .header-right .header-button {
        display: none;
    }
}

.header-2 .header-main .header-right .sidebar__toggle {
    color: var(--theme);
}

.header-3 {
    position: relative;
}

.header-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    left: 75.5%;
}

@media (max-width: 1600px) {
    .header-3::before {
        display: none;
    }
}

.header-3 .plane-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1899px) {
    .header-3 .plane-shape {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .header-3 .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }
}

.header-3 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
}

@media (max-width: 1600px) {
    .header-3 .header-main .main-menu ul li .has-homemenu {
        left: -300px;
    }
}

@media screen and (max-width: 1025px) {
    .header-3 .header-main .main-menu ul li .has-homemenu {
        left: -350px;
    }
}

.header-3 .header-main .header-right {
    gap: 50px;
}

@media (max-width: 991px) {
    .header-3 .header-main .header-right {
        gap: 25px;
    }
}

.header-3 .header-main .header-right .search-icon {
    color: var(--header);
}

.header-3 .header-main .header-right .header-button {
    margin-left: 60px;
    position: relative;
}

.header-3 .header-main .header-right .header-button::before {
    width: 0px;
    height: 0px;
    border-top: 65px solid var(--theme);
    border-right: 65px solid transparent;
    content: "";
    left: -63px;
    position: absolute;
    bottom: -5%;
    transform: rotate(-48deg);
    z-index: 9;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .header-3 .header-main .header-right .header-button::before {
        display: none;
    }
}

.header-3 .header-main .header-right .header-button .theme-btn {
    padding: 18px 30px;
}

@media (max-width: 1899px) {
    .header-3 .header-main .header-right .header-button .theme-btn {
        background-color: var(--theme) !important;
        color: var(--white);
    }
}

@media (max-width: 1899px) {
    .header-3 .header-main .header-right .header-button {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .header-3 .header-main .header-right .header-button {
        display: none;
    }
}

.header-3 .header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--title-color);
}

@media (max-width: 991px) {
    .header-3 .header-main {
        padding: 20px 10px;
    }
}

.header-3 .header-button::before {
    width: 0px;
    height: 0px;
    border-top: 65px solid var(--theme);
    border-right: 65px solid transparent;
    content: "";
    left: -67px;
    position: absolute;
    bottom: -5%;
    transform: rotate(-48deg);
    z-index: 9;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .header-3 .header-button::before {
        display: none;
    }
}

.header-4 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .header-4 {
        margin-top: 10px;
    }
}

.header-4.sticky {
    margin-top: 0;
    background: var(--theme);
    height: 110px;
    align-content: space-around;
}

@media (max-width: 991px) {
    .header-4 .header-main {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1025px) {
    .header-4 .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }
}

.header-4 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
}

@media (max-width: 1600px) {
    .header-4 .header-main .main-menu ul li .has-homemenu {
        left: -300px;
    }
}

@media screen and (max-width: 1025px) {
    .header-4 .header-main .main-menu ul li .has-homemenu {
        left: -350px;
    }
}

.header-4 .header-main .main-menu ul li a {
    color: var(--white-color);
}

.header-4 .header-main .main-menu ul li a:hover {
    color: var(--white-color) !important;
}

.header-4 .header-main .header-right {
    gap: 50px;
}

@media (max-width: 1199px) {
    .header-4 .header-main .header-right {
        gap: 25px;
    }
}

.header-4 .header-main .header-right .search-icon {
    color: var(--header);
}

.header-4 .header-main .header-right .header-button .theme-btn {
    padding: 22px 30px;
}

@media (max-width: 1899px) {
    .header-4 .header-main .header-right .header-button .theme-btn {
         background-color: #ffffff !important;
        color: var(--theme);
    }
}

@media (max-width: 1899px) {
    .header-4 .header-main .header-right .header-button {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .header-4 .header-main .header-right .header-button .theme-btn {
        background-color: #ffffff !important;
        color: var(--theme);
    }
}

.header-4 .header-button a:hover {
    color: var(--white-color) !important;
}

.sidebar__toggle {
    cursor: pointer;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky.header-1 {
    margin-top: 0;
}

.sticky.header-1 .header-main.style-2 {
    border: none;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .sticky.header-1 .header-main.style-2 {
        padding: 20px 0;
    }
}

.sticky.header-1 .header-main .header-right {
    gap: 35px;
}

@media (max-width: 991px) {
    .sticky.header-1 .header-main .header-right {
        gap: 25px;
    }
}

.sticky.header-1 .header-main .header-right .header-button {
    margin-right: 0;
}

.sticky.header-1 .header-main .header-right .header__hamburger {
    display: none !important;
}

@media (max-width: 991px) {
    .sticky.header-1 .header-main .header-right .header__hamburger {
        display: block !important;
    }
}

.sticky.header-2 {
    margin-left: 0;
}

.sticky.header-2 .main-logo {
    display: none;
}

.sticky.header-2 .header-main .logo {
    display: block !important;
}

.sticky.header-3::before {
    display: none !important;
}

.sticky.header-3 .header-main .header-right .search-icon {
    color: var(--theme);
}

.sticky.header-3 .header-main .header-right .header-button {
    margin-left: 0;
}

.sticky.header-3 .header-main .header-right .header-button::before {
    display: none !important;
}

.sticky.header-3 .header-main .header-right .header-button .theme-btn {
    background-color: var(--theme) !important;
    color: var(--white);
}

.offcanvas__info {
    background: var(--bg) none repeat scroll 0 0;
    border-left: 2px solid var(--theme2);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text-color);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text-color);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--text-color);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border-color);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(270.07deg, #002B98 0.07%, #00060C 99.95%);
    opacity: 0.75;
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 180px 0;
    text-align: center;
    z-index: 9;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding: 80px 0;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 65px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 42px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: var(--white);
}

.breadcrumb-wrapper .border-shape {
    position: absolute;
    top: 20px;
    left: 0;
}

.breadcrumb-wrapper .line-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.breadcrumb-wrapper .line-shape img {
    width: 100%;
    height: 100%;
}

.error-items {
    text-align: center;
}

.error-items .error-image img {
    width: 100%;
    height: 100%;
}

.error-items h2 {
    margin-top: 30px;
    margin-bottom: 40px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

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

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
    -o-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
    animation: rippleOne 3s infinite;
}

.ripple::before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot-2 {
    border: 2px dotted var(--theme);
    width: 146px;
    height: 41px;
    line-height: 37px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.swiper-dot-2 .swiper-pagination-bullet {
    background-color: transparent;
    width: 11px;
    height: 11px;
    border: 2px solid var(--theme) !important;
    opacity: 1;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 2px solid var(--theme);
}

.array-button {
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 9;
}

.array-button .array-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: transparent;
    color: var(--theme);
    border-radius: 50%;
    border: 1px solid var(--theme);
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.array-button .array-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.array-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

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

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

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.nice-select {
    background-color: transparent;
    width: unset;
    outline: none;
    border-bottom: 2px solid var(--border-color) !important;
    padding-bottom: 20px !important;
    border: none;
    border-radius: 0;
    padding: 0;
}

.nice-select:hover {
    border-bottom: 2px solid transparent;
    border-color: var(--theme);
    border-bottom: 2px solid transparent;
    border-image-slice: 2;
}

.nice-select span {
    font-size: 16px;
    color: var(--text-color);
    text-transform: capitalize;
}

.nice-select .current {
    margin-right: 12px;
}

.nice-select.open .list {
    background: var(--bg);
    margin-top: 16px;
    width: 100%;
    text-transform: capitalize;
    color: var(--text-color);
}

.nice-select .option.selected.focus {
    background: var(--bg);
    outline: none;
    color: var(--text-color);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border: none;
}

.nice-select .option {
    border: none;
}

.nice-select .option:hover {
    background: transparent;
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--border);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--theme);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--theme2);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

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

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

@media (max-width: 767px) {
    .mt-30 {
        margin-top: 0;
    }
}

.bor-top {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

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

.bor-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

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

.footer-bg {
    background-color: var(--header) !important;
}

.border-white {
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
}

.border-white:hover {
    border: 1px solid transparent !important;
}

.mr-left {
    margin-left: 50% !important;
}

@media (max-width: 991px) {
    .mr-left {
        margin-left: 35% !important;
    }
}

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

@media (max-width: 1199px) {
    .mt-70 {
        margin-top: 30px;
    }
}

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

.mt-5 {
    margin-top: -5px !important;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid var(--border-color);
    color: var(--text-color);
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

/*----------------------------------------------
    # Simple Common style here
----------------------------------------------*/
.fancy-box-wrapper.style2 {
    display: flex;
    gap: 20px;
}

.fancy-box-wrapper.style3 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .fancy-box-wrapper.style3 {
        flex-direction: column;
        align-items: start;
    }
}

.fancy-box-wrapper.style4 {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1199px) {
    .fancy-box-wrapper.style4 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .fancy-box-wrapper.style4 {
        flex-direction: column;
    }
}

.fancy-box-wrapper.style5 {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 595px;
    margin-top: 115px;
    padding: 30px;
    border-radius: 16px 16px 0px 0px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    -ms-border-radius: 16px 16px 0px 0px;
    -o-border-radius: 16px 16px 0px 0px;
}

@media (max-width: 767px) {
    .fancy-box-wrapper.style5 {
        flex-direction: column;
    }
}

.fancy-box.style1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.fancy-box.style1 .item h6 {
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.fancy-box.style1 .item p {
    margin-bottom: 0;
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.fancy-box.style2 {
    display: flex;
    padding: 8px;
    gap: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
}

.fancy-box.style2 .item {
    display: flex;
    align-items: center;
}

.fancy-box.style2 .item .icon {
    display: inline-block;
    padding: 13px;
    border-radius: 10px;
    background: var(--white-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fancy-box.style2 .item h6 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    max-width: 90px;
    margin-bottom: 0;
}

.fancy-box.style3 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.fancy-box.style3 .item .icon {
    display: inline-block;
    padding: 11px;
    border-radius: 10px;
    background: #F3F6FD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fancy-box.style3 .item h6 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    max-width: 109px;
}

.fancy-box.style4 {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fancy-box.style4 .title {
    text-align: start;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.fancy-box.style4 .item-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.fancy-box.style4 .item-wrap .item {
    text-align: left;
}

.fancy-box.style4 .item-wrap .item h6 {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .fancy-box.style4 {
        padding-right: 0px;
        padding-bottom: 30px;
        border-right: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.fancy-box.style5 {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fancy-box.style5 .title {
    text-align: start;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.fancy-box.style5 .item-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.fancy-box.style5 .item-wrap .item {
    text-align: left;
}

.fancy-box.style5 .item-wrap .item h6 {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .fancy-box.style5 {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .fancy-box.style5:last-child {
        padding-bottom: 0;
    }
}

.social-profile {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-height: 380px;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    z-index: 9;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.social-profile ul {
    max-width: 50px;
    padding: 5px 0;
    margin: 0 auto;
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 144px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-border-radius: 144px;
    -moz-border-radius: 144px;
    -ms-border-radius: 144px;
    -o-border-radius: 144px;
}

.social-profile ul li {
    margin-bottom: 8px;
    display: block;
    text-align: center;
}

.social-profile ul li:last-child {
    margin-bottom: 0px;
}

.social-profile ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--white-color);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white-color);
}

.social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background-color: var(--theme);
    color: var(--white-color);
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.social-profile:hover ul {
    transform: translateY(-10%);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
}

.counter-box-wrapper.style1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.counter-box-wrapper.style2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1399px) {
    .counter-box-wrapper.style2 {
        gap: 8px;
    }
}

.counter-box.style1 h3 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .counter-box.style1 h3 {
        font-size: 33px;
        line-height: 24px;
    }
}

.counter-box.style1 h6 {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .counter-box.style1 h6 {
        font-size: 16px;
        line-height: 23px;
    }
}

.counter-box.style2 h3 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .counter-box.style2 h3 {
        font-size: 34px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    .counter-box.style2 h3 {
        font-size: 25px;
        line-height: 5px;
    }
}

@media (max-width: 767px) {
    .counter-box.style2 h3 {
        font-size: 15px;
        line-height: 5px;
    }
}

.counter-box.style2 h6 {
    color: var(--title-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 1399px) {
    .counter-box.style2 h6 {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 1199px) {
    .counter-box.style2 h6 {
        font-size: 10px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .counter-box.style2 h6 {
        font-size: 6px;
        line-height: 20px;
    }
}

.checklist.style1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 6px;
    list-style-type: none;
    padding-left: 0;
}

.checklist.style1 li {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}

.checklist.style1 li img {
    margin-right: 8px;
}

.checklist.style2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.checklist.style2 ul {
    display: flex;
    align-items: center;
    margin-left: 6px;
    gap: 8px;
    list-style-type: none;
}

.star-wrap {
    display: flex;
    padding-left: 0;
}

.star-wrap li {
    list-style-type: none;
}

.meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.meta .icon i {
    color: var(--theme);
}

.meta .text {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.progress-wrap {
    margin-bottom: 30px;
}

.progress-wrap:last-child {
    margin-bottom: 0;
}

.progress-wrap .progress-meta {
    display: flex;
    gap: 250px;
    margin-bottom: 15px;
    /* Extra small devices */
    /* Extra small devices */
}

.progress-wrap .progress-meta .title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.progress-wrap .progress-meta .percentage {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 575px) {
    .progress-wrap .progress-meta {
        gap: 210px;
    }
}

@media (max-width: 375px) {
    .progress-wrap .progress-meta {
        gap: 150px;
    }
}

.progress-wrap .progress-container {
    position: relative;
    width: 500px;
    height: 5px;
    background-color: #D9DDFF;
    border-radius: 10px;
    overflow: visible;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* Small devices */
}

.progress-wrap .progress-container .progress-bar {
    height: 5px;
    background-color: var(--theme);
    border-radius: 10px;
    opacity: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 767px) {
    .progress-wrap .progress-container {
        width: 85%;
    }
}

.et-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: var(--theme);
    color: var(--white-color);
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.et-social a:hover {
    background: var(--white-color);
    color: var(--theme);
}

.et-social.style2 a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: transparent;
    color: var(--white-color);
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.et-social.style2 a:hover {
    background: var(--theme2);
    color: var(--white-color);
    border: 1px solid var(--title-color);
}

/* Hide the default checkbox */
.custom-checkbox input[type=checkbox] {
    display: none;
}

/* Style the label */
.custom-checkbox {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--white-color);
    opacity: 0.6;
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--white-color);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.custom-checkbox a {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
}

.custom-checkbox:hover input~.checkmark {
    background-color: var(--title-color);
}

.custom-checkbox input:checked~.checkmark {
    background-color: var(--theme);
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

#termsForm button:disabled {
    background-color: var(--title-color);
    cursor: not-allowed;
}

/* Style the email input container */
.email-input-container {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.email-input-container #email {
    width: 270px;
    padding: 23px 16px;
    border-radius: 8px;
    background: var(--white-color);
    color: var(--text-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.email-input-container #email::-moz-placeholder {
    color: var(--text-color) !important;
}

.email-input-container #email::placeholder {
    color: var(--text-color) !important;
}

.email-input-container #submitButton {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    border-radius: 8px;
    background: var(--theme);
    color: var(--white-color);
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.email-input-container #submitButton:hover {
    background: var(--title-color);
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid var(--border-color);
    color: var(--title-color);
}

.page-nav-wrap ul li .page-numbers.current {
    background: var(--theme);
    color: var(--white-color);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background: var(--theme);
    color: var(--white-color);
    border: 1px solid transparent;
}

/*----------------------------------------------
    # Video style here
----------------------------------------------*/
.video-box-area {
    position: relative;
    z-index: 3;
}

.video-box-area .section-bg {
    z-index: 4;
}

.video-box-area .video-box {
    position: relative;
    z-index: 5;
    padding: 300px 0 270px;
    margin-bottom: -150px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.video-box-area .video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 6;
}

@media (max-width: 991px) {
    .video-box-area .video-box {
        margin-bottom: -100px;
    }
}

.work-process-card.style1 .number {
    text-align: left;
    background: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.work-process-card.style1 .title {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.work-process-card.style1 .text {
    color: rgba(255, 255, 255, 0.8);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.work-process-card.style1:hover .number,
.work-process-card.style1.active .number {
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.work-process-container-wrapper.style2 {
    position: relative;
}

.work-process-container-wrapper.style2 .shape {
    position: absolute;
    bottom: 0;
    left: 49.8%;
    transform: translateX(-49.8%);
    z-index: 3;
    -webkit-transform: translateX(-49.8%);
    -moz-transform: translateX(-49.8%);
    -ms-transform: translateX(-49.8%);
    -o-transform: translateX(-49.8%);
}

@media (max-width: 1899px) {
    .work-process-container-wrapper.style2 .shape {
        left: 57.6%;
        transform: translateX(-57.6%);
        -webkit-transform: translateX(-57.6%);
        -moz-transform: translateX(-57.6%);
        -ms-transform: translateX(-57.6%);
        -o-transform: translateX(-57.6%);
    }
}

@media (max-width: 1399px) {
    .work-process-container-wrapper.style2 .shape {
        display: none;
    }
}

.work-process-wrapper.style2 {
    position: relative;
    background: var(--theme);
    width: 100%;
    height: 759px;
    -webkit-clip-path: url(#workprocessdMask1);
    clip-path: url(#workprocessdMask1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 1399px) {
    .work-process-wrapper.style2 {
        -webkit-clip-path: none;
        clip-path: none;
        height: auto;
    }
}

.work-process-wrapper.style2 .shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.work-process-wrapper.style2 .shape2 {
    position: absolute;
    bottom: 0;
    left: 150px;
    z-index: 1;
}

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 30px;
    }
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gy-25 {
    --bs-gutter-y: 25px;
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

@media (min-width: 1500px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-70 {
        --bs-gutter-x: 70px;
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-25 {
        --bs-gutter-x: 25px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

.gx-0 {
    --bs-gutter-x: 0px;
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1300px;
    }
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm
    /* .container */
     {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }

    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container);
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 1600px) {

    .header-layout1,
    .header-layout2 {
        --main-container: 1410px;
    }

    .project-container-wrapper.style1 {
        --main-container: 1440px;
    }

    .project-container-wrapper.style2 {
        --main-container: 1410px;
    }

    .about-container-wrapper.style2 {
        --main-container: 1830px;
    }

    .about-title-container.style1 {
        --main-container: 1410px;
    }

    .about-thumb-container.style1 {
        --main-container: 1644px;
    }

    .work-process-container-wrapper.style2 {
        --main-container: 1620px;
    }

    .work-process-wrapper.style2 {
        --main-container: 1410px;
    }
}

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

.bg-theme-color2 {
    background: var(--theme2);
}

.bg-body-color {
    background: var(--body-color);
}

.section-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.border-radius {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.bg-common-color {
    background: #F3F6FD;
}

.gt-social a {
    display: inline-block;
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
}

.gt-social a:last-child {
    margin-right: 0;
}

.gt-social a:hover {
    background-color: var(--theme);
    color: var(--white-color);
}

.gt-social.style2 a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid;
}

.gt-social.style2 a:hover {
    border-color: var(--theme);
    color: var(--white-color);
    background-color: var(--theme);
}

.gt-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme);
}

.checklist-wrapper.style3 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
    margin-bottom: 20px;
    /* Small devices */
}

.checklist-wrapper.style3 .checklist.style3 img {
    margin-right: 5px;
}

.checklist-wrapper.style3 .checklist.style3 li {
    margin-bottom: 10px;
}

.checklist-wrapper.style3 .checklist.style3 li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .checklist-wrapper.style3 .checklist.style3 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .checklist-wrapper.style3 {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

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

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: var(--theme);
    z-index: 9;
}

.marquee-wrapper.style-2 {
    background-color: transparent;
    line-height: 55px;
    margin-bottom: -39px;
}

@media (max-width: 767px) {
    .marquee-wrapper.style-2 {
        margin-bottom: -50px;
    }
}

.text-slider {
    font-size: 50px;
    height: 100px;
    line-height: 90px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
}

.text-slider:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .text-slider {
        font-size: 36px;
    }
}

.text-slider img {
    margin-bottom: 10px;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

.marquee-item.style-2 .text-slider {
    text-transform: capitalize;
    font-size: 60px;
    color: var(--header);
    margin-right: 40px;
    line-height: 0;
    height: 65px;
}

@media (max-width: 767px) {
    .marquee-item.style-2 .text-slider {
        font-size: 36px;
    }
}

.marquee-item.style-2 .text-style {
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(var(--theme), var(--theme));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.marquee-item.style-2 .text-style:hover {
    color: var(--theme);
    background-size: 100% 3px;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

.marque-section-2 {
    position: relative;
}

.marque-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/images/service/service-bg-2.jpg);
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .mean-container .mean-nav>ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 991px) {
    .mean-container .mean-nav>ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border-color);
        padding: 10px;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border-color) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.news-wrapper {
    padding: 0 75px;
}

@media (max-width: 1199px) {
    .news-wrapper {
        padding: 0;
    }
}

.single-news-items {
    margin-top: 30px;
    padding: 40px 20px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1899px) {
    .single-news-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .single-news-items {
        flex-wrap: initial;
    }
}

@media (max-width: 500px) {
    .single-news-items {
        flex-wrap: wrap;
    }
}

.single-news-items .news-image {
    height: 220px;
    width: 220px;
    flex-basis: 100%;
    position: relative;
}

.single-news-items .news-image .post-date {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: var(--white);
    padding: 7px 10px;
}

.single-news-items .news-image .post-date span {
    color: var(--header);
    font-weight: 600;
}

.single-news-items .news-content h3 {
    margin-bottom: 10px;
}

.single-news-items .news-content h3 a:hover {
    color: var(--theme);
}

.single-news-items .news-content .theme-btn-2 {
    color: var(--theme);
}

.news-section-3 {
    margin-bottom: -50px;
}

.news-card-items {
    margin-top: 30px;
}

.news-card-items .news-image {
    position: relative;
}

.news-card-items .news-image img {
    width: 100%;
    height: 100%;
}

.news-card-items .news-image .post-date {
    padding: 12px 24px;
    background-color: var(--theme);
    position: absolute;
    bottom: 40px;
    left: 0;
}

.news-card-items .news-image .post-date h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
}

.news-card-items .news-image .post-date h3 span {
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
}

.news-card-items .news-content {
    padding: 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: relative;
    z-index: 9;
    margin-right: 40px;
    margin-top: -40px;
}

.news-card-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .news-card-items .news-content ul {
        gap: 20px;
    }
}

.news-card-items .news-content ul li {
    font-size: 14px;
    font-weight: 500;
}

.news-card-items .news-content ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-card-items .news-content h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.news-card-items .news-content h3 a {
    color: var(--title-color);
}

.news-card-items .news-content h3 a:hover {
    color: var(--theme);
}

.news-card-items.style-2 {
    padding-bottom: 50px;
}

.news-card-items.style-2 .news-image {
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.news-card-items.style-2 .news-image img {
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.news-card-items.style-2 .news-image .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: initial;
}

.news-card-items.style-2 .news-content {
    margin: 0;
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
}

.news-card-items.style-2 .news-content ul li {
    font-size: 16px;
    color: var(--text-color);
}

.news-card-items.style-3 {
    padding-bottom: 0;
    background-color: var(--white);
    box-shadow: none;
}

.news-card-items.style-3 .news-image {
    padding: 15px 15px 0 15px;
}

.news-card-items.style-3 .news-image .post-date {
    left: 30px;
    top: 30px;
}

.news-card-items.style-3 .content {
    box-shadow: none;
}

.news-standard-wrapper .news-standard-items {
    border: 1px solid var(--border-color);
    padding: 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
    margin-bottom: 20px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
    position: relative;
}

.news-standard-wrapper .news-standard-items .news-thumb img {
    width: 100%;
    height: 100%;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date {
    padding: 12px 24px;
    background-color: var(--theme);
    position: absolute;
    top: 30px;
    left: 30px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-content {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.news-standard-wrapper .news-standard-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .news-standard-wrapper .news-standard-items .news-content ul {
        gap: 20px;
    }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
}

.news-standard-wrapper .news-standard-items .news-content ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-standard-wrapper .news-standard-items .news-content h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 26px;
}

.news-standard-wrapper .news-standard-items .news-content h3 a {
    color: var(--title-color);
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
    color: var(--theme);
}

.main-sidebar .single-sidebar-widget {
    padding: 40px 30px;
    background-color: var(--bg);
    margin-bottom: 30px;
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    position: relative;
    padding-bottom: 15px;
}

.main-sidebar .single-sidebar-widget .wid-title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 83px;
    content: "";
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    background-color: var(--white);
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
    background-color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    background-color: var(--white);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    color: var(--header);
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: var(--theme);
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
    margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--text-color);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 700;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
    color: var(--title-color);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 11px 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    background: var(--white);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
        height: 400px;
    }
}

.news-details-area .blog-post-details .single-blog-post .post-content {
    margin-top: 30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 {
    margin-bottom: 20px;
    font-size: 32px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .single-blog-post .post-content h3 {
        font-size: 24px;
    }
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
    color: var(--theme);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    border-left: 4px solid var(--theme);
    padding: 40px;
    background-color: var(--bg);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
    max-width: 650px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    line-height: 26px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
    float: right;
    margin-top: -30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.news-details-area .blog-post-details .tag-share-wrap {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 30px 0;
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    display: inline-block;
    padding: 12px 26px;
    line-height: 1;
    background: var(--bg);
    margin-right: 8px;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
    font-size: 18px;
    color: var(--header);
    font-weight: 600;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
    font-size: 18px;
    color: var(--header);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
    color: var(--theme);
}

.news-details-area .blog-post-details .comments-area {
    margin-top: 40px;
    padding: 50px 40px;
    background-color: var(--bg);
}

.news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading h3 {
        font-size: 28px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
    border-bottom: 1px solid var(--border-color);
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .blog-single-comment {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
    color: var(--theme);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con span {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
    color: var(--theme);
    font-size: 14px;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 400;
    background-color: var(--white);
    color: var(--theme);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border-color);
    padding: 16px 20px;
    font-weight: 500;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::-moz-placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-moz-placeholder {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.blog-card.style1 .blog-card-thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blog-card.style1 .blog-card-thumb img {
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog-card.style1 .blog-card-body {
    position: relative;
    z-index: 5;
    padding: 30px;
    background: var(--white);
    max-width: 400px;
    margin: -70px auto auto;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blog-card.style1 .blog-card-body .blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-card.style1 .blog-card-body .blog-meta .tag {
    padding: 10px 16px;
    display: inline-block;
    color: var(--theme);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media (max-width: 991px) {
    .blog-card.style1 .blog-card-body .blog-meta .tag {
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .blog-card.style1 .blog-card-body .blog-meta .tag {
        padding: 10px 15px;
    }
}

.blog-card.style1 .blog-card-body .blog-meta .date {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}

.blog-card.style1 .blog-card-body h3 {
    padding-bottom: 20px;
    max-width: 285px;
    line-height: 34px;
}

.blog-card.style1 .blog-card-body h3 a {
    color: var(--header);
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.blog-card.style1 .blog-card-body .author-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}

@media (max-width: 991px) {
    .blog-card.style1 .blog-card-body {
        padding: 10px;
        margin: 0px auto auto;
    }
}

.blog-card.style1:hover .blog-card-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog-card.style2 {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.blog-card.style2 .blog-card-thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blog-card.style2 .blog-card-thumb img {
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog-card.style2 .blog-card-body {
    position: relative;
    z-index: 5;
    padding: 30px;
    background: var(--white);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.blog-card.style2 .blog-card-body .blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-card.style2 .blog-card-body .blog-meta .tag {
    padding: 10px 16px;
    display: inline-block;
    color: var(--theme);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.blog-card.style2 .blog-card-body .blog-meta .date {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}

.blog-card.style2 .blog-card-body h3 {
    padding-bottom: 20px;
    max-width: 285px;
    line-height: 34px;
}

.blog-card.style2 .blog-card-body h3 a {
    color: var(--header);
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.blog-card.style2 .blog-card-body .author-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}

@media (max-width: 1199px) {
    .blog-card.style2 .blog-card-body {
        padding: 13px;
    }
}

.blog-card.style2:hover .blog-card-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blogSliderOne .swiper-slide {
    padding-bottom: 2px !important;
}

.blogSliderTwo .swiper-slide {
    padding: 22px !important;
}

.pricing-section {
    position: relative;
    z-index: 9;
}

.pricing-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pricing-section .right-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.pricing-items {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .pricing-items {
        padding: 30px;
    }
}

.pricing-items .tag {
    padding: 14px 18px 12px 40px;
    background-color: var(--theme);
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    overflow: hidden;
}

.pricing-items .tag h6 {
    font-size: 15px;
    color: var(--white);
}

.pricing-items .tag::before {
    width: 0;
    height: 0;
    border-top: 38px solid var(--white);
    border-right: 37px solid transparent;
    content: "";
    left: -22px;
    position: absolute;
    bottom: 13%;
    transform: rotate(135deg);
}

.pricing-items .pricing-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .pricing-items .pricing-header {
        padding-bottom: 20px;
    }
}

.pricing-items .pricing-header span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.pricing-items .pricing-header p {
    margin-top: 20px;
}

.pricing-items .pricing-list {
    margin-top: 40px;
}

.pricing-items .pricing-list.style3 {
    color: var(--text-color);
}

@media (max-width: 575px) {
    .pricing-items .pricing-list {
        margin-top: 20px;
    }
}

.pricing-items .pricing-list li {
    font-weight: 600;
}

.pricing-items .pricing-list li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-items .pricing-list li i {
    color: var(--theme);
    margin-right: 10px;
}

.pricing-items .pricing-button {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .pricing-items .pricing-button {
        margin-top: 20px;
    }
}

.pricing-items .pricing-button p {
    font-weight: 500;
}

.pricing-items .pricing-button .pricing-btn {
    display: inline-block;
    background-color: transparent;
    color: var(--theme);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 40px;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 1;
    width: 100%;
    border-radius: 36px;
    border: 1px solid var(--theme);
    text-align: center;
}

.pricing-items .pricing-button .pricing-btn i {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .pricing-items .pricing-button .pricing-btn {
        padding: 16px 32px;
    }
}

@media (max-width: 575px) {
    .pricing-items .pricing-button .pricing-btn {
        padding: 18px 30px;
        font-size: 14px;
    }
}

.pricing-items .pricing-button .pricing-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.pricing-items.active {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.pricing-items.active .tag {
    background-color: #FF8C22;
}

.pricing-items.active .tag::before {
    border-top: 38px solid var(--theme);
}

.pricing-items.active .pricing-header {
    border-bottom: 1px solid var(--white);
}

.pricing-items.active .pricing-header h2 {
    color: var(--white);
}

.pricing-items.active .pricing-header span {
    color: var(--white);
}

.pricing-items.active .pricing-header p {
    color: var(--white);
}

.pricing-items.active .pricing-list li {
    color: var(--white);
}

.pricing-items.active .pricing-list li i {
    color: var(--white);
}

.pricing-items.active .pricing-button p {
    color: var(--white);
}

.pricing-items.active .pricing-button .pricing-btn {
    border: 1px solid var(--white);
    color: var(--white);
}

.pricing-items.active .pricing-button .pricing-btn:hover {
    background-color: var(--header);
    border: 1px solid transparent;
}

.pricing-items:hover {
    transform: translateY(-10px);
}

.pricing-wrapper .section-title-area .nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .pricing-wrapper .section-title-area .nav {
        gap: 15px;
    }
}

.pricing-wrapper .section-title-area .nav .nav-link {
    text-align: center;
    padding: 10px 40px;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--header);
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--border-color);
}

@media (max-width: 991px) {
    .pricing-wrapper .section-title-area .nav .nav-link {
        padding: 14px 45px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pricing-wrapper .section-title-area .nav .nav-link {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.pricing-wrapper .section-title-area .nav .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.pricing-wrapper.style1 {
    position: relative;
}

.pricing-wrapper.style1 .shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pricing-wrapper.style1 .shape2 {
    position: absolute;
    top: 0;
    right: 85px;
    z-index: 1;
}

.pricing-wrapper.style2 {
    position: relative;
}

.pricing-wrapper.style2 .shape1 {
    position: absolute;
    bottom: 0;
    left: 85px;
    z-index: 1;
}

.pricing-wrapper.style2 .shape2 {
    position: absolute;
    top: 0;
    right: 136px;
    z-index: 1;
}

.pricing-wrapper .tab-section {
    padding: 30px 0 10px;
}

.pricing-wrapper .tab-section .nav-pills {
    padding: 7px 7px;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.pricing-wrapper .tab-section .nav-pills .nav-link {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border: 0;
    border-radius: 50px;
    margin-left: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.pricing-wrapper .tab-section .nav-pills .nav-link.active {
    color: var(--white-color);
    background-color: var(--theme);
    margin-right: 4px;
}

.pricing-wrapper .tab-section img {
    padding: 0 20px;
}

.pricing-wrapper .tab-section .save {
    color: var(--theme);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 767px) {
    .pricing-wrapper .tab-section {
        flex-direction: column;
    }
}

.pricing-card.style1 {
    position: relative;
    z-index: 5;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.pricing-card.style1 .pricing-card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-radius: 16px;
    background: var(--theme);
}

.pricing-card.style1 .pricing-card_header .item h4 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pricing-card.style1 .pricing-card_header .item .price {
    display: flex;
    align-items: center;
}

.pricing-card.style1 .pricing-card_header .item .price h2 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pricing-card.style1 .pricing-card_header .item .price span {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pricing-card.style1 .pricing-card_body .checklist-wrapper {
    margin: 40px 0;
}

.pricing-card.style1:hover {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    -o-transform: translateY(-2%);
}

.pricing-card.style2 {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.pricing-card.style2 .pricing-card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-radius: 16px;
    background: var(--theme2);
}

.pricing-card.style2 .pricing-card_header .item h4 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pricing-card.style2 .pricing-card_header .item .price {
    display: flex;
    align-items: center;
}

.pricing-card.style2 .pricing-card_header .item .price h2 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pricing-card.style2 .pricing-card_header .item .price span {
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pricing-card.style2 .pricing-card_body .checklist-wrapper {
    margin: 40px 0;
}

.pricing-card.style2:hover {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    -o-transform: translateY(-2%);
}

.pricing-card.style3 {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.pricing-card.style3 .pricing-card-header_badge {
    position: absolute;
    top: -27px;
    left: 16.5%;
    width: 67%;
    background-repeat: no-repeat;
}

.pricing-card.style3 .pricing-card-header_badge span {
    display: inline-block;
    padding: 16px 16px 16px 65px;
    color: var(--white-color);
    text-align: right;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .pricing-card.style3 .pricing-card-header_badge span {
        padding: 12px 16px 16px 55px;
    }
}

@media (max-width: 991px) {
    .pricing-card.style3 .pricing-card-header_badge span {
        padding: 12px 16px 16px 69px;
    }
}

@media (max-width: 1199px) {
    .pricing-card.style3 .pricing-card-header_badge {
        left: 18%;
    }
}

.pricing-card.style3 .pricing-card_header {
    padding: 24px 24px 0 24px;
    border-radius: 16px;
}

.pricing-card.style3 .pricing-card_header .item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 0 14px;
}

.pricing-card.style3 .pricing-card_header .item span {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration-line: strikethrough;
}

.pricing-card.style3 .pricing-card_header .item .save-btn {
    border: none;
    border-radius: 24px;
    background: rgba(56, 75, 255, 0.12);
    color: var(--theme);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    display: inline-flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
}

.pricing-card.style3 .pricing-card_header .item .price {
    display: flex;
    align-items: center;
}

.pricing-card.style3 .pricing-card_header .item .price h2 {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.pricing-card.style3 .pricing-card_header .item .price span {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pricing-card.style3 .pricing-card_body .checklist-wrapper .text {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 2px solid var(--border-color);
}

.pricing-card.style3 .pricing-card_body .checklist-wrapper p {
    color: var(--text-color);
    text-align: center;
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: lowercase;
}

.pricing-card.style3:hover {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    -o-transform: translateY(-2%);
}

.pricing-card.style3.active {
    border: 1px solid var(--theme);
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Rajdhani", sans-serif, "Plus Jakarta Sans", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Rajdhani", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--bg);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: capitalize;
    background: transparent;
    font-size: 25px;
    color: var(--theme);
    border-bottom: 2px solid var(--theme);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--theme);
}

input.main-search-input::-moz-placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

input.main-search-input::placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::-moz-placeholder {
        font-size: 18px;
    }

    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--theme);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.project-items .project-image {
    position: relative;
    height: 457px;
}

.project-items .project-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.project-items .project-image .project-content.style2 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding: 35px 30px;
    background-color: var(--white);
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.project-items .project-image .project-content.style2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 58px;
    content: "";
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.project-items .project-image .project-content.style2 p {
    color: var(--theme);
    font-weight: 500;
    margin-bottom: 5px;
}

.project-items .project-image .project-content.style2 h4 {
    font-weight: bold;
}

.project-items .project-image .project-content.style2 h4 a {
    color: var(--title-color);
}

.project-items .project-image .project-content.style2 h4 a:hover {
    color: var(--theme);
}

.project-items .project-image .project-content.style2 .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--white);
    box-shadow: var(--box-shadow-2);
    border-radius: 50%;
    text-align: center;
    color: var(--theme);
    position: absolute;
    top: 130px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: rotate(-40deg);
}

.project-items .project-image .project-content.style2 .icon:hover {
    background-color: var(--theme);
    color: var(--white);
}

.project-items .project-image .project-content.style3 {
    position: absolute;
    text-align: start;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding: 35px 30px;
    background-color: var(--white);
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.project-items .project-image .project-content.style3::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 58px;
    content: "";
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.project-items .project-image .project-content.style3 p {
    color: var(--theme);
    font-weight: 500;
    margin-bottom: 5px;
}

.project-items .project-image .project-content.style3 h4 {
    font-weight: bold;
}

.project-items .project-image .project-content.style3 h4 a {
    color: var(--text-color);
}

.project-items .project-image .project-content.style3 h4 a:hover {
    color: var(--theme);
}

.project-items .project-image .project-content.style3 .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--white);
    box-shadow: var(--box-shadow-2);
    border-radius: 50%;
    text-align: center;
    color: var(--theme);
    position: absolute;
    top: 130px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: rotate(-40deg);
}

.project-items .project-image .project-content.style3 .icon:hover {
    background-color: var(--theme);
    color: var(--white);
}

.project-items:hover .project-image .project-content::before {
    height: 100%;
}

.project-items:hover .project-image .project-content .icon {
    top: 35px;
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
}

.project-items.style-2 {
    margin-top: 30px;
}

.project-section-2 {
    position: relative;
}

.project-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg2);
    height: 35%;
    z-index: -1;
}

.project-section-2::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    width: 91%;
}

@media (max-width: 1199px) {
    .project-section-2::after {
        width: 100%;
    }
}

.project-section-2 .left-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.project-section-2 .right-shape {
    position: absolute;
    bottom: 0;
    right: 9%;
    z-index: 1;
}

.project-wrapper {
    margin-left: -22%;
}

@media (max-width: 1199px) {
    .project-wrapper {
        margin-left: 0;
    }
}

.project-wrapper .project-items.style-2 {
    margin-top: 30px;
}

.project-wrapper .project-items.style-2 .project-image {
    height: initial;
}

.project-wrapper .project-items.style-2 .project-content {
    width: auto;
    height: auto;
}

.project-wrapper .project-items.style-2 .project-content::before {
    display: none;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon {
    width: 85px;
    height: 100%;
    line-height: 130px;
    background-color: rgba(56, 75, 255, 0.1);
    text-align: center;
    color: var(--theme);
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i {
    transform: rotate(-40deg);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i:hover {
    transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 {
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgba(56, 75, 255, 0.1);
    display: inline-block;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i {
    transform: rotate(-40deg);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    margin-left: 25px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i:hover {
    transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover {
    background-color: var(--theme);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover i {
    color: var(--white);
}

.project-wrapper .project-items.style-2 .project-content:hover .arrow-icon {
    background-color: var(--theme);
    color: var(--white);
}

.project-wrapper.style-2 {
    margin-left: 0;
    margin-right: -57%;
}

@media (max-width: 1199px) {
    .project-wrapper.style-2 {
        margin-right: 0;
    }
}

.project-section-3 {
    position: relative;
}

.project-section-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #15067D;
    opacity: 0.6;
}

.project-section-3::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white);
    top: 60%;
}

@media (max-width: 575px) {
    .project-section-3 .section-title-area {
        justify-content: center;
        text-align: center;
    }
}

.title-video-box {
    position: relative;
    z-index: 9;
}

.title-video-box .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--theme);
}

.title-video-box .ripple::before,
.title-video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
}

.project-details-wrapper .project-details-items .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.project-details-wrapper .project-details-items .details-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .project-details-wrapper .project-details-items .details-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .project-details-wrapper .project-details-items .details-content h3 {
        font-size: 24px;
    }
}

.project-details-wrapper .project-details-items .project-catagory {
    padding: 40px 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-top: 4px solid var(--theme);
    margin-top: -150px;
    margin-right: 30px;
    margin-left: -60px;
}

@media (max-width: 991px) {
    .project-details-wrapper .project-details-items .project-catagory {
        margin-top: 0;
    }
}

.project-details-wrapper .project-details-items .project-catagory h3 {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}

.project-details-wrapper .project-details-items .project-catagory ul li {
    font-weight: 600;
    color: var(--header);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding: 16px 0;
}

.project-details-wrapper .project-details-items .project-catagory ul li span {
    font-weight: 500;
}

.project-details-wrapper .project-details-items .project-catagory ul li span i {
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.project-details-wrapper .project-details-items .project-catagory ul li span i:hover {
    color: var(--theme);
}

.project-details-wrapper .project-details-items .list li {
    font-weight: 500;
    color: var(--header);
}

.project-details-wrapper .project-details-items .list li:not(:last-child) {
    margin-bottom: 10px;
}

.project-details-wrapper .project-details-items .list li i {
    margin-right: 5px;
    color: var(--theme);
}

.project-details-wrapper .project-details-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.project-details-wrapper .preview-area {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 30px 0;
}

.project-details-wrapper .preview-area .preview-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.project-details-wrapper .preview-area .preview-item .content.text-right {
    text-align: right;
}

.project-wrapper.style1 {
    padding: 122px 50px 60px;
    margin-left: 0;
    border-radius: 30px;
    background: #F3F6FD;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.project-wrapper.style1 .project-thumb {
    width: 100%;
}

.project-wrapper.style1 .project-thumb img {
    width: 100%;
}

@media (max-width: 767px) {
    .project-wrapper.style1 {
        padding: 122px 18px 34px;
    }
}

.project-wrapper.style2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    margin-left: -2%;
    margin-right: -200px;
}

@media (max-width: 1899px) {
    .project-wrapper.style2 {
        grid-template-columns: repeat(2, 1fr);
        margin-right: 0;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .project-wrapper.style2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.project-item-wrapper.style1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: -60px;
    padding: 80px 146px 0px;
}

@media (max-width: 1199px) {
    .project-item-wrapper.style1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: -60px;
        padding: 80px 30px 0px;
    }
}

@media (max-width: 767px) {
    .project-item-wrapper.style1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-bottom: -60px;
        padding: 80px 20px 0px;
    }
}

.project-item-card.style1 {
    position: relative;
    display: inline-block;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    padding: 65px 15px 25px;
    border-radius: 16px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

@media (max-width: 1199px) {
    .project-item-card.style1 {
        margin-top: 40px;
    }
}

.project-item-card.style1 .project-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    display: inline-block;
    padding: 24px;
    background: var(--white-color);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.project-item-card.style1 h5 {
    color: var(--title-color);
    text-align: center;
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.project-item-card.style1:hover,
.project-item-card.style1.active {
    background: var(--theme);
}

.project-item-card.style1:hover h5,
.project-item-card.style1.active h5 {
    color: var(--white-color);
}

.project-content-wrapper.style1 {
    position: relative;
}

.project-content-wrapper.style1 .shape {
    position: absolute;
    bottom: -40px;
    left: 46%;
    z-index: 9;
    transform: translateX(-46%);
    -webkit-transform: translateX(-46%);
    -moz-transform: translateX(-46%);
    -ms-transform: translateX(-46%);
    -o-transform: translateX(-46%);
}

@media (max-width: 1399px) {
    .project-content-wrapper.style1 .shape {
        left: 62.5%;
        z-index: 9;
        transform: translateX(-62.5%);
        -webkit-transform: translateX(-62.5%);
        -moz-transform: translateX(-62.5%);
        -ms-transform: translateX(-62.5%);
        -o-transform: translateX(-62.5%);
    }
}

@media (max-width: 991px) {
    .project-content-wrapper.style1 .shape {
        left: 61%;
        z-index: 9;
        transform: translateX(-61%);
        -webkit-transform: translateX(-61%);
        -moz-transform: translateX(-61%);
        -ms-transform: translateX(-61%);
        -o-transform: translateX(-61%);
    }
}

@media (max-width: 767px) {
    .project-content-wrapper.style1 .shape {
        display: none;
    }
}

.project-content.style1 {
    padding: 30px 0px 0px 40px;
    position: relative;
    background: var(--white-color);
    text-align: center;
    width: 100%;
    height: 370px;
    -webkit-clip-path: url(#projectContentdMask);
    clip-path: url(#projectContentdMask);
    /* Using the SVG mask */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-content.style1 .project-content-left {
    text-align: left;
    max-width: 392px;
    padding-bottom: 30px;
}

.project-content.style1 .project-content-left h3 {
    text-align: left;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .project-content.style1 .project-content-left h3 {
        font-size: 27px;
        line-height: 39px;
    }
}

.project-content.style1 .project-content-left p {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.project-content.style1 .project-content-right {
    margin-top: 32px;
}

.project-content.style1 .project-content-right img {
    height: 318px;
}

@media (max-width: 767px) {
    .project-content.style1 {
        -webkit-clip-path: none;
        clip-path: none;
        padding: 23px;
        height: auto;
    }
}

.project-card.style2 {
    position: relative;
}

.project-card.style2 .project-mask-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 40px 30px 30px 30px;
    margin-bottom: 20px;
    background-image: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-card.style2 .project-mask-wrapper .project-thumb {
    width: 100%;
    height: 100%;
}

.project-card.style2 .project-mask-wrapper .project-thumb img {
    width: 100%;
    height: 100%;
}

.project-card.style2 .project-mask-wrapper .project-desc {
    padding: 20px 10px 0;
}

.project-card.style2 .project-mask-wrapper .project-desc h6 {
    color: var(--theme);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0px;
}

.project-card.style2 .project-mask-wrapper .project-desc h5 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.project-card.style2 .project-mask-wrapper .project-desc h5 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

@media (max-width: 1899px) {
    .project-card.style2 .project-mask-wrapper {
        overflow: hidden;
        padding: 23px 48px 10px 46px;
    }
}

@media (max-width: 767px) {
    .project-card.style2 .project-mask-wrapper {
        padding: 12px 8px 10px 8px;
    }
}

.project-card.style2 .project-meta {
    position: absolute;
    bottom: 25px;
    right: 21px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 13px;
}

.project-card.style2 .project-meta .number {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 100px;
    text-align: center;
    background: var(--white-color);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    color: var(--theme);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media (max-width: 767px) {
    .project-card.style2 .project-meta .number {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}

.project-card.style2 .project-meta .link {
    width: 56px;
    height: 56px;
    line-height: 60px;
    border-radius: 100px;
    text-align: center;
    background: var(--theme);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    color: var(--white-color);
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 500;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

@media (max-width: 767px) {
    .project-card.style2 .project-meta .link {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}

.project-card.style2 .project-meta .link i {
    color: var(--white-color);
    font-size: 20px;
}

.project-card.style2 .project-meta .link.style2 {
    background: var(--title-color);
    color: var(--white-color);
}

@media (max-width: 1899px) {
    .project-card.style2 .project-meta {
        bottom: 5px;
    }
}

@media (max-width: 767px) {
    .project-card.style2 .project-meta {
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .project-card.style2 .project-meta {
        position: absolute;
        bottom: 19px;
        right: 0px;
        z-index: 8;
        display: flex;
        align-items: center;
        gap: 8px;
    }
}

.title-wrap {
    display: grid;
    align-items: end;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    /* Small devices */
}

.title-wrap .title-area {
    max-width: 645px;
    margin: 0;
}

@media (max-width: 767px) {
    .title-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
        justify-content: start;
    }
}

.section-title {
    position: relative;
    z-index: 8;
}

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

.section-title .subtitle {
    display: flex;
    align-items: center;
    color: var(--theme);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title .subtitle span {
    margin: 0 10px;
}

.section-title .title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.main-bg {
    background-color: var(--bg);
}

.section-bg {
    background-color: var(--bg);
}

.section-bg-2 {
    background-color: var(--bg2);
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.service-wrapper {
    margin-bottom: 187px;
}

.service-wrapper .service-text {
    margin-top: 50px;
    text-align: center;
}

.service-wrapper .service-text h6 {
    font-size: 16px;
}

.service-wrapper .service-text h6 a {
    font-weight: 600;
    color: var(--theme);
    text-decoration: underline;
}

.service-box-items {
    margin-top: 30px;
    background-color: var(--white);
    padding: 35px 30px;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
}

.service-box-items::after {
    position: absolute;
    top: -50px;
    right: 0;
    width: 105px;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/images/service/line-shape.png);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.service-box-items .icon {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-box-items .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/images/service/shape.png);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.service-box-items .content {
    margin-top: 20px;
}

.service-box-items .content h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

.service-box-items .content h4 a {
    color: var(--header);
}

.service-box-items .content h4 a:hover {
    color: var(--theme);
}

.service-box-items:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-box-items:hover::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.service-box-items:hover .icon::before {
    filter: grayscale(100%) brightness(300%);
}

.service-box-items:hover .content h4 a {
    color: var(--white);
}

.service-box-items:hover .content p {
    color: var(--white);
}

.service-box-items:hover .content .theme-btn-2 {
    color: var(--white);
}

.service-box-items.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-box-items.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.service-box-items.active .icon::before {
    filter: grayscale(100%) brightness(300%);
}

.service-box-items.active .content h4 a {
    color: var(--white);
}

.service-box-items.active .content p {
    color: var(--white);
}

.service-box-items.active .content .theme-btn-2 {
    color: var(--white);
}

.service-box-items.style-2 {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
}

.service-box-items.style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/images/service/01.jpg);
}

.service-box-items.style-2.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-box-items.style-2.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.service-box-items.style-2.active .icon::before {
    filter: grayscale(100%) brightness(300%);
}

.service-box-items.style-2.active .content h4 a {
    color: var(--white);
}

.service-box-items.style-2.active .content p {
    color: var(--white);
}

.service-box-items.style-2.active .content .theme-btn-2 {
    color: var(--white);
}

.service-box-items.style-3 {
    box-shadow: var(--box-shadow);
    border-radius: 10px !important;
    background-color: var(--white);
}

.service-box-items.style-3::before {
    background: linear-gradient(180deg, #384BFF -23.85%, #6324B3 100%);
    border-radius: 10px;
}

.service-box-items.style-3::after {
    display: none;
}

.service-box-items.style-3 .icon::before {
    background-image: url(../../assets/images/service/shape-2.png);
}

.service-box-items.style-3 .theme-btn-2 {
    border: 1px solid var(--border-color);
    padding: 20px 30px;
    border-radius: 100px;
    line-height: 1;
    margin-top: 30px;
    color: var(--header);
}

.service-box-items.style-3 .theme-btn-2:hover {
    background-color: var(--white);
    color: var(--header);
}

.service-box-items.style-3:hover .icon::before {
    background-image: url(../../assets/images/service/shape.png);
}

.service-box-items.style-3.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-box-items.style-3.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.service-box-items.style-3.active .icon::before {
    background-image: url(../../assets/images/service/shape.png);
}

.service-box-items.style-3.active .theme-btn-2 {
    background-color: var(--white);
    color: var(--header);
}

.service-box-items.style-3.active .content h4 a {
    color: var(--white);
}

.service-box-items.style-3.active .content p {
    color: var(--white);
}

.service-section-2 {
    position: relative;
}

.service-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/images/service/service-bg-2.jpg);
    top: 85%;
}

.service-card-items {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
}

.service-card-items .icon-2 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 0.2;
}

.service-card-items .service-image img {
    width: 100%;
    height: 100%;
}

.service-card-items .service-content {
    padding: 35px 30px;
    position: relative;
    z-index: 9;
}

.service-card-items .service-content .icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--theme);
    margin-bottom: 30px;
    margin-top: -70px;
    transition: all 0.4s ease-in-out;
    transition: transform 500ms ease;
}

.service-card-items .service-content .icon img {
    filter: grayscale(100%) brightness(300%);
}

.service-card-items .service-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card-items .service-content h4 a {
    color: var(--title-color);
}

.service-card-items .service-content h4 a:hover {
    color: var(--theme);
}

.service-card-items:hover .icon {
    transform: scaleX(-1);
}

.service-section-3 {
    position: relative;
}

.service-section-3 .line-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-section-3 .line-shape-2 img {
    width: 100%;
    height: 100%;
}

.service-details-wrapper .service-details-items .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-details-wrapper .service-details-items .details-content {
    margin-top: 35px;
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-items .details-content {
        margin-top: 25px;
    }
}

.service-details-wrapper .service-details-items .details-content h3 {
    font-size: 30px;
}

@media (max-width: 767px) {
    .service-details-wrapper .service-details-items .details-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-items .details-content h3 {
        font-size: 24px;
    }
}

.service-details-wrapper .service-details-items .details-content .details-video-items {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-items .details-content .details-video-items {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb {
    position: relative;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .video-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: var(--white);
    color: var(--theme);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .ripple::before,
.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    width: 62px;
    height: 62px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content p {
    margin-top: 5px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list {
    margin-top: 20px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li {
    font-weight: 500;
    color: var(--text-color);
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li:not(:last-child) {
    margin-bottom: 10px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li i {
    margin-right: 10px;
    color: var(--theme);
}

.service-details-wrapper .service-details-items .details-content .image-area {
    margin-top: 30px;
    margin-bottom: 40px;
}

.service-details-wrapper .service-details-items .details-content .image-area .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget {
    padding: 40px 30px;
    background-color: var(--bg);
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li {
    background-color: var(--white);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li a {
    color: var(--header);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li i {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover i {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active i {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .opening-category ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
    color: var(--header);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-widget .opening-category ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .opening-category ul li i {
    color: var(--theme);
}

.main-sidebar .single-sidebar-image {
    height: 400px;
    max-width: 500px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

@media (max-width: 991px) {
    .main-sidebar .single-sidebar-image {
        max-width: 800px;
    }
}

.main-sidebar .single-sidebar-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #3751a1 0%, rgba(0, 6, 12, 0) 100%);
    opacity: 0.9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-image .contact-text {
    position: relative;
    text-align: center;
    padding: 130px 30px;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-sidebar .single-sidebar-image .contact-text .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white);
    text-align: center;
    color: var(--theme);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.main-sidebar .single-sidebar-image .contact-text .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--white);
    content: "";
    transform: translate(-50%, -50%);
}

.main-sidebar .single-sidebar-image .contact-text h4 {
    color: var(--white);
    margin-top: 30px;
}

.main-sidebar .single-sidebar-image .contact-text h5 {
    margin-top: 15px;
}

.main-sidebar .single-sidebar-image .contact-text h5 a {
    color: var(--white);
}

.service-card.style1 {
    padding: 30px;
    border: 1px solid var(--border-color);
    background: #F3F7FB;
    border-radius: 30px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.service-card.style1 .icon {
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: transparent;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.service-card.style1 .icon img {
    width: 40px;
    height: 40px;
}

.service-card.style1 .body h3 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.service-card.style1 .body h3 a:hover {
    color: var(--theme);
}

.service-card.style1 .body p {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: -2px;
    margin-bottom: 25px;
}

.service-card.style1 .body .link-btn {
    padding: 12px 30px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.service-card.style1:hover {
    border: 1px solid var(--theme);
    background: var(--theme);
}

.service-card.style1:hover .icon {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.service-card.style1:hover .body h3 a {
    color: var(--white-color);
}

.service-card.style1:hover .body p {
    color: var(--white-color);
}

.service-card.style1:hover .body .link-btn.style1 {
    background: var(--white-color);
    color: var(--text-color2);
}

.service-card.style2 {
    padding: 30px;
    background: var(--white-color);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-card.style2 .icon {
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: transparent;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.service-card.style2 .icon img {
    width: 40px;
    height: 40px;
}

.service-card.style2 .body h3 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.service-card.style2 .body h3 a:hover {
    color: var(--theme);
}

.service-card.style2 .body p {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: -2px;
    margin-bottom: 25px;
}

.service-card.style2 .body .link-btn {
    padding: 12px 30px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.service-card.style2:hover {
    background: var(--theme);
}

.service-card.style2:hover .icon {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.service-card.style2:hover .body h3 a {
    color: var(--white-color);
}

.service-card.style2:hover .body p {
    color: var(--white-color);
}

.service-card.style2:hover .body .link-btn.style1 {
    background: var(--white-color);
    color: var(--text-color2);
}

.service-card-thumb.style1 {
    position: relative;
    text-align: center;
    background: var(--theme);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.service-card-thumb.style1 .thumb {
    position: relative;
    z-index: 3;
}

.service-card-thumb.style1 .shape1_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.service-card-thumb.style1 .shape1_2 {
    position: absolute;
    top: 157px;
    left: 40px;
    z-index: 1;
}

.service-card-thumb.style1 .shape1_3 {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.service-card-thumb.style1 .shape1_4 {
    position: absolute;
    top: 45px;
    left: 24px;
    z-index: 1;
}

.team-section {
    position: relative;
}

.team-section .line-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.team-section .line-shape img {
    width: 100%;
    height: 100%;
}

.team-section .mask-shape {
    position: absolute;
    top: -40%;
    right: -2%;
}

.team-wrapper {
    position: relative;
    z-index: 9;
}

.team-wrapper .team-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 35px 0;
    position: relative;
}

@media (max-width: 767px) {
    .team-wrapper .team-items {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }
}

.team-wrapper .team-items .team-title {
    width: 250px;
}

.team-wrapper .team-items .team-title span {
    color: var(--theme);
    margin-bottom: 5px;
    display: inline-block;
}

.team-wrapper .team-items .team-title h4 {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--white);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4 a {
    color: var(--white);
}

.team-wrapper .team-items .team-title h4:hover {
    padding-left: 40px;
}

.team-wrapper .team-items .team-title h4:hover::before {
    opacity: 1;
    visibility: visible;
}

.team-wrapper .team-items p {
    color: rgba(255, 255, 255, 0.8);
}

.team-wrapper .team-items .social-profile {
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden;
    gap: 10px;
}

.team-wrapper .team-items .social-profile ul {
    transform: translateX(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-wrapper .team-items .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background: rgba(56, 75, 255, 0.2);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
}

.team-wrapper .team-items .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 575px) {
    .team-wrapper .team-items .social-profile ul {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

.team-wrapper .team-items .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    transition: all 0.3s ease-in-out;
}

.team-wrapper .team-items .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-wrapper .team-items .team-hover {
    width: 176px;
    height: 176px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    inset-inline-start: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -200px 0 0 -50px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
}

.team-wrapper .team-items:hover .team-hover {
    opacity: 1;
    visibility: visible;
}

.team-card-items {
    margin-top: 30px;
}

.team-card-items .team-image {
    position: relative;
}

.team-card-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.team-card-items .team-image .social-profile {
    position: absolute;
    right: 30px;
    top: 30px;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}

.team-card-items .team-image .social-profile ul {
    transform: translateY(-100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-card-items .team-image .social-profile ul li:not(:last-child) {
    margin-bottom: 10px;
}

.team-card-items .team-image .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    background: var(--white);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
}

.team-card-items .team-image .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.team-card-items .team-image .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.team-card-items .team-image .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-card-items .team-content {
    margin-top: -50px;
    position: relative;
    z-index: 9;
    padding: 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    margin-right: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.team-card-items .team-content h3 {
    margin-bottom: 5px;
}

.team-card-items .team-content h3 a {
    color: var(--title-color);
}

.team-card-items .team-content h3 a:hover {
    color: var(--theme);
}

.team-section-2 {
    position: relative;
}

.team-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    opacity: 0.3;
}

.team-section-3 {
    position: relative;
    z-index: 5;
}

.team-section-3 .mask-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.team-section-3 .line-shape {
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: 2;
}

.single-team-items {
    position: relative;
    z-index: 5;
    margin-top: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.single-team-items .team-image {
    position: relative;
    height: 340px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

@media (max-width: 767px) {
    .single-team-items .team-image {
        height: initial;
    }
}

.single-team-items .team-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.single-team-items .team-image .social-profile {
    position: absolute;
    right: 20px;
    bottom: -4px;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    z-index: 99;
}

.single-team-items .team-image .social-profile ul {
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.single-team-items .team-image .social-profile ul li {
    margin-bottom: 10px;
}

.single-team-items .team-image .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: block;
    background: var(--white);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

.single-team-items .team-image .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.single-team-items .team-image .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.single-team-items .team-image .social-profile .plus-btn:hover {
    background-color: var(--header);
    color: var(--white);
}

.single-team-items .team-image .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-team-items .team-content {
    padding: 50px 20px 30px;
    background-color: var(--bg2);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 98%, 0 17%);
    clip-path: polygon(100% 0, 100% 100%, 0 98%, 0 17%);
    margin-top: -25px;
    position: relative;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.single-team-items .team-content h3 {
    margin-bottom: 5px;
}

.single-team-items .team-content h3 a {
    color: var(--white);
}

.single-team-items .team-content p {
    color: var(--white);
}

.single-team-items:hover .team-content {
    background-color: var(--theme);
}

.single-team-items:hover .team-image {
    position: relative;
}

.single-team-items:hover .team-image img {
    width: 100%;
    height: 100%;
}

.single-team-items:hover .team-image .social-profile .plus-btn {
    background-color: var(--header);
    color: var(--white);
}

.team-box-items {
    margin-top: 30px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}

.team-box-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.team-box-items .team-content {
    margin-top: 20px;
}

.team-box-items .team-content h3 {
    margin-bottom: 5px;
}

.team-box-items .team-content h3 a:hover {
    color: var(--theme);
}

.team-box-items .team-content p {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.team-box-items .team-content .social-icon {
    gap: 25px;
    justify-content: center;
    padding-top: 25px;
}

.team-box-items .team-content .social-icon a {
    color: var(--text-color);
    font-size: 18px;
}

.team-box-items .team-content .social-icon a:hover {
    color: var(--theme);
}

.team-details-wrapper .team-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.team-details-wrapper .team-details-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .team-details-wrapper .team-details-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details-content .details-info {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.team-details-wrapper .team-details-content .details-info h3 {
    margin-bottom: 5px;
}

.team-details-wrapper .team-details-content .details-info span {
    color: var(--text-color);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items {
    width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 30px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress {
    background: var(--bg);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 12px;
    width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 12px;
    width: 0;
    border-radius: 16px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 85%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}

.team-details-wrapper .team-details-content .social-icon {
    margin-top: 40px;
}

.team-details-wrapper .team-details-content .social-icon span {
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    margin-right: 15px;
}

.team-details-wrapper .team-details-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--border-color);
    display: inline-block;
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details-content .social-icon a:not(:last-child) {
    margin-right: 5px;
}

.team-details-wrapper .team-details-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.team-details-wrapper .team-single-history .title {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}

.team-details-wrapper .team-single-history h5 {
    font-weight: 600;
}

.team-details-wrapper .team-single-history h5 span {
    border: 1px solid var(--theme);
    color: var(--theme);
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 16px;
    margin-left: 20px;
}

.team-card.style1 {
    width: 100%;
    margin: 0 auto;
    max-width: 330px !important;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-card.style1 .team-card-thumb {
    position: relative;
    background: var(--theme);
    text-align: center;
    width: 330px;
    height: 411px;
    -webkit-clip-path: url(#teamCardMask);
    clip-path: url(#teamCardMask);
    /* Using the SVG mask */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-card.style1 .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-card.style1 .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-card.style1 .thumbimg {
    position: absolute;
    z-index: 5;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.team-card.style1 .team-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.team-card.style1 .team-content h3 {
    margin-bottom: 0;
    text-align: center;
}

.team-card.style1 .team-content h3 a {
    color: var(--title-color);
    text-align: center;
    font-family: var(--title-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.team-card.style1 .team-content p {
    color: var(--text-color);
    text-align: center;
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.team-card.style1:hover .team-card-thumb {
    background: var(--theme2);
}

.team-card.style1:hover .shape1 {
    opacity: 0;
    visibility: hidden;
}

.team-card.style1:hover .shape2 {
    opacity: 1;
    visibility: visible;
}

.team-card.style2 {
    position: relative;
}

.team-card.style2 .team-card-body {
    position: relative;
}

.team-card.style2 .team-card-body .team-content {
    position: relative;
    margin-top: -100px;
    left: 0px;
    right: 24px;
    padding: 52px 50px 35px;
    background: var(--white-color);
    text-align: left;
    width: 313px;
    height: 133px;
    -webkit-clip-path: url(#teamCardMask2);
    clip-path: url(#teamCardMask2);
    box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-card.style2 .team-card-body .team-content h3 {
    margin-bottom: 0;
}

.team-card.style2 .team-card-body .team-content h3 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.team-card.style2 .team-card-body .team-content p {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.team-card.style2 .team-card-body .social-profile {
    position: absolute;
    top: -85%;
    right: 50px;
}

.teamSliderOne .swiper-slide {
    /* Large devices */
}

@media (max-width: 1199px) {
    .teamSliderOne .swiper-slide {
        min-width: 330px !important;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

.teamSliderTwo .swiper-slide {
    padding-bottom: 25px !important;
}

.testimonial-section {
    position: relative;
}

.testimonial-wrapper {
    background-color: var(--bg);
    padding: 80px;
    position: relative;
}

.testimonial-wrapper .swiper-dot-2 {
    position: absolute;
    bottom: 50px;
    right: 80px;
}

@media (max-width: 991px) {
    .testimonial-wrapper .swiper-dot-2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper {
        padding: 60px 50px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper {
        padding: 50px 40px;
    }
}

.testimonial-wrapper .testimonial-items {
    display: flex;
    align-items: center;
    gap: 55px;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper .testimonial-items {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-items {
        gap: 40px;
    }
}

.testimonial-wrapper .testimonial-items .tesimonial-image {
    max-width: 366px;
    flex-basis: 85%;
    height: 311px;
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-wrapper .testimonial-items .tesimonial-image {
        flex-basis: 100%;
    }
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star {
    padding: 10px 14px;
    border-radius: 30px;
    background-color: var(--white);
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -7%;
    transform: translateX(-50%);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i {
    color: var(--theme);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i:nth-last-of-type(1) {
    color: var(--theme);
    opacity: 0.25;
}

.testimonial-wrapper .testimonial-items .testimonial-content p {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid rgba(56, 75, 255, 0.2);
    padding-bottom: 30px;
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-items .testimonial-content p {
        padding-bottom: 20px;
    }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details {
    padding-top: 35px;
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-items .testimonial-content .author-details {
        padding-top: 20px;
    }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.tesimonial-section-2 {
    position: relative;
    margin-bottom: -20px;
}

.tesimonial-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #15067D;
    opacity: 0.6;
}

.tesimonial-section-2::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white);
    top: 80%;
}

.testimonial-box-items {
    position: relative;
    z-index: 9;
    margin-top: 30px;
    background-color: var(--white);
    box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.testimonial-box-items .icon {
    position: absolute;
    top: 40px;
    right: 40px;
}

.testimonial-box-items .client-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.testimonial-box-items .client-items .client-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.testimonial-box-items .client-items .client-image.style-2 {
    width: 100px;
    height: 100px;
}

.testimonial-box-items .client-items .client-content h4 {
    margin-bottom: 5px;
}

.testimonial-box-items .client-items .client-content .star {
    margin-top: 5px;
}

.testimonial-box-items .client-items .client-content .star i {
    color: var(--theme);
}

.testimonial-box-items .client-items .client-content .star .color-text {
    color: var(--text-color);
    opacity: 0.4;
}

.tesimonial-section-3 {
    position: relative;
}

.tesimonial-section-3 .line-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tesimonial-section-3 .mask-shape {
    position: absolute;
    right: 0;
    top: 5%;
}

@media (max-width: 1899px) {
    .tesimonial-section-3 .array-button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .tesimonial-section-3 .array-button {
        display: none;
    }
}

.tesimonial-section-3 .array-button .array-prev {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 8%;
    z-index: 9;
    border: 1px solid var(--white);
    color: var(--white);
}

@media (max-width: 1899px) {
    .tesimonial-section-3 .array-button .array-prev {
        position: initial;
    }
}

.tesimonial-section-3 .array-button .array-prev:hover {
    border: 1px solid transparent;
}

.tesimonial-section-3 .array-button .array-next {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 8%;
    z-index: 9;
}

@media (max-width: 1899px) {
    .tesimonial-section-3 .array-button .array-next {
        position: initial;
    }
}

.testimonial-wrapper-2 .tesimonial-image {
    margin-bottom: -120px;
}

@media (max-width: 991px) {
    .testimonial-wrapper-2 .tesimonial-image {
        margin-bottom: 0;
    }
}

.testimonial-wrapper-2 .tesimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-wrapper-2 .tesimonial-area {
    margin-left: 50px;
    margin-right: -100%;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .tesimonial-area {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .testimonial-wrapper-2 .tesimonial-area {
        margin-right: 0;
    }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
    padding: 50px 30px;
    background-color: var(--white);
    border-radius: 12px;
    position: relative;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
        padding: 35px 25px;
    }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .icon {
    position: absolute;
    right: 30px;
    top: 20px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star {
    margin-bottom: 15px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star i {
    color: var(--theme);
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
        margin-top: 20px;
    }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb {
    width: 60px;
    height: 60px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Testimonial area slider */
.testimonial-wrap.style3 {
    position: relative;
    margin-top: 60px;
}

.testimonial-wrap.style3 .testimonial-slider3 {
    padding: 0 0 50px;
    /* Extra small devices */
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide {
    margin-right: 24px !important;
    /* Medium devices */
}

@media (max-width: 991px) {
    .testimonial-wrap.style3 .testimonial-slider3 .swiper-slide {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 {
    background-color: var(--theme);
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .profile-box .testi-content .title {
    color: var(--white-color);
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .profile-box .testi-content .designation {
    color: var(--white-color);
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .text {
    color: var(--white-color);
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .quote .darkQuote {
    display: none;
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .quote .whiteQuote {
    display: block;
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .shape3_1 {
    display: block;
}

.testimonial-wrap.style3 .testimonial-slider3 .slider-pagination {
    position: absolute !important;
    z-index: 10;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -98%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 20px;
    background-color: #EBEDFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -98%);
    -moz-transform: translate(-50%, -98%);
    -ms-transform: translate(-50%, -98%);
    -o-transform: translate(-50%, -98%);
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-pagination-bullet {
    width: 10px;
    height: 20px;
    flex-shrink: 0;
    display: inline-block;
    background-color: #EBEDFF;
    transition: background-color 0.3s;
    margin: 0 5px;
    border-radius: 100px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-pagination-bullet-active {
    width: 150px;
    height: 20px;
    background-color: var(--theme);
}

@media (max-width: 575px) {
    .testimonial-wrap.style3 .testimonial-slider3 .slider-pagination {
        width: 280px;
        height: 20px;
    }

    .testimonial-wrap.style3 .testimonial-slider3 .swiper-pagination-bullet-active {
        width: 100px;
        height: 20px;
    }
}

.testimonial-card.style1 {
    position: relative;
    border-radius: 16px;
    border-left: 4px solid var(--theme);
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    /* Small devices */
}

.testimonial-card.style1 .profile-box {
    display: flex;
    gap: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.testimonial-card.style1 .profile-box .testi-thumb img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-card.style1 .profile-box .testi-content .title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 1px;
}

.testimonial-card.style1 .profile-box .testi-content .designation {
    text-align: start;
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.testimonial-card.style1 .text {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 34px;
}

.testimonial-card.style1 .quote {
    position: absolute;
    top: 40px;
    right: 40px;
}

@media (max-width: 767px) {
    .testimonial-card.style1 .profile-box {
        padding-left: 10px;
    }

    .testimonial-card.style1 .text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonial-card.style1 .quote {
        position: absolute;
        top: 40px;
        right: 10px;
    }
}

@media (max-width: 767px) and (max-width: 330px) {
    .testimonial-card.style1 .quote {
        position: absolute;
        top: 96px;
        right: 5px;
    }
}

.testimonial-card.style2 {
    position: relative;
    border-radius: 16px;
    border-top: 4px solid var(--theme);
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    /* Small devices */
}

.testimonial-card.style2 .profile-box {
    display: flex;
    gap: 20px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
}

.testimonial-card.style2 .profile-box .testi-thumb img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-card.style2 .profile-box .testi-content .title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 1px;
}

.testimonial-card.style2 .profile-box .testi-content .designation {
    text-align: start;
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.testimonial-card.style2 .text {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-transform: capitalize;
    padding-left: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
}

.testimonial-card.style2 .quote {
    position: absolute;
    top: 40px;
    right: 40px;
}

@media (max-width: 767px) {
    .testimonial-card.style2 .profile-box {
        padding-left: 10px;
    }

    .testimonial-card.style2 .text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonial-card.style2 .quote {
        position: absolute;
        top: 40px;
        right: 10px;
    }
}

.testimonial-card.style3 {
    position: relative;
    max-width: 450px;
    border-radius: 16px;
    background-color: var(--white-color);
    border-radius: 12px;
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    /* Small devices */
}

.testimonial-card.style3 .star-wrap {
    padding-top: 40px;
    padding-left: 35px !important;
}

.testimonial-card.style3 .profile-box {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.testimonial-card.style3 .profile-box .testi-thumb img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-card.style3 .profile-box .testi-content .title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 1px;
}

.testimonial-card.style3 .profile-box .testi-content .designation {
    text-align: start;
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.testimonial-card.style3 .profile-box .testi-content .star-wrap {
    display: flex;
    padding-left: 0;
}

.testimonial-card.style3 .profile-box .testi-content .star-wrap li {
    list-style-type: none;
}

.testimonial-card.style3 .text {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
}

.testimonial-card.style3 .quote {
    position: absolute;
    bottom: 37px;
    right: 45px;
}

.testimonial-card.style3 .quote .darkQuote {
    display: block;
}

.testimonial-card.style3 .quote .whiteQuote {
    display: none;
}

.testimonial-card.style3 .shape3_1 {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .testimonial-card.style3 .profile-box {
        padding-left: 10px;
    }

    .testimonial-card.style3 .text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonial-card.style3 .quote {
        position: absolute;
        bottom: 17px;
        right: 10px;
    }
}

.brand-slider-container-wrapper.style1 {
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
}

.brand-slider-container-wrapper.style2 {
    max-width: 1000px;
    margin-right: auto;
    margin-top: -75px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
}

@media (max-width: 1899px) {
    .brand-slider-container-wrapper.style2 {
        padding-top: 30px;
        margin-right: auto;
        padding-bottom: 44px;
        border-bottom: 1px solid var(--border-color);
    }
}

.brandSliderOne .swiper-slide {
    margin-right: 30px !important;
}

.brand-logo {
    text-align: center;
}

.wcu-card.style2 {
    display: flex;
    align-items: start;
    gap: 24px;
    padding: 30px;
    background: #F3F6FD;
    border: 1px solid var(--border-color);
}

.wcu-card.style2 .wcu-icon {
    width: 100px;
    height: 100px;
}

.wcu-card.style2 .wcu-icon img {
    width: 74px;
    height: 74px;
}

.wcu-card.style2 .wcu-content h3 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 5px;
}

.wcu-card.style2 .wcu-content p {
    color: var(--text-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.wcu-card.style2 .wcu-content .link-btn {
    padding: 12px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sticky-sidebar {
    position: sticky;
}

.service-single__right-item {
    transition: top 0s ease;
}

html {
    scroll-behavior: smooth;
}

.about-thumb-inner {
    position: relative;
}

.about-thumb-inner .animate-img-1 {
    position: absolute;
    left: 100px;
    bottom: 7px;
    z-index: 2;
}

.about-thumb-inner .animate-img-2 {
    position: absolute;
    right: 50px;
    top: 180px;
    z-index: 2;
}

.about-thumb-inner .animate-img-3 {
    position: absolute;
    left: 80px;
    top: -20px;
}

.about-thumb-inner .animate-img-4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-thumb-inner .video-play-btn-hover {
    position: absolute;
    right: 10px;
    top: 60px;
}

.about-thumb-inner .animate-img-bottom-right {
    position: absolute;
    right: -100px;
    bottom: 80px;
    z-index: 2;
}

.about-thumb-inner .animate-main-img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-thumb-inner .main-img {
    position: relative;
    z-index: 1;
}

.top_image_bounce {
    -webkit-animation: top-image-bounce 3s infinite ease-in-out;
    animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
    -webkit-animation: left-image-bounce 3s infinite ease-in-out;
    animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
    -webkit-animation: right-image-bounce 3s infinite ease-in-out;
    animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
    -webkit-animation: spin 3s infinite ease-in-out;
    animation: spin 3s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes left-image-bounce {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@keyframes left-image-bounce {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}

@-webkit-keyframes ripple-white3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    }
}

.single-about-inner .thumb {
    display: inline-block;
    background: #F8F9FC;
    border-radius: 5px 40px 40px 40px;
    height: 80px;
    width: 80px;
    line-height: 78px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-about-inner .thumb img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-about-inner .details p {
    margin-bottom: 0;
}

.single-about-inner:hover .thumb {
    background: var(--main-color);
}

.single-about-inner:hover .thumb img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.contact-page-list {
    margin-bottom: -110px;
    position: relative;
}

.single-contact-list {
    padding: 50px;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
    box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid rgba(66, 74, 97, 0.1);
}

.single-contact-list .media-left {
    margin-right: 15px;
}

.single-contact-list .media-body {
    margin-top: -2px;
}

.single-contact-list .media-body h5 {
    margin-bottom: 6px;
}

.single-contact-list .media-body h6 {
    margin-bottom: 0;
}

.single-contact-list:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}

.widget-recent-post ul li .media .media-left {
    margin-right: 18px;
}

.widget-recent-post ul li .media .media-left img {
    border-radius: 4px;
}



.theme-btn:hover i,
.theme-btn2:hover i {
    transition: transform .5s !important;
    transform: rotate(45deg) !important;
}



.service-hero-sec {
    background-color: #3751a1;
    background-image: url('../../assets/images/hire-hero-banner-img.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 150px 0;
}

.odoo-hero-section-layout .service-hero-title h1,
.aws-hero-layout .service-hero-title h1,
.service-hero-sec .service-hero-title h1 {
    font-size: calc(38px + (48 - 38) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 700;
}

.service-hero-sec .service-hero-content {
    max-width: 755px;
    padding-right: 10px;
}

.web-hero-section-layout .service-hero-content p,
.zoho-hero-section-layout .service-hero-content p {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: #ffffff;
}

.zoho2-hero-section-layout .service-hero-content p {
    color: var(--text-color);
}

.service-hero-sec .service-hero-content p {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    /* text-align: justify; */
    color: var(--white-color);
}

.service-hero-sec .service-hero-button {
    margin-top: 48px;
}

.service-hero-sec .service-hero-button a {
    padding: 7px 57px 7px 57px;
    border: 2px solid var(--white-color);
    color: var(--primary-color);
    background-color: var(--white-color);
}

.service-hero-sec .service-hero-button a:hover {
    border: 2px solid var(--white-color);
    color: var(--white-color);
    background-color: transparent;
}

/* Read More Content Css */

.service-hero-sec .rmwp-button-wrap button,
.rmwp-button-wrap button {
    padding: 0px;
    background: none;
    color: var(--primary-color);
    border: 0px;
    box-shadow: none;
    font-weight: 400;
    line-height: 1;
    font-size: inherit;
}

.service-hero-sec .rmwp-button-wrap button:hover,
.service-hero-sec .rmwp-button-wrap button.open,
.rmwp-button-wrap button:hover,
.rmwp-button-wrap button.open {
    background: none;
    color: var(--primary-color);
}

.service-hero-sec .rmwp-button-wrap button,
.service-hero-sec .rmwp-button-wrap button.open {
    color: var(--white-color);
    font-weight: 700;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.aws-choosing-the-right-details-row,
.service-description-sec .service-description-details-row {
    margin: 40px 0;
}

.service-description-sec .service-description-details-row .service-des-first-content {
    margin-right: 65px;
}

.service-description-sec .service-description-details-row .service-des-last-content {
    margin-left: 65px;
}

@media only screen and (max-width: 991px) {
    .service-description-sec .service-description-details-row .service-des-last-content {
        margin-left: 0;
    }

    .service-description-sec .service-description-details-row .service-des-first-content {
        margin-right: 0;
    }

    .service-description-sec .service-description-details-row {
        margin: 0px 0;
    }
}

.vi-single-page-h2-title h2.h2-title.title-back {
    font-size: calc(32px + (40 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    padding-bottom: 20px;
}

.industry-solution-sec .industry-solution-listing-row .col-lg-6:nth-child(odd),
.custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .col-lg-6:nth-child(odd) {
    padding-right: 75px;
    border-right: 1px solid #C7C5C5;
}

.industry-solution-sec .industry-solution-listing-row .col-lg-6:nth-child(even),
.custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .col-lg-6:nth-child(even) {
    padding-left: 75px;
}

/* Industry Solution By Vision Section */
.industry-solution-sec .industry-solution-image {
    margin-bottom: 40px;
}

.industry-solution-sec .industry-solution-listing-row {
    margin-bottom: 35px;
    margin-top: 30px;
}

.industry-solution-sec .industry-solution-listing-row .industry-solution-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}

.industry-solution-vision-count-list-title-content ul {
    padding: 0;
    margin: 0;
}

.industry-solution-sec .industry-solution-listing-row h5 {
    font-size: 30px;
    font-weight: 400;
}

.industry-solution-sec .industry-solution-listing-row .industry-solution-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}

.industry-solution-vision-count-list-title-content ul {
    padding: 0;
    margin: 0;
}

.choosing-the-right-details-section .industry-developer-india-l-content,
.industry-developer-india-sec .technology-develoment-slider-faq-last-part,
.industry-vision-advantage-sec .industry-working-expert-button,
.industry-vision-advantage-sec .industry-india-sec-l-content {
    margin-top: 30px;
}

.contact-now {
    display: inline-flex;
    padding: 7px 43px 7px 43px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: #3751a1;
    color: var(--white-color);
    border-radius: 30px;
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 2;
    /* 36px */
    transition: .6s cubic-bezier(.22, .78, .45, 1.02);
    outline: none !important;
    border: 1px solid #3751a1;
    cursor: pointer;
}

.contact-now:hover {
    background-color: transparent;
    /* color: #3751a1;
    border: 1px solid #3751a1; */
    color: #fff;
    border: 1px solid #fff;
}

.industry-working-expert-sec,
.empower-custom-softwere-service-sec {
    padding: 105px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 90px;
}

/* .empower-custom-softwere-service-sec .empower-custom-softwere-service-sec-title{
	max-width: 930px;
	margin: 0 auto;
} */

.empower-custom-softwere-service-sec .empower-custom-softwere-service-sec-title h2 {
    color: var(--white-color);
    font-size: calc(38px + (40 - 38) * ((100vw - 320px) / (1920 - 320)));
}

.industry-working-expert-sec .industry-working-expert-content,
.empower-custom-softwere-service-sec .empower-custom-softwere-service-sec-content {
    max-width: 950px;
    margin: 0 auto;
}

.industry-working-expert-sec .industry-working-expert-title h2 {
    color: var(--white-color);
    font-size: 40px;
    margin: 0;
}

.industry-working-expert-sec .industry-working-expert-content p {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 18px;
    margin-bottom: 35px;
    color: var(--white-color);
}

@media only screen and (max-width: 767px) {

    .industry-working-expert-sec,
    .empower-custom-softwere-service-sec {
        padding: 40px 0;
        margin-bottom: 20px;
    }
}

.faq-accordion-main-box .accordion-box {
    padding-bottom: 40px;
}

.faq-accordion-main-box .accordion-box:last-child {
    padding-bottom: 0;
}

.faq-accordion-main-box {
    padding-right: 30px;
}

.single .faq-accordion-main-box {
    padding-right: 0;
}

.vision-infotech-image-faq-row .accordion-box.active-accordion .accordion-title h6,
.custom-software-develoment-service-sec .accordion-box.active-accordion .accordion-title h6,
.why-hire-faq-sec .accordion-box.active-accordion .accordion-title h6,
.hire-discover-the-technology-sec .accordion-box.active-accordion .accordion-title h6,
.services-faq-sec .faq-accordion-main-box .accordion-box.active-accordion .accordion-title h6,
.why-opt-custom-services-project-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-vision-advantage-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.choosing-the-right-details-section .industry-developer-india-l-content,
.industry-developer-india-sec .technology-develoment-slider-faq-last-part,
.industry-vision-advantage-sec .industry-working-expert-button,
.industry-vision-advantage-sec .industry-india-sec-l-content {
    margin-top: 30px;
}

.industry-vision-advantage-sec .faq-accordion-inner-box .accordion-content {
    padding: 20px 55px 0;
}

.industry-vision-advantage-sec .industry-vision-advantage-info-row {
    margin-bottom: 30px;
}

/* Industry Vision Technologies */
.industry-technology-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-technology-sec .accordion-box .accordion-content {
    padding: 20px 30px 0;
}

.industry-technology-sec .accordion-box .accordion-content ul {
    margin-top: 0;
    padding-left: 30px;
}

.industry-technology-sec .accordion-box .accordion-title {
    border: 0;
    padding: 0;
}

/*** Start Accordion ***/
.industry-technology-sec .accordion-box .accordion-title {
    border-left: 3px solid #55555580;
    padding-left: 27px;
}

.industry-technology-sec .accordion-box.active-accordion .accordion-title {
    border: 0;
    padding-left: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box {
    padding-bottom: 0;
    margin-top: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion {
    position: relative;
    padding-bottom: 0;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #0066FF;
    animation: fillBorder 1s forwards;
}

.single-services.postid-6007 .industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    background-color: #9C5789;
}

@keyframes fillBorder {
    to {
        height: 100%;
    }
}

.zoho-application-business-faq-part .faq-accordion-main-box .accordion-box {
    padding-bottom: 10px;
}

.zoho-application-business-faq-part .accordion-box .accordion-title {
    justify-content: space-between;
    border: 0;
    gap: 0;
    padding: 20px 30px;
    border-left: 7px solid transparent;
    background-color: transparent;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title {
    background-color: #EEF6FF;
    border-left: 7px solid #0066FF;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title .open-icon svg {
    fill: #0066FF;
}

.digital-transformation-services-faq .accordion-box .accordion-content {
    padding: 0 25px 25px;
}

.digital-transformation-services-faq .col-lg-6 .accordion-box {
    border: 1px solid var(--primary-color);
    background-color: #EEF6FF;
    margin-bottom: 20px;
}

.digital-transformation-services-faq .accordion-box.active-accordion .accordion-title h6 {
    color: var(--title-text-color);
}

.zoho-faq-sec .accordion-box .accordion-content {
    padding: 30px 0 0 0px;
}

.zoho-faq-sec .zoho-faq-sec-title {
    margin-bottom: 50px;
}

.zoho-faq-sec .accordion-content p {
    margin-bottom: 20px;
}

.zoho-faq-sec .faq-accordion-main-box .accordion-box {
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    padding: 35px 35px 10px;
    margin-bottom: 30px;
}

.zoho-faq-sec .accordion-box .accordion-title {
    border-bottom: 1px solid transparent;
    padding-bottom: 26px;
}

.zoho-faq-sec .accordion-box.active-accordion .accordion-title {
    border-bottom: 1px solid #0000001A;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title h6,
.shopify-why-choose-wp-part.layout2 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6,
.shopify-why-choose-wp-part.layout1 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6 {
    color: #5E8E3E;
}

.shopify-why-choose-wp-part.layout3 .col-lg-6:nth-child(odd) .why-choose-wp-website-details-part-box {
    border-right: 1px solid #CCCCCC;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title {
    background-color: #F2F6EE;
    border-left: 7px solid #5E8E3E;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title .open-icon svg {
    fill: #5E8E3E;
}

.industry-solution-sec .industry-solution-listing-row .industry-solution-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}

.industry-solution-vision-count-list-title-content ul {
    padding: 0;
    margin: 0;
}

.industry-solution-listing-row li {
    list-style: disc;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6,
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6 {
    border-bottom: 1px solid #C7C5C5;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.industry-india-section .industry-india-details-sec-row,
.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row,
.choosing-the-right-details-section .choosing-the-right-details-sec-row {
    margin: 40px 0;
}

.industry-india-section .industry-india-details-sec-row .industry-india-details-title-content p,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .choosing-the-right-model-india-details-title-content p,
.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content p {
    margin-bottom: 0;
}

.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content ul {
    padding-left: 20px;
}

.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content ul li {
    margin-bottom: 15px;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(odd),
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(odd) {
    border-right: 1px solid #C7C5C5;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(even),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(even),
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(even) {
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.accordion-content {
    display: none;
}

.accordion-box.active-accordion .accordion-content {
    display: block;
}

.open-icon {
    display: none;
}

.accordion-box.active-accordion .open-icon {
    display: none;
}

.accordion-box.active-accordion .close-icon {
    display: block;
}

.accordion-box:not(.active-accordion) .open-icon {
    display: block;
}

.accordion-box:not(.active-accordion) .close-icon {
    display: none;
}

.vision-infotech-image-faq-row .accordion-box.active-accordion .accordion-title h6,
.custom-software-develoment-service-sec .accordion-box.active-accordion .accordion-title h6,
.why-hire-faq-sec .accordion-box.active-accordion .accordion-title h6,
.hire-discover-the-technology-sec .accordion-box.active-accordion .accordion-title h6,
.services-faq-sec .faq-accordion-main-box .accordion-box.active-accordion .accordion-title h6,
.why-opt-custom-services-project-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-vision-advantage-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.choosing-the-right-details-section .industry-developer-india-l-content,
.industry-developer-india-sec .technology-develoment-slider-faq-last-part,
.industry-vision-advantage-sec .industry-working-expert-button,
.industry-vision-advantage-sec .industry-india-sec-l-content {
    margin-top: 30px;
}

.industry-vision-advantage-sec .faq-accordion-inner-box .accordion-content {
    padding: 20px 55px 0;
}

.industry-vision-advantage-sec .industry-vision-advantage-info-row {
    margin-bottom: 30px;
}

/* Industry Vision Technologies */
.industry-technology-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-technology-sec .accordion-box .accordion-content {
    padding: 20px 30px 0;
}

.industry-technology-sec .accordion-box .accordion-content ul {
    margin-top: 0;
    padding-left: 30px;
}

.industry-technology-sec .accordion-box .accordion-title {
    border: 0;
    padding: 0;
}

/*** Start Accordion ***/
.industry-technology-sec .accordion-box .accordion-title {
    border-left: 3px solid #55555580;
    padding-left: 27px;
}

.industry-technology-sec .accordion-box.active-accordion .accordion-title {
    border: 0;
    padding-left: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box {
    padding-bottom: 0;
    margin-top: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion {
    position: relative;
    padding-bottom: 0;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #0066FF;
    animation: fillBorder 1s forwards;
}

.single-services.postid-6007 .industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    background-color: #9C5789;
}

.zoho-application-business-faq-part .faq-accordion-main-box .accordion-box {
    padding-bottom: 10px;
}

/* .zoho-application-business-faq-part .faq-accordion-inner-box {
	background: url('../../image/zoho-faq-center-border-image.svg') no-repeat center;
}

.single-services.postid-6678 .zoho-application-business-faq-part .faq-accordion-inner-box {
	background: url('../../image/mvp-faq-center-border-image.svg') no-repeat center;
	height: 432px;
} */

.zoho-application-business-faq-part .faq-accordion-inner-box {
    position: relative;
}

.zoho-application-business-faq-part .faq-accordion-inner-box:after {
    content: "";
    position: absolute;
    border-right: 2px solid;
    border-image: linear-gradient(to bottom, #9C578900, #0066FF, #9C578900) 1 100%;
    transform: translate(50%, 50%);
    top: -50%;
    left: 50%;
    height: 100%;
}

.zoho-application-business-faq-part .accordion-box .accordion-title {
    justify-content: space-between;
    border: 0;
    gap: 0;
    padding: 20px 30px;
    border-left: 7px solid transparent;
    background-color: transparent;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title {
    background-color: #EEF6FF;
    border-left: 7px solid #0066FF;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title .open-icon svg {
    fill: #0066FF;
}

.digital-transformation-services-faq .accordion-box .accordion-content {
    padding: 0 25px 25px;
}

.digital-transformation-services-faq .col-lg-6 .accordion-box {
    border: 1px solid var(--primary-color);
    background-color: #EEF6FF;
    margin-bottom: 20px;
}

.digital-transformation-services-faq .accordion-box.active-accordion .accordion-title h6 {
    color: var(--title-text-color);
}

.zoho-faq-sec .accordion-box .accordion-content {
    padding: 30px 0 0 0px;
}

.zoho-faq-sec .zoho-faq-sec-title {
    margin-bottom: 50px;
}

.zoho-faq-sec .accordion-content p {
    margin-bottom: 20px;
}

.zoho-faq-sec .faq-accordion-main-box .accordion-box {
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    padding: 35px 35px 10px;
    margin-bottom: 30px;
}

.zoho-faq-sec .accordion-box .accordion-title {
    border-bottom: 1px solid transparent;
    padding-bottom: 26px;
}

.zoho-faq-sec .accordion-box.active-accordion .accordion-title {
    border-bottom: 1px solid #0000001A;
}

.zoho-faq-box-part .accordion-box.active-accordion .accordion-title h6 {
    color: #000000;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title h6,
.shopify-why-choose-wp-part.layout2 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6,
.shopify-why-choose-wp-part.layout1 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6 {
    color: #5E8E3E;
}

.shopify-why-choose-wp-part.layout3 .col-lg-6:nth-child(odd) .why-choose-wp-website-details-part-box {
    border-right: 1px solid #CCCCCC;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title {
    background-color: #F2F6EE;
    border-left: 7px solid #5E8E3E;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title .open-icon svg {
    fill: #5E8E3E;
}

.industry-vision-advantage-sec .faq-accordion-inner-box .accordion-content {
    padding: 20px 55px 0;
}

.zoho-application-business-faq-part .faq-accordion-inner-box {
    margin: 40px 0;
}

.zoho-application-business-faq-part .faq-accordion-main-box .accordion-box {
    padding-bottom: 10px;
}

/* .zoho-application-business-faq-part .faq-accordion-inner-box {
	background: url('../../image/zoho-faq-center-border-image.svg') no-repeat center;
}

.single-services.postid-6678 .zoho-application-business-faq-part .faq-accordion-inner-box {
	background: url('../../image/mvp-faq-center-border-image.svg') no-repeat center;
	height: 432px;
} */

.zoho-application-business-faq-part .faq-accordion-inner-box {
    position: relative;
}

.zoho-application-business-faq-part .faq-accordion-inner-box:after {
    content: "";
    position: absolute;
    border-right: 2px solid;
    border-image: linear-gradient(to bottom, #9C578900, #0066FF, #9C578900) 1 100%;
    transform: translate(50%, 50%);
    top: -50%;
    left: 50%;
    height: 100%;
}

.zoho-application-business-faq-part .accordion-box .accordion-title {
    justify-content: space-between;
    border: 0;
    gap: 0;
    padding: 20px 30px;
    border-left: 7px solid transparent;
    background-color: transparent;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title {
    background-color: #EEF6FF;
    border-left: 7px solid #0066FF;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title .open-icon svg {
    fill: #0066FF;
}

.zoho-application-business-faq-part .faq-accordion-inner-box .accordion-content {
    padding: 20px 30px 10px 40px;
}

.zoho-application-business-faq-part .faq-accordion-inner-box .col-lg-6:nth-child(odd) {
    padding-right: 60px;
}

.zoho-application-business-faq-part .faq-accordion-inner-box .col-lg-6:nth-child(even) {
    padding-left: 60px;
}

.digital-transformation-services-faq .faq-accordion-inner-box {
    margin-left: -10px;
    margin-right: -10px;
}

.digital-transformation-services-faq .faq-accordion-inner-box .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.shopify-tabing-info-part .faq-accordion-inner-box:after {
    border-image: linear-gradient(to bottom, #9C578900, #5E8E3E, #9C578900) 1 100%;
}

.industry-technology-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-technology-sec .accordion-box .accordion-content {
    padding: 20px 30px 0;
}

.industry-technology-sec .accordion-box .accordion-content ul {
    margin-top: 0;
    padding-left: 30px;
}

.industry-technology-sec .accordion-box .accordion-title {
    border: 0;
    padding: 0;
}

/*** Start Accordion ***/
.industry-technology-sec .accordion-box .accordion-title {
    border-left: 3px solid #55555580;
    padding-left: 27px;
}

.industry-technology-sec .accordion-box.active-accordion .accordion-title {
    border: 0;
    padding-left: 30px;
}

.single-services.postid-6011 .services-faq-sec .icon-box svg path,
.single-services.postid-6007 .services-faq-sec .icon-box svg path,
.single-services.postid-5968 .services-faq-sec .icon-box svg path {
    stroke: #9C5789;
}

.accordion-box .accordion-title {
    display: flex;
    gap: 55px;
    padding-bottom: 26px;
    border-bottom: 1px solid #0000001A;
    cursor: pointer;
    align-items: center;
}

.accordion-box .accordion-content {
    display: none;
    padding: 0 85px;
    color: var(--text-color);
    padding-top: 20px;
}

.accordion-box.active-accordion .accordion-content {
    display: block;
}

.faq-accordion-main-box {
    padding-right: 30px;
}

.single .faq-accordion-main-box {
    padding-right: 0;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion-box.active-accordion .close-icon {
    display: none;
}

.accordion-box.active-accordion .open-icon {
    display: block;
}

/* Get In Touch section (all Page)
--------------------------------------------- */

.get-in-touch-info-part {
    box-shadow: 0px 4px 15px 0px #00000026;
    margin: 35px -78px 35px 0;
    background-color: #fff;
    padding: 40px 40px 30px;
    z-index: 1;
    width: 28%;
}

.industry-solution-sec .industry-solution-image {
    margin-bottom: 40px;
}

.industry-solution-sec .industry-solution-listing-row {
    margin-bottom: 35px;
    margin-top: 30px;
}

.industry-solution-sec .industry-solution-listing-row .industry-solution-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}

.industry-solution-vision-count-list-title-content ul {
    padding: 0;
    margin: 0;
}

.industry-solution-sec .industry-solution-listing-row h5 {
    font-size: 30px;
    font-weight: 400;
    color: var(--title-text-color);
}

/* Industry Vision Advantage Section */
.industry-vision-advantage-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.industry-vision-advantage-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.choosing-the-right-details-section .industry-developer-india-l-content,
.industry-developer-india-sec .technology-develoment-slider-faq-last-part,
.industry-vision-advantage-sec .industry-working-expert-button,
.industry-vision-advantage-sec .industry-india-sec-l-content {
    margin-top: 30px;
}

.industry-vision-advantage-sec .faq-accordion-inner-box .accordion-content {
    padding: 20px 55px 0;
}

.industry-vision-advantage-sec .industry-vision-advantage-info-row {
    margin-bottom: 30px;
}

/* Industry Vision Technologies */
.industry-technology-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-technology-sec .accordion-box .accordion-content {
    padding: 20px 30px 0;
}

.industry-technology-sec .accordion-box .accordion-content ul {
    margin-top: 0;
    padding-left: 30px;
}

.industry-technology-sec .accordion-box .accordion-title {
    border: 0;
    padding: 0;
}

/*** Start Accordion ***/
.industry-technology-sec .accordion-box .accordion-title {
    border-left: 3px solid #55555580;
    padding-left: 27px;
}

.industry-technology-sec .accordion-box.active-accordion .accordion-title {
    border: 0;
    padding-left: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box {
    padding-bottom: 0;
    margin-top: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion {
    position: relative;
    padding-bottom: 0;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #0066FF;
    animation: fillBorder 1s forwards;
}

.single-services.postid-6007 .industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    background-color: #9C5789;
}

@keyframes fillBorder {
    to {
        height: 100%;
    }
}

.web-hero-section-layout .service-hero-content p,
.zoho-hero-section-layout .service-hero-content p {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: var(--title-text-color);
}

.zoho2-hero-section-layout .service-hero-content p {
    color: var(--text-color);
}

.service-hero-sec .service-hero-content p {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    /* text-align: justify; */
    color: var(--white-color);
}

.service-hero-sec .service-hero-button {
    margin-top: 48px;
}

.service-hero-sec .service-hero-button a {
    padding: 7px 57px 7px 57px;
    border: 2px solid var(--white-color);
    color: var(--primary-color);
    background-color: var(--white-color);
}

.service-hero-sec .service-hero-button a:hover {
    border: 2px solid var(--white-color);
    color: var(--white-color);
    background-color: transparent;
}

/* ========Layout-2======== */

.amazon-hero-section-layout,
.mvp-SoftwarÐµ-hero-sec {
    background-size: cover;
    margin-bottom: 90px;
}

.mvp-SoftwarÐµ-hero-sec .mvp-content-left-part {
    padding-right: 70px;
}

.zoho-hero-section-layout {
    background-color: #3751a1;
    padding: 200px 0;
}

.zoho-hero-section-layout .service-hero-title h1 {
    font-size: calc(38px + (48 - 38) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 700;
    color: var(--primary-color);
}

.zoho-hero-section-layout .service-hero-content {
    max-width: 755px;
    padding-right: 10px;
}

.zoho-hero-section-layout .service-hero-button {
    margin-top: 48px;
}

.zoho-hero-section-layout .service-hero-button a {
    padding: 7px 57px 7px 57px;
    border: 2px solid var(--primary-color);
    color: var(--white-color);
    background-color: var(--primary-color);
}

.zoho-hero-section-layout .service-hero-button a:hover {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

/* why choose service layout */

.why-choose-service-layout-row {
    margin-top: 20px;
}

.why-choose-service-layout-row .col-lg-4,
.why-choose-service-layout-row .col-lg-6 {
    margin-bottom: 30px;
}

.why-choose-service-layout-row .col-lg-4 .why-choose-service-layout-row-box,
.why-choose-service-layout-row .col-lg-6 .why-choose-service-layout-row-box {
    padding: 30px;
    height: 100%;
}

.why-choose-service-layout-row .col-lg-4 .why-choose-service-layout-row-title,
.why-choose-service-layout-row .col-lg-6 .why-choose-service-layout-row-title {
    margin: 10px 0;
}

.why-choose-service-layout-row .col-lg-4 .why-choose-service-layout-row-content p,
.why-choose-service-layout-row .col-lg-6 .why-choose-service-layout-row-content p {
    margin-bottom: 0;
}

.why-choose-service-layout-row .col-lg-6:nth-child(odd) .why-choose-service-layout-row-box {
    background-color: #EEF6FF;
    border: 1px solid #007FFF;
}

.why-choose-service-layout-row .col-lg-6:nth-child(even) .why-choose-service-layout-row-box {
    background-color: #FFFBF1;
    border: 1px solid #FFB100;
}

.why-choose-service-layout-row>div:nth-child(4n+1) .why-choose-service-layout-row-box {
    background-color: #EEF6FF;
    border: 1px solid #007FFF;
}

.why-choose-service-layout-row>div:nth-child(4n+2) .why-choose-service-layout-row-box {
    background-color: #FFFBF1;
    border: 1px solid #FFB100;
}

.why-choose-service-layout-row>div:nth-child(4n+3) .why-choose-service-layout-row-box {
    background-color: #ECFFF5;
    border: 1px solid #2AA364;
}

.why-choose-service-layout-row>div:nth-child(4n+4) .why-choose-service-layout-row-box {
    background-color: #FCE8E8;
    border: 1px solid #FF0000;
}

.why-choose-service-layout-row.layout2 {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.why-choose-service-layout-row.layout2 .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

body .why-choose-service-layout-row.layout2 .why-choose-service-layout-row-box {
    border: 1px solid var(--primary-color);
    background-color: #EEF6FF;
}

/* zoho-services-box-slider-sec */
/* why-partner-details-sec */

.why-partner-details-sec .leaders-back-img:after {
    display: none;
}

.why-partner-details-sec .why-partner-details-row {
    padding-top: 40px;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-content-part {
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 0px;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:after {
    right: auto;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:before {
    left: auto;
}

.why-partner-details-sec .leaders-details-image:before {
    right: auto;
    bottom: 0;
}

.why-partner-details-sec .leaders-details-image:after {
    left: auto;
    bottom: 43px;
    transform: rotate(90deg);
    width: 15%;
}

.why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image,
.why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image {
    justify-content: center;
}

.why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image img {
    padding-right: 0;
    padding-bottom: 50px;
}

.why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image img {
    padding-left: 0;
    padding-bottom: 50px;
}

.why-partner-details-sec .leaders-details-part .col-lg-9 {
    text-align: left;
}

.why-partner-details-sec .leaders-name-part {
    justify-content: left;
    align-items: center;
}

.why-partner-details-sec .leaders-name-part::after {
    left: 0;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .col-lg-6:first-child {
    order: 0;
}

.why-partner-details-sec {
    background-color: #FAF9F9;
    margin-bottom: 100px;
}

.benefits-services-sec .vi-single-page-h2-title .h2-title.title-back,
.mvp-develoment-services-title .h2-title.title-back,
.why-partner-details-sec .h2-title.title-back {
    z-index: 1;
}

.why-partner-details-row .leaders-details-title {
    margin-bottom: 15px;
}

.why-partner-details-sec .leaders-name-part {
    display: flex;
    justify-content: end;
    gap: 15px;
    position: relative;
    padding-bottom: 10px;
}

.why-partner-details-sec .leaders-name-part::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
    border-bottom: 1px solid;
}

.why-partner-details-sec .leaders-details-part .col-lg-9 {
    padding: 20px 30px 20px 0;
}


.why-partner-details-sec .leaders-image img {
    border-radius: 50%;
    border: 2px solid #000000;
    /* object-fit: cover; */
}

.leaders-designation-part {
    padding-top: 10px;
}

.leaders-designation-part h6 {
    font-weight: 400;
}

.leaders-details-content-part {
    padding-left: 90px;
}

.why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image {
    display: flex;
    justify-content: right;
}

.why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image img {
    padding-right: 25%;
}

.why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image {
    display: flex;
    justify-content: left;
}

.why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image img {
    padding-left: 25%;
}

.why-partner-details-sec .leaders-back-img {
    position: relative;
}

.why-partner-details-sec .why-partner-details-row {
    padding-top: 60px;
}

.why-partner-details-sec .leaders-back-img:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 8%;
    z-index: 1;
    height: 79%;
    border-right: 2px dotted #cae0f5;
}

.single-services.postid-7463 .why-partner-details-sec .leaders-back-img:after {
    height: 82%;
}

.why-partner-details-sec .leaders-details-image:before {
    content: '';
    position: absolute;
    bottom: calc(50% + -4px);
    right: -8px;
    background-image: url('../../assets/images/icon/industry-circle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    vertical-align: middle;
    z-index: 1;
    height: 16px;
    width: 16px;
}

.why-partner-details-sec .leaders-details-image:after {
    content: '';
    position: absolute;
    left: 75%;
    bottom: 51%;
    z-index: 1;
    width: 25%;
    border-bottom: 1px dashed #cae0f5;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .col-lg-6:first-child {
    order: 1;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-content-part {
    padding-left: 0;
    padding-right: 90px;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:after {
    right: 75%;
    left: unset;
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:before {
    left: -8px;
}

.why-partner-details-sec .why-opt-custom-services-project-sec-button {
    margin-left: auto;
    margin-right: auto;
}

/* ========== MVP Page ========== */

.mvp-vision-infotech-sec,
.mvp-software-develoment-sec {
    background-color: #FAF9F9;
}

.postid-6678 .mvp-vision-infotech-sec,
.postid-6678 .mvp-software-develoment-sec,
.postid-6652 .mvp-vision-infotech-sec,
.postid-6652 .mvp-software-develoment-sec {
    background-color: transparent;
}

.mvp-vision-infotech-sec .h2-title,
.mvp-software-develoment-sec .h2-title {
    z-index: 1;
}

.mvp-software-dev-sec-details-part {
    border-bottom: 1px solid #C7C5C5;
    padding: 20px 0;
}

.mvp-software-dev-sec-details-part h4 {
    font-size: 30px;
}

.mvp-software-dev-sec-details-part h5 {
    font-size: 22px;
    padding-right: 20px;
}

.mvp-software-dev-sec-details-part p,
.mvp-software-dev-sec-details-part h4 {
    margin: 0;
}

.row.mvp-software-dev-sec-details-part:last-child {
    border-bottom: none;
}

.mvp-vision-infotech-sec-last-link,
.mvp-software-develoment-sec-last-row {
    margin-top: 30px;
}

.mvp-software-develoment-sec .mvp-software-develoment-row {
    margin-bottom: 20px;
}

.mvp-vision-infotech-sec .mvp-vision-infotech-sec-details-box {
    padding: 0 40px 0 30px;
    margin: 30px 0;
}

.mvp-vision-infotech-sec-details-content p:last-child {
    margin-bottom: 0;
}

.mvp-vision-infotech-sec-details-part .col-lg-4:nth-child(3n+2) {
    border-right: 1px solid #C7C5C5;
    border-left: 1px solid #C7C5C5;
}

.mvp-work-software-sec-details-box-row {
    background-color: #FAF9F9;
    border: 1px solid #DADADA;
    padding: 30px;
}

.mvp-work-software-sec-details-box-name {
    margin-bottom: 50px;
}

.mvp-work-software-sec-part {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}

.mvp-work-software-sec-details-box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

/* =================== AWS Services Section ====================== */

.aws-marketplaces-details-part,
.aws-consulting-services-details-part {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 40px;
}

.aws-marketplaces-details-part .col-lg-6,
.aws-consulting-services-details-part .aws-consulting-sеrvicеs-layouts {
    margin-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
    /* cursor: pointer; */
}

.aws-marketplaces-details-part .aws-marketplaces-details-part-box,
.aws-consulting-services-details-part .aws-consulting-services-details-part-box {
    background-color: #FAF9F9;
    padding: 30px 25px;
    height: 100%;
    border-bottom: 6px solid transparent;
}

.aws-marketplaces-details-part .aws-marketplaces-details-part-box,
.aws-consulting-services-details-part .aws-consulting-sеrvicеs-layouts:hover .aws-consulting-services-details-part-box {
    border-bottom: 6px solid var(--primary-color);
}

.zoho-industriеs-box .zoho-industriеs-title h6,
.odoo-consulting-services-row .odoo-consulting-ser-info-part h6,
.odoo-features-row .odoo-features-details-box-name h6,
.odoo-features-row .odoo-features-details-box-icon,
.aws-marketplaces-details-part .aws-marketplaces-details-part-title {
    margin-bottom: 10px;
}

.zoho-industriеs-box .zoho-industriеs-content p,
.aws-marketplaces-details-part .aws-marketplaces-details-part-content p {
    margin: 0;
}

.aws-consulting-services-details-part-box .aws-consulting-services-details-part-title {
    margin: 20px 0 10px 0;
}

.aws-services-box-slider-sec .aws-services-box-slider-row.owl-carousel .owl-item.active.center {
    border: 0;
}

.aws-services-box-slider-sec .aws-services-box-slider-row {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 40px;
}

.aws-services-box-slider-sec .aws-services-box-slider-row .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.aws-services-box-slider-sec .aws-services-box-slider-box {
    background-color: #FAF9F9;
    padding: 30px 25px;
    height: 100%;
}

/* =================== Odoo Services Section ====================== */

.odoo-features-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.odoo-features-row .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.odoo-features-row .odoo-features-details-box {
    border: 1px solid #9C5789;
    background-color: #FAF9F9;
    height: 100%;
    padding: 35px 25px;
}

.odoo-features-row .odoo-features-details-box-content p {
    margin-bottom: 0;
}

.odoo-consulting-services-row {
    margin: 30px 0;
}

.odoo-consulting-services-row .odoo-consulting-services-details-box {
    padding: 40px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    /* height: 100%; */
    min-height: 430px;
    position: relative;
}

.odoo-consulting-services-row .odoo-consulting-ser-info-part {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 40px 20px 40px;
}

.odoo-consulting-services-row .odoo-consulting-ser-info-part p,
.odoo-consulting-services-row .odoo-consulting-ser-info-part h6 {
    color: var(--white-color);
}

/* ========================= */

.odoo-tabing-view-row {
    margin-top: 30px;
}

.odoo-tabing-view-row .right-border-gradient {
    border-right: 2px solid;
    border-image: linear-gradient(to bottom, #9C578900, #3751a1, #9C578900) 1 100%;
}

.single-services.postid-7195 .odoo-tabing-view-row .right-border-gradient,
.single-services.postid-7185 .odoo-tabing-view-row .right-border-gradient,
.single-services.postid-6878 .odoo-tabing-view-row .right-border-gradient,
.single-services.postid-6148 .odoo-tabing-view-row .right-border-gradient,
.single-services.postid-7133 .odoo-tabing-view-row .right-border-gradient {
    border-image: linear-gradient(to bottom, #9C578900, #3751a1, #9C578900) 1 100%;
}

.odoo-tabing-view-row .odoo-tabing-view-part1 ul.introduction-title li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px;
    cursor: pointer;
}

.choose-vision-tab-box {
    margin-bottom: 15px;
}

.odoo-tabing-view-row .choose-vision-tab-box:hover,
.odoo-tabing-view-row .choose-vision-tab-box.active-box {
    background-color: #3751a1;
    border-left: 7px solid #3751a1;
    transition: 0.3s;
}

.single-services.postid-7195 .odoo-tabing-view-row .choose-vision-tab-box:hover,
.single-services.postid-7195 .odoo-tabing-view-row .choose-vision-tab-box.active-box,
.single-services.postid-7185 .odoo-tabing-view-row .choose-vision-tab-box:hover,
.single-services.postid-7185 .odoo-tabing-view-row .choose-vision-tab-box.active-box,
.single-services.postid-6878 .odoo-tabing-view-row .choose-vision-tab-box:hover,
.single-services.postid-6878 .odoo-tabing-view-row .choose-vision-tab-box.active-box,
.single-services.postid-6148 .odoo-tabing-view-row .choose-vision-tab-box:hover,
.single-services.postid-6148 .odoo-tabing-view-row .choose-vision-tab-box.active-box,
.single-services.postid-7133 .odoo-tabing-view-row .choose-vision-tab-box:hover,
.single-services.postid-7133 .odoo-tabing-view-row .choose-vision-tab-box.active-box {
    background-color: #EEF6FF;
    border-left: 7px solid #0066FF;
}

.single-services.postid-7195 .odoo-tabing-view-row .choose-vision-tab-box:hover h6 a,
.single-services.postid-7195 .odoo-tabing-view-row .choose-vision-tab-box.active-box h6 a,
.single-services.postid-7185 .odoo-tabing-view-row .choose-vision-tab-box:hover h6 a,
.single-services.postid-7185 .odoo-tabing-view-row .choose-vision-tab-box.active-box h6 a,
.single-services.postid-6878 .odoo-tabing-view-row .choose-vision-tab-box:hover h6 a,
.single-services.postid-6878 .odoo-tabing-view-row .choose-vision-tab-box.active-box h6 a,
.single-services.postid-6148 .odoo-tabing-view-row .choose-vision-tab-box:hover h6 a,
.single-services.postid-6148 .odoo-tabing-view-row .choose-vision-tab-box.active-box h6 a,
.single-services.postid-7133 .odoo-tabing-view-row .choose-vision-tab-box:hover h6 a,
.single-services.postid-7133 .odoo-tabing-view-row .choose-vision-tab-box.active-box h6 a {
    color: #0066FF;
}

.odoo-tabing-view-row .choose-vision-tab-box:hover h6 a,
.odoo-tabing-view-row .choose-vision-tab-box.active-box h6 a {
    color: #EEF6FF;
    font-weight: 600;
}

.odoo-tabing-view-row .choose-vision-tab-box h6 {
    font-weight: 500;
}

.odoo-tabing-view-row .odoo-tabing-view-part1 {
    padding-right: 70px;
}

.odoo-tabing-view-part1 .introduction-title {
    padding-left: 0;
}

.odoo-tabing-view-row .odoo-tabing-view-part2 {
    padding-left: 70px;
}

.odoo-tabing-view-part2.faq-accordion-main-box ul.introduction-data li {
    list-style: none;
}

.odoo-tabing-view-part2 ul.introduction-data,
.odoo-tabing-view-part2 .accordion-content {
    padding: 0;
}

.odoo-tabing-view-part2 .accordion-img-title h6 {
    font-weight: 600;
}

.single-services.postid-6011 .custom-software-develoment-service-sec-slider-part .rmwp-button-wrap button {
    color: #9C5789;
}


.single-services.postid-6011 .services-faq-sec .icon-box svg path,
.single-services.postid-6007 .services-faq-sec .icon-box svg path,
.single-services.postid-5968 .services-faq-sec .icon-box svg path {
    stroke: #9C5789;
}

.single-services.postid-6011 .why-partner-details-sec .leaders-details-image::after,
.single-services.postid-6007 .why-partner-details-sec .leaders-details-image::after,
.single-services.postid-5968 .why-partner-details-sec .leaders-details-image::after {
    border-bottom: 1px dashed #9C5789;
}

.single-services.postid-6011 .why-partner-details-sec .leaders-back-img:after,
.single-services.postid-6007 .why-partner-details-sec .leaders-back-img:after,
.single-services.postid-5968 .why-partner-details-sec .leaders-back-img:after {
    border-right: 1px dashed #9C5789;
}

.single-services.postid-6011 .why-partner-details-sec .leaders-details-image:before,
.single-services.postid-6007 .why-partner-details-sec .leaders-details-image:before,
.single-services.postid-5968 .why-partner-details-sec .leaders-details-image:before {
    background-image: url('../../asstes/images/icon/circle-image.svg');
}

.single-services.postid-6011 .aws-marketplaces-details-part .aws-marketplaces-details-part-box,
.single-services.postid-6007 .aws-marketplaces-details-part .aws-marketplaces-details-part-box,
.single-services.postid-5968 .aws-marketplaces-details-part .aws-marketplaces-details-part-box {
    border-bottom: 6px solid #9C5789;
}

.single-services.postid-6678 .odoo-advantages-tabing-sec .odoo-tabing-view-row,
.single-services.postid-6168 .odoo-advantages-tabing-sec .odoo-tabing-view-row {
    display: none;
}

.single-services.postid-6148 .zoho-services-box-slider-box {
    min-height: 405px;
}

.zoho-application-business-faq-part .faq-accordion-inner-box {
    margin: 40px 0;
}

.zoho-application-business-faq-part .faq-accordion-main-box .accordion-box {
    padding-bottom: 10px;
}

/* .zoho-application-business-faq-part .faq-accordion-inner-box {
	background: url('../../image/zoho-faq-center-border-image.svg') no-repeat center;
}

.single-services.postid-6678 .zoho-application-business-faq-part .faq-accordion-inner-box {
	background: url('../../image/mvp-faq-center-border-image.svg') no-repeat center;
	height: 432px;
} */

.zoho-application-business-faq-part .faq-accordion-inner-box {
    position: relative;
}

.zoho-application-business-faq-part .faq-accordion-inner-box:after {
    content: "";
    position: absolute;
    border-right: 2px solid;
    border-image: linear-gradient(to bottom, #9C578900, #0066FF, #9C578900) 1 100%;
    transform: translate(50%, 50%);
    top: -50%;
    left: 50%;
    height: 100%;
}

.zoho-application-business-faq-part .accordion-box .accordion-title {
    justify-content: space-between;
    border: 0;
    gap: 0;
    padding: 20px 30px;
    border-left: 7px solid transparent;
    background-color: transparent;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title {
    background-color: #EEF6FF;
    border-left: 7px solid #0066FF;
}

.zoho-application-business-faq-part .accordion-box.active-accordion .accordion-title .open-icon svg {
    fill: #0066FF;
}

.zoho-application-business-faq-part .faq-accordion-inner-box .accordion-content {
    padding: 20px 30px 10px 40px;
}

.zoho-application-business-faq-part .faq-accordion-inner-box .col-lg-6:nth-child(odd) {
    padding-right: 60px;
}

.zoho-application-business-faq-part .faq-accordion-inner-box .col-lg-6:nth-child(even) {
    padding-left: 60px;
}

/* ============ MVP Development Services Sec ============== */

.mvp-development-services-sec {
    background: linear-gradient(180deg, var(--white-color) 0%, #DAEFFF 100%);
    padding-bottom: 0;
}

.mvp-development-services-sec .mvp-technology-sec-wrap {
    background-image: url('../../assets/images/iconmvp-development-services-round-image.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    min-height: 660px;
}

.mvp-icons-info-main-part .mvp-icons {
    cursor: pointer;
}

.mvp-develoment-main-slider-part .techology-icon-next,
.mvp-develoment-main-slider-part .techology-icon-prev {
    position: absolute;
    top: 2%;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
}

.techology-icon-prev {
    left: 50%;
    z-index: 1;
}

.techology-icon-next {
    right: 50%;
}

.techology-icon-prev::before,
.techology-icon-next::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
}

.techology-icon-prev::before {
    background-image: url('../../assets/images/icon/why-developer-india-slider-prev-arrow.svg');
    right: 30px;
}

.techology-icon-next::before {
    background-image: url('../../assets/images/icon/why-developer-india-slider-next-arrow.svg');
    left: 30px;
}

.mvp-icons-content {
    opacity: 0;
    /* Start hidden */
    visibility: hidden;
    /* Hide visually but keep space */
    transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: all .5s;
    position: absolute;
    background-color: #0066FF;
    border-radius: 20px;
    text-align: left;
    min-width: 299px;
    width: 100%;
    padding: 15px;
    z-index: 99999;
    cursor: pointer;
}

/* .mvp-icons:hover + .mvp-icons-content {
	display: block;
} */

.mvp-icons-details:hover .mvp-icons-content {
    opacity: 1;
    visibility: visible;
}

.mvp-icons-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.mvp-icons-content::after {
    left: 30px;
    bottom: 100%;
    border-bottom-color: #0066FF;
    border-width: 15px;
}

.css-icon .mvp-icons-content {
    right: 0;
}

.dot-net-icon .mvp-icons-content::after,
.css-icon .mvp-icons-content::after {
    left: 80%;
}

.codelgniter2-icon .mvp-icons-content,
.javascript-icon .mvp-icons-content {
    top: 0;
    left: 140px;
}

.codelgniter2-icon .mvp-icons-content::after,
.codelgniter-icon .mvp-icons-content::after,
.sqlite-icon .mvp-icons-content::after,
.mysql-icon .mvp-icons-content::after,
.ios-icon .mvp-icons-content::after,
.python-icon .mvp-icons-content::after,
.javascript-icon .mvp-icons-content::after {
    border-right-color: #0066FF;
    border-width: 18px;
    bottom: 55%;
    left: -17px;
    border-left: 0;
    border-bottom-color: transparent;
}

.reactjs-icon .mvp-icons-content {
    top: -200px;
    left: 23px;
}

.reactjs-icon .mvp-icons-content::after {
    left: 24px;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: #0066FF;
}

.wordpress2-icon .mvp-icons-content,
.wixecmmerce-icon .mvp-icons-content,
.docker-icon .mvp-icons-content,
.laravel-icon .mvp-icons-content,
.wordpress-icon .mvp-icons-content,
.mongodb-icon .mvp-icons-content,
.react-icon .mvp-icons-content,
.flutter-icon .mvp-icons-content,
.shopify-icon .mvp-icons-content {
    top: 140px;
}

.java-icon .mvp-icons-content {
    top: 140px;
    left: 15px;
}

.php-icon .mvp-icons-content {
    top: -145px;
    left: 35px;
}

.php-icon .mvp-icons-content::after {
    left: 30px;
    top: 100%;
    border-top-color: #0066FF;
    border-bottom-color: transparent;
}

.dot-net-icon .mvp-icons-content {
    right: 0;
    top: 140px;
}

.codelgniter-icon .mvp-icons-content,
.sqlite-icon .mvp-icons-content,
.mysql-icon .mvp-icons-content,
.ios-icon .mvp-icons-content,
.python-icon .mvp-icons-content {
    left: 130px;
    top: 0;
}

.nodejs-icon .mvp-icons-content {
    right: 0;
    bottom: 140px;
}

.nodejs-icon .mvp-icons-content::after {
    left: 80%;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: #0066FF;
}

.mariadb-icon .mvp-icons-content,
.android-icon .mvp-icons-content {
    top: 10px;
    right: 120px;
}

.shopify2-icon .mvp-icons-content,
.woocommerce2-icon .mvp-icons-content,
.terraform-icon .mvp-icons-content,
.aws-icon .mvp-icons-content,
.woocommerce-icon .mvp-icons-content {
    right: 135px;
    top: 10px;
}

.shopify2-icon .mvp-icons-content::after,
.woocommerce2-icon .mvp-icons-content::after,
.terraform-icon .mvp-icons-content::after,
.aws-icon .mvp-icons-content::after,
.woocommerce-icon .mvp-icons-content::after,
.mariadb-icon .mvp-icons-content::after,
.android-icon .mvp-icons-content::after {
    left: 100%;
    bottom: 61%;
    border-left-color: #0066FF;
    border-bottom-color: transparent;
}

.mvp-develoment-main-slider-part .mvp-icons-info-main-part {
    position: relative;
    height: 100%;
    min-height: 515px;
}

.postid-6652 .mvp-develoment-main-slider-part .mvp-icons-info-main-part {
    min-height: 565px;
}

.postid-6652 .reactjs-icon .mvp-icons-content {
    top: -170px;
}

.mvp-icons-content p {
    margin: 0;
    color: #fff;
}

.mvp-icons-details {
    display: inline-block;
    position: absolute;
    content: '';
}

.javascript-icon {
    bottom: 60px;
    left: 290px;
}

.reactjs-icon {
    right: 290px;
    bottom: 60px;
}

.css-icon {
    right: 40px;
    top: 0px;
}

.vuejs-icon {
    right: 380px;
    top: 170px;
}

.angular-icon {
    left: 380px;
    top: 170px;
}

.html-icon {
    top: 30px;
    left: 30px;
}

.dot-net-icon {
    top: 0px;
    right: 40px;
}

.nodejs-icon {
    bottom: 30px;
    right: 140px;
}

.php-icon {
    top: 250px;
    right: 460px;
}

.python-icon {
    bottom: 100px;
    left: 270px;
}

.java-icon {
    top: 120px;
    left: 360px;
}

.shopify-icon {
    top: 50px;
    left: 30px;
}

.wixecmmerce-icon,
.docker-icon,
.wordpress-icon,
.mysql-icon,
.flutter-icon {
    top: 10px;
    left: 30px;
}

.wordpress2-icon,
.laravel-icon,
.mongodb-icon,
.react-icon {
    right: 380px;
    top: 180px;
}

.codelgniter2-icon,
.codelgniter-icon,
.sqlite-icon,
.ios-icon {
    bottom: 110px;
    left: 250px;
}

.woocommerce-icon,
.mariadb-icon,
.android-icon {
    bottom: 80px;
    right: 120px;
}

.woocommerce2-icon,
.aws-icon {
    bottom: 90px;
    left: 590px;
}

.shopify2-icon,
.terraform-icon {
    right: 40px;
    top: 100px;
}

/* ======= IT Consulting Page ======== */

.consultancy-services-sec .consultancy-services-sub-title {
    margin-top: 30px;
}

.consultancy-services-sec .it-consultancy-services-last-content {
    margin-top: 10px;
    margin-bottom: 30px;
}

.it-consulting-services-details-row {
    margin-top: 30px;
}

.consultancy-services-highlight-row,
.it-consulting-services-details-row {
    margin-left: -10px;
    margin-right: -10px;
}

.consultancy-services-highlight-row .col-lg-4,
.it-consulting-services-details-row .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.it-consulting-services-details-row .it-consulting-services-details-part {
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    border-left-color: var(--primary-color);
    border-left-width: 2px;
    padding: 30px 30px 20px 30px;
    height: 100%;
}

.it-consulting-services-details-part .consultancy-services-details-name {
    margin-top: 15px;
}

.it-consulting-services-details-part .consultancy-services-details-content li {
    color: var(--title-text-color);
    font-weight: 500;
    margin-bottom: 9px;
}

.consultancy-services-highlight-row {
    margin-top: 40px;
    margin-bottom: 20px;
}

.consultancy-services-highlight-row .it-consulting-services-highlights-part {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
}

.consultancy-services-highlights-name h6 {
    margin-bottom: 10px;
}

.consultancy-services-highlights-content p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}

.consultancy-services-highlight-row .col-lg-4:nth-child(5) .it-consulting-services-highlights-part,
.consultancy-services-highlight-row .col-lg-4:nth-child(2) .it-consulting-services-highlights-part {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.single-services.postid-6878 .odoo-tabing-view-row .scrollbar-consultancy {
    max-height: 520px;
    overflow-y: scroll;
    border: 0;
}

.single-services.postid-6878 .odoo-tabing-view-row .scrollbar-consultancy::-webkit-scrollbar-track {
    background-color: #D8E7FF;
}

.single-services.postid-6878 .odoo-tabing-view-row .scrollbar-consultancy::-webkit-scrollbar {
    width: 4px;
}

.single-services.postid-6878 .odoo-tabing-view-row .scrollbar-consultancy::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

/* Our IT Consulting Procеss */

.it-consulting-procеss-details-row {
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    margin-top: 40px;
}

.it-consulting-procеss-details-part {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 605px;
    position: relative;
}

.it-consulting-procеss-details-row .slick-list {
    margin: 0 -10px;
}

.vi_it_consultancy_procеss_items.slick-slide {
    margin: 0 10px;
    width: 310px !important;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.vi_it_consultancy_procеss_items.slick-slide.slick-current {
    width: 660px !important;
    position: relative;
}

.vi_it_consultancy_procеss_box {
    padding: 45px 35px;
}

.vi_it_consultancy_procеss_items.slick-slide.slick-current .it-consulting-procеss-details-part {
    background-color: var(--black-color);
    background-image: none !important;
    border-radius: 20px;
}

.consultancy-procеss-details-title h6,
.consultancy-procеss-details-content p,
.consultancy-procеss-details-content ul li,
.vi_it_consultancy_procеss_box .slide-counter {
    color: var(--white-color);
}

.vi_it_consultancy_procеss_box .slide-counter {
    position: absolute;
    top: auto;
    bottom: 35px;
}

.vi_it_consultancy_procеss_items.slick-slide.slick-current .consultancy-procеss-details-content {
    opacity: 1;
}

.consultancy-procеss-details-content {
    opacity: 0;
}

.it-consulting-procеss_nav_arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 35px;
    z-index: 999;
    display: inline;
}

.vi_it_consultancy_procеss_items.slick-slide.slick-current .it-consulting-procеss_nav_arrow {
    visibility: visible;
    opacity: 1;
}

.it-consulting-procеss-details-row .it-consulting-procеss_nav_arrow .custom-arrow {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
    width: 50px;
    height: 22px;
    transition: all .3s ease;
    cursor: pointer;
    opacity: .3;
    margin-right: 15px;
}

.it-consulting-procеss_nav_arrow .custom-arrow::after,
.it-consulting-procеss_nav_arrow .custom-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.it-consulting-procеss_nav_arrow .custom-arrow::before {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
}

.it-consulting-procеss_nav_arrow .custom-prev:after,
.it-consulting-procеss_nav_arrow .custom-next:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.it-consulting-procеss_nav_arrow .custom-prev:after {
    border-right: 10px solid #fff;
    left: -5px;
}


.it-consulting-procеss_nav_arrow .custom-next:after {
    border-left: 10px solid #fff;
    right: -5px;
}

.it-consulting-procеss_nav_arrow .custom-arrow:hover {
    width: 100px;
    opacity: 1;
}

.it-consulting-services-details-row.layout2 .it-consulting-services-details-part {
    border-radius: 10px;
    border-left-color: #ECECEC;
    border-color: #ECECEC;
    border-left-width: 1px;
}

.it-consulting-services-details-row.layout3 .it-consulting-services-details-part {
    background-color: #E9F4FF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.it-consulting-services-details-row.layout3 .it-consulting-services-details-part .consultancy-services-details-content ul {
    padding-left: 20px;
    list-style: square;
}

.it-consulting-services-details-row.layout3 .it-consulting-services-details-part .consultancy-services-details-content ul li {
    font-weight: 400;
    margin-bottom: 15px;
}

.it-consulting-services-details-row.layout3 .it-consulting-services-details-part .consultancy-services-details-content ul li::marker {
    color: var(--primary-color);
}

.it-consulting-services-details-row.layout2 .consultancy-services-details-name h6 {
    font-size: 18px;
    line-height: 27px;
}

.it-consulting-services-details-row.layout4 .it-consulting-services-details-part {
    background-color: #FAF9F9;
    border: 1px solid #E7E7E7;
    border-radius: 0;
}

.consultancy-services-last-link {
    margin-top: 20px;
}

.healthcare-multi-row-carousel .item-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.healthcare-multi-row-carousel .item {
    padding: 30px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background: #fff;
}

.custom-healthcare-service-slider-title h6 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
}

.custom-healthcare-service-slider-content p {
    margin-bottom: 0;
}

.healthcare-multi-row-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background: #CFE2FF;
    margin: 0 2px;
}

.healthcare-multi-row-carousel button.owl-dot.active {
    width: 35px;
    color: #0066FF;
    background: #0066FF;
}

.healthcare-multi-row-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel.healthcare-multi-row-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel.healthcare-multi-row-carousel {
    padding-top: 30px;
}

/* ============================= Hеalthcarе Softwarе Company Section ===================================== */

.single-services.postid-7133 .aws-hero-layout {
    padding: 125px 0;
}

.healthcare-software-services-item .col-sm-12 {
    margin: 15px 0;
}

.healthcare-software-services-item .col-sm-12:nth-child(odd) .healthcare-software-service-highlights-part {
    flex-direction: row-reverse;
}

.healthcare-software-services-item .col-sm-12 {
    position: relative;
}

.healthcare-software-service-highlights-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.healthcare-software-services-item>.col-sm-12:nth-child(4n-3) .healthcare-software-service-detail-content-part {
    background: #E9F4FF;
}

.healthcare-software-services-item>.col-sm-12:nth-child(4n-2) .healthcare-software-service-detail-content-part {
    background: #FFFBF1;
}

.healthcare-software-services-item>.col-sm-12:nth-child(4n-1) .healthcare-software-service-detail-content-part {
    background: #FCE8E8;
}

.healthcare-software-services-item>.col-sm-12:nth-child(4n) .healthcare-software-service-detail-content-part {
    background: #DEFFEE;
}

.healthcare-software-service-detail-content-part {
    padding: 50px 40px 40px;
}

.healthcare-software-services-item .col-sm-12:nth-child(odd) .healthcare-software-service-image::after,
.healthcare-software-services-item .col-sm-12:nth-child(even) .healthcare-software-service-image::after {
    position: absolute;
    content: "";
    right: 8px;
    bottom: -25px;
    background-image: url('../../assets/images/icon/blue-dots-img.png');
    height: 77px;
    width: 77px;
    z-index: -1;
}

.healthcare-software-services-item .col-sm-12:nth-child(even) .healthcare-software-service-image::after {
    left: 8px;
}

.healthcare-software-services-item .col-sm-12:nth-child(odd) .healthcare-software-service-image {
    padding-right: 40px;
}

.healthcare-software-services-item .col-sm-12:nth-child(even) .healthcare-software-service-image {
    padding-left: 40px;
}

.healthcare-software-services-item>.col-sm-12:nth-child(odd) .healthcare-software-service-detail-content-part {
    margin-right: -60px;
}

.healthcare-software-services-item>.col-sm-12:nth-child(even) .healthcare-software-service-detail-content-part {
    margin-left: -60px;
}

/* ====== Digital Transformation Services FAQ css ====== */

.digital-transformation-services-faq {
    margin-top: 60px;
    margin-bottom: 40px;
}

.digital-transformation-services-faq .faq-accordion-inner-box {
    margin-left: -10px;
    margin-right: -10px;
}

.digital-transformation-services-faq .faq-accordion-inner-box .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.digital-transformation-services-faq .accordion-title {
    border: 0;
    justify-content: space-between;
    padding: 25px;
}

.digital-transformation-services-faq .accordion-box .accordion-content {
    padding: 0 25px 25px;
}

.digital-transformation-services-faq .col-lg-6 .accordion-box {
    border: 1px solid var(--primary-color);
    background-color: #EEF6FF;
    margin-bottom: 20px;
}

.digital-transformation-services-faq .accordion-box.active-accordion .accordion-title h6 {
    color: var(--title-text-color);
}


/* =============== Vision Information sec ============== */

.vision-info-sec-row {
    margin-top: 60px;
}

.vision-info-sec-row .vision-info-box {
    border-left: 3px solid var(--primary-color);
    padding-left: 30px;
    padding-bottom: 15px;
    height: 100%;
}

.vision-info-box .vision-info-title h6 {
    margin-bottom: 10px
}

.vision-info-sec-row .col-lg-6 {
    margin-bottom: 30px;
}

.vision-info-box .vision-info-description p {
    margin: 0;
}

/* ========== AWS FAQ Section =========== */

.aws-faq-image-section {
    margin-top: 40px;
}

body .aws-faq-image-section .faq-accordion-main-box .accordion-content {
    padding-right: 0;
}

.aws-faq-content-image-row .aws-faq-content {
    padding-right: 30px
}

.vision-infotech-image-faq-row {
    padding-bottom: 50px;
}

body .vision-infotech-image-faq-row .aws-faq-content {
    padding-right: 0;
}

body .vision-infotech-image-faq-row .faq-accordion-main-box .accordion-content {
    padding-left: 50px;
}

body .vision-infotech-image-faq-row .faq-accordion-main-box .aws-faq-right-image {
    text-align: right;
}



/* =============== Web Pages Sections ============== */

.zoho-why-choose-tabing-part .vi-single-page-h2-title h2.h2-title.title-back,
.vi-single-page-web-title h2 {
    font-size: calc(26px + (36 - 26) * ((100vw - 320px) / (1920 - 320)));
}

.vi-single-page-web-title h2 .web-title-color {
    color: #21759B;
}

.technology-list-menu-part .col-lg-6 .list-title h6 {
    margin: 0;
}

.additional-wp-deve-services-row,
.wordpress-deve-services-part-row,
.why-choose-wp-website-details-row,
.our-wordpress-services-row {
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

.our-wordpress-services-sec .our-wordpress-services-button {
    margin-top: 30px;
}

.industries-we-serve-row .col-lg-6,
.additional-wp-deve-services-row .col-lg-6,
.wordpress-deve-services-part-row .col-lg-6,
.why-choose-wp-website-details-row .col-lg-6,
.why-choose-wp-website-details-row .col-lg-4,
.our-wordpress-services-row .col-lg-6,
.our-wordpress-services-row .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.our-wordpress-services-sec .benefits-of-wordpress-row {
    margin-top: 0;
    margin-bottom: 0;
}

.our-wordpress-services-sec .our-wordpress-services-sec-last-content {
    margin-top: 30px;
}

.why-choose-wp-website-details-row .why-choose-wp-website-details-part-box,
.our-wordpress-services-sec .our-wordpress-services-part-box {
    border: 1px solid #BFD3D8;
    border-radius: 20px;
    height: 100%;
    padding: 25px;
}

.why-choose-wp-website-details-row.layout1 {
    justify-content: center;
}

.why-choose-wp-website-details-row.layout1 .why-choose-wp-website-details-part-box .vi-single-page-content ul {
    text-align: left;
}

.why-choose-wp-website-details-row.layout3 .why-choose-wp-website-details-part-box,
.why-choose-wp-website-details-row.layout2 .why-choose-wp-website-details-part-box {
    text-align: left;
}

.why-choose-wp-website-details-row .why-choose-wp-website-details-part-box {
    padding: 40px;
}

.build-wordpress-details-row .why-choose-wp-website-details-part-box {
    padding: 25px;
}

.why-choose-wp-website-details-row.layout3 .why-choose-wp-website-details-part-box {
    border: 0;
    border-radius: 0;
}

.why-choose-wp-website-details-row.layout3 .col-lg-6:nth-child(odd) .why-choose-wp-website-details-part-box {
    padding: 0 30px 30px 0;
    border-right: 1px solid #BFD3D8;
}

.amazon-why-choose-wp-main-part.layout3 .col-lg-6:nth-child(odd) .why-choose-wp-website-details-part-box {
    border-right: 1px solid #CCCCCC;
}

.why-choose-wp-website-details-row.layout3 .col-lg-6:nth-child(even) .why-choose-wp-website-details-part-box {
    padding: 0 0 30px 30px;
}

.build-wordpress-details-row.why-choose-wp-website-details-row .why-choose-wp-website-details-part-box:hover,
.why-choose-wp-website-details-row.layout3 .why-choose-wp-website-details-part-box:hover {
    background-color: transparent;
}

.our-wordpress-services-sec .our-wordpress-services-part-box:hover,
.why-choose-wp-website-details-row .why-choose-wp-website-details-part-box:hover {
    background-color: #F3F7F8;
}

.our-wordpress-services-sec .our-wordpress-services-part-box:hover .our-wordpress-services-part-title h6,
.why-choose-wp-website-details-row.layout2 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6,
.why-choose-wp-website-details-row.layout1 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6 {
    color: #21759B;
}

.amazon-why-choose-wp-main-part .why-choose-wp-website-details-part-box {
    border: 1px solid #CCCCCC;
}

.amazon-why-choose-wp-main-part .why-choose-wp-website-details-part-box:hover {
    background-color: #FFF5E9;
}

.amazon-why-choose-wp-main-part.layout2 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6,
.amazon-why-choose-wp-main-part.layout1 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6 {
    color: #FF9900;
}

.why-choose-wp-website-details-part-box .why-choose-wp-website-details-part-title,
.our-wordpress-services-sec .our-wordpress-services-part-box .our-wordpress-services-part-title {
    margin-top: 15px;
}

.zoho-consulting-services-box .zoho-consulting-services-content p,
.zoho-management-details-box .zoho-management-details-content p,
.industries-we-serve-row .industries-we-serve-box .industries-we-serve-content p,
.other-wordpress-services-info-box p,
.migration-checklist-info-box p,
.migrate-to-wordpress-details-row p,
.our-wordpress-services-deve-content p,
.additional-wp-deve-services-row .additional-wp-deve-services-content p,
.wordpress-deve-services-part-row p,
.why-choose-wp-website-details-row p,
.top-rated-part-row p,
.business-models-info-part .business-models-info-right-row p,
.our-wordpress-services-sec .our-wordpress-services-part-box p {
    margin: 0;
}

.wordpress-deve-services-part-row {
    gap: 0
}

.why-choose-wp-website-sec.amazon-why-choose-background-gradient-color {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF5E9 100%);
    padding-bottom: 40px;
}

.wordpress-deve-services-part-row .col-lg-6 {
    margin-bottom: 10px;
}

.wordpress-deve-services-part-row .col-lg-6:nth-child(odd) {
    border-right: 1px solid #BFD3D8;
    margin-bottom: 10px;
}

.wordpress-deve-services-part-row .wordpress-deve-services-part-box {
    border-bottom: 1px solid #BFD3D8;
    padding: 30px 50px;
    height: 100%;
}

.wordpress-deve-services-part-row .col-lg-6:nth-last-child(1) .wordpress-deve-services-part-box,
.wordpress-deve-services-part-row .col-lg-6:nth-last-child(2):nth-child(odd) .wordpress-deve-services-part-box {
    border-bottom: 0;
}

.wordpress-deve-services-part-row .col-lg-6:nth-child(odd) .wordpress-deve-services-part-box {
    padding-left: 0;
}

.wordpress-deve-services-part-row .wordpress-deve-services-part-box .wordpress-deve-services-part-details {
    padding-left: 15px;
}

.migrate-to-wordpress-details-row {
    margin-top: 40px;
    background-color: #F3F7F8;
    padding: 50px;
    border-radius: 10px;
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
}

.migrate-to-wordpress-details-row.amazon-services-background-gradient-color {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF5E9 100%);
}

.migrate-to-wordpress-details-row.amazon-services-background-gradient-color .migrate-to-wordpress-details-part-box {
    border: 1px solid #CCCCCC;
}

.other-wordpress-services-info-part .col-lg-4,
.migration-checklist-row .col-lg-6,
.migrate-to-wordpress-details-row .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.migrate-to-wordpress-details-row .migrate-to-wordpress-details-part-box {
    background-color: #ffffff;
    border: 1px solid #BFD3D8;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.migration-checklist-row {
    margin: 40px -10px;
}

.migration-checklist-row .migration-checklist-part-box {
    height: 100%;
    border: 1px solid #BFD3D8;
    border-radius: 20px;
}

.migration-checklist-part-box .migration-checklist-part-title {
    background-color: #F3F7F8;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #BFD3D8;
    padding: 30px;
}

.migration-checklist-part-box .migration-checklist-info-part {
    padding: 30px;
}

.migration-checklist-info-part .migration-checklist-info-box {
    border-bottom: 1px solid #BFD3D8;
    padding: 20px 0;
    padding-left: 45px;
}

.migration-checklist-info-box .migration-checklist-info-title {
    position: relative;
}

.migration-checklist-info-box .migration-checklist-info-title::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('../../assets/images/icon/Migration Checklist Icon.svg') no-repeat center;
    top: 6px;
    left: -40px;
}

.migration-checklist-info-part .migration-checklist-info-box:first-child {
    padding-top: 0;
}

.migration-checklist-info-part .migration-checklist-info-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.other-wordpress-services-part-title h5,
.other-wordpress-services-info-title h6,
.migration-checklist-info-box .migration-checklist-info-title h6 {
    margin-bottom: 10px;
}

.other-wordpress-services-row {
    margin-top: 40px;
}

.other-wordpress-services-part-box {
    padding-bottom: 50px;
}

.other-wordpress-services-row .col-lg-12:last-child .other-wordpress-services-part-box {
    padding-bottom: 0;
}

.other-wordpress-services-info-part {
    padding-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
}

.other-wordpress-services-info-part .other-wordpress-services-info-box {
    background-color: #F3F7F8;
    padding: 30px;
    height: 100%;
    border-radius: 20px;
}

.other-wordpress-services-part-title h5 {
    color: #21759B;
}

.additional-wp-deve-services-row .additional-wp-deve-services-part-box {
    height: 100%;
    padding: 40px;
    border: 1px solid #BFD3D8;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.additional-wp-deve-services-row .additional-wp-deve-services-content h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.additional-wp-deve-services-row .additional-wp-deve-services-content ul {
    list-style: square;
    margin: 0;
    padding-left: 30px;
}

.additional-wp-deve-services-row .additional-wp-deve-services-content ul li {
    margin-bottom: 15px;
}

.additional-wp-deve-services-row .additional-wp-deve-services-content ul li::marker {
    font-size: 22px;
    color: #21759B;
}

.our-wordpress-services-deve-part {
    margin-top: 40px;
    position: relative;
}

.timeline-part::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #BFD3D8;
    bottom: 0;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    position: relative;
    width: 50%;
}

.timeline-item.left {
    padding-right: 70px;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    padding-left: 70px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 1;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.timeline-item.right::before {
    left: 0;
    transform: translate(-50%, -50%);
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-item.left::after {
    right: 0;
}

.timeline-item.right::after {
    left: 0;
}

.our-wordpress-services-deve-part .content {
    padding: 25px;
    border-radius: 20px;
}

.timeline-item:nth-child(4n + 1) .content {
    background-color: #ECFDFC;
}

.timeline-item:nth-child(4n + 2) .content {
    background-color: #FFF2EE;
}

.timeline-item:nth-child(4n + 3) .content {
    background-color: #DEFFDF;
}

.timeline-item:nth-child(4n + 4) .content {
    background-color: #FBF3FF;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .our-wordpress-services-part-box {
    border: 0;
    border-radius: 10px;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+1) .our-wordpress-services-part-box {
    background-color: #FFF3E3;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+2) .our-wordpress-services-part-box {
    background-color: #EAF3F6;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+3) .our-wordpress-services-part-box {
    background-color: #F2F3EB;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+4) .our-wordpress-services-part-box {
    background-color: #EAF3F6;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+5) .our-wordpress-services-part-box {
    background-color: #F2F3EB;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+6) .our-wordpress-services-part-box {
    background-color: #FFF3E3;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+7) .our-wordpress-services-part-box {
    background-color: #F2F3EB;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+8) .our-wordpress-services-part-box {
    background-color: #FFF3E3;
}

.our-wordpress-services-sec .our-wordpress-services-row.layout2 .col-lg-4:nth-child(9n+9) .our-wordpress-services-part-box {
    background-color: #EAF3F6;
}

.our-word-slider-sec .our-word-slider-row,
.companies-slider-sec .companies-slider-sec-row,
.wordpress-portfolio-sec .portfolio-details-row,
.wordpress-services-process-part,
.business-models-info-part {
    margin-top: 40px;
}

.business-models-info-part .business-models-info-right {
    padding-left: 50px;
}

.business-models-info-part .business-models-info-right-row {
    border-bottom: 1px solid #BFD3D8;
    padding-bottom: 30px;
    padding-top: 30px;
}

.business-models-info-part .business-models-info-right-row:first-child {
    padding-top: 0;
}

.business-models-info-part .business-models-info-right-content {
    padding-left: 20px;
}

.digital-wordpress-website-sec {
    padding: 120px 0 65px 0;
}

.digital-wordpress-website-sec .digital-wordpress-website-row {
    border-radius: 10px;
    padding: 0 70px;
}

.boot-your-business-part-row h2,
.digital-wordpress-website-row h2 {
    font-size: 24px;
}

.digital-wordpress-website-row .digital-wordpress-website-sec-image {
    margin-top: -110px;
    line-height: 0;
}

.boot-your-business-part-row {
    padding: 40px 50px 0;
    border-radius: 20px;
}

.boot-your-business-part-row .digital-sec-btn {
    margin-bottom: 40px;
}

.boot-your-business-part-row .boot-your-business-sec-image {
    line-height: 0;
    text-align: right;
}

.top-rated-part-row {
    padding: 40px;
    background-color: #F3F7F8;
    border-radius: 10px;
}

.shopify-top-rated-part .top-rated-part-row,
.services-top-rated-sec .top-rated-part-row,
.amazon-top-rated-sec .top-rated-part-row {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.top-rated-part-row h5 {
    margin-bottom: 10px;
}

.wordpress-services-process-part .wordpress-services-process-row:nth-child(odd) .col-lg-6:first-child,
.wordpress-services-process-part .wordpress-services-process-row:nth-child(odd) .col-lg-7:first-child {
    text-align: right;
}

.wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-6:first-child,
.wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-7:first-child {
    order: 1;
    padding-left: 42px;
}

.wordpress-services-process-part.amazonlayout .wordpress-services-process-row:nth-child(even) .col-lg-7:first-child,
.wordpress-services-process-part.amazonlayout .wordpress-services-process-row:nth-child(even) .col-lg-6:first-child {
    padding-left: 52px;
}

.wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .wordpress-services-process-details-box {
    text-align: right;
}

.wordpress-services-process-part .wordpress-services-process-row:nth-child(odd) .wordpress-services-process-details-box {
    padding-left: 42px;
}

.wordpress-services-process-part.amazonlayout .wordpress-services-process-row:nth-child(odd) .wordpress-services-process-details-box {
    padding-left: 52px;
}

.portfolio-details-row .our-portfolio-details-part {
    padding-bottom: 50px;
}

.portfolio-details-row .our-portfolio-details-part .portfolio-img-part {
    position: relative;
    border-radius: 10px;
    z-index: 1;
}

.portfolio-details-row .our-portfolio-details-part .portfolio-img-part:after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: -2px;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/images/icon/blog-shape.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    z-index: 1;
}

.portfolio-details-row .portfolio-img-part .portfolio-read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: url('../../assets/images/icon/wordpress-page-arrow-icon.svg') no-repeat center;
    height: 70px;
    width: 70px;
}

.companies-slider-sec-row .trusted-companies-logos .logo-box {
    border-radius: 4px;
    background: #F3F7F8;
    height: 0;
    margin-right: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.companies-slider-sec-row .trusted-companies-logos .slick-slide.logo-box {
    height: 140px;
}

.companies-slider-sec-row .trusted-companies-logos .slick-arrow {
    top: -63%;
    font-size: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    box-shadow: 0px 0px 12px 0px #0000000D;
    height: 32px;
    width: 32px;
}

.companies-slider-sec-row .trusted-companies-logos .slick-arrow::before {
    height: 32px;
    width: 32px;
    content: "";
    opacity: 1;
}

.companies-slider-sec-row .trusted-companies-logos .slick-arrow.slick-prev::before {
    background-image: url('../../assets/images/icon/wp-left-arrow.png');
}

.companies-slider-sec-row .trusted-companies-logos .slick-arrow.slick-prev:hover::before {
    background-image: url('../../assets/images/icon/wp-left-arrow-1.png');
}

.companies-slider-sec-row .trusted-companies-logos .slick-arrow.slick-next::before {
    background-image: url('../../assets/images/icon/wp-right-arrow.png');
}

.companies-slider-sec-row .trusted-companies-logos .slick-arrow.slick-next:hover::before {
    background-image: url('../../assets/images/icon/wp-right-arrow-1.png');
}

.companies-slider-sec-row .trusted-companies-logos .slick-prev {
    left: 90%;
}

.companies-slider-sec-row .trusted-companies-logos .slick-next {
    right: 4%;
}

.our-word-slider-sec {
    padding-bottom: 70px;
    margin: 50px 0;
}

.our-word-slider-row .slick-list {
    display: grid;
}

.our-word-slider-row .our-wordpress-services-part-box {
    border: 1px solid #BFD3D8;
    border-radius: 20px;
    padding: 30px;
    background-color: #FFFFFF;
    height: 100%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-word-slider-row .our-wordpress-services-part-box .our-word-slider-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    line-height: 1;
    border-top: 1px solid #BFD3D8;
}

.amazon-our-slider-part .our-wordpress-services-part-box {
    border: 1px solid #CCCCCC;
}

.amazon-our-slider-part .our-wordpress-services-part-box .our-word-slider-details {
    border-top: 1px solid #CCCCCC;
}

.our-word-slider-details .our-word-slider-title h6 {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

.our-word-slider-sec .slick-dots {
    bottom: -56px;
}

.our-word-slider-sec .slick-dots li button {
    border: 0;
    background-color: #BFD3D8;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 6px;
}

.our-word-slider-sec .slick-dots li {
    width: 30px;
    height: 6px;
}

.our-word-slider-sec .slick-dots li.slick-active button:before,
.our-word-slider-sec .slick-dots li button:before {
    color: transparent;
    width: 30px;
    height: 6px;
    border-radius: 30px;
    top: auto;
    left: auto;
}

.our-word-slider-sec .slick-dots li button:before {
    font-size: 10px;
    background-color: #BFD3D8;
}

.our-word-slider-sec .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #21759B;
}

.our-word-slider-sec .amazon-our-slider-part .slick-dots li button {
    background-color: #FFD7A8;
}

.amazon-our-slider-part .slick-dots li button:before {
    background-color: #FFD7A8;
}

.our-word-slider-sec .amazon-our-slider-part .slick-dots li.slick-active button:before {
    background-color: #FF9900;
}

.our-wordpress-tech-stack-sec {
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F7F8 100%);
    padding-bottom: 0;
    margin-bottom: 70px;
    text-align: center;
}

/* .our-wordpress-tech-stack-sec .our-wordpress-tech-stack-sec-container {
	margin-bottom: -160px;
} */

/* .our-wordpress-slider {
	width: 100%;
    height: 695px;
    position: relative;
} */

/* Individual Slide */
.slide-item {
    width: 100%;
    height: 695px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

/* .our-wordpress-slider .slide-item.slick-slide.slick-current.slick-active .container{
	padding-top: 180px;
} */

.our-wordpress-tech-stack-sec-container {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    padding-top: 50px;
}

.our-wordpress-slider .container {
    padding-top: 200px;
}

.our-wordpress-slider .slick-next,
.our-wordpress-slider .slick-prev {
    top: 225px;
    font-size: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    z-index: 1;
    padding: 0;
    height: 24px;
    width: 24px;
}

.our-wordpress-slider .slick-prev {
    left: calc(50% - 170px);
}

.our-wordpress-slider .slick-next {
    right: calc(50% - 170px);
}

.our-wordpress-slider .slick-next::before,
.our-wordpress-slider .slick-prev::before {
    color: #000000;
    content: "";
    height: 24px;
    width: 24px;
    opacity: 1;
}

.our-wordpress-slider .slick-prev::before {
    background-image: url('../../image/wp-tech-arrow-left.svg');
}

.our-wordpress-slider .slick-next::before {
    background-image: url('../../image/wp-tech-arrow-right.svg');
}

.our-wordpress-slider .slider-text {
    display: inline-block;
    width: 18%;
}

.our-wordpress-slider .slider-text h6 {
    margin: 0;
    color: #ffffff;
    background-color: #21759B;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 18px;
}

/* === schedule_a_call_form === */

.schedule-call-form-section .schedule-call-form-container {
    border: 1px solid #BFD3D8;
    padding: 50px 80px 30px 80px;
    border-radius: 20px;
}

.schedule-call-form-section .schedule-call-form {
    padding: 30px 0;
}

.schedule-call-form-section .schedule-form-part {
    gap: 20px 0;
}

.schedule-call-form-section .schedule-form-part .col-lg-6 {
    padding-right: 20px;
    line-height: 1;
}

.schedule-call-form-section .schedule-form-part textarea,
.schedule-call-form-section .schedule-form-part input {
    width: 100%;
    background-color: #f3f8ff;
    border: 1px solid #aaccff;
    border-radius: 50px;
    padding: 22px 20px;
    height: 70px;
    color: #000000;
}

.schedule-call-form-section .schedule-form-part textarea:focus,
.schedule-call-form-section .schedule-form-part input:focus {
    outline: none;
}

.schedule-call-form-section .schedule-form-part textarea {
    resize: none;
}

.schedule-call-form-section .schedule-form-part .wpcf7-not-valid-tip {
    margin-left: 20px;
    margin-top: 10px;
}

.schedule-call-form-section input[type="submit"] {
    width: 100%;
    padding: 12px 15px;
    border-radius: 50px;
    font-weight: 500;
}

.schedule-call-form-section input[type="submit"]:hover {
    background-color: transparent;
    border: 1px solid #0066FF;
    color: #0066FF;
}

.schedule-call-form-section .submit-btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-31px);
}

.schedule-call-form-section .schedule-form-part .iti__selected-flag {
    padding: 0 6px 0 22px;
    outline: none;
}

.schedule-call-form-section .schedule-form-part .iti__country-list {
    max-width: 240px;
    background-color: #f3f8ff;
    border: 1px solid #aaccff;
}

.schedule-call-form-section .schedule-call-form .wpcf7-response-output {
    /* width: 80%; */
    margin: 35px auto 15px auto;
}

.schedule-call-form-section .schedule-call-link a {
    background-color: transparent;
    color: #0066FF;
    padding: 0;
    border: 0;
    text-decoration: underline;
    box-shadow: none;
    font-size: 16px;
    margin-top: 5px;
}

/* ======= two zoho page =========== */

.zoho-consltant-logos-row .zoho-consltant-logos-col {
    display: flex;
    padding-top: 35px;
}

.zoho-consltant-sec-title-row {
    margin-bottom: 30px;
}

.zoho-consltant-logos-row .zoho-consltant-logos-col h6 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.zoho-consltant-logos-row .zoho-consltant-logos-name-row {
    padding: 35px 0;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}

.blue-color {
    color: var(--primary-color);
}

.companies-slider-sec-row.services-company-logos-row .trusted-companies-logos .slick-arrow.slick-prev:hover::before {
    background-image: url('../../image/services-logos-left-arrow.png');
}

.companies-slider-sec-row.services-company-logos-row .trusted-companies-logos .slick-arrow.slick-next:hover::before {
    background-image: url('../../image/services-logos-right-arrow.png');
}

.companies-slider-sec-row.services-company-logos-row .trusted-companies-logos .logo-box {
    background-color: #F0F8FF;
}

.zoho-case-study-slider .owl-item.center {
    border: 0 !important;
}

.zoho-case-study-slider .case-study-main-box img {
    border-radius: 12px;
    margin-bottom: 30px;
}

.optimizing-busines-image {
    margin: 20px 0;
}

.zoho-industriеs-row {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.zoho-industriеs-row .zoho-industriеs-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.zoho-industriеs-row .zoho-industriеs-box {
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    position: relative;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+1) .zoho-industriеs-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #FCF3F6 100%);
    border-bottom: 1px solid #CF2232;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+1) .zoho-industriеs-box::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #CF2232) 1 100%;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+1) .zoho-industriеs-box::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #CF2232) 1 100%;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+2) .zoho-industriеs-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1FDF9 100%);
    border-bottom: 1px solid #229E47;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+2) .zoho-industriеs-box::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #229E47) 1 100%;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+2) .zoho-industriеs-box::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #229E47) 1 100%;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+3) .zoho-industriеs-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2FBFF 100%);
    border-bottom: 1px solid #03A9EE;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+3) .zoho-industriеs-box::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #03A9EE) 1 100%;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+3) .zoho-industriеs-box::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #03A9EE) 1 100%;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+4) .zoho-industriеs-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFEF5 100%);
    border-bottom: 1px solid #FFB100;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+4) .zoho-industriеs-box::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #FFB100) 1 100%;
}

.zoho-industriеs-row .zoho-industriеs-col:nth-child(4n+4) .zoho-industriеs-box::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    height: 100%;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #9C578900, #FFB100) 1 100%;
}

.zoho-industriеs-box .zoho-industriеs-title {
    margin-top: 10px;
}

.zoho-our-implеmеntation-procеss-row {
    margin: 50px 0;
}

.zoho-our-implеmеntation-procеss-box {
    padding: 30px;
    border: 1px solid #CCCCCCCC;
    border-radius: 20px;
    height: 100%;
    position: relative;
}

.zoho-our-implеmеntation-procеss-box::after {
    content: "";
    position: absolute;
    border-top: 2px dashed var(--primary-color);
    top: 50%;
    right: -30px;
    width: 30px;
}

.zoho-our-implеmеntation-procеss-row .col-lg-2:last-child .zoho-our-implеmеntation-procеss-box::after {
    border: 0;
}

.zoho-our-implеmеntation-procеss-row:nth-child(1) .col-lg-2:last-child .zoho-our-implеmеntation-procеss-box::after {
    content: "";
    position: absolute;
    border-left: 2px dashed var(--primary-color);
    height: 50px;
    left: 50%;
    top: 100%;
}

.zoho-our-implеmеntation-procеss-row:nth-child(2) .col-lg-2:first-child .zoho-our-implеmеntation-procеss-box::after {
    content: "";
    position: absolute;
    border-left: 2px dashed var(--primary-color);
    height: 50px;
    top: -50px;
    left: 50%;
    border-top: 0;
}

/* Hide mobile view on desktops */
.zoho-mobile-view {
    display: none;
}

/* Hide desktop view on mobile */
.zoho-desktop-view {
    display: block;
}

.zoho-our-implеmеntation-procеss-box .zoho-our-implеmеntation-procеss-title h6 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.zoho-our-implеmеntation-procеss-box .zoho-our-implеmеntation-procеss-content h6 {
    font-weight: 500;
    font-size: 14px;
}

.zoho-faq-sec .container {
    max-width: 1080px;
}

.zoho-faq-sec .accordion-box .accordion-content {
    padding: 30px 0 0 0px;
}

.zoho-faq-sec .zoho-faq-sec-title {
    margin-bottom: 50px;
}

.zoho-faq-sec .accordion-content p {
    margin-bottom: 20px;
}

.zoho-faq-sec .faq-accordion-main-box .accordion-box {
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    padding: 35px 35px 10px;
    margin-bottom: 30px;
}

.zoho-faq-sec .accordion-box .accordion-title {
    border-bottom: 1px solid transparent;
    padding-bottom: 26px;
}

.zoho-faq-sec .accordion-box.active-accordion .accordion-title {
    border-bottom: 1px solid #0000001A;
}

.zoho-why-choose-tabing-part .title-back:before {
    display: none;
}

.zoho2-hero-section-layout7 {
    background-color: #F5F5F5;
}

.zoho-layout7-content ul {
    padding-left: 30px;
    list-style: none;
}

.zoho-layout7-content ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 20px;
}

.zoho-layout7-content ul li:last-child {
    padding-bottom: 0px;
}

.zoho-layout7-content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    background: url('../../image/zoho-list-icon.svg') no-repeat center;
    width: 20px;
    height: 21px;
}

.zoho-layout7-content-left-part {
    position: relative;
    padding-bottom: 50px;
    padding-right: 50px;
}

.zoho-layout7-content-left-part::after {
    position: absolute;
    content: "";
    background: url('../../image/zoho-australia-background-image.png') no-repeat center;
    bottom: -20px;
    left: -80px;
    width: 807px;
    height: 261px;
}

.zoho-form-part {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 10px;
}

.zoho-contact-form form textarea,
.zoho-contact-form form input:not([type="submit"]) {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    margin-bottom: 15px;
}

.zoho-contact-form form textarea:focus,
.zoho-contact-form form input:not([type="submit"]):focus {
    outline: none;
}

.zoho-contact-form form textarea {
    height: 150px;
    /* resize: none; */
}

.zoho-top-content {
    margin-top: 15px;
}

.zoho-contact-form form input[type="submit"] {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
}

.zoho-contact-form form input[type="submit"]:hover {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
}

.zoho-contact-form form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
}

.zoho-contact-form form .wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.zoho-faq-box-part .accordion-box.active-accordion .accordion-title h6 {
    color: #000000;
}

.zoho-faq-box-part .icon-box svg path {
    stroke: #000000;
}

.light-color {
    color: var(--text-color);
}

.zoho-management-row,
.zoho-certifications-and-expertise-slider-row,
.zoho-integration-slider-row,
.zoho-consulting-services-row {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.zoho-management-row .zoho-management-col,
.zoho-certifications-and-expertise-slider-row .zoho-certifications-and-expertise-slider-col,
.zoho-integration-slider-row .zoho-integration-slider-col,
.zoho-consulting-services-row .zoho-consulting-services-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.zoho-consulting-services-row.layout1 {
    background-color: #F5F5F5;
    padding: 60px 60px 40px;
    border-radius: 20px;
}

.zoho-consulting-services-row.layout1 .zoho-consulting-services-box {
    background-color: var(--white-color);
}

.zoho-management-col .zoho-management-details-box,
.zoho-integration-slider-row .zoho-integration-slider-box,
.zoho-consulting-services-row.layout1 .zoho-consulting-services-box,
.zoho-consulting-services-row.layout2 .zoho-consulting-services-box {
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.zoho-integration-slider-row .zoho-integration-slider-box .zoho-integration-slider-icon img,
.zoho-consulting-services-row.layout1 .zoho-consulting-services-box .zoho-consulting-services-icon img {
    height: 80px;
    width: 80px;
}

.zoho-consultant-services-slider-box .zoho-consultant-services-slider-title,
.zoho-services-details-row .zoho-services-details-box .zoho-services-details-title,
.zoho-consulting-services-row .zoho-consulting-services-box .zoho-consulting-services-title {
    margin-top: 10px;
}

.zoho-integration-slider-row .zoho-integration-slider-box .zoho-integration-slider-title h6 {
    margin-bottom: 10px;
}

.zoho-integration-slider-row .zoho-integration-slider-box .zoho-integration-slider-title {
    margin-top: 15px;
}

.zoho-consultant-services-slider-box .zoho-consultant-services-slider-content p,
.zoho-integration-slider-row .zoho-integration-slider-box .zoho-integration-slider-content p {
    margin-bottom: 0;
}

.zoho-consulting-services-row .zoho-consulting-services-box .zoho-consulting-services-content ul {
    padding-left: 23px;
}

.zoho-consulting-services-row .zoho-consulting-services-box .zoho-consulting-services-content ul li {
    margin-bottom: 10px;
    color: var(--text-color);
}

.zoho-consulting-services-row .zoho-consulting-services-box .zoho-consulting-services-content ul li::marker {
    color: var(--black-color);
}

.zoho-management-row.layout2 .zoho-management-details-box,
.zoho-consulting-services-row.layout2 .zoho-consulting-services-box {
    border: 0.5px solid #CCCCCC
}

.zoho-services-details-row {
    margin-top: 20px;
}

.zoho-services-details-row .zoho-services-details-col {
    padding: 0 40px 0 30px;
    margin: 30px 0;
}

.zoho-services-details-row .zoho-services-details-col:nth-child(3n+2) {
    border-right: 1px solid #C7C5C5;
    border-left: 1px solid #C7C5C5;
}

.zoho-management-row.layout1 .zoho-management-details-box,
.zoho-integration-slider-row .zoho-integration-slider-box {
    background-color: #F5F5F5;
}

.zoho-integration-slider-row {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.zoho-integration-slider-row .slick-arrow {
    font-size: 0;
    background: transparent;
    padding: 0;
    border: 0;
    top: 100%;
    margin-top: 30px;
    height: 50px;
    width: 50px;
    z-index: 99;
}

.zoho-integration-slider-row .slick-arrow.slick-prev {
    left: calc(50% - 60px);
}

.zoho-integration-slider-row .slick-arrow.slick-next {
    right: calc(50% - 60px);
}

.zoho-integration-slider-row .slick-arrow::before {
    height: 50px;
    width: 50px;
    content: "";
    opacity: 1;
}

.zoho-integration-slider-row .slick-arrow.slick-prev::before {
    background-image: url('../../image/zoho-left-arrow-icon.svg');
}

.zoho-integration-slider-row .slick-arrow.slick-prev:hover::before {
    background-image: url('../../image/zoho-black-left-arrow-icon.svg');
}

.zoho-integration-slider-row .slick-arrow.slick-next::before {
    background-image: url('../../image/zoho-right-arrow-icon.svg');
}

.zoho-integration-slider-row .slick-arrow.slick-next:hover::before {
    background-image: url('../../image/zoho-black-right-arrow-icon.svg');
}

.zoho-certifications-and-expertise-slider-box {
    border: 0.5px solid #CCCCCC;
    padding: 25px 30px;
    border-radius: 20px;
}

.zoho-certifications-and-expertise-slider-row .zoho-certifications-and-expertise-slider-col {
    margin-bottom: 0;
}

.zoho-certifications-and-expertise-slider-box .zoho-certifications-slider-icon {
    background-color: #F5F5F5;
    /* padding: 20px 25px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79px;
    width: 89px;
}

.zoho-certifications-and-expertise-slider-box .zoho-certifications-slider-icon img {
    height: 39px;
    width: 39px;
}

.zoho-certifications-and-expertise-slider .slick-arrow {
    top: -70%;
    font-size: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 50px;
    width: 50px;
}

.zoho-consultant-services-slider .slick-arrow::before,
.zoho-certifications-and-expertise-slider .slick-arrow::before {
    height: 50px;
    width: 50px;
    content: "";
    opacity: 1;
}

.zoho-certifications-and-expertise-slider .slick-prev {
    left: 88%;
}

.zoho-certifications-and-expertise-slider .slick-next {
    right: 3%;
}

.zoho-consultant-services-slider .slick-arrow.slick-prev::before,
.zoho-certifications-and-expertise-slider .slick-arrow.slick-prev::before {
    background-image: url('../../image/zoho-left-arrow-icon.svg');
}

.zoho-consultant-services-slider .slick-arrow.slick-prev:hover::before,
.zoho-certifications-and-expertise-slider .slick-arrow.slick-prev:hover::before {
    background-image: url('../../image/zoho-black-left-arrow-icon.svg');
}

.zoho-consultant-services-slider .slick-arrow.slick-next::before,
.zoho-certifications-and-expertise-slider .slick-arrow.slick-next::before {
    background-image: url('../../image/zoho-right-arrow-icon.svg');
}

.zoho-consultant-services-slider .slick-arrow.slick-next:hover::before,
.zoho-certifications-and-expertise-slider .slick-arrow.slick-next:hover::before {
    background-image: url('../../image/zoho-black-right-arrow-icon.svg');
}

.zoho-consultant-services-slider-sec {
    padding-top: 150px;
}

.zoho-consultant-services-slider-row {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    padding: 0 30px;
}

.zoho-consultant-services-slider-row:before {
    position: absolute;
    content: "";
    top: -60px;
    width: 100%;
    left: 0;
    height: 130px;
    background: #F5F5F5;
}

.zoho-consultant-services-slider-row .zoho-consultant-services-slider-col {
    padding-left: 10px;
    padding-right: 10px;
}

.zoho-consultant-services-slider-row .zoho-consultant-services-slider-box {
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    box-shadow: 0px 0px 12px 0px #0000000A;
    background-color: var(--white-color);
    margin-bottom: 10px;
}

/* .zoho-consultant-services-slider-sec .zoho-consultant-services-title-col .vi-single-page-web-title{
	margin: 40px 0;
	display: inline;
} */

.zoho-consultant-services-slider .slick-arrow {
    left: -47%;
    background-color: transparent;
    font-size: 0;
    padding: 0;
    border: 0;
    height: 50px;
    width: 50px;
    box-shadow: none;
    top: 45%;
}

.zoho-consultant-services-slider .slick-prev {
    right: calc(-50% - 0px);
}

.zoho-consultant-services-slider .slick-next {
    left: calc(-50% - -100px);
}

.shopify-our-slider-part.our-word-slider-row .our-wordpress-services-part-box,
.zoho-our-word-part.our-word-slider-row .our-wordpress-services-part-box {
    border: 1px solid #CCCCCC;
}

.shopify-our-slider-part.our-word-slider-row .our-wordpress-services-part-box .our-word-slider-details,
.zoho-our-word-part.our-word-slider-row .our-wordpress-services-part-box .our-word-slider-details {
    border-top: 1px solid #CCCCCC;
}

.our-word-slider-sec .zoho-our-word-part .slick-dots li.slick-active button:before {
    background-color: #000000;
}

.our-word-slider-sec .zoho-our-word-part .slick-dots li button:before {
    background-color: #D3D3D3;
}

.shopify-our-slider-part.our-word-slider-row .slick-dots li.slick-active button:before {
    background-color: #5E8E3E;
}

.shopify-our-slider-part.our-word-slider-row .slick-dots li button:before {
    background-color: #D6E3C8;
}

.zoho-consulting-services-sec .zoho-consulting-services-sub-title-row {
    margin: 20px 0 30px;
}

/* ======== shopify ========= */

.shopify-features-part .why-choose-wp-website-details-part-box,
.shopify-why-choose-wp-part.layout2 .why-choose-wp-website-details-part-box,
.shopify-why-choose-wp-part.layout1 .why-choose-wp-website-details-part-box {
    border: 1px solid #CCCCCC;
}

.shopify-why-choose-wp-part.layout2 .why-choose-wp-website-details-part-box:hover,
.shopify-why-choose-wp-part.layout1 .why-choose-wp-website-details-part-box:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F6EE 100%);
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title h6,
.shopify-why-choose-wp-part.layout2 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6,
.shopify-why-choose-wp-part.layout1 .why-choose-wp-website-details-part-box:hover .why-choose-wp-website-details-part-title h6 {
    color: #5E8E3E;
}

.shopify-why-choose-wp-part.layout3 .col-lg-6:nth-child(odd) .why-choose-wp-website-details-part-box {
    border-right: 1px solid #CCCCCC;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title {
    background-color: #F2F6EE;
    border-left: 7px solid #5E8E3E;
}

.shopify-tabing-info-part .accordion-box.active-accordion .accordion-title .open-icon svg {
    fill: #5E8E3E;
}

.shopify-tabing-info-part .faq-accordion-inner-box:after {
    border-image: linear-gradient(to bottom, #9C578900, #5E8E3E, #9C578900) 1 100%;
}

.shopify-industries-sec {
    padding-bottom: 40px;
}

.shopify-industries-sec .wordpress-deve-sub-main-title {
    margin: 10px 0 0;
}

.industries-we-serve-row {
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
}

.industries-we-serve-row .industries-we-serve-box {
    border: 1px solid #CCCCCC;
    padding: 25px;
    border-radius: 10px;
    background-color: #FFFFFF;
    height: 100%;
}

.industries-we-serve-row .industries-we-serve-box .industries-we-serve-title {
    padding: 15px 0 20px;
    border-bottom: 2px solid #5E8E3E;
}

.industries-we-serve-row .industries-we-serve-box .industries-we-serve-content {
    padding-top: 20px;
}

.shopify-our-process-sec .timeline-part::after {
    background-color: #CCCCCC;
}

.build-wordpress-details-row.shopify-features-part .why-choose-wp-website-details-part-box:hover {
    background-color: #F2F6EE;
}

/* ============================= Responsive View ===================================== */

@media only screen and (max-width: 1366px) {

    .slide-item {
        height: 495px;
    }

    .our-wordpress-slider .container {
        padding-top: 180px;
    }

    .our-wordpress-slider .slick-next,
    .our-wordpress-slider .slick-prev {
        top: 205px;
    }

    .our-wordpress-slider .slider-text {
        width: 20%;
    }

    .our-wordpress-tech-stack-sec-container {
        padding-top: 20px;
    }

    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-6:first-child,
    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-7:first-child {
        padding-left: 40px;
    }

    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .wordpress-services-process-details-box {
        padding-right: 20px;
    }

    .wordpress-services-process-part.amazonlayout .wordpress-services-process-row:nth-child(odd) .wordpress-services-process-details-box .wordpress-services-process-part .wordpress-services-process-row:nth-child(odd) .wordpress-services-process-details-box {
        padding-left: 30px;
    }

    .companies-slider-sec-row .trusted-companies-logos .slick-prev {
        left: 88%;
    }

    .technology-list-menu-part .col-lg-6 .list-title {
        padding-left: 20px;
    }

    .digital-wordpress-website-row h2 {
        margin-top: 20px;
    }

    .digital-wordpress-website-row .digital-sec-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1120px) {
    .zoho-our-implеmеntation-procеss-box {
        padding: 20px 8px;
    }

    .zoho-certifications-and-expertise-slider .slick-arrow {
        top: 100%;
        margin-top: 50px;
    }

    .zoho-certifications-and-expertise-slider .slick-prev {
        left: calc(50% - 60px);
    }

    .zoho-certifications-and-expertise-slider .slick-next {
        right: calc(50% - 60px);
    }

    .zoho-certifications-and-expertise-title-col h2 br {
        display: none;
    }

    .zoho-certifications-and-expertise-slider-row .zoho-certifications-and-expertise-slider-col {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .zoho-hero-section-layout .col-lg-5.text-align-right,
    .service-hero-sec .col-lg-5.text-align-right {
        text-align: center;
        margin-top: 30px;
    }

    .mvp-develoment-main-slider-part .mvp-icons-info-main-part {
        min-height: 500px;
    }

    .angular-icon {
        left: 270px;
    }

    .vuejs-icon {
        right: 270px;
    }

    .javascript-icon {
        bottom: 30px;
        left: 200px;
    }

    .reactjs-icon {
        right: 200px;
        bottom: 30px;
    }

    .python-icon {
        bottom: 30px;
        left: 190px;
    }

    .nodejs-icon {
        bottom: 30px;
        right: 200px;
    }

    .php-icon {
        top: 170px;
        right: 270px;
    }

    .java-icon {
        top: 190px;
        left: 270px;
    }

    .vi_it_consultancy_procеss_items.slick-slide.slick-current {
        width: 330px !important;
    }

    .vi_it_consultancy_procеss_items.slick-slide {
        width: 320px !important;
        margin: 0 5px;
    }

    .vi_it_consultancy_procеss_box {
        padding: 45px 20px;
    }

    .it-consulting-procеss-details-part {
        border-radius: 18px;
    }

    .healthcare-software-services-item>.col-sm-12:nth-child(odd) .healthcare-software-service-detail-content-part {
        margin-right: 0px;
    }

    .healthcare-software-services-item>.col-sm-12:nth-child(even) .healthcare-software-service-detail-content-part {
        margin-left: 0px;
    }

    .healthcare-software-service-highlights-part {
        display: block;
    }

    .healthcare-software-service-highlights-part .healthcare-software-service-image,
    .healthcare-software-service-highlights-part .healthcare-software-service-detail-part {
        width: 100%;
    }

    .healthcare-software-services-item>.col-sm-12:nth-child(odd) .healthcare-software-service-image::after {
        right: 160px;
    }

    .healthcare-software-services-item>.col-sm-12:nth-child(even) .healthcare-software-service-image::after {
        left: 160px;
    }

    .wordpress-services-process-part.amazonlayout .wordpress-services-process-row:nth-child(even) .col-lg-7:first-child,
    .wordpress-services-process-part.amazonlayout .wordpress-services-process-row:nth-child(even) .col-lg-6:first-child {
        padding-left: 30px;
    }

    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-6:first-child,
    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-7:first-child {
        padding-left: 0;
    }

    .zoho-layout7-content-left-part::after {
        bottom: -45px;
        left: -220px;
    }
}

@media only screen and (max-width: 1020px) {

    .zoho-services-box-slider-content p,
    .aws-services-box-slider-content p,
    .custom-software-development-slider-title h6 {
        height: auto !important;
    }
}

@media only screen and (max-width: 991px) {
    .service-description-sec .service-description-details-row .service-des-last-content {
        margin-left: 0;
    }

    .service-description-sec .service-description-details-row .service-des-first-content {
        margin-right: 0;
    }

    .service-description-sec .service-description-details-row {
        margin: 0px 0;
    }

    .owl-carousel .owl-item.active+.active {
        /* border-left: 1px solid #C7C5C5; */
    }

    .web-hero-section-layout .col-lg-5.text-align-right,
    .custom-software-develoment-service-sec-image {
        text-align: center;
    }

    .custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .col-lg-6 {
        padding-bottom: 20px;
    }

    .industry-solution-sec .industry-solution-listing-row .col-lg-6:nth-child(odd),
    .custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .col-lg-6:nth-child(odd) {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 10px;
    }

    .industry-solution-sec .industry-solution-listing-row .col-lg-6:nth-child(even),
    .custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .col-lg-6:nth-child(even) {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(odd),
    .hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .col-lg-6:nth-child(odd),
    .hire-dedicated-sec .hire-dedicated-listing-row .col-lg-6:nth-child(odd),
    .choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(odd),
    .choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(odd) {
        border-right: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(even),
    .hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-details-part div.col-lg-6:nth-child(even),
    .hire-dedicated-sec .hire-developers-details-part div.col-lg-6:nth-child(even),
    .custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-part div.col-lg-6:nth-child(even),
    .hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .col-lg-6:nth-child(even),
    .hire-dedicated-sec .hire-dedicated-listing-row .col-lg-6:nth-child(even),
    .choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(even),
    .choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(even) {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-details-part div.col-lg-6:nth-child(odd),
    .hire-dedicated-sec .hire-developers-details-part div.col-lg-6:nth-child(odd),
    .custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-part div.col-lg-6:nth-child(odd) {
        padding-right: 0;
    }

    .potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4 p,
    .potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 p {
        max-width: 100%;
        margin-bottom: 0;
        padding-right: 10px;
    }

    .potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4:nth-child(3n-1),
    .potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4:nth-child(3n-1) {
        padding-top: 0;
    }

    .potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4,
    .potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 {
        padding: 10px 0px 10px 30px;
        border-right: 0;
    }

    .choose-the-business-model-point-row .col-lg-6 .choose-point-details-main-part {
        padding: 15px 0;
        margin: 10px 0;
    }

    .choose-the-business-model-point-row .col-lg-6:nth-child(2) .choose-point-details-main-part {
        margin-top: 0;
    }

    .choose-the-business-model-point-row .col-lg-6:nth-child(even) .choose-point-details-main-part {
        padding-left: 0;
    }

    .choose-the-business-model-point-row .col-lg-6:nth-child(odd) .choose-point-details-main-part {
        padding-right: 0;
        border-right: 0;
    }

    .choose-the-business-model-point-row .col-lg-6:nth-last-child(-n + 2) {
        border-bottom: 1px solid #C7C5C5;
    }

    .mvp-vision-infotech-sec-details-part .col-lg-4:nth-child(3n+2) {
        border: 0;
    }

    .why-opt-custom-services-project-sec-title {
        margin-top: 20px;
    }

    .odoo-consulting-services-row .odoo-consulting-services-details-box {
        margin-bottom: 20px;
    }

    .odoo-tabing-view-row .odoo-tabing-view-part1 ul.introduction-title li {
        padding: 20px;
    }

    .odoo-hero-section-layout {
        padding: 50px 0;
    }

    .odoo-tabing-view-row .right-border-gradient {
        border: 0;
    }

    .why-partner-details-sec .leaders-back-img:after {
        bottom: 10%;
        height: 78%;
    }

    .odoo-tabing-view-row .odoo-tabing-view-part2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .odoo-tabing-view-row .odoo-tabing-view-part1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .zoho-application-business-faq-part .faq-accordion-inner-box:after {
        border-right: 0;
        position: static;
    }

    .zoho-application-business-faq-part .faq-accordion-inner-box .col-lg-6:nth-child(odd) {
        padding-right: 0;
    }

    .zoho-application-business-faq-part .faq-accordion-inner-box .col-lg-6:nth-child(even) {
        padding-left: 0;
    }

    .zoho-application-business-faq-part .faq-accordion-inner-box .accordion-content {
        padding: 10px;
    }

    .zoho-application-business-faq-part .faq-accordion-main-box .accordion-box {
        padding-bottom: 0;
    }

    .zoho-application-business-faq-part .accordion-box .accordion-title {
        padding: 20px;
    }

    .custom-software-develoment-service-sec-slider-part .custom-software-develoment-service-slider-content .rmwp-button-wrap button {
        display: none;
    }

    .custom-software-develoment-service-sec-slider-part .custom-software-develoment-service-slider-content .rmwp-toggle {
        display: block !important;
    }

    .mvp-development-services-sec .mvp-technology-sec-wrap {
        background-image: none;
    }

    .postid-6652 .mvp-develoment-main-slider-part .mvp-icons-info-main-part {
        min-height: auto;
    }

    .mvp-develoment-main-slider-part .mvp-icons-info-main-part {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .mvp-icons-details {
        position: static;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .mvp-icons-info-main-part .mvp-icons {
        width: 20%;
    }

    .mvp-icons-content {
        width: 80%;
        min-width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
    }

    .mvp-icons-content::after {
        display: none;
    }

    .mvp-icons-details {
        display: block;
    }

    .mvp-icons-content,
    .mvp-icons-info-main-part .mvp-icons {
        width: 100%;
    }

    /* .vi_it_consultancy_procеss_items.slick-slide.slick-current {
        width: 796px !important;
    } */

    .vi_it_consultancy_procеss_items.slick-slide.slick-current {
        width: 555px !important;
    }

    .healthcare-software-services-item .col-sm-12:nth-child(odd) .healthcare-software-service-image {
        padding-right: 0px;
    }

    .healthcare-software-services-item .col-sm-12:nth-child(even) .healthcare-software-service-image {
        padding-left: 0px;
    }

    .wordpress-deve-services-part-row .wordpress-deve-services-part-box,
    .healthcare-software-service-detail-content-part {
        padding: 20px;
    }

    .healthcare-software-services-item .col-sm-12:nth-child(odd) .healthcare-software-service-image::after,
    .healthcare-software-services-item .col-sm-12:nth-child(even) .healthcare-software-service-image::after {
        background-image: none;
        position: static;
    }

    .odoo-tabing-view-part2.faq-accordion-main-box ul.introduction-data li {
        padding-bottom: 10px;
    }

    .technology-list-menu-part .col-lg-6 .list-title {
        padding-left: 0;
    }

    .companies-slider-sec-row .trusted-companies-logos .slick-prev,
    .companies-slider-sec-row .trusted-companies-logos .slick-next {
        top: 100%;
        margin-top: 50px;
    }

    .companies-slider-sec {
        padding-bottom: 70px;
    }

    .companies-slider-sec-row .trusted-companies-logos .slick-next {
        right: calc(50% - 50px);
    }

    .companies-slider-sec-row .trusted-companies-logos .slick-prev {
        left: calc(50% - 50px);
    }

    .top-rated-part-row {
        gap: 30px 0;
    }

    .business-models-info-part .business-models-info-right {
        padding-left: 0;
    }

    .digital-wordpress-website-sec .digital-wordpress-website-row {
        padding: 0 20px;
    }

    .slide-item {
        height: 400px;
        background-position: bottom;
    }

    .our-wordpress-slider .slider-text {
        width: 25%;
    }

    .wordpress-services-process-part .wordpress-services-process-icon-box {
        text-align: center;
    }

    .business-models-info-part .business-models-info-right-row:first-child {
        padding-top: 30px;
    }

    .our-wordpress-tech-stack-sec-container {
        padding-top: 0px;
    }

    .our-wordpress-slider .container {
        padding-top: 140px;
    }

    .our-wordpress-slider .slick-next,
    .our-wordpress-slider .slick-prev {
        top: 165px;
    }

    .our-word-slider-row .our-wordpress-services-part-box {
        margin-right: 0px;
    }

    .additional-wp-deve-services-row .additional-wp-deve-services-part-box,
    .why-choose-wp-website-details-row .why-choose-wp-website-details-part-box {
        padding: 25px 20px;
    }

    .our-wordpress-services-part-box .our-word-slider-content p {
        font-size: 18px;
    }

    .digital-wordpress-website-sec {
        padding: 70px 0 65px 0;
    }

    .our-word-slider-sec .our-word-slider-row,
    .companies-slider-sec .companies-slider-sec-row,
    .wordpress-portfolio-sec .portfolio-details-row,
    .wordpress-services-process-part,
    .business-models-info-part {
        margin-top: 20px;
    }

    .web-hero-left-part .service-hero-button {
        margin-bottom: 30px;
    }

    .why-choose-wp-website-details-row.layout3 .col-lg-6:nth-child(odd) .why-choose-wp-website-details-part-box {
        padding: 0 10px 30px 0;
    }

    .why-choose-wp-website-details-row.layout3 .col-lg-6:nth-child(even) .why-choose-wp-website-details-part-box {
        padding: 0 0 30px 10px;
    }

    .schedule-call-form-section .schedule-call-form-container {
        padding: 50px 50px 30px 50px;
    }

    .zoho2-hero-section-layout .zoho2-content-left-part {
        padding-right: 0px;
    }

    .zoho-hero-section-layout .service-hero-content {
        max-width: 100%;
    }

    .zoho-form-part,
    .zoho-hero-section-layout .service-hero-button,
    .zoho2-hero-section-layout .zoho-details-row {
        margin-top: 30px;
    }

    .zoho-consltant-logos-row .zoho-consltant-logos-col {
        gap: 15px;
    }

    .zoho-our-implеmеntation-procеss-row:nth-child(1) .col-lg-2:last-child .zoho-our-implеmеntation-procеss-box::after,
    .zoho-our-implеmеntation-procеss-row:nth-child(2) .col-lg-2:first-child .zoho-our-implеmеntation-procеss-box::after,
    .zoho-our-implеmеntation-procеss-box::after {
        position: static;
        border: 0;
    }

    .zoho-desktop-view {
        display: none;
    }

    .zoho-mobile-view {
        display: block;
    }

    .zoho-our-implеmеntation-procеss-row {
        margin: 20px 0 50px 0;
    }

    .zoho-our-implеmеntation-procеss-row .zoho-our-implеmеntation-procеss-col {
        margin-bottom: 30px;
    }

    .zoho-our-implеmеntation-procеss-box {
        padding: 20px;
    }

    .zoho-consulting-services-row.layout1 {
        padding: 40px;
    }

    .zoho-layout7-content-left-part::after {
        left: 0;
    }

    .zoho-certifications-and-expertise-slider .slick-arrow {
        margin-top: 30px;
    }

    .zoho-services-details-row .zoho-services-details-col:nth-child(3n+2) {
        border-right: 0;
        border-left: 0;
    }

    .zoho-services-details-row .zoho-services-details-col {
        padding: 0 10px;
        margin: 10px 0;
    }

    .zoho-consultant-services-slider-sec {
        padding-top: 40px;
    }

    .zoho-consultant-services-slider-row:before {
        position: static;
        height: 0;
        background: transparent;
    }

    .zoho-consultant-services-slider-sec .zoho-consultant-services-title-col .vi-single-page-web-title {
        margin: 0 0 30px;
        text-align: center;
    }

    .zoho-consultant-services-slider-row {
        padding: 70px 0 0;
    }

    .zoho-consultant-services-slider .slick-arrow {
        top: 10px;
        z-index: 99;
    }

    .zoho-consultant-services-slider .slick-prev {
        right: auto;
        left: calc(50% - 60px);
    }

    .zoho-consultant-services-slider .slick-next {
        left: auto;
        right: calc(50% - 60px);
    }

    .zoho-consultant-services-slider-row .zoho-consultant-services-slider-box {
        border: 1px solid #CCCCCC;
    }

    .zoho-layout7-content-left-part::after {
        bottom: 0;
        left: -80px;
    }

    .web-hero-section-layout {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767px) {

    br {
        display: none;
    }

    .aws-hero-layout h1 span,
    .zoho-hero-section-layout .service-hero-title h1,
    .service-hero-sec .service-hero-title h1 {
        word-wrap: break-word;
    }

    .aws-hero-layout {
        margin-bottom: 40px;
    }

    .single-services.postid-7133 .aws-hero-layout {
        padding: 40px 0;
    }

    .industry-working-expert-sec,
    .empower-custom-softwere-service-sec {
        padding: 40px 0;
        margin-bottom: 20px;
    }

    .web-hero-section-layout {
        margin-bottom: 40px;
    }

    .industry-developer-india-sec .industry-india-slider-part .col-lg-4,
    .why-choose-form-vision-infotech-sec .why-choose-form-vision-info-slider-part .col-lg-4,
    .why-hire-developer-form-vision-sec .why-developer-form-vision-slider-part .col-lg-4,
    .custom-software-develoment-service-sec .custom-software-develoment-service-sec-slider-part .col-lg-4,
    .zoho-services-box-slider-row .col-lg-4,
    .custom-software-development-slider-sec .custom-software-development-slider-sec-part .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .industry-india-section .industry-india-details-sec-row,
    .potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row,
    .choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row,
    .potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row,
    .choosing-the-right-details-section .choosing-the-right-details-sec-row {
        margin: 0;
        margin-bottom: 20px;
    }

    .hire-discover-the-technology-sec .faq-accordion-main-box .accordion-content,
    .why-opt-custom-services-project-sec .faq-accordion-main-box .accordion-content {
        padding-left: 0;
        padding-right: 0;
    }

    .choose-point-details-main-part .choose-the-business-model-point-sub-title-content ul {
        display: block;
    }

    .industry-technology-sec .accordion-box .accordion-content {
        padding: 20px 0 20px 30px;
    }

    .why-choose-service-layout-row .col-lg-6 .why-choose-service-layout-row-box {
        padding: 15px;
    }

    .leaders-details-content-part {
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }

    .why-partner-details-sec {
        margin-bottom: 50px;
    }

    .why-partner-details-sec .leaders-back-img:after {
        display: none;
    }

    .why-partner-details-sec .why-partner-details-row {
        padding-top: 40px;
    }

    .why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-content-part {
        padding-left: 0;
        padding-bottom: 10px;
        padding-right: 0px;
    }

    .why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:after {
        right: auto;
    }

    .why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:before {
        left: auto;
    }

    .why-partner-details-sec .leaders-details-image:before {
        right: auto;
        bottom: 0;
    }

    .why-partner-details-sec .leaders-details-image:after {
        left: auto;
        bottom: 43px;
        transform: rotate(90deg);
        width: 15%;
    }

    .why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image,
    .why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image {
        justify-content: center;
    }

    .why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image img {
        padding-right: 0;
        padding-bottom: 50px;
    }

    .why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image img {
        padding-left: 0;
        padding-bottom: 50px;
    }

    .why-partner-details-sec .leaders-details-part .col-lg-9 {
        text-align: left;
    }

    .why-partner-details-sec .leaders-name-part {
        justify-content: left;
        align-items: center;
    }

    .why-partner-details-sec .leaders-name-part::after {
        left: 0;
    }

    .why-partner-details-sec .why-partner-details-row:nth-child(even) .col-lg-6:first-child {
        order: 0;
    }

    .zoho-services-box-slider-box {
        padding: 15px;
    }

    .zoho-hero-section-layout .service-hero-button a {
        padding: 7px 27px 7px 27px;
    }

    .mvp-vision-infotech-sec .mvp-vision-infotech-sec-details-box {
        padding: 0;
        margin: 10px 0;
    }

    .aws-marketplaces-details-part .aws-marketplaces-details-part-box,
    .aws-consulting-services-details-part .aws-consulting-services-details-part-box {
        padding: 20px;
    }

    .row.align-items-center.leaders-details-part {
        flex-wrap: nowrap;
    }

    .odoo-consulting-services-row .odoo-consulting-services-details-box {
        padding: 20px;
        min-height: auto;
    }

    .odoo-consulting-services-row .odoo-consulting-ser-info-part {
        position: inherit;
        padding: 0;
    }

    .odoo-tabing-view-row .odoo-tabing-view-part2,
    .odoo-tabing-view-row .odoo-tabing-view-part1,
    .odoo-tabing-view-row .odoo-tabing-view-part1 .introduction-title {
        padding: 0;
    }

    .single-services.postid-6148 .zoho-services-box-slider-box {
        min-height: auto;
    }

    .mvp-Softwarе-hero-sec .mvp-content-left-part {
        padding-right: 0;
    }

    .amazon-hero-section-layout,
    .mvp-Softwarе-hero-sec {
        margin-bottom: 40px;
    }

    /* .vi_it_consultancy_procеss_items.slick-slide.slick-current {
		width: 555px !important;
	} */

    /* .custom-software-develoment-service-sec .faq-accordion-main-box .accordion-content, */
    .hire-discover-the-technology-sec .faq-accordion-main-box .accordion-content,
    .why-opt-custom-services-project-sec .faq-accordion-main-box .accordion-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .industry-vision-advantage-sec .faq-accordion-inner-box .accordion-content {
        padding: 10px;
    }

    .aws-faq-content-image-row .aws-faq-content {
        padding-bottom: 30px;
        padding-right: 0;
    }

    .digital-wordpress-website-row .digital-wordpress-website-sec-image {
        margin-top: 0;
    }

    .our-wordpress-slider .slider-text {
        width: 30%;
    }

    .our-wordpress-slider .slick-next {
        right: calc(50% - 150px);
    }

    .our-wordpress-slider .slick-prev {
        left: calc(50% - 150px);
    }

    .our-wordpress-slider .slider-text h6 {
        font-size: 16px;
    }

    .business-models-info-part .business-models-info-right-content {
        padding-left: 0px;
        padding-top: 10px;
    }

    .digital-wordpress-website-sec {
        padding: 40px 0 40px 0;
    }

    .business-models-info-part .business-models-info-right-row {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .our-word-slider-row .slick-list {
        display: initial;
    }

    .our-wordpress-services-part-box .our-word-slider-content p {
        font-size: 14px;
    }

    .additional-wp-deve-services-row,
    .wordpress-deve-services-part-row,
    .why-choose-wp-website-details-row,
    .our-wordpress-services-row {
        margin-bottom: 20px;
    }

    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-6:first-child,
    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .col-lg-7:first-child {
        order: 0;
    }

    .wordpress-services-process-part .wordpress-services-process-details-box,
    .wordpress-services-process-part .wordpress-services-process-row:nth-child(even) .wordpress-services-process-details-box {
        text-align: center;
    }

    .wordpress-services-process-part.amazonlayout .wordpress-services-process-row:nth-child(odd) .wordpress-services-process-details-box,
    .wordpress-services-process-part .wordpress-services-process-row:nth-child(odd) .wordpress-services-process-details-box {
        padding-left: 0px;
    }

    .web-hero-section-layout .col-lg-5.text-align-right {
        padding-top: 30px;
    }

    .our-portfolio-details-part .portfolio-img-part img {
        width: 100%;
    }

    .portfolio-details-row .portfolio-img-part .portfolio-read-more {
        right: 0;
    }

    .portfolio-details-row .our-portfolio-details-part .portfolio-img-part:after {
        right: 0;
    }

    .wordpress-deve-services-part-row .col-lg-6:nth-child(odd) {
        border-right: 0;
        margin-bottom: 0;
    }

    .wordpress-deve-services-part-row .col-lg-6:nth-last-child(2):nth-child(odd) .wordpress-deve-services-part-box {
        border-bottom: 1px solid #BFD3D8;
    }

    .wordpress-deve-services-part-row .wordpress-deve-services-part-box {
        padding: 20px 0;
    }

    .timeline-item {
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }

    .timeline-item::after,
    .timeline-item::before,
    .timeline-part::after {
        display: none;
    }

    .timeline-item.left {
        padding-right: 0;
        text-align: left;
    }

    .timeline-item.right {
        padding-left: 0;
    }

    .schedule-call-form-section .schedule-call-form-container {
        padding: 30px;
    }

    .schedule-call-form-section .schedule-form-part {
        margin-bottom: 20px;
    }

    .schedule-call-form-section .schedule-form-part .col-lg-6 {
        padding-right: 0;
    }

    .schedule-call-form-section .submit-btn .wpcf7-spinner {
        margin: 0 0 0 2px;
    }

    .schedule-call-form-section input[type="submit"] {
        padding: 10px 15px;
    }

    .web-hero-section-layout .web-hero-left-part {
        display: flex;
        flex-direction: column;
    }

    .web-hero-left-part .service-hero-content {
        order: 3;
    }

    .web-hero-left-part .service-hero-button {
        order: 2;
        margin-top: 15px;
    }

    .web-hero-left-part .technology-list-menu-part {
        margin: 10px -15px;
        order: 4;
    }

    .our-wordpress-tech-stack-sec {
        margin-bottom: 50px;
    }

    .why-choose-wp-website-details-row.layout3 .col-lg-6:nth-child(odd) .why-choose-wp-website-details-part-box {
        padding: 10px;
        border-right: 0;
    }

    .why-choose-wp-website-details-row.layout3 .col-lg-6:nth-child(even) .why-choose-wp-website-details-part-box {
        padding: 10px;
    }

    body .vision-infotech-image-faq-row .faq-accordion-main-box .aws-faq-right-image {
        text-align: left;
    }

    body .vision-infotech-image-faq-row .faq-accordion-main-box .accordion-content {
        padding-left: 20px;
    }

    .migration-checklist-row {
        gap: 20px 0;
        margin: 20px -10px;
    }

    .other-wordpress-services-row {
        margin-top: 20px;
    }

    .other-wordpress-services-info-part {
        padding-top: 20px;
    }

    .other-wordpress-services-part-box {
        padding-bottom: 30px;
    }

    .our-word-slider-sec {
        padding-bottom: 50px;
        margin: 30px 0;
    }

    .our-word-slider-sec .slick-dots {
        bottom: -46px;
    }

    .migrate-to-wordpress-details-row {
        padding: 20px;
    }

    .zoho-consltant-logos-row .zoho-consltant-logos-col {
        overflow: auto;
        gap: 45px;
    }

    .zoho-consltant-logos-row .zoho-consltant-logos-name-row .text-align-right,
    .zoho-consltant-logos-row .zoho-consltant-logos-name-row {
        text-align: left;
        gap: 20px 0;
    }

    .zoho-consltant-sec-title-row {
        margin-bottom: 0;
    }

    .boot-your-business-part-row {
        padding: 30px 30px 0;
    }

    .zoho-our-implеmеntation-procеss-row {
        margin: 20px 0 15px 0;
    }

    .zoho-faq-sec .faq-accordion-main-box .accordion-box {
        padding: 25px 25px 10px;
    }

    .zoho-faq-sec .accordion-box .accordion-title {
        padding-bottom: 16px;
    }

    .zoho-layout7-content-left-part::after {
        background: none;
        position: static;
    }

    .zoho-layout7-content-left-part {
        padding-bottom: 20px;
        padding-right: 0;
    }

    .zoho-consulting-services-row.layout1 {
        padding: 30px 20px;
    }

    .zoho-certifications-and-expertise-slider-row,
    .zoho-integration-slider-row,
    .zoho-consulting-services-row {
        margin-top: 20px;
    }

    .zoho-certifications-and-expertise-slider-sec {
        padding: 60px 0;
    }

}

@media only screen and (max-width: 520px) {

    .our-wordpress-slider .slick-next,
    .our-wordpress-slider .slick-prev {
        top: 215px;
    }

    .our-wordpress-slider .container {
        padding-top: 190px;
    }

    .our-wordpress-slider .slider-text {
        width: 40%;
    }

    .schedule-call-form-section .schedule-form-part textarea,
    .schedule-call-form-section .schedule-form-part input {
        padding: 12px 20px;
        height: 55px;
    }

}

@media only screen and (max-width: 480px) {

    .industry-developer-india-sec .industry-india-slider-part .col-lg-4,
    .why-choose-form-vision-infotech-sec .why-choose-form-vision-info-slider-part .col-lg-4,
    .why-hire-developer-form-vision-sec .why-developer-form-vision-slider-part .col-lg-4,
    .custom-software-develoment-service-sec .custom-software-develoment-service-sec-slider-part .col-lg-4,
    .zoho-services-box-slider-row .col-lg-4,
    .custom-software-development-slider-sec .custom-software-development-slider-sec-part .col-lg-4 {
        padding: 0;
    }

    .potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4,
    .potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 {
        padding: 20px 0;
    }

    .potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4 p,
    .potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4 h6,
    .potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 p,
    .potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 h6 {
        padding: 10px;
    }

    .industry-solution-sec .industry-solution-listing-row {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .web-hero-section-layout {
        margin-bottom: 0;
    }

    .row.align-items-center.leaders-details-part {
        flex-wrap: wrap;
    }

    .odoo-features-row .odoo-features-details-box {
        padding: 25px;
    }

    .odoo-tabing-view-row .odoo-tabing-view-part1 ul.introduction-title li {
        padding: 10px;
    }

    .odoo-tabing-view-row .choose-vision-tab-box h6 {
        font-size: 16px;
    }

    .it-consulting-services-details-row .it-consulting-services-details-part {
        padding: 20px;
    }

    .single-services.postid-6878 .odoo-tabing-view-row .scrollbar-consultancy {
        max-height: 375px;
    }

    .healthcare-multi-row-carousel .item-group {
        display: block;
    }

    .healthcare-multi-row-carousel .item {
        width: calc(100% - 10px);
        margin-bottom: 20px;
    }

    .companies-slider-sec-row .trusted-companies-logos .logo-box {
        margin-right: 0;
    }

    .top-rated-part-row {
        padding: 30px;
    }

    .wordpress-deve-services-part-box {
        display: block;
    }

    .wordpress-deve-services-part-row .wordpress-deve-services-part-box .wordpress-deve-services-part-details {
        padding-left: 0px;
    }

    .our-wordpress-services-deve-part {
        margin-top: 20px;
    }

    .portfolio-details-row .portfolio-img-part .portfolio-read-more,
    .portfolio-details-row .our-portfolio-details-part .portfolio-img-part:after {
        display: none;
    }

    .schedule-call-form-section .schedule-call-form-container {
        padding: 30px 20px;
    }

    .wordpress-deve-services-part-row .col-12 .col-lg-1,
    .wordpress-deve-services-part-row .col-12 .col-lg-1 {
        width: auto;
    }

    body .vision-infotech-image-faq-row .faq-accordion-main-box .accordion-content {
        padding-left: 0px;
    }

    .migration-checklist-part-box .migration-checklist-part-title,
    .migration-checklist-part-box .migration-checklist-info-part,
    .migrate-to-wordpress-details-row .migrate-to-wordpress-details-part-box,
    .build-wordpress-details-row .why-choose-wp-website-details-part-box,
    .why-choose-wp-website-details-row .why-choose-wp-website-details-part-box,
    .our-wordpress-services-sec .our-wordpress-services-part-box {
        padding: 20px;
    }

    .vision-infotech-image-faq-row .accordion-box .accordion-title {
        gap: 0;
        flex-wrap: wrap;
    }

    .vision-infotech-image-faq-row {
        padding-bottom: 10px;
    }

    .migrate-to-wordpress-details-row {
        padding: 20px 10px;
        margin-top: 20px;
    }

    .migration-checklist-info-part .migration-checklist-info-box {
        padding-left: 35px;
    }

    .migration-checklist-info-box .migration-checklist-info-title::before {
        left: -32px;
    }

    .zoho-integration-slider-row .zoho-integration-slider-box,
    .zoho-consulting-services-row.layout1 .zoho-consulting-services-box,
    .zoho-consulting-services-row.layout2 .zoho-consulting-services-box {
        padding: 20px;
    }

    .zoho-form-part {
        padding: 25px 20px;
    }

}

@media only screen and (max-width: 375px) {

    .vi_it_consultancy_procеss_items.slick-slide.slick-current {
        width: 364px !important;
    }

    .it-consulting-procеss-details-part {
        height: 100%;
    }

    .it-consulting-procеss_nav_arrow .custom-arrow:hover {
        width: 55px;
    }

    .vi_it_consultancy_procеss_items.slick-slide.slick-current .consultancy-procеss-details-content {
        margin-bottom: 40px;
    }

    /* .our-wordpress-slider .slider-text {
		width: 70%;
	} */

    .web-hero-section-layout .web-hero-left-part,
    .odoo-hero-section-layout .service-hero-content {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 350px) {

    .vi_it_consultancy_procеss_items.slick-slide.slick-current {
        width: 310px !important;
    }

    .our-wordpress-slider .slick-prev {
        left: calc(50% - 130px);
    }

    .our-wordpress-slider .slick-next {
        right: calc(50% - 130px);
    }

    .our-wordpress-slider .slider-text {
        width: 60%;
    }

    .slide-item {
        height: 370px;
    }
}

section {
    padding: 65px 0;
}

.why-partner-details-sec .leaders-name-part {
    display: flex;
    justify-content: end;
    gap: 15px;
    position: relative;
    padding-bottom: 10px;
}

.why-partner-details-sec .leaders-name-part::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 236px;
    border-bottom: 1px solid #000000;
    left: 365px;
}

.why-partner-details-sec .leaders-details-part .col-lg-9 {
    padding: 20px 30px 20px 0;
}

/* Testimonials section (Home Page)
--------------------------------------------- */

.testimonials-sec {
    background-color: #E9F4FF;
    padding-bottom: 80px;
}

.testimonials-sec .testimonials-sec-title h2 {
    z-index: 1;
    padding-bottom: 20px;
    font-size: calc(26px + (36 - 26) * ((100vw - 320px) / (1920 - 320)));
}

.testimonials-sec .testimonials-our-word-slider-row {
    margin-top: 30px;
}

.testimonials-sec .testimonials-our-word-slider-row .slick-list {
    display: grid;
}

.testimonials-our-word-slider-row {
    margin: 0 -10px;
}

.testimonials-our-word-slider-row .testimonials-slider-box {
    padding-left: 10px;
    padding-right: 10px;
}

.testimonials-sec .testimonials-our-word-slider-row .testimonials-our-wordpress-services-part-box {
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    padding: 30px;
    background-color: #FFFFFF;
    height: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-sec .testimonials-our-word-slider-row .testimonials-our-wordpress-services-part-box .our-word-slider-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    line-height: 1;
    border-top: 1px solid #CCCCCC;
}

.testimonials-sec .testimonials-our-word-slider-row .slick-dots {
    bottom: -60px;
}

.testimonials-sec .testimonials-our-word-slider-row .slick-dots li button {
    border: 0;
    background-color: #C0E0FF;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 6px;
}

.testimonials-sec .testimonials-our-word-slider-row .slick-dots li {
    height: auto;
    width: auto;
}

.testimonials-sec .slick-dots li.slick-active button:before,
.testimonials-sec .slick-dots li button:before {
    color: transparent;
    width: 30px;
    height: 6px;
    border-radius: 30px;
    top: auto;
    left: auto;
}

.testimonials-sec .slick-dots li button:before {
    background-color: #0066FF;
}

.industry-developer-india-sec .industry-india-slider-part,
.why-choose-form-vision-infotech-sec .why-choose-form-vision-info-slider-part,
.why-hire-developer-form-vision-sec .why-developer-form-vision-slider-part,
.custom-software-develoment-service-sec .custom-software-develoment-service-sec-slider-part,
.zoho-services-box-slider-row,
.custom-software-development-slider-sec .custom-software-development-slider-sec-part {
    margin: 35px 0 30px 0;
}

.custom-software-develoment-service-sec .mvp-faq-sub-title {
    margin-bottom: 20px;
}

.industry-developer-india-sec .industry-india-slider-title,
.why-choose-form-vision-infotech-sec .why-choose-form-vision-info-slider-title,
.why-hire-developer-form-vision-sec .why-developer-form-vision-slider-title,
.custom-software-develoment-service-sec .custom-software-develoment-service-slider-title,
.custom-software-development-slider-sec .custom-software-development-slider-title {
    padding: 20px 0;
}

.industry-developer-india-sec .industry-india-slider-part .col-lg-4,
.why-choose-form-vision-infotech-sec .why-choose-form-vision-info-slider-part .col-lg-4,
.why-hire-developer-form-vision-sec .why-developer-form-vision-slider-part .col-lg-4,
.custom-software-develoment-service-sec .custom-software-develoment-service-sec-slider-part .col-lg-4,
.zoho-services-box-slider-row .col-lg-4,
.custom-software-development-slider-sec .custom-software-development-slider-sec-part .col-lg-4 {
    padding: 10px 20px 10px 40px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.industry-india-section .industry-india-details-sec-row .industry-india-details-title-content p,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .choosing-the-right-model-india-details-title-content p,
.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content p {
    margin-bottom: 0;
}

.industry-india-section .industry-india-details-title-content h5 {
    font-size: 30px;
}

/* Listing & Business Css & Hire Description Section */

.why-choose-wp-website-sec .wordpress-deve-sub-main-title,
.hire-discover-the-technology-sec .hire-discover-the-technology-faq-part,
.hire-dedicated-sec .hire-developers-details-part,
.custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-part {
    margin: 30px 0;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-details-part div.col-lg-6:nth-child(odd),
.hire-dedicated-sec .hire-developers-details-part div.col-lg-6:nth-child(odd),
.custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-part div.col-lg-6:nth-child(odd) {
    padding-right: 20px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-details-part div.col-lg-6:nth-child(even),
.hire-dedicated-sec .hire-developers-details-part div.col-lg-6:nth-child(even),
.custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-part div.col-lg-6:nth-child(even) {
    padding-left: 20px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-details-row,
.hire-dedicated-sec .hire-dedicated-listing-row,
.hire-dedicated-sec .hire-developers-details-row,
.custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-row {
    margin-bottom: 35px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-details-row .hire-flexible-hourly-or-monthly-details-content-box h6,
.hire-dedicated-sec .hire-developers-details-row .hire-dedicated-content-box h6,
.custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-row .custom-software-business-modal-details-content-box h6 {
    margin-bottom: 10px;
    font-size: 18px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-details-row .hire-flexible-hourly-or-monthly-details-content-box p,
.hire-dedicated-sec .hire-developers-details-row .hire-dedicated-content-box p,
.custom-software-listing-and-business-modal-sec .custom-software-business-modal-sec-details-row .custom-software-business-modal-details-content-box p {
    margin-bottom: 0;
    /* text-align: justify; */
}

.industry-solution-sec .industry-solution-listing-row .col-lg-6:nth-child(odd),
.custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .col-lg-6:nth-child(odd) {
    padding-right: 75px;
    border-right: 1px solid #C7C5C5;
}

.industry-solution-sec .industry-solution-listing-row .col-lg-6:nth-child(even),
.custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .col-lg-6:nth-child(even) {
    padding-left: 75px;
}

.custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row .custom-software-listing-details-list-title-content h6 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
}

.custom-software-listing-and-business-modal-sec .custom-software-listing-sec-details-row {
    margin: 30px 0;
}

.hire-flexible-hourly-or-monthly-list-sec .custom-software-listing-details-list-row h5,
.hire-dedicated-sec .hire-dedicated-vision-list-row h5,
.custom-software-listing-and-business-modal-sec .custom-software-listing-details-list-row h5 {
    font-size: 30px;
    font-weight: 400;
    color: var(--title-text-color);
}

/* choosing-the-right-section &&& hire-choosing-the-right-model-india-section &&& Industry Key Software By Vision */

.industry-india-section .industry-india-details-sec-row .col-lg-6,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6,
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6 {
    border-bottom: 1px solid #C7C5C5;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.industry-india-section .industry-india-details-sec-row,
.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row,
.choosing-the-right-details-section .choosing-the-right-details-sec-row {
    margin: 40px 0;
}

.industry-india-section .industry-india-details-sec-row .industry-india-details-title-content p,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .choosing-the-right-model-india-details-title-content p,
.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content p {
    margin-bottom: 0;
}

.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content ul {
    padding-left: 20px;
}

.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content ul li {
    margin-bottom: 15px;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(odd),
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(odd) {
    border-right: 1px solid #C7C5C5;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(even),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(even),
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(even) {
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.choosing-the-right-model-india-section .choosing-the-right-model-india-sec-l-content,
.choosing-the-right-details-section .choosing-the-right-sec-l-content {
    max-width: 1190px;
    margin: 0 auto;
}

.hire-discover-the-technology-sec .hire-discover-the-technology-sec-last-content {
    margin-bottom: 20px;
}

/* Hire Dedicated Section  & hire list developer sec */

.hire-dedicated-sec .hire-developers-details-main-row {
    padding-top: 100px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .col-lg-6:nth-child(odd),
.hire-dedicated-sec .hire-dedicated-listing-row .col-lg-6:nth-child(odd) {
    padding-right: 75px;
    border-right: 1px solid #C7C5C5;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .col-lg-6:nth-child(even),
.hire-dedicated-sec .hire-dedicated-listing-row .col-lg-6:nth-child(even) {
    padding-left: 75px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .hire-flexible-hourly-or-monthly-list-title-content-part h6,
.hire-dedicated-sec .hire-dedicated-listing-row .hire-dedicated-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}


/* hire list developer sec */

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-content-part {
    max-width: 720px;
}

.aws-services-box-slider-last-link,
.custom-software-development-l-link,
.custom-software-development-l-content,
.custom-software-develoment-service-l-link,
.custom-software-develoment-service-l-content,
.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row {
    margin-top: 30px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-content-part-row,
.hire-flexible-hourly-or-monthly-list-sec .why-developer-flexible-monthly-list-l-content {
    margin-top: 40px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-content-part-row {
    margin-bottom: 20px;
}

/* potential-with-custom-software-vision-sec &&& potential-of-hire-developers-vision-section */

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row {
    border: 1px solid #0000001A;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 {
    padding: 40px 0px 40px 30px;
    border-right: 1px solid #0000001A;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4:nth-child(3n+0),
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4:nth-child(3n+0) {
    border: 0;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4:nth-child(3n-1),
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4:nth-child(3n-1) {
    padding-top: 90px;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4 h6,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 h6 {
    border-bottom: 1px solid #0000001A;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4 p,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 p {
    max-width: 370px;
}

/* why-opt-custom-services-project-faq-sec */

.vision-infotech-image-faq-row .accordion-box.active-accordion .accordion-title h6,
.custom-software-develoment-service-sec .accordion-box.active-accordion .accordion-title h6,
.why-hire-faq-sec .accordion-box.active-accordion .accordion-title h6,
.hire-discover-the-technology-sec .accordion-box.active-accordion .accordion-title h6,
.services-faq-sec .faq-accordion-main-box .accordion-box.active-accordion .accordion-title h6,
.why-opt-custom-services-project-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.custom-software-develoment-service-sec .faq-accordion-main-box .accordion-content,
.hire-discover-the-technology-sec .faq-accordion-main-box .accordion-content,
.why-opt-custom-services-project-sec .faq-accordion-main-box .accordion-content {
    padding-left: 45px;
    padding-right: 45px;
}

.why-opt-custom-services-project-sec .opt-custom-faq-button-row .why-opt-custom-services-project-sec-last-content {
    margin-top: 40px;
}

.why-partner-details-sec .why-opt-custom-services-project-sec-button,
.why-opt-custom-services-project-sec .opt-custom-faq-button-row .why-opt-custom-services-project-sec-button {
    margin-top: 30px;
}

.why-opt-custom-services-project-sec .col-lg-12 .why-opt-custom-services-project-sec-title {
    margin-bottom: 30px;
}

.why-opt-custom-services-project-sec .row-gap {
    padding-bottom: 40px;
}

/* why hire Let Talk sec  && Industry-let-talk-sec */

.industry-let-talk-sec .industry-talk-sec-content,
.services-let-talk-sec .services-let-talk-sec-content {
    max-width: 790px;
    margin: 0 auto;
}

/* choose_the_business_model_section */

.choose-the-business-model-sec .choose-the-business-model-point-row {
    margin: 50px 0;
}

.choose-point-details-main-part .choose-the-business-model-point-sub-title-content p {
    position: relative;
    padding-left: 20px;
}

.choose-the-business-model-point-sub-title-content h6 {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

.choose-point-details-main-part .choose-the-business-model-point-sub-title-content p::before,
.choose-the-business-model-point-sub-title-content h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background-color: var(--title-text-color);
    border-radius: 50%;
}

.choose-point-details-main-part .choose-the-business-model-point-sub-title-content p::before {
    top: 9px;
}

.choose-the-business-model-point-row .col-lg-6 {
    border-bottom: 1px solid #C7C5C5;
}

.choose-the-business-model-point-row .col-lg-6:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.choose-the-business-model-point-row .col-lg-6 .choose-point-details-main-part {
    padding: 25px 0;
    margin: 20px 0;
}

.choose-the-business-model-point-row .col-lg-6:nth-child(odd) .choose-point-details-main-part {
    border-right: 1px solid #C7C5C5;
    padding-right: 40px;
}

.choose-the-business-model-point-row .col-lg-6:nth-child(even) .choose-point-details-main-part {
    padding-left: 40px;
}

.choose-the-business-model-point-row .col-lg-6:nth-child(1) .choose-point-details-main-part {
    border-right: 0;
}

.choose-the-business-model-point-row .col-lg-6:nth-child(2) .choose-point-details-main-part {
    margin-top: 72px;
}

.choose-point-details-main-part .choose-the-business-model-point-sub-title-content ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    margin-bottom: 0;
}

.choose-point-details-main-part .choose-the-business-model-point-sub-title-content ul li {
    width: 50%;
    margin-bottom: 10px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.custom-software-extra-content .extra-content-hidden {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.custom-software-extra-content .extra-content-hidden.show {
    max-height: 1000px;
    /* / or any large enough value / */
}

.custom-software-extra-content .toggle-extra-content {
    color: #007bff;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.custom-software-extra-content .toggle-extra-content:hover {
    text-decoration: underline;
}

/* Industry Key Software By Vision */

.industry-india-section .industry-india-details-title-content h5 {
    font-size: 30px;
}

/* Industry Call To Action Section */

.industry-working-expert-sec .industry-working-expert-title h2 {
    color: var(--white-color);
    font-size: 40px;
    margin: 0;
}

.industry-working-expert-sec .industry-working-expert-content p {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 18px;
    margin-bottom: 35px;
    color: var(--white-color);
}

/* Industry Solution By Vision Section */
.industry-solution-sec .industry-solution-image {
    margin-bottom: 40px;
}

.industry-solution-sec .industry-solution-listing-row {
    margin-bottom: 35px;
    margin-top: 30px;
}

.industry-solution-sec .industry-solution-listing-row .industry-solution-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}

.industry-solution-vision-count-list-title-content ul {
    padding: 0;
    margin: 0;
}

.industry-solution-sec .industry-solution-listing-row h5 {
    font-size: 30px;
    font-weight: 400;
    color: var(--title-text-color);
}

/* Industry Vision Advantage Section */
.industry-vision-advantage-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.industry-vision-advantage-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.choosing-the-right-details-section .industry-developer-india-l-content,
.industry-developer-india-sec .technology-develoment-slider-faq-last-part,
.industry-vision-advantage-sec .industry-working-expert-button,
.industry-vision-advantage-sec .industry-india-sec-l-content {
    margin-top: 30px;
}

.industry-vision-advantage-sec .faq-accordion-inner-box .accordion-content {
    padding: 20px 55px 0;
}

.industry-vision-advantage-sec .industry-vision-advantage-info-row {
    margin-bottom: 30px;
}

/* Industry Vision Technologies */
.industry-technology-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-technology-sec .accordion-box .accordion-content {
    padding: 20px 30px 0;
}

.industry-technology-sec .accordion-box .accordion-content ul {
    margin-top: 0;
    padding-left: 30px;
}

.industry-technology-sec .accordion-box .accordion-title {
    border: 0;
    padding: 0;
}

/*** Start Accordion ***/
.industry-technology-sec .accordion-box .accordion-title {
    border-left: 3px solid #55555580;
    padding-left: 27px;
}

.industry-technology-sec .accordion-box.active-accordion .accordion-title {
    border: 0;
    padding-left: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box {
    padding-bottom: 0;
    margin-top: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion {
    position: relative;
    padding-bottom: 0;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #0066FF;
    animation: fillBorder 1s forwards;
}

.single-services.postid-6007 .industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    background-color: #9C5789;
}

@keyframes fillBorder {
    to {
        height: 100%;
    }
}

/* Service Description Section */

.aws-choosing-the-right-details-row,
.service-description-sec .service-description-details-row {
    margin: 40px 0;
}

.service-description-sec .service-description-details-row .service-des-first-content {
    margin-right: 65px;
}

.service-description-sec .service-description-details-row .service-des-last-content {
    margin-left: 65px;
}

.title-back:before {
    content: '';
    position: absolute;
    width: 67px;
    height: 65px;
    background-image: url(../../assets/images/icon/title-background-shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -22px;
    /* left: -39px; */
    z-index: -1;
    background-size: contain;
    margin-left: -39px;
}

/* Industry Key Software By Vision */

.industry-india-section .industry-india-details-title-content h5 {
    font-size: 30px;
}

/* Industry Call To Action Section */

.industry-working-expert-sec .industry-working-expert-title h2 {
    color: var(--white-color);
    font-size: 40px;
    margin: 0;
}

.industry-working-expert-sec .industry-working-expert-content p {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 18px;
    margin-bottom: 35px;
    color: var(--white-color);
}

/* Industry Solution By Vision Section */
.industry-solution-sec .industry-solution-image {
    margin-bottom: 40px;
}

.industry-solution-sec .industry-solution-listing-row {
    margin-bottom: 35px;
    margin-top: 30px;
}

.industry-solution-sec .industry-solution-listing-row .industry-solution-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}

.industry-solution-vision-count-list-title-content ul {
    padding: 0;
    margin: 0;
}

.industry-solution-sec .industry-solution-listing-row h5 {
    font-size: 30px;
    font-weight: 400;
    color: var(--title-text-color);
}

/* Industry Vision Advantage Section */
.industry-vision-advantage-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.industry-vision-advantage-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.choosing-the-right-details-section .industry-developer-india-l-content,
.industry-developer-india-sec .technology-develoment-slider-faq-last-part,
.industry-vision-advantage-sec .industry-working-expert-button,
.industry-vision-advantage-sec .industry-india-sec-l-content {
    margin-top: 30px;
}

.industry-vision-advantage-sec .faq-accordion-inner-box .accordion-content {
    padding: 20px 55px 0;
}

.industry-vision-advantage-sec .industry-vision-advantage-info-row {
    margin-bottom: 30px;
}

/* Industry Vision Technologies */
.industry-technology-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.industry-technology-sec .accordion-box .accordion-content {
    padding: 20px 30px 0;
}

.industry-technology-sec .accordion-box .accordion-content ul {
    margin-top: 0;
    padding-left: 30px;
}

.industry-technology-sec .accordion-box .accordion-title {
    border: 0;
    padding: 0;
}

/*** Start Accordion ***/
.industry-technology-sec .accordion-box .accordion-title {
    border-left: 3px solid #55555580;
    padding-left: 27px;
}

.industry-technology-sec .accordion-box.active-accordion .accordion-title {
    border: 0;
    padding-left: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box {
    padding-bottom: 0;
    margin-top: 30px;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion {
    position: relative;
    padding-bottom: 0;
}

.industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #0066FF;
    animation: fillBorder 1s forwards;
}

.single-services.postid-6007 .industry-technology-sec .faq-accordion-main-box .accordion-box.active-accordion::before {
    background-color: #9C5789;
}

@keyframes fillBorder {
    to {
        height: 100%;
    }
}

/* choosing-the-right-section &&& hire-choosing-the-right-model-india-section &&& Industry Key Software By Vision */

.industry-india-section .industry-india-details-sec-row .col-lg-6,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6,
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6 {
    border-bottom: 1px solid #C7C5C5;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(1):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(-n+1):nth-child(odd),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(1):nth-child(even),
.choosing-the-right-details-sec-row .col-lg-6:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.industry-india-section .industry-india-details-sec-row,
.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row,
.choosing-the-right-details-section .choosing-the-right-details-sec-row {
    margin: 40px 0;
}

.industry-india-section .industry-india-details-sec-row .industry-india-details-title-content p,
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .choosing-the-right-model-india-details-title-content p,
.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content p {
    margin-bottom: 0;
}

.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content ul {
    padding-left: 20px;
}

.choosing-the-right-details-section .choosing-the-right-details-sec-row .choosing-the-right-details-title-content ul li {
    margin-bottom: 15px;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(odd),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(odd),
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(odd) {
    border-right: 1px solid #C7C5C5;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.industry-india-section .industry-india-details-sec-row .col-lg-6:nth-child(even),
.choosing-the-right-model-india-section .choosing-the-right-model-india-details-sec-row .col-lg-6:nth-child(even),
.choosing-the-right-details-section .choosing-the-right-details-sec-row .col-lg-6:nth-child(even) {
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.choosing-the-right-model-india-section .choosing-the-right-model-india-sec-l-content,
.choosing-the-right-details-section .choosing-the-right-sec-l-content {
    max-width: 1190px;
    margin: 0 auto;
}

.hire-discover-the-technology-sec .hire-discover-the-technology-sec-last-content {
    margin-bottom: 20px;
}

/* Hire Dedicated Section  & hire list developer sec */

.hire-dedicated-sec .hire-developers-details-main-row {
    padding-top: 100px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .col-lg-6:nth-child(odd),
.hire-dedicated-sec .hire-dedicated-listing-row .col-lg-6:nth-child(odd) {
    padding-right: 75px;
    border-right: 1px solid #C7C5C5;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .col-lg-6:nth-child(even),
.hire-dedicated-sec .hire-dedicated-listing-row .col-lg-6:nth-child(even) {
    padding-left: 75px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row .hire-flexible-hourly-or-monthly-list-title-content-part h6,
.hire-dedicated-sec .hire-dedicated-listing-row .hire-dedicated-vision-count-list-title-content h6 {
    margin-bottom: 7px;
}


/* hire list developer sec */

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-content-part {
    max-width: 720px;
}

.aws-services-box-slider-last-link,
.custom-software-development-l-link,
.custom-software-development-l-content,
.custom-software-develoment-service-l-link,
.custom-software-develoment-service-l-content,
.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-sec-row {
    margin-top: 30px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-content-part-row,
.hire-flexible-hourly-or-monthly-list-sec .why-developer-flexible-monthly-list-l-content {
    margin-top: 40px;
}

.hire-flexible-hourly-or-monthly-list-sec .hire-flexible-hourly-or-monthly-list-content-part-row {
    margin-bottom: 20px;
}

/* potential-with-custom-software-vision-sec &&& potential-of-hire-developers-vision-section */

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row {
    border: 1px solid #0000001A;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 {
    padding: 40px 0px 40px 30px;
    border-right: 1px solid #0000001A;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4:nth-child(3n+0),
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4:nth-child(3n+0) {
    border: 0;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4:nth-child(3n-1),
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4:nth-child(3n-1) {
    padding-top: 90px;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4 h6,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 h6 {
    border-bottom: 1px solid #0000001A;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
}

.potential-of-hire-developers-vision-section .potential-of-hire-developers-vision-details-sec-row .col-lg-4 p,
.potential-with-custom-software-vision-sec .potential-with-custom-software-vision-details-sec-row .col-lg-4 p {
    max-width: 370px;
}

/* why-opt-custom-services-project-faq-sec */

.vision-infotech-image-faq-row .accordion-box.active-accordion .accordion-title h6,
.custom-software-develoment-service-sec .accordion-box.active-accordion .accordion-title h6,
.why-hire-faq-sec .accordion-box.active-accordion .accordion-title h6,
.hire-discover-the-technology-sec .accordion-box.active-accordion .accordion-title h6,
.services-faq-sec .faq-accordion-main-box .accordion-box.active-accordion .accordion-title h6,
.why-opt-custom-services-project-sec .accordion-box.active-accordion .accordion-title h6 {
    color: var(--black-color);
}

.custom-software-develoment-service-sec .faq-accordion-main-box .accordion-content,
.hire-discover-the-technology-sec .faq-accordion-main-box .accordion-content,
.why-opt-custom-services-project-sec .faq-accordion-main-box .accordion-content {
    padding-left: 45px;
    padding-right: 45px;
}

.why-partner-details-sec .why-opt-custom-services-project-sec-button,
.why-opt-custom-services-project-sec .opt-custom-faq-button-row .why-opt-custom-services-project-sec-button {
    margin-top: 30px;
}

.hero-wrapper.style1 {
    position: relative;
    margin-top: 20px;
    padding: 114px 0 0px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .hero-wrapper.style1 {
        background: var(--theme);
    }
}

.hero-wrapper.style1 .shape1_2 {
    position: absolute;
    bottom: 37px;
    left: 51px;
    z-index: 4;
}

.hero-wrapper.style1 .shape1_3 {
    position: absolute;
    bottom: 35px;
    left: 50.6%;
    z-index: 9;
    transform: translateX(-50.6%);
    -webkit-transform: translateX(-50.6%);
    -moz-transform: translateX(-50.6%);
    -ms-transform: translateX(-50.6%);
    -o-transform: translateX(-50.6%);
}

@media (max-width: 1899px) {
    .hero-wrapper.style1 .shape1_3 {
        display: none;
    }
}

.hero-wrapper.style1 .shape1_4 {
    position: absolute;
    bottom: 520px;
    right: 38%;
    z-index: 9;
}

.hero-wrapper.style1 .shape1_5 {
    position: absolute;
    bottom: 480px;
    right: 15%;
    z-index: 9;
}

.hero-wrapper.style2 {
    position: relative;
}

@media (max-width: 1199px) {
    .hero-wrapper.style2 {
        background: var(--theme);
    }
}

.hero-main-container.style1 {
    position: relative;
    padding: 134px 0 73px;
    background: var(--theme);
    margin-top: -120px;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-clip-path: url(#heroMask2);
    clip-path: url(#heroMask2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 1899px) {
    .hero-main-container.style1 {
        -webkit-clip-path: none;
        clip-path: none;
        padding: 134px 0 0px;
    }
}

@media (max-width: 991px) {
    .hero-main-container.style1 {
        padding: 50px 0 0px;
        margin-top: 0;
    }
}

.hero-main-container.style2 {
    padding: 234px 0 73px;
    background: var(--theme);
    position: relative;
    margin-top: -100px;
    width: 100%;
    height: 100%;
    -webkit-clip-path: url(#heroMask2);
    clip-path: url(#heroMask2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 1899px) {
    .hero-main-container.style2 {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.hero-content.style1 .subtitle {
    display: inline-block;
    padding: 10px 16px;
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid var(--white-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.hero-content.style1 .subtitle img {
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .hero-content.style1 .subtitle {
        padding: 10px;
    }
}

.hero-content.style1 h1 {
    color: var(--white);
    font-family: "Rajdhani", sans-serif;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.32px;
    text-transform: capitalize;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hero-content.style1 h1 {
        font-size: 53px;
        line-height: 60px;
    }
}

.hero-content.style1 .text {
    color: var(--white);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 50px;
}

.hero-content.style1 .contact-meta {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-content.style1 .contact-meta h6 {
    color: var(--white);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
    margin-bottom: 0;
}

.hero-content.style1 .contact-meta h6 a {
    color: var(--white);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
    margin-bottom: 0;
}

.hero-content.style2 .subtitle {
    display: inline-block;
    padding: 10px 16px;
    color: var(--white-color);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid var(--white-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.hero-content.style2 .subtitle img {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .hero-content.style2 .subtitle {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .hero-content.style2 .subtitle {
        font-size: 13px;
    }
}

.hero-content.style2 h1 {
    color: var(--white);
    font-family: "Rajdhani", sans-serif;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.32px;
    text-transform: capitalize;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hero-content.style2 h1 {
        font-size: 53px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

.hero-content.style2 .text {
    color: var(--white);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 50px;
}

.hero-content.style2 .contact-meta {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-content.style2 .contact-meta h6 {
    color: var(--white);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
    margin-bottom: 0;
}

.hero-content.style2 .contact-meta h6 a {
    color: var(--white);
   
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .hero-content.style2 .contact-meta {
        flex-direction: column;
        gap: 20px;
    }
}

.hero-thumb.style1 {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 9;
}

.hero-thumb.style1 .main-thumb {
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.hero-thumb.style1 .main-thumb img {
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-thumb.style1 .main-thumb {
        margin-bottom: 50px;
        margin-top: 0;
        max-width: 80%;
    }
}

.hero-thumb.style1 .shape1_1 {
    position: absolute;
    bottom: 0px;
    right: -200px;
    z-index: 5;
}

.hero-thumb.style2 {
    position: relative;
}

.hero-thumb.style2 .main-thumb {
    position: relative;
    z-index: 1;
}

.hero-thumb.style2 .main-thumb img {
    border-radius: 250px 0px 0px 0px;
    -webkit-border-radius: 250px 0px 0px 0px;
    -moz-border-radius: 250px 0px 0px 0px;
    -ms-border-radius: 250px 0px 0px 0px;
    -o-border-radius: 250px 0px 0px 0px;
}

.hero-thumb.style2 .video-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-3 {
    position: relative;
}

.hero-3 .array-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: grid;
    left: 50px;
    gap: 15px;
}

.hero-3 .array-button .array-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-prev:hover {
    background-color: var(--white);
    color: var(--theme);
}

.hero-3 .array-button .array-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: transparent;
    color: var(--white);
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

@media (max-width: 1600px) {
    .hero-3 .array-button {
        left: initial;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .hero-3 .array-button {
        display: none;
    }
}

.hero-3 .bottom-shape {
    position: absolute;
    bottom: -180px;
    left: 0;
    right: 0;
    z-index: 2;
}

@media (max-width: 1600px) {
    .hero-3 .bottom-shape {
        bottom: -50px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .bottom-shape {
        display: none;
    }
}

.hero-3 .bottom-shape img {
    width: 100%;
    height: 100%;
}

.hero-3 .swiper-slide-active .slider-image {
    transform: scale(1.12);
}

.hero-3 .slider-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    transition: all 8s ease-out 0s;
}

.hero-3 .slider-image .mask-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-3 .slider-image .border-shape {
    position: absolute;
    top: 12%;
    right: 0;
}

@media (max-width: 1199px) {
    .hero-3 .slider-image .border-shape {
        display: none;
    }
}

.hero-3 .slider-image .circle-shape {
    position: absolute;
    right: 10%;
    top: 10%;
}

.hero-3 .slider-image .frame {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.hero-3 .slider-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #0A2DA4 70.82%);
    opacity: 0.95;
}

.hero-3 .hero-content {
    position: relative;
    z-index: 9;
    padding-bottom: 270px;
    padding-top: 200px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content {
        padding: 180px 0;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content {
        padding: 160px 0;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content {
        padding: 130px 0;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content {
        padding: 110px 0;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content {
        text-align: center;
        margin: 0 auto;
        padding: 80px 0;
    }
}

.hero-3 .hero-content h5 {
    color: var(--white);
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}

.hero-3 .hero-content h5::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--white);
}

.hero-3 .hero-content h1 {
    color: var(--white);
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 62px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-3 .hero-content p {
    color: var(--white);
}

.hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button {
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center;
    }
}

.hero-wrapper {
    &.style1 {
        position: relative;
        margin-top: 20px;
        padding: 114px 0 0px;
        z-index: 1;

        @include breakpoint (max-xl) {
            background: var(--theme);
        }

        .shape1_2 {
            position: absolute;
            bottom: 37px;
            left: 51px;
            z-index: 4;
        }

        .shape1_3 {
            position: absolute;
            bottom: 35px;
            left: 50.6%;
            z-index: 9;
            transform: translateX(-50.6%);
            -webkit-transform: translateX(-50.6%);
            -moz-transform: translateX(-50.6%);
            -ms-transform: translateX(-50.6%);
            -o-transform: translateX(-50.6%);


            @include breakpoint (max-xl4) {
                display: none;
            }
        }


        .shape1_4 {
            position: absolute;
            bottom: 520px;
            right: 38%;
            z-index: 9;
        }

        .shape1_5 {
            position: absolute;
            bottom: 480px;
            right: 15%;
            z-index: 9;
        }

    }

    &.style2 {
        position: relative;

        @include breakpoint (max-xl) {
            background: var(--theme);
        }
    }
}

.hero-main-container {

    &.style1 {
        position: relative;
        padding: 134px 0 73px;
        background: var(--theme);
        margin-top: -120px;
        width: 100%;
        height: 100%;
        z-index: 3;
        clip-path: url(#heroMask2);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;

        @include breakpoint (max-xl4) {
            clip-path: none;
            padding: 134px 0 0px;
        }

        @include breakpoint (max-lg) {
            padding: 50px 0 0px;
            margin-top: 0;
        }
    }

    &.style2 {
        padding: 234px 0 73px;
        background: var(--theme);
        position: relative;
        margin-top: -100px;
        width: 100%;
        height: 100%;
        clip-path: url(#heroMask2);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;

        @include breakpoint (max-xl4) {
            clip-path: none;
        }
    }
}


.hero-content {
    &.style1 {
        .subtitle {
            display: inline-block;
            padding: 10px 16px;
            color: #ffffff;
            /* font-family: var(--body-font); */
              font-family: 'DM Sans', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            text-transform: capitalize;
            border-radius: 100px;
            border: 1px solid #ffffff;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;

            img {
                margin-right: 5px;
            }

            @include breakpoint (max-xl) {
                padding: 10px;
            }
        }

        h1 {
            color: #ffffff;
            font-family: var(--body-font);
  
    font-family: 'DM Sans', sans-serif;          font-family: 'DM Sans', sans-serif;
            font-size: 66px;
            font-style: normal;
            font-weight: 700;
            line-height: 80px;
            letter-spacing: -1.32px;
            text-transform: capitalize;
            margin-top: 20px;

            @include breakpoint (max-md) {
                font-size: 53px;
                line-height: 60px;
            }
        }

        .text {
            color: #ffffff;
            /* font-family: var(--body-font); */
              font-family: 'DM Sans', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            margin-bottom: 50px;
        }

        .contact-meta {
            display: flex;
            align-items: center;
            gap: 40px;

            h6 {
                color: #ffffff;
                /* font-family: var(--body-font); */
                  font-family: 'DM Sans', sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 28px;
                text-decoration-line: underline;
                margin-bottom: 0;

                a {
                    color: #ffffff;
                    /* font-family: var(--body-font); */
                      font-family: 'DM Sans', sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 28px;
                    text-decoration-line: underline;
                    margin-bottom: 0;
                }
            }
        }
    }

    &.style2 {
        .subtitle {
            display: inline-block;
            padding: 10px 16px;
            color: #ffffff;
            /* font-family: var(--body-font); */
              font-family: 'DM Sans', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            text-transform: capitalize;
            border-radius: 100px;
            border: 1px solid #ffffff;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;

            img {
                margin-right: 5px;
            }

            @include breakpoint (max-md) {
                padding: 10px;
            }

            @include breakpoint (max-sm) {
                font-size: 13px;
            }
        }

        h1 {
            color: #ffffff;
            font-family: var(--body-font);
  
    font-family: 'DM Sans', sans-serif;          font-family: 'DM Sans', sans-serif;
            font-size: 66px;
            font-style: normal;
            font-weight: 700;
            line-height: 80px;
            letter-spacing: -1.32px;
            text-transform: capitalize;
            margin-top: 20px;


            @include breakpoint (max-md) {
                font-size: 53px;
                line-height: 60px;
                margin-bottom: 20px;
            }
        }

        .text {
            color: #ffffff;
            /* font-family: var(--body-font); */
              font-family: 'DM Sans', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            margin-bottom: 50px;
        }

        .contact-meta {
            display: flex;
            align-items: center;
            gap: 40px;

            h6 {
                color: #ffffff;
                /* font-family: var(--body-font); */
                  font-family: 'DM Sans', sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 28px;
                text-decoration-line: underline;
                margin-bottom: 0;

                a {
                    color: #ffffff;
                    /* font-family: var(--body-font); */
                      font-family: 'DM Sans', sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 28px;
                    text-decoration-line: underline;
                    margin-bottom: 0;
                }
            }

            @include breakpoint (max-sm) {
                flex-direction: column;
                gap: 20px;
            }
        }
    }
}

.hero-thumb {

    &.style1 {
        position: relative;
        display: flex;
        justify-content: center;
        z-index: 9;

        .main-thumb {
            margin-top: -100px;
            position: relative;
            z-index: 9;

            img {
                position: relative;
                z-index: 9;
            }

            @include breakpoint (max-xl) {
                margin-bottom: 50px;
                margin-top: 0;
                max-width: 80%;
            }
        }


        .shape1_1 {
            position: absolute;
            bottom: 0px;
            right: -200px;
            z-index: 5;
        }
    }

    &.style2 {
        position: relative;
        justify-items: self-end;

        .main-thumb {
            position: relative;
            z-index: 1;

            img {
                border-radius: 250px 0px 0px 0px;
                -webkit-border-radius: 250px 0px 0px 0px;
                -moz-border-radius: 250px 0px 0px 0px;
                -ms-border-radius: 250px 0px 0px 0px;
                -o-border-radius: 250px 0px 0px 0px;
            }
        }

        .video-box {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }
    }
}



.hero-3 {
    position: relative;

    .array-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        display: grid;
        left: 50px;
        gap: 15px;

        .array-prev {
            width: 56px;
            height: 56px;
            line-height: 56px;
            text-align: center;
            background-color: var(--theme);
            color: #ffffff;
            border-radius: 50%;
            @include transition;

            &:hover {
                background-color: #ffffff;
                color: var(--theme);
            }
        }

        .array-next {
            width: 56px;
            height: 56px;
            line-height: 56px;
            text-align: center;
            background-color: transparent;
            color: #ffffff;
            border-radius: 50%;
            border: 1px solid #ffffff;
            @include transition;

            &:hover {
                background-color: #ffffff;
                color: var(--theme);
            }
        }

        @include breakpoint (max-xxxl) {
            left: initial;
            right: 30px;
        }

        @include breakpoint (max-md) {
            display: none;
        }
    }

    .bottom-shape {
        position: absolute;
        bottom: -180px;
        left: 0;
        right: 0;
        z-index: 2;

        @include breakpoint (max-xxxl) {
            bottom: -50px;
        }

        @include breakpoint (max-xxl) {
            display: none;
        }

        img {
            @include imgw;
        }
    }

    .swiper-slide-active .slider-image {
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        transform: scale(1.12);
    }

    .slider-image {
        overflow: hidden;
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: -2;
        background-size: cover;
        transform: scale(1);
        -webkit-transition: all 8s ease-out 0s;
        -moz-transition: all 8s ease-out 0s;
        -ms-transition: all 8s ease-out 0s;
        -o-transition: all 8s ease-out 0s;
        transition: all 8s ease-out 0s;

        .mask-shape {
            position: absolute;
            top: 0;
            left: 0;
        }

        .border-shape {
            position: absolute;
            top: 12%;
            right: 0;

            @include breakpoint (max-xl) {
                display: none;
            }
        }

        .circle-shape {
            position: absolute;
            right: 10%;
            top: 10%;
        }

        .frame {
            position: absolute;
            bottom: 10%;
            left: 10%;
        }

        &::before {
            @include before;
            background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #0A2DA4 70.82%);
            opacity: 0.95;
        }
    }

    .hero-content {
        position: relative;
        z-index: 9;
        padding-bottom: 270px;
        padding-top: 200px;

        @include breakpoint (max-xxl) {
            padding: 180px 0;
        }

        @include breakpoint (max-xl) {
            padding: 160px 0;
        }

        @include breakpoint (max-lg) {
            padding: 130px 0;
        }

        @include breakpoint (max-md) {
            padding: 110px 0;
        }

        @include breakpoint (max-sm) {
            text-align: center;
            margin: 0 auto;
            padding: 80px 0;
        }

        h5 {
            color: #ffffff;
            margin-bottom: 20px;
            position: relative;
            padding-left: 45px;
            display: inline-block;

            &::before {
                position: absolute;
                top: 10px;
                left: 0;
                content: "";
                width: 30px;
                height: 2px;
                background-color: #ffffff;
            }
        }

        h1 {
            color: #ffffff;
            margin-bottom: 20px;

            @include breakpoint (max-xxl) {
                font-size: 70px;
            }

            @include breakpoint (max-xl) {
                font-size: 62px;
            }

            @include breakpoint (max-lg) {
                font-size: 52px;
            }

            @include breakpoint (max-md) {
                font-size: 42px;
            }

            @include breakpoint (max-sm) {
                font-size: 34px;
            }
        }

        p {
            color: #ffffff;
        }

        .hero-button {
            @include flex;
            gap: 20px;
            margin-top: 50px;

            @include breakpoint (max-md) {
                margin-top: 30px;
            }

            @include breakpoint (max-sm) {
                flex-wrap: wrap;
                margin-top: 20px;
                justify-content: center;
            }
        }
    }
}

@media (min-width: 1600px) {

    .hero-wrapper {
        &.style2 {
            --main-container: 1860px;
        }
    }

    .hero-main-container {
        &.style2 {
            --main-container: 1307px;
        }
    }

    .hero-wrapper {
        &.style1 {
            --main-container: 1800px;
        }

    }

    .hero-main-container {
        &.style1 {
            --main-container: 1410px;
        }
    }
}
.header-right {
    gap: 15px; /* Add spacing between elements */
}

.header-button a.theme-btn {
    padding: 10px 20px;
    display: inline-block;
}

.header__hamburger {
    cursor: pointer;
    font-size: 20px;
}

.sidebar__toggle i {
    font-size: 24px;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translate(0)
    }

[data-aos=fade-up] {
    transform: translateY(100px)
}

[data-aos=fade-down] {
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}

[data-aos=fade-up-right] {
    transform: translate(-100px,100px)
}

[data-aos=fade-up-left] {
    transform: translate(100px,100px)
}

[data-aos=fade-down-right] {
    transform: translate(-100px,-100px)
}

[data-aos=fade-down-left] {
    transform: translate(100px,-100px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translate(0) scale(1)
    }

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        transform: translate(0)
    }

[data-aos=slide-up] {
    transform: translateY(100%)
}

[data-aos=slide-down] {
    transform: translateY(-100%)
}

[data-aos=slide-right] {
    transform: translateX(-100%)
}

[data-aos=slide-left] {
    transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

    [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

    [data-aos=flip-down].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }
/*# sourceMappingURL=aos.css.map*/
.ftr-btn {
    background-color: #fff !important;
    color: #3751a1;
}
.footer-area .theme-btn {
    padding: 8px 26px;
    border: none;
    border-radius: 5px;
    line-height: 1;
    font-size: 12px;
}