/*-----------------------------------------------------------------
Theme Name: CleanPro
Author: SoftCrafty
Author URI: https://themeforest.net/user/SoftCrafty
Version: 1.0.0 
Description: CleanPro - Creative & Digital Agency Html Template
-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
------------------------------------------------------------------- 
1. Common
2. Header
3. Hero
4. About
5. Meanmenu
6. Title
7. Service
8. Project
9. Testimonial
10. Contact
11. Blog
12. Pricing
13. WCU
14. Team
15. FAQ
16. Work Process
17. Appointment
18. Footer
------------------------------------------------------------------*/
/* 1. Common */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100..900&family=Manrope:wght@100..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
    --white: #fff;
    --black: #000;
    --title: #16171a;
    --title2: #7e7e7e;
    --title3: #373a3f;
    --title4: #010f34;
    --dark: #0d0d0d;
    --yellow: #00ba95;
    --yellow2: #00987a;
    --border: #d8dde1;
    --gray: #696969;
    --gray2: #727272;
    --smoke: #faf8f7;
    --smoke2: #ecf1f5;
    --smoke3: #f4f4f4;
    --theme: #0276db;
    --theme2: #fcf9f7;
    --theme3: #2592f8;
    --box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    --icon-font: "Font Awesome 6 Pro";
}

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

body {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

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

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

input:focus {
    color: var(--title);
    outline: none;
}

input::placeholder {
    color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

h1 {
    color: var(--900, #0f1b24);
    font-family: "Raleway", sans-serif;
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    /* 113.514% */
}

@media (max-width: 1399px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 50px;
    }
}

h2 {
    color: var(--900, #0d0d0d);
    font-family: "Raleway", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    /* 115.625% */
}

@media (max-width: 1399px) {
    h2 {
        font-size: 45px;
    }
}

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

h3 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 112.5% */
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.46px;
}

@media (max-width: 1399px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

h6 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--title);
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: var(--theme);
}
.works-icon{
    font-size: 50px;
    color: var(--theme);
}
span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1600px) {
    .container {
        max-width: 1344px;
    }

    .global-header.header-layout .container {
        max-width: 1644px;
    }

    .header-top-section.style1 .container {
        max-width: 1644px;
    }
}

/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
    .gx-40 {
        --bs-gutter-x: 40px;
    }

    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-64 {
        --bs-gutter-x: 64px;
    }

    .gx-47 {
        --bs-gutter-x: 47px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }

    .gx-120 {
        --bs-gutter-x: 120px;
    }

    .gx-134 {
        --bs-gutter-x: 134px;
    }

    .gx-140 {
        --bs-gutter-x: 140px;
    }

    .gx-165 {
        --bs-gutter-x: 165px;
    }

    .gy-60 {
        --bs-gutter-y: 60px;
    }
}

.gx-0 {
    --bs-gutter-x: 0px;
}

/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

.ripple-effect {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f3e7e0;
    border: 1px solid var(--white);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
    box-shadow: 0 0 0 0 rgb(255, 217, 196);
    animation: rippleOne 2s infinite;
}

.ripple-effect .playerImg {
    width: 19px;
    height: 24px;
}

.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%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(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%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(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%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

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

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

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

@keyframes move-directions {
    0% {
        transform: translateX(0) translateY(0);
    }

    33% {
        transform: translateX(10px);
    }

    66% {
        transform: translateY(-10px);
    }

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

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

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

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

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@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% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

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

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}

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

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

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

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

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

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

@keyframes wave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }

    100% {
        width: var(--progress-width);
    }
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
    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: 0.4;
    }

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

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

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

.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left -2000px;
    }
}

.fancy-animation {
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

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

.movingCar {
    animation: movingCar 25s linear infinite;
}

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

    50% {
        transform: translateX(calc(-100vw + 108%));
    }

    51% {
        transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
    }

    100% {
        transform: translateX(0) rotateY(180deg);
    }
}

.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
    }

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

.moving2 {
    animation: moving2 8s linear infinite;
}

@keyframes moving2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

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

.moving3 {
    animation: moving3 8s linear infinite;
}

@keyframes moving3 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

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

.jump {
    animation: jumpAni 7s 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 10s linear infinite;
}

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

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

