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

    Theme Name: Gardeno 
    Author: wowtheme7
    Author URI: https://themeforest.net/user/wowtheme7/portfolio
    Description: "Gardeno - The Best Gardening Tips HTML Template 
    Version: 1.0.0

-----------------------------------------------------------------------------------

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

    01. Basic
        01.01 Mixins
        01.02 Variables
        01.03 Buttons
        01.04 Typography

    02. Template Section Styles
        02.01 About
        02.02 Animation
        02.03 Brand
        02.04 Contact
        02.05 CTA
        02.06 Shop
        02.07 FAQ
        02.08 Feature
        02.09 Footer
        02.10 Header
        02.11 Helping
        02.12 Hero
        02.13 Marquee
        02.14 MeanMenu
        02.15 News
        02.16 Preloader
        02.17 Pricing
        02.18 Section
        02.19 Service
        02.20 Team/Speaker
        02.21 Project
        02.22 Testimonial

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Basic
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

:root {
    --body: #fff;
    --black: #000;
    --black2: #020842;
    --white: #fff;
    --theme: #99A537;
    --theme-2: #084D36;
    --theme-2dark: #144B24;
    --theme-3: #E6F767;
    --header: #063232;
    --text: #666;
    --text-2: #687799;
    --text-3: #092210;
    --border: #CAD2D2;
    --bg: #4C5D5A;
    --bg-2: #9C9C9C;
    --bg-3: #D9D9D9;
    --bg-4: #33454D;
    --bg-5: #F8FAF8;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    background-color: var(--theme);
    font-family: "Parkinsans", sans-serif;
    padding: 18px 34px;
    color: var(--white);
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .theme-btn {
        font-size: 14px;
        padding: 12px 26px;
    }
}

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

.theme-btn::before {
    content: "";
    height: 0px;
    width: 0px;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.theme-btn:hover {
    color: var(--header);
}

.theme-btn:hover::before {
    height: 400px;
    width: 200%;
    top: -70%;
    left: -46%;
}

.link-btn {
    font-size: 16px;
    font-weight: 400;
}

.link-btn i {
    margin-left: 15px;
}

.link-btn:hover {
    color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Parkinsans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text);
    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(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Parkinsans", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 96px;
    font-weight: 400;
    line-height: 97%;
}

@media (max-width: 1600px) {
    h1 {
        font-size: 70px;
    }
}

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

@media (max-width: 1199px) {
    h1 {
        font-size: 55px;
    }
}

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

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

@media (max-width: 575px) {
    h1 {
        font-size: 43px;
    }
}

@media (max-width: 470px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 121%;
}

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

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

@media (max-width: 991px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 145%;
}

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

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 144%;
}

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

h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 144%;
}

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

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

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
}

/*----------------------------------------*/
/*  02. Template Section Styles
/*----------------------------------------*/
.about-left-items-style-1 .about-image {
    position: relative;
}

.about-left-items-style-1 .about-image img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 380px;
}

.about-left-items-style-1 .about-image .logo-shape {
    position: absolute;
    right: 0;
    top: 40px;
}

@media (max-width: 1399px) {
    .about-left-items-style-1 .about-image .logo-shape {
        display: none;
    }
}

.about-left-items-style-1 .about-image .logo-shape img {
    width: initial;
    height: initial;
    border-radius: 0;
}

.about-left-items-style-1 .about-image .about-box {
    background-color: var(--theme);
    text-align: center;
    padding: 50px 50px 60px;
    position: absolute;
    left: -50px;
    bottom: -130px;
    border-radius: 16px;
    outline-offset: -12px;
    outline: 1px dashed var(--white);
    z-index: 999;
}

@media (max-width: 1399px) {
    .about-left-items-style-1 .about-image .about-box {
        padding: 30px;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .about-left-items-style-1 .about-image .about-box {
        display: none;
    }
}

.about-left-items-style-1 .about-image .about-box .icon-image {
    position: relative;
}

.about-left-items-style-1 .about-image .about-box .icon-image img {
    width: initial;
    height: initial;
    border-radius: 0;
}

.about-left-items-style-1 .about-image .about-box .icon-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-left-items-style-1 .about-image .about-box .content {
    margin-top: 35px;
}

.about-left-items-style-1 .about-image .about-box .content h2 {
    font-size: 66px;
    color: var(--white);
}

.about-left-items-style-1 .about-image .about-box .content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}

.about-content-style-1 {
    margin-left: 50px;
}

@media (max-width: 1399px) {
    .about-content-style-1 {
        margin-left: 0;
    }
}

.about-content-style-1 .text {
    margin-top: 15px;
    max-width: 600px;
}

.about-content-style-1 .about-button {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 45px;
}

@media (max-width: 1399px) {
    .about-content-style-1 .about-button {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }
}

.about-content-style-1 .about-button .theme-btn::before {
    background-color: var(--header);
}

.about-content-style-1 .about-button .theme-btn:hover {
    color: var(--white);
}

.about-content-style-1 .about-button .content h4 {
    font-weight: 700;
    font-family: "Parkinsans", sans-serif;
}

.about-content-style-1 .circle-progress-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 55px;
    flex-wrap: wrap;
}