.bg-color-ani,
.color-animate {
    animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
    0% {
        background-color: #f2ba4c;
    }

    25% {
        background-color: #81f24c;
    }

    50% {
        background-color: #41f27d;
    }

    75% {
        background-color: #0500ff;
    }

    100% {
        background-color: #f2ba4c;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

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

.spin2 {
    animation: spin2 10s linear infinite;
}

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

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

/*animation bubble****************/
.animation-bubble {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.animation-bubble div[class^="bubble-"] {
    height: 1px;
    width: 1px;
    position: absolute;
    background: url(../img/shape/star.html) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .animation-bubble > :nth-child(even) {
        display: none;
    }
}

.bubble-1 {
    bottom: -5px;
    left: 68%;
    animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
    bottom: -71px;
    left: 97%;
    animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
    bottom: -71px;
    left: 43%;
    animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
    bottom: -3.8px;
    left: 82%;
    animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
    bottom: -73.4px;
    left: 29%;
    animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
    bottom: -71px;
    left: 41%;
    animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
    bottom: -79.4px;
    left: 14%;
    animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
    bottom: -115.4px;
    left: 90%;
    animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
    bottom: -44.6px;
    left: 33%;
    animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
    bottom: -6.2px;
    left: 59%;
    animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
    0% {
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px;
    }

    100% {
        transform: translate3d(-50%, -280px, 0);
        height: 30px;
        width: 30px;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

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

    51% {
        opacity: 1;
    }
}

@keyframes icon-anim {
    0% {
        top: 26px;
        right: 90px;
    }

    25% {
        top: 86px;
        right: 110px;
    }

    100% {
        top: 26px;
        right: 90px;
    }
}

.img-shine {
    position: relative;
}

.img-shine::before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}

.img-shine:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.splt-txt .whitespace {
    width: 8px;
}

.splt-txt.animated .char {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn.style1 {
    display: inline-flex;
    height: 60px;
    padding: 22px 25px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid var(--theme);
    background: var(--theme);
    color: var(--White, #fff);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .theme-btn.style1 {
        padding: 15px 28px;
    }
}

.theme-btn.style1 a {
    color: var(--white) !important;
    display: inline-block;
}

.theme-btn.style1 i {
    color: var(--white);
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.theme-btn.style1:before {
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--theme3);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.theme-btn.style1:hover {
    color: var(--white) !important;
    border: 1px solid var(--theme);
}

.theme-btn.style1:hover i {
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.theme-btn.style1:hover:before {
    top: -96%;
}

.theme-btn.style2 {
    display: inline-flex;
    height: 60px;
    padding: 17px 30px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--yellow2);
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .theme-btn.style2 {
        padding: 15px 28px;
    }
}

.theme-btn.style2 a {
    color: var(--white) !important;
    display: inline-block;
}

.theme-btn.style2 i {
    margin-left: 10px;
}

.theme-btn.style2:before {
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--theme);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.theme-btn.style2:hover {
    color: var(--white) !important;
}

.theme-btn.style2:hover:before {
    top: -96%;
}

.theme-btn.style3 {
    display: inline-flex;
    height: 46px;
    padding: 17px 40px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--border);
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .theme-btn.style3 {
        padding: 15px 28px;
    }
}

.theme-btn.style3 a {
    color: var(--white) !important;
    display: inline-block;
}

.theme-btn.style3 i {
    margin-left: 10px;
}

.theme-btn.style3:before {
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--theme);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.theme-btn.style3:hover {
    color: var(--white) !important;
}

.theme-btn.style3:hover:before {
    top: -96%;
}

.theme-btn.style4 {
    display: inline-flex;
    height: 60px;
    padding: 17px 30px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--yellow);
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .theme-btn.style4 {
        padding: 15px 28px;
    }
}

.theme-btn.style4 a {
    color: var(--white) !important;
    display: inline-block;
}

.theme-btn.style4 i {
    margin-left: 10px;
}

.theme-btn.style4:before {
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--theme);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.theme-btn.style4:hover {
    color: var(--white) !important;
}

.theme-btn.style4:hover:before {
    top: -96%;
}

.help-contact {
    padding: 5px 26px 5px 6px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--smoke);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.help-contact__icon {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    background: rgb(249, 245, 222);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-contact__icon i {
    color: var(--theme);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.help-contact__text {
    line-height: 1;
}

.help-contact__text-label {
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.help-contact__text-number {
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

@media (max-width: 767px) {
    .help-contact {
        padding: 10px 16px;
    }
}

.global-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: var(--title);
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 16px 20px 25px;
    min-width: 160px;
    cursor: pointer;
    border-radius: 12px;
}

.global-btn:before {
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--theme);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.global-btn:hover {
    color: var(--theme) !important;
}

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

.global-btn:hover:before {
    top: -96%;
}

.btn-submit {
    width: 100%;
    height: 60px;
    padding: 17px;
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    background: var(--theme);
    border: none;
    transition: background 0.3s ease;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #0276db;
}

.btn-submit2 {
    width: 100%;
    height: 56px;
    padding: 17px;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    text-transform: uppercase;
    border-radius: 10px;
    background: var(--yellow);
    border: none;
    transition: background 0.3s ease;
    cursor: pointer;
}

.btn-submit2:hover {
    background-color: #0276db;
}

.btn-submit3 {
    width: 100%;
    height: 56px;
    padding: 17px;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--theme);
    border: none;
    transition: background 0.3s ease;
    cursor: pointer;
    max-width: 200px;
}

.btn-submit3:hover {
    background-color: var(--yellow);
}

/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
    width: 10px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    .fix-header {
        padding-top: 45px;
    }
}

.custom-flex {
    display: flex;
    gap: 30px;
}

.section-padding-testi {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-padding-testi {
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .section-padding-testi {
        padding: 20px 0;
    }
}

@media (max-width: 1399px) {
    .gutter-pricing {
        --bs-gutter-y: 3.5rem;
    }
}

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

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

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

@media (min-width: 1400px) {
    .pt-128 {
        padding-top: 128px;
    }
}

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

@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 30px;
    }
}

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

@media (min-width: 1400px) {
    .pb-52 {
        padding-bottom: 52px;
    }
}

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

@media (min-width: 1800px) {
    .pb-96 {
        padding-bottom: 96px !important;
    }
}

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

@media (max-width: 991px) {
    .pb-140 {
        padding: 80px 0;
    }
}

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

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

@media (max-width: 1599px) {
    .pr-320 {
        padding-right: 0px;
    }
}

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

@media (max-width: 1399px) {
    .pb-160 {
        padding-bottom: 80px;
    }
}

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

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

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

@media (min-width: 1200px) {
    .about-fix {
        padding-left: 52px;
    }
}

.wcu-padding {
    padding: 120px 0;
}

@media (max-width: 1599px) {
    .wcu-padding {
        padding: 92px 0;
    }
}

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

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

.bg-color1 {
    border-radius: 10px;
    background: var(--smoke2);
}

.bg-white {
    background: var(--white);
}

.footer1-bg {
    background: rgb(22, 23, 26);
}

.servic2-bg {
    background: linear-gradient(
        270deg,
        #ecf1f5 0%,
        rgba(255, 255, 255, 0.8) 67.14%,
        rgba(255, 255, 255, 0) 100%
    );
}

@media (max-width: 1199px) {
    .servic2-bg {
        background: linear-gradient(270deg, #ecf1f5 0%);
    }
}

.servic3-bg {
    background: linear-gradient(270deg, #ecf1f5 0%);
}

.bor-top1 {
    border-top: 1px solid rgb(69, 69, 72);
}

.cap {
    text-transform: capitalize !important;
}

.cap i {
    transform: rotate(0deg) !important;
}

#serviceSlider1 {
    padding: 0 20px 20px;
}

.nav-pills {
    border: 1px solid var(--border);
    border-radius: 50px;
    display: flex;
    display: inline-block;
}

.nav-pills .nav-item {
    display: flex;
    flex-direction: row;
}

.nav-pills .nav-link {
    color: var(--theme);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border: 0;
    flex: 1;
    text-align: center;
    padding: 8px 32px;
    transition: all 0.3s ease;
    border-radius: 0;
}

.nav-pills .nav-link.active {
    background: var(--theme);
    color: var(--white);
}

.nav-pills .nav-link:first-child.active {
    border-radius: 30px;
}

.nav-pills .nav-link:last-child.active {
    border-radius: 30px;
}

.footer1-banner {
    padding: 100px 0 65px 0;
}

.footer1-banner__form {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    height: 55px;
}

.footer1-banner__input {
    border: none;
    padding: 5px 20px;
    background: transparent;
    color: white;
    width: 200px;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 374px) {
    .footer1-banner__input {
        padding: 5px 13px;
        width: 147px;
    }
}

.footer1-banner__input::placeholder {
    color: #ccc;
}

.footer1-banner__input:focus {
    outline: none;
    color: var(--white);
}

.footer1-banner__btn {
    border: none;
    color: #fff;
    padding: 0px 36px;
    border-radius: 25px 25px 25px 25px;
    transition: 0.3s ease;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid #0276db;
    background: var(--theme);
}

.footer1-banner__btn:hover {
    background-color: #00a300;
}

.section-underline {
    height: 3px;
    background: linear-gradient(to right, #0276db 30px, #d8dde1 0);
    width: 100%;
    border-radius: 2px;
    border-radius: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.header-line {
    width: 1px;
    height: 46px;
    background: var(--Default-color-Black, #d8dde1);
    margin-right: -15px;
}

.text-fade-up .char {
    display: inline-block;
    white-space: pre;
}

.text-fade-up .word {
    display: inline-block;
    white-space: nowrap;
}

.testimonial1 .swiper-slide.swiper-slide-active {
    transform: scale(0.8) translateX(10%);
}

@media (max-width: 767px) {
    .testimonial1 .swiper-slide.swiper-slide-active {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0.8) translateX(0%);
    }
}

.testimonial1 .swiper-slide.swiper-slide-next {
    transform: scale(0.9) translateX(0%);
    -webkit-transform: scale(0.9) translateX(0%);
    -moz-transform: scale(0.9) translateX(0%);
    -ms-transform: scale(0.9) translateX(0%);
    -o-transform: scale(0.9) translateX(0%);
}

.testimonial1 .swiper-slide.swiper-slide-prev {
    transform: scale(0.6) translateX(0%);
    -webkit-transform: scale(0.6) translateX(0%);
    -moz-transform: scale(0.6) translateX(0%);
    -ms-transform: scale(0.6) translateX(0%);
    -o-transform: scale(0.6) translateX(0%);
}

img {
    max-width: 100%;
    height: auto;
}

.bg-mask {
    mask-size: cover;
    mask-position: center;
    background-size: cover;
    background-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.truncate-text {
    display: block;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    white-space: normal;
    word-break: break-word;
}

.navigation-controls {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.navigation-controls .nav-item {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    position: relative;
}

.navigation-controls .nav-item .icon i {
    font-size: 20px;
    color: var(--title);
}

.navigation-controls .nav-item h4 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.preview-area {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 40px 0 40px;
}

.preview-area .preview-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 449px) {
    .preview-area .preview-item {
        gap: 4px;
    }
}

.preview-area .preview-item .icon {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--theme);
}

@media (max-width: 374px) {
    .preview-area .preview-item .icon {
        width: 60px;
        height: 50px;
    }
}

.preview-area .preview-item .content p {
    color: var(--Black-03, #6f6e77);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767px) {
    .preview-area .preview-item .content p {
        font-size: 14px;
    }
}

.preview-area .preview-item .content h5 {
    color: var(--Black-01, #141422);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .preview-area .preview-item .content h5 {
        font-size: 16px;
    }
}

@media (max-width: 449px) {
    .preview-area .preview-item .content h5 {
        font-size: 14px;
    }
}

.preview-area .preview-item .content.text-right {
    text-align: right;
}

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

.checklist.style1 li {
    padding-bottom: 8px;
}

.checklist.style1 li img {
    padding-right: 3px;
}

.checklist.style1 li span {
    color: var(--gray);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

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

.checklist-item {
    display: flex;
    align-items: center;
}

.checklist-item:not(:last-child) {
    margin-bottom: 16px;
}

.checklist-item__icon {
    padding-right: 10px;
}

.checklist-item__text {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.map-container {
    width: 100%;
    height: 380px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container2 {
    width: 100%;
    height: 380px;
}

@media (min-width: 768px) {
    .map-container2 {
        height: 570px;
    }
}

@media (min-width: 1200px) {
    .map-container2 {
        height: 680px;
    }
}

.map-container2 iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.global-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.global-social__item a {
    display: flex;
    width: 34.886px;
    height: 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 21px;
    border: 1px solid var(--border);
    background: var(--White-Color, #fff);
}

.global-social__item a i {
    color: var(--theme);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.global-social__item a:hover {
    background: var(--white);
}

.global-social2 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.global-social2__item a {
    display: flex;
    width: 34.886px;
    height: 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 21px;
    background: rgb(50, 50, 52);
}

.global-social2__item a i {
    color: var(--white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.global-social2__item a:hover {
    background: var(--theme);
}

.global-social3 {
    display: flex;
    gap: 10px;
}

.global-social3__item a {
    display: flex;
    width: 34.886px;
    height: 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 21px;
    background: rgb(50, 50, 52);
}

.global-social3__item a i {
    color: var(--yellow);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.global-social3__item a:hover {
    background: var(--theme);
}

.global-social4 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.global-social4__item a {
    display: flex;
    width: 34.886px;
    height: 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--smoke2);
}

.global-social4__item a i {
    color: var(--title);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.global-social4__item a:hover {
    background: var(--theme);
}

.global-social4__item a:hover i {
    color: var(--white);
}

.global-social5 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.global-social5__item a {
    display: flex;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--smoke2);
}

.global-social5__item a i {
    color: var(--title);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.global-social5__item a:hover {
    background: var(--theme);
}

.global-social5__item a:hover i {
    color: var(--white);
}

.form__group span {
    color: var(--title);
    font-weight: 600;
    text-transform: capitalize;
}

.form__group input,
.form__group textarea {
    border: 1px solid var(--border);
    color: var(--title);
    background-color: transparent;
    padding: 17px 30px;
    width: 100%;
    border-radius: 10px;
    opacity: 0.8;
    outline: none;
}

.form__group input::placeholder,
.form__group textarea::placeholder {
    color: var(--title);
}

.form__group textarea {
    padding-top: 18px;
    height: 133px;
    border-radius: 10px;
}

.form__group--large textarea {
    height: 189px;
}

.form__group .form-ctrl {
    padding: 17px 90px 17px 30px;
}

.form__group2 span {
    color: var(--title);
    font-weight: 600;
    text-transform: capitalize;
}

.form__group2 input,
.form__group2 textarea {
    border: 1px solid transparent;
    background: var(--white);
    padding: 17px 30px;
    width: 100%;
    border-radius: 10px;
    opacity: 0.8;
    outline: none;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form__group2 input::placeholder,
.form__group2 textarea::placeholder {
    color: var(--gray2);
}

.form__group2 textarea {
    padding-top: 18px;
    height: 100px;
    border-radius: 10px;
}

.form__group2--large textarea {
    height: 189px;
}

.form__group3 span {
    color: var(--title);
    font-weight: 600;
    text-transform: capitalize;
}

.form__group3 input,
.form__group3 textarea {
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--smoke2);
    padding: 15px 30px;
    width: 100%;
    outline: none;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form__group3 input::placeholder,
.form__group3 textarea::placeholder {
    color: var(--gray2);
}

.form__group3 select.form__select {
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--smoke2);
    padding: 15px 30px;
    width: 100%;
    outline: none;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    appearance: none;
    /* hide native arrow */
    background-image: none;
    /* in case you want custom arrow later */
}

.form__group3 select.form__select::placeholder {
    color: var(--gray2);
}

.form__group3 textarea {
    padding-top: 18px;
    height: 164px;
    border-radius: 10px;
}

.form__group3--large textarea {
    height: 189px;
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray2);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    pointer-events: none;
}

.textarea-icon {
    top: 20px !important;
    transform: none !important;
}

.back-to-top {
    border-radius: 50%;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top:hover {
    background-color: var(--title);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

/*------------------------------------
		2.6 Mouse-cursor
----------------------------------*/
.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(--theme-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: #b69974;
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme-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;
}

/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.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 "Raleway", sans-serif, "DM Sans", sans-serif;
    text-align: center;
    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(--theme);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Raleway", 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(--title);
    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;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.counter {
    position: relative;
    background: linear-gradient(90deg, #0276db 0%, #16171a 100%);
}

.counter-shape1 {
    position: absolute;
    top: 0;
}

@media (max-width: 1199px) {
    .counter-shape1 {
        display: none;
    }
}

.counter-shape2 {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .counter-shape2 {
        display: none;
    }
}

.counter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.counter-item-box__value {
    display: flex;
    align-items: center;
    color: var(--White, #fff);
    font-family: "DM Sans", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 40.625% */
    padding-bottom: 14px;
}

@media (max-width: 767px) {
    .counter-item-box__value {
        font-size: 54px;
    }
}

.counter-item-box__value img {
    padding-right: 14px;
    padding-bottom: 7px;
}

.counter-item-box__label p {
    color: var(--White, #fff);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.slider-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.slider-btn .style1 {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    border: 1px solid rgba(38, 38, 38, 0.3);
    background: var(--black);
}

.slider-btn .style1 i {
    color: var(--white);
    font-size: 20px;
}

.slider-btn .style1 img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    max-width: fit-content;
}

@media (max-width: 575px) {
    .slider-btn .style1 {
        width: 50px;
        height: 50px;
    }
}

.slider-btn .style1:hover {
    background: var(--theme);
    transition: all 0.4s ease-in-out;
}

.slider-btn .style2 {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    background: var(--black);
}

.slider-btn .style2 i {
    color: var(--white);
    font-size: 20px;
}

.slider-btn .style2 img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    max-width: fit-content;
}

@media (max-width: 575px) {
    .slider-btn .style2 {
        width: 50px;
        height: 50px;
    }
}

.slider-btn .style2:hover {
    background: var(--yellow);
    transition: all 0.4s ease-in-out;
}

.progress-wrap:not(:last-child) {
    padding-bottom: 27px;
}

.progress-wrap .progress-meta {
    display: flex;
    justify-content: space-between;
    padding-bottom: 9px;
}

.progress-wrap .progress-meta .title {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.progress-wrap .progress-meta .title2 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

.progress-wrap .progress-meta .percentage {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.progress-wrap .progress-meta .percentage2 {
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-right: 24px;
}

.progress-wrap .progress-meta.mxw-424 {
    max-width: 375px;
}

@media (min-width: 500px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 420px;
    }
}

@media (min-width: 768px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 510px;
    }
}

@media (min-width: 992px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 370px;
    }
}

@media (min-width: 1400px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 424px;
    }
}

.progress-wrap .progress-meta.mxw-375 {
    max-width: 340px;
}

@media (min-width: 500px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 370px;
    }
}

@media (min-width: 768px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 450px;
    }
}

@media (min-width: 992px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 325px;
    }
}

@media (min-width: 1400px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 375px;
    }
}

.progress-wrap .progress-container {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 570px;
    height: 8px;
    border-radius: 15px;
    border: 1px solid var(--smoke2);
    background: var(--white);
    overflow: visible;
}

.progress-wrap .progress-container .progress-bar {
    height: 2px;
    border-radius: 6px;
    background: var(--theme);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 1;
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    height: 185px;
    padding-top: 60px;
    background: var(--theme);
    z-index: 9;
}

.marquee-wrapper.style-1 {
    background-color: transparent;
    line-height: 55px;
}

@media (max-width: 1399px) {
    .marquee-wrapper.style-1 {
        margin-bottom: 0px;
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .marquee-wrapper.style-1 {
        margin-bottom: -50px;
        margin: 0px 0px;
    }
}

.marquee-wrapper.style-1.text-slider {
    height: auto;
}

.text-slider {
    font-family: var(--title);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.6px;
    color: var(--white);
}

@media (max-width: 767px) {
    .text-slider {
        font-size: 36px;
    }
}

.text-slider img {
    margin-bottom: 10px;
    margin-right: 8px;
    margin-left: 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.style1 .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;
    color: transparent;
    -webkit-text-stroke: 1px #bcb8b1;
    font-family: "Raleway", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.marquee-item.style1 .text-style:hover {
    color: var(--theme);
    background-size: 100% 3px;
    opacity: 1;
}

.marquee-item.style-2 .text-slider {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    padding-right: 40px;
}

@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(--title), var(--title));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    padding-right: 27px;
}

.marquee-item.style-2 .text-style:hover {
    color: var(--title);
    background-size: 100% 3px;
    opacity: 0.7;
}

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

/*----------------------------------------------
    # Video style here
----------------------------------------------*/
.video-box-area {
    position: relative;
    z-index: 3;
}

.video-box-area .video-wrap.style1 {
    padding: 0;
}

.video-box-area .video-wrap.style1 .video-box {
    position: relative;
    z-index: 5;
    padding: 400px 0 400px;
}

@media (max-width: 991px) {
    .video-box-area .video-wrap.style1 .video-box {
        padding: 300px 0 300px;
    }
}

@media (max-width: 575px) {
    .video-box-area .video-wrap.style1 .video-box {
        padding: 250px 0 250px;
    }
}

.video-box-area .video-wrap.style1 .video-box.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-box-area .video-wrap.style1 .video-box .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.video-box-area .video-wrap.style1 .video-box .play-btn svg {
    width: 80px;
    height: 80px;
}

@media (min-width: 576px) {
    .video-box-area .video-wrap.style1 .video-box .play-btn svg {
        width: 120px;
        height: 120px;
    }
}

.video-box-area .video-wrap.style1 .video-box .play-btn svg :hover {
    fill: var(--title);
}

/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-content {
    margin-top: 0;
}

.faq-content .accordion-item {
    margin-bottom: 25px;
    border-radius: 50px;
    border: 1px solid var(--border);
    overflow: hidden;
    background-color: gainsboro;
}

.faq-content .accordion-item .accordion-header .accordion-button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #16171a;
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 30px;
}

@media (max-width: 575px) {
    .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 449px) {
    .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 0 30px;
}

.faq-content .accordion-item .accordion-header .accordion-button:after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(../images/icon/faq-icon1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.faq-content
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):after {
    background-image: url(../images/icon/faq-icon2.svg);
    transform: rotate(0deg);
}

.faq-content .accordion-item .accordion-collapse {
    border: none;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 30px 23px;
    background-color: #16171a;
    color: var(--smoke);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

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

@media (max-width: 575px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
    }
}

.faq-content2 {
    margin-top: 0;
}

.faq-content2 .accordion-item {
    margin-bottom: 25px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-content2 .accordion-item .accordion-header .accordion-button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: var(--white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    color: var(--Text-color-Title-color, #010f34);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 0 30px;
}

@media (max-width: 575px) {
    .faq-content2 .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

@media (max-width: 449px) {
    .faq-content2 .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
        line-height: 18px;
    }
}

.faq-content2 .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 0 30px;
}

.faq-content2 .accordion-item .accordion-header .accordion-button:after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(../images/icon/faq-icon1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.faq-content2
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):after {
    background-image: url(../images/icon/faq-icon2.svg);
    transform: rotate(0deg);
}

.faq-content2 .accordion-item .accordion-collapse {
    border: none;
}

.faq-content2 .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 30px 23px;
    background-color: var(--white);
    color: var(--gray);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 1399px) {
    .faq-content2 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .faq-content2 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .faq-content2 .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
    }
}

/*----------------------------------------------
    # Popup Search style here
----------------------------------------------*/
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 50px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: var(--theme);
    font-size: 22px;
    border-radius: 10px;
    transform: rotate(0);
    transition: all ease 0.4s;
    color: var(--white);
    border: 0;
}

.popup-search-box button.searchClose:hover {
    color: var(--title);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    transform: rotate(90deg);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
}

@media (min-width: 992px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: none;
    background-color: var(--white);
    border: 2px solid var(--theme);
    padding: 0 80px 0 30px;
    color: var(--title);
    border-radius: 50px;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: var(--theme);
    font-size: 24px;
    right: 12px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme);
    border-color: var(--theme);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}

.sidemenu-wrapper .newsletter-form .as-btn:hover {
    background: var(--theme);
}

.sidemenu-wrapper .newsletter-form .as-btn:hover:before,
.sidemenu-wrapper .newsletter-form .as-btn:hover::after {
    display: none;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
}

.sidemenu-wrapper .global-social a {
    box-shadow: none;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transform: rotate(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;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme);
    border-color: var(--theme);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
    -webkit-transition: right ease 1s;
    -moz-transition: right ease 1s;
    -ms-transition: right ease 1s;
    -o-transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}

.sidemenu-wrapper .recent-post .post-title {
    color: var(--title);
}

.sidemenu-wrapper .widget_title {
    color: var(--title);
    margin: -0.12em 0 30px 0;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form {
    max-width: none;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
    position: relative;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group {
    position: relative;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
    height: 100%;
}

.sidemenu-wrapper .global-widget-contact .info-box_text .icon img {
    filter: none;
}

.sidemenu-wrapper .global-social {
    padding-top: 11px;
    display: flex;
    gap: 15px;
}

.sidemenu-wrapper .global-social__item a {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--title);
}

.sidemenu-wrapper .global-social__item a:hover {
    background: var(--theme);
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 499px) {
    .sidemenu-wrapper {
        background: transparent;
    }

    .sidemenu-wrapper .sidemenu-content {
        width: 100%;
    }

    .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .global-btn {
        margin-bottom: 10px;
    }
}

.info-box {
    display: flex;
    margin-bottom: 11px;
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box_icon {
    font-size: 16px;
    background-color: transparent;
    color: var(--theme);
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: block;
    color: var(--title);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    align-self: center;
}

.info-box_link {
    display: inline-block;
    color: var(--title);
}

.info-box_link:hover {
    color: var(--theme);
}

.global-widget-about {
    max-width: 354px;
    margin-bottom: -0.5em;
}

.global-widget-about .about-logo {
    margin-bottom: 35px;
}

.global-widget-about .text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--title);
}

.global-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}

.global-widget-contact .info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: flex;
    gap: 16px;
}

.global-widget-contact .info-box_text:not(:last-child) {
    margin-bottom: 18px;
}

.global-widget-contact .info-box_text .icon {
    color: var(--title);
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid var(--title);
    border-radius: 50%;
    text-align: center;
}

.global-widget-contact .info-box_text .icon img {
    filter: contrast(0) brightness(2) opacity(0.7);
}

.global-widget-contact .info-box_text .details {
    margin-top: -0.3em;
}

.global-widget-contact .info-box_text .details p {
    margin-bottom: 0;
}

.global-widget-contact .info-box_text a {
    color: inherit;
}

.global-widget-contact .info-box_text a:hover {
    color: var(--theme);
}

/* Style the pagination container */
.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 72px;
    padding-bottom: 5px;
}

@media (max-width: 1199px) {
    .slider-pagination {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .slider-pagination {
        padding-top: 72px;
    }
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--title);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background-color: var(--theme);
    border: 4px solid var(--white);
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 2px var(--theme);
}

.page-nav-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-nav-wrap ul li .page-numbers {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    color: var(--title4);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    border-radius: 10px;
    background: var(--smoke2);
}

.page-nav-wrap ul li .page-numbers.current {
    background: var(--theme);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    color: var(--theme);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.page-nav-wrap ul li .page-numbers:hover {
    background: var(--theme);
    color: var(--white);
}

.page-nav-wrap ul li .page-numbers:hover i {
    color: var(--white);
}

.breadcrumb {
    overflow: hidden;
    background-color: var(--title);
    padding: 212px 0 206px 0;
    margin: 0 auto;
    margin-top: 93px;
    position: relative;
    overflow: hidden;
}

.breadcrumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--Default-color-Black, #000);
    opacity: 0.7;
    mix-blend-mode: multiply;
}

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

.breadcrumb-heading {
    position: relative;
    z-index: 6;
}

.breadcrumb-heading h1 {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
}

@media (max-width: 767px) {
    .breadcrumb-heading h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

.breadcrumb-heading__items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    gap: 5px;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    .breadcrumb-heading__items {
        margin-top: 15px;
    }
}

.breadcrumb-heading__items li {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb-heading__items li:hover {
    color: var(--theme);
}

.breadcrumb-heading__items li a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.breadcrumb-heading__items li a:hover {
    color: var(--theme);
}

.breadcrumb-heading__items li i {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.breadcrumb-shape1 {
    position: absolute;
    left: 3%;
    z-index: 5;
}

@media (max-width: 1199px) {
    .breadcrumb-shape1 {
        display: none;
    }
}

.breadcrumb-shape2 {
    position: absolute;
    right: -6%;
    z-index: 5;
}

@media (max-width: 1199px) {
    .breadcrumb-shape2 {
        display: none;
    }
}

.widget-card {
    padding: 40px 40px;
    border-radius: 10px;
    background: var(--smoke2);
}

.widget-card:not(:last-child) {
    margin-bottom: 60px;
}

@media (max-width: 499px) {
    .widget-card {
        padding: 30px 20px;
    }
}

.widget-card__title {
    padding-bottom: 11px;
}

.widget-card__title h6 {
    color: var(--title4);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.widget-card-search form {
    position: relative;
}

.widget-card-search form input {
    padding: 20px 70px 20px 20px;
    width: 100%;
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(38, 38, 38, 0.1);
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.widget-card-search form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border-radius: 20px;
    background: var(--theme);
    font-size: 16px;
    text-align: center;
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.widget-card-services ul li {
    border-radius: 6px;
    border: 1px solid rgba(38, 38, 38, 0.1);
    background: var(--white);
}

.widget-card-services ul li:not(:last-child) {
    margin-bottom: 12px;
}

.widget-card-services ul li:hover {
    background: var(--theme);
}

.widget-card-services ul li:hover a {
    color: var(--white);
}

.widget-card-services ul li:hover a i {
    color: var(--white);
}

.widget-card-services ul li a {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--title);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.widget-card-services ul li a i {
    color: var(--title);
}

.widget-card-services ul li.active {
    background-color: var(--theme);
}

.widget-card-services ul li.active a {
    color: var(--white);
}

.widget-card-services ul li.active a i {
    color: var(--white);
}

.widget-card-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.widget-card-categories ul li a {
    border-bottom: 1px solid #d8dde1;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.widget-card-categories ul li a span > i {
    padding-right: 13px;
    color: var(--gray2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.widget-card-categories ul li a i {
    color: var(--gray2);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.widget-card-categories ul li.active {
    background-color: var(--theme);
}

.widget-card-categories ul li.active a {
    color: var(--white);
}

.widget-card-categories ul li.active a i {
    color: var(--white);
}

.widget-card-categories ul li:hover a {
    color: var(--theme);
}

.widget-card-categories ul li:hover a i {
    color: var(--theme);
}

.widget-card-question ul li {
    border-radius: 6px;
    border: 1px solid rgba(38, 38, 38, 0.1);
    background: var(--white);
}

.widget-card-question ul li:not(:last-child) {
    margin-bottom: 12px;
}

.widget-card-question ul li:hover {
    background: var(--theme);
}

.widget-card-question ul li:hover a {
    color: var(--white);
}

.widget-card-question ul li:hover a i {
    color: var(--white);
}

.widget-card-question ul li a {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--title);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.widget-card-question ul li a i {
    color: var(--title);
}

.widget-card-question ul li.active {
    background-color: var(--theme);
}

.widget-card-question ul li.active a {
    color: var(--white);
}

.widget-card-question ul li.active a i {
    color: var(--white);
}

.widget-card-post-items {
    display: flex;
    align-items: center;
    gap: 15px;
}

.widget-card-post-items:not(:last-child) {
    padding-bottom: 20px;
}

.widget-card-post-items__thumb {
    border-radius: 10px;
}

.widget-card-post-items__thumb img {
    max-width: fit-content;
    border-radius: 10px;
}

.widget-card-post-items-content h5 {
    padding-bottom: 12px;
    color: var(--title4);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.widget-card-post-items-content h5:hover a {
    color: var(--theme);
}

.widget-card-post-items-content p {
    display: flex;
    gap: 10px;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 4px;
}

.widget-card-tagcloud__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.widget-card-tagcloud__list li a {
    display: inline-flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--white);
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.widget-card-tagcloud__list li a:hover {
    color: var(--white);
    background: var(--theme);
}

.widget-getTouch {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(180deg, #f3604c 0%, #262626 100%);
    height: 470px;
}

@media (max-width: 499px) {
    .widget-getTouch {
        height: 430px;
    }
}

.widget-getTouch__icon {
    margin-top: 60px;
    display: flex;
    width: 90px;
    height: 90px;
    padding: 21.336px 20.666px 20.664px 21.334px;
    align-items: center;
    border-radius: 10px;
    background: var(--white);
}

.widget-getTouch__title {
    margin-top: 25px;
    max-width: 300px;
}

@media (max-width: 1199px) {
    .widget-getTouch__title {
        max-width: 255px;
    }
}

@media (max-width: 991px) {
    .widget-getTouch__title {
        max-width: 300px;
    }
}

.widget-getTouch__title h3 {
    color: var(--white);
    text-align: center;
}

.widget-getTouch__text {
    margin-top: 5px;
    max-width: 300px;
}

.widget-getTouch__text p {
    color: var(--theme);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.widget2-card {
    padding-left: 85px;
}

@media (max-width: 1399px) {
    .widget2-card {
        padding-left: 0;
    }
}

.widget2-card-header {
    padding: 16px 30px;
    border-radius: 20px 20px 0px 0px;
    background: var(--theme);
}

.widget2-card-header__title h5 {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: none;
}

.widget2-card-body {
    padding: 24px 30px 40px;
    border-radius: 0px 0px 20px 20px;
    background: var(--title);
}

.widget2-card-body-items {
    display: flex;
    align-items: center;
    gap: 12px;
}

.widget2-card-body-items:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.widget2-card-body-items__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.widget2-card-body-items-content__label {
    padding-bottom: 6px;
    color: var(--white);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}

.widget2-card-body-items-content__value {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 111.111% */
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

/* 2. Header */
/*------------------------------------
		3.1 Header Style 1
----------------------------------*/
.header-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrap .main-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.header-wrap .main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 20px;
}

@media (max-width: 1599px) {
    .header-wrap .main-menu ul li {
        margin: 0 5px;
    }
}

@media (max-width: 1399px) {
    .header-wrap .main-menu ul li {
        margin: 0 0;
    }
}

.header-wrap .main-menu ul li:hover > a {
    color: var(--theme-color);
}

.header-wrap .main-menu ul li.active,
.header-wrap .main-menu ul li.current-menu-ancestor {
    position: relative;
}

.header-wrap .main-menu ul li.active > a,
.header-wrap .main-menu ul li.current-menu-ancestor > a {
    color: var(--theme-color);
}

.header-wrap .main-menu ul li.dropdown > a {
    padding-right: 30px !important;
}

.header-wrap .main-menu ul li.dropdown > a:before {
    visibility: visible;
}

.header-wrap .main-menu ul li.dropdown .dropdown > a:before {
    visibility: visible;
    right: 15px;
    transform: rotate(-90deg);
    margin-top: -4px;
}

.header-wrap .main-menu ul li ul.submenu li.active > a {
    position: relative;
    z-index: 2;
    color: #fff !important;
}

.header-wrap .main-menu ul li a {
    display: block;
    padding: 45px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    position: relative;
    color: var(--dark);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.header-wrap .main-menu ul li a:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    padding: 3px;
    font-size: 14px;
    top: 50%;
    right: 6px;
    line-height: 0;
    visibility: hidden;
}

.header-wrap .main-menu ul li:hover > ul {
    visibility: visible;
    transition: all 300ms ease;
    opacity: 1;
    transform: scaleY(1);
}

.header-wrap .main-menu ul li ul li:hover ul {
    visibility: visible;
    top: -2px;
}

.header-wrap .main-menu ul ul {
    background-color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    transition: all 300ms ease;
    border-top: 2px solid var(--white);
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    transform-origin: top;
    transform: scaleY(0);
}

.header-wrap .main-menu ul ul li {
    float: none;
    min-width: 210px;
    margin: 0;
}

.header-wrap .main-menu ul ul li ul {
    visibility: hidden;
}

.header-wrap .main-menu ul ul li i {
    float: right;
}

.header-wrap .main-menu ul ul li > a {
    line-height: 120%;
    padding: 10px 20px;
    color: var(--heading-color);
    border-bottom: 1px solid #e3e3e3;
    margin-left: 0;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
}

.header-wrap .main-menu ul ul li > a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.header-wrap .main-menu ul ul li:last-child a {
    border-bottom: 0px;
}

.header-wrap .main-menu ul ul ul {
    left: 100%;
    transition: all 0.3s ease 0s;
    opacity: 0;
    border-top: 0px;
    border-top: 2px solid var(--theme);
}

.header-1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 0 100px;
    background-color: var(--white);
}

@media (max-width: 1199px) {
    .header-1 {
        top: 0;
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .header-1 {
        padding: 0 30px;
    }
}

.header-1 .header-wrap {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .header-1 .header-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .header-1 .header-wrap .logo {
        width: 40%;
    }
}

.header-1 .header-wrap .logo .sticky-logo {
    display: none;
}

.header-1 .header-wrap .main-menu-wrap {
    margin-left: -65px;
}

.header-1 .header-wrap .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header-1 .header-wrap .header-right .search {
    margin-right: 36px;
}

@media (max-width: 575px) {
    .header-1 .header-wrap .header-right .search {
        margin-right: 30px;
        margin-top: 5px;
    }
}

.header-style-2 .header-wrap {
    margin-top: 0;
}

.header-style-2 .header-wrap .main-menu ul li a {
    padding: 35px 24px;
}

.header-style-2 .header-wrap .main-menu ul ul li > a {
    padding: 10px 20px;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    transition: all 0.9s ease-in-out;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: var(--white);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.sticky.header-1 .header-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .sticky.header-1 .header-wrap {
        padding: 14px 0;
    }
}

@media (max-width: 991px) {
    .sticky.header-1 .header-wrap {
        padding: 9px 0;
    }
}

@media (max-width: 575px) {
    .sticky.header-1 .header-wrap {
        padding: 12px 0;
    }
}

.sticky.header-1 .header-wrap .logo .primary-logo {
    display: none;
}

.sticky.header-1 .header-wrap .logo .sticky-logo {
    display: block;
}

.sticky.header-1 .header-wrap .main-menu ul li a {
    padding: 26px 10px;
}

.sticky.header-1 .header-wrap .main-menu ul ul li > a {
    padding: 10px 20px;
}

@media (max-width: 1199px) {
    .sticky.header-style-2 .header-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .sticky.header-style-2 .header-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*------------------------------------
		 Header Top Section
----------------------------------*/
.header-top-section.style1 {
    padding: 14px 0;
    position: relative;
    z-index: 999;
    background: var(--smoke);
    box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}

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

.header-top-section.style1 .header-top-wrapper .contact-list {
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-top-section.style1 .header-top-wrapper .contact-list li a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-top-section.style1 .header-top-wrapper .contact-list li a p {
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .header-top-section.style1 {
        display: none;
    }
}

/*------------------------------------
		3.2 Header Style 2
----------------------------------*/
.header-style-2 {
    padding: 0 0;
}

.header-style-2 .header-wrap {
    margin-top: 0;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(15, 15, 15, 0.5);
    backdrop-filter: blur(15px);
    padding: 0 100px;
}

@media (max-width: 1199px) {
    .header-style-2 .header-wrap {
        padding: 13px 30px;
        margin-top: 10px;
    }
}

.line {
    position: absolute;
    width: 1px;
    height: 99%;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1399px) {
    .line {
        display: none;
    }
}

.line-1 {
    top: 50px;
    left: 100px;
}

.line-2 {
    top: 50px;
    left: 35.1%;
}

@media (max-width: 1599px) {
    .line-2 {
        left: 513px;
    }
}

.line-3 {
    top: 50px;
    right: 35.1%;
}

@media (max-width: 1599px) {
    .line-3 {
        right: 513px;
    }
}

.line-4 {
    top: 50px;
    right: 100px;
}

/*------------------------------------
		3.4 Mobile menu
----------------------------------*/
.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #e6e6e6;
        padding: 10px;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(20, 19, 19, 0)),
        to(#5e5ef6)
    );
    background: linear-gradient(
        to bottom,
        rgba(99, 92, 92, 0) 0%,
        #252527 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;
    -webkit-transition: all 0.3s ease-in-out;
    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(--common-white);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    border-bottom: 1px solid rgba(227, 227, 227, 0.2117647059) !important;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme-color);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme-color);
}

.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 .dropdown-icon {
    display: none;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

/* 3. Hero */
.hero1 {
    position: relative;
    padding: 205px 0 210px;
    margin-top: 107px;
}

@media (max-width: 1199px) {
    .hero1 {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .hero1 {
        padding: 150px 0 150px;
    }
}

.hero1-background-image__one {
    position: absolute;
    inset: 0;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    left: 20.5%;
}

.hero1-background-image__one::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        270deg,
        rgba(255, 192, 0, 0) 0%,
        rgba(255, 192, 0, 0.12) 49%,
        #0276db 100%
    );
    z-index: 1;
}

.hero1-background-image__two {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35%;
    background: #015dad;
}

.hero1-background-image__two::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero1-content {
    position: relative;
    z-index: 9;
    border-radius: 20px;
    background: var(--White, #fff);
    padding: 60px 100px 66px 60px;
    margin-left: 46px;
    margin-right: 77px;
}

@media (max-width: 991px) {
    .hero1-content {
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .hero1-content {
        margin-left: 0px;
        margin-right: 0px;
        padding: 30px;
    }
}

.hero1-content__subtitle {
    color: var(--900, #0f1b24);
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.hero1-content__title {
    padding-bottom: 10px;
    color: var(--900, #0f1b24);
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}

.hero1-content__title span {
    text-decoration: underline;
    text-decoration-color: var(--theme);
    -moz-text-decoration-color: var(--yellow);
}
.icon-tab-ft{
    color: var(--theme);
}
.star-rating{
    color: rgb(210, 183, 31);
    margin-left: 15px;
    font-size: 20px;
}
@media (max-width: 991px) {
    .hero1-content__title {
        font-size: 58px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    .hero1-content__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .hero1-content__title {
        font-size: 42px;
        line-height: 50px;
    }
}

.hero1-content__desc {
    padding-right: 0px;
    color: var(--title2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.hero1-content-cta {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 499px) {
    .hero1-content-cta {
        flex-direction: column;
        align-items: self-start;
        gap: 25px;
    }
}

.hero1-content-cta__btn {
    display: inline-flex;
    height: 56px;
    padding: 16px 2px 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid var(--border);
}

.hero1-content-cta__btn img {
    padding: 14px;
    border-radius: 999px;
    background: var(--theme);
}

.hero2 {
    position: relative;
    padding: 85px 0 85px;
    margin-top: 107px;
}

@media (max-width: 1199px) {
    .hero2 {
        margin-bottom: 0px;
        padding: 0;
    }
}

.hero2__shape1 {
    position: absolute;
    top: -25px;
    left: 125px;
    z-index: 9;
}

@media (max-width: 1699px) {
    .hero2__shape1 {
        display: none;
    }
}

.hero2__shape2 {
    position: absolute;
    bottom: 12%;
    z-index: 9;
    left: 40%;
}

@media (max-width: 1699px) {
    .hero2__shape2 {
        display: none;
    }
}

.hero2-background-image__one {
    position: absolute;
    inset: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    left: 47.3%;
}

@media (max-width: 1399px) {
    .hero2-background-image__one {
        left: 62.3%;
    }
}

@media (max-width: 1199px) {
    .hero2-background-image__one {
        display: none;
    }
}

.hero2-background-image__two {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 23%;
    margin-left: -184px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .hero2-background-image__two {
        display: none;
    }
}

.hero2-background-image__two::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--theme);
}

.hero2-background-image__two img {
    position: relative;
    z-index: 1;
    display: block;
    top: 21%;
    height: auto;
}

.hero2-content {
    position: relative;
    z-index: 8;
    border-radius: 20px;
    background: var(--100, #fcf9f7);
    padding: 60px 245px 181px 113px;
    margin-left: -80px;
}

@media (max-width: 1199px) {
    .hero2-content {
        padding: 60px 101px 81px 113px;
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .hero2-content {
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .hero2-content {
        padding: 30px;
    }
}

.hero2-content__subtitle {
    color: var(--theme);
    font-family: "Cormorant Garamond";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: 1.62px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.hero2-content__subtitle img {
    padding-right: 10px;
}

.hero2-content__title {
    padding-bottom: 10px;
    color: var(--900, #0d0d0d);
    font-family: "Raleway", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    /* 115.625% */
}

.hero2-content__title span {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
    -moz-text-decoration-color: var(--yellow);
}

@media (max-width: 991px) {
    .hero2-content__title {
        font-size: 58px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    .hero2-content__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .hero2-content__title {
        font-size: 35px;
        line-height: 40px;
    }
}

.hero2-content__desc {
    padding-right: 0px;
    color: var(--title2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

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

@media (max-width: 499px) {
    .hero2-content-cta {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }
}

.hero2-content-cta-btn {
    display: flex;
    gap: 20px;
}

.hero2-content-cta-btn-text__title {
    color: var(--900, #0d0d0d);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 185.714% */
}

.hero2-content-cta-btn-text__numb {
    color: var(--900, #0d0d0d);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

/* 4. About */
.about1 {
    position: relative;
}

.about1-shape1 {
    position: absolute;
    right: 13.7%;
    bottom: 0;
    z-index: 5;
}

@media (max-width: 1899px) {
    .about1-shape1 {
        right: 12.7%;
    }
}

@media (max-width: 1799px) {
    .about1-shape1 {
        right: 10.7%;
    }
}

@media (max-width: 1699px) {
    .about1-shape1 {
        right: 8%;
    }
}

@media (max-width: 1599px) {
    .about1-shape1 {
        right: 41px;
    }
}

@media (max-width: 1399px) {
    .about1-shape1 {
        right: 31px;
    }
}

@media (max-width: 1199px) {
    .about1-shape1 {
        display: none;
    }
}

.about1-content {
    padding: 48px 60px;
    position: relative;
    z-index: 7;
}

@media (max-width: 1399px) {
    .about1-content {
        padding: 48px 30px;
    }
}

@media (max-width: 1199px) {
    .about1-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .about1-content {
        padding: 45px 10px;
    }
}

.about1-content-btn {
    display: inline-table;
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

@media (max-width: 767px) {
    .about1-content-btn {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .about1-content-btn {
        flex-direction: column;
        display: flex;
    }
}

.about1-content-btn__one {
    display: inline-flex;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: var(--white);
    cursor: pointer;
}

@media (max-width: 991px) {
    .about1-content-btn__one {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .about1-content-btn__one {
        padding: 10px 5px;
    }
}

.about1-content-btn__one.active-btn-style {
    display: inline-flex;
    padding: 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: var(--theme);
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

@media (max-width: 991px) {
    .about1-content-btn__one.active-btn-style {
        padding: 25px 15px;
    }
}

@media (max-width: 767px) {
    .about1-content-btn__one.active-btn-style {
        font-size: 14px;
        padding: 15px 5px;
    }
}

.about1-content-info {
    padding-top: 35px;
    padding-bottom: 25px;
    display: flex;
    gap: 30px;
}

@media (max-width: 1199px) {
    .about1-content-info {
        padding-top: 40px;
        display: flex;
        gap: 65px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .about1-content-info {
        gap: 35px;
    }
}

@media (max-width: 449px) {
    .about1-content-info {
        gap: 15px;
    }
}

.about1-content-info-left {
    padding-top: 10px;
}

.about1-content-info-left__icon {
    padding-bottom: 20px;
}

.about1-content-info-left__title {
    padding-bottom: 27px;
    max-width: 128px;
}

.about1-content-info-left__title h6 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

@media (max-width: 575px) {
    .about1-content-info-left__title h6 {
        font-size: 20px;
        line-height: 30px;
    }
}

.about1-content-info-left__link {
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding-bottom: 36px;
}

.about1-content-info-left__rating h6 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

@media (max-width: 575px) {
    .about1-content-info-left__rating h6 {
        font-size: 20px;
        line-height: 30px;
    }
}

.about1-content-info-left__rating p {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.about1-content-info__verticalLine {
    padding-top: 5px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .about1-content-info__verticalLine {
        display: none;
    }
}

.about1-content-info-right-list {
    padding-bottom: 23px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.about1-content-info-right-list-item__title {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.about1-content-info-right-list-item__text {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 270px;
}

.about1-content-info-right-profile {
    display: flex;
    gap: 14px;
    padding-top: 24px;
}

.about1-content-info-right-profile__img {
    padding-top: 15px;
}

@media (max-width: 449px) {
    .about1-content-info-right-profile {
        padding-top: 0px;
    }
}

.about1-thumb {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: -170px;
}

@media (max-width: 1399px) {
    .about1-thumb {
        margin-left: -212px;
    }
}

@media (max-width: 1199px) {
    .about1-thumb {
        display: none;
    }
}

.about1-thumb__top {
    margin-bottom: -77px;
}

.about1-thumb-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about1-thumb__bottom {
    margin-top: -77px;
}

.about2 {
    position: relative;
}

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

.about2-thumb {
    position: relative;
    margin-top: 74px;
}

@media (max-width: 1199px) {
    .about2-thumb {
        margin-top: 0px;
        margin-bottom: 100px;
    }
}

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

.about2-thumb__left {
    position: relative;
}

@media (max-width: 1599px) {
    .about2-thumb__left {
        left: -2%;
    }
}

@media (max-width: 1399px) {
    .about2-thumb__left img {
        max-width: 72%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .about2-thumb__left img {
        max-width: 100%;
        height: auto;
    }
}

.about2-thumb__right {
    position: absolute;
    right: 3%;
    bottom: -19%;
    z-index: 9;
}

@media (max-width: 1399px) {
    .about2-thumb__right {
        right: -9%;
        bottom: -17%;
    }

    .about2-thumb__right img {
        max-width: 87%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .about2-thumb__right {
        right: 11%;
        bottom: -19%;
    }

    .about2-thumb__right img {
        max-width: 100%;
        height: auto;
    }
}

.about2-thumb__top {
    position: absolute;
    right: 19px;
    top: -46px;
}

@media (max-width: 1399px) {
    .about2-thumb__top {
        right: -25px;
        top: -34px;
    }

    .about2-thumb__top img {
        max-width: 87%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .about2-thumb__top {
        right: 80px;
        top: -46px;
    }

    .about2-thumb__top img {
        max-width: 100%;
        height: auto;
    }
}

.about2-thumb__badge {
    position: absolute;
    top: -5px;
    right: 56px;
}

@media (max-width: 1399px) {
    .about2-thumb__badge {
        top: -5px;
        right: 25px;
    }
}

@media (max-width: 1199px) {
    .about2-thumb__badge {
        top: -5px;
        right: 114px;
    }
}

.about2-thumb__badge h2 {
    color: var(--white);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    /* 115.625% */
}

.about2-thumb__badge p {
    color: var(--white);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.about2-btn {
    display: inline-flex;
    gap: 59px;
    padding: 20px 50px;
    border-radius: 50px;
    background: var(--smoke2);
}

@media (max-width: 575px) {
    .about2-btn {
        gap: 28px;
        padding: 16px 15px;
    }
}

.about2-btn__item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.about2-btn__item p {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.about2-btn__item--line {
    opacity: 0.2;
    background: #16171a;
    width: 1px;
    height: 25px;
}

.about2-content {
    display: flex;
    align-items: center;
    gap: 32px;
}

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

.about2-content-left {
    max-width: 263px;
}

.about2-content-left-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 30px;
}

.about2-content-left-item-text__title h4 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.about2-content-left-item-text__desc p {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.about2-content-left-item-btn {
    padding-top: 30px;
}

.about2-content-right {
    position: relative;
}

.about2-content-right-thumb:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--title);
    opacity: 0.6;
    border-radius: 10px;
    z-index: 1;
}

.about2-content-right__icon {
    display: flex;
    gap: 10px;
    position: absolute;
    left: 68px;
    z-index: 9;
    top: 57px;
}

.about2-content-right__text {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 48px;
    left: 6%;
    z-index: 9;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

/* 5. Meanmenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.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: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        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: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}

.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: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(20, 19, 19, 0)),
        to(#5e5ef6)
    );
    background: linear-gradient(
        to bottom,
        rgba(99, 92, 92, 0) 0%,
        #252527 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;
    -webkit-transition: all 0.3s ease-in-out;
    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(--title) !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !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(--title);
}

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

/* 5. Offcanvas */
/*------------------------------------
		2.7 Offcanvas
----------------------------------*/
.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 1px solid var(--theme-color);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    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;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 575px) {
    .offcanvas__info.info-open {
        width: 320px;
    }
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}
.offcanvas__content{
    padding-bottom: 80px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content {
        padding: 30px 0;
    }
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--title);
    margin-bottom: 20px;
}

.offcanvas__wrapper .offcanvas__content .theme-btn {
    padding: 15px 28px;
    margin-top: 40px;
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    background-color: var(--theme);
    padding: 25px 28px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991px) {
    .offcanvas__wrapper .offcanvas__content .theme-btn {
        padding: 20px 19px;
    }
}

.offcanvas__wrapper .offcanvas__content .theme-btn span {
    margin-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    border: 1px solid #fff;
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .theme-btn span svg path {
    transition: all 0.4s ease-in-out;
}

.offcanvas__wrapper .offcanvas__content .theme-btn:hover {
    color: var(--title);
}

.offcanvas__wrapper .offcanvas__content .theme-btn:hover span svg path {
    animation: tfLeftToRight 0.5s forwards;
    fill: var(--title);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close:hover i {
    transform: rotate(90deg);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
    color: var(--title);
    font-size: 30px;
}

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

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a:hover {
    color: var(--theme);
}

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

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    .header-button
    .btn-read {
    width: 100%;
    padding: 16px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 40px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    line-height: 42px;
    border: 1px solid #414141;
    text-align: center;
    color: var(--title);
    transition: all 0.4s ease-in-out;
}

.offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    .social-icon
    a:hover {
    border: 1px solid var(--theme);
    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;
    }
}

/* 6. Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-top__subtitle {
    color: var(--theme);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-top__subtitle span {
    padding-right: 8px;
}

.section-top__subtitle2 {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-top__subtitle3 {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: var(--yellow);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-top__title {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-transform: capitalize !important;
}

@media (max-width: 1199px) {
    .section-top__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .section-top__title {
        font-size: 42px;
        line-height: 45px;
    }
}

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

.section-top__title2 {
    color: var(--white);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 112.5% */
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .section-top__title2 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .section-top__title2 {
        font-size: 42px;
        line-height: 45px;
    }
}

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

.section-top__title3 {
    color: var(--title3);
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 112.5% */
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .section-top__title3 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .section-top__title3 {
        font-size: 42px;
        line-height: 45px;
    }
}

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

.section-top__desc {
    color: var(--gray);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.section-top__desc2 {
    color: var(--smoke);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.section-top__desc3 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 185.714% */
}

/* 7. Service */
.service1-card {
    position: relative;
}

.service1-card__thumb {
    position: relative;
    text-align: center;
}

.service1-card-content {
    margin-top: -50px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    padding: 80px 30px 30px 30px;
}

.service1-card-content__icon {
    padding-bottom: 20px;
}

.service1-card-content__title {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
    padding-bottom: 10px;
}

.service1-card-content__desc {
    padding-bottom: 20px;
}

.service1-card-content__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.service1-card-content__link {
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.service1-card-content__link img {
    padding-left: 5px;
}

.service2 {
    position: relative;
}

@media (max-width: 1199px) {
    .service2 {
        background: linear-gradient(270deg, #ecf1f5 0%);
    }
}

.service2 .fix-position {
    position: relative;
    z-index: 9;
    padding-top: 110px;
}

@media (max-width: 1199px) {
    .service2 .fix-position {
        padding-top: 0;
    }
}

.service2-shape3 {
    position: absolute;
    z-index: 5;
}

@media (max-width: 1199px) {
    .service2-shape3 {
        display: none;
    }
}

.service2-shape3 img {
    height: 910px;
}

.service2-card {
    position: relative;
    z-index: 9;
    border-radius: 220px;
    border-bottom: 1px solid var(--border);
    background: var(--smoke);
}

@media (max-width: 575px) {
    .service2-card {
        width: 300px;
    }
}

.service2-card:hover {
    border-radius: 220px;
    background: var(--theme);
    transition: all 0.4s ease-in-out;
}

.service2-card__shape1 {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.service2-card__shape1 img {
    width: 100%;
}

.service2-card-content {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 90px 49px 66px;
}

@media (max-width: 1399px) {
    .service2-card-content {
        padding: 45px 41px 66px;
    }
}

@media (max-width: 1199px) {
    .service2-card-content {
        padding: 90px 49px 66px;
    }
}

@media (max-width: 767px) {
    .service2-card-content {
        padding: 48px 30px 50px;
    }
}

.service2-card-content__title {
    color: #373a3f;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
    padding-bottom: 13px;
}

.service2-card-content__title:hover {
    color: var(--theme);
}

.service2-card-content__desc {
    color: var(--gray);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 17px;
}

.service2-card-content__link {
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    text-transform: uppercase;
}

.service2-card-content__icon {
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    background: white;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    margin: auto;
    margin-top: 66px;
}

@media (max-width: 1399px) {
    .service2-card-content__icon {
        margin-top: 25px;
    }
}

@media (max-width: 1199px) {
    .service2-card-content__icon {
        margin-top: 45px;
    }
}

@media (max-width: 991px) {
    .service2-card-content__icon {
        margin-top: 92px;
    }
}

@media (max-width: 767px) {
    .service2-card-content__icon {
        margin-top: 8px;
    }
}

@media (max-width: 575px) {
    .service2-card-content__icon {
        margin-top: 115px;
    }
}

.service2 .widget-card {
    margin-bottom: 0;
}

.service2 .widget-card:last-child {
    padding-bottom: 5px;
}

.service2-details {
    padding: 30px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}

.service2-details__thumb {
    padding-bottom: 18px;
    border-radius: 10px;
}

.service2-details__thumb img {
    border-radius: 10px;
}

.service2-details-content__title {
    padding-bottom: 20px;
}

.service2-details-content__title h3 {
    color: var(--title4);
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .service2-details-content__title h3 {
        font-size: 34px;
        line-height: 42px;
    }
}

.service2-details-content__desc {
    padding-bottom: 20px;
}

.service2-details-content__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.service2-details-content__desc2 {
    padding-bottom: 23px;
}

.service2-details-content__desc2 p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.service2-details-content__title2 {
    padding-bottom: 24px;
}

.service2-details-content__title2 h5 {
    color: var(--title4);
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 133.333% */
}

@media (max-width: 767px) {
    .service2-details-content__title2 h5 {
        font-size: 20px;
    }
}

.service2-details-content__desc3 {
    max-width: 713px;
    padding-bottom: 33px;
}

.service2-details-content__desc3 p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.service2-details-content-thumb {
    display: flex;
    gap: 24px;
    padding-bottom: 33px;
}

.service2-details-content-thumb img {
    border-radius: 20px;
}

.service2-details-content__title3 {
    padding-bottom: 24px;
}

.service2-details-content__title3 h5 {
    color: var(--title4);
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 133.333% */
}

@media (max-width: 767px) {
    .service2-details-content__title3 h5 {
        font-size: 20px;
    }
}

.service2-details-content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 78px;
}

@media (max-width: 1399px) {
    .service2-details-content-list {
        gap: 20px;
    }
}

.service2-details-content__title4 {
    padding-bottom: 24px;
    padding-top: 24px;
}

.service2-details-content__title4 h5 {
    color: var(--title4);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

@media (max-width: 767px) {
    .service2-details-content__title4 h5 {
        font-size: 20px;
    }
}

/* 8. Project */
.project1 {
    position: relative;
}

.project1__shape {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.project1__shape img {
    width: 100%;
}

.project1 .section-top {
    position: relative;
    z-index: 5;
    max-width: 672px;
    padding-bottom: 35px;
}

@media (max-width: 1199px) {
    .project1 .section-top {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .project1 .section-top__subtitle2 {
        color: var(--title);
    }

    .project1 .section-top__title2 {
        color: var(--title);
    }

    .project1 .section-top__desc2 {
        color: var(--title);
    }
}

.project1-card {
    position: relative;
}

.project1-card-thumb {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    z-index: 5;
}

.project1-card-thumb__one {
    border-radius: 20px 0px 0px 20px;
}

.project1-card-thumb__one img {
    border-radius: 20px 0px 0px 20px;
}

.project1-card-thumb__two {
    border-radius: 0px 20px 20px 0px;
}

.project1-card-thumb__two img {
    border-radius: 0px 20px 20px 0px;
}

.project1-card-btn1 {
    position: absolute;
    top: 43%;
    left: 10%;
    z-index: 9;
}

.project1-card-btn1 span {
    display: inline-flex;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 52px;
    border: 1px solid #0276db;
    background: var(--theme3);
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

@media (max-width: 767px) {
    .project1-card-btn1 span {
        padding: 0px 16px;
        font-size: 14px;
    }
}

.project1-card-btn2 {
    position: absolute;
    top: 44%;
    right: 10%;
    z-index: 9;
}

.project1-card-btn2 span {
    display: inline-flex;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 52px;
    border: 1px solid #0276db;
    background: var(--theme3);
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

@media (max-width: 767px) {
    .project1-card-btn2 span {
        padding: 0px 16px;
        font-size: 14px;
    }
}

.project1-card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

@media (max-width: 767px) {
    .project1-card__icon {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .project1-card__icon img {
        width: 70%;
    }
}

.project2-card {
    position: relative;
}

.project2-card-textLeft,
.project2-card-textRight {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-radius: 0px 0px 50px 0px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    padding: 58px 24px;
}

.project2-card-textLeft h5,
.project2-card-textRight h5 {
    color: var(--theme);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

.project2-card-textRight {
    writing-mode: vertical-lr;
    transform: rotate(0deg);
}

.project2-card-thumb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.project2-card-thumb::before {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(7, 124, 234, 0.2) 11.16%,
        #074886 100%
    );
    z-index: 1;
    pointer-events: none;
}

.project2-card-thumb img {
    border-radius: 10px;
}

.project2-card-content {
    display: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 40px 30px;
    z-index: 2;
    border-radius: 20px;
}

.project2-card-content__icon {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .project2-card-content__icon img {
        width: 25%;
    }
}

.project2-card-content__title {
    color: var(--white);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
    margin-bottom: 10px;
}

.project2-card-content__desc {
    color: var(--smoke3);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 0;
}

.project2-card:hover .project2-card-thumb::before {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.project2-card:hover .project2-card-content {
    display: block;
    transition: all 0.4s ease-in-out;
}

.project3-details-content-wrapper {
    padding-bottom: 40px;
    display: flex;
    gap: 40px;
}

@media (max-width: 991px) {
    .project3-details-content-wrapper {
        flex-direction: column;
    }
}

.project3-details-content-wrapper-info {
    max-width: 950px;
}

.project3-details-content-wrapper-info__title {
    padding-bottom: 20px;
}

.project3-details-content-wrapper-info__title h3 {
    color: var(--Black-01, #141422);
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 112.5% */
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .project3-details-content-wrapper-info__title h3 {
        font-size: 34px;
        line-height: 42px;
    }
}

.project3-details-content-wrapper-info__desc {
    padding-bottom: 20px;
}

.project3-details-content-wrapper-info__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.project3-details-content-wrapper-info__desc2 {
    padding-bottom: 23px;
}

.project3-details-content-wrapper-info__desc2 p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.project3-details-content-wrapper-card {
    padding: 40px;
    border-radius: 10px;
    height: 100%;
    background: var(--smoke2);
}

.project3-details-content-wrapper-card__title {
    padding-bottom: 10px;
}

.project3-details-content-wrapper-card__title h4 {
    color: var(--Black-01, #141422);
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
}

.project3-details-content-wrapper-card__label {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.project3-details-content-wrapper-card__name {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.project3-details-content-wrapper-card__brb {
    width: 250px;
    height: 1px;
    flex-shrink: 0;
    background: var(--border);
    margin-top: 12px;
    margin-bottom: 18px;
}

.project3-details-content__title2 {
    padding-bottom: 13px;
}

.project3-details-content__title2 h5 {
    color: var(--Black-01, #141422);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

@media (max-width: 767px) {
    .project3-details-content__title2 h5 {
        font-size: 20px;
    }
}

.project3-details-content__desc2 {
    padding-bottom: 24px;
}

.project3-details-content__desc2 p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.project3-details-content-thumb {
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
}

.project3-details-content-thumb img {
    border-radius: 10px;
}

.project3-details-content__title3 {
    padding-bottom: 15px;
}

.project3-details-content__title3 h5 {
    color: var(--Black-01, #141422);
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    /* 133.333% */
}

@media (max-width: 767px) {
    .project3-details-content__title3 h5 {
        font-size: 20px;
    }
}

.project4-card {
    position: relative;
}

.project4-card-textLeft,
.project4-card-textRight {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-radius: 0px 0px 50px 0px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    padding: 58px 24px;
}

.project4-card-textLeft h5,
.project4-card-textRight h5 {
    color: var(--theme);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

.project4-card-textRight {
    writing-mode: vertical-lr;
    transform: rotate(0deg);
}

.project4-card-thumb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.project4-card-thumb::before {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(7, 124, 234, 0.2) 11.16%,
        #074886 100%
    );
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        rgba(7, 124, 234, 0.2) 11.16%,
        #0276db 100%
    );
    z-index: 1;
    pointer-events: none;
}

.project4-card-thumb img {
    border-radius: 10px;
}

.project4-card-content {
    display: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 40px 30px;
    z-index: 2;
    border-radius: 20px;
}

.project4-card-content__icon {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .project4-card-content__icon img {
        width: 25%;
    }
}

.project4-card-content__title {
    color: var(--white);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
    margin-bottom: 10px;
}

.project4-card-content__desc {
    color: var(--smoke3);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 0;
}

.project4-card:hover .project4-card-thumb::before {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.project4-card:hover .project4-card-content {
    display: block;
    transition: all 0.4s ease-in-out;
}

/* 9. Testimonial */
.testimonial1 {
    position: relative;
    background: var(--smoke2);
}

.testimonial1-shape {
    position: absolute;
}

@media (max-width: 1699px) {
    .testimonial1-shape {
        display: none;
    }
}

.testimonial1-card {
    position: relative;
}

.testimonial1-card-one {
    max-width: 257px;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid var(--theme);
    background: var(--white);
}

.testimonial1-card-one-header {
    padding: 0 10px;
    background: var(--smoke2);
    text-align: center;
    border-radius: 25px;
}

.testimonial1-card-one-header__icon {
    padding-top: 12px;
}

.testimonial1-card-one-header__text {
    padding-top: 26px;
    padding-bottom: 49px;
}

.testimonial1-card-one-header__text p {
    color: var(--gray2);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.testimonial1-card-one .fancy-box1 {
    text-align: center;
    margin-top: -35px;
    padding-bottom: 5px;
}

.testimonial1-card-one .fancy-box1__item h6 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.testimonial1-card-one .fancy-box1__item p {
    color: var(--title3);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.testimonial1-card-two {
    max-width: 329px;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid var(--theme);
    background: var(--white);
}

.testimonial1-card-two-header {
    padding: 0 10px;
    background: var(--smoke2);
    text-align: center;
    border-radius: 25px;
}

.testimonial1-card-two-header__icon {
    padding-top: 14px;
}

.testimonial1-card-two-header__text {
    padding-top: 32px;
    padding-bottom: 73px;
}

.testimonial1-card-two-header__text p {
    color: var(--gray2);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.testimonial1-card-two .fancy-box2 {
    text-align: center;
    margin-top: -45px;
    padding-bottom: 5px;
}

.testimonial1-card-two .fancy-box2__item h6 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-top: 15px;
}

.testimonial1-card-two .fancy-box2__item p {
    color: var(--title3);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.testimonial1-card-three {
    max-width: 397px;
    padding: 20px 20px 25px;
    border-radius: 30px;
    border: 1px solid var(--theme);
    background: var(--white);
}

.testimonial1-card-three-header {
    padding: 0 34px;
    background: var(--smoke2);
    text-align: center;
    border-radius: 25px;
}

.testimonial1-card-three-header__icon {
    padding-top: 20px;
}

.testimonial1-card-three-header__text {
    padding-top: 24px;
    padding-bottom: 94px;
}

.testimonial1-card-three-header__text p {
    color: var(--gray2);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    letter-spacing: 0.32px;
}

.testimonial1-card-three .fancy-box1 {
    text-align: center;
    margin-top: -55px;
    padding-bottom: 5px;
}

.testimonial1-card-three .fancy-box1__item h6 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    padding-top: 14px;
}

.testimonial1-card-three .fancy-box1__item p {
    color: var(--title3);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.testimonial1-content {
    max-width: 520px;
}

@media (max-width: 991px) {
    .testimonial1-content {
        padding-top: 25px;
    }
}

.testimonial1 .swiper-wrapper {
    display: flex;
    align-items: center;
}

.testimonial2-sliderImg {
    position: relative;
}

@media (max-width: 1199px) {
    .testimonial2-sliderImg {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .testimonial2-sliderImg {
        margin-bottom: 0;
    }
}

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

.testimonial2-sliderImg__quote {
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
}

.testimonial2-card {
    display: flex;
    align-items: center;
    gap: 83px;
}

.testimonial2-card:not(:last-child) {
    margin-bottom: 52px;
}

@media (max-width: 575px) {
    .testimonial2-card {
        display: inline;
    }
}

.testimonial2-card--one {
    position: relative;
    padding-right: 109px;
}

.testimonial2-card--one .one {
    position: absolute;
    left: 5%;
    top: -10%;
}

@media (max-width: 1399px) {
    .testimonial2-card--one .one {
        position: absolute;
        left: -3%;
        top: -10%;
    }
}

@media (max-width: 1399px) {
    .testimonial2-card--one {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .testimonial2-card--one {
        padding-right: 0;
    }
}

.testimonial2-card--two {
    position: relative;
    padding-left: 64px;
    gap: 51px;
}

.testimonial2-card--two .two {
    position: absolute;
    left: 7%;
    top: -33%;
}

@media (max-width: 1399px) {
    .testimonial2-card--two .two {
        left: -1%;
    }
}

@media (max-width: 1399px) {
    .testimonial2-card--two {
        padding-left: 50px;
        gap: 36px;
    }
}

@media (max-width: 991px) {
    .testimonial2-card--two {
        padding-left: 0;
    }
}

.testimonial2-card--three {
    position: relative;
    padding-right: 109px;
}

.testimonial2-card--three .three {
    position: absolute;
    left: 5%;
    top: -28%;
}

@media (max-width: 1399px) {
    .testimonial2-card--three .three {
        left: -4%;
    }
}

@media (max-width: 1399px) {
    .testimonial2-card--three {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .testimonial2-card--three {
        padding-right: 0;
    }
}

.testimonial2-card__thumb {
    flex: none;
}

@media (max-width: 1199px) {
    .testimonial2-card__thumb {
        display: none;
    }
}

.testimonial2-card-content {
    margin-left: 250px;
    display: flex;
    border-radius: 185px;
    border-left: 2px solid var(--border);
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 40px;
}

@media (max-width: 1399px) {
    .testimonial2-card-content {
        margin-left: 158px;
    }
}

@media (max-width: 1199px) {
    .testimonial2-card-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .testimonial2-card-content {
        flex-direction: column;
        gap: 13px;
        max-width: 518px;
        padding: 40px 41px;
    }
}

@media (max-width: 575px) {
    .testimonial2-card-content {
        border-radius: 15px;
        border-left: none;
        margin-top: 45px;
    }
}

.testimonial2-card-content-profile {
    width: 482px;
}

.testimonial2-card-content-profile__name h6 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.testimonial2-card-content-profile__label p {
    color: var(--title3);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.testimonial2-card-content-desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

/* 10. Contact */
.contact1 {
    padding-bottom: 120px;
    position: relative;
}

@media (max-width: 1699px) {
    .contact1 {
        padding-bottom: 80px;
    }
}

@media (max-width: 1599px) {
    .contact1 {
        padding-bottom: 70px;
    }
}

@media (max-width: 1399px) {
    .contact1 {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .contact1 {
        padding-bottom: 20px;
    }
}

.contact1__shape {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.contact1__shape img {
    width: 100%;
}

.contact1-info {
    top: 82px;
    position: relative;
    z-index: 9;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 30px;
}

@media (max-width: 1399px) {
    .contact1-info {
        top: 50px;
    }
}

.contact1-info__icon {
    padding-bottom: 25px;
}

.contact1-info__numb {
    padding-bottom: 25px;
    color: var(--black);
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 86.667% */
}

@media (max-width: 575px) {
    .contact1-info__numb {
        font-size: 25px;
    }
}

.contact1-info__text {
    padding-bottom: 25px;
}

.contact1-info__text h3 {
    color: var(--black);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 112.5% */
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .contact1-info__text h3 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .contact1-info__text h3 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .contact1-info__text h3 {
        font-size: 30px;
    }
}

.contact1-info-btn {
    display: flex;
    gap: 30px;
}

@media (max-width: 374px) {
    .contact1-info-btn {
        gap: 7px;
    }
}

.contact1-info-btn__book a {
    display: inline-flex;
    height: 54px;
    padding: 22px 25px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--yellow2);
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.contact1-info-btn__book a i {
    transform: rotate(-45deg);
}

@media (max-width: 374px) {
    .contact1-info-btn__book a {
        height: 45px;
        padding: 22px 16px;
    }
}

.contact1-info-btn__book a:hover {
    background: var(--theme);
    transition: all 0.4s ease-in-out;
}

.contact1-info-btn__contact a {
    display: inline-flex;
    height: 54px;
    padding: 22px 25px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--title);
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 374px) {
    .contact1-info-btn__contact a {
        height: 45px;
        padding: 22px 16px;
    }
}

.contact1-info-btn__contact a:hover {
    background: var(--theme);
    transition: all 0.4s ease-in-out;
}

.contact2-content {
    padding-right: 0px;
}

@media (min-width: 1200px) {
    .contact2-content {
        padding-right: 30px;
    }
}

.contact2-content__title {
    padding-bottom: 10px;
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 112.5% */
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .contact2-content__title {
        font-size: 32px;
        line-height: 30px;
    }
}

@media (max-width: 499px) {
    .contact2-content__title {
        font-size: 30px;
        line-height: 30px;
    }
}

.contact2-content__desc {
    margin-bottom: 25px;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.contact2-content-contact-item {
    margin-right: 25px;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 12px 20px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    width: 283px;
    height: 110px;
    flex-shrink: 0;
}

@media (max-width: 1399px) {
    .contact2-content-contact-item {
        margin-right: 5px;
        margin-bottom: 30px;
        gap: 8px;
        padding: 12px 6px;
        width: 253px;
        height: 110px;
    }
}

@media (max-width: 1199px) {
    .contact2-content-contact-item {
        margin-right: 25px;
        margin-bottom: 30px;
        gap: 20px;
        padding: 12px 20px;
        width: 283px;
        height: 110px;
    }
}

.contact2-content-contact-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background: var(--theme);
    border-radius: 12px;
    background: var(--smoke2);
}

.contact2-content-contact-item__icon i {
    color: var(--title);
    text-align: center;
    font-size: 40px;
}

.contact2-content-contact-item-info__title {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 6px;
}

.contact2-content-contact-item-info__desc {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.contact2-content-contact-item-info__desc2 {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.contact2-content-contact-item:hover .contact2-content-contact-item__icon {
    background-color: var(--theme);
}

.contact2-content-contact-item:hover .contact2-content-contact-item__icon i {
    color: var(--white);
}

.contact2-content__title2 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    padding-bottom: 15px;
}

.contact2-content__desc2 {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 22px;
}

.contact2-content .global-social5 {
    justify-content: start;
    padding-bottom: 32px;
}

.contact2-content-form {
    padding-top: 78px;
}

@media (max-width: 767px) {
    .contact2-content-form {
        padding-top: 40px;
    }
}

.contact2-content-form__title {
    padding-bottom: 13px;
}

.contact2-content-form__desc {
    padding-bottom: 30px;
}

.contact2-card {
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    padding: 28px 40px;
}

@media (max-width: 991px) {
    .contact2-card {
        padding: 20px 20px;
    }
}

@media (max-width: 575px) {
    .contact2-card {
        padding: 10px 10px;
    }
}

.contact2-card__title {
    padding-bottom: 50px;
}

.contact2-card__title h6 {
    color: var(--title4);
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 127.778% */
}

/* 11. Blog */
.blog1-card-one {
    padding-bottom: 52px;
    position: relative;
}

.blog1-card-one__thumb {
    border-radius: 20px;
}

.blog1-card-one__thumb img {
    border-radius: 20px;
    width: 100%;
}

.blog1-card-one-content {
    position: relative;
    z-index: 1;
    padding: 25px 30px;
    max-width: 565px;
    margin: -222px auto auto;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(180deg, #16171a 0%, #0276db 100%);
}

@media (max-width: 1399px) {
    .blog1-card-one-content {
        margin: -135px auto auto;
    }
}

@media (max-width: 1199px) {
    .blog1-card-one-content {
        max-width: 768px;
    }
}

@media (max-width: 767px) {
    .blog1-card-one-content {
        margin: -118px auto auto;
    }
}

@media (max-width: 575px) {
    .blog1-card-one-content {
        margin: -80px auto auto;
    }
}

.blog1-card-one-content-meta {
    display: flex;
    align-items: center;
    display: flex;
    gap: 17px;
    padding-bottom: 20px;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 499px) {
    .blog1-card-one-content-meta {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.blog1-card-one-content-meta i {
    padding-right: 8px;
}

.blog1-card-one-content-meta__line {
    width: 1px;
    height: 14px;
    background: #d8dde1;
}

.blog1-card-one-content__title {
    position: relative;
    z-index: 7;
    padding-bottom: 15px;
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

@media (max-width: 1199px) {
    .blog1-card-one-content__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog1-card-one-content__title {
        font-size: 18px;
    }
}

.blog1-card-one-content__desc {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    padding-bottom: 15px;
}

.blog1-card-one-content__link {
    position: relative;
    z-index: 7;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.blog1-card-one-content__link img {
    padding-left: 10px;
}

.blog1-card-one-content__link:hover {
    color: var(--white);
}

.blog1-card-one-content__shape {
    position: absolute;
    bottom: -1%;
    left: 0%;
    opacity: 0.12;
    z-index: 5;
}

@media (max-width: 1199px) {
    .blog1-card-one-content__shape {
        display: none;
    }
}

.blog1-card-two {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.blog1-card-two:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .blog1-card-two {
        flex-direction: column;
    }
}

.blog1-card-two__thumb {
    margin-right: -45px;
    border-radius: 15px;
    overflow: hidden;
    flex: none;
}

.blog1-card-two__thumb img {
    border-radius: 15px;
    width: 100%;
}

@media (max-width: 767px) {
    .blog1-card-two__thumb {
        border-radius: 20px;
    }
}

@media (max-width: 575px) {
    .blog1-card-two__thumb {
        width: 100%;
        margin-right: 0;
    }
}

.blog1-card-two-content {
    position: relative;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
}

@media (max-width: 767px) {
    .blog1-card-two-content {
        padding: 20px;
    }
}

.blog1-card-two-content-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 499px) {
    .blog1-card-two-content-meta {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.blog1-card-two-content-meta i {
    padding-right: 8px;
    color: var(--theme);
}

.blog1-card-two-content-meta__line {
    width: 1px;
    height: 14px;
    background: #d8dde1;
}

.blog1-card-two-content__title {
    position: relative;
    z-index: 7;
    color: var(--title3);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .blog1-card-two-content__title {
        padding-bottom: 20px;
    }
}

.blog1-card-two-content__link {
    position: relative;
    z-index: 7;
    color: var(--theme);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.blog1-card-two-content__link img {
    padding-left: 10px;
}

.blog1-card-two-content__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.12;
    z-index: 5;
}

@media (max-width: 1199px) {
    .blog1-card-two-content__shape {
        display: none;
    }
}

.blog2-card-one {
    position: relative;
    border-radius: 70px 0px 0px 70px;
    border: 1px solid var(--border);
    background: var(--white);
}

@media (max-width: 1199px) {
    .blog2-card-one {
        border-radius: inherit;
    }
}

.blog2-card-one__thumb img {
    width: 100%;
}

.blog2-card-one--excpt {
    border-radius: inherit;
}

.blog2-card-one-content {
    position: relative;
    z-index: 1;
    padding: 25px 30px;
}

.blog2-card-one-content-meta {
    display: flex;
    align-items: center;
    display: flex;
    gap: 17px;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: -18%;
    left: 52px;
    background: white;
    border-radius: 30px 30px 0px 0px;
    background: var(--white);
    padding: 18px 25px;
}

@media (max-width: 1399px) {
    .blog2-card-one-content-meta {
        left: 18px;
    }
}

@media (max-width: 1199px) {
    .blog2-card-one-content-meta {
        position: relative;
        left: 0;
        padding: 18px 0px;
        border-radius: inherit;
    }
}

@media (max-width: 499px) {
    .blog2-card-one-content-meta {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.blog2-card-one-content-meta i {
    padding-right: 8px;
}

.blog2-card-one-content-meta__line {
    width: 1px;
    height: 14px;
    background: #d8dde1;
}

.blog2-card-one-content__title {
    padding-bottom: 15px;
    color: var(--Black, #3a3a3a);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

@media (max-width: 1199px) {
    .blog2-card-one-content__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog2-card-one-content__title {
        font-size: 18px;
    }
}

.blog2-card-one-content__desc {
    padding-bottom: 15px;
    color: var(--Gray-G1, #727272);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.blog2-card-one-content__link {
    color: var(--theme);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    text-transform: uppercase;
}

.blog2-card-one-content__link img {
    padding-left: 10px;
}

.blog2-card-one__shape {
    position: absolute;
    bottom: 7%;
    left: 7%;
    opacity: 0.12;
    z-index: 9;
}

@media (max-width: 1399px) {
    .blog2-card-one__shape {
        display: none;
    }
}

.blog2-card-two {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.blog2-card-two:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .blog2-card-two {
        flex-direction: column;
    }
}

.blog2-card-two__thumb {
    margin-right: -45px;
    border-radius: 15px;
    overflow: hidden;
    flex: none;
}

.blog2-card-two__thumb img {
    border-radius: 15px;
    width: 100%;
}

@media (max-width: 767px) {
    .blog2-card-two__thumb {
        border-radius: 20px;
    }
}

@media (max-width: 575px) {
    .blog2-card-two__thumb {
        width: 100%;
        margin-right: 0;
    }
}

.blog2-card-two-content {
    position: relative;
    border-radius: 0px 70px 0px 0px;
    border: 1px solid var(--border);
    background: var(--white);
    padding: 26px 34px;
    width: 100%;
}

@media (max-width: 1399px) {
    .blog2-card-two-content {
        padding: 12px 34px;
    }
}

@media (max-width: 1199px) {
    .blog2-card-two-content {
        border-radius: inherit;
    }
}

.blog2-card-two-content.excpt {
    border-radius: 0px 0px 70px 0px;
    border: 1px solid var(--border);
    background: var(--white);
}

@media (max-width: 1199px) {
    .blog2-card-two-content.excpt {
        border-radius: inherit;
    }
}

.blog2-card-two-content-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 499px) {
    .blog2-card-two-content-meta {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.blog2-card-two-content-meta i {
    padding-right: 8px;
    color: var(--theme);
}

.blog2-card-two-content-meta__line {
    width: 1px;
    height: 14px;
    background: #d8dde1;
}

.blog2-card-two-content__title {
    color: var(--title3);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

@media (max-width: 1199px) {
    .blog2-card-two-content__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog2-card-two-content__title {
        font-size: 18px;
    }
}

.blog2-card-two-content__desc {
    color: var(--gray);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    padding-bottom: 20px;
}

.blog2-card-two-content__link {
    color: var(--theme);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.blog2-card-two-content__link img {
    padding-left: 10px;
}

.blog2-card-two__shape {
    position: absolute;
    bottom: 14.5%;
    right: 0;
    opacity: 0.12;
    z-index: 9;
}

@media (max-width: 1399px) {
    .blog2-card-two__shape {
        display: none;
    }
}

.blog3-card {
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.blog3-card__thumb {
    border-radius: 20px;
}

.blog3-card__thumb img {
    border-radius: 20px;
}

.blog3-card-content {
    padding: 0 40px 40px;
}

@media (max-width: 575px) {
    .blog3-card-content {
        padding: 0 5px 25px;
    }
}

.blog3-card-content-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 30px;
    padding-bottom: 11px;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 499px) {
    .blog3-card-content-meta {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.blog3-card-content-meta__user {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog3-card-content-meta__calendar {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog3-card-content-meta__comment {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog3-card-content-meta i {
    color: var(--theme);
}

.blog3-card-content-meta img {
    padding-right: 6px;
}

.blog3-card-content__title {
    padding-bottom: 15px;
}

.blog3-card-content__title h2 {
    color: var(--title4);
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 133.333% */
}

@media (max-width: 575px) {
    .blog3-card-content__title h2 {
        font-size: 28px;
    }
}

.blog3-card-content__title h2:hover {
    color: var(--theme);
}

.blog3-card-content__desc {
    padding-right: 5px;
}

.blog3-card-content__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.blog4-card {
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.blog4-card__thumb {
    border-radius: 20px;
}

.blog4-card__thumb img {
    border-radius: 20px;
}

.blog4-card-content {
    padding: 0 40px 40px;
}

@media (max-width: 575px) {
    .blog4-card-content {
        padding: 0 15px 40px;
    }
}

.blog4-card-content-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 35px;
    padding-bottom: 6px;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 499px) {
    .blog4-card-content-meta {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.blog4-card-content-meta__user {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog4-card-content-meta__calendar {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog4-card-content-meta__comment {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog4-card-content-meta i {
    color: var(--theme);
}

.blog4-card-content-meta img {
    padding-right: 6px;
}

.blog4-card-content__title {
    padding-bottom: 15px;
}

.blog4-card-content__title h2 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

.blog4-card-content__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.blog4-card-content__quote {
    padding: 6px 50px 50px;
    border: 1px solid #d8dde1;
    border-radius: 20px;
}

@media (min-width: 1600px) {
    .blog4-card-content__quote {
        margin-right: 100px;
    }
}

@media (max-width: 499px) {
    .blog4-card-content__quote {
        padding: 6px 28px 50px;
    }
}

.blog4-card-content__quote img {
    padding: 21px;
    background: var(--white);
    margin-top: -41px;
    margin-left: -71px;
}

@media (max-width: 499px) {
    .blog4-card-content__quote img {
        margin-left: -46px;
    }
}

.blog4-card-content__quote p {
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    padding-bottom: 32px;
}

.blog4-card-content__quote__btn {
    margin-bottom: -64px;
}

.blog4-card-content__quote__btn p {
    border-radius: 10px;
    height: 35px;
    display: inline-block;
    padding: 2px 11px 2px 29px;
    background: var(--theme);
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.blog4-card-content__title2 {
    padding-top: 48px;
    padding-bottom: 25px;
}

.blog4-card-content__title2 h2 {
    color: var(--title);
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 133.333% */
}

.blog4-card-content-thumb {
    display: flex;
    gap: 30px;
    padding-bottom: 33px;
    padding-top: 30px;
}

.blog4-card-content-thumb img {
    border-radius: 20px;
}

.blog4-card-content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 115px;
    padding-top: 30px;
}

@media (max-width: 1399px) {
    .blog4-card-content-list {
        gap: 20px;
    }
}

.blog4-card-content-tagShare {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(38, 38, 38, 0.3);
    padding-top: 40px;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .blog4-card-content-tagShare {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

.blog4-card-content-tagShare-tags {
    display: flex;
    gap: 10px;
}

.blog4-card-content-tagShare-tags__title {
    display: flex;
    align-items: center;
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.blog4-card-content-tagShare-tags__name a {
    height: 40px;
    display: inline-flex;
    padding: 15px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--smoke2);
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.blog4-card-content-tagShare-tags__name a:hover {
    color: var(--white);
    background: var(--theme);
}

.blog4-card-content-tagShare-shareicon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog4-card-content-tagShare-shareicon__title {
    padding-right: 5px;
    color: var(--title);
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
}

.blog4-card-comment {
    padding: 30px 40px 40px;
}

.blog4-card-comment__title {
    padding-bottom: 30px;
}

.blog4-card-comment__title h3 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.blog4-card-comment__title h3 i {
    color: var(--theme);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
}

.blog4-card-comment-profile {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 24px 30px 30px;
    border-radius: 14px;
    background: var(--smoke2);
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.blog4-card-comment-profile:last-child {
    margin-bottom: 0px;
}

@media (max-width: 499px) {
    .blog4-card-comment-profile {
        flex-direction: column;
    }
}

.blog4-card-comment-profile:nth-of-type(2) {
    padding-bottom: 35px;
    padding-right: 17px;
}

.blog4-card-comment-profile:nth-of-type(3) {
    margin-left: 78px;
}

@media (max-width: 767px) {
    .blog4-card-comment-profile:nth-of-type(3) {
        margin-left: 0px;
    }
}

.blog4-card-comment-profile__thumb {
    border-radius: 20px;
}

.blog4-card-comment-profile__thumb img {
    border-radius: 20px;
    max-width: fit-content;
}

.blog4-card-comment-profile-content__author h5 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.blog4-card-comment-profile-content__date {
    padding-bottom: 17px;
}

.blog4-card-comment-profile-content__date p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.blog4-card-comment-profile-content__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.blog4-card-comment-profile-content__reply {
    position: absolute;
    top: 17%;
    right: 17%;
}

.blog4-card-comment-profile-content__reply .btn {
    display: flex;
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.blog4-card-comment-profile-content__reply .btn:hover {
    color: var(--theme);
}

.blog4-card-comment-profile-content__reply .btn span {
    cursor: pointer;
}

.blog4-card-comment-profile-content__reply .btn span i {
    padding-right: 5px;
}

.blog4-card-comment-profile:hover {
    border: 1px solid var(--theme);
}

.blog4-card-comment-form {
    padding-top: 78px;
}

@media (max-width: 767px) {
    .blog4-card-comment-form {
        padding-top: 40px;
    }
}

.blog4-card-comment-form__title {
    padding-bottom: 13px;
}

.blog4-card-comment-form__desc {
    padding-bottom: 30px;
}

.blog4-form {
    padding: 30px 40px 40px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.blog4-form__title {
    padding-bottom: 14px;
}

.blog4-form__title h6 {
    color: var(--title);
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.blog4-form__title h6 i {
    color: var(--theme);
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-right: 10px;
}

.blog4-form__desc {
    padding-bottom: 22px;
}

.blog4-form__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.blog4-form .form-check-label {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

/* 12. Pricing */
.pricing1 {
    position: relative;
}

.pricing1-card {
    position: relative;
}

@media (max-width: 449px) {
    .pricing1-card {
        border: 1px solid #d8dde1;
        border-radius: 25px;
    }
}

.pricing1-card-shape1 {
    position: absolute;
    z-index: 1;
}

@media (max-width: 449px) {
    .pricing1-card-shape1 {
        display: none;
    }
}

.pricing1-card-shape2 {
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 8px;
}

@media (max-width: 449px) {
    .pricing1-card-shape2 {
        display: none;
    }
}

.pricing1-card-content {
    position: relative;
    z-index: 9;
    padding: 45px 50px 50px;
}

@media (max-width: 767px) {
    .pricing1-card-content {
        padding: 40px 30px 50px;
    }
}

.pricing1-card-content__title {
    padding-bottom: 10px;
}

.pricing1-card-content__title h5 {
    color: var(--title3);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

.pricing1-card-content__desc {
    padding-bottom: 27px;
}

@media (max-width: 575px) {
    .pricing1-card-content__desc {
        max-width: 400px;
    }
}

.pricing1-card-content__desc p {
    color: var(--gray);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.pricing1-card-content__btn {
    margin-top: 30px;
}

.pricing1-card-content__btn span {
    padding: 18px 110px;
    border-radius: 8px;
    border: 1px solid var(--border);
    text-align: center;
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    text-transform: uppercase;
}

@media (max-width: 1599px) {
    .pricing1-card-content__btn span {
        padding: 18px 105px;
    }
}

@media (max-width: 449px) {
    .pricing1-card-content__btn span {
        padding: 22px 42px;
    }
}

.pricing1-card-value {
    position: relative;
    z-index: 9;
    left: 12px;
    padding: 28px 23px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--white);
}

.pricing1-card-value__dolar {
    color: var(--theme);
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    /* 127.778% */
}

.pricing1-card-value__month {
    color: var(--title);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

.pricing1-card:hover .pricing1-card-shape1 svg path {
    stroke: var(--theme);
    transition: all 0.4s ease-in-out;
}

.pricing1-card:hover .pricing1-card-shape2 svg path {
    fill: var(--theme);
    transition: all 0.4s ease-in-out;
}

.pricing1-card:hover .pricing1-card-content__btn span {
    border: 1px solid var(--theme);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

/* 13. WCU */
.choose1 {
    position: relative;
    background: rgb(22, 23, 52);
}

.choose1__thumb {
    position: absolute;
    z-index: 9;
}

@media (max-width: 1399px) {
    .choose1__thumb {
        display: none;
    }
}

.choose1__shape1 {
    position: absolute;
    top: 0;
    left: 38%;
    z-index: 9;
}

.choose1__shape2 {
    position: absolute;
    bottom: 0%;
    right: -3%;
    z-index: 9;
}

.choose1-content {
    position: relative;
    z-index: 9;
    max-width: 655px;
    padding-left: 20px;
}

@media (max-width: 1699px) {
    .choose1-content {
        padding-left: 100px;
        max-width: none;
    }
}

@media (max-width: 1599px) {
    .choose1-content {
        padding-left: 165px;
    }
}

@media (max-width: 1399px) {
    .choose1-content {
        padding-left: 0;
        max-width: 645px;
    }
}

.choose1-content-btn {
    display: flex;
    gap: 30px;
}

@media (max-width: 575px) {
    .choose1-content-btn {
        flex-direction: column;
    }
}

.choose1-content-btn-item {
    position: relative;
}

.choose1-content-btn-item p {
    padding: 35px 22px 35px 63px;
    border-radius: 20px;
    border: 1px solid var(--gray2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 84px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

@media (max-width: 767px) {
    .choose1-content-btn-item p {
        padding: 35px 22px 35px 60px;
        width: 244px;
        height: 71px;
        font-size: 16px;
    }
}

.choose1-content-btn-item__icon {
    position: absolute;
    top: 0;
}

/* 14. Team */
.team1-card {
    position: relative;
    border-radius: 5px;
    background: var(--smoke2);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}

.team1-card-thumb {
    position: relative;
}

.team1-card-thumb__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    z-index: 9;
}

.team1-card-thumb__shape {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.team1-card-thumb__shape img {
    width: 100%;
}

.team1-card-thumb__shape--one {
    display: block;
}

.team1-card-thumb__shape--two {
    display: none;
}

.team1-card-content {
    text-align: center;
    padding: 20px 30px 30px;
}

.team1-card-content__title {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}

.team1-card-content__desc {
    border-bottom: 1px solid rgb(199, 203, 206);
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.team1-card-content__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.team1-card-content__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.team1-card-content__phone p {
    color: var(--title);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

.team1-card:hover .team1-card-thumb__shape--two {
    display: block;
    transition: all 0.4s ease-in-out;
}

.team1-card:hover .team1-card-thumb__shape--one {
    display: none;
}

.team2-profile__thumb {
    padding: 30px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 70px;
}

.team2-profile__thumb img {
    border-radius: 20px;
}

.team2-profile__title {
    padding-bottom: 22px;
}

.team2-profile__title h5 {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

.team2-profile__desc p {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.team2-content {
    padding-left: 0px;
}

@media (min-width: 1200px) {
    .team2-content {
        padding-left: 54px;
    }
}

.team2-content__name {
    padding-bottom: 10px;
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

@media (max-width: 767px) {
    .team2-content__name {
        font-size: 32px;
        line-height: 30px;
    }
}

@media (max-width: 499px) {
    .team2-content__name {
        font-size: 30px;
        line-height: 30px;
    }
}

.team2-content__designation {
    margin-bottom: 25px;
    color: var(--theme);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.team2-content .global-social5 {
    justify-content: start;
    padding-bottom: 32px;
}

.team2-content__desc {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 26px;
}

.team2-content-contact {
    padding-bottom: 76px;
}

@media (max-width: 1199px) {
    .team2-content-contact {
        padding-bottom: 40px;
    }
}

.team2-content-contact ul li strong {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    min-width: 187px;
}

@media (max-width: 575px) {
    .team2-content-contact ul li strong {
        min-width: 160px;
    }
}

@media (max-width: 374px) {
    .team2-content-contact ul li strong {
        min-width: 110px;
    }
}

.team2-content-contact ul li span {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.team2-content-progress__title {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.team2-content-progress__desc {
    color: var(--gray2);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.team2-content-form {
    padding-top: 78px;
}

@media (max-width: 767px) {
    .team2-content-form {
        padding-top: 40px;
    }
}

.team2-content-form__title {
    padding-bottom: 13px;
}

.team2-content-form__desc {
    padding-bottom: 30px;
}

.team2-form {
    padding: 50px 40px 60px;
    border-radius: 30px;
    background: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.team2-form__title {
    padding-bottom: 26px;
}

.team2-form__title h6 {
    color: var(--title);
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

/* 15. FAQ */
.faq1 {
    position: relative;
    background: var(--title);
}

.faq1__shape1 {
    z-index: 5;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 996px) {
    .faq1__shape1 {
        display: none;
    }
}

.faq1__shape1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--smoke2);
    z-index: -1;
}

.faq1__shape1 img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

.faq1__shape1__thumb {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
}

@media (max-width: 1799px) {
    .faq1__shape1__thumb {
        width: 36%;
    }
}

.faq1-content {
    position: absolute;
    max-width: 570px;
    top: 12%;
    z-index: 9;
}

@media (max-width: 1699px) {
    .faq1-content {
        top: 6%;
    }
}

@media (max-width: 1599px) {
    .faq1-content {
        top: 1%;
    }
}

@media (max-width: 1399px) {
    .faq1-content {
        position: static;
        padding: 70px 0;
    }
}

.faq1-content-btn {
    display: flex;
    gap: 30px;
}

@media (max-width: 575px) {
    .faq1-content-btn {
        flex-direction: column;
    }
}

.faq1-content-btn-item {
    position: relative;
}

.faq1-content-btn-item p {
    padding: 35px 22px 35px 63px;
    border-radius: 20px;
    border: 1px solid var(--gray2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 84px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

@media (max-width: 767px) {
    .faq1-content-btn-item p {
        padding: 35px 22px 35px 60px;
        width: 244px;
        height: 71px;
        font-size: 16px;
    }
}

.faq1-content-btn-item__icon {
    position: absolute;
    top: 0;
}

/* 16. Work Process */
.workProcess1 {
    position: relative;
    background: var(--smoke);
}

.workProcess1-shape1 {
    position: absolute;
    bottom: 110px;
}

@media (max-width: 1399px) {
    .workProcess1-shape1 {
        display: none;
    }
}

.workProcess1-shape2 {
    position: absolute;
    top: 0;
}

@media (max-width: 1399px) {
    .workProcess1-shape2 {
        display: none;
    }
}

.workProcess1-card {
    position: relative;
    text-align: center;
    padding: 0 23px 20px;
}

.workProcess1-card__icon {
    padding-bottom: 16px;
}

.workProcess1-card__title {
    padding-bottom: 12px;
    color: var(--theme);
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.workProcess1-card__desc {
    color: var(--gray);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    padding-bottom: 18px;
}

.workProcess1-card__link {
    color: var(--theme);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    text-transform: uppercase;
}

.workProcess1-card__link img {
    padding-left: 5px;
}

/* 17. Appointment */
.appointment1 {
    position: relative;
}

.appointment1-shape1 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 5;
}

@media (max-width: 1699px) {
    .appointment1-shape1 {
        display: none;
    }
}

.appointment1-shape2 {
    position: absolute;
    bottom: 14%;
    z-index: 5;
}

@media (max-width: 1699px) {
    .appointment1-shape2 {
        display: none;
    }
}

.appointment1-form {
    max-width: 460px;
}

.appointment1-thumb {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.appointment1-thumb__top {
    position: absolute;
    top: -72px;
    left: 20px;
    z-index: 9;
}

@media (max-width: 1399px) {
    .appointment1-thumb__top img {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .appointment1-thumb__top {
        display: none;
    }
}

.appointment1-thumb__bottom {
    position: relative;
    z-index: 8;
}

@media (max-width: 1399px) {
    .appointment1-thumb__bottom img {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .appointment1-thumb__bottom {
        display: none;
    }
}

.appointment1-thumb__leftShape {
    position: absolute;
    bottom: -30px;
    left: -35px;
}

@media (max-width: 1399px) {
    .appointment1-thumb__leftShape img {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .appointment1-thumb__leftShape {
        display: none;
    }
}

.appointment1-thumb__rightShape {
    position: absolute;
    right: -44px;
    bottom: 17%;
}

@media (max-width: 1399px) {
    .appointment1-thumb__rightShape {
        right: -87px;
    }

    .appointment1-thumb__rightShape img {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .appointment1-thumb__rightShape {
        display: none;
    }
}

/* 18. Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer1 {
    position: relative;
}

.footer1-shape {
    position: absolute;
    z-index: 5;
}

@media (max-width: 1699px) {
    .footer1-shape {
        display: none;
    }
}

.footer1-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.footer1-wrapper-service {
    padding-bottom: 70px;
    padding-top: 32px;
}

@media (min-width: 1400px) {
    .footer1-wrapper-service {
        border-right: 1px solid rgb(69, 69, 72);
        margin-right: 47px;
    }
}

@media (max-width: 991px) {
    .footer1-wrapper-service {
        padding-bottom: 25px;
    }
}

.footer1-wrapper-service__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer1-wrapper-service-list__item:not(:last-child) {
    padding-bottom: 10px;
}
.footer1-wrapper-service-list__item i{
    color: #fff;
    margin-right: 5px;
}

.footer1-wrapper-service-list__item a {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.footer1-wrapper-service-list__item a:hover {
    color: var(--theme);
}

.footer1-wrapper-service-list__item img {
    padding-right: 10px;
}

.footer1-wrapper-link {
    padding-bottom: 70px;
    padding-top: 32px;
}

@media (min-width: 1400px) {
    .footer1-wrapper-link {
        border-right: 1px solid rgb(69, 69, 72);
        margin-right: 24px;
    }
}

@media (max-width: 991px) {
    .footer1-wrapper-link {
        padding-bottom: 25px;
    }
}

.footer1-wrapper-link__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer1-wrapper-link-list__item:not(:last-child) {
    padding-bottom: 10px;
}
.footer1-wrapper-link-list__item i{
    color: #fff;
    margin-right: 10px;
}
.footer1-wrapper-link-list__item a {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.footer1-wrapper-link-list__item a:hover {
    color: var(--theme);
}

.footer1-wrapper-link-list__item img {
    padding-right: 10px;
}

.footer1-wrapper-contact {
    padding-bottom: 100px;
    padding-top: 32px;
}

@media (min-width: 1400px) {
    .footer1-wrapper-contact {
        border-right: 1px solid rgb(69, 69, 72);
        margin-right: 65px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .footer1-wrapper-contact {
        padding-bottom: 25px;
    }
}

.footer1-wrapper-contact__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer1-wrapper-contact-list__item:not(:last-child) {
    padding-bottom: 10px;
}

.footer1-wrapper-contact-list__item a {
    display: flex !important;
    align-items: center !important;
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.footer1-wrapper-contact-list__item a:hover {
    color: var(--theme);
}

.footer1-wrapper-contact-list__item a img {
    padding-right: 10px;
}

.footer1-wrapper-schedule {
    padding-top: 32px;
}

@media (max-width: 767px) {
    .footer1-wrapper-schedule {
        padding-bottom: 50px;
    }
}

.footer1-wrapper-schedule__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer1-wrapper-schedule-list__item {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.footer1-wrapper-schedule-list__item:not(:last-child) {
    padding-bottom: 10px;
}

.footer1-wrapper-schedule-list__item--week {
    padding-right: 58px;
}

.footer1-wrapper-schedule-list__item--week.fix-pr {
    padding-right: 40px;
}

.footer1-wrapper-schedule-list__item--week.fix-pr2 {
    padding-right: 68px;
}

.footer1-wrapper-subscribe {
    border-radius: 10px;
    padding-top: 30px;
}

.footer1-wrapper-subscribe-form {
    position: relative;
}

.footer1-wrapper-subscribe-form__input {
    border-radius: 999px;
    background: rgb(25, 25, 25);
    width: 300px;
    height: 58px;
    padding: 15px 30px;
    border: none;
    outline: none;
    box-sizing: border-box;
    color: var(--White, #fff);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.1px;
}

@media (max-width: 1399px) {
    .footer1-wrapper-subscribe-form__input {
        width: 100%;
    }
}

.footer1-wrapper-subscribe-form__button {
    position: absolute;
    right: 115px;
    top: 2px;
}

@media (max-width: 1399px) {
    .footer1-wrapper-subscribe-form__button {
        right: 0;
    }
}

.footer1-wrapper-subscribe-form__button img {
    border-radius: 999px;
    background: var(--Secondary, #c11425);
    padding: 22px;
}

.footer1-wrapper-subscribe-form__button :hover {
    background: var(--black);
    border: 1px solid var(--white);
}

.footer1-bottom {
    padding-top: 21px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(69, 69, 72);
}

@media (min-width: 992px) {
    .footer1-bottom {
        flex-direction: row;
        gap: 10px;
    }
}

.footer1-bottom p {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

@media (max-width: 499px) {
    .footer1-bottom p {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .footer1-bottom p {
        font-size: 12px;
    }
}

.footer1-bottom p span {
    color: var(--theme);
}

.footer1-bottom__links a {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.footer1-bottom__links a:not(:last-child) {
    padding-right: 20px;
}

@media (max-width: 499px) {
    .footer1-bottom__links a {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .footer1-bottom__links a {
        font-size: 12px;
    }
}

.footer1-bottom__links a:hover {
    color: var(--white);
}

/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer2 {
    position: relative;
}

.footer2-shape1 {
    position: absolute;
    top: 68px;
    z-index: 5;
    opacity: 0.2;
}

@media (max-width: 1699px) {
    .footer2-shape1 {
        display: none;
    }
}

.footer2-shape2 {
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: 5;
    opacity: 0.2;
}

@media (max-width: 1699px) {
    .footer2-shape2 {
        display: none;
    }
}

.footer2-shape3 {
    position: absolute;
    bottom: 0;
    left: 38%;
    z-index: 5;
    opacity: 0.2;
}

@media (max-width: 1699px) {
    .footer2-shape3 {
        display: none;
    }
}

.footer2-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .footer2-cta {
        flex-direction: column;
    }
}

.footer2-cta-item {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: var(--yellow);
    padding: 35px 51px;
    width: 440px;
    height: 120px;
}

@media (max-width: 1199px) {
    .footer2-cta-item {
        padding: 34px 13px;
    }
}

@media (max-width: 991px) {
    .footer2-cta-item {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .footer2-cta-item {
        flex-direction: row;
        justify-content: start;
        gap: 15px;
        padding: 20px 22px;
        height: 90px;
    }
}

@media (max-width: 499px) {
    .footer2-cta-item {
        padding: 20px 64px;
    }
}

.footer2-cta-item__icon {
    flex: none;
}

.footer2-cta-item-info__name {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.footer2-cta-item-info__numb {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 108.333% */
}

@media (max-width: 1399px) {
    .footer2-cta-item-info__numb {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .footer2-cta-item-info__numb {
        font-size: 20px;
    }
}

@media (max-width: 499px) {
    .footer2-cta-item-info__numb {
        font-size: 18px;
    }
}

.footer2-cta-item2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: var(--theme);
    padding: 35px 28px;
    width: 440px;
    height: 120px;
}

@media (max-width: 1199px) {
    .footer2-cta-item2 {
        padding: 35px 35px;
    }
}

@media (max-width: 991px) {
    .footer2-cta-item2 {
        padding: 35px 5px;
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .footer2-cta-item2 {
        flex-direction: row;
        justify-content: start;
        gap: 15px;
        padding: 20px 22px;
        height: 90px;
    }
}

@media (max-width: 499px) {
    .footer2-cta-item2 {
        padding: 20px 64px;
    }
}

.footer2-cta-item2__icon {
    flex: none;
}

.footer2-cta-item2-info__name {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.footer2-cta-item2-info__numb {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 108.333% */
}

@media (max-width: 1399px) {
    .footer2-cta-item2-info__numb {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .footer2-cta-item2-info__numb {
        font-size: 20px;
    }
}

@media (max-width: 499px) {
    .footer2-cta-item2-info__numb {
        font-size: 18px;
    }
}

.footer2-cta-item3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: var(--smoke);
    padding: 35px 5px;
    width: 440px;
    height: 120px;
}

@media (max-width: 991px) {
    .footer2-cta-item3 {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .footer2-cta-item3 {
        flex-direction: row;
        justify-content: start;
        gap: 15px;
        padding: 20px 22px;
        height: 90px;
    }
}

@media (max-width: 499px) {
    .footer2-cta-item3 {
        padding: 20px 64px;
    }
}

.footer2-cta-item3__icon {
    flex: none;
}

.footer2-cta-item3-info__name {
    color: var(--title);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.footer2-cta-item3-info__numb {
    color: var(--title);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width: 1399px) {
    .footer2-cta-item3-info__numb {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .footer2-cta-item3-info__numb {
        font-size: 20px;
    }
}

@media (max-width: 499px) {
    .footer2-cta-item3-info__numb {
        font-size: 18px;
    }
}

.footer2-wrapper {
    position: relative;
    z-index: 9;
}

.footer2-wrapper-logoInfo {
    padding-bottom: 70px;
    padding-top: 32px;
}

@media (max-width: 991px) {
    .footer2-wrapper-logoInfo {
        padding-bottom: 25px;
    }
}

.footer2-wrapper-logoInfo__logo {
    padding-bottom: 24px;
}

.footer2-wrapper-logoInfo__desc {
    color: var(--White, #fff);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 22px;
}

.footer2-wrapper-service {
    padding-bottom: 70px;
    padding-top: 32px;
}

@media (min-width: 1400px) {
    .footer2-wrapper-service {
        padding-left: 65px;
    }
}

@media (max-width: 991px) {
    .footer2-wrapper-service {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer2-wrapper-service {
        padding-bottom: 5px;
        padding-top: 7px;
    }
}

.footer2-wrapper-service__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer2-wrapper-service-list__item:not(:last-child) {
    padding-bottom: 10px;
}

.footer2-wrapper-service-list__item a {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.footer2-wrapper-service-list__item a:hover {
    color: var(--theme);
}

.footer2-wrapper-service-list__item img {
    padding-right: 10px;
}

.footer2-wrapper-link {
    padding-bottom: 70px;
    padding-top: 32px;
}

@media (max-width: 991px) {
    .footer2-wrapper-link {
        padding-bottom: 25px;
    }
}

.footer2-wrapper-link__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer2-wrapper-link-list__item:not(:last-child) {
    padding-bottom: 10px;
}

.footer2-wrapper-link-list__item a {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.footer2-wrapper-link-list__item a:hover {
    color: var(--theme);
}

.footer2-wrapper-link-list__item img {
    padding-right: 10px;
}

.footer2-wrapper-contact {
    padding-bottom: 100px;
    padding-top: 32px;
}

@media (max-width: 767px) {
    .footer2-wrapper-contact {
        padding-bottom: 0px;
        padding-top: 7px;
    }
}

.footer2-wrapper-contact__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer2-wrapper-contact-list__item:not(:last-child) {
    padding-bottom: 10px;
}

.footer2-wrapper-contact-list__item a {
    display: flex !important;
    align-items: center !important;
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.footer2-wrapper-contact-list__item a:hover {
    color: var(--theme);
}

.footer2-wrapper-contact-list__item a img {
    padding-right: 10px;
}

.footer2-wrapper-posts {
    padding-bottom: 100px;
    padding-top: 32px;
}

@media (max-width: 767px) {
    .footer2-wrapper-posts {
        padding-bottom: 25px;
    }
}

.footer2-wrapper-posts__title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    padding-bottom: 27px;
}

.footer2-wrapper-posts-list__item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer2-wrapper-posts-list__item:not(:last-child) {
    padding-bottom: 32px;
}

.footer2-wrapper-posts-list__item .icon {
    flex: none;
}

.footer2-wrapper-posts-list__item__desc {
    display: flex;
    flex-direction: column;
    color: var(--White-Color-01, #fff);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.footer2-bottom {
    background: var(--theme);
    position: relative;
    z-index: 9;
}

.footer2-bottom-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

@media (min-width: 992px) {
    .footer2-bottom-info {
        flex-direction: row;
        gap: 10px;
    }
}

@media (max-width: 499px) {
    .footer2-bottom-info {
        padding: 10px;
    }
}

.footer2-bottom-info p {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

@media (max-width: 499px) {
    .footer2-bottom-info p {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .footer2-bottom-info p {
        font-size: 12px;
    }
}

.footer2-bottom-info p span {
    color: var(--yellow);
}

.footer2-bottom-info__links a {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.footer2-bottom-info__links a:not(:last-child) {
    padding-right: 20px;
}

@media (max-width: 499px) {
    .footer2-bottom-info__links a {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .footer2-bottom-info__links a {
        font-size: 12px;
    }
}

.footer2-bottom-info__links a:hover {
    color: white;
}

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