@media (max-width: 1399px) {
    .about-content-style-1 .circle-progress-bar-wrapper {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .about-content-style-1 .circle-progress-bar-wrapper {
        margin-top: 40px;
        gap: 70px;
    }
}

@media (max-width: 991px) {
    .about-content-style-1 .circle-progress-bar-wrapper {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .about-content-style-1 .circle-progress-bar-wrapper {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar {
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar span {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .content h6 {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    font-family: "Parkinsans", sans-serif;
}

@media (max-width: 1399px) {
    .about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .content h6 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .content br {
        display: block;
    }
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
    position: relative;
    height: 80px;
    width: 90px;
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
    position: absolute;
    height: 79px;
    width: 79px;
    border-radius: 50%;
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    position: absolute;
    font-size: 18px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    left: 2px;
    top: 2px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--header);
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
    background-color: rgba(153, 165, 55, 0.3) !important;
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: var(--theme) !important;
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: var(--bg) !important;
}

.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
    clip: rect(0 50px 100px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    background-color: var(--theme) !important;
}

.about-section {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-section {
        margin-bottom: 0;
    }
}

.about-section .right-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1600px) {
    .about-section .right-shape {
        display: none;
    }
}

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

@media (max-width: 1399px) {
    .about-section .right-shape-2 {
        display: none;
    }
}

.about-left-item-style-2 .about-main-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .about-left-item-style-2 .about-main-box {
        gap: 18px;
    }
}

@media (max-width: 991px) {
    .about-left-item-style-2 .about-main-box {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-left-item-style-2 .about-main-box .about-box {
    padding: 38px 22px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 10px 8px 34px 16px rgba(10, 3, 46, 0.03);
    position: relative;
}

@media (max-width: 1399px) {
    .about-left-item-style-2 .about-main-box .about-box {
        padding: 30px 22px;
    }
}

.about-left-item-style-2 .about-main-box .about-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--theme);
    border-radius: 10px;
    z-index: 1;
    transition: height 0.5s ease;
}

.about-left-item-style-2 .about-main-box .about-box .about-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(153, 165, 55, 0.35);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.about-left-item-style-2 .about-main-box .about-box p {
    max-width: 262px;
    color: var(--text-2);
    font-size: 14px;
}

.about-left-item-style-2 .about-main-box .about-box .link-btn {
    color: var(--theme);
    display: inline-block;
    font-family: "Parkinsans", sans-serif;
    color: var(--theme);
    margin-top: 20px;
}

.about-left-item-style-2 .about-main-box .about-box .link-btn i {
    margin-left: 10px;
    color: var(--theme);
}

.about-left-item-style-2 .about-main-box .about-box:hover .about-top {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.29);
    position: relative;
    z-index: 999;
}

.about-left-item-style-2 .about-main-box .about-box:hover .about-top h5 {
    color: var(--white);
}

.about-left-item-style-2 .about-main-box .about-box:hover .about-top svg path {
    fill: var(--theme-3);
    position: relative;
    z-index: 999;
}

.about-left-item-style-2 .about-main-box .about-box:hover p {
    color: var(--white);
    position: relative;
    z-index: 999;
}

.about-left-item-style-2 .about-main-box .about-box:hover .link-btn {
    position: relative;
    z-index: 999;
    color: var(--theme-3);
}

.about-left-item-style-2 .about-main-box .about-box:hover .link-btn i {
    color: var(--theme-3);
}

.about-left-item-style-2 .about-main-box .about-box:hover::before {
    height: 100%;
}

.about-left-item-style-2 .about-image {
    position: relative;
}

.about-left-item-style-2 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.about-left-item-style-2 .about-image .video-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(4.4499998093px);
    color: var(--white);
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .about-left-item-style-2 .about-image .video-btn {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.about-content-style-2 {
    margin-left: 70px;
}

@media (max-width: 1399px) {
    .about-content-style-2 {
        margin-left: 0;
    }
}

.about-content-style-2 .text {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .about-content-style-2 .text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.about-content-style-2 .icon-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .about-content-style-2 .icon-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .about-content-style-2 .icon-item {
        flex-wrap: wrap;
    }
}

.about-content-style-2 .icon-item .icon {
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background-color: var(--theme);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.about-content-style-2 .icon-item .icon img {
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.about-content-style-2 .icon-item .content h5 {
    margin-bottom: 10px;
}

.about-content-style-2 .icon-item .content p {
    max-width: 360px;
}

.about-content-style-2 .icon-item:hover .icon {
    background-color: var(--theme-3);
}

.about-content-style-2 .icon-item:hover .icon img {
    filter: brightness(0) saturate(100%);
    transform: scaleX(-1) !important;
}

.about-content-style-2 .about-button-item {
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1399px) {
    .about-content-style-2 .about-button-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.about-content-style-2 .about-button-item .theme-btn {
    padding: 14px 34px;
}

.about-content-style-2 .about-button-item .theme-btn::before {
    background-color: var(--header);
}

.about-content-style-2 .about-button-item .theme-btn:hover {
    color: var(--white);
}

.about-content-style-2 .about-button-item .theme-btn:hover i {
    color: var(--white);
}

.about-content-style-2 .about-button-item .content h4 {
    font-weight: 700;
}

.about-section-2 {
    position: relative;
}

.about-section-2 .left-shape {
    position: absolute;
    left: 100px;
    bottom: 120px;
}

@media (max-width: 1600px) {
    .about-section-2 .left-shape {
        display: none;
    }
}

.about-section-2 .right-shape {
    position: absolute;
    top: 170px;
    right: 0;
}

@media (max-width: 1600px) {
    .about-section-2 .right-shape {
        display: none;
    }
}

.about-left-image-style-4 {
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .about-left-image-style-4 img {
        width: 100%;
        height: 100%;
    }
}

.about-left-image-style-4 img {
    border-radius: 12px;
}

.about-left-image-style-4 .thumb {
    max-width: 358px;
    position: absolute;
    right: 5%;
    top: 75%;
}

@media (max-width: 1199px) {
    .about-left-image-style-4 .thumb {
        bottom: 0;
        right: 0;
        top: initial;
    }
}

@media (max-width: 575px) {
    .about-left-image-style-4 .thumb {
        max-width: 200px;
    }
}

.about-left-image-style-4 .thumb-2 {
    position: absolute;
    right: 50%;
    top: 85%;
}

@media (max-width: 1199px) {
    .about-left-image-style-4 .thumb-2 {
        right: initial;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.about-right-content-style-4 .about-text {
    margin-top: 25px;
}

.about-right-content-style-4 .middle-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 80px;
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .about-right-content-style-4 .middle-box {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-right-content-style-4 .middle-box .counter-items {
    border-right: 1px solid #D9D9D9;
    padding-right: 60px;
    padding-left: 0;
}

@media (max-width: 1199px) {
    .about-right-content-style-4 .middle-box .counter-items {
        border-right: none;
        padding-right: 0;
    }
}

.about-right-content-style-4 .middle-box .counter-items h2 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme);
    font-family: "Parkinsans", sans-serif;
    font-size: 100px;
    font-weight: 400;
    color: transparent;
    line-height: 1;
}

.about-right-content-style-4 .middle-box .list-items li img {
    margin-right: 10px;
}

.about-right-content-style-4 .middle-box .list-items li:not(:last-child) {
    margin-bottom: 15px;
}

.about-right-content-style-4 .client-info-area {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-right-content-style-4 .client-info-area {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .about-right-content-style-4 .client-info-area {
        margin-top: 30px;
    }
}

.about-right-content-style-4 .client-info-area .theme-btn {
    border-radius: 40px;
    padding: 22px 50px;
    line-height: 1;
}

.about-right-content-style-4 .client-info-area .theme-btn::before {
    background-color: var(--header);
}

.about-right-content-style-4 .client-info-area .theme-btn:hover {
    color: var(--white);
}

.about-right-content-style-4 .client-info-area .client-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.about-right-content-style-4 .client-info-area .client-info h4 {
    font-size: 22px;
    font-weight: 400;
}

.about-section-4 {
    position: relative;
}

.about-section-4 .about-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-image-style-items-5 .about-counter-items .counter-items {
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .about-image-style-items-5 .about-counter-items .counter-items {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.about-image-style-items-5 .about-counter-items .counter-items h2 {
    font-size: 55px;
    font-weight: 600;
    color: var(--theme);
    text-align: center;
}

@media (max-width: 1199px) {
    .about-image-style-items-5 .about-counter-items .counter-items h2 {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .about-image-style-items-5 .about-counter-items .counter-items h2 {
        font-size: 50px;
    }
}

.about-image-style-items-5 .about-counter-items .counter-items p {
    font-size: 16px;
    color: var(--header);
}

.about-image-style-items-5 .about-counter-items .counter-items.border-bottom-none {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-image-style-items-5 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.about-content-style-5 {
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .about-content-style-5 {
        margin-left: 0;
    }
}

.about-content-style-5 .about-text {
    margin-top: 25px;
}

.about-content-style-5 .list-items {
    margin-top: 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(9, 34, 16, 0.05);
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .about-content-style-5 .list-items {
        margin-bottom: 20px;
    }
}

.about-content-style-5 .list-items.border-radisu-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px !important;
}

.about-content-style-5 .list-items.border-radisu-none li:last-child {
    background: var(--white);
    border-bottom-right-radius: 20px;
}

.about-content-style-5 .list-items li {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px 30px;
}

@media (max-width: 1199px) {
    .about-content-style-5 .list-items li {
        padding: 17px 24px;
    }
}

.about-content-style-5 .list-items li:first-child {
    border-top-left-radius: 20px;
}

.about-content-style-5 .list-items li span {
    font-size: 18px;
    font-weight: 400;
    color: var(--header);
}

@media (max-width: 1199px) {
    .about-content-style-5 .list-items li span {
        font-size: 16px;
    }
}

.about-content-style-5 .list-items li.bg-color-1 {
    background: var(--white);
}

.about-circle-image {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.08);
    text-align: center;
}

.about-circle-image img {
    animation: cir36 10s linear infinite;
}

.about-circle-image .start-text {
    position: absolute;
    color: #144b24;
}

.about-section-style-3 .about-year .plus-icon {
    width: 35px;
    height: 35px;
    font-size: 16px !important;
    top: -10px;
    right: -10px;
}

.about-section-style-3 .about-year h2 {
    color: #99a537;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 85px;
}

.about-section-style-3 .about-year p {
    color: #092210;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.about-section-style-3 .ab-content {
    max-width: 315px;
    margin: 0 auto;
}

.about-section-style-3 .ab-content .ab-storke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #092210;
    font-family: Parkinsans;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    color: transparent;
}

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

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

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

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

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

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

@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 zoom {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

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

@keyframes translateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes translateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

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

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

    50% {
        transform: translatey(-40px);
    }

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

/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        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 slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.animation-infinite {
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}

.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

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

@keyframes sparkle {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }

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

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

    100% {
        width: 44px;
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
    }

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

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

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

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

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

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

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

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

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

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

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

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

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

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

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

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

    100% {
        transform: translateY(-60%);
    }
}

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

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

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

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

.img_left_animation {
    animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes left-animation {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

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

.img_right_animation {
    animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes right-animation {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

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

.img_top_animation {
    animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes top-animation {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

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

.img_bottom_animation {
    animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes bottom-animation {
    0% {
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

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

.brand-section .container-fluid {
    padding: 0 170px;
}

@media (max-width: 1899px) {
    .brand-section .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .brand-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .brand-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .brand-section .container-fluid {
        padding: 0 15px;
    }
}

.contact-top h2 {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .contact-top h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .contact-top h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.contact-top .icon-box-items {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    padding: 40px 30px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .contact-top .icon-box-items {
        display: block;
    }
}

.contact-top .icon-box-items .icon {
    max-width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background-color: rgba(20, 75, 36, 0.1);
    border-radius: 50%;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .contact-top .icon-box-items .icon {
        margin-bottom: 15px;
    }
}

.contact-top .icon-box-items .icon img {
    transition: all 0.4s ease-in-out;
}

.contact-top .icon-box-items .content h5 {
    font-size: 22px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .contact-top .icon-box-items .content h5 {
        font-size: 18px;
    }
}

.contact-top .icon-box-items:hover .icon {
    background-color: var(--theme);
}

.contact-top .icon-box-items:hover .icon img {
    filter: brightness(0) invert(1);
}

.contact-middle-items {
    margin-top: 120px;
}

.contact-middle-items .contact-form-box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--white);
    padding: 50px 40px;
}

.contact-middle-items .contact-form-box h3 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-middle-items .contact-form-box .form-clt input,
.contact-middle-items .contact-form-box .form-clt textarea {
    border-radius: 2px;
    border: 1px solid rgba(0, 53, 102, 0.12);
    background: var(--white);
    line-height: 1;
    padding: 20px 25px;
    width: 100%;
    text-transform: capitalize;
    color: var(--text);
}

.contact-middle-items .contact-form-box .form-clt textarea {
    padding-bottom: 110px;
}

.contact-middle-items .contact-form-box .theme-btn {
    border: 1px solid transparent;
    padding: 15px 38px;
    transition: all 0.4s ease-in-out;
}

.contact-middle-items .contact-form-box .theme-btn i {
    transition: all 0.4s ease-in-out;
}

.contact-middle-items .google-map-items iframe {
    width: 100%;
    height: 610px;
    border-radius: 10px;
}

.contact-section-5 {
    background-color: #053A14;
    margin: 0 40px;
    border-radius: 20px;
}

@media (max-width: 1600px) {
    .contact-section-5 {
        margin: 0 30px;
    }
}

@media (max-width: 1399px) {
    .contact-section-5 {
        margin: 0 20px;
    }
}

@media (max-width: 1199px) {
    .contact-section-5 {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .contact-section-5 {
        margin: 0;
        border-radius: 0;
    }
}

.contact-box-style-5 {
    border-radius: 20px;
    background-color: var(--white);
    padding: 50px 65px;
    margin-right: 60px;
}

@media (max-width: 1399px) {
    .contact-box-style-5 {
        margin-right: 0;
        padding: 50px;
    }
}

@media (max-width: 1199px) {
    .contact-box-style-5 {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .contact-box-style-5 {
        padding: 30px;
    }
}

.contact-box-style-5 h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 1199px) {
    .contact-box-style-5 h3 {
        font-size: 30px;
    }
}

.contact-box-style-5 .form-clt span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #455C4C;
    display: inline-block;
}

.contact-box-style-5 .form-clt input,
.contact-box-style-5 .form-clt textarea {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    background: var(--white);
    color: rgba(102, 102, 102, 0.8);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 20px;
}

.contact-box-style-5 .form-clt input::placeholder,
.contact-box-style-5 .form-clt textarea::placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-box-style-5 .form-clt textarea {
    padding-bottom: 125px;
    resize: none;
}

@media (max-width: 575px) {
    .contact-box-style-5 .form-clt textarea {
        padding-bottom: 100px;
    }
}

.contact-box-style-5 .form-clt .form .single-select {
    border-radius: 0;
    border: none;
    padding: 15px 20px;
    height: initial;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
}

.contact-box-style-5 .form-clt .form .single-select .current {
    color: rgba(100, 100, 100, 0.81);
    font-size: 15px;
    font-weight: 500;
}

.contact-box-style-5 .form-clt .form .single-select::after {
    right: 22px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
}

.contact-box-style-5 .form-clt .form .single-select .list {
    width: 100%;
}

.contact-box-style-5 .theme-btn {
    background-color: var(--theme);
    color: var(--white);
    border-radius: 30px;
    line-height: 1;
}

.contact-box-style-5 .theme-btn i {
    color: var(--white);
}

.contact-box-style-5 .theme-btn::before {
    background-color: var(--header);
}

.contact-content-style-5 ul {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .contact-content-style-5 ul {
        margin-top: 30px;
    }
}

.contact-content-style-5 ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-content-style-5 ul li .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
}

.contact-content-style-5 ul li .content p {
    color: var(--white);
    margin-bottom: 5px;
}

.contact-content-style-5 ul li .content h4 {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    font-family: "Parkinsans", sans-serif;
}

@media (max-width: 575px) {
    .contact-content-style-5 ul li .content h4 {
        font-size: 20px;
    }
}

.contact-content-style-5 ul li .content h4 a {
    color: var(--white);
}

.contact-content-style-5 ul li:not(:last-child) {
    margin-bottom: 30px;
}

.newsletter-wrapper-5 {
    background-color: #BFE866;
    border-radius: 20px;
    padding: 46px 30px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) and (max-width: 991px) {
    .newsletter-wrapper-5 {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }
}

.newsletter-wrapper-5 .newsletter-image {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .newsletter-wrapper-5 .newsletter-image {
        display: none;
    }
}

.newsletter-wrapper-5 .newsletter-image img {
    height: 100%;
    border-radius: 0 20px 20px 0;
}

.newsletter-wrapper-5 .content h6 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

.newsletter-wrapper-5 .content h3 {
    font-size: 36px;
    font-weight: 400;
}

.newsletter-wrapper-5 form {
    max-width: 600px;
    width: 100%;
}

.newsletter-wrapper-5 form .form-clt {
    position: relative;
}

.newsletter-wrapper-5 form .form-clt input {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 28.33px;
    background: rgba(255, 255, 255, 0.2);
    padding: 22px 25px;
    color: var(--white);
    line-height: 1;
}

@media (max-width: 1199px) {
    .newsletter-wrapper-5 form .form-clt input {
        background: var(--header);
    }
}

.newsletter-wrapper-5 form .form-clt input::placeholder {
    color: var(--white);
}

.newsletter-wrapper-5 form .form-clt .theme-btn {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 28px;
    background-color: #BFE866;
    color: var(--header);
    padding: 16px 30px;
}

@media (max-width: 1199px) {
    .newsletter-wrapper-5 form .form-clt .theme-btn {
        top: 2px;
        right: 2px;
        bottom: 2px;
    }
}

.newsletter-wrapper-5 form .form-clt .theme-btn i {
    border-left: 1px solid var(--header);
    padding-left: 10px;
    margin-left: 7px;
}

.contact-personal-information-section {
    background-attachment: fixed;
}

.contact-personal-information-wrapper {
    border-radius: 12px;
    background: var(--white);
    box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03);
    padding: 60px 50px;
}

@media (max-width: 1199px) {
    .contact-personal-information-wrapper {
        padding: 35px;
    }
}

@media (max-width: 575px) {
    .contact-personal-information-wrapper {
        padding: 30px;
    }
}

.contact-content-style-4 .contact-text {
    margin-top: 25px;
}

.contact-content-style-4 .contact-offer-box {
    border-radius: 10px;
    border: 1.5px dashed #144B24;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .contact-content-style-4 .contact-offer-box {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.contact-content-style-4 .contact-offer-box .content {
    padding: 35px 40px;
}

.contact-content-style-4 .contact-offer-box .content h4 {
    font-size: 22px;
    font-weight: 400;
}

.contact-content-style-4 .contact-offer-box .content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 7px;
}

.contact-content-style-4 .contact-offer-box .content h3 span {
    color: var(--theme);
}

.contact-content-style-4 .contact-offer-box .content p {
    margin-top: 7px;
}

.contact-content-style-4 .contact-offer-box .content .theme-btn {
    line-height: 1;
    border-radius: 30px;
    border: 1px solid var(--theme);
    background-color: var(--white);
    color: var(--header);
    margin-top: 20px;
}

.contact-content-style-4 .contact-offer-box .content .theme-btn::before {
    background-color: var(--theme);
}

.contact-content-style-4 .contact-offer-box .content .theme-btn:hover {
    color: var(--white);
}

.contact-content-style-4 .contact-offer-box .image {
    padding: 10px;
}

.contact-content-style-4 .contact-offer-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.contact-form-box-style-4 {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .contact-form-box-style-4 {
        margin-left: 0;
    }
}

.contact-form-box-style-4 .form-clt input,
.contact-form-box-style-4 .form-clt textarea {
    line-height: 1;
    padding: 22px 20px;
    width: 100%;
    text-transform: capitalize;
    color: var(--text);
    border-radius: 10px;
    border: 1px solid rgba(102, 102, 102, 0.15);
    background: #F9F9F9;
}

.contact-form-box-style-4 .form-clt textarea {
    padding-bottom: 180px;
}

.contact-form-box-style-4 .theme-btn {
    border-radius: 30px;
    padding: 15px 38px;
}

.contact-form-box-style-4 .theme-btn::before {
    background-color: var(--header);
}

.contact-form-box-style-4 .theme-btn:hover {
    color: var(--white);
}

.newsletter-content4 {
    background-color: var(--white);
    padding: 40px 46px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.newsletter-content4::after {
    position: absolute;
    content: "";
    width: 85%;
    height: 100%;
    z-index: -2;
    inset-inline-start: 50%;
    inset-block-start: -25px;
    border-radius: inherit;
    transform: translateX(-50%);
    box-shadow: 0 -10px 40px 0 rgba(29, 31, 21, 0.1);
    background-color: #fff;
    z-index: -2;
}

@media (max-width: 1199px) {
    .newsletter-content4::after {
        display: none;
    }
}

.newsletter-content4::before {
    position: absolute;
    content: "";
    width: 92%;
    height: 100%;
    z-index: -2;
    inset-inline-start: 50%;
    inset-block-start: -12px;
    border-radius: inherit;
    transform: translateX(-50%);
    box-shadow: 0 -10px 40px 0 rgba(29, 31, 21, 0.1);
    background-color: #fff;
    z-index: -1;
}

@media (max-width: 1199px) {
    .newsletter-content4::before {
        display: none;
    }
}

.newsletter-content4 .form-style4 {
    gap: 20px;
}

.newsletter-content4 .form-style4 .minput {
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
    color: #666666;
    height: 60px;
    padding: 12px 24px;
    border: 1px solid rgba(102, 102, 102, 0.15);
}

.newsletter-content4 .form-style4 button {
    background-color: #BFE866;
    border: 1px solid #BFE866;
}

.newsletter-content4 .form-style4 .form-check-input {
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
}

.subscribe-growing {
    background-color: #E6F767;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.subscribe-growing h2,
.subscribe-growing p,
.subscribe-growing span {
    color: #21353E;
}

.subscribe-section {
    position: relative;
    margin-bottom: -40px;
    padding-bottom: 160px !important;
    padding-top: 145px !important;
}

@media (max-width: 1199px) {
    .subscribe-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

.subscribe-section .man-shape {
    position: absolute;
    right: 100px;
    bottom: 170px;
}

@media (max-width: 1399px) {
    .subscribe-section .man-shape {
        display: none;
    }
}

.subscribe-section .vec-shape {
    position: absolute;
    left: 68%;
    top: 14%;
}

@media (max-width: 1399px) {
    .subscribe-section .vec-shape {
        display: none;
    }
}

@media (max-width: 1399px) {
    .contact-wrapper-6 .contact-left-content .section-title h2 br {
        display: none;
    }
}

.contact-wrapper-6 .contact-left-content .text {
    border-left: 2px solid var(--theme);
    padding-left: 20px;
    margin-top: 50px;
    max-width: 508px;
}

@media (max-width: 1399px) {
    .contact-wrapper-6 .contact-left-content .text {
        margin-top: 30px;
        padding-left: 0;
        border-left: none;
    }
}

.contact-wrapper-6 .contact-left-content .contact-item {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 38px;
}

@media (max-width: 1399px) {
    .contact-wrapper-6 .contact-left-content .contact-item {
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 30px;
    }
}

.contact-wrapper-6 .contact-left-content .contact-item .icon-item {
    display: flex;
    gap: 12px;
}

.contact-wrapper-6 .contact-left-content .contact-item .icon-item .content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-wrapper-6 .contact-left-content .contact-item .icon-item .content h6 {
    font-size: 16px;
    font-family: "Parkinsans", sans-serif;
    line-height: 175%;
    color: var(--text);
    font-weight: 400;
}

.contact-wrapper-6 .contact-box-6 {
    border-radius: 26.5px;
    background: var(--white);
    box-shadow: 5px 5px 76.7px 91px rgba(8, 4, 56, 0.03);
    padding: 45px;
    margin-left: 10px;
}

@media (max-width: 1399px) {
    .contact-wrapper-6 .contact-box-6 {
        margin-left: 0;
        padding: 30px;
    }
}

.contact-wrapper-6 .contact-box-6 .form-clt {
    position: relative;
}

.contact-wrapper-6 .contact-box-6 .form-clt input,
.contact-wrapper-6 .contact-box-6 .form-clt textarea {
    width: 100%;
    border: none;
    outline: none;
    background: var(--white);
    color: #AAA;
    border-radius: 27.5px;
    padding: 14px 20px;
    border: 1px solid #E0E0E0;
}

.contact-wrapper-6 .contact-box-6 .form-clt input::placeholder,
.contact-wrapper-6 .contact-box-6 .form-clt textarea::placeholder {
    color: #AAA;
}

.contact-wrapper-6 .contact-box-6 .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
    border-radius: 40px;
}

.contact-wrapper-6 .contact-box-6 .theme-btn::before {
    background-color: var(--header);
}

.contact-wrapper-6 .contact-box-6 .theme-btn:hover {
    color: var(--white);
}

.cta-section {
    margin: 0 15px;
    border-radius: 20px;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cta-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: dance 2s alternate infinite;
}

@media (max-width: 1399px) {
    .cta-section .left-shape {
        display: none;
    }
}

.cta-section .right-shape {
    position: absolute;
    right: 0;
    bottom: 30px;
}

@media (max-width: 1399px) {
    .cta-section .right-shape {
        display: none;
    }
}

.cta-section .bottom-shape {
    position: absolute;
    left: 40%;
    bottom: 30px;
}

@media (max-width: 1399px) {
    .cta-section .bottom-shape {
        display: none;
    }
}

.cta-section .logo-shape {
    position: absolute;
    right: 343px;
    top: 66px;
}

@media (max-width: 1600px) {
    .cta-section .logo-shape {
        right: 110px;
    }
}

@media (max-width: 1399px) {
    .cta-section .logo-shape {
        display: none;
    }
}

.cta-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme-2);
    border-radius: 0 0 83.5px 83.5px;
    width: 158px;
    height: 224px;
    left: initial;
    right: 340px;
    top: 0;
}

@media (max-width: 1600px) {
    .cta-section::before {
        right: 110px;
    }
}

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

.cta-content-style-1 .section-title h2 {
    font-size: 64px;
    font-family: "Lobster Two", sans-serif;
}

@media (max-width: 1199px) {
    .cta-content-style-1 .section-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .cta-content-style-1 .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cta-content-style-1 .section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .cta-content-style-1 .section-title h2 {
        font-size: 30px;
    }
}

.cta-content-style-1 .theme-btn {
    margin-top: 40px;
    background-color: #084D36;
}

.cta-image-style-1 {
    margin-bottom: -120px;
}

.cta-bg-content-style-1 {
    text-align: center;
}

.cta-bg-content-style-1 .section-title .sub-title {
    color: #EEFF69;
}

.cta-bg-content-style-1 .content {
    margin-top: 15px;
}

.cta-bg-content-style-1 .content .text {
    max-width: 580px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
}

.cta-bg-content-style-1 .content .theme-btn {
    background: #EEFF69;
    margin-top: 30px;
    color: var(--header);
}

.cta-bg-content-style-1 .content .theme-btn i {
    color: var(--header);
}

.cta-bg-content-style-1 .content .theme-btn::before {
    background-color: var(--white);
}

.cta-bg-content-style-1 .content .theme-btn:hover {
    color: var(--header);
}

.cta-bg-content-style-1 .content .icon-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 48px;
    justify-content: center;
}

@media (max-width: 1399px) {
    .cta-bg-content-style-1 .content .icon-list {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.cta-bg-content-style-1 .content .icon-list li {
    color: var(--white);
}

.cta-bg-content-style-1 .content .icon-list li svg {
    margin-right: 5px;
}

.cta-bg-section {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 15px;
}

.cta-bg-section .right-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .cta-bg-section .right-shape {
        display: none;
    }
}

.cta-bg-section .track-shape {
    position: absolute;
    right: 180px;
    bottom: 80px;
}

@media (max-width: 1600px) {
    .cta-bg-section .track-shape {
        right: 95px;
    }
}

@media (max-width: 1399px) {
    .cta-bg-section .track-shape {
        display: none;
    }
}

.cta-bg-section .hand-shape {
    position: absolute;
    right: 460px;
    bottom: 300px;
}

@media (max-width: 1600px) {
    .cta-bg-section .hand-shape {
        display: none;
    }
}

.cta-bg-section .left-image {
    position: absolute;
    left: 100px;
    bottom: 0;
}

.cta-bg-section .left-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
    .cta-bg-section .left-image {
        max-width: 370px;
        left: 70px;
    }
}

@media (max-width: 1399px) {
    .cta-bg-section .left-image {
        display: none;
    }
}

.cta-wrapper-style-2 {
    border-radius: 22px;
    background-color: var(--theme);
    padding: 80px 0;
    position: relative;
    z-index: 9;
    margin-top: -230px;
}

@media (max-width: 1399px) {
    .cta-wrapper-style-2 {
        margin-top: 0;
    }
}

.cta-wrapper-style-2 .left-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.cta-wrapper-style-2 .left-image img {
    width: 100%;
    height: 100%;
    border-radius: 22px;
}

@media (max-width: 991px) {
    .cta-wrapper-style-2 .left-image {
        display: none;
    }
}

.cta-wrapper-style-2 .right-image {
    position: absolute;
    right: 25px;
    top: -50px;
    bottom: 0;
}

@media (max-width: 1399px) {
    .cta-wrapper-style-2 .right-image {
        right: 0;
        top: 0;
    }
}

@media (max-width: 991px) {
    .cta-wrapper-style-2 .right-image {
        display: none;
    }
}

.cta-wrapper-style-2 .right-image img {
    width: 100%;
    height: 100%;
}

.cta-wrapper-style-2 .middle-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cta-wrapper-style-2 .cta-content-style-2 {
    text-align: center;
}

.cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
    font-size: 48px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .cta-wrapper-style-2 .cta-content-style-2 .section-title h2 {
        font-size: 28px;
    }
}

.cta-wrapper-style-2 .cta-content-style-2 .theme-btn {
    background: #EEFF69;
    margin-top: 30px;
    color: var(--header);
}

.cta-wrapper-style-2 .cta-content-style-2 .theme-btn i {
    color: var(--header);
}

.cta-wrapper-style-2 .cta-content-style-2 .theme-btn::before {
    background-color: var(--white);
}

.cta-wrapper-style-2 .cta-content-style-2 .theme-btn:hover {
    color: var(--header);
}

@media (max-width: 1399px) {
    .cta-section-2 {
        overflow: hidden;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .cta-section-2 {
        margin-top: 80px;
    }
}

.shop-card-items-5 {
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
}

.shop-card-items-5 .thumb {
    border: 1px solid #ECECEC;
    border-radius: 15px;
    position: relative;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

.shop-card-items-5 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.shop-card-items-5 .thumb .theme-btn {
    width: 100%;
    text-align: center;
    padding: 12px 40px;
    background-color: #144B24;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 30px;
    width: calc(100% - 60px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.shop-card-items-5 .thumb .theme-btn::before {
    background-color: var(--theme);
}

.shop-card-items-5 .thumb .theme-btn:hover {
    color: var(--white);
}

.shop-card-items-5 .thumb .shop-icon {
    position: absolute;
    gap: 10px;
    top: 30%;
    transform: translateY(-50%);
    right: 5%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.shop-card-items-5 .thumb .shop-icon li {
    transition: 0.4s ease-in-out;
    cursor: pointer;
    transform: scaleX(1);
}

.shop-card-items-5 .thumb .shop-icon li a {
    background: #ECECEC;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--header);
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}

.shop-card-items-5 .thumb .shop-icon li a:hover {
    background-color: #144B24;
    color: var(--white);
}

.shop-card-items-5 .content {
    text-align: center;
    margin-top: 20px;
}

.shop-card-items-5 .content .star {
    color: #FFA800;
}

.shop-card-items-5 .content .star .color-2 {
    color: #B6B6B6;
}

.shop-card-items-5 .content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 6px;
}

.shop-card-items-5 .content h5 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.shop-card-items-5 .content h5 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.shop-card-items-5 .content p {
    font-weight: 700;
    color: var(--header);
    font-family: "Parkinsans", sans-serif;
    margin-top: 5px;
}

.shop-card-items-5:hover .thumb .theme-btn {
    opacity: 1;
    visibility: visible;
}

.shop-card-items-5:hover .thumb .shop-icon {
    opacity: 1;
    visibility: visible;
}

.shop-box-style-item .shop-image {
    position: relative;
    overflow: hidden;
}

.shop-box-style-item .shop-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.shop-box-style-item .shop-image .post-box li {
    border-radius: 2px;
    background: var(--theme);
    padding: 8px 13px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    position: absolute;
    top: 20px;
    left: 15px;
}

.shop-box-style-item .shop-image .shop-icon {
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    right: 5%;
}

.shop-box-style-item .shop-image .shop-icon li {
    transform: scaleX(0);
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.shop-box-style-item .shop-image .shop-icon li a {
    background-color: var(--theme);
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    color: var(--white);
    text-align: center;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.shop-box-style-item .shop-image .shop-icon li a:hover {
    background-color: var(--header);
}

.shop-box-style-item .shop-content {
    margin-top: 15px;
}

.shop-box-style-item .shop-content span {
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
}

.shop-box-style-item .shop-content h5 {
    font-size: 18px;
    font-weight: 400;
}

.shop-box-style-item .shop-content h5 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: #092210;
}

.shop-box-style-item .shop-content h5 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.shop-box-style-item .shop-content .star {
    color: rgb(242, 193, 5);
    margin-top: 7px;
}

.shop-box-style-item .shop-content ul {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 8px;
}

.shop-box-style-item .shop-content ul li {
    color: var(--theme);
    font-size: 24px;
    font-weight: 500;
}

.shop-box-style-item .shop-content ul li del {
    color: rgb(132, 132, 132);
    font-size: 20px;
    font-weight: 500;
}

.shop-box-style-item .shop-content .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme);
    color: var(--theme);
    line-height: 1;
    margin-top: 20px;
    padding: 18px 54px;
}

.shop-box-style-item .shop-content .theme-btn::before {
    background-color: var(--theme);
}

.shop-box-style-item .shop-content .theme-btn:hover {
    color: var(--white);
}

.shop-box-style-item:hover .shop-image img {
    transform: scale(1.1) rotate(2deg);
}

.shop-box-style-item:hover .shop-image .shop-icon li {
    transform: scaleX(1);
}

@media (min-width: 991px) {
    .shop-main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .shop-main-sidebar {
        margin-top: 40px;
    }
}

.shop-main-sidebar .single-sidebar-widget {
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.shop-main-sidebar .single-sidebar-widget ul {
    padding-left: 0;
}

.shop-main-sidebar .single-sidebar-widget ul>li {
    margin-bottom: 10px;
}

.shop-main-sidebar .single-sidebar-widget ul>li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.shop-main-sidebar .single-sidebar-widget ul>li a:hover {
    color: var(--theme);
}

.shop-main-sidebar .single-sidebar-widget ul ul {
    padding-left: 20px;
}

.shop-main-sidebar .single-sidebar-widget ul ul li {
    margin-top: 5px;
}

.shop-main-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.shop-main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.shop-main-sidebar .single-sidebar-widget .wid-title::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--theme);
}

.shop-main-sidebar .single-sidebar-widget .wid-title::after {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--theme);
}

.shop-main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 24px;
    font-weight: 400;
}

.shop-main-sidebar .single-sidebar-widget .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.shop-main-sidebar .single-sidebar-widget .social-link a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item {
    overflow: hidden;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item:not(:last-child),
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item:not(:last-child) {
    margin-bottom: 35px;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .thumb,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .thumb {
    height: 95px;
    width: 95px;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 8px;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content {
    overflow: hidden;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content h5,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content h5 a:hover,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content h5 a:hover {
    color: var(--theme);
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content .post-date,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content .post-date {
    margin-top: 10px;
    color: var(--theme);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content .post-date i,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content .post-date i {
    margin-right: 7px;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .thumb,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .thumb {
    border-radius: 8px;
    border: 1px solid rgba(60, 60, 60, 0.17);
    background: var(--white);
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content {
    overflow: hidden;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content .star,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content .star {
    color: rgb(251, 188, 5);
    font-size: 14px;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content h4,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 5px;
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content h4 a:hover,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content h4 a:hover {
    color: var(--theme);
}

.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content p,
.shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme);
    margin-top: 5px;
}

.shop-main-sidebar .single-sidebar-widget .widget_categories ul li {
    display: block;
}

.shop-main-sidebar .single-sidebar-widget .widget_categories ul li:last-child a {
    margin-bottom: 0;
}

.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a {
    position: relative;
    background: var(--white);
    padding: 17px 20px;
    line-height: 1;
    font-size: 16px;
    font-family: "Parkinsans", sans-serif;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a:hover {
    color: var(--theme);
}

.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a i {
    margin-right: 10px;
}

.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a span {
    position: absolute;
    width: 60px;
    line-height: 55px;
    height: 100%;
    content: "";
    background-color: var(--theme);
    right: 0;
    top: 0;
    text-align: center;
    color: var(--white);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.shop-main-sidebar .tagcloud a {
    display: inline-block;
    padding: 12px 22px;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-right: 8px;
    text-transform: capitalize;
    margin-bottom: 10px;
    border-radius: 4px;
}

.shop-main-sidebar .tagcloud a:last-child {
    margin-right: 0;
}

.shop-main-sidebar .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.shop-main-sidebar .search_widget form {
    width: 100%;
    position: relative;
}

.shop-main-sidebar .search_widget form input {
    background-color: var(--white);
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    color: var(--header);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.shop-main-sidebar .search_widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.shop-main-sidebar .search_widget form button:hover {
    background-color: var(--header);
}

.price-range-wrapper {
    /* Custom thumb styling */
    /* Remove the default appearance for sliders in Firefox */
}

.price-range-wrapper .slider-container {
    position: relative;
    width: 100%;
}

.price-range-wrapper .price-text label {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
}

.price-range-wrapper .price-text input {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
}

.price-range-wrapper .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    /* Default background */
    outline: none;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.price-range-wrapper .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: var(--theme);
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    pointer-events: all;
}

.price-range-wrapper .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
}

.price-range-wrapper .slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
}

.price-range-wrapper input[type=range]::-moz-range-track {
    background: transparent;
}

.shop-notices-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .shop-notices-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-notices-wrapper .form .single-select {
    padding: 16px 20px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 1;
    height: initial;
    border: 1px solid #BFBFBF;
    background: #F2F2F2;
    color: var(--header);
    border-radius: 5px;
}

.shop-notices-wrapper .form .single-select::after {
    right: 20px;
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
    margin-top: -5px;
    width: 8px;
    height: 8px;
}

.shop-notices-wrapper .form .single-select .option {
    color: var(--text);
}

.shop-notices-wrapper .form .list {
    width: 100%;
}

.shop-notices-wrapper .form-clt {
    max-width: 300px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.common-table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.common-table .cart-item-thumb {
    width: 86px;
}

@media (max-width: 1399px) {
    .common-table .cart-item-thumb {
        flex-wrap: wrap;
    }
}

.common-table .cart-item-thumb .head {
    color: var(--header);
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Parkinsans", sans-serif;
    font-weight: 400;
}

.common-table .price-usd {
    font-size: 16px;
    font-weight: 500;
    color: #666C78;
}

.common-table tr {
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
    width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
    width: 100%;
    box-sizing: border-box;
}

.common-table thead tr {
    color: #1B1F2A;
    border-bottom: unset;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
    background: unset;
    color: unset;
    border: unset;
    font-size: 16px;
    padding-bottom: 16px;
}

.common-table tbody tr td {
    background: transparent;
    color: unset;
    box-sizing: border-box;
    border-bottom: unset;
}

.quantity button i {
    font-size: 16px;
}

.quantity .quantityValue {
    width: 40px;
    text-align: center;
    padding: 0;
    color: #000;
    border: unset;
}

@media (max-width: 767px) {
    .cart-list-area .table-responsive {
        overflow-x: scroll;
    }
}

@media (max-width: 991px) {
    .cart-list-area .table-responsive .table {
        width: 900px;
    }
}

.cart-list-area .coupon-items input {
    background: #F5F6FA;
    border: none;
    padding: 18px 30px;
    color: var(--text);
    line-height: 1;
    border-radius: 5px;
}

.cart-list-area .theme-btn {
    transition: all 0.4s ease-in-out;
    padding: 15px 40px;
    border-radius: 6px;
}

.cart-list-area .theme-btn::before {
    background-color: var(--header);
}

.cart-list-area .theme-btn:hover {
    color: var(--white);
}

.cart-total-area {
    margin-top: -10px;
}

.cart-total-area .theme-btn {
    padding: 20px 44px;
    border-radius: 6px;
}

.cart-total-area .theme-btn::before {
    background-color: var(--header);
}

.cart-total-area .theme-btn:hover {
    color: var(--white);
}

.cart-total-area h3 {
    font-size: 40px;
    margin-bottom: 5px;
}

.cart-total-area ul {
    margin-bottom: 50px;
}

.cart-total-area ul li {
    font-size: 20px;
    font-weight: 600;
    color: var(--header);
    display: flex;
    align-items: center;
    gap: 220px;
    border-bottom: 1px solid #E4E4E5;
    padding-bottom: 25px;
    padding-top: 25px;
}

.cart-total-area ul li .subtotal {
    color: #666C78;
    font-weight: 400;
    margin-left: -30px;
}

.cart-total-area ul li .price {
    font-weight: 700;
    font-size: 22px;
    flex-basis: 30%;
}

.checkout-radio {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 24px;
}

.checkout-radio .primary-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--header);
    text-transform: capitalize;
}

.checkout-radio h4 {
    color: var(--header);
    margin-bottom: 16px;
    font-weight: 500;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: none;
    outline: none;
    border: 1px solid var(--border);
    font-weight: 500;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
    color: var(--header);
    text-transform: capitalize;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
    margin-bottom: 12px;
}

@media (max-width: 500px) {
    .checkout-radio {
        padding: 10px;
    }
}

.checkout-single-wrapper .checkout-single h4 {
    color: var(--header);
    margin-bottom: 2rem;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 12px 24px;
    color: var(--header);
    text-transform: capitalize;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
    color: var(--header);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: var(--white);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
    font-size: 18px;
    color: var(--header);
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
    border-right: 1px solid var(--header);
    border-bottom: 1px solid var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .list {
    width: 100%;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .option {
    background-color: var(--bg);
    border: none;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
    color: var(--header);
    margin-bottom: 12px;
    text-transform: capitalize;
}

.checkout-single-wrapper .boxshado-single {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .boxshado-single {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
}

.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
    border: 1px solid var(--border);
    background: transparent;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .checkout-single-bg {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg .payment-save {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.checkout-single-wrapper .checkout-single-bg .payment-save input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--border);
    background-color: var(--theme);
    outline: none;
    color: var(--header);
}

.checkout-single-wrapper .checkout-single-bg .payment-save label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.checkout-single-wrapper .theme-btn::before {
    background-color: var(--header);
}

.checkout-single-wrapper .theme-btn:hover {
    color: var(--white);
}

.shop-details-wrapper .shop-details-image {
    position: relative;
}
.shop-details-wrapper .shop-details-image .active img {
    height: 650px;
    object-fit: cover;
}

.shop-details-wrapper .shop-details-image img {
    width: 100%;
    background-color: #F4F5EC;
}

.shop-details-wrapper .shop-details-image .nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.shop-details-wrapper .shop-details-image .nav .nav-link {
    padding: 0;
    max-width: 115px;
}

.shop-details-wrapper .shop-details-image .nav .nav-link img {
    border-radius: 10px;
}

.shop-details-wrapper .shop-details-image .shop-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.shop-details-wrapper .product-details-content {
    margin-left: 60px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 0;
    }
}

.shop-details-wrapper .product-details-content h2 {
    font-size: 49px;
}

@media (max-width: 767px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 32px;
    }
}

.shop-details-wrapper .product-details-content .star a {
    color: var(--theme);
    font-size: 16px;
    font-weight: 600;
}

.shop-details-wrapper .product-details-content .star span {
    margin-left: 10px;
}

.shop-details-wrapper .product-details-content .price-list {
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

.shop-details-wrapper .product-details-content .price-list ul {
    display: flex;
    gap: 25px;
    margin-top: 10px;
}

.shop-details-wrapper .product-details-content .price-list ul li {
    font-size: 40px;
    color: var(--theme);
}

.shop-details-wrapper .product-details-content .price-list ul li del {
    color: rgba(153, 165, 55, 0.36);
}

.shop-details-wrapper .product-details-content .cart-quantity {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 30px 0;
}

@media (max-width: 1199px) {
    .shop-details-wrapper .product-details-content .cart-quantity {
        flex-wrap: wrap;
    }
}

.shop-details-wrapper .product-details-content .cart-quantity .qty {
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E5;
    padding: 16px 24px;
    line-height: 1;
    justify-content: space-between;
    border-radius: 8px;
}

.shop-details-wrapper .product-details-content .cart-quantity .qty button,
.shop-details-wrapper .product-details-content .cart-quantity .qty input {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--header);
    font-weight: 400;
    font-size: 24px;
}

.shop-details-wrapper .product-details-content .cart-quantity .qty input {
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    border: unset;
    outline: none;
}

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--theme);
    color: var(--white);
    padding: 24px 20px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 8px;
}

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn i {
    margin-right: 10px;
}

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn::before {
    background-color: var(--header);
}

.shop-details-wrapper .product-details-content .cart-quantity .icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon {
    border: 1px solid #E4E4E5;
    padding: 16px 24px;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
}

.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon:hover {
    background-color: var(--theme);
    color: var(--white);
}

.shop-details-wrapper .product-details-content .details-info {
    position: relative;
}

.shop-details-wrapper .product-details-content .details-info:not(:last-child) {
    margin-bottom: 10px;
}

.shop-details-wrapper .product-details-content .details-info span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: 2px;
}

.shop-details-wrapper .product-details-content .details-info a {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    margin-left: 150px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab {
    padding-top: 60px;
}

.shop-details-wrapper .single-tab .nav {
    justify-content: center;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

.shop-details-wrapper .single-tab .nav .nav-link.active {
    position: relative;
}

.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
    color: var(--theme);
}

.shop-details-wrapper .single-tab .nav .nav-link.active::before {
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: var(--theme);
    transition: 0.3s;
}

@media (max-width: 470px) {
    .shop-details-wrapper .single-tab .nav .nav-link.active::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .nav .nav-link h6 {
    font-size: 18px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 50px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 0;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content h3 {
    margin-bottom: 15px;
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--header);
    font-weight: 600;
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li span {
    color: var(--text);
    font-weight: 400;
}

@media (max-width: 767px) {
    .shop-details-wrapper .single-tab .review-items .admin-items {
        justify-content: center;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
    width: 100px;
    height: 100px;
}

.shop-details-wrapper .single-tab .review-items .admin-items .admin-img img {
    border-radius: 50%;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content {
    position: relative;
    border: 1px solid var(--border);
}

.shop-details-wrapper .single-tab .review-items .admin-items .content h5 {
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-left: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    transform: rotate(45deg);
    top: 40%;
    left: -16px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h5 span {
    font-size: 14px;
    margin-left: 30px;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .star i {
    font-size: 16px;
    color: var(--theme);
}

.shop-details-wrapper .single-tab .review-title h4 {
    font-weight: 500;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-title .rate-now {
    margin-top: 15px;
    gap: 15px;
}

.shop-details-wrapper .single-tab .review-title .rate-now p {
    font-size: 16px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-title .rate-now i {
    font-size: 16px;
    color: var(--theme);
}

.shop-details-wrapper .single-tab .review-form {
    margin-top: 40px;
}

.shop-details-wrapper .single-tab .review-form .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 35px;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt input {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .theme-btn {
    border-radius: 8px;
    padding: 20px 70px;
}

.shop-details-wrapper .single-tab .review-form .theme-btn::before {
    background-color: var(--header);
}

.shop-details-wrapper .single-tab .review-form .theme-btn:hover {
    color: var(--white);
}

.shop-section-2 {
    position: relative;
    z-index: 9;
}

.shop-section-2 .shop-shape {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.accordion-button:not(.collapsed) {
    inset: 0 !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    padding: 14px 10px 14px 25px;
    filter: drop-shadow(0 10px 40px rgba(29, 31, 21, 0.1));
    background-color: var(--white);
    border-radius: 30px;
    overflow: hidden;
    border: unset;
}

.accordion-item .accordion-header .accordion-button {
    background: transparent;
    padding: 0;
    outline: none;
    font-size: 21px;
    font-weight: 400;
    color: #092210;
    font-family: "Parkinsans", sans-serif;
}

.accordion-item .accordion-header .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    background: transparent;
    font-weight: 800;
    transition: all 0.3s ease-in-out !important;
    color: #092210;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(73, 87, 122, 0.1);
}

.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item .accordion-body {
    padding: 20px 4px 10px 5px;
    font-size: 16px;
    color: #666 !important;
    font-weight: 400;
    font-family: "Parkinsans", sans-serif !important;
    line-height: 26px;
}

.accordion-item .accordion-body p {
    font-size: 16px !important;
    color: #666 !important;
    font-weight: 400;
    font-family: "Parkinsans", sans-serif !important;
    line-height: 26px;
}

.accordion-item.active .accordion-button {
    color: var(--theme-2dark);
}

.accordion-item.active .accordion-button::after {
    background: var(--theme-2dark) !important;
    color: var(--white) !important;
}

@media (max-width: 1199px) {
    .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
    }

    .accordion-item .accordion-header .accordion-button::after {
        font-size: 20px;
    }

    .accordion-item .accordion-body {
        padding-top: 10px;
        line-height: 20px;
    }

    .accordion-item .accordion-body p {
        font-size: 15px;
        line-height: 20px;
    }
}

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

    .accordion-item .accordion-header .accordion-button::after {
        font-size: 20px;
    }

    .accordion-item .accordion-body {
        padding-top: 6px;
        font-size: 14px;
    }

    .accordion-item .accordion-body p {
        font-size: 14px;
    }
}

.accordion-item:last-child {
    border-radius: 30px !important;
}

.accordion-item:first-child {
    border-radius: 30px !important;
}

.info-box_faq {
    max-width: 273px;
    position: absolute;
    right: 10px;
    bottom: 40px;
}

.info-box_faq .icon {
    width: 57px;
    height: 57px;
}

.info-box_faq h3 {
    font-size: 28px;
}

@media (max-width: 500px) {
    .info-box_faq {
        position: static;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .faq-thumb3-big {
        padding-right: 0 !important;
    }
}

.process-section03 {
    padding: 120px 2px 280px;
}

.counter-section-wrap {
    transform: translateY(-160px);
    margin-bottom: -160px;
    z-index: 1;
    position: relative;
}

.thumb-process {
    right: -40px;
}

.thumb-process img {
    max-width: unset;
}

@media (max-width: 1199px) {
    .thumb-process {
        right: 0;
    }

    .thumb-process img {
        max-width: 100%;
    }
}

.process-content-wrap {
    margin-left: 150px;
    gap: 50px;
}

.process-content-wrap .process-content-items-middle {
    margin-left: -240px;
}

.process-content-wrap .left-process-working {
    left: -150px;
    top: 90px;
}

.process-content-wrap .right-process-working {
    right: -35px;
    bottom: 80px;
}

.process-content-items {
    max-width: 492px;
    padding: 40px 30px 40px;
    background-color: var(--white);
    transition: all 0.4s;
    border-radius: 10px;
    border-left: 4px solid var(--theme-2dark);
}

.process-content-items:hover {
    background-color: var(--theme-2dark);
    border-color: var(--theme-3);
}

.process-content-items:hover .serial {
    color: var(--theme-3) !important;
}

.process-content-items:hover h3,
.process-content-items:hover p {
    color: var(--white) !important;
}

.container-1320 {
    max-width: 1350px;
    margin: 0 auto;
}

@media screen and (max-width: 1399px) {
    .process-content-wrap .left-process-working {
        z-index: -1;
    }

    .process-content-wrap .right-process-working {
        z-index: -1;
    }
}

@media screen and (max-width: 1199px) {
    .process-content-wrap {
        margin-left: 0px;
        gap: 20px;
    }

    .process-content-wrap .process-content-items-middle {
        margin-left: 40px;
    }

    .process-content-wrap .left-process-working {
        left: -150px;
        top: 50px;
        z-index: -1;
    }

    .process-content-wrap .right-process-working {
        right: -35px;
        bottom: 50px;
    }

    .process-content-items {
        max-width: 492px;
        padding: 28px 20px 30px;
    }
}

@media screen and (max-width: 575px) {
    .process-content-wrap .process-content-items-middle {
        margin-left: 0px;
    }
}

.accordion-item4 {
    padding: 18px 0;
    filter: drop-shadow(0 0px 0px rgba(29, 31, 21, 0.1)) !important;
    background-color: var(--white);
    border-radius: 0px !important;
}

.accordion-item4:not(:last-child) {
    border-bottom: 1px solid rgba(58, 54, 54, 0.32) !important;
}

.accordion-item4:first-child {
    border-radius: 0px !important;
}

.accordion-item4 .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #092210;
    font-family: "Parkinsans", sans-serif;
}

.accordion-item4 .accordion-header .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    background: transparent;
    font-weight: 900;
    transition: all 0.3s ease-in-out !important;
    color: #092210;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

.accordion-item4 .accordion-header .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item4 .accordion-body {
    padding: 10px 4px 10px 5px !important;
}

.accordion-item4.active .accordion-button {
    color: var(--theme-2dark);
}

.accordion-item4.active .accordion-button::after {
    background-color: transparent !important;
    color: #206D69 !important;
}

.faq-items-4 {
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.faq-items-4 .accordion .accordion-item {
    border: none;
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 0;
    background: transparent;
    border-radius: 26.5px;
    border: 1px solid rgba(35, 35, 35, 0.1);
}

.faq-items-4 .accordion .accordion-item h2 button {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    border-radius: 100px !important;
    padding: 20px 30px;
    color: var(--header);
    cursor: pointer;
}

@media (max-width: 575px) {
    .faq-items-4 .accordion .accordion-item h2 button {
        font-size: 16px;
        line-height: 1.6;
        padding: 22px 20px;
    }
}

.faq-items-4 .accordion .accordion-item .accordion-body {
    padding: 20px 30px;
    padding-top: 0;
    background-color: var(--white);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.faq-items-4 .accordion .accordion-item .accordion-body p {
    color: var(--header);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

@media (max-width: 575px) {
    .faq-items-4 .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.faq-items-4 .accordion .accordion-button {
    background-color: transparent;
    color: var(--header);
    border-radius: 20px !important;
}

.faq-items-4 .accordion .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    background: rgba(153, 165, 55, 0.08);
    font-weight: 900;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
    border: none !important;
}

.faq-items-4 .accordion .accordion-button:not(.collapsed) {
    background-color: var(--white);
    box-shadow: 5px 5px 76.7px 91px rgba(8, 4, 56, 0.03);
    color: var(--header);
    border-radius: 26px 0 0 !important;
    border-top-right-radius: 20px !important;
    border: none !important;
}

.faq-items-4 .accordion .accordion-button:not(.collapsed)::after {
    content: "+";
    font-family: "Font Awesome 5 Free";
    background: var(--theme);
    font-weight: 900;
    color: var(--white);
    transform: rotate(0);
}

.video-wrapper {
    padding: 350px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .video-wrapper {
        padding: 150px 0;
    }
}

@media (max-width: 991px) {
    .video-wrapper {
        padding: 120px 0;
    }
}

.video-wrapper .video-btn {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(4.4499998093px);
    color: var(--white);
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
}

@media (max-width: 991px) {
    .video-wrapper .video-btn {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
}

.video-bg-section {
    background-attachment: fixed;
    margin: 0 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.video-bg-section.style-2 {
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 0;
    margin-top: 50px;
}

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

.scrolling-wrap .comm {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    gap: 40px;
    cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
    font-size: 88px;
    color: rgba(9, 34, 16, 0.07);
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Parkinsans", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 1199px) {
    .scrolling-wrap .comm .cmn-textslide {
        font-size: 70px;
    }
}

.scrolling-wrap:hover .comm {
    animation-play-state: paused;
}

@media (max-width: 1399px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap {
        gap: 14px;
    }

    .scrolling-wrap .comm {
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .counter-items-style-1 {
        text-align: center;
    }
}

.counter-items-style-1 h2 {
    font-weight: 400;
    color: #EEFF69;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .counter-items-style-1 h2 {
        font-size: 30px;
    }
}

.counter-items-style-1 h2 sub {
    font-size: 48px;
    font-weight: 400;
    bottom: initial;
}

@media (max-width: 1399px) {
    .counter-items-style-1 h2 sub {
        font-size: 40px;
    }
}

.counter-items-style-1 h5 {
    color: var(--white);
    margin-bottom: 10px;
    font-family: "Parkinsans", sans-serif;
}

.counter-items-style-1 p {
    max-width: 251px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 575px) {
    .counter-items-style-1 p {
        text-align: center;
        margin: 0 auto;
    }
}

.counter-section {
    position: absolute;
    margin: 0 20px;
    border-radius: 0 0 20px 20px;
    z-index: 9;
    margin-top: -120px;
    padding-top: 240px;
    padding-bottom: 120px;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .counter-section {
        padding-bottom: 100px;
        padding-top: 220px;
    }
}

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

.counter-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1600px) {
    .counter-section .left-shape {
        display: none;
    }
}

.counter-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0 0 20px 20px;
    background: rgba(33, 53, 62, 0.9);
    z-index: -1;
}

.feature-left-item-style-1 {
    margin-top: 30px;
}

.feature-left-item-style-1 .nav {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #CDCDCD;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .feature-left-item-style-1 .nav {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .feature-left-item-style-1 .nav {
        justify-content: center;
    }
}

.feature-left-item-style-1 .nav li {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .feature-left-item-style-1 .nav li {
        font-size: 16px;
    }
}

.feature-left-item-style-1 .nav li .nav-link {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    padding: 14px 17px;
    border-radius: 100px;
    border: 1px solid var(--theme);
    line-height: 1;
}

.feature-left-item-style-1 .nav li .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
}

.feature-left-item-style-1 .content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.feature-left-item-style-1 .content .feature-list-item {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 40px;
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .feature-left-item-style-1 .content .feature-list-item {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.feature-left-item-style-1 .content .feature-list-item .list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
}

@media (max-width: 1399px) {
    .feature-left-item-style-1 .content .feature-list-item .list li {
        font-size: 16px;
    }
}

.feature-left-item-style-1 .content .feature-list-item .list li:not(:last-child) {
    margin-bottom: 20px;
}

.feature-left-item-style-1 .content .feature-list-item .list li img {
    margin-right: 10px;
}

.feature-left-item-style-1 .content .feature-button-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

@media (max-width: 1399px) {
    .feature-left-item-style-1 .content .feature-button-item {
        flex-wrap: wrap;
    }
}

.feature-left-item-style-1 .content .feature-button-item .theme-btn::before {
    background-color: var(--header);
}

.feature-left-item-style-1 .content .feature-button-item .theme-btn:hover {
    color: var(--white);
}

.feature-left-item-style-1 .content .feature-button-item .theme-btn:hover i {
    color: var(--white);
}

.feature-left-item-style-1 .content .feature-button-item .button-text {
    display: flex;
    align-items: center;
}

.feature-left-item-style-1 .content .feature-button-item .button-text .video-btn {
    background-color: transparent;
    color: var(--theme);
    display: inline-block;
    border: 1px solid var(--theme);
    font-size: 16px;
    height: 54px;
    width: 54px;
    line-height: 54px;
    border-radius: 100px;
    text-align: center;
    color: var(--theme);
}

.feature-left-item-style-1 .content .feature-button-item .button-text span {
    font-size: 18px;
    color: var(--theme);
    font-weight: 500;
}

.best-feature-image-style-1 {
    margin-top: 30px;
    margin-left: 100px;
}

@media (max-width: 1399px) {
    .best-feature-image-style-1 {
        margin-left: 0;
    }
}

.best-feature-image-style-1 .feature-image {
    position: relative;
}

.best-feature-image-style-1 .feature-image img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 250px;
}

.best-feature-image-style-1 .feature-image .circle {
    width: 188px;
    height: 188px;
    text-align: center;
    border-radius: 100%;
    background-color: #EEFF69;
    position: absolute;
    top: 170px;
    left: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1399px) {
    .best-feature-image-style-1 .feature-image .circle {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.best-feature-image-style-1 .feature-image .circle h2 {
    font-size: 54px;
    font-family: "Lobster Two", sans-serif;
}

.best-feature-image-style-1 .feature-image .circle p {
    font-weight: 500;
    margin: 0;
    color: var(--header);
}

.best-feature-image-style-1 .feature-image .feature-box {
    border-radius: 12px;
    background: #F4F5EC;
    padding: 27px;
    display: flex;
    align-items: start;
    position: absolute;
    bottom: -50px;
    left: -220px;
}

@media (max-width: 1399px) {
    .best-feature-image-style-1 .feature-image .feature-box {
        left: 0;
        bottom: 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
}

@media (max-width: 767px) {
    .best-feature-image-style-1 .feature-image .feature-box {
        display: none;
    }
}

.best-feature-image-style-1 .feature-image .feature-box .left-cont h6 {
    font-family: "Parkinsans", sans-serif;
    margin-top: 20px;
    color: #6E6E6E;
    position: relative;
    padding-left: 30px;
}

.best-feature-image-style-1 .feature-image .feature-box .left-cont h6::after {
    position: absolute;
    content: "";
    width: 20px;
    background: #6E6E6E;
    height: 1px;
    top: 8px;
    left: 0;
}

.best-feature-image-style-1 .feature-image .feature-box .left-cont h6 span {
    font-weight: 400;
    color: rgba(110, 110, 110, 0.66);
}

.best-feature-section {
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 1399px) {
    .best-feature-section {
        margin-bottom: 0;
    }
}

.best-feature-section .right-shape {
    position: absolute;
    right: 0;
    top: 100px;
}

@media (max-width: 1399px) {
    .best-feature-section .right-shape {
        display: none;
    }
}

.best-feature-section .left-shape {
    position: absolute;
    left: 30%;
    top: 180px;
}

@media (max-width: 1399px) {
    .best-feature-section .left-shape {
        left: 24%;
    }
}

@media (max-width: 1399px) {
    .best-feature-section .left-shape {
        display: none;
    }
}

.feature-award-item {
    text-align: center;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03);
    padding: 45px 40px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1399px) {
    .feature-award-item {
        margin-top: 30px;
        padding: 30px;
    }
}

.feature-award-item .shape-1 {
    position: absolute;
    left: 40px;
    top: 40px;
}

.feature-award-item .shape-2 {
    position: absolute;
    right: 40px;
    top: 40px;
}

.feature-award-item .icon {
    margin: 0 auto;
}

.feature-award-item .icon img {
    transition: 0.3s;
}

.feature-award-item .content {
    margin-top: 25px;
}

.feature-award-item .content h3 {
    margin-bottom: 40px;
}

.feature-award-item .content span {
    font-weight: 500;
    border: 1px solid var(--theme);
    border-radius: 100px;
    line-height: 1;
    padding: 10px 17px;
    color: #A7AA99;
    position: relative;
}

.feature-award-item .content span::before {
    content: "";
    position: absolute;
    left: -70%;
    top: 20px;
    width: 70%;
    border-top: 1px dashed #CDCDCD;
}

.feature-award-item .content span::after {
    content: "";
    position: absolute;
    right: -70%;
    top: 20px;
    width: 70%;
    border-top: 1px dashed #CDCDCD;
}

.feature-award-item .content p {
    margin-top: 40px;
}

.feature-award-item .content p b {
    color: #434343;
    font-weight: 500;
}

.feature-award-item:hover .icon img {
    animation: zoomIn 0.5s linear;
}

.feature-award-section {
    position: relative;
}

@media (max-width: 1399px) {
    .feature-award-section {
        overflow: hidden;
    }
}

.feature-award-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 230px;
}

@media (max-width: 1600px) {
    .feature-award-section .left-shape {
        display: none;
    }
}

.counter-item-style-2 {
    text-align: center;
}

.counter-item-style-2 h2 {
    -webkit-text-stroke-width: 2px;
    font-size: 126px;
    font-weight: 700;
    -webkit-text-stroke-color: var(--theme);
    background-color: transparent;
    color: transparent;
    line-height: 1;
    font-family: "Lobster Two", sans-serif;
}

@media (max-width: 1399px) {
    .counter-item-style-2 h2 {
        font-size: 70px;
    }
}

.counter-item-style-2 h3 {
    color: var(--theme);
    margin-bottom: 15px;
}

.counter-item-style-2 p {
    max-width: 251px;
    margin: 0 auto;
}

.counter-section-2 {
    position: relative;
}

.counter-section-2 .right-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .counter-section-2 .right-shape {
        display: none;
    }
}

.counter-section-2 .shape-1 {
    position: absolute;
    right: 0;
    top: 120px;
    left: 37%;
}

@media (max-width: 1600px) {
    .counter-section-2 .shape-1 {
        left: 33%;
    }
}

@media (max-width: 1399px) {
    .counter-section-2 .shape-1 {
        display: none;
    }
}

.counter-section-2 .shape-2 {
    position: absolute;
    right: 0;
    top: 120px;
    right: 37%;
}

@media (max-width: 1600px) {
    .counter-section-2 .shape-2 {
        right: 33%;
    }
}

@media (max-width: 1399px) {
    .counter-section-2 .shape-2 {
        display: none;
    }
}

.feature-plant-section {
    padding: 70px 0;
    background: #F4F5EC;
    position: relative;
}

.feature-plant-section .container-fluid {
    padding: 0 170px;
}

@media (max-width: 1600px) {
    .feature-plant-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .feature-plant-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .feature-plant-section .container-fluid {
        padding: 0 15px;
    }
}

.feature-plant-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(217, 217, 217, 0.56);
    width: 1px;
    left: 35%;
}

@media (max-width: 1600px) {
    .feature-plant-section::before {
        left: 34%;
    }
}

@media (max-width: 1399px) {
    .feature-plant-section::before {
        display: none;
    }
}

.feature-plant-section::after {
    position: absolute;
    content: "";
    height: 100%;
    background: rgba(217, 217, 217, 0.56);
    width: 1px;
    right: 37%;
    top: 0;
    bottom: 0;
}

@media (max-width: 1600px) {
    .feature-plant-section::after {
        right: 34%;
    }
}

@media (max-width: 1399px) {
    .feature-plant-section::after {
        display: none;
    }
}

.feature-plant-item-style-1 .top-items {
    display: flex;
    gap: 28px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .feature-plant-item-style-1 .top-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.feature-plant-item-style-1 .top-items .icon img {
    transition: 0.3s;
}

.feature-plant-item-style-1 .top-items .content h3 {
    font-family: "Parkinsans", sans-serif;
}

.feature-plant-item-style-1 .top-items .content p {
    max-width: 404px;
    margin-top: 20px;
    color: var(--text-2);
}

.feature-plant-item-style-1 .bottom-item {
    display: flex;
    align-items: center;
    gap: 420px;
    position: relative;
}

@media (max-width: 1600px) {
    .feature-plant-item-style-1 .bottom-item {
        gap: 370px;
    }
}

@media (max-width: 1399px) {
    .feature-plant-item-style-1 .bottom-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.feature-plant-item-style-1 .bottom-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg-3);
    top: 14px;
    width: 421px;
    left: 18px;
    height: 1px;
}

@media (max-width: 1600px) {
    .feature-plant-item-style-1 .bottom-item::before {
        width: 370px;
    }
}

@media (max-width: 1399px) {
    .feature-plant-item-style-1 .bottom-item::before {
        display: none;
    }
}

.feature-plant-item-style-1 .bottom-item span {
    font-weight: 700;
    color: #687799;
}

.feature-plant-item-style-1 .bottom-item .arrow {
    width: 35px;
    height: 26px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50px;
}

.feature-plant-item-style-1 .bottom-item .arrow i {
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.feature-plant-item-style-1 .bottom-item .arrow:hover {
    background-color: var(--header);
    color: var(--white);
}

.feature-plant-item-style-1 .bottom-item .arrow:hover i {
    transform: rotate(0deg);
}

.feature-plant-item-style-1:hover .top-items .icon img {
    animation: zoomIn 0.5s linear;
}

.feature-skill-left-item-style-2 .text {
    margin-top: 15px;
    max-width: 569px;
    margin-bottom: 30px;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items {
    width: 100%;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 25px;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 500;
    color: #43494D;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items .pro-head .point {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    font-family: "Parkinsans", sans-serif;
    background-color: var(--theme);
    padding: 5px 10px;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items .pro-head .point::before {
    position: absolute;
    content: "";
    background-color: var(--theme);
    left: 0;
    bottom: -10px;
    width: 13px;
    height: 20px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items .progress {
    border-radius: 2px;
    background: rgba(153, 165, 55, 0.12);
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    height: 4px;
    width: 100%;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 4px;
    width: 0;
    border-radius: 2px;
}

.feature-skill-left-item-style-2 .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

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

    100% {
        width: 90%;
    }
}

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

    100% {
        width: 75%;
    }
}

.feature-skill-left-item-style-2 .feature-skill-sideber {
    display: flex;
    align-items: center;
    gap: 44px;
    border-radius: 10px;
    border-left: 4px solid var(--theme);
    background: var(--white);
    box-shadow: 10px 8px 34px 16px rgba(10, 3, 46, 0.03);
    padding: 25px 30px;
    margin-top: 40px;
    margin-bottom: 33px;
}

@media (max-width: 1399px) {
    .feature-skill-left-item-style-2 .feature-skill-sideber {
        margin-top: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 10px;
        padding: 25px;
    }
}

@media (max-width: 1399px) {
    .feature-skill-left-item-style-2 .feature-skill-sideber .list li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .feature-skill-left-item-style-2 .feature-skill-sideber .list li {
        font-size: 16px;
    }
}

.feature-skill-left-item-style-2 .feature-skill-sideber .list li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-skill-left-item-style-2 .feature-skill-sideber .list li i {
    color: var(--theme);
    margin-right: 5px;
}

.feature-skill-left-item-style-2 .feature-button-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

@media (max-width: 1600px) {
    .feature-skill-left-item-style-2 .feature-button-item {
        flex-wrap: wrap;
    }
}

.feature-skill-left-item-style-2 .feature-button-item .theme-btn::before {
    background-color: var(--header);
}

.feature-skill-left-item-style-2 .feature-button-item .theme-btn:hover {
    color: var(--white);
}

.feature-skill-left-item-style-2 .feature-button-item .theme-btn:hover i {
    color: var(--white);
}

.feature-skill-left-item-style-2 .feature-button-item .logo-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-skill-left-item-style-2 .feature-button-item .logo-item .logo-image {
    width: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--white);
    border-radius: 100px;
}

.feature-skill-left-item-style-2 .feature-button-item .logo-item .cont span {
    color: var(--theme);
}

.feature-skill-left-item-style-2 .feature-button-item .logo-item .cont p {
    font-size: 13px;
    font-weight: 500;
    color: #43494D;
}

.feature-skill-right-item-style-2 {
    margin-left: 55px;
    position: relative;
}

@media (max-width: 1399px) {
    .feature-skill-right-item-style-2 {
        margin-left: 0;
    }
}

.feature-skill-right-item-style-2 .box {
    text-align: center;
    background-color: var(--theme-3);
    padding: 30px 25px;
    position: absolute;
    right: 0;
    bottom: -30px;
}

@media (max-width: 1399px) {
    .feature-skill-right-item-style-2 .box {
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .feature-skill-right-item-style-2 .box {
        display: none;
    }
}

.feature-skill-right-item-style-2 .box::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 25px;
    background-color: #C4D734;
    left: -18px;
    bottom: 0;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

.feature-skill-right-item-style-2 .box h2 {
    font-size: 66px;
    font-weight: 400;
}

.feature-skill-right-item-style-2 .box p {
    font-size: 18px;
    font-weight: 500;
    color: #084D36;
}

.feature-skill-right-item-style-2 .feature-skill-image {
    max-width: 406px;
    position: relative;
}

@media (max-width: 1399px) {
    .feature-skill-right-item-style-2 .feature-skill-image {
        max-width: initial;
    }
}

.feature-skill-right-item-style-2 .feature-skill-image .small-image {
    position: absolute;
    top: 120px;
    right: -129px;
    max-width: 280px;
}

@media (max-width: 1399px) {
    .feature-skill-right-item-style-2 .feature-skill-image .small-image {
        top: 0;
        right: 0;
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .feature-skill-right-item-style-2 .feature-skill-image .small-image {
        max-width: 280px;
    }
}

@media (max-width: 575px) {
    .feature-skill-right-item-style-2 .feature-skill-image .small-image {
        max-width: 200px;
    }
}

.feature-skill-right-item-style-2 .feature-skill-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 131px;
    border: 4px solid var(--white);
}

.feature-skill-section {
    position: relative;
}

.feature-skill-section .right-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .feature-skill-section .right-shape {
        display: none;
    }
}

.feature-skill-section .left-shape {
    position: absolute;
    left: 50%;
    bottom: 70px;
}

@media (max-width: 1399px) {
    .feature-skill-section .left-shape {
        display: none;
    }
}

.feature-bg-section-2 {
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .feature-bg-section-2 {
        overflow: hidden;
    }
}

.feature-bg-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(33, 53, 62, 0.9);
    z-index: -1;
}

.feature-bg-section-2 .left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .feature-bg-section-2 .left-shape {
        display: none;
    }
}

.feature-bg-section-2 .top-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
}

.feature-bg-section-2 .top-shape img {
    width: 100%;
}

@media (max-width: 1899px) {
    .feature-bg-section-2 .top-shape {
        display: none;
    }
}

.feature-bg-section-2 .top-shape-2 {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
}

@media (max-width: 1899px) {
    .feature-bg-section-2 .top-shape-2 {
        display: none;
    }
}

.feature-bg-item-style-2 {
    position: relative;
}

.feature-bg-item-style-2 .line-shape {
    position: absolute;
    top: 0px;
    left: 80px;
}

@media (max-width: 1399px) {
    .feature-bg-item-style-2 .line-shape {
        display: none;
    }
}

.feature-bg-item-style-2 .line-shape-2 {
    position: absolute;
    top: 30px;
    left: 80px;
}

@media (max-width: 1399px) {
    .feature-bg-item-style-2 .line-shape-2 {
        display: none;
    }
}

.feature-bg-item-style-2 .icon {
    margin-bottom: 60px;
}

@media (max-width: 1399px) {
    .feature-bg-item-style-2 .icon {
        margin-bottom: 30px;
    }
}

.feature-bg-item-style-2 .icon img {
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.feature-bg-item-style-2 .content span {
    font-weight: 500;
    color: var(--theme-3);
    text-transform: uppercase;
}

.feature-bg-item-style-2 .content h5 {
    color: var(--white);
    margin-bottom: 15px;
}

.feature-bg-item-style-2 .content p {
    max-width: 250px;
    color: rgba(255, 255, 255, 0.8);
}

.feature-bg-item-style-2:hover .icon img {
    transform: scaleX(-1) !important;
}

.choose-us-image-style-4 {
    position: relative;
}

.choose-us-image-style-4 img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.choose-us-image-style-4 .client-info {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 12px;
    background: var(--theme);
    padding: 30px;
}

@media (max-width: 1199px) {
    .choose-us-image-style-4 .client-info {
        display: none;
    }
}

.choose-us-image-style-4 .client-info p {
    color: var(--white);
    font-weight: 500;
}

.choose-us-content-style-4 {
    margin-left: 40px;
}

.video-bg-section-4 {
    border-radius: 20px;
    margin: 20px;
}

.counter-box-5 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.counter-box-5 .content h2 {
    color: var(--theme);
    font-size: 50px;
    font-weight: 400;
    font-family: "Lobster Two", sans-serif;
}

.counter-box-5 .content h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
}

.counting-card-items {
    text-align: center;
    padding: 30px 16px 60px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 8px 6px 51.3px 51px rgba(10, 3, 46, 0.03);
    position: relative;
    transition: all 0.3s;
    position: relative;
}

.counting-card-items::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 91%;
    height: 91%;
    border-radius: 12px;
    border: 1px dashed #97a237;
    margin: 13px;
}

.counting-card-items h2 {
    font-family: "Lobster Two";
    font-size: 66px;
    color: var(--theme);
}

.counting-card-items .circle-thumb {
    animation: cir36 20s linear infinite;
}

.counting-card-items .circle-thumb2 {
    opacity: 0;
    transition: all 0.3s;
}

.counting-card-items .svg svg {
    transition: all 0.4s ease-in-out;
}

.counting-card-items:hover {
    background-color: var(--theme);
}

.counting-card-items:hover .svg svg {
    transform: scaleX(-1) !important;
}

.counting-card-items:hover .svg svg path {
    transition: all 0.3s;
    fill: var(--theme);
}

.counting-card-items:hover .circle-thumb1 {
    opacity: 0;
}

.counting-card-items:hover .circle-thumb2 {
    opacity: 1;
}

.counting-card-items:hover p,
.counting-card-items:hover h2 {
    color: var(--white);
}

@media (max-width: 1199px) {
    .counting-card-items h2 {
        font-size: 40px;
    }
}

/* Choose Us Css Start */
.left-line-choose {
    gap: 85px;
    position: relative;
    z-index: 1;
}

.left-line-choose::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #092210;
    opacity: 10%;
    inset-inline-start: 50px;
    height: calc(100% - 80px);
    inset-block-start: 24px;
    z-index: -2;
}

@media (max-width: 1199px) {
    .left-line-choose {
        gap: 30px;
    }
}

.choose--items .icons {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    background-color: #F5F6EB;
    transition: all 0.4s;
}

.choose--items .icons svg {
    transition: all 0.4s ease-in-out;
}

.choose--items .icons svg path {
    transition: all 0.4s;
}

.choose--items:hover .icons {
    background-color: var(--theme);
}

.choose--items:hover .icons svg {
    transform: scaleX(-1) !important;
}

.choose--items:hover .icons svg path {
    fill: var(--white);
}

@media (max-width: 575px) {
    .choose--items .icons {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .choose--items .icons svg {
        width: 40px;
        height: 40px;
    }
}

.choose-counter-wrap {
    border-radius: 15px;
    border: 1.5px dashed #99A537;
    padding: 28px 48px;
    margin-bottom: 45px;
}

.choose-counter-wrap h2 {
    font-size: 80px;
    color: var(--theme);
}

.choose-counter-wrap h4 {
    max-width: 250px;
    color: #666;
}

@media (max-width: 575px) {
    .choose-counter-wrap {
        padding: 14px 20px 35px;
    }

    .choose-counter-wrap h2 {
        font-size: 60px;
    }
}

/* Choose Us Css End */
.counting-section33 {
    margin-bottom: 100px;
}

.footer-newsletter-wrapper {
    padding: 120px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-newsletter-wrapper a {
    display: block;
    width: 180px;
}

.footer-newsletter-wrapper img {
    width: 180px;
}

@media (max-width: 1399px) {
    .footer-newsletter-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

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

@media (max-width: 1399px) {
    .footer-newsletter-wrapper .newsletter-left {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content h3 {
    color: var(--white);
    margin-bottom: 30px;
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content form {
    width: 100%;
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content form .form-clt {
    position: relative;
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content form .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    color: rgba(255, 255, 255, 0.66);
    background: transparent;
    line-height: 1;
    position: relative;
    z-index: 9999;
    padding: 16px 0;
    padding-right: 31% !important;
    max-width: 532px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content form .form-clt input::placeholder {
    color: rgba(255, 255, 255, 0.66);
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content form .form-clt .theme-btn {
    position: absolute;
    right: 2px;
    bottom: 5px;
    background: #EEFF69;
    color: var(--header);
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content form .form-clt .theme-btn::before {
    background-color: var(--white);
}

.footer-newsletter-wrapper .newsletter-left .newsletter-content form .form-clt .theme-btn:hover {
    color: var(--header);
}

@media (max-width: 470px) {
    .footer-newsletter-wrapper .newsletter-left .newsletter-content form .form-clt .theme-btn {
        position: static;
        margin-top: 20px;
    }
}

.footer-newsletter-wrapper .download-app-item h3 {
    color: var(--white);
    margin-bottom: 28px;
}

.footer-newsletter-wrapper .download-app-item .app-item {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 30px;
}

.footer-newsletter-wrapper .download-app-item .app-item .app-conntent span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    font-weight: 400;
}

.footer-newsletter-wrapper .download-app-item .app-item .app-conntent h6 {
    color: var(--white);
}

.footer-section {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 15px 15px;
    position: relative;
    z-index: 9;
}

.footer-section .bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1399px) {
    .footer-section .bottom-shape {
        display: none;
    }
}

.footer-section .bottom-shape img {
    height: 460.468px;
}

.footer-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 80px;
}

@media (max-width: 1399px) {
    .footer-section .left-shape {
        display: none;
    }
}

.footer-section .right-shape {
    position: absolute;
    right: 0;
    bottom: 100px;
}

@media (max-width: 1399px) {
    .footer-section .right-shape {
        display: none;
    }
}

.footer-widget-wrapper {
    padding: 60px 0 120px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper {
        padding: 30px 0 100px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper {
        padding: 30px 0 80px;
    }
}

.footer-widget-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget.quicks {
    margin-top: 90px;
}

.footer-widget-wrapper .single-footer-widget .widget-title {
    margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .widget-title h3 {
    color: var(--white);
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget .list li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper .single-footer-widget .list li {
        font-size: 16px;
    }
}

.footer-widget-wrapper .single-footer-widget .list li a {
    color: rgba(255, 255, 255, 0.66);
}

.footer-widget-wrapper .single-footer-widget .list li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widget-wrapper .single-footer-widget p {
    color: rgba(255, 255, 255, 0.66);
    max-width: 260px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget p {
        font-size: 14px;
    }
}

.footer-widget-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget .list-area li {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper .single-footer-widget .list-area li {
        font-size: 16px;
    }
}

.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .list-area li a {
    color: rgba(255, 255, 255, 0.66);
}

.footer-widget-wrapper .single-footer-widget .list-area li a i {
    margin-right: 5px;
    color: #EEFF69;
    font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget .list-area li:hover {
    margin-left: 5px;
}

.footer-widget-wrapper .single-footer-widget .list-area li:hover a {
    color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .list-area li:hover a i {
    color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .list-area.style-2 {
    margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .social-icon {
    gap: 18px;
}

.footer-widget-wrapper .single-footer-widget .social-icon a {
    color: #BCC3C5;
    font-size: 22px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget .social-icon a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper .single-footer-widget .social-icon a {
        font-size: 22px;
    }
}

.footer-widget-wrapper .single-footer-widget .social-icon a:hover {
    color: var(--theme);
}

.footer-bottom {
    border-top: 1px dashed rgba(255, 255, 255, 0.24);
}

.footer-bottom .footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .footer-bottom .footer-wrapper {
        justify-content: center;
    }
}

.footer-bottom .footer-wrapper p {
    color: rgba(255, 255, 255, 0.66);
}

.footer-bottom .footer-wrapper .bottom-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper .bottom-list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .footer-bottom .footer-wrapper .bottom-list {
        justify-content: center;
    }
}

.footer-bottom .footer-wrapper .bottom-list li a {
    color: rgba(255, 255, 255, 0.66);
}

.footer-bottom .footer-wrapper .bottom-list li a:hover {
    color: var(--theme);
}

.footer-newsletter-content-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

.footer-newsletter-content-2 .newsletter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 70px;
}

@media (max-width: 991px) {
    .footer-newsletter-content-2 .newsletter-content {
        padding: 80px 0 70px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.footer-newsletter-content-2 .newsletter-content h3 {
    color: var(--white);
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .footer-newsletter-content-2 .newsletter-content h3 {
        font-size: 25px;
    }
}

.footer-newsletter-content-2 .newsletter-content form {
    max-width: 571px;
    width: 100%;
}

.footer-newsletter-content-2 .newsletter-content form .form-clt {
    position: relative;
}

.footer-newsletter-content-2 .newsletter-content form .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 61px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    background: #33454D;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1;
    padding: 20px;
    max-width: 571px;
    padding-right: 31% !important;
}

.footer-newsletter-content-2 .newsletter-content form .form-clt input::placeholder {
    color: rgba(255, 255, 255, 0.66);
}

.footer-newsletter-content-2 .newsletter-content form .form-clt .theme-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    background-color: var(--theme-3);
    color: var(--header);
    border-radius: 100px;
    padding: 10px 35px;
}

@media (max-width: 470px) {
    .footer-newsletter-content-2 .newsletter-content form .form-clt .theme-btn {
        position: static;
        margin-top: 20px;
    }
}

.footer-widget-wrapper-2 {
    padding: 40px 0 70px;
    position: relative;
}

.footer-widget-wrapper-2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.19);
    left: 430px;
    top: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-2::before {
        display: none;
    }
}

.footer-widget-wrapper-2 .single-sideber-widget {
    margin-top: 30px;
}

.footer-widget-wrapper-2 .single-sideber-widget .widget-title {
    margin-bottom: 30px;
}

.footer-widget-wrapper-2 .single-sideber-widget .widget-title h3 {
    color: var(--white);
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-icon-item .icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: var(--bg-4);
    color: var(--white);
    text-align: center;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-icon-item h6 {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    font-family: "Parkinsans", sans-serif;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-icon-item h6 a {
    color: var(--white);
}

.footer-widget-wrapper-2 .single-sideber-widget .list-area li {
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-2 .single-sideber-widget .list-area li {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper-2 .single-sideber-widget .list-area li {
        font-size: 16px;
    }
}

.footer-widget-wrapper-2 .single-sideber-widget .list-area li:not(:last-child) {
    margin-bottom: 30px;
}

.footer-widget-wrapper-2 .single-sideber-widget .list-area li a {
    color: rgba(255, 255, 255, 0.66);
}

.footer-widget-wrapper-2 .single-sideber-widget .list-area li a i {
    margin-right: 5px;
    color: #EEFF69;
    font-size: 16px;
}

.footer-widget-wrapper-2 .single-sideber-widget .list-area li:hover {
    margin-left: 5px;
}

.footer-widget-wrapper-2 .single-sideber-widget .list-area li:hover a {
    color: var(--theme);
}

.footer-widget-wrapper-2 .single-sideber-widget .list-area li:hover a i {
    color: var(--theme);
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    position: relative;
}

@media (max-width: 575px) {
    .footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
        width: 100px;
    }
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(153, 165, 55, 0.5);
    transition: 0.4s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 30px;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
    opacity: 1;
}

.footer-widget-wrapper-2 .single-sideber-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
    opacity: 1;
}

.footer-bottom-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.footer-bottom-2 .footer-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

@media (max-width: 1399px) {
    .footer-bottom-2 .footer-wrapper-2 {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .footer-bottom-2 .footer-wrapper-2 {
        justify-content: center;
    }
}

.footer-bottom-2 .footer-wrapper-2 p {
    color: var(--white);
}

.footer-bottom-2 .footer-wrapper-2 .social-icon {
    gap: 18px;
}

.footer-bottom-2 .footer-wrapper-2 .social-icon a {
    color: #BCC3C5;
    font-size: 22px;
}

@media (max-width: 1399px) {
    .footer-bottom-2 .footer-wrapper-2 .social-icon a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .footer-bottom-2 .footer-wrapper-2 .social-icon a {
        font-size: 22px;
    }
}

.footer-bottom-2 .footer-wrapper-2 .social-icon a:hover {
    color: var(--theme);
}

.footer-section-2 {
    position: relative;
    z-index: 9;
}

.footer-section-2 .left-shape {
    position: absolute;
    left: 104px;
    bottom: 70px;
}

@media (max-width: 1600px) {
    .footer-section-2 .left-shape {
        left: 30px;
    }
}

@media (max-width: 1399px) {
    .footer-section-2 .left-shape {
        display: none;
    }
}

.footer-section-2 .right-shape {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

@media (max-width: 1399px) {
    .footer-section-2 .right-shape {
        display: none;
    }
}

.footer-wrapper-style-5 {
    padding: 90px 0 120px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .footer-wrapper-style-5 {
        padding: 70px 0 100px;
    }
}

@media (max-width: 991px) {
    .footer-wrapper-style-5 {
        padding: 50px 0 80px;
    }
}

.footer-wrapper-style-5 .footer-widget-items {
    margin-top: 30px;
}

.footer-wrapper-style-5 .footer-widget-items .widget-head {
    margin-bottom: 30px;
}

.footer-wrapper-style-5 .footer-widget-items .widget-head h3 {
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
}

.footer-wrapper-style-5 .footer-widget-items .footer-content p {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    max-width: 375px;
    line-height: 167%;
}

.footer-wrapper-style-5 .footer-widget-items .footer-content .social-icon {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 40px;
}

.footer-wrapper-style-5 .footer-widget-items .footer-content .social-icon a {
    color: var(--white);
    opacity: 0.8;
    font-size: 22px;
}

.footer-wrapper-style-5 .footer-widget-items .footer-content .social-icon a:hover {
    color: var(--theme);
    opacity: 1;
}

.footer-wrapper-style-5 .footer-widget-items .footer-content .footer-input input {
    border: none;
    background-color: var(--white);
    padding: 20px 22px;
    border-radius: 6px;
    width: 100%;
    line-height: 1;
    outline: none;
}

.footer-wrapper-style-5 .footer-widget-items .list-items li {
    font-size: 16px;
    font-weight: 400;
}

.footer-wrapper-style-5 .footer-widget-items .list-items li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-wrapper-style-5 .footer-widget-items .list-items li a {
    position: relative;
    color: var(--white);
}

.footer-wrapper-style-5 .footer-widget-items .list-items li a:hover {
    color: var(--theme);
}

.footer-wrapper-style-5 .footer-widget-items .contact-info li {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    display: flex;
    gap: 20px;
}

.footer-wrapper-style-5 .footer-widget-items .contact-info li .icon {
    color: var(--theme);
}

.footer-wrapper-style-5 .footer-widget-items .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-wrapper-style-5 .footer-widget-items .contact-info li a {
    color: var(--white);
}

.footer-bottom-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .footer-bottom-wrapper {
        padding: 20px 0;
    }
}

.footer-bottom-wrapper .text-color {
    color: var(--white);
}

.footer-bottom-wrapper .text-color span {
    color: var(--theme);
}

.footer-name {
    margin-bottom: -62px;
    text-align: center;
}

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

.footer-name h2 {
    color: var(--theme);
    text-align: center;
    font-size: 380px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(180deg, #094C1C 0%, rgba(238, 255, 105, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -19px;
}

@media (max-width: 1600px) {
    .footer-name h2 {
        font-size: 300px;
    }
}

@media (max-width: 1399px) {
    .footer-name h2 {
        font-size: 250px;
    }
}

.footer-section-5 {
    position: relative;
    z-index: 9;
}

.footer-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #092210;
    top: 90px;
    z-index: -1;
}

.footer-section-5 .shape-1 {
    position: absolute;
    right: 0;
    top: 92px;
}

.footer-section-5 .shape-2 {
    position: absolute;
    left: 0;
    top: 200px;
    z-index: -1;
}

.footer-section-5 .shape-3 {
    position: absolute;
    bottom: 250px;
    left: 120px;
}

.form-style3 {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    background-color: #053A14;
}

.form-style3 input {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: var(--white);
    width: 100%;
    height: 50px;
    padding: 4px 20px;
    font-weight: 400;
}

.form-style3 ::placeholder {
    color: var(--white);
}

.form-style3 button {
    min-width: 155px;
    height: 56px;
}

@media (max-width: 767px) {
    .form-style3 button {
        min-width: 35px;
    }
}

.footer-bottom-3 .footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-3 .f-logo {
    max-width: 170px;
    display: block;
}

.footer-section-3 .list-area li {
    margin: 0 !important;
}

.footer-section-3 .list-area li a {
    color: var(--white) !important;
    position: relative;
}

.footer-section-3 .list-area li a i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s;
}

.footer-section-3 .list-area li a .f-text {
    transition: all 0.4s;
}

.footer-section-3 .list-area li a:hover {
    color: var(--theme-3) !important;
}

.footer-section-3 .list-area li a:hover i {
    opacity: 1;
}

.footer-section-3 .list-area li a:hover .f-text {
    padding-left: 20px;
}

@media (max-width: 1399px) {

    .footer-section-3 h5,
    .footer-section-3 p,
    .footer-section-3 a {
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 40px;
}

@media (max-width: 1899px) {
    .header-main .main-menu ul li {
        margin-inline-end: 35px;
    }
}

@media (max-width: 1600px) {
    .header-main .main-menu ul li {
        margin-inline-end: 30px;
    }
}

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

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #21353E;
    font-family: "Parkinsans", sans-serif;
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a .head-icon {
    margin-left: 0;
    margin-right: 5px;
}

.header-main .main-menu ul li a i {
    margin-left: 5px;
    font-size: 12px;
}

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

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 250px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: #21353E;
    box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
    padding: 30px 30px;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li:not(:last-child) {
    padding-bottom: 15px;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 15px;
    font-weight: 500;
    color: #21353E;
    font-family: "Parkinsans", sans-serif;
    padding: 0 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-family: "Parkinsans", sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .main-menu ul li .submenu li a:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 113%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

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

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

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 1000px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img:hover {
    transform: scale(1.1);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
    color: var(--header);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
    color: var(--theme) !important;
}

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

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

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .search-icon {
    color: var(--header);
    font-size: 18px;
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--header);
}

.header-top-section {
    background: #21353E;
    padding: 0 110px;
}

@media (max-width: 1600px) {
    .header-top-section {
        padding: 0 20px;
    }
}

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

.header-top-section .header-top-wrapper {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-section .header-top-wrapper p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: var(--white);
    padding-left: 20px;
}

@media (max-width: 1899px) {
    .header-top-section .header-top-wrapper p {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .header-top-section .header-top-wrapper p {
        font-size: 13px;
    }
}

.header-top-section .header-top-wrapper p::before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 9px;
    height: 9px;
    line-height: 9px;
    border-radius: 9px;
    background-color: var(--theme);
}

.header-top-section .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1600px) {
    .header-top-section .header-top-wrapper .contact-list {
        gap: 20px;
    }
}

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

@media (max-width: 1600px) {
    .header-top-section .header-top-wrapper .contact-list li {
        gap: 10px;
    }
}

.header-top-section .header-top-wrapper .contact-list li .icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.header-top-section .header-top-wrapper .contact-list li .content h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    font-family: "Parkinsans", sans-serif;
}

@media (max-width: 1899px) {
    .header-top-section .header-top-wrapper .contact-list li .content h4 {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .header-top-section .header-top-wrapper .contact-list li .content h4 {
        font-size: 13px;
    }
}

.header-top-section .header-top-wrapper .contact-list li .content h4 a {
    color: var(--white);
}

.header-1 {
    background-color: #F4F5EC;
    padding: 0 110px;
}

.header-1 .mega-menu-wrapper {
    padding-right: 0px;
}

@media (max-width: 767px) {
    .header-1 .mega-menu-wrapper {
        padding-right: 15px;
    }
}

.header-1 .main-logo .logo-icon {
    width: 107px;
    height: 90px;
    display: inline-block;
    background-color: var(--theme);
    text-align: center;
    line-height: 90px;
    border-radius: 0 0 12px 0;
}

@media (max-width: 767px) {
    .header-1 .main-logo .logo-icon {
        width: 80px;
        height: 70px;
        line-height: 70px;
    }

    .header-1 .main-logo .logo-icon img {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .header-1 .main-logo .logo-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.header-1 .main-logo .logo-text {
    display: block;
}

@media (max-width: 767px) {
    .header-1 .main-logo .logo-text {
        margin-left: 15px;
    }

    .header-1 .main-logo .logo-text img {
        width: 130px;
    }
}

@media (max-width: 470px) {
    .header-1 .main-logo .logo-text img {
        width: 100px;
    }
}

.header-1 .header-main {
    padding: 0;
}

.header-1 .header-right-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-1 .header-right-icon .search-toggler {
    font-size: 20px;
    border-radius: 7px;
    background: var(--white);
    color: var(--header);
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
}

@media (max-width: 767px) {
    .header-1 .header-right-icon .search-toggler {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}

.header-1 .header-right-icon .cart-icon {
    font-size: 20px;
    border-radius: 7px;
    background: var(--white);
    color: var(--header);
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) {
    .header-1 .header-right-icon .cart-icon {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}

@media screen and (max-width: 380px) {
    .header-1 .header-right-icon .cart-icon {
        display: none;
    }
}

.header-1 .header-right-icon .cart-icon .cart-number {
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -12px;
    font-size: 16px;
    font-weight: 400;
    right: -12px;
}

@media (max-width: 767px) {
    .header-1 .header-right-icon .cart-icon .cart-number {
        top: -5px;
        width: 20px;
        height: 20px;
        font-size: 13px;
    }
}

.header-1 .header-right {
    gap: 30px;
}

.header-1 .header-right .theme-btn {
    border-radius: 0 0 12px 12px;
    padding: 31px 40px;
}

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

.header-1 .header-right .theme-btn::before {
    background-color: var(--header);
}

.header-1 .header-right .theme-btn:hover {
    color: var(--white);
}

.header-1 .header-right .search-toggle {
    color: var(--header);
    font-size: 16px;
}

.header-1 .header-right .sidebar__toggle {
    cursor: pointer;
}

.header-1 .header-right .sidebar__toggle .header-bar {
    position: relative;
    width: 31px;
    height: 18px;
}

@media (max-width: 575px) {
    .header-1 .header-right .sidebar__toggle .header-bar {
        width: 28px;
    }
}

.header-1 .header-right .sidebar__toggle .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--header);
    overflow: hidden;
}

.header-1 .header-right .sidebar__toggle .header-bar span:first-child {
    top: 0;
    background: var(--header);
    left: 16px;
    width: 15px;
}

@media (max-width: 575px) {
    .header-1 .header-right .sidebar__toggle .header-bar span:first-child {
        left: 0;
    }
}

.header-1 .header-right .sidebar__toggle .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--header);
    width: 30px;
}

@media (max-width: 575px) {
    .header-1 .header-right .sidebar__toggle .header-bar span:nth-child(2) {
        width: 25px;
    }
}

.header-1 .header-right .sidebar__toggle .header-bar span:last-child {
    bottom: 0;
    background: var(--header);
    width: 15px;
}

.header-1 .header-right .sidebar__toggle .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-1 .header-right .sidebar__toggle .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-1 .header-right .sidebar__toggle .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-1 .header-right .sidebar__toggle .header-bar:hover {
    cursor: pointer;
}

.header-1.header-2 {
    background: rgba(7, 47, 13, 0.42);
    backdrop-filter: blur(17.8500003815px);
    margin: 0 15px;
    width: calc(100% - 30px);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.header-1.header-2 .mega-menu-wrapper {
    padding-right: 0;
}

.header-1.header-2 .header-right-icon .search-toggler {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: var(--white);
}

.header-1.header-2 .header-right-icon .cart-icon {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: var(--white);
}

.header-1.header-2 .header-right-icon .cart-icon .cart-number {
    background-color: #EEFF69;
    color: #084D36;
}

.header-1.header-2 .search-toggle {
    color: var(--white);
}

.header-1.header-2 .sidebar__toggle .header-bar span {
    background: var(--white);
}

.header-1.header-2 .sidebar__toggle .header-bar span:first-child {
    background: var(--white);
}

.header-1.header-2 .sidebar__toggle .header-bar span:nth-child(2) {
    background: var(--white);
}

.header-1.header-2 .sidebar__toggle .header-bar span:last-child {
    background: var(--white);
}

.header-1.header-5 {
    padding: 0 50px;
}

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

@media (max-width: 1399px) {
    .header-1.header-5 {
        padding: 0 20px;
    }
}

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

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

.header-1.header-5 .main-logo .logo-icon {
    border-radius: 0;
}

.header-1.header-5 .theme-btn {
    border-radius: 0;
}

@media (max-width: 1600px) {
    .header-1.header-5 .theme-btn {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.header-1.header-inner .main-logo .logo-icon {
    border-radius: 0;
}

.header-1.header-inner .theme-btn {
    border-radius: 0;
}

.header-2 {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
}

.header-2 .container {
    max-width: 1675px;
}

@media (max-width: 575px) {
    .header-2 .logo img {
        width: 130px;
    }
}

.header-2 .header-main {
    padding: 10px 0;
}

.header-2 .header-right .theme-btn {
    border-radius: 6px;
    padding: 16px 34px;
    background: #EEFF69;
    color: #084D36;
}

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

.header-2 .header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
}

.header-4 {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    top: 50px;
}

@media (max-width: 1399px) {
    .header-4 {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .header-4 .logo img {
        width: 130px;
    }
}

.header-4 .mega-menu-wrapper {
    background-color: var(--white);
    border-radius: 30px;
    padding: 0 30px;
}

@media (max-width: 1399px) {
    .header-4 .mega-menu-wrapper {
        padding: 0 20px;
        border-radius: 8px;
    }
}

.header-4 .mega-menu-wrapper .main-menu ul li:not(:last-child) {
    margin-inline-end: 30px;
}

.header-4 .cart-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(102, 102, 102, 0.1);
    display: inline-block;
    color: var(--text);
    position: relative;
    font-size: 20px;
}

.header-4 .cart-icon .cart-number {
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    right: 3px;
}

.header-4 .header-right .theme-btn {
    border-radius: 30px;
    padding: 14px 32px;
}

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

.header-4 .header-right .theme-btn::before {
    background-color: var(--header);
}

.header-4 .header-right .theme-btn:hover {
    color: var(--white);
}

.header-4 .sidebar__toggle {
    cursor: pointer;
}

.header-4 .sidebar__toggle .header-bar {
    position: relative;
    width: 31px;
    height: 18px;
}

@media (max-width: 575px) {
    .header-4 .sidebar__toggle .header-bar {
        width: 28px;
    }
}

.header-4 .sidebar__toggle .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--header);
    overflow: hidden;
}

.header-4 .sidebar__toggle .header-bar span:first-child {
    top: 0;
    background: var(--header);
    left: 16px;
    width: 15px;
}

@media (max-width: 575px) {
    .header-4 .sidebar__toggle .header-bar span:first-child {
        left: 0;
    }
}

.header-4 .sidebar__toggle .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--header);
    width: 30px;
}

@media (max-width: 575px) {
    .header-4 .sidebar__toggle .header-bar span:nth-child(2) {
        width: 25px;
    }
}

.header-4 .sidebar__toggle .header-bar span:last-child {
    bottom: 0;
    background: var(--header);
    width: 15px;
}

.header-4 .sidebar__toggle .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-4 .sidebar__toggle .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-4 .sidebar__toggle .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-4 .sidebar__toggle .header-bar:hover {
    cursor: pointer;
}

.header-top-section-2 {
    background: #092210;
    padding: 14px 0;
}

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

.header-top-section-2 .container {
    max-width: 1720px;
}

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

.header-top-section-2 .header-top-wrapper-2 .contact-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

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

.header-top-section-2 .header-top-wrapper-2 .contact-list li .icon {
    color: #EEFF69;
}

.header-top-section-2 .header-top-wrapper-2 .contact-list li .content h4 {
    color: rgba(255, 255, 255, 0.77);
    font-size: 16px;
    font-weight: 500;
}

.header-top-section-2 .header-top-wrapper-2 .contact-list li .content h4 a {
    color: rgba(255, 255, 255, 0.77);
}

.header-top-section-2 .header-top-wrapper-2 .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-section-2 .header-top-wrapper-2 .social-icon span {
    font-size: 18px;
    color: var(--white);
}

.header-top-section-2 .header-top-wrapper-2 .social-icon a {
    color: rgba(255, 255, 255, 0.8);
}

.header-section-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-section-3 .container {
    max-width: 1720px;
}

.header-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
    .header-3 .logo img {
        width: 130px;
    }
}

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

.header-3 .header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
}

.header-3 .header-right .header-right-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-3 .header-right .header-right-icon .search-toggler {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    color: var(--white);
}

@media (max-width: 767px) {
    .header-3 .header-right .header-right-icon .search-toggler {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}

.header-3 .header-right .header-right-icon .cart-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    color: var(--white);
    position: relative;
    font-size: 20px;
}

@media (max-width: 767px) {
    .header-3 .header-right .header-right-icon .cart-icon {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}

@media screen and (max-width: 380px) {
    .header-3 .header-right .header-right-icon .cart-icon {
        display: none;
    }
}

.header-3 .header-right .header-right-icon .cart-icon .cart-number {
    background-color: var(--white);
    color: var(--header);
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    right: 3px;
}

.header-3 .theme-btn {
    border-radius: 30px;
    border: 1.5px solid #EEFF69;
    background-color: transparent;
    padding: 16px 50px;
    color: #EEFF69;
}

@media (max-width: 1399px) {
    .header-3 .theme-btn {
        display: none;
    }
}

.header-3 .theme-btn::before {
    background-color: #EEFF69;
}

.header-3 .theme-btn:hover {
    color: var(--header);
}

.header-3 .search-toggle {
    color: var(--white);
    font-size: 16px;
}

.header-3 .sidebar__toggle {
    cursor: pointer;
}

.header-3 .sidebar__toggle .header-bar {
    position: relative;
    width: 31px;
    height: 18px;
}

@media (max-width: 575px) {
    .header-3 .sidebar__toggle .header-bar {
        width: 28px;
    }
}

.header-3 .sidebar__toggle .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
    overflow: hidden;
}

.header-3 .sidebar__toggle .header-bar span:first-child {
    top: 0;
    background: var(--white);
    left: 16px;
    width: 15px;
}

@media (max-width: 575px) {
    .header-3 .sidebar__toggle .header-bar span:first-child {
        left: 0;
    }
}

.header-3 .sidebar__toggle .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white);
    width: 30px;
}

@media (max-width: 575px) {
    .header-3 .sidebar__toggle .header-bar span:nth-child(2) {
        width: 25px;
    }
}

.header-3 .sidebar__toggle .header-bar span:last-child {
    bottom: 0;
    background: var(--white);
    width: 15px;
}

.header-3 .sidebar__toggle .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-3 .sidebar__toggle .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-3 .sidebar__toggle .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-3 .sidebar__toggle .header-bar:hover {
    cursor: pointer;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.9s;
    background-color: #F4F5EC;
    -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;
}

.sticky.header-2 {
    background: #092210;
    margin: 0;
    border-radius: 0;
    width: 100%;
}

.sticky.header-3 {
    background-color: #053A14;
}

.sticky.header-4 .mega-menu-wrapper {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    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.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content p {
    color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .social-icon {
    margin-top: 30px;
    gap: 10px;
    margin-bottom: 30px;
}

.offcanvas__wrapper .offcanvas__content .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list {
    margin-bottom: 50px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 {
    color: var(--header);
    font-size: 18px;
    font-weight: 500;
    font-family: "Parkinsans", sans-serif;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 a {
    color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
    margin-bottom: 18px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 300px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1399px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas-button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas-button {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.offcanvas__wrapper .offcanvas__content .theme-btn {
    padding: 14px 36px;
}

.offcanvas__wrapper .offcanvas__content .theme-btn::before {
    background-color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .theme-btn:hover {
    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: 350px;
    }
}

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

.breadcrumb-wrapper {
    position: relative;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(66deg, rgba(2, 51, 35, 0.53) 31.61%, rgba(2, 51, 35, 0) 68.15%);
}

.breadcrumb-wrapper .page-heading {
    padding: 145px 0;
    position: relative;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 120px 0 100px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
    font-weight: 500;
    font-family: "Parkinsans", sans-serif;
    color: var(--theme-3);
}

.breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 66px;
    color: var(--white);
    font-family: "Lobster Two", sans-serif;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 40px;
    }
}

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

.error-items .thumb {
    max-width: 795px;
    margin: 0 auto;
}

.error-items .thumb img {
    width: 100%;
    height: 100%;
}

.error-items .content {
    max-width: 760px;
    margin: 40px auto 0;
    text-align: center;
}

.error-items .content h2 {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .error-items .content h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .error-items .content h2 {
        font-size: 40px;
    }
}

.error-items .content .theme-btn {
    border: 1px solid transparent;
    margin-top: 40px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
    -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;
}

.arrow-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.arrow-button .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.arrow-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.arrow-button .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.arrow-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

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

.swiper-dot .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    transition: 0.6s;
    background-color: var(--white);
    border-radius: 0;
    opacity: 1;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    transition: 0.6s;
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 0;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--theme);
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-dot-2 {
    text-align: center;
}

.swiper-dot-2 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    transition: 0.6s;
    background-color: var(--white);
    border-radius: 30px;
    opacity: 1;
    position: relative;
}

.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 30px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    transition: 0.6s;
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 30px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--theme);
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

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

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand-slide-element {
    width: auto;
    display: inline-block;
}

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

.page-nav-wrap {
    margin-top: 60px;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li.active .page-numbers {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme);
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 100px;
    border: 1px solid var(--theme);
    background: transparent;
    color: var(--theme);
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

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

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

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

.sticky-style {
    position: sticky !important;
    top: 100px;
}

.split-text {
    overflow: hidden;
    position: relative;
}

.box-shadow-1 {
    box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03) !important;
}

.box-bg-1 {
    background-color: #f7f7f7 !important;
}

.container-2 {
    max-width: 1320px;
}

.text-clr {
    color: var(--text);
}

.text-black2 {
    color: var(--black2);
}

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

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

.theme-clr2 {
    color: var(--theme-2) !important;
}

.theme2-dark-clr {
    color: var(--theme-2dark);
}

.theme-clr3 {
    color: var(--theme-3) !important;
}

.text-clr3 {
    color: var(--text-3) !important;
}

.py-onehalf {
    padding-top: 6px;
    padding-bottom: 6px;
}

.link-effect {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.link-effect:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-style: 14px;
}

.fs-16 {
    font-style: 16px;
}

.fs-18 {
    font-style: 18px;
}

.fs-25 {
    font-size: 25px;
}

@media (max-width: 1399px) {
    .fs-25 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .fs-25 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .fs-25 {
        font-size: 19px;
    }
}

.theme-clr3-hover {
    transition: all 0.4s;
}

.theme-clr3-hover:hover {
    color: var(--theme-3) !important;
}

.body-font {
    font-family: "Parkinsans", sans-serif;
}

.heading-font {
    font-family: "Lobster Two", sans-serif;
}

.heading-font2 {
    font-family: "Parkinsans", sans-serif;
}

.heading-font3 {
    font-family: "Parkinsans", sans-serif;
}

@media (min-width: 1400px) {
    .container1320 {
        max-width: 1350px;
        margin: 0 auto;
    }
}

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

.more-btn {
    font-family: "Parkinsans", sans-serif;
    font-size: 16px;
    color: var(--theme-2dark);
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    padding: 11px 28px;
    border-radius: 30px;
}

.more-btn i {
    color: var(--theme-2dark);
    transition: all 0.3s;
}

.more-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    content: "";
    background-color: #f0f0f0;
    z-index: -1;
    transition: all 0.3s;
}

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

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

.more-btn:hover::before {
    width: 100%;
    background-color: var(--theme);
    border-radius: 100px;
}

.image__effect {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.image__effect::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__effect img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 1.5s ease-out;
}

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

.image__effect:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.theme-bg2 {
    background-color: var(--theme-2);
}

.theme-bg3 {
    background-color: var(--theme-3);
}

.theme-bg-dark2 {
    background-color: var(--theme-2dark);
}

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

.hero-1 {
    margin: 15px 15px 0;
    border-radius: 20px;
    position: relative;
    margin-top: 0;
    z-index: 9;
}

.hero-1 .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
}

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

.hero-1 .shape-2 {
    position: absolute;
    left: 46%;
    top: 60px;
}

@media (max-width: 1399px) {
    .hero-1 .shape-2 {
        display: none;
    }
}

.hero-1 .shape-3 {
    position: absolute;
    left: 53%;
    top: 230px;
}

@media (max-width: 1399px) {
    .hero-1 .shape-3 {
        display: none;
    }
}

.hero-1 .shape-4 {
    position: absolute;
    left: 29%;
    bottom: 120px;
}

@media (max-width: 1399px) {
    .hero-1 .shape-4 {
        display: none;
    }
}

.hero-1 .shape-5 {
    position: absolute;
    right: 80px;
    bottom: 50px;
}

@media (max-width: 1399px) {
    .hero-1 .shape-5 {
        display: none;
    }
}

.hero-1 .social-icon {
    position: absolute;
    display: grid;
    gap: 10px;
    right: 40px;
    top: 53%;
    transform: translateY(-50%);
}

@media (max-width: 1600px) {
    .hero-1 .social-icon {
        display: none;
    }
}

.hero-1 .social-icon span {
    color: var(--white);
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: -13px;
    margin-top: 30px;
}

.hero-1 .social-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white);
    width: 1px;
    left: initial;
    height: 87px;
    top: -35%;
    right: 44px;
}

.hero-1 .social-icon a {
    border-radius: 100px;
    background: #4D5E52;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white);
}

.hero-1 .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.hero-1 .hero-box {
    border-radius: 0 12px;
    background: #4C5D5A;
    padding: 10px 25px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
}

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

.hero-1 .hero-box .image-item {
    display: flex;
    align-items: center;
    gap: 28px;
}

.hero-1 .hero-box .image-item .small-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.hero-1 .hero-box .image-item p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 356px;
    font-size: 14px;
}

.hero-1 .hero-box .circle-image {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.08);
    text-align: center;
    position: relative;
}

.hero-1 .hero-box .circle-image img {
    animation: cir36 10s linear infinite;
}

.hero-1 .hero-box .circle-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed rgba(255, 255, 255, 0.44);
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 100px;
}

.hero-1 .hero-box .circle-image .icon img {
    animation: initial;
}

.hero-1 .container-fluid {
    padding: 0 110px;
}

@media (max-width: 1600px) {
    .hero-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-1 .container-fluid {
        padding: 0 15px;
    }
}

.hero-1 .hero-content {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .hero-1 .hero-content {
        padding-top: 80px;
    }
}

.hero-1 .hero-content h4 {
    font-weight: 500;
    color: #EEFF69;
    margin-bottom: 10px;
}

.hero-1 .hero-content h1 {
    color: var(--white);
    font-family: "Lobster Two", sans-serif;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content h1 {
        line-height: 120%;
    }
}

@media (max-width: 1600px) {
    .hero-1 .hero-content h1 br {
        display: none;
    }
}

.hero-1 .hero-content .hero-button-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 48px;
}

@media (max-width: 1600px) {
    .hero-1 .hero-content .hero-button-item {
        margin-top: 30px;
        flex-wrap: wrap;
    }
}

.hero-1 .hero-content .hero-button-item .logo-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-1 .hero-content .hero-button-item .logo-item .logo-image {
    width: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--white);
    border-radius: 100px;
}

.hero-1 .hero-content .hero-button-item .logo-item .cont span {
    color: var(--theme);
}

.hero-1 .hero-content .hero-button-item .logo-item .cont p {
    font-size: 13px;
    font-weight: 500;
    color: var(--white);
}

.hero-1 .hero-image {
    max-width: 654px;
    margin-left: 40px;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .hero-1 .hero-image {
        margin-top: 0;
    }
}

.hero-1 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-section-1 {
    background: #F4F5EC;
    padding-top: 15px;
}

.hero-2 {
    position: relative;
    padding: 220px 0;
}

@media (max-width: 1399px) {
    .hero-2 {
        padding: 200px 0 150px;
    }
}

@media (max-width: 991px) {
    .hero-2 {
        padding: 190px 0 140px;
    }
}

@media (max-width: 767px) {
    .hero-2 {
        padding: 180px 0 140px;
    }
}

@media (max-width: 575px) {
    .hero-2 {
        padding: 160px 0;
    }
}

.hero-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(66deg, rgba(2, 51, 35, 0.53) 31.61%, rgba(2, 51, 35, 0) 68.15%);
    z-index: 999;
    border-radius: 32px;
    overflow: hidden;
}

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

.hero-2 .shape {
    position: absolute;
    left: 330px;
    bottom: 165px;
    z-index: 99;
}

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

.hero-2 .hero-content {
    position: relative;
    z-index: 999;
    text-align: center;
}

.hero-2 .hero-content h1 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 126px;
    font-weight: 700;
    font-family: "Lobster Two", sans-serif;
}

@media (max-width: 1399px) {
    .hero-2 .hero-content h1 {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-content h1 {
        font-size: 85px;
        line-height: 120%;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content h1 {
        font-size: 75px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 38px;
    }
}

.hero-2 .hero-content .hero-button {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content .hero-button {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.hero-2 .hero-content .hero-button .theme-btn {
    background-color: var(--theme-3);
    color: var(--header);
}

.hero-2 .hero-content .hero-button .theme-btn i {
    color: var(--header);
}

.hero-2 .hero-content .hero-button .theme-btn::before {
    background-color: var(--white);
}

.hero-2 .hero-content .list-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
}

@media (max-width: 767px) {
    .hero-2 .hero-content .list-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.hero-2 .hero-content .list-item li {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}

.hero-section-2 {
    position: relative;
    margin: 15px;
    border-radius: 32px;
    overflow: hidden;
}

.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.19);
    -moz-transform: scale(1.19);
    transform: scale(1.19);
}

.hero-section-2 .arrow-button {
    margin-top: 0;
}

@media (max-width: 1399px) {
    .hero-section-2 .arrow-button {
        display: none;
    }
}

.hero-section-2 .arrow-button .array-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
}

.hero-section-2 .arrow-button .array-prev:hover {
    background-color: transparent;
}

.hero-section-2 .arrow-button .array-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
    z-index: 999;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    z-index: 9999;
}

.hero-section-2 .arrow-button .array-next:hover {
    color: var(--theme-2);
    background-color: transparent;
}

.hero-section-2 .left-shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

@media (max-width: 1399px) {
    .hero-section-2 .left-shape {
        display: none;
    }
}

.hero-section-2 .right-shape {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

@media (max-width: 1399px) {
    .hero-section-2 .right-shape {
        display: none;
    }
}

.hero-section-2 .hero-box {
    background-color: var(--theme);
    text-align: center;
    padding: 38px 35px;
    position: absolute;
    right: 277px;
    bottom: 0;
    border-radius: 97px 97px 0 0;
    z-index: 999;
}

@media (max-width: 1399px) {
    .hero-section-2 .hero-box {
        display: none;
    }
}

.hero-section-2 .hero-box .rotate {
    animation: cir36 10s linear infinite;
}

.hero-section-2 .hero-box .icon-image {
    position: relative;
}

.hero-section-2 .hero-box .icon-image img {
    width: initial;
    height: initial;
    border-radius: 0;
}

.hero-section-2 .hero-box .icon-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-section-2 .hero-box .content {
    margin-top: 20px;
}

.hero-section-2 .hero-box .content h2 {
    font-size: 66px;
    color: var(--white);
}

.hero-section-2 .hero-box .content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}

.hero-5 {
    position: relative;
    z-index: 9;
    margin: 0 0;
    padding: 250px 0 250px;
}

@media (max-width: 1399px) {
    .hero-5 {
        padding: 210px 0 210px;
    }
}

@media (max-width: 767px) {
    .hero-5 {
        padding: 150px 0 180px;
    }
}

@media (max-width: 575px) {
    .hero-5 {
        padding: 130px 0 150px;
    }
}

.hero-5 .hero-bg {
    border-radius: 0 0 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.hero-5 .hero-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(4, 44, 16, 0.58);
    z-index: -1;
    border-radius: 0 0 50px 50px;
}

.hero-5 .hero-content {
    position: relative;
    opacity: 0;
    z-index: 99;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

.hero-5 .hero-content h6 {
    color: var(--white);
}

.hero-5 .hero-content h6 img {
    margin-right: 15px;
}

@media (max-width: 575px) {
    .hero-5 .hero-content h6 {
        font-size: 15px;
    }
}

.hero-5 .hero-content h1 {
    color: var(--white);
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .hero-5 .hero-content h1 {
        line-height: 120%;
    }
}

@media (max-width: 991px) {
    .hero-5 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .hero-5 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .hero-5 .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 470px) {
    .hero-5 .hero-content h1 {
        font-size: 42px;
    }
}

.hero-5 .hero-button {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-5 .hero-button {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .hero-5 .hero-button {
        margin-top: 30px;
    }
}

.hero-5 .hero-button .theme-btn {
    border-radius: 50px;
}

.hero-5 .hero-button .theme-btn.style-2 {
    background-color: transparent;
    border: 1px solid var(--white);
}

.hero-5 .hero-button .theme-btn::before {
    background-color: var(--white);
}

.hero-5.hero-4 {
    padding: 280px 0 230px;
}

@media (max-width: 1600px) {
    .hero-5.hero-4 {
        margin-top: 30px;
    }
}

@media (max-width: 1399px) {
    .hero-5.hero-4 {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .hero-5.hero-4 {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hero-5.hero-4 {
        margin-top: 0;
    }
}

@media (max-width: 1399px) {
    .hero-5.hero-4 {
        padding: 210px 0 210px;
    }
}

@media (max-width: 767px) {
    .hero-5.hero-4 {
        padding: 260px 0 180px;
    }
}

@media (max-width: 575px) {
    .hero-5.hero-4 {
        padding: 240px 0 150px;
    }
}

.hero-5.hero-4 .hero-content h6 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .hero-5.hero-4 .hero-content h6 {
        font-size: 14px;
    }
}

.hero-5.hero-4 .hero-content h1 {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 100%;
}

@media (max-width: 1199px) {
    .hero-5.hero-4 .hero-content h1 {
        line-height: 120%;
        font-size: 80px;
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .hero-5.hero-4 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .hero-5.hero-4 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .hero-5.hero-4 .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 470px) {
    .hero-5.hero-4 .hero-content h1 {
        font-size: 42px;
    }
}

.hero-5.hero-4 .hero-button {
    justify-content: start !important;
}

.hero-5.hero-4 .hero-button .theme-btn {
    border-radius: 50px;
}

.hero-3 {
    padding: 280px 5px 30px;
}

@media (max-width: 1199px) {
    .hero-3 {
        padding-top: 190px;
    }
}

@media (max-width: 767px) {
    .hero-3 {
        padding-top: 160px;
    }
}

.hero-3 .hero-content3 {
    max-width: 674px;
    z-index: 1;
    position: relative;
}

.hero-3 .hero-content3 h1 {
    font-size: 84px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 29px;
}

.hero-3 .hero-content3 p {
    margin-bottom: 40px;
}

.hero-3 .gradient-text-3 {
    font-size: 380px;
    font-style: normal;
    font-weight: 700;
    line-height: 290px;
    letter-spacing: -19px;
    margin-top: 45px;
    background: linear-gradient(180deg, #094c1c 0%, rgba(238, 255, 105, 0.288) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-3 .hero3-man {
    position: absolute;
    right: 210px;
    bottom: 0;
}

.hero-3 .hero3-man .shape1 {
    left: -20px;
    top: 100px;
}

.hero-3 .hero3-man .shape2 {
    right: -50px;
    top: 140px;
}

@media screen and (max-width: 1760px) {
    .hero-3 .gradient-text-3 {
        font-size: 300px;
        font-weight: 700;
        line-height: 290px;
        letter-spacing: -19px;
        margin-top: 45px;
    }
}

@media screen and (max-width: 1758px) {
    .hero-3 .gradient-text-3 {
        font-size: 300px;
        font-weight: 700;
        line-height: 290px;
        letter-spacing: -19px;
        margin-top: 45px;
    }

    .hero-3 .hero3-man {
        right: 150px;
    }

    .hero-3 .hero3-man .shape1 {
        left: -20px;
        top: 100px;
    }

    .hero-3 .hero3-man .shape2 {
        right: -10px;
        top: 140px;
    }
}

@media screen and (max-width: 1600px) {
    .hero-3 .gradient-text-3 {
        font-size: 280px;
        font-weight: 700;
        line-height: 290px;
        letter-spacing: -19px;
        margin-top: 45px;
    }

    .hero-3 .hero3-man {
        right: 150px;
        max-width: 600px;
    }

    .hero-3 .hero3-man .m-img {
        width: 100%;
    }

    .hero-3 .hero3-man .shape1 {
        left: -20px;
        top: 100px;
    }

    .hero-3 .hero3-man .shape2 {
        right: -10px;
        top: 140px;
    }
}

@media screen and (max-width: 1399px) {
    .hero-3 .gradient-text-3 {
        font-size: 260px;
        font-weight: 700;
        line-height: 220px;
        letter-spacing: -19px;
        margin-top: 45px;
    }

    .hero-3 .hero3-man {
        right: 100px;
        max-width: 550px;
    }

    .hero-3 .hero3-man .m-img {
        width: 100%;
    }

    .hero-3 .hero3-man .shape1 {
        left: -20px;
        top: 100px;
    }

    .hero-3 .hero3-man .shape2 {
        right: -10px;
        top: 140px;
    }
}

@media screen and (max-width: 1199px) {
    .hero-3 .gradient-text-3 {
        font-size: 200px;
        font-weight: 700;
        line-height: 220px;
        letter-spacing: -19px;
        margin-top: 45px;
    }

    .hero-3 .hero3-man {
        right: 20px;
        max-width: 480px;
    }

    .hero-3 .hero3-man .m-img {
        width: 100%;
    }

    .hero-3 .hero3-man .shape1 {
        left: -20px;
        top: 100px;
    }

    .hero-3 .hero3-man .shape2 {
        display: none;
    }

    .hero-3 .hero-content3 {
        max-width: 574px;
        z-index: 1;
        position: relative;
    }

    .hero-3 .hero-content3 h1 {
        font-size: 68px;
        font-style: normal;
        font-weight: 700;
        line-height: 80px;
        margin-bottom: 25px;
    }

    .hero-3 .hero-content3 p {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {
    .hero-3 .gradient-text-3 {
        font-size: 150px;
        font-weight: 700;
        line-height: 220px;
        letter-spacing: -19px;
        margin-top: 45px;
    }

    .hero-3 .hero3-man {
        right: 20px;
        max-width: 380px;
    }

    .hero-3 .hero3-man .m-img {
        width: 100%;
    }

    .hero-3 .hero-content3 {
        max-width: 474px;
    }

    .hero-3 .hero-content3 h1 {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .hero-3 .hero-content3 p {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 575px) {
    .hero-3 {
        padding: 150px 5px 0px;
    }

    .hero-3 .gradient-text-3 {
        font-size: 100px;
        font-weight: 700;
        line-height: 120px;
        letter-spacing: -2px;
        margin-top: 15px;
        text-align: start !important;
    }

    .hero-3 .hero3-man {
        right: 0;
        padding: 0 10px 0;
        max-width: 100%;
        position: initial !important;
    }

    .hero-3 .hero3-man .m-img {
        width: 100%;
    }

    .hero-3 .hero-content3 {
        max-width: 474px;
    }

    .hero-3 .hero-content3 h1 {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .hero-3 .hero-content3 p {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 500px) {
    .hero-3 {
        padding: 150px 5px 0px;
    }

    .hero-3 .gradient-text-3 {
        font-size: 60px;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: -2px;
        margin-top: 15px;
    }

    .hero-3 .hero-content3 {
        max-width: 474px;
    }

    .hero-3 .hero-content3 h1 {
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .hero-3 .hero-content3 p {
        margin-bottom: 24px;
    }

    .hero-3 .hero-flower {
        opacity: 0.5;
    }
}

.hero-3 .hero-flower {
    top: 150px;
}

.hero-section-5.hero-section-4 .banner-active {
    margin: 0 30px;
    margin-top: 30px;
    border-radius: 50px;
}

@media (max-width: 1600px) {
    .hero-section-5.hero-section-4 .banner-active {
        margin: 0 30px;
    }
}

@media (max-width: 1399px) {
    .hero-section-5.hero-section-4 .banner-active {
        margin: 0 20px;
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .hero-section-5.hero-section-4 .banner-active {
        margin: 0 15px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hero-section-5.hero-section-4 .banner-active {
        margin: 0;
        border-radius: 0;
    }
}

.hero-section-5 .banner-active {
    margin: 0 50px;
    border-radius: 0 0 50px 50px;
    position: relative;
}

@media (max-width: 1600px) {
    .hero-section-5 .banner-active {
        margin: 0 30px;
    }
}

@media (max-width: 1399px) {
    .hero-section-5 .banner-active {
        margin: 0 20px;
    }
}

@media (max-width: 1199px) {
    .hero-section-5 .banner-active {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .hero-section-5 .banner-active {
        margin: 0;
        border-radius: 0;
    }
}

.hero-section-5 .banner-active .arrow-button {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    position: absolute;
    left: 50px;
    right: 50px;
    z-index: 99;
    top: 45%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .hero-section-5 .banner-active .arrow-button {
        left: 25px;
        right: 25px;
    }
}

@media (max-width: 1199px) {
    .hero-section-5 .banner-active .arrow-button {
        display: none !important;
    }
}

.hero-section-5 .banner-active .arrow-button .array-next,
.hero-section-5 .banner-active .arrow-button .array-prev {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.hero-section-5 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.hero-section-5 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-section-5 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-section-4 {
    position: relative;
}

.hero-section-4 .arrow-button {
    justify-content: start !important;
    left: initial !important;
    transform: initial !important;
    top: initial !important;
    right: 30px;
    bottom: 30px;
}

.hero-section-4 .arrow-button .array-prev,
.hero-section-4 .arrow-button .array-next {
    border-radius: 12px !important;
}

.hero-section-4 .left-shape {
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-section-4 .left-shape {
        display: none;
    }
}

.hero-section-4 .left-text {
    color: #144B24;
    font-size: 16px;
    font-weight: 400;
    border-radius: 17.5px;
    background: #EEFF69;
    padding: 26px 8px;
    writing-mode: vertical-rl;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-section-4 .left-text {
        display: none;
    }
}

.hero-section-4 .right-shape {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

@media (max-width: 1399px) {
    .hero-section-4 .right-shape {
        display: none;
    }
}

.scrolling-wrap-2 {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 0;
    margin-top: 0px;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .scrolling-wrap-2 {
        margin-bottom: 80px;
    }
}

.scrolling-wrap-2 .comm {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    gap: 40px;
    cursor: pointer;
}

.scrolling-wrap-2 .comm .cmn-textslide {
    font-size: 88px;
    color: rgba(255, 255, 255, 0.44);
    font-weight: 500;
    line-height: 60px;
    text-transform: capitalize;
    font-family: "Parkinsans", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 1199px) {
    .scrolling-wrap-2 .comm .cmn-textslide {
        font-size: 70px;
    }
}

.scrolling-wrap-2:hover .comm {
    animation-play-state: paused;
}

@media (max-width: 1399px) {
    .scrolling-wrap-2 .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap-2 {
        gap: 14px;
    }

    .scrolling-wrap-2 .comm {
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .scrolling-wrap-2 .comm {
        gap: 12px;
    }
}

.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;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #21353E;
    font-family: "Parkinsans", sans-serif;
    line-height: 2;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    border: none;
}

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

.mean-container .mean-nav ul li .submenu li a {
    border-bottom: none !important;
    font-size: 14px;
    padding: 6px 0;
    color: #9A9A9A;
}

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

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

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

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

.news-card-item-style-1 {
    margin-top: 30px;
}

.news-card-item-style-1 .news-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.news-card-item-style-1 .news-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(8, 77, 54, 0.3);
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
    border-radius: 10px;
}

.news-card-item-style-1 .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    height: 336px;
    width: 462px;
    object-fit: cover;
}

.news-card-item-style-1 .news-image .user-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
    padding: 10px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
    z-index: 9999;
}

.news-card-item-style-1 .news-image .user-box .user-item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.news-card-item-style-1 .news-image .user-box .user-item .user-image img {
    width: initial;
    height: initial;
}

.news-card-item-style-1 .news-image .user-box .user-item .content span {
    color: rgba(102, 102, 102, 0.74);
}

.news-card-item-style-1 .news-image .user-box .arrow-icon {
    color: var(--white);
    background-color: var(--theme);
    text-align: center;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.news-card-item-style-1 .news-image .user-box .arrow-icon i {
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.news-card-item-style-1 .news-image .user-box .arrow-icon:hover {
    background-color: var(--header);
    color: var(--white);
}

.news-card-item-style-1 .news-image .user-box .arrow-icon:hover i {
    transform: rotate(0);
}

.news-card-item-style-1 .news-content {
    border-radius: 12px;
    background: var(--white);
    box-shadow: 8px 6px 51.3px 95px rgba(10, 3, 46, 0.03);
    padding: 50px 35px 35px;
    margin-top: -20px;
    position: relative;
    z-index: 999;
}

@media (max-width: 1399px) {
    .news-card-item-style-1 .news-content {
        padding: 30px;
    }
}

.news-card-item-style-1 .news-content span {
    color: var(--theme);
    border-bottom: 1px dashed #CDCDCD;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    width: 316px;
}

.news-card-item-style-1 .news-content span::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 28px;
    height: 1px;
    right: initial;
    background-color: var(--theme);
    top: 12px;
}

.news-card-item-style-1 .news-content .news-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .news-card-item-style-1 .news-content .news-list {
        gap: 20px;
    }
}

.news-card-item-style-1 .news-content .news-list li {
    position: relative;
}

.news-card-item-style-1 .news-content .news-list li.style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 30px;
    top: 10px;
    left: -20px;
    background-color: var(--text);
}

@media (max-width: 1399px) {
    .news-card-item-style-1 .news-content .news-list li.style-2::before {
        left: -15px;
    }
}

.news-card-item-style-1 .news-content h3 {
    margin-bottom: 10px;
}

.news-card-item-style-1 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-card-item-style-1 .news-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-card-item-style-1:hover .news-image::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
}

.news-card-item-style-1:hover .news-image img {
    transform: scale(1.1) rotate(2deg);
}

.news-section .section-title p {
    max-width: 717px;
    margin: 0 auto;
    margin-top: 15px;
}

.news-card-item-style-2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-card-item-style-2 .news-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

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

.news-card-item-style-2 .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
}

.news-card-item-style-2 .news-image span {
    background-color: var(--theme-3);
    padding: 14px 26px;
    line-height: 1;
    color: var(--header);
    border-radius: 6px;
    position: absolute;
    left: 18px;
    top: 18px;
}

.news-card-item-style-2 .news-content {
    background-color: var(--white);
    box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
    border-radius: 12px;
    margin-top: -50px;
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
    padding: 48px 35px;
    text-align: center;
}

@media (max-width: 1199px) {
    .news-card-item-style-2 .news-content {
        padding: 30px;
    }
}

.news-card-item-style-2 .news-content .date-list {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .news-card-item-style-2 .news-content .date-list {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.news-card-item-style-2 .news-content .date-list li.style-2 {
    position: relative;
}

.news-card-item-style-2 .news-content .date-list li.style-2::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background: var(--bg-3);
    top: 10px;
    left: -25px;
}

.news-card-item-style-2 .news-content h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .news-card-item-style-2 .news-content h3 {
        font-size: 20px;
    }
}

.news-card-item-style-2 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-card-item-style-2 .news-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-card-item-style-2 .news-content .arrow {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all 0.4s ease-in-out;
}

.news-card-item-style-2 .news-content .arrow:hover {
    background-color: var(--header);
}

.news-card-item-style-2:hover .news-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.news-card-item-style-2:hover .news-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.news-section-2 {
    margin-bottom: -30px;
    position: relative;
}

@media (max-width: 1399px) {
    .news-section-2 {
        overflow: hidden;
    }
}

.news-section-2 .left-shape {
    position: absolute;
    bottom: 0px;
    left: 70px;
}

@media (max-width: 1600px) {
    .news-section-2 .left-shape {
        display: none;
    }
}

.news-section-about {
    position: relative;
    z-index: 9;
}

.news-section-about::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    height: 15%;
}

.news-section-about .shape-1 {
    position: absolute;
    z-index: -1;
    top: 15%;
    right: 0;
}

.news-section-about .shape-2 {
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 5%;
}

.main-sideber .single-sideber-widget {
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .main-sideber .single-sideber-widget {
        margin-bottom: 30px;
    }
}

.main-sideber .single-sideber-widget .widget-title {
    margin-bottom: 30px;
}

.main-sideber .single-sideber-widget .search-widget form {
    width: 100%;
    position: relative;
}

.main-sideber .single-sideber-widget .search-widget form input {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    width: 100%;
    color: #6F7783;
    border-radius: 79px;
    border: 1px solid rgba(34, 48, 53, 0.25);
}

.main-sideber .single-sideber-widget .search-widget form button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #5b696d;
    text-align: center;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
    border-radius: 12px;
    width: 119px;
    height: 117px;
    object-fit: cover;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--theme);
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 500;
    margin-top: 5px;
    line-height: 162%;
    font-size: 16px;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.main-sideber .single-sideber-widget ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #4b5563;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
}

.main-sideber .single-sideber-widget ul li a {
    color: #4b5563;
}

.main-sideber .single-sideber-widget ul li span {
    transition: all 0.4s ease-in-out;
    color: #4b5563;
}

.main-sideber .single-sideber-widget ul li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(34, 48, 53, 0.25);
    padding-bottom: 15px;
}

.main-sideber .single-sideber-widget ul li:hover a {
    color: var(--theme);
}

.main-sideber .single-sideber-widget ul li:hover span {
    color: var(--theme);
}

.main-sideber .single-sideber-widget .tagcloud a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #5b696d;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 36px;
}

@media (max-width: 1199px) {
    .main-sideber .single-sideber-widget .tagcloud a {
        margin-right: 25px;
    }
}

.main-sideber .single-sideber-widget .tagcloud a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.main-sideber .single-sideber-widget .tagcloud a:hover {
    color: var(--theme);
}

.news-details-post .news-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.news-details-post .news-details-content {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content {
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .news-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

.news-details-post .news-details-content .news-list li {
    color: var(--header);
}

.news-details-post .news-details-content .news-list li i {
    color: var(--theme);
}

.news-details-post .news-details-content .news-list li.style-1 {
    position: relative;
}

.news-details-post .news-details-content .news-list li.style-1::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #898d90;
    border-radius: 30px;
    top: 14px;
    left: -20px;
}

.news-details-post .news-details-content h2 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .news-details-post .news-details-content h2 {
        font-size: 25px;
    }
}

.news-details-post .news-details-content p {
    max-width: 761px;
}

.news-details-post .news-details-content .sideber {
    border: 1px solid var(--header);
    border-radius: 12px;
    border: 2px solid #231f20;
    padding: 35px;
    margin-top: 40px;
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .sideber {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.news-details-post .news-details-content .sideber h3 {
    max-width: 692px;
}

.news-details-post .news-details-content .sideber .info-item {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.news-details-post .news-details-content .sideber .info-item span {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #003566;
    display: inline-block;
    margin-left: 30px;
    font-style: italic;
}

.news-details-post .news-details-content .sideber .info-item span::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #003566;
    width: 18px;
    height: 1px;
    left: -30px;
    top: 18px;
}

.news-details-post .news-details-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .news-details-post .news-details-content h4 {
        font-size: 20px;
    }
}

.news-details-post .news-details-content .list {
    margin-top: 20px;
    margin-bottom: 40px;
}

.news-details-post .news-details-content .list li img {
    margin-right: 8px;
}

.news-details-post .news-details-content .list li:not(:last-child) {
    margin-bottom: 10px;
}

.news-details-post .news-details-content .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.news-details-post .news-details-content .text {
    margin-top: 30px;
}

.news-details-post .news-details-content .list-item li {
    position: relative;
    line-height: 225%;
    margin-left: 20px;
}

.news-details-post .news-details-content .list-item li:not(:last-child) {
    margin-bottom: 20px;
}

.news-details-post .news-details-content .list-item li::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #4b5563;
    border-radius: 30px;
    top: 15px;
    left: -15px;
}

.news-details-post .news-details-content .comment-area {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area {
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .comment-area h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .news-details-post .news-details-content .comment-area h3 {
        font-size: 20px;
    }
}

.news-details-post .news-details-content .comment-area .blog-single-comment {
    display: flex;
    gap: 18px;
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area .blog-single-comment {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .news-details-post .news-details-content .comment-area .blog-single-comment {
        flex-wrap: wrap;
    }
}

.news-details-post .news-details-content .comment-area .blog-single-comment .image img {
    max-width: initial;
}

.news-details-post .news-details-content .comment-area .blog-single-comment .content h6 {
    color: #5c6672;
    margin-bottom: 20px;
}

.news-details-post .news-details-content .comment-area .blog-single-comment .content h6 span {
    color: var(--header);
    font-size: 18px;
    font-weight: 700;
}

.news-details-post .news-details-content .comment-area .blog-single-comment .content .single-box {
    border: 1px solid rgba(0, 53, 102, 0.15);
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.news-details-post .news-details-content .comment-area .blog-single-comment .content .reply {
    color: var(--theme);
    font-weight: 500;
}

.news-details-post .news-details-content .comment-area .blog-single-comment .content .reply i {
    margin-left: 5px;
}

.news-details-post .news-details-content .comment-area .blog-single-comment.style-2 {
    margin-left: 110px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area .blog-single-comment.style-2 {
        margin-left: 0;
    }
}

.news-details-post .news-details-content .comment-form-wrap {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-form-wrap {
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .comment-form-wrap h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-form-wrap h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .news-details-post .news-details-content .comment-form-wrap h3 {
        font-size: 20px;
    }
}

.news-details-post .news-details-content .comment-form-wrap p {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-form-wrap p {
        margin-bottom: 30px;
    }
}

.news-details-post .news-details-content .comment-form-wrap .form-clt span {
    color: var(--header);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.news-details-post .news-details-content .comment-form-wrap .form-clt input,
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background: #f7f7f7;
    padding: 15px 20px;
    font-weight: 400;
    color: var(--text);
    border-radius: 10px;
}

.news-details-post .news-details-content .comment-form-wrap .form-clt input::placeholder,
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
    color: #f7f7f7;
}

.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
    resize: none;
}

.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
    float: left;
    margin-left: -10px;
    transform: translateY(4px);
}

@media (max-width: 767px) {
    .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
        transform: translateY(23px);
    }
}

.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-label {
    font-size: 15px;
    color: #454e63;
    margin-left: 10px;
}

.news-style-box-5 {
    display: flex;
    gap: 30px;
    align-items: center;
    background-color: var(--white);
    box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
    border-radius: 12px;
    padding: 16px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .news-style-box-5 {
        display: block;
    }
}

.news-style-box-5 .news-image {
    max-width: 272px;
}

@media (max-width: 767px) {
    .news-style-box-5 .news-image {
        max-width: initial;
        margin-bottom: 25px;
    }

    .news-style-box-5 .news-image img {
        width: 100%;
        height: 100%;
    }
}

.news-style-box-5 .news-image img {
    border-radius: 10px;
}

.news-style-box-5 .news-content .post-date {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 1199px) {
    .news-style-box-5 .news-content .post-date {
        gap: 15px;
    }
}

.news-style-box-5 .news-content .post-date li {
    display: flex;
    gap: 7px;
    align-items: center;
}

.news-style-box-5 .news-content .post-date li i {
    color: var(--theme-2);
}

.news-style-box-5 .news-content .post-date li:last-child {
    position: relative;
    padding-left: 35px;
}

@media (max-width: 1199px) {
    .news-style-box-5 .news-content .post-date li:last-child {
        padding-left: 0;
    }
}

.news-style-box-5 .news-content .post-date li:last-child::before {
    width: 15px;
    height: 1px;
    line-height: 4px;
    position: absolute;
    top: 15px;
    left: 0px;
    content: "";
    background-color: var(--theme);
}

@media (max-width: 1199px) {
    .news-style-box-5 .news-content .post-date li:last-child::before {
        display: none;
    }
}

.news-style-box-5 .news-content h3 {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .news-style-box-5 .news-content h3 {
        font-size: 20px;
    }
}

.news-style-box-5 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-style-box-5 .news-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-style-box-5 .news-content .link-btn {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
    color: var(--theme-2);
    margin-top: 10px;
}

.news-style-box-5 .news-content .link-btn i {
    margin-left: 10px;
}

.news-style-box-5 .news-content .link-btn:hover {
    color: var(--header);
}

.blog-newsletter h3 {
    font-size: 35px;
    color: var(--black);
}

.blog-newsletter p {
    margin-bottom: 20px;
}

.blog-newsletter .news-employee {
    margin-bottom: 40px;
    gap: 8px 45px;
}

.blog-newsletter .blog-input {
    margin-bottom: 40px;
}

.blog-newsletter input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(9, 34, 16, 0.2);
    background: #fff;
    padding: 14px 18px;
    color: var(--text);
    font-size: 16px;
}

@media (max-width: 1399px) {
    .blog-newsletter .news-employee {
        margin-bottom: 24px;
        gap: 8px 24px;
    }

    .blog-newsletter h5 {
        font-size: 16px;
    }

    .blog-newsletter h3 {
        font-size: 22px;
    }

    .blog-newsletter p {
        margin-bottom: 15px;
    }

    .blog-newsletter .blog-input {
        margin-bottom: 24px;
    }
}

.news-card-item-style-3 {
    gap: 30px;
    display: flex;
}

.news-card-item-style-3 .news-images {
    width: 380px;
    display: block;
    overflow: hidden;
}

.news-card-item-style-3 .news-images img {
    width: 100%;
    overflow: hidden;
    transition: all 0.4s;
}

.news-card-item-style-3 .news-list {
    display: flex;
    align-items: center;
    gap: 7px 24px;
}

.news-card-item-style-3 .news-list li {
    font-size: 16px;
}

.news-card-item-style-3 .news-list li i {
    color: var(--theme-2dark);
}

.news-card-item-style-3 .by-admin {
    border: 2px solid #bfe866;
}

.news-card-item-style-3:hover .news-images img {
    transform: scale(1.09);
}

@media (max-width: 1399px) {
    .news-card-item-style-3 {
        gap: 15px 20px;
    }

    .news-card-item-style-3 .news-images {
        width: 300px;
    }

    .news-card-item-style-3 .news-list {
        display: flex;
        align-items: center;
        gap: 7px 14px;
    }

    .news-card-item-style-3 .news-list li {
        font-size: 16px;
    }

    .news-card-item-style-3 .news-list li i {
        color: var(--theme-2dark);
    }
}

@media (max-width: 575px) {
    .news-card-item-style-3 .news-images {
        width: 100% !important;
    }
}

.news-box-items-style-4 {
    border-radius: 10px;
    background: var(--white);
    padding: 20px;
}

.news-box-items-style-4 .thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.news-box-items-style-4 .thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(8, 77, 54, 0.3);
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
    border-radius: 10px;
}

.news-box-items-style-4 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.news-box-items-style-4 .content {
    margin-top: 20px;
}

.news-box-items-style-4 .content ul {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(9, 34, 16, 0.1);
    padding-bottom: 15px;
}

.news-box-items-style-4 .content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-box-items-style-4 .content ul li i {
    color: #144B24;
}

.news-box-items-style-4 .content ul li h4 {
    font-weight: 400;
}

.news-box-items-style-4 .content h3 {
    margin-top: 15px;
}

.news-box-items-style-4 .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-box-items-style-4 .content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-box-items-style-4 .content .news-bottom-items {
    margin-top: 15px;
}

.news-box-items-style-4 .content .news-bottom-items span {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

.news-box-items-style-4 .content .news-bottom-items span i {
    color: #144B24;
    margin-right: 8px;
}

.news-box-items-style-4:hover .thumb::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
}

.news-box-items-style-4:hover .thumb img {
    transform: scale(1.1) rotate(2deg);
}

.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 "Parkinsans", sans-serif, "Parkinsans", 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(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Parkinsans", 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(--white);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.back-to-top {
    border-radius: 10px;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 999;
    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(--header);
    color: var(--white);
}

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

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    background-color: var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

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

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

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
}

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
    color: var(--text);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--theme);
    border: 1px solid #686363;
    opacity: 0;
}

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    background-color: var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

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

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

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
}

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
    color: var(--text);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--theme);
    border: 1px solid #686363;
    opacity: 0;
}

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    height: 66px;
    border: none;
    outline: none;
    padding-left: 20px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
    color: var(--header);
}

.search-popup__form .search-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    font-size: 20px;
    color: var(--white);
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.search-popup__form .search-btn:hover {
    background-color: var(--header);
}

.search-popup__form .eolexi-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.search-popup.active {
    z-index: 999999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.7;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.pricing-box-items {
    border-radius: 10px;
    background: var(--white);
    box-shadow: 8px 6px 51.9px 34px rgba(3, 15, 44, 0.03);
    padding: 40px 30px;
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header {
    border-bottom: 1px dashed rgba(86, 106, 112, 0.33);
    padding-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header .icon-items {
    display: flex;
    gap: 20px;
    align-items: center;
}

.pricing-box-items .pricing-header .icon-items .icon img {
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header .icon-items h3 {
    color: var(--text);
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header h2 {
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header h2 sub {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header p {
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-list {
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-list li {
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-list li img {
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-list li:not(:last-child) {
    margin-bottom: 12px;
}

.pricing-box-items .theme-btn {
    margin-top: 30px;
}

.pricing-box-items .theme-btn i {
    transition: all 0.4s ease-in-out;
}

.pricing-box-items:hover {
    background-color: var(--theme);
}

.pricing-box-items:hover .pricing-header {
    border-bottom: 1px dashed var(--white);
}

.pricing-box-items:hover .pricing-header .icon-items .icon svg path {
    fill: #EEFF69;
}

.pricing-box-items:hover .pricing-header .icon-items h3 {
    color: var(--white);
}

.pricing-box-items:hover .pricing-header h2 {
    color: var(--white);
}

.pricing-box-items:hover .pricing-header h2 sub {
    color: var(--white);
}

.pricing-box-items:hover .pricing-header p {
    color: var(--white);
}

.pricing-box-items:hover .pricing-list li {
    color: var(--white);
}

.pricing-box-items:hover .pricing-list li img {
    filter: brightness(0) invert(1);
}

.pricing-box-items:hover .theme-btn {
    background-color: #EEFF69;
    color: var(--theme-2);
}

.pricing-box-items:hover .theme-btn i {
    color: var(--theme-2);
}

.pricing-section-4 {
    background-color: #053A14;
    border-radius: 20px;
    margin: 20px;
    position: relative;
    z-index: 9;
}

.pricing-section-4 .right-shape {
    position: absolute;
    z-index: -1;
    top: 10%;
    right: 0;
}

.pricing-box-style-4 {
    border-radius: 12px;
    background: var(--white);
    box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03);
    padding: 50px 30px;
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.pricing-box-style-4 .box-shape {
    max-width: 200px;
    position: absolute;
    bottom: 0;
    right: 10px;
    opacity: 0.1;
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 .pricing-header h4 {
    font-size: 25px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 .pricing-header h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 121%;
    color: var(--theme);
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 .pricing-header h2 sup {
    font-size: 16px;
    font-weight: 400;
    line-height: 163%;
    color: var(--theme);
    top: -1.5em;
    right: 0px;
    margin-right: -15px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 .pricing-header h2 sub {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 .theme-btn {
    border-radius: 30px;
    border: 1px solid rgba(9, 34, 16, 0.15);
    background: var(--white);
    line-height: 1;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 ul {
    margin-top: 30px;
}

.pricing-box-style-4 ul li {
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 ul li i {
    color: var(--theme);
    margin-right: 7px;
    transition: all 0.4s ease-in-out;
}

.pricing-box-style-4 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-box-style-4.active {
    background-color: var(--theme);
}

.pricing-box-style-4.active .pricing-header h4 {
    color: var(--white);
}

.pricing-box-style-4.active .pricing-header h2 {
    color: var(--white);
}

.pricing-box-style-4.active .pricing-header h2 sup {
    color: var(--white);
}

.pricing-box-style-4.active .pricing-header h2 sub {
    color: var(--white);
}

.pricing-box-style-4.active p {
    color: var(--white);
}

.pricing-box-style-4.active .theme-btn {
    background: #EEFF69;
    color: var(--header);
}

.pricing-box-style-4.active ul li {
    color: var(--white);
}

.pricing-box-style-4.active ul li i {
    color: var(--white);
}

.pricing-box-style-4:hover {
    border-radius: 15px;
    background: var(--theme);
}

.pricing-box-style-4:hover .pricing-header h4 {
    color: var(--white);
}

.pricing-box-style-4:hover .pricing-header p {
    color: var(--white);
}

.pricing-box-style-4:hover .pricing-header h2 {
    color: var(--white);
}

.pricing-box-style-4:hover .pricing-header h2 sup {
    color: var(--white);
}

.pricing-box-style-4:hover .pricing-header h2 sub {
    color: var(--white);
}

.pricing-box-style-4:hover .theme-btn {
    background: #EEFF69;
}

.pricing-box-style-4:hover ul li {
    color: var(--white);
}

.pricing-box-style-4:hover ul li i {
    color: var(--white);
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme);
    font-family: "Parkinsans", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: inline-block;
}

.section-title h2 {
    font-family: "Parkinsans", sans-serif;
}

.section-title-2 {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title-2 {
        margin-bottom: 0;
    }
}

.section-title-2 h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title-2 h6 img {
    margin-right: 10px;
}

.section-title-2 {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title-2 {
        margin-bottom: 0;
    }
}

.section-title-2 h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .section-title-2 h6 {
        font-size: 16px;
    }
}

.section-title-2 h6 img {
    margin-right: 10px;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.section-title-area .section-title-2 {
    margin-bottom: 0;
}

.section-title-area .section-title {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .section-title-area {
        margin-bottom: 0;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.contact-bg {
    background: #F4F5EC;
}

.section-title-3 h5 {
    text-transform: uppercase;
}

.service-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 999;
}

@media (max-width: 575px) {
    .service-wrapper {
        justify-content: center;
    }
}

@media (max-width: 1399px) {
    .service-wrapper {
        flex-wrap: wrap;
    }
}

.service-wrapper .service-card-items {
    padding: 60px 35px;
    text-align: center;
    background-color: var(--white);
    box-shadow: 10px 8px 34px 16px rgba(10, 3, 46, 0.03);
    border-radius: 10px;
    margin-top: 30px;
    outline-offset: -12px;
    outline: 1px dashed rgba(153, 165, 55, 0.35);
    width: 223px;
    position: relative;
}

@media (max-width: 1399px) {
    .service-wrapper .service-card-items {
        padding: 30px;
    }
}

.service-wrapper .service-card-items::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme);
    border-radius: 10px;
    z-index: -1;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    width: 223px;
}

.service-wrapper .service-card-items .icon img {
    transition: 0.3s;
}

.service-wrapper .service-card-items .content {
    margin-top: 35px;
}

.service-wrapper .service-card-items .content h5 {
    font-family: "Parkinsans", sans-serif;
}

.service-wrapper .service-card-items .content h5 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-wrapper .service-card-items .content h5 a:hover {
    color: var(--white);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}

.service-wrapper .service-card-items:hover .icon {
    position: relative;
    z-index: 999;
}

.service-wrapper .service-card-items:hover .content {
    position: relative;
    z-index: 999;
}

.service-wrapper .service-card-items:hover .content h5 a {
    color: var(--white);
}

.service-wrapper .service-card-items:hover::after {
    transform: scale(1, 1);
    transform-origin: top center;
    z-index: 9;
}

.service-wrapper .service-card-items:hover .icon img {
    animation: zoomIn 0.5s linear;
    filter: brightness(0) invert(1) brightness(1.2);
}

.service-section {
    position: relative;
    margin: 0 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.service-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 120px;
}

@media (max-width: 1600px) {
    .service-section .left-shape {
        display: none;
    }
}

.service-section .left-shape img {
    width: 100%;
    height: 100%;
}

.service-section .right-shape {
    position: absolute;
    top: 20px;
    right: 100px;
}

@media (max-width: 1600px) {
    .service-section .right-shape {
        display: none;
    }
}

.service-section .right-shape img {
    width: 100%;
    height: 100%;
}

.service-card-item-2-style-2 {
    background-color: var(--white);
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 10px 8px 34px 16px rgba(10, 3, 46, 0.03);
    padding: 40px 8px 5px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.service-card-item-2-style-2 .top-item {
    margin-left: 22px;
}

.service-card-item-2-style-2 .top-item .icon {
    margin-bottom: 30px;
}

.service-card-item-2-style-2 .top-item .icon img {
    transition: 0.3s;
}

.service-card-item-2-style-2 .top-item .content h3 {
    margin-bottom: 15px;
}

.service-card-item-2-style-2 .top-item .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-card-item-2-style-2 .top-item .content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.service-card-item-2-style-2 .list-item {
    padding: 25px;
    margin-top: 30px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(153, 165, 55, 0.09) 0%, rgba(153, 165, 55, 0) 100%);
}

.service-card-item-2-style-2 .list-item .service-list {
    margin-bottom: 30px;
}

.service-card-item-2-style-2 .list-item .service-list li {
    font-weight: 500;
    color: #43494D;
    position: relative;
    padding-left: 15px;
}

.service-card-item-2-style-2 .list-item .service-list li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: var(--black);
    top: 10px;
    left: 0;
}

.service-card-item-2-style-2 .list-item .service-list li:not(:last-child) {
    margin-bottom: 10px;
}

.service-card-item-2-style-2 .list-item .theme-btn {
    background-color: transparent;
    justify-content: space-between;
    border: 1px solid var(--theme);
    color: var(--theme);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 8px;
}

.service-card-item-2-style-2 .list-item .theme-btn::before {
    background-color: var(--theme);
}

.service-card-item-2-style-2 .list-item .theme-btn i {
    color: var(--theme);
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.service-card-item-2-style-2 .list-item .theme-btn:hover {
    color: var(--white);
}

.service-card-item-2-style-2 .list-item .theme-btn:hover i {
    color: var(--white);
    transform: rotate(0deg);
}

.service-card-item-2-style-2:hover {
    transform: translateY(-10px);
}

.service-card-item-2-style-2:hover .top-item .icon img {
    animation: zoomIn 0.5s linear;
}

.service-section-2 {
    position: relative;
}

.service-section-2 .top-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.service-section-2 .top-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
    .service-section-2 .top-shape img {
        width: initial;
        height: initial;
    }
}

.service-section-2 .left-shape {
    position: absolute;
    left: 88px;
    top: 102px;
}

@media (max-width: 1600px) {
    .service-section-2 .left-shape {
        display: none;
    }
}

.service-section-2 .right-shape {
    position: absolute;
    bottom: 408px;
    right: 22px;
}

@media (max-width: 1600px) {
    .service-section-2 .right-shape {
        display: none;
    }
}

.service-details-wrapper .service-details-post .details-image {
    margin-bottom: 20px;
}

.service-details-wrapper .service-details-post .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.service-details-wrapper .service-details-post h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post h2 {
        font-size: 25px;
    }
}

.service-details-wrapper .service-details-post h3 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post h3 {
        font-size: 22px;
        margin-top: 30px;
    }

    .service-details-wrapper .service-details-post h3 br {
        display: none;
    }
}

.service-details-wrapper .service-details-post .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.service-details-wrapper .service-details-post .content p {
    max-width: 354px;
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .content p {
        margin-bottom: 30px;
    }
}

.service-details-wrapper .service-details-post .content .icon-items {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 45px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .content .icon-items {
        margin-bottom: 30px;
    }
}

.service-details-wrapper .service-details-post .content .icon-items h3 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 0;
}

.service-details-wrapper .service-details-post .details-box {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 0 30px 0px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .details-box {
        margin-bottom: 30px;
    }
}

.service-details-wrapper .service-details-post .details-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 12px;
    background: var(--white);
    box-shadow: 5px 5px 76.7px 91px rgba(8, 4, 56, 0.03);
    z-index: -1;
    top: 40px;
}

.service-details-wrapper .service-details-post .details-box .icon {
    width: 81px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--theme);
    margin: 0 auto;
    position: relative;
}

.service-details-wrapper .service-details-post .details-box .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 107px;
    height: 107px;
    background-color: var(--white);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.service-details-wrapper .service-details-post .details-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .details-box .content h4 {
        font-size: 20px;
    }
}

.service-details-wrapper .service-details-post .details-box .content p {
    max-width: 320px;
    margin-bottom: 50px;
    margin: 0 auto;
}

.service-details-wrapper .main-sideber .sideber-box {
    padding: 50px 28px;
    background-color: var(--white);
    border-radius: 26.5px;
    box-shadow: 5px 5px 76.7px 91px rgba(8, 4, 56, 0.05);
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .main-sideber .sideber-box {
        margin-bottom: 30px;
        padding: 30px 28px;
    }
}

.service-details-wrapper .main-sideber .sideber-box .service-categories {
    margin-top: 30px;
}

.service-details-wrapper .main-sideber .sideber-box .service-categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-details-wrapper .main-sideber .sideber-box .service-categories li:not(:last-child) {
    border-bottom: 1px solid rgba(34, 48, 53, 0.25);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.service-details-wrapper .main-sideber .sideber-box .service-categories li span i {
    color: var(--theme);
}

.service-details-wrapper .main-sideber .sideber-box .service-categories li:hover a {
    color: var(--theme);
}

.service-details-wrapper .main-sideber .sideber-image img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
}

.service-section-4 {
    border-radius: 30px;
    background: #F8FAF8;
    margin: 0 30px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1600px) {
    .service-section-4 {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 20px;
    }
}

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

.service-box-items-style-4 {
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.service-box-items-style-4 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.service-box-items-style-4 .content {
    border-radius: 0 15px 15px 15px;
    background: #053A14;
    padding: 30px;
    margin-right: 40px;
    z-index: 19;
    position: relative;
    margin-top: -180px;
}

@media (max-width: 1600px) {
    .service-box-items-style-4 .content {
        margin-right: 25px;
        padding: 25px;
    }
}

@media (max-width: 1199px) {
    .service-box-items-style-4 .content {
        margin-right: 20px;
        padding: 24px;
    }
}

.service-box-items-style-4 .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--theme);
    border-radius: 0 15px 15px 15px;
    z-index: -1;
    transition: height 0.5s ease;
}

.service-box-items-style-4 .content h3 {
    font-size: 25px;
    font-weight: 500;
}

@media (max-width: 1899px) {
    .service-box-items-style-4 .content h3 {
        font-size: 22px;
    }
}

@media (max-width: 1600px) {
    .service-box-items-style-4 .content h3 {
        font-size: 20px;
    }
}

@media (max-width: 1399px) {
    .service-box-items-style-4 .content h3 {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .service-box-items-style-4 .content h3 {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .service-box-items-style-4 .content h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .service-box-items-style-4 .content h3 {
        font-size: 20px;
    }
}

.service-box-items-style-4 .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--white);
}

.service-box-items-style-4 .content h3 a:hover {
    color: var(--white);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}

.service-box-items-style-4 .content p {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 20px;
}

.service-box-items-style-4 .content .link-btn {
    color: var(--white);
}

.service-box-items-style-4:hover .content::before {
    height: 100%;
}

.service-box-style-5 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 50px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
    padding: 30px 27px;
    padding-right: 40px;
    position: relative;
}

@media (max-width: 1199px) {
    .service-box-style-5 {
        display: block;
        padding: 30px;
    }
}

.service-box-style-5::after {
    position: absolute;
    content: "";
    width: 85%;
    height: 100%;
    z-index: -2;
    inset-inline-start: 50%;
    inset-block-start: -25px;
    border-radius: inherit;
    transform: translateX(-50%);
    box-shadow: 0 -10px 40px 0 rgba(29, 31, 21, 0.1);
    background-color: #fff;
    z-index: -2;
}

@media (max-width: 1199px) {
    .service-box-style-5::after {
        display: none;
    }
}

.service-box-style-5::before {
    position: absolute;
    content: "";
    width: 92%;
    height: 100%;
    z-index: -2;
    inset-inline-start: 50%;
    inset-block-start: -12px;
    border-radius: inherit;
    transform: translateX(-50%);
    box-shadow: 0 -10px 40px 0 rgba(29, 31, 21, 0.1);
    background-color: #fff;
    z-index: -1;
}

@media (max-width: 1199px) {
    .service-box-style-5::before {
        display: none;
    }
}

.service-box-style-5 .thumb {
    max-width: 346px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .service-box-style-5 .thumb {
        max-width: initial;
        height: 400px;
    }

    .service-box-style-5 .thumb img {
        object-fit: cover;
    }
}

.service-box-style-5 .thumb::after {
    content: "";
    position: absolute;
    width: 250%;
    height: 0%;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.service-box-style-5 .thumb span {
    position: absolute;
    top: 13px;
    left: 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--theme);
    padding: 12px 20px;
    border-radius: 4px;
    line-height: 1;
    z-index: 99;
}

.service-box-style-5 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
}

@media (max-width: 1199px) {
    .service-box-style-5 .content {
        margin-top: 25px;
    }
}

.service-box-style-5 .content .icon {
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    margin-bottom: 50px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .service-box-style-5 .content .icon {
        margin-bottom: 25px;
    }
}

.service-box-style-5 .content .icon img {
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.service-box-style-5 .content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.service-box-style-5 .content p {
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .service-box-style-5 .content p {
        margin-bottom: 20px;
    }
}

.service-box-style-5 .content .theme-btn::before {
    background-color: var(--header);
}

.service-box-style-5 .content .theme-btn:hover {
    color: var(--white);
}

.service-box-style-5:hover .thumb::after {
    height: 250%;
    transition: all 0.6s linear;
    background-color: transparent;
}

.service-box-style-5:hover .thumb img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.service-box-style-5:hover .content .icon {
    background: var(--header);
}

.service-box-style-5:hover .content .icon img {
    transform: scaleX(-1) !important;
}

.service-section-5 {
    position: relative;
    z-index: 9;
}

.service-section-5 .shape-1 {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .service-section-5 .shape-1 {
        display: none;
    }
}

.service-section-5 .nav {
    display: grid;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin-top: 30px;
}

.service-section-5 .nav .nav-item .nav-link {
    border-radius: 35px;
    border: 1px solid rgba(9, 34, 16, 0.1);
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .service-section-5 .nav .nav-item .nav-link {
        gap: 15px;
    }
}

.service-section-5 .nav .nav-item .nav-link .text-box {
    font-size: 20px;
    font-weight: 400;
    color: var(--header);
    flex-basis: 60%;
}

@media (max-width: 1399px) {
    .service-section-5 .nav .nav-item .nav-link .text-box {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .service-section-5 .nav .nav-item .nav-link .text-box {
        font-size: 16px;
    }
}

.service-section-5 .nav .nav-item .nav-link .icon-1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(9, 34, 16, 0.1);
    border-radius: 50%;
    display: inline-block;
    color: var(--header);
}

@media (max-width: 575px) {
    .service-section-5 .nav .nav-item .nav-link .icon-1 {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}

.service-section-5 .nav .nav-item .nav-link .icon-2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(9, 34, 16, 0.1);
    border-radius: 50%;
    display: inline-block;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 575px) {
    .service-section-5 .nav .nav-item .nav-link .icon-2 {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}

.service-section-5 .nav .nav-item .nav-link.active {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.service-section-5 .nav .nav-item .nav-link.active .icon-1 {
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.service-section-5 .nav .nav-item .nav-link.active .text-box {
    transform: translateX(-30px);
    color: var(--white);
}

.service-section-5 .nav .nav-item .nav-link.active .icon-2 {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    background-color: var(--white);
    color: var(--header);
    border: 1px solid var(--white);
}

.service-three-slider {
    margin-right: -450px;
}

@media (max-width: 1199px) {
    .service-three-slider {
        margin-right: -180px;
    }
}

@media (max-width: 991px) {
    .service-three-slider {
        margin-right: -380px;
    }
}

@media (max-width: 767px) {
    .service-three-slider {
        margin-right: 0px;
    }
}

.service-btn-grp button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    color: #092210;
    justify-content: center;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.service-btn-grp button i {
    color: var(--white);
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.service-btn-grp button.active,
.service-btn-grp button:hover {
    background: var(--theme);
}

.service-btn-grp button.active i,
.service-btn-grp button:hover i {
    color: var(--black);
}

@media (max-width: 991px) {
    .service-btn-grp button {
        background-color: var(--theme);
    }
}

.service-gradient-thumb {
    max-width: 750px;
    z-index: -1;
    inset-inline-end: 0;
    top: 0;
    height: 100%;
}

.service-gradient-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(10, 40, 3, 0.88);
    border-radius: 10px;
}

@media (max-width: 1399px) {
    .service-gradient-thumb {
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    .service-gradient-thumb {
        max-width: 450px;
        width: 450px;
    }

    .service-gradient-thumb img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .service-gradient-thumb {
        display: none;
    }
}

.service-item__3 {
    justify-content: space-between;
}

.service-item__3 h3 {
    font-size: 24px;
}

.service-item__3 h3 a {
    color: var(--white);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-item__3 h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.service-item__3:hover .service-btn .btn {
    background: var(--theme);
}

.service-item__3:hover .service-btn .btn i {
    color: var(--white);
    transform: rotate(0deg);
}

.service-item__3:hover .content-left img {
    animation: zoomIn 0.5s linear;
}

.service-item__3 .thumb-side {
    width: 222px;
    max-width: 222px;
    height: 343px;
}

.service-item__3 .content-left {
    max-width: 240px;
}

.service-item__3 .content-left img {
    transition: 0.3s;
}

@media screen and (max-width: 400px) {
    .service-item__3 h3 {
        font-size: 18px;
    }

    .service-item__3 p {
        font-size: 14px;
        line-height: 24px;
    }

    .service-item__3 .service-btn {
        inset-inline-end: -50px;
        transform: translateY(-100px);
        inset-inline-end: 1px;
    }

    .service-item__3 .service-btn .btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .service-item__3 .service-btn .btn i {
        font-size: 18px;
    }
}

.service-btn {
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: -70px;
}

.service-btn .btn {
    width: 65px;
    height: 140px;
    border-radius: 32.5px;
    background: #30613e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

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

.service-btn .btn:hover {
    background: var(--theme);
}

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

.team-card-item-style-2 {
    margin-top: 30px;
}

.team-card-item-style-2 .team-image {
    position: relative;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03);
}

.team-card-item-style-2 .team-image::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;
}

.team-card-item-style-2 .team-image img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
}

.team-card-item-style-2 .team-image .social-profile {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.team-card-item-style-2 .team-image .social-profile ul {
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.team-card-item-style-2 .team-image .social-profile ul li a {
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    display: block;
    background: #EEFF69;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}

.team-card-item-style-2 .team-image .social-profile ul li a:hover {
    background-color: var(--header);
    color: var(--white);
}

.team-card-item-style-2 .team-image .social-profile .plus-btn {
    z-index: 9;
    cursor: pointer;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    display: inline-block;
    background: #EEFF69;
    color: var(--header);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    border-radius: 18px 0 0 0;
}

.team-card-item-style-2 .team-image .social-profile .plus-btn:hover {
    background-color: var(--header);
    color: var(--white);
    border-top-left-radius: 0;
}

.team-card-item-style-2 .team-image .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-card-item-style-2 .team-content {
    margin-top: 30px;
    text-align: center;
}

.team-card-item-style-2 .team-content h3 {
    margin-bottom: 5px;
}

.team-card-item-style-2 .team-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.team-card-item-style-2 .team-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.team-card-item-style-2 .team-content p {
    color: var(--theme);
}

.team-card-item-style-2:hover .team-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.team-card-item-style-2:hover .team-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.team-section-2 .section-title p {
    max-width: 600px;
    margin-top: 15px;
    margin: 0 auto;
}

.team-details-wrapper .team-details-left .details-image {
    margin-bottom: 40px;
}

.team-details-wrapper .team-details-left .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.team-details-wrapper .team-details-left .progress-wrap {
    margin-top: 20px;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items {
    width: 100%;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 25px;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 500;
    color: #43494D;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items .pro-head .point {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    font-family: "Parkinsans", sans-serif;
    background-color: var(--theme);
    padding: 5px 10px;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items .pro-head .point::before {
    position: absolute;
    content: "";
    background-color: var(--theme);
    left: 0;
    bottom: -10px;
    width: 13px;
    height: 20px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items .progress {
    border-radius: 2px;
    background: rgba(153, 165, 55, 0.12);
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    height: 4px;
    width: 100%;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 4px;
    width: 0;
    border-radius: 2px;
}

.team-details-wrapper .team-details-left .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

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

    100% {
        width: 90%;
    }
}

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

    100% {
        width: 75%;
    }
}

.team-details-wrapper .team-details-content {
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .team-details-wrapper .team-details-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details-content h6 {
    font-weight: 500;
    color: var(--theme);
    margin-bottom: 20px;
}

.team-details-wrapper .team-details-content p {
    margin-top: 15px;
}

.team-details-wrapper .team-details-content .team-content-item {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .team-details-wrapper .team-details-content .team-content-item {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .team-details-wrapper .team-details-content .team-content-item {
        flex-wrap: wrap;
    }
}

.team-details-wrapper .team-details-content .team-content-item .contact-list li {
    display: flex;
    align-items: center;
    gap: 58px;
    font-size: 18px;
    font-weight: 700;
    color: var(--header);
}

@media (max-width: 1399px) {
    .team-details-wrapper .team-details-content .team-content-item .contact-list li {
        font-size: 16px;
    }
}

.team-details-wrapper .team-details-content .team-content-item .contact-list li:not(:last-child) {
    margin-bottom: 12px;
}

.team-details-wrapper .team-details-content .team-content-item .contact-list li a {
    color: var(--text);
}

.team-details-wrapper .team-details-content .team-content-item .contact-list li span {
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

.team-details-wrapper .team-details-content .team-content-item .contact-list li span.style-3 {
    margin-left: -5px;
}

.team-details-wrapper .team-details-content .team-content-item .contact-list li span.style-2 {
    margin-left: -20px;
}

.team-details-wrapper .team-details-content .team-content-item .social-item {
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .team-details-wrapper .team-details-content .team-content-item .social-item {
        margin-top: 0;
    }
}

.team-details-wrapper .team-details-content .team-content-item .social-item .social-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.team-details-wrapper .team-details-content .team-content-item .social-item .social-list a {
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-color: var(--white);
    color: var(--theme);
    border-radius: 100px;
}

.team-details-wrapper .team-details-content .team-content-item .social-item .social-list a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.team-details-wrapper .team-details-content .content {
    margin-left: 80px;
    margin-top: 120px;
}

@media (max-width: 1399px) {
    .team-details-wrapper .team-details-content .content {
        margin-top: 30px;
        margin-left: 0;
    }
}

.team-box-items-style-4 {
    margin-top: 30px;
}

.team-box-items-style-4 .thumb {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.team-box-items-style-4 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.team-box-items-style-4 .content {
    text-align: center;
}

.team-box-items-style-4 .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.team-box-items-style-4 .content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.team-box-items-style-4 .content p {
    color: var(--theme);
    font-weight: 500;
}

.team-box-items-style-4:hover .thumb {
    border-radius: 12px;
}

.team-box-items-style-4:hover .thumb img {
    transform: scale(1.1) rotate(2deg);
    border-radius: 12px;
}

.team-card-item-style-3 .team-image {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    padding: 7px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.team-card-item-style-3 .team-image::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;
}

.team-card-item-style-3 .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
}

.team-card-item-style-3 .team-content {
    margin-top: 24px;
    text-align: center;
}

.team-card-item-style-3 .team-content h3 {
    margin-bottom: 3px;
}

.team-card-item-style-3 .team-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: #020842;
}

.team-card-item-style-3 .team-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.team-card-item-style-3 .team-content p {
    color: var(--theme);
}

.team-card-item-style-3:hover .team-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.team-card-item-style-3:hover .team-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.project-card-item-style-1 {
    margin-top: 30px;
    padding: 15px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03);
    margin-bottom: 20px;
}

.project-card-item-style-1.style-new {
    margin-bottom: 0;
    box-shadow: none;
}

.project-card-item-style-1 .project-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.project-card-item-style-1 .project-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(8, 77, 54, 0.3);
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
    border-radius: 10px;
}

.project-card-item-style-1 .project-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    height: 409px;
    width: 366px;
    object-fit: cover;
}

.project-card-item-style-1 .project-content {
    padding: 20px 15px 10px;
}

.project-card-item-style-1 .project-content .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #CDCDCD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.project-card-item-style-1 .project-content .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.project-card-item-style-1 .project-content .content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.project-card-item-style-1 .project-content .content .arrow {
    transform: rotate(-45deg);
}

.project-card-item-style-1 .project-content .project-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1600px) {
    .project-card-item-style-1 .project-content .project-list li {
        font-size: 14px;
    }
}

.project-card-item-style-1 .project-content .project-list li span {
    color: #434343;
}

.project-card-item-style-1:hover .project-image::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
}

.project-card-item-style-1:hover .project-image img {
    transform: scale(1.1) rotate(2deg);
}

.project-section {
    margin-bottom: -20px;
}

.project-section .project-slider {
    margin-left: -80px;
    margin-right: -80px;
    overflow: initial;
}

@media (max-width: 1600px) {
    .project-section .project-slider {
        margin-right: -56;
        margin-left: -56;
    }
}

@media (max-width: 1399px) {
    .project-section .project-slider {
        margin-right: 0;
        margin-left: 0;
    }
}

.project-section p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.project-section p .view-btn {
    color: var(--theme);
}

.project-section-2 {
    position: relative;
    z-index: 9;
}

.project-section-2 .section-title {
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .project-section-2 .section-title {
        text-align: left;
        margin-left: initial;
    }
}

.project-section-2 .left-shape {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .project-section-2 .left-shape {
        display: none;
    }
}

.project-section-2 .left-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1600px) {
    .project-section-2 .left-image {
        left: -100px;
    }
}

@media (max-width: 1399px) {
    .project-section-2 .left-image {
        display: none;
    }
}

.project-section-2 .left-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(33, 53, 62, 0.9);
}

.project-section-2 .left-image img {
    width: 100%;
    height: 100%;
}

.project-section-2 .arrow-button {
    position: absolute;
    right: 31%;
    margin-top: 0;
    bottom: 11%;
}

@media (max-width: 1399px) {
    .project-section-2 .arrow-button {
        display: none;
    }
}

.project-section-2 .arrow-button .array-prev {
    z-index: 999;
}

.project-section-2 .arrow-button .array-next {
    z-index: 999;
}

.project-section-2 .project-slider {
    margin-left: -80px;
    margin-right: -80px;
}

.project-section-2 .project-slider.style-2 {
    padding-bottom: 105px;
}

@media (max-width: 1399px) {
    .project-section-2 .project-slider.style-2 {
        padding-bottom: 0;
    }
}

@media (max-width: 1600px) {
    .project-section-2 .project-slider {
        margin-right: -56;
        margin-left: -56;
    }
}

@media (max-width: 1399px) {
    .project-section-2 .project-slider {
        margin-right: 0;
        margin-left: 0;
    }
}

.project-details-post .details-image {
    margin-bottom: 30px;
}

.project-details-post .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-details-post h2 {
    font-size: 42px;
}

@media (max-width: 1399px) {
    .project-details-post h2 {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .project-details-post h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .project-details-post h2 {
        font-size: 20px;
    }
}

.project-details-post .sidebre-box {
    background: #F4F5EC;
    padding: 45px 45px;
    border-left: 4px solid var(--theme);
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .project-details-post .sidebre-box {
        padding: 30px;
        margin-top: 30px;
    }
}

.project-details-post .sidebre-box p {
    font-size: 26px;
    max-width: 756px;
    line-height: 160%;
    margin-bottom: 45px;
    color: var(--header);
    font-weight: 500;
}

@media (max-width: 1399px) {
    .project-details-post .sidebre-box p {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .project-details-post .sidebre-box p {
        font-size: 16px;
    }
}

.project-details-post .sidebre-box .client-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .project-details-post .sidebre-box .client-info-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.project-details-post .sidebre-box .client-info-item .info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.project-details-post .dot-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-details-post .dot-list li {
    position: relative;
    padding-left: 15px;
}

.project-details-post .dot-list li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--text);
    content: "";
    top: 10px;
    left: 0;
    border-radius: 20px;
}

.project-details-post .dot-list li:not(:last-child) {
    margin-bottom: 10px;
}

.project-details-post .thumb img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
}

.project-details-post .prev-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(41, 1, 0, 0.19);
    border-bottom: 1px solid rgba(41, 1, 0, 0.19);
    padding: 6px 0;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .project-details-post .prev-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.project-details-post .prev-item .prev-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.project-details-post .prev-item .prev-left .prev-btn {
    font-weight: 600;
    color: var(--theme);
}

.project-details-post .prev-item .prev-left .prev-btn i {
    margin-right: 5px;
}

.project-details-post .prev-item .prev-left .prev-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.project-information-box {
    border-radius: 26.5px;
    background: var(--white);
    box-shadow: 5px 5px 76.7px 91px rgba(8, 4, 56, 0.05);
    padding: 45px 40px;
}

@media (max-width: 1399px) {
    .project-information-box {
        padding: 30px;
    }
}

.project-information-box .Information-list {
    margin-top: 25px;
}

.project-information-box .Information-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-information-box .Information-list li:not(:last-child) {
    border-bottom: 1px solid rgba(30, 32, 35, 0.12);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.project-feature-style-5 {
    margin-top: 30px;
    padding: 50px 30px;
    border-top: 1px solid rgba(9, 34, 16, 0.1);
    border-bottom: 1px solid rgba(9, 34, 16, 0.1);
    border-left: 1px solid rgba(9, 34, 16, 0.1);
}

@media (max-width: 1399px) {
    .project-feature-style-5 {
        padding: 40px 25px;
    }
}

.project-feature-style-5 .content {
    margin-bottom: 20px;
}

.project-feature-style-5 .content h3 {
    font-size: 28px;
    margin-bottom: 7px;
}

@media (max-width: 1399px) {
    .project-feature-style-5 .content h3 {
        font-size: 24px;
    }
}

.project-feature-style-5 .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.project-feature-style-5 .content h3 a:hover {
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}

.project-feature-style-5 .content p {
    font-size: 15px;
}

.project-feature-style-5 .thumb {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.project-feature-style-5 .thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(8, 77, 54, 0.3);
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
    border-radius: 10px;
}

.project-feature-style-5 .thumb img {
    width: 100%;
    height: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.project-feature-style-5 .link-btn {
    font-size: 18px;
}

.project-feature-style-5 .link-btn i {
    margin-left: 10px;
    font-size: 18px;
}

.project-feature-style-5 .link-btn:hover {
    color: var(--theme);
}

.project-feature-style-5:hover .thumb::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
}

.project-feature-style-5:hover .thumb img {
    transform: scale(1.1) rotate(2deg);
}

.project-section-5 {
    position: relative;
    z-index: 9;
}

.project-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(5, 58, 20, 0.88);
    z-index: -1;
}

.project-section-5 .project-shape-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.project-section-5 .project-shape-2 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.project-wrapper-items-5 {
    margin-top: 30px;
    border-radius: 12px;
    border: 1px solid rgba(30, 29, 38, 0.29);
    background: var(--white);
    padding: 37px 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

@media (max-width: 1199px) {
    .project-wrapper-items-5 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .project-wrapper-items-5 {
        padding: 30px 35px;
    }
}

@media (max-width: 575px) {
    .project-wrapper-items-5 {
        padding: 30px;
    }
}

.project-wrapper-items-5 .project-box-items-5 {
    display: flex;
    gap: 80px;
    align-items: center;
}

@media (max-width: 1199px) {
    .project-wrapper-items-5 .project-box-items-5 {
        flex-wrap: wrap;
        gap: 30px;
    }

    .project-wrapper-items-5 .project-box-items-5 br {
        display: none;
    }
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items {
    display: flex;
    gap: 60px;
    align-items: center;
}

@media (max-width: 1199px) {
    .project-wrapper-items-5 .project-box-items-5 .project-number-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .number {
    width: 81px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 12px;
    background: rgba(153, 165, 55, 0.07);
    font-family: "Parkinsans", sans-serif;
    font-size: 32px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme);
    margin-bottom: 10px;
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .content h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul {
    display: flex;
    gap: 10px;
}

@media (max-width: 1199px) {
    .project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul {
        flex-wrap: wrap;
    }
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul li {
    border-radius: 50px;
    border: 1px solid rgba(153, 165, 55, 0.38);
    font-size: 16px;
    padding: 10px 17px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
}

.project-wrapper-items-5 .project-box-items-5 .project-number-items .content ul li:hover {
    background-color: var(--theme);
    color: var(--white);
}

.project-wrapper-items-5 .hover-image {
    width: 480px;
    height: 275px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -150px 0 0 -50px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
    border-radius: 12px;
}

.project-wrapper-items-5:hover .hover-image {
    opacity: 1;
    visibility: visible;
}

.project-wrapper-items-5 .circle-icon {
    width: 54px;
    height: 54px;
    border: 1px solid var(--theme);
    background: var(--white);
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.project-wrapper-items-5 .circle-icon:hover {
    background-color: var(--theme);
    color: var(--white);
}

.project-wrapper-items-5:hover .project-box-items-5 .project-number-items .number {
    background-color: var(--theme);
    color: var(--white);
}

.studies-card-item .studies-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(235deg, rgba(9, 34, 16, 0) 30.97%, rgba(9, 34, 16, 0.75) 87.54%);
    transition: all 0.4s;
}

.studies-card-item .studies-image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.4s;
    background: rgba(10, 40, 3, 0.55);
    opacity: 0;
}

.studies-card-item .studies-image .arrow {
    width: 60px;
    height: 60px;
    background-color: var(--theme);
    transition: all 0.8s;
    opacity: 0;
}

.studies-card-item .studies-content h3,
.studies-card-item .studies-content a {
    font-style: 25px !important;
    font-weight: 500;
    font-family: "Parkinsans", sans-serif;
}

.studies-card-item:hover .studies-image::after {
    opacity: 1;
}

.studies-card-item:hover .studies-image .arrow {
    opacity: 1;
    z-index: 2;
    transform: rotate(-50deg);
}

.studies-slider {
    margin-left: -280px;
}

@media (max-width: 991px) {
    .studies-slider {
        margin-left: 16px;
    }
}

.gallary-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.gallary-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(8, 77, 54, 0.3);
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
    border-radius: 10px;
}

.gallary-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.gallary-image:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
}

.gallary-image:hover img {
    transform: scale(1.1) rotate(2deg);
}

.gallary-section-4 {
    margin: 20px;
    margin-bottom: 0;
}

.testimonial-section {
    border-radius: 20px;
    margin: 0 15px;
    position: relative;
}

.testimonial-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 10px;
}

@media (max-width: 1600px) {
    .testimonial-section .left-shape {
        display: none;
    }
}

.testimonial-content-style-1 .text {
    max-width: 447px;
    margin-top: 15px;
}

.testimonial-content-style-1 .rating-box {
    border-radius: 12px;
    background-color: var(--white);
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 38px;
}

@media (max-width: 1399px) {
    .testimonial-content-style-1 .rating-box {
        padding: 28px;
        margin-top: 30px;
    }
}

.testimonial-content-style-1 .rating-box .rating-content {
    border-left: 1px dashed #CDCDCD;
    padding-left: 20px;
}

@media (max-width: 1399px) {
    .testimonial-content-style-1 .rating-box .rating-content {
        padding-left: 0;
        border-left: none;
    }
}

.testimonial-content-style-1 .rating-box .rating-content h6 {
    margin-bottom: 10px;
}

.testimonial-content-style-1 .rating-box .rating-content .rating-image {
    display: flex;
    align-items: center;
    gap: 2px;
}

.testimonial-right-item-style-1 {
    margin-right: -70%;
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 {
        margin-right: 0;
        margin-left: 0;
    }
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 {
    border-radius: 12px;
    background: var(--white);
    padding: 45px;
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 .testimonial-card-item-style-1 {
        padding: 30px;
    }
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item {
    display: flex;
    align-items: center;
    margin-left: -45px;
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 65px;
    height: 80px;
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .left-content {
        height: initial;
        gap: 10px;
        flex-direction: initial;
    }
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .left-content h6 {
    transform: rotate(-90deg);
    font-family: "Parkinsans", sans-serif;
    letter-spacing: 1.92px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .left-content h6 {
        transform: rotate(0);
    }
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .left-content img {
    transform: rotate(-90deg);
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .left-content img {
        transform: rotate(0);
    }
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .right-content {
    margin-left: -10px;
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .right-content {
        margin-left: 0;
    }
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .right-content p {
    max-width: 455px;
    margin-top: 10px;
    border-bottom: 1px dashed #CDCDCD;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .info-item i {
    font-size: 44px;
    color: var(--theme);
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .info-item .content span {
    font-size: 18px;
}

@media (max-width: 1399px) {
    .testimonial-right-item-style-1 .testimonial-card-item-style-1 .info-item .content span {
        font-size: 14px;
    }
}

.testimonial-right-item-style-1 .arrow-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.testimonial-right-item-style-1 .arrow-button .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.testimonial-right-item-style-1 .arrow-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.testimonial-right-item-style-1 .arrow-button .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.testimonial-right-item-style-1 .arrow-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

.testimonial-main-box {
    margin-top: 30px;
}

.testimonial-main-box .testimonial-thumb-active .swiper-slide img {
    transform: scale(0.8);
}

.testimonial-main-box .testimonial-thumb-active .swiper-slide.swiper-slide-active {
    position: relative;
}

.testimonial-main-box .testimonial-thumb-active .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    border: 1px solid var(--theme);
    padding: 5px;
    border-radius: 100%;
}

.testimonial-main-box .teatimonial-item {
    margin-top: 30px;
    margin-bottom: 180px;
}

@media (max-width: 1399px) {
    .testimonial-main-box .teatimonial-item {
        margin-bottom: 0;
    }
}

.testimonial-main-box .teatimonial-item p {
    font-size: 32px;
    font-weight: 600;
    line-height: 181%;
    color: var(--header);
    margin: 0 auto;
}

@media (max-width: 1399px) {
    .testimonial-main-box .teatimonial-item p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .testimonial-main-box .teatimonial-item p {
        font-size: 16px;
    }
}

.testimonial-main-box .teatimonial-item .testimonial-author {
    margin-top: 70px;
}

@media (max-width: 1399px) {
    .testimonial-main-box .teatimonial-item .testimonial-author {
        margin-top: 30px;
    }
}

.testimonial-main-box .teatimonial-item .testimonial-author .test-cont h3 {
    position: relative;
    padding-left: 23px;
    padding-right: 23px;
}

.testimonial-main-box .teatimonial-item .testimonial-author .test-cont h3::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    width: 100px;
    height: 1px;
    background: #57595C;
    top: 14px;
    left: -40%;
}

@media (max-width: 1399px) {
    .testimonial-main-box .teatimonial-item .testimonial-author .test-cont h3::before {
        display: none;
    }
}

.testimonial-main-box .teatimonial-item .testimonial-author .test-cont h3::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    height: 1px;
    background: #57595C;
    top: 14px;
    right: -40%;
}

@media (max-width: 1399px) {
    .testimonial-main-box .teatimonial-item .testimonial-author .test-cont h3::after {
        display: none;
    }
}

.testimonial-section-2 {
    position: relative;
}

.testimonial-section-2 .left-shape {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .testimonial-section-2 .left-shape {
        display: none;
    }
}

.testimonial-section-2 .right-shape {
    position: absolute;
    bottom: 0;
    right: 50px;
}

@media (max-width: 1399px) {
    .testimonial-section-2 .right-shape {
        display: none;
    }
}

@media (max-width: 1399px) {
    .testimonial-section-2 .arrow-button {
        display: none;
    }
}

.testimonial-section-2 .arrow-button .array-prev {
    position: absolute;
    border-radius: 100px;
    top: 50%;
    left: 18%;
}

.testimonial-section-2 .arrow-button .array-next {
    position: absolute;
    top: 50%;
    border-radius: 100px;
    right: 18%;
}

.testimonial-section-5 {
    margin: 0 40px;
    border-radius: 50px;
    background: #F8FAF8;
    position: relative;
    z-index: 9;
}

@media (max-width: 1600px) {
    .testimonial-section-5 {
        margin: 0 30px;
    }
}

@media (max-width: 1399px) {
    .testimonial-section-5 {
        margin: 0 20px;
    }
}

@media (max-width: 1199px) {
    .testimonial-section-5 {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .testimonial-section-5 {
        margin: 0;
        border-radius: 0;
    }
}

.testimonial-section-5 .shape-1 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}

@media (max-width: 1399px) {
    .testimonial-section-5 .shape-1 {
        display: none;
    }
}

.tetimonial-box-area-5 {
    position: relative;
}

.tetimonial-box-area-5 .array-button-2 {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: space-between;
    max-width: 260px;
    width: 100%;
}

.tetimonial-box-area-5 .testi-progress {
    width: 100%;
    background-color: rgb(20, 75, 36);
    border-radius: 5px;
}

.tetimonial-box-area-5 .swiper-pagination-progressbar {
    background-color: rgb(20, 75, 36);
}

.tetimonial-box-area-5 .testi-swiper-pagination {
    height: 10px;
    width: 140px !important;
    margin: 0 auto;
    border-radius: 5px;
    margin-left: 100px;
}

.tetimonial-box-area-5 .testi-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme);
    border-radius: 5px;
}

.tetimonial-box-area-5 .array-button-2 {
    margin-top: 0;
    position: absolute;
    bottom: 20%;
    left: 50px;
    z-index: 99;
}

@media (max-width: 1199px) {
    .tetimonial-box-area-5 .array-button-2 {
        display: none !important;
    }
}

.tetimonial-box-area-5 .array-button-2 .array-prev1 {
    line-height: 1;
    position: absolute;
    top: -2px;
    left: 68px;
}

.tetimonial-box-area-5 .array-button-2 .array-next1 {
    line-height: 1;
    position: absolute;
    top: -2px;
    right: -9px;
}

.testimonial-image-style-5 {
    position: relative;
    z-index: 9;
}

.testimonial-image-style-5 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.testimonial-image-style-5 .video-box {
    position: absolute;
    top: 23px;
    left: 22px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid var(--white);
    z-index: 9;
}

.testimonial-image-style-5 .video-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 84px;
    height: 84px;
    border: 1px solid var(--white);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-image-style-5 .video-box .video-btn {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    background-color: var(--white);
    font-size: 18px;
}

.testimonial-image-style-5 .testimonial-slider-5 {
    margin-top: -163px;
    max-width: 424px;
    width: 100%;
    margin-right: -175px;
}

@media (max-width: 1199px) {
    .testimonial-image-style-5 .testimonial-slider-5 {
        margin-right: 0;
        margin-top: -100px;
    }
}

.testimonial-image-style-5 .testimonial-box-5 {
    padding: 40px 35px;
    z-index: 9;
}

.testimonial-image-style-5 .testimonial-box-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--header);
    border-radius: 20px;
    z-index: -1;
    left: 0;
    top: 65px;
    height: initial;
}

.testimonial-image-style-5 .testimonial-box-5 .quote-icon {
    border-radius: 10px;
    background: var(--white);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-image-style-5 .testimonial-box-5 .quote-icon img {
    width: initial;
    height: initial;
    border-radius: 0;
}

.testimonial-image-style-5 .testimonial-box-5 .star {
    justify-content: end;
    display: flex;
    gap: 5px;
    color: var(--theme);
    margin-bottom: 20px;
}

.testimonial-image-style-5 .testimonial-box-5 p {
    font-family: "Parkinsans", sans-serif;
    color: var(--white);
}

.testimonial-image-style-5 .testimonial-box-5 h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--theme);
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testimonial-image-style-5 .testimonial-box-5 h3 {
        font-size: 20px;
    }
}

.testimonial-image-style-5 .testimonial-box-5 h3:last-child {
    position: relative;
    padding-left: 35px;
}

@media (max-width: 767px) {
    .testimonial-image-style-5 .testimonial-box-5 h3:last-child {
        padding-left: 0;
    }
}

.testimonial-image-style-5 .testimonial-box-5 h3:last-child::before {
    width: 15px;
    height: 1px;
    line-height: 4px;
    position: absolute;
    top: 15px;
    left: 0px;
    content: "";
    background-color: var(--theme);
}

@media (max-width: 767px) {
    .testimonial-image-style-5 .testimonial-box-5 h3:last-child::before {
        display: none;
    }
}

.testimonial-content-style-5 {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .testimonial-content-style-5 {
        margin-left: 0;
    }
}

.testimonial-content-style-5 .testi-text {
    margin-top: 25px;
}

.testimonial-content-style-5 .testi-left-items {
    margin-top: 30px;
    margin-left: 160px;
}

@media (max-width: 1199px) {
    .testimonial-content-style-5 .testi-left-items {
        margin-left: 0;
    }
}

.testimonial-content-style-5 .testi-left-items .testi-top {
    display: flex;
    gap: 25px;
    align-items: center;
}

.testimonial-content-style-5 .testi-left-items .testi-top .counter-box {
    border-radius: 20px;
    background: rgba(20, 75, 36, 0.05);
    padding: 25px 35px;
    min-width: 150px;
}

.testimonial-content-style-5 .testi-left-items .theme-btn-2 {
    margin-top: 30px;
}

.testimonial-style3 .container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 50px;
}

.testimonial-style3 .testimonial-pragraph3 {
    max-width: 530px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .testimonial-style3 .testimonial-pragraph3 {
        margin-left: 0;
    }
}

.testimonial-style3 .swiper-slide-duplicate-active .thumb .quote {
    opacity: 0 !important;
}

@media (max-width: 991px) {
    .testimonial-style3 .container {
        padding: 0 0;
    }
}

.testimonial-thumb-active2 {
    height: 460px;
}

@media (max-width: 1199px) {
    .testimonial-thumb-active2 {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .testimonial-thumb-active2 {
        height: 310px;
    }
}

.testimonial-thumb-active2 .swiper-slide.swiper-slide-active .small-testimonial-item {
    background-color: var(--theme);
}

.testimonial-thumb-active2 .swiper-slide.swiper-slide-active .small-testimonial-item .cont h3 {
    color: var(--white) !important;
}

.testimonial-thumb-active2 .swiper-slide.swiper-slide-active .small-testimonial-item .cont p {
    color: var(--white) !important;
}

.small-testimonial-item {
    border: 1px solid rgba(9, 34, 16, 0.2);
    border-radius: 100px;
    padding: 20px;
    background-color: var(--white);
}

.small-testimonial-item .thumb {
    width: 90px;
    height: 90px;
}

.small-testimonial-item .thumb .quote {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .small-testimonial-item {
        padding: 12px;
    }

    .small-testimonial-item .thumb {
        width: 60px;
        height: 60px;
    }

    .small-testimonial-item .thumb .quote {
        width: 29px;
        height: 29px;
    }

    .small-testimonial-item .content h3 {
        font-size: 16px;
    }

    .small-testimonial-item .content span {
        display: block;
        font-size: 13px !important;
    }
}

.testimonial-items-big-03 {
    border: 1px solid rgba(9, 34, 16, 0.2);
    padding: 66px 32px 66px 70px;
    background-color: var(--white);
    display: flex;
    border-radius: 14px;
    gap: 50px;
    margin: 0 10px 0 10px;
}

.testimonial-items-big-03 .thumb {
    width: 200px;
    height: 200px;
    min-width: 200px;
}

.testimonial-items-big-03 .thumb .quote {
    bottom: -30px;
    left: 40px;
}

.testimonial-items-big-03 h3 {
    line-height: 37px;
}

.testimonial-items-big-03 .arrow-button button {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(9, 34, 16, 0.1);
    border-radius: 50%;
    color: var(--black);
}

.testimonial-items-big-03 .arrow-button button:hover {
    background-color: var(--theme-2dark);
    color: var(--white);
}

.testimonial-items-big-03 .arrow-button .array-next {
    background-color: var(--theme-2dark);
    color: var(--white);
}

@media (max-width: 1399px) {
    .testimonial-items-big-03 {
        gap: 24px;
        padding: 45px 24px 45px 30px;
    }
}

@media (max-width: 1199px) {
    .testimonial-items-big-03 {
        gap: 24px;
        padding: 45px 24px 45px 30px;
    }

    .testimonial-items-big-03 h3 {
        line-height: 28px;
    }

    .testimonial-items-big-03 .thumb {
        width: 110px;
        height: 110px;
        min-width: 110px;
    }

    .testimonial-items-big-03 .thumb .quote {
        bottom: -30px;
        left: 40px;
        width: 40px;
    }
}

@media (max-width: 575px) {
    .testimonial-items-big-03 {
        flex-wrap: wrap;
        gap: 50px;
        padding: 36px 20px 36px 20px;
        margin: 0 4px 0 4px;
    }
}

.testimonail-btn-grap3 {
    position: absolute;
    right: 100px;
    z-index: 9;
    bottom: 70px;
}

.testimonail-btn-grap3 button {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(9, 34, 16, 0.1);
    border-radius: 50% !important;
    color: var(--black) !important;
}

.testimonail-btn-grap3 button:hover {
    background-color: var(--theme-2dark) !important;
    color: var(--white) !important;
}

.testimonail-btn-grap3 .array-next {
    background-color: var(--theme-2dark);
    color: var(--white) !important;
}

@media (max-width: 1199px) {
    .testimonail-btn-grap3 {
        right: 80px;
        bottom: 35px;
    }
}

@media (max-width: 500px) {
    .testimonail-btn-grap3 {
        position: static;
        margin-top: 20px !important;
        justify-content: center;
    }
}

.testimonial-box-items-style-4 {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
    padding: 40px 50px;
    margin-left: 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .testimonial-box-items-style-4 {
        margin-left: 0;
        padding: 30px;
    }
}

.testimonial-box-items-style-4 .top-items {
    display: flex;
    gap: 10px;
}

@media (max-width: 1199px) {
    .testimonial-box-items-style-4 .top-items {
        flex-wrap: wrap;
    }
}

.testimonial-box-items-style-4 .top-items .star {
    color: var(--theme);
}

.testimonial-box-items-style-4 .top-items p {
    font-size: 18px;
    color: #092210;
}

.testimonial-box-items-style-4 .testimonial-text {
    font-size: 18px;
    color: #092210;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .testimonial-box-items-style-4 .testimonial-text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .testimonial-box-items-style-4 .testimonial-text {
        font-size: 15px;
    }
}

.testimonial-box-items-style-4 .bottom-items {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .testimonial-box-items-style-4 .bottom-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.testimonial-box-items-style-4 .bottom-items .client-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1399px) {
    .testimonial-box-items-style-4 .bottom-items .quote-image img {
        width: 50px;
    }
}

.testimonial-wrapper-4 {
    border-bottom: 1px solid rgba(20, 75, 36, 0.1);
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-4 {
        padding-bottom: 100px;
    }
}

.testimonial-section-4 {
    border-radius: 30px;
    background: #F8FAF8;
    margin: 0 20px;
    position: relative;
    z-index: 9;
}

.testimonial-section-4 .array-button-2 {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    max-width: 260px;
    width: 100%;
    margin: 50px auto 0;
}

.testimonial-section-4 .testi-progress {
    width: 100%;
    background-color: rgb(20, 75, 36);
    border-radius: 5px;
}

.testimonial-section-4 .swiper-pagination-progressbar {
    background-color: rgb(20, 75, 36);
}

.testimonial-section-4 .testi-swiper-pagination {
    height: 10px;
    width: 140px !important;
    margin: 0 auto;
    border-radius: 5px;
    margin-left: 100px;
}

.testimonial-section-4 .testi-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme);
    border-radius: 5px;
}

.testimonial-section-4 .array-button-2 {
    z-index: 99;
    position: relative;
    justify-content: center;
}

@media (max-width: 1199px) {
    .testimonial-section-4 .array-button-2 {
        display: none !important;
    }
}

.testimonial-section-4 .array-button-2 .array-prev1 {
    line-height: 1;
    position: absolute;
    top: -2px;
    left: 68px;
}

.testimonial-section-4 .array-button-2 .array-next1 {
    line-height: 1;
    position: absolute;
    top: -2px;
    right: -9px;
}

.testimonial-section-4 .client-1 {
    position: absolute;
    z-index: -1;
    top: 22%;
    left: 94px;
}

@media (max-width: 1199px) {
    .testimonial-section-4 .client-1 {
        display: none;
    }
}

.testimonial-section-4 .client-2 {
    position: absolute;
    z-index: -1;
    top: 40%;
    left: 55px;
}

@media (max-width: 1199px) {
    .testimonial-section-4 .client-2 {
        display: none;
    }
}

.testimonial-section-4 .client-3 {
    position: absolute;
    z-index: -1;
    top: 52%;
    left: 16%;
}

@media (max-width: 1199px) {
    .testimonial-section-4 .client-3 {
        display: none;
    }
}

.testimonial-section-4 .client-4 {
    position: absolute;
    z-index: -1;
    top: 43%;
    left: 30%;
}

@media (max-width: 1199px) {
    .testimonial-section-4 .client-4 {
        display: none;
    }
}

.testimonial-section-4 .client-5 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 45%;
}

@media (max-width: 1199px) {
    .testimonial-section-4 .client-5 {
        display: none;
    }
}

.testimonial-section-4 .shape-1 {
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 42%;
}

@media (max-width: 1199px) {
    .testimonial-section-4 .shape-1 {
        display: none;
    }
}

.testimonial-left-items-style-4 .testi-text {
    margin-top: 25px;
    max-width: 566px;
}

.product-gallery {
    width: 100%;
}

.productMain {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.productMain .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.productMain img {
    width: 100%;
    height: 650px;
    object-fit: contain;
    user-select: none;
}

.productThumbs {
    padding: 5px 0;
}

.productThumbs .swiper-slide {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: .45;
    transition: .3s;
    border: 2px solid transparent;
}

.productThumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #d4a760;
}

.productThumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:768px) {
    .productMain img {
        height: 400px;
    }

    .productThumbs .swiper-slide {
        width: 70px;
        height: 70px;
    }
}

.product-gallery {
    position: relative;
}

.areasMain {
    border-radius: 12px;
    overflow: hidden;
}

.areasMain .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.areasMain img {
    width: 100%;
    height: 550px !important;
    object-fit: cover;
    display: block;
}

.areas-button-prev,
.areas-button-next {
    position: absolute;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--white);
    color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: .3s;
}

.areas-button-prev:hover,
.areas-button-next:hover {
    background: var(--theme);
    color: var(--white);
}

.areas-button-next {
    right: 20px;
}

.areas-button-prev {
    right: 80px;
}

.areas-button-prev::after,
.areas-button-next::after {
    display: none;
}

@media(max-width:768px) {
    .areasMain img {
        height: 400px;
    }

    .areas-button-prev,
    .areas-button-next {
        width: 36px;
        height: 36px;
        top: 15px;
    }

    .areas-button-prev {
        right: 60px;
    }

    .areas-button-next {
        right: 15px;
    }
}

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