/*===========================
Project Name: Mortar - IT Startup & Digital Agency Template.
Author: Egens Lab --> (https://www.egenslab.com/)
Support: https://www.account.egenslab.com/
Developer: Abid Hossain Chowdhury --> hello@egenslab.com
Version: 1.0

01.COMMON CSS 
02. Mixins Css
03. Header CSS
14. Home1 Footer Section CSS
15. Home2 Banner Section CSS
16. Home2 Feature Section CSS
17. Home2 Service Section CSS
18. Home2 Global Map Section CSS
19. Home2 Transaction Section CSS
20. Home2 Testimonial Section CSS
21. Home2 Feature Slider Section CSS
22. Home2 Blog Section CSS
23. Home2 App Banner Section CSS
24. Home2 Contact Section CSS
70. Breadcrumb Section CSS
75. Contact Page CSS

/*===========================
  01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Lora:ital,wght@0,400..700;1,400..700&amp;family=SUSE:wght@100..800&amp;display=swap");
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --font-lora: "Lora", sans-serif;
    --font-dmsans: "DM Sans", sans-serif;
    --font-suse: "SUSE", sans-serif;
    --white-color: #fff;
    --dark-white-color: #fff;
    --dark-black-color: #1c1a1e;
    --black-color: #1c1a1e;
    --black-color-opc: 28, 26, 30;
    --title-color: #1c1a1e;
    --dark-title-color: #1c1a1e;
    --title-color-opc: 28, 26, 30;
    --title-color2: #003c30;
    --dark-title-color2: #003c30;
    --dark-text-color: #a0a0a0;
    --text-color: #545454;
    --global-text-color: #545454;
    --text-color-opc: 84, 84, 84;
    --primary-color1: #5841d8;
    --primary-color1-opc: 88, 65, 216;
    --primary-color2: #78eb54;
    --primary-color2-opc: 120, 235, 84;
    --secondary-color: #003c30;
    --primary-color3: #5956e9;
    --primary-color3-opc: 89, 86, 233;
    --primary-color4: #60e59d;
    --primary-color4-opc: 96, 229, 157;
    --borders-color: #eee;
}

/*================================================
02. Mixins Css
=================================================*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-lora);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
body.fintech #ball {
    border-color: var(--primary-color2);
    background-color: var(--primary-color2);
}
body.fintech #ball.ball-view {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color2-opc), 0.5);
}
body.fintech #ball .ball-drag::before,
body.fintech #ball .ball-drag::after {
    color: var(--primary-color2);
}
body.fintech #ball.magnetic-active {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color2-opc), 0.5);
}
body.fintech #ball .ball-close {
    color: var(--primary-color2);
}
body.fintech .progress-wrap {
    background-color: var(--dark-white-color);
}
body.fintech .progress-wrap svg.progress-circle {
    stroke: var(--primary-color2);
}
body.fintech .progress-wrap .arrow {
    fill: var(--title-color);
}
body.fintech .progress-wrap:hover {
    background-color: var(--primary-color2);
}
body.fintech .progress-wrap:hover .arrow {
    fill: var(--dark-title-color);
}
body.digital-agency #ball {
    border-color: var(--primary-color3);
    background-color: var(--primary-color3);
}
body.digital-agency #ball.ball-view {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color3-opc), 0.5);
}
body.digital-agency #ball .ball-drag::before,
body.digital-agency #ball .ball-drag::after {
    color: var(--primary-color3);
}
body.digital-agency #ball.magnetic-active {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color3-opc), 0.5);
}
body.digital-agency #ball .ball-close {
    color: var(--primary-color3);
}
body.digital-agency .progress-wrap svg.progress-circle {
    stroke: var(--primary-color3);
}
body.digital-agency .progress-wrap .arrow {
    fill: var(--primary-color3);
}
body.digital-agency .progress-wrap:hover {
    background-color: var(--primary-color3);
}
body.digital-agency .progress-wrap:hover .arrow {
    fill: var(--white-color);
}
body.marketing-agency #ball {
    border-color: var(--primary-color3);
    background-color: var(--primary-color3);
}
body.marketing-agency #ball.ball-view {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color3-opc), 0.5);
}
body.marketing-agency #ball .ball-drag::before,
body.marketing-agency #ball .ball-drag::after {
    color: var(--primary-color3);
}
body.marketing-agency #ball.magnetic-active {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color3-opc), 0.5);
}
body.marketing-agency #ball .ball-close {
    color: var(--primary-color3);
}
body.marketing-agency .progress-wrap svg.progress-circle {
    stroke: var(--primary-color3);
}
body.marketing-agency .progress-wrap .arrow {
    fill: var(--primary-color3);
}
body.marketing-agency .progress-wrap:hover {
    background-color: var(--primary-color3);
}
body.marketing-agency .progress-wrap:hover .arrow {
    fill: var(--white-color);
}
body.it-consulting #ball {
    border-color: var(--primary-color4);
    background-color: var(--primary-color4);
}
body.it-consulting #ball.ball-view {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color3-opc), 0.5);
}
body.it-consulting #ball .ball-drag::before,
body.it-consulting #ball .ball-drag::after {
    color: var(--primary-color4);
}
body.it-consulting #ball.magnetic-active {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color4-opc), 0.5);
}
body.it-consulting #ball .ball-close {
    color: var(--primary-color4);
}
body.it-consulting .progress-wrap svg.progress-circle {
    stroke: var(--primary-color4);
}
body.it-consulting .progress-wrap .arrow {
    fill: var(--primary-color4);
}
body.it-consulting .progress-wrap:hover {
    background-color: var(--primary-color4);
}
body.it-consulting .progress-wrap:hover .arrow {
    fill: var(--dark-title-color2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-lora);
    font-weight: 600;
    line-height: 1.4;
    color: var(--title-color);
}

input {
    border: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

i.bx {
    vertical-align: middle;
}

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

a {
    text-decoration: none;
}

p {
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.pb-130 {
    padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}

.pt-130 {
    padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .pt-130 {
        padding-top: 90px;
    }
}

.pt-120 {
    padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .pt-120 {
        padding-top: 70px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .pb-120 {
        padding-bottom: 70px;
    }
}

.pt-100 {
    padding-top: 110px;
}
@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 110px;
}
@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}
@media (max-width: 991px) {
    .pt-90 {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .pt-90 {
        padding-top: 70px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}
@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

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

.mt-120 {
    margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}
@media (max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

.mb-110 {
    margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-110 {
        margin-bottom: 90px;
    }
}
@media (max-width: 991px) {
    .mb-110 {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .mb-110 {
        margin-bottom: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .mb-120 {
        margin-bottom: 70px;
    }
}

.mb-130 {
    margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-130 {
        margin-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .mb-130 {
        margin-bottom: 90px;
    }
}

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

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

.mb-90 {
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-80 {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 70px;
    }
}

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

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

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

.pt-50 {
    padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-50 {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .pt-50 {
        padding-top: 30px;
    }
}

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

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

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

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

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

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

.pl-110 {
    padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .pl-110 {
        padding-left: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .pl-110 {
        padding-left: 40px;
    }
}
@media (max-width: 1199px) {
    .pl-110 {
        padding-left: unset;
    }
}

.mb-65 {
    margin-bottom: 65px;
}
@media (max-width: 1199px) {
    .mb-65 {
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .mb-65 {
        margin-bottom: 45px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .mb-70 {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-50 {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}

.mt-60 {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-65 {
    margin-top: 65px;
}
@media (max-width: 1199px) {
    .mt-65 {
        margin-top: 55px;
    }
}
@media (max-width: 767px) {
    .mt-65 {
        margin-top: 45px;
    }
}

.mt-70 {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .mt-70 {
        margin-top: 40px;
    }
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
    display: block;
}

#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--primary-color1);
    background-color: var(--primary-color1);
    /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color1-opc), 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--font-dmsans);
    line-height: 1.4;
    text-align: center;
}

#ball .ball-view-inner {
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

#ball .ball-view-inner i {
    font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 16px;
    color: var(--primary-color1);
    height: 10px;
    line-height: 10px;
    /* Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
    content: "\f060"; /* Font Awesome */
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s;
}

#ball .ball-drag::after {
    content: "\f061"; /* Font Awesome */
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s;
}

#ball.magnetic-active {
    background-image: linear-gradient(
        112.83deg,
        rgba(255, 255, 255, 0.47) 0%,
        rgba(255, 255, 255, 0) 110.84%
    );
    background-color: rgba(var(--primary-color1-opc), 0.5);
    -webkit-backdrop-filter: blur(1.1px);
    backdrop-filter: blur(1.1px);
    border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
    opacity: 1 !important;
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color1);
    line-height: 1;
    text-align: center;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--borders-color);
    background-color: transparent;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap svg {
    fill: none;
    transition: 0.5s;
}
.progress-wrap svg.progress-circle {
    stroke: var(--primary-color1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}
.progress-wrap .arrow {
    fill: var(--primary-color1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}
.progress-wrap:hover {
    background-color: var(--primary-color1);
}
.progress-wrap:hover .arrow {
    fill: var(--white-color);
}

.primary-btn1 {
    border-radius: 10px;
    background-color: var(--black-color);
    font-family: var(--font-dmsans);
    font-weight: 700;
    font-size: 16px;
    color: var(--dark-white-color);
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 16px 26px;
    position: relative;
    align-items: center;
    display: inline-flex;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
@media (max-width: 576px) {
    .primary-btn1 {
        font-size: 15px;
    }
}
.primary-btn1 > span {
    transition: opacity 0.3s, transform 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.primary-btn1 > span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity 0.3s, transform 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
}
.primary-btn1 svg {
    fill: none;
    stroke: var(--dark-white-color);
    transition: 0.5s;
}
.primary-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    z-index: -1;
}
.primary-btn1::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(110%);
    background-color: var(--primary-color1);
    overflow: hidden;
    transition: opacity 0.5s, transform 0.5s;
    z-index: -1;
}
.primary-btn1:hover {
    color: var(--white-color);
}
.primary-btn1:hover svg {
    display: block;
    stroke: var(--white-color);
}
.primary-btn1:hover > span {
    transform: translateY(-150%);
    opacity: 0;
}
.primary-btn1:hover > span:nth-child(2) {
    opacity: 1;
    transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
    transform: translate(0);
    border-radius: 0;
}
.primary-btn1.white-bg {
    background-color: var(--dark-white-color);
    color: var(--title-color);
}
.primary-btn1.white-bg svg {
    stroke: var(--title-color);
}
.primary-btn1.white-bg:hover {
    color: var(--white-color);
}
.primary-btn1.white-bg:hover svg {
    stroke: var(--white-color);
}
.primary-btn1.transparent {
    border: 1px solid var(--borders-color);
    background-color: transparent;
    color: var(--title-color);
}
.primary-btn1.transparent svg {
    stroke: var(--title-color);
}
.primary-btn1.transparent:hover {
    color: var(--white-color);
    border-color: var(--primary-color1);
}
.primary-btn1.transparent:hover svg {
    stroke: var(--white-color);
}
.primary-btn1.two {
    background-color: var(--primary-color1);
    color: var(--white-color);
}
.primary-btn1.two::after {
    background-color: var(--black-color);
}
.primary-btn1.two svg {
    stroke: var(--white-color);
}
.primary-btn1.two:hover {
    color: var(--dark-white-color);
}
.primary-btn1.two:hover svg {
    stroke: var(--dark-white-color);
}

.primary-btn2 {
    border-radius: 10px;
    background-color: var(--primary-color2);
    font-family: var(--font-dmsans);
    font-weight: 700;
    font-size: 16px;
    color: var(--dark-title-color);
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 16px 26px;
    position: relative;
    align-items: center;
    display: inline-flex;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
@media (max-width: 576px) {
    .primary-btn2 {
        font-size: 15px;
    }
}
.primary-btn2 > span {
    transition: opacity 0.3s, transform 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.primary-btn2 > span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity 0.3s, transform 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
}
.primary-btn2 svg {
    fill: none;
    stroke: var(--dark-title-color);
    transition: 0.5s;
    min-width: 10px;
}
.primary-btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    z-index: -1;
}
.primary-btn2::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(110%);
    background-color: var(--black-color);
    overflow: hidden;
    transition: opacity 0.5s, transform 0.5s;
    z-index: -1;
}
.primary-btn2:hover {
    color: var(--dark-white-color);
}
.primary-btn2:hover svg {
    display: block;
    stroke: var(--dark-white-color);
}
.primary-btn2:hover > span {
    transform: translateY(-150%);
    opacity: 0;
}
.primary-btn2:hover > span:nth-child(2) {
    opacity: 1;
    transform: translate(0%, -50%);
}
.primary-btn2:hover::after {
    transform: translate(0);
    border-radius: 0;
}
.primary-btn2.white-bg {
    background-color: var(--dark-white-color);
    color: var(--title-color);
}
.primary-btn2.white-bg svg {
    stroke: var(--title-color);
}
.primary-btn2.white-bg::after {
    background-color: var(--primary-color2);
}
.primary-btn2.white-bg:hover {
    color: var(--dark-title-color);
}
.primary-btn2.white-bg:hover svg {
    stroke: var(--dark-title-color);
}
.primary-btn2.transparent {
    border: 1px solid var(--borders-color);
    background-color: transparent;
    color: var(--title-color);
    padding: 15px 26px;
}
.primary-btn2.transparent svg {
    stroke: var(--title-color);
}
.primary-btn2.transparent::after {
    background-color: var(--primary-color2);
}
.primary-btn2.transparent:hover {
    color: var(--dark-title-color);
    border-color: var(--primary-color2);
}
.primary-btn2.transparent:hover svg {
    stroke: var(--dark-title-color);
}
.primary-btn2.two {
    background-color: var(--primary-color1);
    color: var(--white-color);
}
.primary-btn2.two::after {
    background-color: var(--black-color);
}
.primary-btn2.two svg {
    stroke: var(--white-color);
}
.primary-btn2.two:hover {
    color: var(--dark-white-color);
}
.primary-btn2.two:hover svg {
    stroke: var(--dark-white-color);
}

.primary-btn3 {
    color: var(--dark-white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--black-color);
    padding: 16px 27px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
}
.primary-btn3 svg {
    fill: none;
    stroke: var(--dark-white-color);
    transition: all 0.6s;
}
.primary-btn3 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 36px;
    background-color: var(--primary-color3);
    transition: all 0.6s;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.primary-btn3:hover {
    color: var(--white-color);
}
.primary-btn3:hover svg {
    stroke: var(--white-color);
}
.primary-btn3:hover span {
    width: 225%;
    height: 1000.5px;
}
.primary-btn3.white-bg {
    background-color: var(--white-color);
    color: var(--title-color);
}
.primary-btn3.white-bg svg {
    stroke: var(--title-color);
}
.primary-btn3.white-bg:hover {
    color: var(--white-color);
}
.primary-btn3.white-bg:hover svg {
    stroke: var(--white-color);
}
.primary-btn3.two {
    background-color: var(--primary-color3);
    color: var(--white-color);
}
.primary-btn3.two span {
    background-color: var(--black-color);
}
.primary-btn3.two svg {
    stroke: var(--white-color);
}
.primary-btn3.two:hover {
    color: var(--dark-white-color);
}
.primary-btn3.two:hover svg {
    stroke: var(--dark-white-color);
}
.primary-btn3.three {
    border-radius: 100px;
}
.primary-btn3.transparent {
    background-color: transparent;
    border: 1px solid var(--borders-color);
    color: var(--title-color);
}
.primary-btn3.transparent svg {
    stroke: var(--title-color);
}
.primary-btn3.transparent:hover {
    color: var(--white-color);
}
.primary-btn3.transparent:hover svg {
    stroke: var(--white-color);
}
.primary-btn3.four span {
    background-color: var(--primary-color4);
}
.primary-btn3.four:hover {
    color: var(--dark-title-color);
}
.primary-btn3.four:hover svg {
    stroke: var(--dark-title-color);
}

.primary-btn4 {
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.45s;
    position: relative;
}
.primary-btn4 .content {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background-color: var(--primary-color3);
    border-radius: 24px;
    padding: 12px 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transform-style: preserve-3d;
    transition: 0.45s;
}
.primary-btn4 .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.45s;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.primary-btn4 .icon svg {
    fill: none;
    stroke: var(--white-color);
}
.primary-btn4 .icon.two {
    transform-style: preserve-3d;
    opacity: 1;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
}
.primary-btn4:hover .content {
    transform: translate3d(40px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.primary-btn4:hover .icon {
    display: flex;
    opacity: 1;
}
.primary-btn4:hover .icon.two {
    opacity: 0;
}
.primary-btn4.black-bg .content {
    background-color: var(--black-color);
    color: var(--dark-white-color);
}
.primary-btn4.black-bg .icon {
    background-color: var(--black-color);
}
.primary-btn4.black-bg .icon svg {
    stroke: var(--dark-white-color);
}
.primary-btn4.transparent .content {
    background-color: transparent;
    border: 1px solid var(--title-color);
    color: var(--title-color);
}
.primary-btn4.transparent .icon {
    background-color: transparent;
    border: 1px solid var(--title-color);
}
.primary-btn4.transparent .icon svg {
    stroke: var(--title-color);
}

.primary-btn5 {
    background-color: var(--primary-color4);
    color: var(--secondary-color);
    font-family: var(--font-dmsans);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 21px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.primary-btn5::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--black-color);
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform 0.7s;
}
.primary-btn5 svg {
    fill: none;
    stroke: var(--secondary-color);
    transition: 0.5s;
}
.primary-btn5:hover {
    color: var(--dark-white-color);
}
.primary-btn5:hover svg {
    stroke: var(--dark-white-color);
    transform: rotate(45deg);
}
.primary-btn5:hover::after {
    transform: scalex(1);
    transform-origin: left;
}
.primary-btn5.two {
    border-radius: 100px;
}
.primary-btn5.two::after {
    border-radius: 100px;
}
.primary-btn5.white-bg {
    background-color: var(--white-color);
}
.primary-btn5.white-bg::after {
    background-color: var(--primary-color4);
}
.primary-btn5.white-bg:hover {
    color: var(--secondary-color);
}
.primary-btn5.white-bg:hover svg {
    stroke: var(--secondary-color);
}
.primary-btn5.black-bg {
    background-color: var(--black-color);
    color: var(--dark-white-color);
}
.primary-btn5.black-bg svg {
    stroke: var(--dark-white-color);
}
.primary-btn5.black-bg::after {
    background-color: var(--primary-color4);
}
.primary-btn5.black-bg:hover {
    color: var(--dark-title-color2);
}
.primary-btn5.black-bg:hover svg {
    stroke: var(--dark-title-color2);
}

.circle-container {
    background: transparent;
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #3067ff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.circle-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.circle-container::after {
    position: absolute;
    font-family: "Bootstrap-icons";
    content: "\f145";
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: var(--primary-color1);
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.circle-container:hover svg path {
    fill: var(--primary-color1);
    transition: 0.5s;
}
.circle-container:hover::after {
    color: var(--white-color);
}
.circle-container svg path {
    fill: none;
}
.circle-container svg.circle-progress path {
    stroke: var(--primary-color1);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.select {
    margin-bottom: 25px;
}

.nice-select {
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    background: var(---dark-white-color);
    border-color: var(--borders-color);
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}
.nice-select:hover {
    border-color: var(--borders-color);
}
.nice-select:focus {
    border-color: var(--borders-color);
}
.nice-select.open {
    border-radius: 5px 5px 0 0;
}
.nice-select.open::after {
    transform: rotate(-180deg);
}
.nice-select:after {
    border-bottom: none;
    border-right: none;
    content: "";
    display: block;
    height: 7px;
    width: 10px;
    background-color: #dfdfdf;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transform: rotate(0);
}
.nice-select .list {
    width: 100%;
    background: var(--dark-white-color);
    margin-top: 0;
    border-radius: 0 0 5px 5px;
}
.nice-select .list .option {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid var(--borders-color);
}
.nice-select .list .option:last-child {
    border-bottom: unset;
}

.section-title > span {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 16px;
    display: inline-block;
    border: 1px solid var(--primary-color1);
    border-radius: 100px;
    margin-bottom: 15px;
}
.section-title h2 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .section-title h2 {
        font-size: 38px;
    }
}
@media (max-width: 576px) {
    .section-title h2 {
        font-size: 35px;
    }
}
.section-title p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    padding-top: 20px;
}
@media (max-width: 991px) {
    .section-title p {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .section-title p {
        font-size: 16px;
        padding-top: 15px;
    }
}
.section-title.white > span {
    background-color: #2f2f2f;
    color: var(--white-color);
}
.section-title.white h2 {
    color: var(--white-color);
}
.section-title.white p {
    color: var(--dark-text-color);
}
.section-title.two > span {
    font-weight: 700;
    border-color: var(--borders-color);
}
.section-title.three > span {
    font-weight: 700;
    border-color: var(--borders-color);
}
.section-title.three h2 {
    font-family: var(--font-suse);
    font-size: 55px;
    font-weight: 700;
}
@media (max-width: 1399px) {
    .section-title.three h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .section-title.three h2 {
        font-size: 45px;
    }
}
@media (max-width: 576px) {
    .section-title.three h2 {
        font-size: 38px;
    }
}
.section-title.three p {
    max-width: 424px;
    width: 100%;
    margin-left: 100px;
    padding-top: 15px;
}
@media (max-width: 1399px) {
    .section-title.three p {
        margin-left: 90px;
    }
}
@media (max-width: 1199px) {
    .section-title.three p {
        margin-left: 70px;
    }
}
@media (max-width: 991px) {
    .section-title.three p {
        margin-left: 0;
        max-width: unset;
        padding-top: 10px;
    }
}
@media (max-width: 576px) {
    .section-title.three p {
        font-size: 15px;
        padding-top: 10px;
    }
}
.section-title.three p span {
    color: var(--title-color);
    font-weight: 600;
}
.section-title.three.white > span {
    border-color: rgba(255, 255, 255, 0.1);
}
.section-title.three.white p span {
    color: var(--white-color);
}
.section-title.four > span {
    border-color: var(--borders-color);
}
.section-title.four h2 {
    font-family: var(--font-suse);
    font-size: 55px;
    font-weight: 700;
}
@media (max-width: 1399px) {
    .section-title.four h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .section-title.four h2 {
        font-size: 45px;
    }
}
@media (max-width: 576px) {
    .section-title.four h2 {
        font-size: 38px;
    }
}

.section-title2 h2 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 55px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
.section-title2 h2 strong {
    font-weight: 800;
}
@media (max-width: 1399px) {
    .section-title2 h2 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .section-title2 h2 {
        font-size: 45px;
        line-height: 1.2;
    }
}
@media (max-width: 576px) {
    .section-title2 h2 {
        font-size: 38px;
    }
}
.section-title2 p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    padding-top: 20px;
}
@media (max-width: 991px) {
    .section-title2 p {
        padding-top: 15px;
    }
}
@media (max-width: 576px) {
    .section-title2 p {
        padding-top: 10px;
    }
}

.section-title3 {
    max-width: 648px;
    width: 100%;
}
@media (max-width: 1199px) {
    .section-title3 {
        max-width: 620px;
    }
}
.section-title3 h2 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    .section-title3 h2 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .section-title3 h2 {
        font-size: 45px;
        line-height: 1.2;
    }
}
@media (max-width: 576px) {
    .section-title3 h2 {
        font-size: 38px;
    }
}
.section-title3 p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    padding-top: 15px;
    margin-left: auto;
    max-width: 424px;
    width: 100%;
}
@media (max-width: 991px) {
    .section-title3 p {
        padding-top: 10px;
    }
}
@media (max-width: 576px) {
    .section-title3 p {
        font-size: 17px;
    }
}
.section-title3 p strong {
    color: var(--title-color);
    font-weight: 600;
}
.section-title3 p span {
    color: var(--title-color);
}
.section-title3.white h2 {
    color: var(--white-color);
}
.section-title3.white p {
    color: var(--dark-text-color);
}
.section-title3.white p span,
.section-title3.white p strong {
    color: var(--white-color);
}

.slider-btn-grp {
    display: flex;
    align-items: center;
    gap: 50px;
}
.slider-btn-grp .slider-btn {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
    fill: none;
    stroke: var(--dark-title-color);
    transition: 0.5s;
}
.slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: 0.2;
}
.slider-btn-grp.two .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
}
.slider-btn-grp.two .slider-btn svg {
    stroke: var(--title-color);
}
.slider-btn-grp.two .slider-btn:hover {
    background-color: #3b3a3b;
    border-color: #3b3a3b;
}
.slider-btn-grp.two .slider-btn:hover svg {
    stroke: var(--primary-color2);
}
.slider-btn-grp.three .slider-btn {
    border-color: var(--title-color);
    background-color: transparent;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}
.slider-btn-grp.three .slider-btn:hover {
    background-color: var(--primary-color3);
    border-color: var(--primary-color3);
}

.form-inner {
    line-height: 1;
}
.form-inner label {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
}
.form-inner input {
    width: 100%;
    background: var(--white-color);
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    height: 56px;
    border: 1px solid var(--borders-color);
    border-radius: 10px;
}
.form-inner input::-moz-placeholder {
    color: #a0a0a0;
}
.form-inner input::placeholder {
    color: #a0a0a0;
}
.form-inner input:focus {
    border-color: var(--primary-color1);
}
.form-inner textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    color: var(--title-color);
    border: 1px solid var(--borders-color);
    outline: none;
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px;
    min-height: 170px;
    resize: none;
}
@media (max-width: 576px) {
    .form-inner textarea {
        padding: 20px 15px;
    }
}
.form-inner textarea:focus {
    border-color: var(--primary-color1);
}
.form-inner textarea::-moz-placeholder {
    color: #a0a0a0;
}
.form-inner textarea::placeholder {
    color: #a0a0a0;
}
.form-inner.two label {
    font-family: var(--font-suse);
}

.form-inner2 .form-check {
    min-height: unset;
    margin-bottom: 0;
}
.form-inner2 .form-check .form-check-input {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin-top: 8px;
    background-color: transparent;
    border: 1px solid var(--borders-color);
    border-radius: 5px;
}
.form-inner2 .form-check .form-check-input:focus {
    box-shadow: none;
}
.form-inner2 .form-check .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}
.form-inner2 .form-check .form-check-label {
    cursor: pointer;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 576px) {
    .form-inner2 .form-check .form-check-label {
        font-size: 15px;
    }
}
.form-inner2 .form-check .form-check-label span {
    color: var(--title-color);
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
}

/*=====================================
  03. Header CSS
========================================*/
@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}
@keyframes zoom-In-effect {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

header.style-2 {
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all 0.8s ease-out 0s;
    background-color: transparent;
    padding: 18px 0;
}
@media (max-width: 991px) {
    header.style-2 {
        padding: 18px 24px;
    }
}
@media (max-width: 767px) {
    header.style-2 {
        padding: 18px 20px;
    }
}
@media (max-width: 576px) {
    header.style-2 {
        padding: 18px 0;
    }
}
header.style-2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #003c30;
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 999;
}
@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
header.style-2 .company-logo-and-contact-area {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1399px) {
    header.style-2 .company-logo-and-contact-area {
        gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .company-logo-and-contact-area {
        gap: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .company-logo-and-contact-area .company-logo img {
        width: 130px;
    }
}
header.style-2 .company-logo-and-contact-area .company-logo .logo-dark {
    display: block;
}
header.style-2 .company-logo-and-contact-area .company-logo .logo-light {
    display: none;
}
header.style-2 .contact-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 991px) {
    header.style-2 .contact-area {
        margin-bottom: 25px;
    }
}
header.style-2 .contact-area .icon {
    background-color: rgba(147, 147, 234, 0.2);
    border-radius: 5px;
    min-width: 44px;
    max-width: 44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .contact-area .icon {
        min-width: 38px;
        max-width: 38px;
        height: 44px;
    }
    header.style-2 .contact-area .icon img {
        width: 22px;
    }
}
header.style-2 .contact-area .content span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .contact-area .content span {
        font-size: 12px;
    }
}
header.style-2 .contact-area .content h6 {
    margin-bottom: 0;
}
header.style-2 .contact-area .content h6 a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .contact-area .content h6 a {
        font-size: 16px;
    }
}
header.style-2 .contact-area .content h6 a:hover {
    color: var(--primary-color1);
}
header.style-2 .nav-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
@media (max-width: 1399px) {
    header.style-2 .nav-right {
        gap: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .nav-right {
        gap: 25px;
    }
}
@media (max-width: 576px) {
    header.style-2 .nav-right {
        gap: 20px;
    }
}
header.style-2 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}
@media (max-width: 991px) {
    header.style-2 .nav-right .mobile-menu-btn {
        display: flex;
        align-items: center;
        visibility: visible;
        justify-content: center;
        position: relative;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        border-radius: 10px;
        border: 1px solid var(--white-color);
    }
    header.style-2 .nav-right .mobile-menu-btn svg {
        fill: var(--white-color);
    }
    header.style-2 .nav-right .mobile-menu-btn:hover svg {
        animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    header.style-2 .nav-right .mobile-menu-btn {
        min-width: 42px;
        max-width: 42px;
        height: 42px;
    }
    header.style-2 .nav-right .mobile-menu-btn svg {
        width: 18px;
    }
}
@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px);
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%);
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px);
    }
}
header.style-2 .login-btn {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
header.style-2 .login-btn svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-2 .login-btn:hover {
    color: var(--primary-color2);
}
header.style-2 .login-btn:hover svg {
    fill: var(--primary-color2);
}
header.style-2 .menu-and-btn-area {
    display: flex;
    align-items: center;
    gap: 60px;
}
@media (max-width: 1399px) {
    header.style-2 .menu-and-btn-area {
        gap: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .menu-and-btn-area {
        gap: 15px;
    }
}
header.style-2 .main-menu {
    display: inline-block;
}
header.style-2 .main-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background-color: #094539;
    padding: 0 48px 0 35px;
}
@media (max-width: 1399px) {
    header.style-2 .main-menu > ul {
        padding: 0 26px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .main-menu > ul {
        padding: 0 38px 0 25px;
    }
}
header.style-2 .main-menu > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}
@media (max-width: 1399px) {
    header.style-2 .main-menu > ul > li {
        padding: 0 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .main-menu > ul > li {
        padding: 0px 15px;
    }
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li {
        padding: 0px 12px;
    }
}
header.style-2 .main-menu > ul > li.position-inherit {
    position: inherit;
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li.position-inherit {
        position: relative;
    }
}
header.style-2 .main-menu > ul > li:hover i {
    font-size: 20px;
}
@media (min-width: 992px) {
    header.style-2 .main-menu > ul > li:first-child {
        padding-left: 0;
    }
    header.style-2 .main-menu > ul > li:first-child a {
        padding-left: 0;
    }
    header.style-2 .main-menu > ul > li:last-child {
        padding-right: 0;
    }
}
header.style-2 .main-menu > ul > li > a {
    color: var(--white-color);
    display: block;
    letter-spacing: 0.4px;
    padding: 15px 0px;
    line-height: 1;
    position: relative;
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s ease-out 0s;
    position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .main-menu > ul > li > a {
        font-size: 14px;
    }
}
header.style-2 .main-menu > ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li i {
        opacity: 1;
    }
}
header.style-2 .main-menu > ul > li i.active {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li i.active::before {
    content: "\f2ea";
}
header.style-2 .main-menu > ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 15px 0;
    text-align: left;
    transform-origin: top;
}
@media (max-width: 1199px) {
    header.style-2 .main-menu > ul > li ul.sub-menu {
        box-shadow: none;
    }
}
header.style-2 .main-menu > ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
}
header.style-2 .main-menu > ul > li ul.sub-menu > li i {
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    color: var(--title-color);
    font-size: 14px;
}
header.style-2 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 16px;
    font-size: 10px;
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px;
        color: var(--white-color);
    }
}
header.style-2 .main-menu > ul > li ul.sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-lora);
    font-size: 15px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative;
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li ul.sub-menu > li > a {
        border-color: rgba(233, 228, 228, 0.5);
    }
    header.style-2 .main-menu > ul > li ul.sub-menu > li > a::before {
        background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
    }
}
header.style-2 .main-menu > ul > li ul.sub-menu > li > a.active {
    color: var(--primary-color1);
}
header.style-2 .main-menu > ul > li ul.sub-menu > li:last-child > a {
    border-bottom: none;
}
header.style-2 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
    display: none;
}
header.style-2 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    padding: 10px 0;
}
header.style-2 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 20px;
}
header.style-2 .main-menu > ul > li ul.sub-menu > li:hover > a {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li ul.sub-menu > li.active > a {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--dark-white-color);
    padding: 0;
    top: 0;
}
@media (max-width: 1199px) {
    header.style-2 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        box-shadow: none;
    }
}
header.style-2 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 991px) {
    header.style-2 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        top: 0;
    }
}
header.style-2 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}
@media (min-width: 992px) {
    header.style-2 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
        display: block;
        animation: fade-down 0.45s linear;
    }
}
header.style-2 .main-menu > ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}
header.style-2 .main-menu > ul > li .mega-menu {
    position: absolute;
    left: 0;
    top: 66px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home2/home2-megamenu-bg.png),
        linear-gradient(#094539, #094539);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-2 .main-menu > ul > li .mega-menu {
        max-height: 650px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-2 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 1199px) {
    header.style-2 .main-menu > ul > li .mega-menu {
        max-height: 570px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-2 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
header.style-2 .main-menu > ul > li .mega-menu .single-menu-item {
    text-align: center;
}
header.style-2 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
    border-radius: 10px;
    border: 1px solid #d1d1ed;
    transition: 0.5s;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
@media (max-width: 1199px) {
    header.style-2 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
        margin-bottom: 15px;
    }
}
header.style-2 .main-menu > ul > li .mega-menu .single-menu-item .home-img img {
    border-radius: 10px;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li {
    margin-bottom: 15px;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 21px;
    background-color: var(--dark-black-color);
    border: 1px solid var(--dark-black-color);
    border-radius: 18px;
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a
    svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light
    svg {
    fill: var(--dark-title-color);
}
header.style-2 .main-menu > ul > li .mega-menu .single-menu-item h5 {
    margin-bottom: 0;
}
header.style-2 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s;
}
@media (max-width: 1399px) {
    header.style-2 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
        font-size: 21px;
    }
}
header.style-2 .main-menu > ul > li .mega-menu .single-menu-item h5 a:hover {
    color: var(--primary-color2);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img {
    border-color: var(--primary-color2);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img
    .home-version {
    opacity: 1;
    transform: scaleY(1);
}
header.style-2 .main-menu > ul > li .mega-menu .single-menu-item.active h5 a {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li .mega-menu2 {
    position: absolute;
    left: 0;
    top: 66px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home2/home2-megamenu-bg.png),
        linear-gradient(#094539, #094539);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
    z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-2 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 1399px) {
    header.style-2 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li .mega-menu2 {
        background-image: unset;
    }
}
header.style-2 .main-menu > ul > li .mega-menu2 .title-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}
@media (max-width: 1399px) {
    header.style-2 .main-menu > ul > li .mega-menu2 .title-area {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li .mega-menu2 .title-area {
        display: none;
    }
}
header.style-2 .main-menu > ul > li .mega-menu2 .title-area h2 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    header.style-2 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    header.style-2 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 30px;
    }
}
header.style-2 .main-menu > ul > li .mega-menu2 .title-area .icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background-color: var(--primary-color2);
    display: flex;
    align-items: center;
    justify-content: center;
}
header.style-2 .main-menu > ul > li .mega-menu2 .title-area .icon svg {
    fill: none;
    stroke: var(--dark-title-color);
}
header.style-2 .main-menu > ul > li .mega-menu2 .menu-row {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
header.style-2 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item {
    padding: 0;
    position: relative;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item:last-child {
    padding-right: 0;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title {
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 15px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    color: var(--dark-text-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6
    svg {
    fill: none;
    stroke: var(--dark-text-color);
}
header.style-2 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li {
    margin-bottom: 30px;
    line-height: 1;
    padding: 0;
    display: block;
}
@media (max-width: 1399px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 25px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a
    svg {
    fill: var(--primary-color2);
}
@media (max-width: 1399px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 20px;
        gap: 12px;
    }
}
@media (max-width: 1199px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 19px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a:hover {
    color: var(--primary-color2);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn {
    color: var(--primary-color2);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn
    svg {
    fill: none;
    stroke: var(--primary-color2);
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover {
    color: var(--white-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover
    svg {
    stroke: var(--white-color);
    transform: rotate(45deg);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li.active
    a {
    color: var(--primary-color2);
    display: inline-block;
}
header.style-2 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
    padding: 40px 40px 30px 40px;
    background-color: #1c1a1e;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-2 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 40px 25px 30px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 35px 20px 30px 20px;
    }
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        display: none;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content {
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content {
        margin-bottom: 35px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    h3 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 35px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 26px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1 {
    background-color: var(--primary-color2);
    border-radius: 24px;
    padding: 12px 21px;
    color: var(--dark-title-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1
    svg {
    stroke: var(--dark-title-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1::after {
    background-color: var(--white-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover {
    color: var(--dark-title-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover
    svg {
    stroke: var(--dark-title-color);
}
header.style-2 .main-menu > ul > li .mega-menu2 .solution-menu-banner::before {
    content: url(../img/home1/solution-menu-banner-vector1.svg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
header.style-2 .main-menu > ul > li .mega-menu2 .solution-menu-banner::after {
    content: url(../img/home1/solution-menu-banner-vector2.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
header.style-2 .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content {
    padding: 25px 15px 0 15px;
}
@media (max-width: 1399px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content {
        padding: 25px 10px 0 10px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
@media (max-width: 1399px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        gap: 25px;
    }
}
@media (max-width: 1199px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        margin-bottom: 15px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a
    svg {
    fill: var(--dark-text-color);
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover {
    color: var(--primary-color2);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover
    svg {
    fill: var(--primary-color2);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date {
    position: relative;
    padding-left: 13px;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid var(--dark-text-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5 {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5 {
        margin-bottom: 30px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.5s;
}
@media (max-width: 1199px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5
        a {
        font-size: 21px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a:hover {
    color: var(--primary-color2);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn
    svg {
    fill: none;
    stroke: var(--white-color);
    transition: 0.5s;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover {
    color: var(--primary-color2);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover
    svg {
    stroke: var(--primary-color2);
    transform: rotate(45deg);
}
header.style-2 .main-menu > ul > li .mega-menu2.two::before {
    content: url(../img/home2/resource-menu-vector.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li .mega-menu2.two::before {
        display: none;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item {
    width: 100%;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title {
    padding: 6px 18px;
    line-height: 1;
    display: inline-block;
    background-color: var(--white-color);
    border-radius: 15px;
}
@media (max-width: 991px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title {
        padding: 0;
        background-color: unset;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    line-height: 1;
    color: var(--dark-title-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title
    h6
    svg {
    stroke: var(--dark-title-color);
}
@media (max-width: 991px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        color: var(--dark-text-color);
        line-height: 1.3;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title
        h6
        svg {
        stroke: var(--dark-text-color);
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a {
    color: var(--dark-text-color);
    font-weight: 600;
    justify-content: space-between;
    width: 100%;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    span {
    display: flex;
    align-items: center;
    gap: 12px;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow
    svg {
    fill: var(--white-color);
}
@media (max-width: 991px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow {
        width: 15px;
        height: 15px;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow
        svg {
        width: 6px;
    }
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover {
    color: var(--white-color);
}
header.style-2
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover
    .arrow {
    opacity: 1;
}
@media (max-width: 991px) {
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a {
        color: var(--white-color);
    }
}
header.style-2 .main-menu > ul > li .mega-menu2.two .conference-btn {
    color: var(--dark-black-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    background-color: var(--white-color);
    border-radius: 10px;
    margin-top: 100px;
}
@media (max-width: 1399px) {
    header.style-2 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 80px;
    }
}
@media (max-width: 1199px) {
    header.style-2 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 20px;
        border: 1px solid var(--borders-color);
        padding: 14px 10px;
        font-size: 13px;
        justify-content: start;
        gap: 5px;
    }
}
header.style-2 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
    fill: none;
    stroke: var(--dark-black-color);
    transition: 0.5s;
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
        width: 8px;
    }
}
header.style-2 .main-menu > ul > li .mega-menu2.two .conference-btn:hover svg {
    transform: rotate(45deg);
}
header.style-2 .main-menu > ul > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
}
header.style-2 .main-menu > ul > li.menu-item-has-children > a svg {
    fill: none;
    stroke: var(--white-color);
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #bcb1fa;
    transition: all 0.5s ease-out 0s;
}
@media (max-width: 991px) {
    header.style-2 .main-menu > ul > li.menu-item-has-children > a svg {
        display: none;
    }
}
header.style-2 .main-menu > ul > li.menu-item-has-children.active > a svg {
    stroke: var(--primary-color2);
}
@media (min-width: 992px) {
    header.style-2 .main-menu > ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-2 .main-menu > ul > li:hover .mega-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-2 .main-menu > ul > li:hover .mega-menu2 {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
header.style-2 .main-menu > ul > li:hover > a {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li:hover > a svg {
    stroke: var(--primary-color2);
}
header.style-2 .main-menu > ul > li:hover::after {
    color: var(--title-color);
}
header.style-2 .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--primary-color1);
}
header.style-2 .main-menu > ul > li.active > a {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li.active i {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--primary-color2);
}
header.style-2 .main-menu > ul li.menu-item-has-children > i {
    display: none;
}
header.style-2 .primary-btn2 {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
header.style-2 .primary-btn2 svg {
    stroke: var(--dark-title-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .primary-btn2 {
        font-size: 15px;
        padding: 16px 19px;
    }
}
header.style-2 .primary-btn2::after {
    background-color: var(--primary-color2);
}
header.style-2 .mobile-logo-area .mobile-logo-wrap img {
    width: 130px;
}
header.style-2 .mobile-logo-area .mobile-logo-wrap img.dark {
    display: none;
}
header.style-2 .mobile-logo-area .menu-close-btn {
    height: 38px;
    width: 38px;
    border-radius: 10px;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}
header.style-2 .mobile-logo-area .menu-close-btn i {
    font-size: 26px;
    line-height: 1;
    color: var(--white-color);
    transition: 0.35s;
}
header.style-2 .mobile-logo-area .menu-close-btn:hover {
    background-color: var(--white-color);
}
header.style-2 .mobile-logo-area .menu-close-btn:hover i {
    color: var(--dark-title-color);
}
@media only screen and (max-width: 991px) {
    header.style-2 .dropdown-icon {
        color: var(--white-color);
    }
    header.style-2 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #094539;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    }
    header.style-2 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.style-2 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }
    header.style-2 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
        border: unset;
    }
    header.style-2 .main-menu > ul {
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.style-2 .main-menu > ul > li {
        display: block;
        position: relative;
        padding: 0;
    }
    header.style-2 .main-menu > ul > li i {
        display: block;
    }
    header.style-2 .main-menu > ul > li > a {
        padding: 15px 0;
        display: block;
    }
    header.style-2 .main-menu > ul > li ul.sub-menu {
        position: static;
        min-width: 200px;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 0;
        padding-left: 10px;
        background-color: unset;
    }
    header.style-2 .main-menu > ul > li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }
    header.style-2 .main-menu > ul > li ul.sub-menu > li a {
        color: var(--white-color);
        padding: 12px 0px;
    }
    header.style-2 .main-menu > ul > li ul.sub-menu > li a:hover {
        color: var(--primary-color2);
        margin-left: 10px;
    }
    header.style-2 .main-menu > ul > li ul.sub-menu > li a.active {
        color: var(--primary-color);
    }
    header.style-2 .main-menu > ul > li ul.sub-menu > li i {
        color: var(--white-color);
        right: -13px;
    }
    header.style-2 .main-menu > ul > li .mega-menu {
        display: none;
    }
    header.style-2 .main-menu > ul > li .mega-menu2 {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 5px 0;
    }
    header.style-2 .main-menu > ul > li .mega-menu2 .menu-row {
        display: block;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item {
        padding: 0;
        display: block;
        margin-bottom: 20px;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item:last-child {
        margin-bottom: 0;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item::after {
        display: none;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        border-bottom: 1px solid var(--white-color);
        font-size: 16px;
        padding-bottom: 3px;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul {
        padding-left: 10px;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 15px;
        line-height: 1;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a {
        font-size: 15px;
        gap: 8px;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a
        svg {
        width: 16px;
    }
    header.style-2
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        .all-btn {
        font-size: 15px;
        padding-top: 5px;
    }
    header.style-2 .main-menu > ul > li .bi {
        top: 11px;
        font-size: 20px;
        color: var(--white-color);
        line-height: 1;
    }
    header.style-2 .main-menu > ul li.menu-item-has-children > i {
        display: block;
    }
    header.style-2 .primary-btn2 {
        width: 100%;
    }
    header.style-2 .primary-btn2 span {
        justify-content: center;
    }
}

header.style-4 {
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all 0.8s ease-out 0s;
    background-color: transparent;
    padding: 18px 90px;
}
@media (max-width: 1799px) {
    header.style-4 {
        padding: 18px 60px;
    }
}
@media (max-width: 1699px) {
    header.style-4 {
        padding: 18px 40px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-4 {
        padding: 18px 20px;
    }
}
@media (max-width: 1399px) {
    header.style-4 {
        padding: 18px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 {
        padding: 18px 0px;
    }
}
@media (max-width: 991px) {
    header.style-4 {
        padding: 18px 20px;
    }
}
@media (max-width: 767px) {
    header.style-4 {
        padding: 18px 10px;
    }
}
@media (max-width: 576px) {
    header.style-4 {
        padding: 18px 0;
    }
}
header.style-4.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--dark-white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 999;
}
@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .company-logo img {
        width: 125px;
    }
}
header.style-4 .company-logo .logo-dark {
    display: block;
}
header.style-4 .company-logo .logo-light {
    display: none;
}
header.style-4 .contact-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 991px) {
    header.style-4 .contact-area {
        margin-bottom: 25px;
    }
}
header.style-4 .contact-area .icon {
    background-color: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 5px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .contact-area .icon {
        min-width: 38px;
        max-width: 38px;
        height: 44px;
    }
    header.style-4 .contact-area .icon img {
        width: 22px;
    }
}
header.style-4 .contact-area .content span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .contact-area .content span {
        font-size: 12px;
        margin-bottom: 4px;
    }
}
header.style-4 .contact-area .content h6 {
    margin-bottom: 0;
}
header.style-4 .contact-area .content h6 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4 .contact-area .content h6 a {
        font-size: 17px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .contact-area .content h6 a {
        font-size: 14px;
    }
}
header.style-4 .contact-area .content h6 a:hover {
    color: var(--primary-color1);
}
header.style-4 .nav-right {
    display: flex;
    align-items: center;
    gap: 45px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-4 .nav-right {
        gap: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4 .nav-right {
        gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .nav-right {
        gap: 10px;
    }
}
@media (max-width: 1199px) {
    header.style-4 .nav-right {
        gap: 20px;
    }
}
header.style-4 .nav-right .right-sidebar-button {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header.style-4 .nav-right .right-sidebar-button svg {
    fill: var(--title-color);
}
header.style-4 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}
@media (max-width: 991px) {
    header.style-4 .nav-right .mobile-menu-btn {
        display: flex;
        align-items: center;
        visibility: visible;
        justify-content: center;
        position: relative;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        border-radius: 10px;
        border: 1px solid var(--borders-color);
    }
    header.style-4 .nav-right .mobile-menu-btn svg {
        fill: var(--title-color);
    }
    header.style-4 .nav-right .mobile-menu-btn:hover svg {
        animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
    }
}
@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px);
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%);
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px);
    }
}
header.style-4 .menu-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
}
@media (max-width: 1699px) {
    header.style-4 .menu-wrap {
        gap: 50px;
    }
}
@media (max-width: 1399px) {
    header.style-4 .menu-wrap {
        gap: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .menu-wrap {
        gap: 15px;
    }
}
header.style-4 .main-menu {
    display: inline-block;
}
header.style-4 .main-menu > ul {
    list-style: none;
    margin: 0;
}
header.style-4 .main-menu > ul > li {
    display: inline-block;
    position: relative;
    padding: 12px 8px;
}
@media (max-width: 1399px) {
    header.style-4 .main-menu > ul > li {
        padding: 12px 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .main-menu > ul > li {
        padding: 12px 3px;
    }
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li {
        padding: 0px 12px;
    }
}
header.style-4 .main-menu > ul > li.position-inherit {
    position: inherit;
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li.position-inherit {
        position: relative;
    }
}
header.style-4 .main-menu > ul > li:hover i {
    color: var(--black-color2);
    font-size: 20px;
}
@media (min-width: 992px) {
    header.style-4 .main-menu > ul > li:first-child {
        padding-left: 0;
    }
    header.style-4 .main-menu > ul > li:last-child {
        padding-right: 0;
    }
}
header.style-4 .main-menu > ul > li > a {
    color: var(--title-color);
    display: block;
    letter-spacing: 0.4px;
    padding: 3px 22px 3px 10px;
    line-height: 1;
    position: relative;
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    transition: all 0.5s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4 .main-menu > ul > li > a {
        padding: 3px 15px 3px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .main-menu > ul > li > a {
        font-size: 14px;
        padding: 3px 12px 3px 10px;
    }
}
header.style-4 .main-menu > ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li i {
        opacity: 1;
    }
}
header.style-4 .main-menu > ul > li i.active {
    color: var(--title-color);
}
header.style-4 .main-menu > ul > li i.active::before {
    content: "\f2ea";
}
header.style-4 .main-menu > ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 15px 0;
    text-align: left;
    transform-origin: top;
}
@media (max-width: 1199px) {
    header.style-4 .main-menu > ul > li ul.sub-menu {
        box-shadow: none;
    }
}
header.style-4 .main-menu > ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
}
header.style-4 .main-menu > ul > li ul.sub-menu > li i {
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    color: var(--title-color);
    font-size: 14px;
}
header.style-4 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 16px;
    font-size: 10px;
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
        right: 0;
        top: 11px;
        font-size: 20px;
    }
}
header.style-4 .main-menu > ul > li ul.sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-suse);
    font-size: 15px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative;
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li ul.sub-menu > li > a {
        border-color: rgba(233, 228, 228, 0.5);
    }
    header.style-4 .main-menu > ul > li ul.sub-menu > li > a::before {
        background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
    }
}
header.style-4 .main-menu > ul > li ul.sub-menu > li > a:hover {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
    transform: scale(1);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li > a.active {
    color: var(--primary-color1);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li > a.active::before {
    transform: scale(1);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li:last-child > a {
    border-bottom: none;
}
header.style-4 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
    display: none;
}
header.style-4 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    padding: 10px 0;
}
header.style-4 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 20px;
}
header.style-4 .main-menu > ul > li ul.sub-menu > li:hover > a {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li.active > a {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--dark-white-color);
    padding: 0;
    top: 3px;
}
@media (max-width: 1199px) {
    header.style-4 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        box-shadow: none;
    }
}
header.style-4 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 991px) {
    header.style-4 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        top: 0;
    }
}
header.style-4 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}
@media (min-width: 992px) {
    header.style-4 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
        display: block;
        animation: fade-down 0.45s linear;
    }
}
header.style-4 .main-menu > ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}
header.style-4 .main-menu > ul > li .mega-menu {
    position: absolute;
    left: 0;
    top: 61px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home1/home1-megamenu-bg.png),
        linear-gradient(#f0f0f0, #f0f0f0);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-4 .main-menu > ul > li .mega-menu {
        max-height: 650px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-4 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 1199px) {
    header.style-4 .main-menu > ul > li .mega-menu {
        max-height: 570px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-4 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
header.style-4 .main-menu > ul > li .mega-menu .single-menu-item {
    text-align: center;
}
header.style-4 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
    border-radius: 10px;
    border: 1px solid #d1d1ed;
    transition: 0.5s;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
@media (max-width: 1199px) {
    header.style-4 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
        margin-bottom: 15px;
    }
}
header.style-4 .main-menu > ul > li .mega-menu .single-menu-item .home-img img {
    border-radius: 10px;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li {
    margin-bottom: 15px;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 21px;
    background-color: var(--dark-black-color);
    border: 1px solid var(--dark-black-color);
    border-radius: 18px;
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a
    svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light
    svg {
    fill: var(--dark-title-color);
}
header.style-4 .main-menu > ul > li .mega-menu .single-menu-item h5 {
    margin-bottom: 0;
}
header.style-4 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s;
}
@media (max-width: 1399px) {
    header.style-4 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
        font-size: 21px;
    }
}
header.style-4 .main-menu > ul > li .mega-menu .single-menu-item h5 a:hover {
    color: var(--primary-color3);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img {
    border-color: var(--primary-color3);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img
    .home-version {
    opacity: 1;
    transform: scaleY(1);
}
header.style-4 .main-menu > ul > li .mega-menu .single-menu-item.active h5 a {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li .mega-menu2 {
    position: absolute;
    left: 0;
    top: 61px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home1/home1-megamenu-bg.png),
        linear-gradient(#f0f0f0, #f0f0f0);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
    z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-4 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 1399px) {
    header.style-4 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li .mega-menu2 {
        background-image: unset;
    }
}
header.style-4 .main-menu > ul > li .mega-menu2 .title-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}
@media (max-width: 1399px) {
    header.style-4 .main-menu > ul > li .mega-menu2 .title-area {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li .mega-menu2 .title-area {
        display: none;
    }
}
header.style-4 .main-menu > ul > li .mega-menu2 .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    header.style-4 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    header.style-4 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 30px;
    }
}
header.style-4 .main-menu > ul > li .mega-menu2 .title-area .icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background-color: var(--primary-color3);
    display: flex;
    align-items: center;
    justify-content: center;
}
header.style-4 .main-menu > ul > li .mega-menu2 .title-area .icon svg {
    fill: none;
    stroke: var(--white-color);
}
header.style-4 .main-menu > ul > li .mega-menu2 .menu-row {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
header.style-4 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item {
    padding: 0;
    position: relative;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item:last-child {
    padding-right: 0;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title {
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 15px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6
    svg {
    fill: none;
    stroke: var(--text-color);
}
header.style-4 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li {
    margin-bottom: 30px;
    line-height: 1;
    padding: 0;
    display: block;
}
@media (max-width: 1399px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 25px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a
    svg {
    fill: var(--primary-color3);
}
@media (max-width: 1399px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 20px;
        gap: 12px;
    }
}
@media (max-width: 1199px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 19px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a:hover {
    color: var(--primary-color3);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn {
    color: var(--primary-color3);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn
    svg {
    fill: none;
    stroke: var(--primary-color3);
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover {
    color: var(--title-color);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover
    svg {
    stroke: var(--title-color);
    transform: rotate(45deg);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li.active
    a {
    color: var(--primary-color3);
    display: inline-block;
}
header.style-4 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
    padding: 40px 40px 30px 40px;
    background-color: #1c1a1e;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 40px 25px 30px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 35px 20px 30px 20px;
    }
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        display: none;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content {
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content {
        margin-bottom: 35px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    h3 {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 35px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 26px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1 {
    background-color: var(--primary-color3);
    border-radius: 24px;
    padding: 12px 21px;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1::after {
    background-color: var(--white-color);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover {
    color: var(--dark-title-color);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover
    svg {
    stroke: var(--dark-title-color);
}
header.style-4 .main-menu > ul > li .mega-menu2 .solution-menu-banner::before {
    content: url(../img/home1/solution-menu-banner-vector1.svg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
header.style-4 .main-menu > ul > li .mega-menu2 .solution-menu-banner::after {
    content: url(../img/home1/solution-menu-banner-vector2.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
header.style-4 .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content {
    padding: 25px 15px 0 15px;
}
@media (max-width: 1399px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content {
        padding: 25px 10px 0 10px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
@media (max-width: 1399px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        gap: 25px;
    }
}
@media (max-width: 1199px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        margin-bottom: 15px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a
    svg {
    fill: var(--text-color);
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover {
    color: var(--primary-color3);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover
    svg {
    fill: var(--primary-color3);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date {
    position: relative;
    padding-left: 13px;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid var(--text-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5 {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5 {
        margin-bottom: 30px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.5s;
}
@media (max-width: 1199px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5
        a {
        font-size: 21px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a:hover {
    color: var(--primary-color3);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn
    svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover {
    color: var(--primary-color3);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover
    svg {
    stroke: var(--primary-color3);
    transform: rotate(45deg);
}
header.style-4 .main-menu > ul > li .mega-menu2.two::before {
    content: url(../img/home1/resource-menu-vector.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li .mega-menu2.two::before {
        display: none;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item {
    width: 100%;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title {
    padding: 6px 18px;
    line-height: 1;
    display: inline-block;
    background-color: var(--dark-white-color);
    border-radius: 15px;
}
@media (max-width: 991px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title {
        padding: 0;
        background-color: unset;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    line-height: 1;
}
@media (max-width: 991px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        line-height: 1.3;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a {
    color: var(--text-color);
    font-weight: 600;
    justify-content: space-between;
    width: 100%;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    span {
    display: flex;
    align-items: center;
    gap: 12px;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow
    svg {
    fill: var(--title-color);
}
@media (max-width: 991px) {
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow {
        width: 15px;
        height: 15px;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow
        svg {
        width: 6px;
    }
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover {
    color: var(--title-color);
}
header.style-4
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover
    .arrow {
    opacity: 1;
}
header.style-4 .main-menu > ul > li .mega-menu2.two .conference-btn {
    color: var(--primary-color3);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    background-color: var(--white-color);
    border-radius: 10px;
    margin-top: 100px;
}
@media (max-width: 1399px) {
    header.style-4 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 80px;
    }
}
@media (max-width: 1199px) {
    header.style-4 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 20px;
        border: 1px solid var(--borders-color);
        padding: 14px 10px;
        font-size: 13px;
        justify-content: start;
        gap: 5px;
    }
}
header.style-4 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
    fill: none;
    stroke: var(--primary-color3);
    transition: 0.5s;
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
        width: 8px;
    }
}
header.style-4 .main-menu > ul > li .mega-menu2.two .conference-btn:hover svg {
    transform: rotate(45deg);
}
header.style-4 .main-menu > ul > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
}
header.style-4 .main-menu > ul > li.menu-item-has-children > a::before {
    content: "\f229";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 8px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #999999;
    transition: all 0.5s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4 .main-menu > ul > li.menu-item-has-children > a::before {
        right: 2px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .main-menu > ul > li.menu-item-has-children > a::before {
        right: 0px;
    }
}
@media (max-width: 991px) {
    header.style-4 .main-menu > ul > li.menu-item-has-children > a::before {
        display: none;
    }
}
header.style-4 .main-menu > ul > li.menu-item-has-children:hover > a::before {
    color: var(--primary-color3);
}
@media (min-width: 992px) {
    header.style-4 .main-menu > ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-4 .main-menu > ul > li:hover .mega-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-4 .main-menu > ul > li:hover .mega-menu2 {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
header.style-4 .main-menu > ul > li:hover > a {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li:hover > a::before {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li:hover.menu-item-has-children > a::before {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li.active > a {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li.active > a::before {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li.active i {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--primary-color1);
}
header.style-4 .main-menu > ul > li.active.menu-item-has-children > a::before {
    color: var(--primary-color3);
}
header.style-4 .main-menu > ul li.menu-item-has-children > i {
    display: none;
}
header.style-4 .mobile-logo-area .mobile-logo-wrap img {
    width: 130px;
}
header.style-4 .mobile-logo-area .mobile-logo-wrap img.dark {
    display: none;
}
header.style-4 .mobile-logo-area .menu-close-btn {
    height: 38px;
    width: 38px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}
header.style-4 .mobile-logo-area .menu-close-btn i {
    font-size: 26px;
    line-height: 1;
    color: var(--title-color);
    transition: 0.35s;
}
header.style-4 .mobile-logo-area .menu-close-btn:hover {
    background-color: var(--title-color);
}
header.style-4 .mobile-logo-area .menu-close-btn:hover i {
    color: var(--white-color);
}
@media only screen and (max-width: 991px) {
    header.style-4 .dropdown-icon {
        color: var(--white-color);
    }
    header.style-4 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        border-right: 1px solid var(--borders-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    }
    header.style-4 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.style-4 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }
    header.style-4 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
        border: unset;
    }
    header.style-4 .main-menu > ul {
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.style-4 .main-menu > ul > li {
        display: block;
        position: relative;
        padding: 0;
    }
    header.style-4 .main-menu > ul > li i {
        display: block;
    }
    header.style-4 .main-menu > ul > li > a {
        padding: 15px 0;
        display: block;
        border: unset;
    }
    header.style-4 .main-menu > ul > li ul.sub-menu {
        position: static;
        min-width: 200px;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 0;
        padding-left: 10px;
        background-color: unset;
    }
    header.style-4 .main-menu > ul > li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }
    header.style-4 .main-menu > ul > li ul.sub-menu > li a {
        color: var(--title-color);
        padding: 12px 0px;
    }
    header.style-4 .main-menu > ul > li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }
    header.style-4 .main-menu > ul > li ul.sub-menu > li a.active {
        color: var(--primary-color);
    }
    header.style-4 .main-menu > ul > li ul.sub-menu > li i {
        color: var(--primary-color);
        right: -13px;
    }
    header.style-4 .main-menu > ul > li .mega-menu {
        display: none;
    }
    header.style-4 .main-menu > ul > li .mega-menu2 {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 5px 0;
    }
    header.style-4 .main-menu > ul > li .mega-menu2 .menu-row {
        display: block;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item {
        padding: 0;
        display: block;
        margin-bottom: 20px;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item:last-child {
        margin-bottom: 0;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item::after {
        display: none;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        border-bottom: 1px solid var(--black-color);
        font-size: 16px;
        padding-bottom: 3px;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul {
        padding-left: 10px;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 15px;
        line-height: 1;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a {
        font-size: 15px;
        gap: 8px;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a
        svg {
        width: 16px;
    }
    header.style-4
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        .all-btn {
        font-size: 15px;
        padding-top: 5px;
    }
    header.style-4 .main-menu > ul > li:hover > a {
        color: var(--primary-color3);
    }
    header.style-4 .main-menu > ul > li:hover i {
        color: var(--primary-color3);
    }
    header.style-4 .main-menu > ul > li.active > a {
        color: var(--primary-color3);
    }
    header.style-4 .main-menu > ul > li .bi {
        top: 13px;
        font-size: 20px;
        color: var(--title-color);
        line-height: 1;
    }
    header.style-4 .main-menu > ul li.menu-item-has-children > i {
        display: block;
    }
    header.style-4 .primary-btn4 {
        width: 100%;
        justify-content: center;
    }
    header.style-4 .primary-btn4 .content {
        width: 100%;
        text-align: center;
    }
}

header.style-5 {
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all 0.8s ease-out 0s;
    background-color: transparent;
    padding: 18px 90px;
}
@media (max-width: 1799px) {
    header.style-5 {
        padding: 18px 60px;
    }
}
@media (max-width: 1699px) {
    header.style-5 {
        padding: 18px 40px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-5 {
        padding: 18px 20px;
    }
}
@media (max-width: 1399px) {
    header.style-5 {
        padding: 18px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5 {
        padding: 18px 0px;
    }
}
@media (max-width: 991px) {
    header.style-5 {
        padding: 18px 20px;
    }
}
@media (max-width: 767px) {
    header.style-5 {
        padding: 18px 10px;
    }
}
@media (max-width: 576px) {
    header.style-5 {
        padding: 18px 0;
    }
}
header.style-5.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--dark-white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 999;
}
header.style-5.sticky .primary-btn5 {
    background-color: var(--primary-color4);
}
header.style-5.sticky .primary-btn5::after {
    background-color: var(--black-color);
}
header.style-5.sticky .primary-btn5:hover {
    color: var(--dark-white-color);
}
header.style-5.sticky .primary-btn5:hover svg {
    stroke: var(--dark-white-color);
}
@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
header.style-5.sticky .nav-right .search-bar .search-btn {
    background-color: transparent;
    border: 1px solid var(--borders-color);
}
header.style-5.sticky .nav-right .search-bar .search-btn svg {
    fill: var(--title-color2);
}
header.style-5 .logo-and-menu-area {
    display: flex;
    align-items: center;
    gap: 150px;
}
@media (max-width: 1799px) {
    header.style-5 .logo-and-menu-area {
        gap: 90px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-5 .logo-and-menu-area {
        gap: 70px;
    }
}
@media (max-width: 1399px) {
    header.style-5 .logo-and-menu-area {
        gap: 70px;
    }
}
@media (max-width: 1199px) {
    header.style-5 .logo-and-menu-area {
        gap: 30px;
    }
}
header.style-5 .company-logo img {
    width: 38px;
}
header.style-5 .company-logo .logo-dark {
    display: block;
}
header.style-5 .company-logo .logo-light {
    display: none;
}
header.style-5 .nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-5 .nav-right {
        gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5 .nav-right {
        gap: 10px;
    }
}
@media (max-width: 1199px) {
    header.style-5 .nav-right {
        gap: 20px;
    }
}
header.style-5 .nav-right .search-bar {
    position: relative;
}
header.style-5 .nav-right .search-bar .search-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(var(--black-color-opc), 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header.style-5 .nav-right .search-bar .search-btn svg {
    fill: var(--white-color);
}
header.style-5 .nav-right .search-bar .search-input {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--dark-black-color);
    padding: 50px 30px 30px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}
header.style-5 .nav-right .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}
header.style-5 .nav-right .search-bar .search-input .search-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 1px 12px 2px rgba(255, 255, 255, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}
header.style-5 .nav-right .search-bar .search-input .search-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}
header.style-5 .nav-right .search-bar .search-input .search-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}
header.style-5 .nav-right .search-bar .search-input .search-close:hover::after {
    transform: rotate(0);
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .search-close:hover::before {
    transform: rotate(0);
}
header.style-5 .nav-right .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #616161;
}
header.style-5 .nav-right .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-dmsans);
    line-height: 1;
    color: var(--white-color);
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input::-moz-placeholder {
    color: #cacaca;
    font-weight: 400;
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input::placeholder {
    color: #cacaca;
    font-weight: 400;
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    button
    i {
    font-size: 16px;
    color: #fff;
}
header.style-5 .nav-right .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}
header.style-5 .nav-right .search-bar .search-input .quick-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header.style-5 .nav-right .search-bar .search-input .quick-search ul li {
    padding-right: 5px;
    line-height: 1.5;
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .quick-search
    ul
    li:first-child {
    font-family: var(--font-suse);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--white-color);
    white-space: nowrap;
    text-transform: uppercase;
}
header.style-5 .nav-right .search-bar .search-input .quick-search ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-dmsans);
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.35s;
}
header.style-5
    .nav-right
    .search-bar
    .search-input
    .quick-search
    ul
    li
    a:hover {
    color: var(--primary-color4);
}
@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}
header.style-5 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}
@media (max-width: 991px) {
    header.style-5 .nav-right .mobile-menu-btn {
        display: flex;
        align-items: center;
        visibility: visible;
        justify-content: center;
        position: relative;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        border-radius: 10px;
        border: 1px solid var(--borders-color);
    }
    header.style-5 .nav-right .mobile-menu-btn svg {
        fill: var(--title-color);
    }
    header.style-5 .nav-right .mobile-menu-btn:hover svg {
        animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
    }
}
@media (max-width: 576px) {
    header.style-5 .nav-right .mobile-menu-btn {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    header.style-5 .nav-right .mobile-menu-btn svg {
        width: 18px;
    }
}
@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px);
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%);
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px);
    }
}
header.style-5 .main-menu {
    display: inline-block;
}
header.style-5 .main-menu > ul {
    list-style: none;
    margin: 0;
}
header.style-5 .main-menu > ul > li {
    display: inline-block;
    position: relative;
    padding: 13px 8px;
}
@media (max-width: 1399px) {
    header.style-5 .main-menu > ul > li {
        padding: 13px 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5 .main-menu > ul > li {
        padding: 13px 3px;
    }
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li {
        padding: 0px 12px;
    }
}
header.style-5 .main-menu > ul > li.position-inherit {
    position: inherit;
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li.position-inherit {
        position: relative;
    }
}
header.style-5 .main-menu > ul > li:hover i {
    color: var(--black-color2);
    font-size: 20px;
}
@media (min-width: 992px) {
    header.style-5 .main-menu > ul > li:first-child {
        padding-left: 0;
    }
    header.style-5 .main-menu > ul > li:last-child {
        padding-right: 0;
    }
}
header.style-5 .main-menu > ul > li > a {
    color: var(--title-color);
    display: block;
    letter-spacing: 0.4px;
    padding: 3px 22px 3px 10px;
    line-height: 1;
    position: relative;
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    transition: all 0.5s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-5 .main-menu > ul > li > a {
        padding: 3px 15px 3px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5 .main-menu > ul > li > a {
        font-size: 14px;
        padding: 3px 12px 3px 10px;
    }
}
header.style-5 .main-menu > ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li i {
        opacity: 1;
    }
}
header.style-5 .main-menu > ul > li i.active {
    color: var(--title-color);
}
header.style-5 .main-menu > ul > li i.active::before {
    content: "\f2ea";
}
header.style-5 .main-menu > ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 15px 0;
    text-align: left;
    transform-origin: top;
}
@media (max-width: 1199px) {
    header.style-5 .main-menu > ul > li ul.sub-menu {
        box-shadow: none;
    }
}
header.style-5 .main-menu > ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
}
header.style-5 .main-menu > ul > li ul.sub-menu > li i {
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    color: var(--title-color);
    font-size: 14px;
}
header.style-5 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 16px;
    font-size: 10px;
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
        right: 0;
        top: 11px;
        font-size: 20px;
    }
}
header.style-5 .main-menu > ul > li ul.sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-suse);
    font-size: 15px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative;
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li ul.sub-menu > li > a {
        border-color: rgba(233, 228, 228, 0.5);
    }
    header.style-5 .main-menu > ul > li ul.sub-menu > li > a::before {
        background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
    }
}
header.style-5 .main-menu > ul > li ul.sub-menu > li > a:hover {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
    transform: scale(1);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li > a.active {
    color: var(--primary-color1);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li > a.active::before {
    transform: scale(1);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li:last-child > a {
    border-bottom: none;
}
header.style-5 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
    display: none;
}
header.style-5 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    padding: 10px 0;
}
header.style-5 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 20px;
}
header.style-5 .main-menu > ul > li ul.sub-menu > li:hover > a {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li.active > a {
    color: var(--primary-color3);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
    color: var(--primary-color3);
}
header.style-5 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--dark-white-color);
    padding: 0;
    top: 3px;
}
@media (max-width: 1199px) {
    header.style-5 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        box-shadow: none;
    }
}
header.style-5 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 991px) {
    header.style-5 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        top: 0;
    }
}
header.style-5 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}
@media (min-width: 992px) {
    header.style-5 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
        display: block;
        animation: fade-down 0.45s linear;
    }
}
header.style-5 .main-menu > ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}
header.style-5 .main-menu > ul > li .mega-menu {
    position: absolute;
    left: 0;
    top: 67px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home1/home1-megamenu-bg.png),
        linear-gradient(#f0f0f0, #f0f0f0);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-5 .main-menu > ul > li .mega-menu {
        max-height: 650px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-5 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 1199px) {
    header.style-5 .main-menu > ul > li .mega-menu {
        max-height: 570px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-5 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
header.style-5 .main-menu > ul > li .mega-menu .single-menu-item {
    text-align: center;
}
header.style-5 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
    border-radius: 10px;
    border: 1px solid #d1d1ed;
    transition: 0.5s;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
@media (max-width: 1199px) {
    header.style-5 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
        margin-bottom: 15px;
    }
}
header.style-5 .main-menu > ul > li .mega-menu .single-menu-item .home-img img {
    border-radius: 10px;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li {
    margin-bottom: 15px;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 21px;
    background-color: var(--dark-black-color);
    border: 1px solid var(--dark-black-color);
    border-radius: 18px;
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a
    svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light
    svg {
    fill: var(--dark-title-color);
}
header.style-5 .main-menu > ul > li .mega-menu .single-menu-item h5 {
    margin-bottom: 0;
}
header.style-5 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s;
}
@media (max-width: 1399px) {
    header.style-5 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
        font-size: 21px;
    }
}
header.style-5 .main-menu > ul > li .mega-menu .single-menu-item h5 a:hover {
    color: var(--primary-color4);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img {
    border-color: var(--primary-color4);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img
    .home-version {
    opacity: 1;
    transform: scaleY(1);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item.active
    .home-img {
    border-color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li .mega-menu .single-menu-item.active h5 a {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li .mega-menu2 {
    position: absolute;
    left: 0;
    top: 67px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home1/home1-megamenu-bg.png),
        linear-gradient(#f0f0f0, #f0f0f0);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
    z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-5 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 1399px) {
    header.style-5 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li .mega-menu2 {
        background-image: unset;
    }
}
header.style-5 .main-menu > ul > li .mega-menu2 .title-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}
@media (max-width: 1399px) {
    header.style-5 .main-menu > ul > li .mega-menu2 .title-area {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li .mega-menu2 .title-area {
        display: none;
    }
}
header.style-5 .main-menu > ul > li .mega-menu2 .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    header.style-5 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    header.style-5 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 30px;
    }
}
header.style-5 .main-menu > ul > li .mega-menu2 .title-area .icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background-color: var(--primary-color4);
    display: flex;
    align-items: center;
    justify-content: center;
}
header.style-5 .main-menu > ul > li .mega-menu2 .title-area .icon svg {
    fill: none;
    stroke: var(--dark-title-color2);
}
header.style-5 .main-menu > ul > li .mega-menu2 .menu-row {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
header.style-5 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item {
    padding: 0;
    position: relative;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item:last-child {
    padding-right: 0;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title {
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 15px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6
    svg {
    fill: none;
    stroke: var(--text-color);
}
header.style-5 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li {
    margin-bottom: 30px;
    line-height: 1;
    padding: 0;
    display: block;
}
@media (max-width: 1399px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 25px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a
    svg {
    fill: var(--primary-color4);
}
@media (max-width: 1399px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 20px;
        gap: 12px;
    }
}
@media (max-width: 1199px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 19px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a:hover {
    color: var(--primary-color4);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn {
    color: var(--title-color2);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn
    svg {
    fill: none;
    stroke: var(--title-color2);
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover {
    color: var(--title-color);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover
    svg {
    stroke: var(--title-color);
    transform: rotate(45deg);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li.active
    a {
    color: var(--primary-color3);
    display: inline-block;
}
header.style-5 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
    padding: 40px 40px 30px 40px;
    background-color: #1c1a1e;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-5 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 40px 25px 30px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 35px 20px 30px 20px;
    }
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        display: none;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content {
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content {
        margin-bottom: 35px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    h3 {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 35px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 26px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1 {
    background-color: var(--primary-color4);
    border-radius: 24px;
    padding: 12px 21px;
    color: var(--dark-title-color2);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1
    svg {
    stroke: var(--dark-title-color2);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1::after {
    background-color: var(--white-color);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover {
    color: var(--dark-title-color);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover
    svg {
    stroke: var(--dark-title-color);
}
header.style-5 .main-menu > ul > li .mega-menu2 .solution-menu-banner::before {
    content: url(../img/home1/solution-menu-banner-vector1.svg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
header.style-5 .main-menu > ul > li .mega-menu2 .solution-menu-banner::after {
    content: url(../img/home1/solution-menu-banner-vector2.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
header.style-5 .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content {
    padding: 25px 15px 0 15px;
}
@media (max-width: 1399px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content {
        padding: 25px 10px 0 10px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
@media (max-width: 1399px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        gap: 25px;
    }
}
@media (max-width: 1199px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        margin-bottom: 15px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a
    svg {
    fill: var(--text-color);
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover {
    color: var(--primary-color4);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover
    svg {
    fill: var(--primary-color4);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date {
    position: relative;
    padding-left: 13px;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid var(--text-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5 {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5 {
        margin-bottom: 30px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.5s;
}
@media (max-width: 1199px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5
        a {
        font-size: 21px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a:hover {
    color: var(--primary-color4);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn
    svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover {
    color: var(--primary-color4);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover
    svg {
    stroke: var(--primary-color4);
    transform: rotate(45deg);
}
header.style-5 .main-menu > ul > li .mega-menu2.two::before {
    content: url(../img/home5/resource-menu-vector.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li .mega-menu2.two::before {
        display: none;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item {
    width: 100%;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title {
    padding: 6px 18px;
    line-height: 1;
    display: inline-block;
    background-color: var(--dark-white-color);
    border-radius: 15px;
}
@media (max-width: 991px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title {
        padding: 0;
        background-color: unset;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    line-height: 1;
}
@media (max-width: 991px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        line-height: 1.3;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a {
    color: var(--text-color);
    font-weight: 600;
    justify-content: space-between;
    width: 100%;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    span {
    display: flex;
    align-items: center;
    gap: 12px;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow
    svg {
    fill: var(--title-color);
}
@media (max-width: 991px) {
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow {
        width: 15px;
        height: 15px;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow
        svg {
        width: 6px;
    }
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover {
    color: var(--title-color);
}
header.style-5
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover
    .arrow {
    opacity: 1;
}
header.style-5 .main-menu > ul > li .mega-menu2.two .conference-btn {
    color: var(--dark-title-color2);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    background-color: var(--white-color);
    border-radius: 10px;
    margin-top: 100px;
}
@media (max-width: 1399px) {
    header.style-5 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 80px;
    }
}
@media (max-width: 1199px) {
    header.style-5 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 20px;
        border: 1px solid var(--borders-color);
        padding: 14px 10px;
        font-size: 13px;
        justify-content: start;
        gap: 5px;
    }
}
header.style-5 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
    fill: none;
    stroke: var(--dark-title-color2);
    transition: 0.5s;
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
        width: 8px;
    }
}
header.style-5 .main-menu > ul > li .mega-menu2.two .conference-btn:hover svg {
    transform: rotate(45deg);
}
header.style-5 .main-menu > ul > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
}
header.style-5 .main-menu > ul > li.menu-item-has-children > a::before {
    content: "\f229";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 8px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #999999;
    transition: all 0.5s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-5 .main-menu > ul > li.menu-item-has-children > a::before {
        right: 2px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5 .main-menu > ul > li.menu-item-has-children > a::before {
        right: 0px;
    }
}
@media (max-width: 991px) {
    header.style-5 .main-menu > ul > li.menu-item-has-children > a::before {
        display: none;
    }
}
header.style-5 .main-menu > ul > li.menu-item-has-children:hover > a::before {
    color: var(--primary-color3);
}
@media (min-width: 992px) {
    header.style-5 .main-menu > ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-5 .main-menu > ul > li:hover .mega-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-5 .main-menu > ul > li:hover .mega-menu2 {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
header.style-5 .main-menu > ul > li:hover > a {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li:hover > a::before {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li:hover.menu-item-has-children > a::before {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li.active > a {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li.active > a::before {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li.active i {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul > li.active.menu-item-has-children > a::before {
    color: var(--primary-color4);
}
header.style-5 .main-menu > ul li.menu-item-has-children > i {
    display: none;
}
header.style-5 .mobile-logo-area .mobile-logo-wrap img {
    width: 130px;
}
header.style-5 .mobile-logo-area .mobile-logo-wrap img.dark {
    display: none;
}
header.style-5 .mobile-logo-area .menu-close-btn {
    height: 38px;
    width: 38px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}
header.style-5 .mobile-logo-area .menu-close-btn i {
    font-size: 26px;
    line-height: 1;
    color: var(--title-color);
    transition: 0.35s;
}
header.style-5 .mobile-logo-area .menu-close-btn:hover {
    background-color: var(--title-color);
}
header.style-5 .mobile-logo-area .menu-close-btn:hover i {
    color: var(--white-color);
}
@media only screen and (max-width: 991px) {
    header.style-5 .dropdown-icon {
        color: var(--white-color);
    }
    header.style-5 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        border-right: 1px solid var(--borders-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    }
    header.style-5 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.style-5 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }
    header.style-5 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
        border: unset;
    }
    header.style-5 .main-menu > ul {
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.style-5 .main-menu > ul > li {
        display: block;
        position: relative;
        padding: 0;
    }
    header.style-5 .main-menu > ul > li i {
        display: block;
    }
    header.style-5 .main-menu > ul > li > a {
        padding: 15px 0;
        display: block;
        border: unset;
    }
    header.style-5 .main-menu > ul > li ul.sub-menu {
        position: static;
        min-width: 200px;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 0;
        padding-left: 10px;
        background-color: unset;
    }
    header.style-5 .main-menu > ul > li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }
    header.style-5 .main-menu > ul > li ul.sub-menu > li a {
        color: var(--title-color);
        padding: 12px 0px;
    }
    header.style-5 .main-menu > ul > li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }
    header.style-5 .main-menu > ul > li ul.sub-menu > li a.active {
        color: var(--primary-color);
    }
    header.style-5 .main-menu > ul > li ul.sub-menu > li i {
        color: var(--primary-color);
        right: -13px;
    }
    header.style-5 .main-menu > ul > li .mega-menu {
        display: none;
    }
    header.style-5 .main-menu > ul > li .mega-menu2 {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 5px 0;
    }
    header.style-5 .main-menu > ul > li .mega-menu2 .menu-row {
        display: block;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item {
        padding: 0;
        display: block;
        margin-bottom: 20px;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item:last-child {
        margin-bottom: 0;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item::after {
        display: none;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        border-bottom: 1px solid var(--black-color);
        font-size: 16px;
        padding-bottom: 3px;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul {
        padding-left: 10px;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 15px;
        line-height: 1;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a {
        font-size: 15px;
        gap: 8px;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a
        svg {
        width: 16px;
    }
    header.style-5
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        .all-btn {
        font-size: 15px;
        padding-top: 5px;
    }
    header.style-5 .main-menu > ul > li:hover > a {
        color: var(--primary-color3);
    }
    header.style-5 .main-menu > ul > li:hover i {
        color: var(--primary-color3);
    }
    header.style-5 .main-menu > ul > li.active > a {
        color: var(--primary-color3);
    }
    header.style-5 .main-menu > ul > li .bi {
        top: 13px;
        font-size: 20px;
        color: var(--title-color);
        line-height: 1;
    }
    header.style-5 .main-menu > ul li.menu-item-has-children > i {
        display: block;
    }
    header.style-5 .primary-btn5 {
        width: 100%;
        justify-content: center;
    }
}

header.style-6 {
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all 0.8s ease-out 0s;
    background-color: transparent;
    padding: 18px 70px;
}
@media (max-width: 1699px) {
    header.style-6 {
        padding: 18px 50px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-6 {
        padding: 18px 30px;
    }
}
@media (max-width: 1399px) {
    header.style-6 {
        padding: 18px 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 {
        padding: 18px 10px;
    }
}
@media (max-width: 991px) {
    header.style-6 {
        padding: 18px 24px;
    }
}
@media (max-width: 767px) {
    header.style-6 {
        padding: 18px 10px;
    }
}
@media (max-width: 576px) {
    header.style-6 {
        padding: 18px 0;
    }
}
header.style-6.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--dark-white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 999;
}
@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
header.style-6 .company-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}
header.style-6 .company-logo img {
    width: 38px;
}
header.style-6 .company-logo .logo-dark {
    display: block;
}
header.style-6 .company-logo .logo-light {
    display: none;
}
header.style-6 .company-logo .logo-content {
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .company-logo .logo-content {
        display: none;
    }
}
header.style-6 .company-logo .logo-content svg {
    fill: var(--title-color);
}
header.style-6 .company-logo .logo-content span {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
header.style-6 .demo-btn {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .demo-btn {
        font-size: 14px;
        gap: 5px;
    }
}
header.style-6 .demo-btn svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}
header.style-6 .demo-btn:hover {
    color: var(--primary-color3);
}
header.style-6 .demo-btn:hover svg {
    stroke: var(--primary-color3);
    transform: rotate(45deg);
}
header.style-6 .nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-6 .nav-right {
        gap: 25px;
    }
}
@media (max-width: 1199px) {
    header.style-6 .nav-right {
        gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .nav-right {
        gap: 15px;
    }
}
@media (max-width: 576px) {
    header.style-6 .nav-right {
        gap: 15px;
    }
}
header.style-6 .nav-right .language-area {
    position: relative;
}
header.style-6 .nav-right .language-area .language-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
header.style-6 .nav-right .language-area .language-btn svg {
    fill: var(--title-color);
    transition: 0.5s;
}
header.style-6 .nav-right .language-area .language-btn span {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
}
header.style-6 .nav-right .language-area .language-btn i {
    font-size: 12px;
    line-height: 1;
    color: var(--title-color);
}
header.style-6 .nav-right .language-area .language-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 9999;
    width: 180px;
    background-color: var(--dark-white-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}
header.style-6 .nav-right .language-area .language-list.active {
    display: block;
    transform: scaleY(1);
    animation: fade-right 0.5s linear;
}
@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
        visibility: visible;
    }
}
header.style-6 .nav-right .language-area .language-list li a {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px;
    padding: 12px 20px;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 10px;
}
header.style-6 .nav-right .language-area .language-list li a:hover {
    color: var(--white-color);
    background-color: var(--primary-color3);
}
header.style-6 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}
@media (max-width: 991px) {
    header.style-6 .nav-right .mobile-menu-btn {
        display: flex;
        align-items: center;
        visibility: visible;
        justify-content: center;
        position: relative;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        border-radius: 10px;
        border: 1px solid var(--borders-color);
    }
    header.style-6 .nav-right .mobile-menu-btn svg {
        fill: var(--title-color);
    }
    header.style-6 .nav-right .mobile-menu-btn:hover svg {
        animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
    }
}
@media (max-width: 576px) {
    header.style-6 .nav-right .mobile-menu-btn {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    header.style-6 .nav-right .mobile-menu-btn svg {
        width: 18px;
    }
}
@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px);
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%);
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px);
    }
}
header.style-6 .menu-wrap {
    display: flex;
    align-items: center;
    gap: 200px;
}
@media (max-width: 1699px) {
    header.style-6 .menu-wrap {
        gap: 50px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-6 .menu-wrap {
        gap: 40px;
    }
}
@media (max-width: 1399px) {
    header.style-6 .menu-wrap {
        gap: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .menu-wrap {
        gap: 15px;
    }
}
header.style-6 .main-menu {
    display: inline-block;
}
header.style-6 .main-menu > ul {
    list-style: none;
    margin: 0;
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 0 6px;
}
header.style-6 .main-menu > ul > li {
    display: inline-block;
    position: relative;
    padding: 6px 6px;
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li {
        padding: 0px 12px;
    }
}
header.style-6 .main-menu > ul > li.position-inherit {
    position: inherit;
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li.position-inherit {
        position: relative;
    }
}
header.style-6 .main-menu > ul > li:hover i {
    color: var(--black-color2);
    font-size: 20px;
}
@media (min-width: 992px) {
    header.style-6 .main-menu > ul > li:first-child {
        padding-left: 0;
    }
    header.style-6 .main-menu > ul > li:last-child {
        padding-right: 0;
    }
}
header.style-6 .main-menu > ul > li > a {
    color: var(--text-color);
    display: block;
    letter-spacing: 0.4px;
    padding: 6px 13px;
    line-height: 1;
    position: relative;
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    background-color: transparent;
    transition: all 0.5s ease-out 0s;
    border-radius: 5px;
}
@media (max-width: 1399px) {
    header.style-6 .main-menu > ul > li > a {
        padding: 6px 8px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .main-menu > ul > li > a {
        font-size: 14px;
    }
}
header.style-6 .main-menu > ul > li > i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li > i {
        opacity: 1;
    }
}
header.style-6 .main-menu > ul > li > i.active {
    color: var(--title-color);
}
header.style-6 .main-menu > ul > li > i.active::before {
    content: "\f2ea";
}
header.style-6 .main-menu > ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 15px 0;
    text-align: left;
    transform-origin: top;
}
@media (max-width: 1199px) {
    header.style-6 .main-menu > ul > li ul.sub-menu {
        box-shadow: none;
    }
}
header.style-6 .main-menu > ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
}
header.style-6 .main-menu > ul > li ul.sub-menu > li i {
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    color: var(--title-color);
    font-size: 14px;
}
header.style-6 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 16px;
    font-size: 10px;
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
        right: 0;
        top: 11px;
        font-size: 20px;
    }
}
header.style-6 .main-menu > ul > li ul.sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-lora);
    font-size: 15px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative;
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li ul.sub-menu > li > a {
        border-color: rgba(233, 228, 228, 0.5);
    }
    header.style-6 .main-menu > ul > li ul.sub-menu > li > a::before {
        background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
    }
}
header.style-6 .main-menu > ul > li ul.sub-menu > li > a:hover {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
    transform: scale(1);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li > a.active {
    color: var(--primary-color1);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li > a.active::before {
    transform: scale(1);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li:last-child > a {
    border-bottom: none;
}
header.style-6 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
    display: none;
}
header.style-6 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    padding: 10px 0;
}
header.style-6 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 20px;
}
header.style-6 .main-menu > ul > li ul.sub-menu > li:hover > a {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li.active > a {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--dark-white-color);
    padding: 0;
    top: 3px;
}
@media (max-width: 1199px) {
    header.style-6 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        box-shadow: none;
    }
}
header.style-6 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 991px) {
    header.style-6 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        top: 0;
    }
}
header.style-6 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}
@media (min-width: 992px) {
    header.style-6 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
        display: block;
        animation: fade-down 0.45s linear;
    }
}
header.style-6 .main-menu > ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}
header.style-6 .main-menu > ul > li .mega-menu {
    position: absolute;
    left: 0;
    top: 61px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home1/home1-megamenu-bg.png),
        linear-gradient(#f0f0f0, #f0f0f0);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-6 .main-menu > ul > li .mega-menu {
        max-height: 650px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-6 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 1199px) {
    header.style-6 .main-menu > ul > li .mega-menu {
        max-height: 570px;
        overflow-y: auto;
        padding: 50px 0;
    }
    header.style-6 .main-menu > ul > li .mega-menu::-webkit-scrollbar {
        display: none;
    }
}
header.style-6 .main-menu > ul > li .mega-menu .single-menu-item {
    text-align: center;
}
header.style-6 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
    border-radius: 10px;
    border: 1px solid #d1d1ed;
    transition: 0.5s;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
@media (max-width: 1199px) {
    header.style-6 .main-menu > ul > li .mega-menu .single-menu-item .home-img {
        margin-bottom: 15px;
    }
}
header.style-6 .main-menu > ul > li .mega-menu .single-menu-item .home-img img {
    border-radius: 10px;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li {
    margin-bottom: 15px;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 21px;
    background-color: var(--dark-black-color);
    border: 1px solid var(--dark-black-color);
    border-radius: 18px;
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a
    svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item
    .home-img
    .home-version
    ul
    li
    a.light
    svg {
    fill: var(--dark-title-color);
}
header.style-6 .main-menu > ul > li .mega-menu .single-menu-item h5 {
    margin-bottom: 0;
}
header.style-6 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s;
}
@media (max-width: 1399px) {
    header.style-6 .main-menu > ul > li .mega-menu .single-menu-item h5 a {
        font-size: 21px;
    }
}
header.style-6 .main-menu > ul > li .mega-menu .single-menu-item h5 a:hover {
    color: var(--primary-color3);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img {
    border-color: var(--primary-color3);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu
    .single-menu-item:hover
    .home-img
    .home-version {
    opacity: 1;
    transform: scaleY(1);
}
header.style-6 .main-menu > ul > li .mega-menu .single-menu-item.active h5 a {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li .mega-menu2 {
    position: absolute;
    left: 0;
    top: 61px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0px;
    background-image: url(../img/home1/home1-megamenu-bg.png),
        linear-gradient(#f0f0f0, #f0f0f0);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top;
    z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-6 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 1399px) {
    header.style-6 .main-menu > ul > li .mega-menu2 {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li .mega-menu2 {
        background-image: unset;
    }
}
header.style-6 .main-menu > ul > li .mega-menu2 .title-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}
@media (max-width: 1399px) {
    header.style-6 .main-menu > ul > li .mega-menu2 .title-area {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li .mega-menu2 .title-area {
        display: none;
    }
}
header.style-6 .main-menu > ul > li .mega-menu2 .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    header.style-6 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    header.style-6 .main-menu > ul > li .mega-menu2 .title-area h2 {
        font-size: 30px;
    }
}
header.style-6 .main-menu > ul > li .mega-menu2 .title-area .icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background-color: var(--primary-color3);
    display: flex;
    align-items: center;
    justify-content: center;
}
header.style-6 .main-menu > ul > li .mega-menu2 .title-area .icon svg {
    fill: none;
    stroke: var(--white-color);
}
header.style-6 .main-menu > ul > li .mega-menu2 .menu-row {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
header.style-6 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item {
    padding: 0;
    position: relative;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item:last-child {
    padding-right: 0;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title {
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 15px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    color: var(--text-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    .menu-title
    h6
    svg {
    fill: none;
    stroke: var(--text-color);
}
header.style-6 .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li {
    margin-bottom: 30px;
    line-height: 1;
    padding: 0;
    display: block;
}
@media (max-width: 1399px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 25px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a
    svg {
    fill: var(--primary-color3);
}
@media (max-width: 1399px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 20px;
        gap: 12px;
    }
}
@media (max-width: 1199px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 19px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    > a:hover {
    color: var(--primary-color3);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn {
    color: var(--primary-color3);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn
    svg {
    fill: none;
    stroke: var(--primary-color3);
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover {
    color: var(--title-color);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li
    .all-btn:hover
    svg {
    stroke: var(--title-color);
    transform: rotate(45deg);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-row
    .menu-single-item
    ul
    li.active
    a {
    color: var(--primary-color3);
    display: inline-block;
}
header.style-6 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
    padding: 40px 40px 30px 40px;
    background-color: #1c1a1e;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-6 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 40px 25px 30px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        padding: 35px 20px 30px 20px;
    }
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li .mega-menu2 .solution-menu-banner {
        display: none;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content {
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content {
        margin-bottom: 35px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    h3 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 35px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 26px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .solution-menu-banner
        .banner-content
        h3 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1 {
    background-color: var(--primary-color3);
    border-radius: 24px;
    padding: 12px 21px;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1::after {
    background-color: var(--white-color);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover {
    color: var(--dark-title-color);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .solution-menu-banner
    .banner-content
    .primary-btn1:hover
    svg {
    stroke: var(--dark-title-color);
}
header.style-6 .main-menu > ul > li .mega-menu2 .solution-menu-banner::before {
    content: url(../img/home1/solution-menu-banner-vector1.svg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
header.style-6 .main-menu > ul > li .mega-menu2 .solution-menu-banner::after {
    content: url(../img/home1/solution-menu-banner-vector2.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
header.style-6 .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content {
    padding: 25px 15px 0 15px;
}
@media (max-width: 1399px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content {
        padding: 25px 10px 0 10px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
@media (max-width: 1399px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        gap: 25px;
    }
}
@media (max-width: 1199px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        .blog-meta {
        margin-bottom: 15px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a
    svg {
    fill: var(--text-color);
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover {
    color: var(--primary-color3);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li
    a:hover
    svg {
    fill: var(--primary-color3);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date {
    position: relative;
    padding-left: 13px;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .blog-meta
    li.blog-date::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid var(--text-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5 {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5 {
        margin-bottom: 30px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.5s;
}
@media (max-width: 1199px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-blog-card
        .blog-content
        h5
        a {
        font-size: 21px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    h5
    a:hover {
    color: var(--primary-color3);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn
    svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover {
    color: var(--primary-color3);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2
    .menu-blog-card
    .blog-content
    .read-more-btn:hover
    svg {
    stroke: var(--primary-color3);
    transform: rotate(45deg);
}
header.style-6 .main-menu > ul > li .mega-menu2.two::before {
    content: url(../img/home1/resource-menu-vector.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li .mega-menu2.two::before {
        display: none;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item {
    width: 100%;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title {
    padding: 6px 18px;
    line-height: 1;
    display: inline-block;
    background-color: var(--dark-white-color);
    border-radius: 15px;
}
@media (max-width: 991px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title {
        padding: 0;
        background-color: unset;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    .menu-title
    h6 {
    line-height: 1;
}
@media (max-width: 991px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        line-height: 1.3;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a {
    color: var(--text-color);
    font-weight: 600;
    justify-content: space-between;
    width: 100%;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    span {
    display: flex;
    align-items: center;
    gap: 12px;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a
    .arrow
    svg {
    fill: var(--title-color);
}
@media (max-width: 991px) {
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow {
        width: 15px;
        height: 15px;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2.two
        .menu-row
        .menu-single-item
        ul
        li
        a
        .arrow
        svg {
        width: 6px;
    }
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover {
    color: var(--title-color);
}
header.style-6
    .main-menu
    > ul
    > li
    .mega-menu2.two
    .menu-row
    .menu-single-item
    ul
    li
    a:hover
    .arrow {
    opacity: 1;
}
header.style-6 .main-menu > ul > li .mega-menu2.two .conference-btn {
    color: var(--primary-color3);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    background-color: var(--white-color);
    border-radius: 10px;
    margin-top: 100px;
}
@media (max-width: 1399px) {
    header.style-6 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 80px;
    }
}
@media (max-width: 1199px) {
    header.style-6 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li .mega-menu2.two .conference-btn {
        margin-top: 20px;
        border: 1px solid var(--borders-color);
        padding: 14px 10px;
        font-size: 13px;
        justify-content: start;
        gap: 5px;
    }
}
header.style-6 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
    fill: none;
    stroke: var(--primary-color3);
    transition: 0.5s;
}
@media (max-width: 991px) {
    header.style-6 .main-menu > ul > li .mega-menu2.two .conference-btn svg {
        width: 8px;
    }
}
header.style-6 .main-menu > ul > li .mega-menu2.two .conference-btn:hover svg {
    transform: rotate(45deg);
}
header.style-6 .main-menu > ul > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
}
header.style-6 .main-menu > ul > li.menu-item-has-children > a {
    display: flex;
    align-items: baseline;
    gap: 5px;
}
header.style-6 .main-menu > ul > li.menu-item-has-children > a i {
    font-size: 10px;
}
@media (min-width: 992px) {
    header.style-6 .main-menu > ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-6 .main-menu > ul > li:hover .mega-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 992px) {
    header.style-6 .main-menu > ul > li:hover .mega-menu2 {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
header.style-6 .main-menu > ul > li:hover > a {
    background-color: #f8f8f8;
    color: var(--title-color);
}
header.style-6 .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li:hover.menu-item-has-children > a::before {
    color: var(--title-color);
}
header.style-6 .main-menu > ul > li.active > a {
    color: var(--title-color);
    background-color: #f8f8f8;
}
header.style-6 .main-menu > ul > li.active > i {
    color: var(--primary-color3);
}
header.style-6 .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--primary-color1);
}
header.style-6 .main-menu > ul > li.active.menu-item-has-children > a::before {
    color: var(--title-color);
}
header.style-6 .main-menu > ul li.menu-item-has-children > i {
    display: none;
}
header.style-6 .primary-btn3 {
    padding: 12px 29px;
}
header.style-6 .primary-btn3 svg {
    fill: var(--dark-white-color);
    stroke: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .primary-btn3 {
        font-size: 14px;
        padding: 11px 18px;
        gap: 5px;
    }
}
header.style-6 .primary-btn3:hover svg {
    stroke: none;
    fill: var(--white-color);
}
header.style-6 .mobile-logo-area .mobile-logo-wrap img {
    width: 130px;
}
header.style-6 .mobile-logo-area .mobile-logo-wrap img.dark {
    display: none;
}
header.style-6 .mobile-logo-area .menu-close-btn {
    height: 38px;
    width: 38px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}
header.style-6 .mobile-logo-area .menu-close-btn i {
    font-size: 26px;
    line-height: 1;
    color: var(--title-color);
    transition: 0.35s;
}
header.style-6 .mobile-logo-area .menu-close-btn:hover {
    background-color: var(--title-color);
}
header.style-6 .mobile-logo-area .menu-close-btn:hover i {
    color: var(--white-color);
}
@media only screen and (max-width: 991px) {
    header.style-6 .dropdown-icon {
        color: var(--white-color);
    }
    header.style-6 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        border-right: 1px solid var(--borders-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    }
    header.style-6 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.style-6 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }
    header.style-6 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
        border: unset;
    }
    header.style-6 .main-menu > ul {
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.style-6 .main-menu > ul > li {
        display: block;
        position: relative;
        padding: 0;
    }
    header.style-6 .main-menu > ul > li i {
        display: block;
    }
    header.style-6 .main-menu > ul > li > a {
        padding: 15px 0;
        display: block;
        border: unset;
        background-color: transparent;
    }
    header.style-6 .main-menu > ul > li > a i {
        display: none;
    }
    header.style-6 .main-menu > ul > li ul.sub-menu {
        position: static;
        min-width: 200px;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 0;
        padding-left: 10px;
        background-color: unset;
    }
    header.style-6 .main-menu > ul > li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }
    header.style-6 .main-menu > ul > li ul.sub-menu > li a {
        color: var(--title-color);
        padding: 12px 0px;
    }
    header.style-6 .main-menu > ul > li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }
    header.style-6 .main-menu > ul > li ul.sub-menu > li a.active {
        color: var(--primary-color);
    }
    header.style-6 .main-menu > ul > li ul.sub-menu > li i {
        color: var(--primary-color);
        right: -13px;
    }
    header.style-6 .main-menu > ul > li .mega-menu {
        display: none;
    }
    header.style-6 .main-menu > ul > li .mega-menu2 {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 5px 0;
    }
    header.style-6 .main-menu > ul > li .mega-menu2 .menu-row {
        display: block;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item {
        padding: 0;
        display: block;
        margin-bottom: 20px;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item:last-child {
        margin-bottom: 0;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item::after {
        display: none;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        .menu-title
        h6 {
        border-bottom: 1px solid var(--black-color);
        font-size: 16px;
        padding-bottom: 3px;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul {
        padding-left: 10px;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 15px;
        line-height: 1;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a {
        font-size: 15px;
        gap: 8px;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        a
        svg {
        width: 16px;
    }
    header.style-6
        .main-menu
        > ul
        > li
        .mega-menu2
        .menu-row
        .menu-single-item
        ul
        li
        .all-btn {
        font-size: 15px;
        padding-top: 5px;
    }
    header.style-6 .main-menu > ul > li:hover > a {
        color: var(--primary-color3);
    }
    header.style-6 .main-menu > ul > li:hover i {
        color: var(--primary-color3);
    }
    header.style-6 .main-menu > ul > li.active > a {
        color: var(--primary-color3);
        background-color: unset;
    }
    header.style-6 .main-menu > ul > li .bi {
        top: 13px;
        font-size: 20px;
        color: var(--title-color);
        line-height: 1;
    }
    header.style-6 .main-menu > ul li.menu-item-has-children > i {
        display: block;
    }
    header.style-6 .main-menu .btn-and-contact-area {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    header.style-6 .primary-btn3 {
        width: 100%;
        justify-content: center;
    }
}

header.style-7 {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all 0.8s ease-out 0s;
    padding: 18px 130px;
}
@media (max-width: 1699px) {
    header.style-7 {
        padding: 18px 110px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-7 {
        padding: 18px 30px;
    }
}
@media (max-width: 1399px) {
    header.style-7 {
        padding: 18px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-7 {
        padding: 18px 10px;
    }
}
@media (max-width: 991px) {
    header.style-7 {
        padding: 18px 10px;
    }
}
@media (max-width: 767px) {
    header.style-7 {
        padding: 18px 10px;
    }
}
@media (max-width: 576px) {
    header.style-7 {
        padding: 18px 0;
    }
}
header.style-7.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #0d0d0e;
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 999;
}
header.style-7 .company-logo img {
    width: 142px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-7 .company-logo img {
        width: 130px;
    }
}
@media (max-width: 991px) {
    header.style-7 .company-logo img {
        width: 135px;
    }
}
header.style-7 .location {
    display: flex;
    align-items: start;
    gap: 10px;
}
header.style-7 .location svg {
    fill: none;
    stroke: var(--white-color);
    margin-top: 5px;
}
header.style-7 .location p {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 175px;
    width: 100%;
}
@media (max-width: 991px) {
    header.style-7 .location p {
        font-size: 15px;
    }
}
header.style-7 .contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
header.style-7 .contact-list li {
    margin-bottom: 3px;
}
header.style-7 .contact-list li:last-child {
    margin-bottom: 0;
}
header.style-7 .contact-list li span,
header.style-7 .contact-list li a {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
@media (max-width: 991px) {
    header.style-7 .contact-list li span,
    header.style-7 .contact-list li a {
        font-size: 15px;
    }
}
header.style-7 .contact-list li a {
    color: var(--dark-text-color);
    transition: 0.5s;
}
header.style-7 .contact-list li a:hover {
    color: var(--primary-color4);
}
header.style-7 .nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
header.style-7 .nav-right .right-sidebar-button {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #0d0d0e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media (max-width: 576px) {
    header.style-7 .nav-right .right-sidebar-button {
        width: 40px;
        height: 40px;
    }
}
header.style-7 .nav-right .right-sidebar-button svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-7 .nav-right .right-sidebar-button:hover svg {
    fill: var(--primary-color4);
}
header.style-7 .primary-btn3.four {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
header.style-7 .primary-btn3.four svg {
    stroke: var(--dark-title-color);
}

.right-sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    z-index: 9992;
    height: 100vh;
    overflow: auto;
    background-color: var(--white-color);
    transform: translateX(120%);
    transform-origin: right;
    transition: transform 0.5s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
    padding: 18px 45px 70px;
}
.right-sidebar-menu::-webkit-scrollbar {
    width: 0px;
}
@media (max-width: 576px) {
    .right-sidebar-menu {
        width: 320px;
        padding: 18px 20px 45px;
    }
}
.right-sidebar-menu.show-right-menu {
    transform: translateX(0);
}
.right-sidebar-menu .sidebar-logo-area {
    margin-bottom: 65px;
}
@media (max-width: 1199px) {
    .right-sidebar-menu .sidebar-logo-area {
        margin-bottom: 55px;
    }
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-logo-area {
        margin-bottom: 45px;
    }
}
.right-sidebar-menu .sidebar-logo-area .sidebar-logo-wrap {
    height: 48px;
    width: 48px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-sidebar-menu .sidebar-logo-area .sidebar-logo-wrap a .dark {
    display: none;
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn {
    height: 48px;
    width: 48px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn svg {
    fill: var(--title-color);
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn:hover {
    background-color: var(--title-color);
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn:hover svg {
    fill: var(--dark-white-color);
}
.right-sidebar-menu .sidebar-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 60px;
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap {
        gap: 30px;
        max-height: 100vh;
    }
}
.right-sidebar-menu .sidebar-content-wrap h3 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .right-sidebar-menu .sidebar-content-wrap h3 {
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap h3 {
        margin-bottom: 30px;
        font-size: 25px;
    }
}
.right-sidebar-menu .sidebar-content-wrap .address-area {
    max-width: 340px;
    width: 100%;
    margin-bottom: 70px;
}
@media (max-width: 1199px) {
    .right-sidebar-menu .sidebar-content-wrap .address-area {
        margin-bottom: 60px;
    }
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap .address-area {
        margin-bottom: 30px;
    }
}
.right-sidebar-menu .sidebar-content-wrap .address-area h5 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .address-area a {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    transition: 0.5s;
}
.right-sidebar-menu .sidebar-content-wrap .address-area a:hover {
    color: var(--primary-color3);
}
.right-sidebar-menu .sidebar-content-wrap .contact-area {
    padding: 0;
    margin: 0;
    list-style: none;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 45px;
}
@media (max-width: 991px) {
    .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
        margin-bottom: 35px;
    }
}
.right-sidebar-menu
    .sidebar-content-wrap
    .contact-area
    .single-contact:last-child {
    margin-bottom: 0;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .contact-area
    .single-contact
    .content {
    position: relative;
    line-height: 1;
    text-align: start;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .contact-area
    .single-contact
    .content
    span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 6px;
    display: inline-block;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .contact-area
    .single-contact
    .content
    h6 {
    margin-bottom: 0;
    line-height: 1;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .contact-area
    .single-contact
    .content
    h6
    a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    transition: 0.5s;
}
@media (max-width: 576px) {
    .right-sidebar-menu
        .sidebar-content-wrap
        .contact-area
        .single-contact
        .content
        h6
        a {
        font-size: 16px;
    }
}
.right-sidebar-menu
    .sidebar-content-wrap
    .contact-area
    .single-contact
    .content
    h6
    a:hover {
    color: var(--primary-color3);
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area {
        padding-top: 50px;
    }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area {
    margin-bottom: 70px;
}
@media (max-width: 1199px) {
    .right-sidebar-menu
        .sidebar-content-wrap
        .sidebar-bottom-area
        .subscribe-area {
        margin-bottom: 60px;
    }
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    h5 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .right-sidebar-menu
        .sidebar-content-wrap
        .sidebar-bottom-area
        .subscribe-area
        h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .subscribe-form {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 576px) {
    .right-sidebar-menu
        .sidebar-content-wrap
        .sidebar-bottom-area
        .subscribe-area
        .subscribe-form-wrap
        .subscribe-form {
        padding: 8px 20px;
    }
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .subscribe-form
    input {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: transparent;
    width: 100%;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .subscribe-form
    input::-moz-placeholder {
    color: var(--text-color);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .subscribe-form
    input::placeholder {
    color: var(--text-color);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .subscribe-form
    button {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-color3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .subscribe-form
    button
    svg {
    fill: var(--white-color);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .form-inner2 {
    padding-top: 15px;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .form-inner2
    .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .form-inner2
    .form-check
    .form-check-input {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 0;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .form-inner2
    .form-check
    .form-check-label {
    font-size: 14px;
    font-weight: 500;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .sidebar-bottom-area
    .subscribe-area
    .subscribe-form-wrap
    .form-inner2
    .form-check
    .form-check-label
    strong {
    color: var(--title-color);
    font-weight: 600;
}
.right-sidebar-menu .sidebar-content-wrap .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    transition: 0.5s;
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color);
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a i {
    font-size: 14px;
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a i.bi-twitter-x {
    font-size: 12px;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu {
    padding: 25px 35px;
    border: 1px solid var(--borders-color);
    border-radius: 10px;
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap .main-menu {
        padding: 20px;
    }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: unset;
    float: none;
    text-align: left;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li {
    display: block;
    position: relative;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li.position-inherit {
    position: inherit;
}
@media (max-width: 991px) {
    .right-sidebar-menu
        .sidebar-content-wrap
        .main-menu
        > ul
        > li.position-inherit {
        position: relative;
    }
}
@media (min-width: 992px) {
    .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li:first-child {
        padding-left: 0;
    }
    .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li:last-child {
        padding-right: 0;
    }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li > a {
    color: var(--title-color);
    letter-spacing: 0.4px;
    padding: 15px 0;
    display: block;
    line-height: 1;
    position: relative;
    font-family: var(--font-suse);
    font-weight: 700;
    font-size: 22px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    background-color: transparent;
    transition: all 0.5s ease-out 0s;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li > a {
        font-size: 20px;
    }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li > i {
    font-size: 12px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    display: none;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li {
    border-bottom: 1px solid transparent;
    padding: 0;
    display: block;
    position: relative;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    i {
    position: absolute;
    display: block;
    color: var(--title-color);
    font-size: 14px;
    cursor: pointer;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    .dropdown-icon {
    right: 10px;
    top: 8px;
    font-size: 14px;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    > a {
    display: block;
    padding: 12px 0;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-suse);
    font-size: 20px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative;
}
@media (max-width: 576px) {
    .right-sidebar-menu
        .sidebar-content-wrap
        .main-menu
        > ul
        > li
        ul.sub-menu
        > li
        > a {
        font-size: 18px;
    }
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    > a:hover {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    > a:hover::before {
    transform: scale(1);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    > a.active {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    > a.active::before {
    transform: scale(1);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li:last-child
    > a {
    border-bottom: none;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li:last-child
    > a::before {
    display: none;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    .sub-menu
    li
    > a {
    padding: 10px 12px;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li:hover
    > a {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li:hover
    .dropdown-icon {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li.active
    > a {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li.active
    .dropdown-icon {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--dark-white-color);
    padding: 0;
    top: 3px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
}
@media (max-width: 1199px) {
    .right-sidebar-menu
        .sidebar-content-wrap
        .main-menu
        > ul
        > li
        ul.sub-menu
        > li
        .sub-menu {
        box-shadow: none;
    }
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    .sub-menu::before {
    display: none;
    visibility: hidden;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li
    .sub-menu
    > li
    i {
    display: block;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li
    ul.sub-menu
    > li:last-child {
    border-bottom: none;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li.menu-item-has-children
    > a {
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li.menu-item-has-children
    > a
    i {
    font-size: 10px;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.active > a {
    color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.active > i {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li.active
    .dropdown-icon2 {
    color: var(--primary-color4);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    > li.active.menu-item-has-children
    > a::before {
    color: var(--title-color);
}
.right-sidebar-menu
    .sidebar-content-wrap
    .main-menu
    > ul
    li.menu-item-has-children
    > i {
    display: block;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu .primary-btn3 {
    margin-top: 55px;
    padding: 20px 33px;
}
@media (max-width: 576px) {
    .right-sidebar-menu .sidebar-content-wrap .main-menu .primary-btn3 {
        margin-top: 35px;
    }
}
.right-sidebar-menu.two {
    height: unset;
    padding: 18px 45px 40px;
    margin-top: 18px;
    margin-right: 18px;
    border-radius: 20px;
    overflow-y: scroll;
    max-height: 800px;
}
@media (max-width: 991px) {
    .right-sidebar-menu.two {
        padding: 18px 35px 40px;
    }
}
@media (max-width: 576px) {
    .right-sidebar-menu.two {
        padding: 18px 20px 40px;
        border-radius: 10px;
        margin-right: 10px;
    }
}
.right-sidebar-menu.two .sidebar-logo-area {
    margin-bottom: 40px;
}
.right-sidebar-menu.two .sidebar-content-wrap {
    justify-content: start;
}
.right-sidebar-menu.two .sidebar-content-wrap .menu-contact-area {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 576px) {
    .right-sidebar-menu.two .sidebar-content-wrap .menu-contact-area {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.right-sidebar-menu.two .sidebar-content-wrap .location {
    display: flex;
    align-items: start;
    gap: 10px;
}
.right-sidebar-menu.two .sidebar-content-wrap .location svg {
    fill: none;
    stroke: var(--title-color);
    margin-top: 5px;
}
.right-sidebar-menu.two .sidebar-content-wrap .location p {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 175px;
    width: 100%;
}
@media (max-width: 991px) {
    .right-sidebar-menu.two .sidebar-content-wrap .location p {
        font-size: 15px;
    }
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li {
    margin-bottom: 3px;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li:last-child {
    margin-bottom: 0;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li span,
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
@media (max-width: 991px) {
    .right-sidebar-menu.two .sidebar-content-wrap .contact-list li span,
    .right-sidebar-menu.two .sidebar-content-wrap .contact-list li a {
        font-size: 15px;
    }
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li a {
    color: var(--text-color);
    transition: 0.5s;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li a:hover {
    color: var(--primary-color4);
}
.right-sidebar-menu.two .sidebar-content-wrap .social-area {
    margin-top: 20px;
    text-align: center;
    padding: 40px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
@media (max-width: 576px) {
    .right-sidebar-menu.two .sidebar-content-wrap .social-area {
        padding: 40px 20px;
    }
}
.right-sidebar-menu.two .sidebar-content-wrap .social-area h6 {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 700;
    line-height: 23.44px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}
.right-sidebar-menu.two .sidebar-content-wrap .social-list {
    justify-content: center;
}
.right-sidebar-menu.two .sidebar-content-wrap .social-list li a {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
.right-sidebar-menu.two .sidebar-content-wrap .social-list li a:hover {
    background-color: var(--primary-color4);
    color: var(--dark-title-color);
}

/*=====================================
  05. Home1 Partner Section CSS
========================================*/
.partner-area .partner-title-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 35px;
}
@media (max-width: 576px) {
    .partner-area .partner-title-area {
        flex-wrap: wrap;
    }
}
.partner-area .partner-title-area h6 {
    color: var(--text-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 7px 19px;
    border: 1px solid var(--borders-color);
    border-radius: 22px;
}
@media (max-width: 767px) {
    .partner-area .partner-title-area h6 {
        font-size: 17px;
    }
}
.partner-area .partner-title-area h6 span {
    color: var(--primary-color1);
}
.partner-area .partner-wrap .marquee {
    display: flex;
    gap: 80px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (max-width: 1199px) {
    .partner-area .partner-wrap .marquee {
        gap: 40px;
    }
}
@media (max-width: 576px) {
    .partner-area .partner-wrap .marquee {
        gap: 30px;
    }
}
.partner-area .partner-wrap .marquee.dark {
    display: none;
    visibility: hidden;
}
.partner-area .partner-wrap .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 80px;
    min-width: 100%;
    animation: scroll-x 30s linear infinite;
}
@media (max-width: 1199px) {
    .partner-area .partner-wrap .marquee .marquee__group {
        gap: 40px;
    }
}
@media (max-width: 576px) {
    .partner-area .partner-wrap .marquee .marquee__group {
        gap: 30px;
    }
}
.partner-area .partner-wrap .marquee .marquee__group a img {
    width: 144px;
}
@media (max-width: 1199px) {
    .partner-area .partner-wrap .marquee .marquee__group a img {
        width: 135px;
    }
}
@media (max-width: 576px) {
    .partner-area .partner-wrap .marquee .marquee__group a img {
        width: 125px;
    }
}
@keyframes scroll-x {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.partner-area.two .partner-title-area {
    margin-bottom: -17px;
}
.partner-area.two .partner-title-area h6 {
    background-color: var(--white-color);
    color: var(--title-color);
}
.partner-area.two .partner-title-area h6 span {
    color: var(--primary-color2);
}
.partner-area.two .partner-wrap {
    padding: 60px 30px 45px;
    border: 1px solid var(--borders-color);
    border-radius: 20px;
}
@media (max-width: 1199px) {
    .partner-area.two .partner-wrap {
        padding: 60px 20px 45px;
    }
}
@media (max-width: 767px) {
    .partner-area.two .partner-wrap {
        padding: 60px 15px 45px;
    }
}
@media (max-width: 576px) {
    .partner-area.two .partner-wrap {
        padding: 60px 10px 45px;
        border-radius: 10px;
    }
}
.partner-area.three .partner-title-area h6 {
    font-family: var(--font-suse);
    font-weight: 600;
}
.partner-area.three .partner-title-area h6 span {
    color: var(--primary-color3);
}
.partner-area.four .partner-title-area h6 {
    font-family: var(--font-suse);
}
.partner-area.five .partner-title-area {
    border: 1px solid var(--borders-color);
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 511px;
    width: 100%;
    padding: 7px 15px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 35px;
}
@media (max-width: 576px) {
    .partner-area.five .partner-title-area {
        flex-direction: column;
        gap: 10px;
        padding: 10px 15px;
    }
}
.partner-area.five .partner-title-area h6 {
    font-family: var(--font-suse);
    padding: 0;
    border: unset;
    border-radius: 0;
}
.partner-area.five .partner-title-area h6 span {
    color: var(--primary-color4);
}
.partner-area.five .partner-title-area svg {
    fill: var(--text-color);
}
.partner-area.six {
    padding-top: 230px;
}
@media (max-width: 1199px) {
    .partner-area.six {
        padding-top: 160px;
    }
}
@media (max-width: 991px) {
    .partner-area.six {
        padding-top: 90px;
    }
}

/*=====================================
  06. Home1 Partner Section CSS
========================================*/
.home1-feature-section .feature-banner-area {
    background-image: url(../img/home1/home1-feature-banner-bg.png),
        linear-gradient(180deg, #1c1a1e 0%, #1c1a1e 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 80px 40px 115px;
}
@media (max-width: 991px) {
    .home1-feature-section .feature-banner-area {
        padding: 90px 40px;
    }
}
@media (max-width: 767px) {
    .home1-feature-section .feature-banner-area {
        padding: 80px 30px;
    }
}
@media (max-width: 576px) {
    .home1-feature-section .feature-banner-area {
        padding: 70px 20px;
    }
}
.home1-feature-section .feature-banner-area .banner-content {
    max-width: 443px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.home1-feature-section .feature-banner-area .banner-content span {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 5px 17px;
    background-color: #2f2f2f;
    border: 1px solid var(--primary-color1);
    border-radius: 22px;
    margin-bottom: 20px;
}
.home1-feature-section .feature-banner-area .banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .home1-feature-section .feature-banner-area .banner-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .home1-feature-section .feature-banner-area .banner-content h2 {
        font-size: 35px;
        line-height: 1.2;
    }
}
.home1-feature-section .feature-banner-area .banner-content p {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .home1-feature-section .feature-banner-area .banner-content p {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .home1-feature-section .feature-banner-area .banner-content p {
        font-size: 16px;
    }
}
.home1-feature-section .feature-card-area {
    margin-top: -40px;
}
@media (max-width: 991px) {
    .home1-feature-section .feature-card-area {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .home1-feature-section .feature-card-area .company-icon-and-arrow {
        display: none;
    }
}
.home1-feature-section
    .feature-card-area
    .company-icon-and-arrow
    .company-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: linear-gradient(#1c1a1e, #1c1a1e) padding-box,
        linear-gradient(
                180deg,
                var(--primary-color1) 25%,
                var(--borders-color) 100%
            )
            border-box;
    margin: 0 auto;
}
.home1-feature-section
    .feature-card-area
    .company-icon-and-arrow
    .company-icon
    svg {
    fill: var(--primary-color1);
}
.home1-feature-section .feature-card-area .company-icon-and-arrow .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home1-feature-section .feature-card-area .company-icon-and-arrow .arrow svg {
    fill: var(--borders-color);
    width: 1008px;
}
@media (max-width: 1399px) {
    .home1-feature-section
        .feature-card-area
        .company-icon-and-arrow
        .arrow
        svg {
        width: 870px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home1-feature-section
        .feature-card-area
        .company-icon-and-arrow
        .arrow
        svg {
        width: 740px;
        height: 50px;
    }
}

.feature-card {
    padding: 35px 30px;
    border: 1px solid var(--borders-color);
    border-radius: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card {
        padding: 30px 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-card {
        padding: 25px 15px;
        border-radius: 15px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .feature-card {
        padding: 30px 15px;
    }
}
@media (max-width: 576px) {
    .feature-card {
        padding: 30px 25px;
    }
}
.feature-card .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #e9e9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.feature-card h3 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-card h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 22px;
    }
}
@media (max-width: 767px) {
    .feature-card h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .feature-card h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
}
.feature-card p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card p {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-card p {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .feature-card p {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media (max-width: 576px) {
    .feature-card p {
        font-size: 15px;
    }
}
.feature-card:hover .icon img {
    animation: bounceIn 1s linear;
}
.feature-card.two {
    background-color: #f1f1ff;
}
.feature-card.two .icon {
    background-color: var(--white-color);
}
.feature-card.three {
    background-color: #f0f0f0;
}
.feature-card.three .icon {
    background-color: var(--white-color);
}

.contact-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 15px 14px 30px;
    border: 1px solid var(--borders-color);
    border-radius: 40px;
    max-width: 544px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .contact-btn-area {
        flex-wrap: wrap;
        border-radius: 20px;
        padding: 14px 25px;
        justify-content: center;
    }
}
.contact-btn-area h6 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 240px;
    width: 100%;
}
@media (max-width: 576px) {
    .contact-btn-area h6 {
        text-align: center;
    }
}
.contact-btn-area h6 span {
    color: var(--primary-color1);
}
.contact-btn-area .primary-btn1 {
    border-radius: 24px;
    padding: 16px 22px;
}
.contact-btn-area .primary-btn1::after {
    border-radius: 24px;
}
.contact-btn-area.two {
    max-width: 760px;
    border: unset;
    background-color: #f8f8f8;
    padding: 16px 15px 16px 40px;
}
@media (max-width: 576px) {
    .contact-btn-area.two {
        padding: 16px 30px;
    }
}
.contact-btn-area.two h6 {
    font-family: var(--font-suse);
    font-size: 16px;
}
.contact-btn-area.two .primary-btn3 {
    border-radius: 100px;
}
.contact-btn-area.two .primary-btn4.transparent .content {
    background-color: #f8f8f8;
    border: 1px solid var(--title-color);
    color: var(--title-color);
}
.contact-btn-area.two .primary-btn4.transparent .icon {
    background-color: #f8f8f8;
    border: 1px solid var(--title-color);
}
.contact-btn-area.two .primary-btn4.transparent .icon svg {
    stroke: var(--title-color);
}

/*=====================================
  14. Home1 Footer Section CSS
========================================*/
.footer-section {
    background-image: url(../img/home1/footer-bg.png),
        linear-gradient(180deg, #1c1a1e 0%, #1c1a1e 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.footer-section .footer-menu-wrap {
    padding: 80px 0;
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap {
        padding: 70px 0;
    }
}
@media (max-width: 576px) {
    .footer-section .footer-menu-wrap {
        padding: 60px 0;
    }
}
.footer-section .footer-menu-wrap .footer-contact-wrap {
    max-width: 520px;
    width: 100%;
}
.footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 45px;
}
@media (max-width: 991px) {
    .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
        font-size: 32px;
        margin-bottom: 35px;
    }
}
@media (max-width: 576px) {
    .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
        font-size: 28px;
        line-height: 1.3;
    }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
        gap: 20px;
        margin-bottom: 35px;
    }
}
@media (max-width: 576px) {
    .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
        flex-wrap: wrap;
        gap: 25px;
    }
}
.footer-section
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-section
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .icon {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    background-color: #18161a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content {
    line-height: 1;
}
.footer-section
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    span {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}
.footer-section
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    a {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    transition: 0.5s;
}
.footer-section
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    a:hover {
    color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 {
    background-color: #18161a;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    padding: 15px 24px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 svg {
    stroke: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .footer-section .footer-menu-wrap .footer-widget .widget-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap .footer-widget .widget-title {
        margin-bottom: 25px;
    }
}
.footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
        font-size: 25px;
    }
}
.footer-section .footer-menu-wrap .footer-widget .widget-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li {
    margin-bottom: 20px;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
    margin-bottom: 0;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
    color: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a span {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 8px;
    background-color: var(--primary-color1);
    border-radius: 50px;
}
.footer-section .footer-menu-wrap .newsletter-area {
    max-width: 250px;
    width: 100%;
}
.footer-section .footer-menu-wrap .newsletter-area h3 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .footer-section .footer-menu-wrap .newsletter-area h3 {
        margin-bottom: 30px;
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap .newsletter-area h3 {
        font-size: 25px;
    }
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form {
    padding: 20px 20px;
    background-color: #272529;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form input {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background-color: transparent;
}
.footer-section
    .footer-menu-wrap
    .newsletter-area
    .newsletter-form
    input::-moz-placeholder {
    color: var(--dark-text-color);
}
.footer-section
    .footer-menu-wrap
    .newsletter-area
    .newsletter-form
    input::placeholder {
    color: var(--dark-text-color);
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form svg {
    fill: var(--white-color);
    min-width: 18px;
}
.footer-section .footer-menu-wrap .social-area {
    padding-top: 40px;
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap .social-area {
        padding-top: 25px;
    }
}
.footer-section .footer-menu-wrap .social-area h5 {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
.footer-section .file-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    transition: 0.5s;
}
.footer-section .file-download-btn .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background-color: var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .file-download-btn .icon svg {
    fill: var(--white-color);
}
.footer-section .file-download-btn:hover {
    color: var(--primary-color1);
}
.footer-section .logo-and-sevice-menu-wrap {
    padding: 27px 40px;
    background-color: #18161a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .footer-section .logo-and-sevice-menu-wrap {
        padding: 27px 25px;
    }
}
@media (max-width: 991px) {
    .footer-section .logo-and-sevice-menu-wrap {
        padding: 27px 20px;
        justify-content: center;
        gap: 25px;
    }
}
@media (max-width: 767px) {
    .footer-section .logo-and-sevice-menu-wrap {
        gap: 30px;
    }
}
.footer-section .logo-and-sevice-menu-wrap .service-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 45px;
}
@media (max-width: 1199px) {
    .footer-section .logo-and-sevice-menu-wrap .service-list {
        gap: 25px;
    }
}
@media (max-width: 767px) {
    .footer-section .logo-and-sevice-menu-wrap .service-list {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.footer-section .logo-and-sevice-menu-wrap .service-list li {
    line-height: 1;
}
.footer-section .logo-and-sevice-menu-wrap .service-list li a {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
}
.footer-section .logo-and-sevice-menu-wrap .service-list li a:hover {
    color: var(--white-color);
}
.footer-section .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-section .social-list li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2f2f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: 0.5s;
}
.footer-section .social-list li a:hover {
    background-color: var(--primary-color1);
}
.footer-section .social-list li a i {
    font-size: 16px;
}
.footer-section .social-list li a i.bi-twitter-x {
    font-size: 12px;
}
.footer-section .copyright-and-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
@media (max-width: 767px) {
    .footer-section .copyright-and-social-area {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.footer-section .copyright-and-social-area p {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    margin-bottom: 0;
}
.footer-section .copyright-and-social-area p a {
    color: var(--white-color);
    transition: 0.5s;
}
.footer-section .copyright-and-social-area p a:hover {
    color: var(--primary-color1);
}
.footer-section .copyright-and-social-area .terms-condition {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-section .copyright-and-social-area .terms-condition svg {
    fill: #c4c4c4;
}
.footer-section .copyright-and-social-area .terms-condition p {
    color: #c4c4c4;
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    margin-bottom: 0;
}
.footer-section .copyright-and-social-area .terms-condition p a {
    color: var(--white-color);
    text-decoration: underline;
    transition: 0.5s;
}
.footer-section .copyright-and-social-area .terms-condition p a:hover {
    color: var(--primary-color3);
}
.footer-section .location-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 200px;
    width: 100%;
}
.footer-section .location-list li {
    margin-bottom: 45px;
}
.footer-section .location-list li:last-child {
    margin-bottom: 0;
}
.footer-section .location-list li span {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}
@media (max-width: 576px) {
    .footer-section .location-list li span {
        font-size: 26px;
        margin-bottom: 10px;
    }
}
.footer-section .location-list li a {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
    transition: 0.5s;
}
.footer-section .location-list li a:hover {
    color: var(--primary-color3);
}
.footer-section.style-2 {
    background-image: url(../img/home2/footer-bg.png),
        linear-gradient(180deg, #1c1a1e 0%, #1c1a1e 100%);
}
.footer-section.style-2 .footer-menu-wrap {
    padding: 105px 0;
}
@media (max-width: 991px) {
    .footer-section.style-2 .footer-menu-wrap {
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    .footer-section.style-2 .footer-menu-wrap {
        padding: 70px 0;
    }
}
.footer-section.style-2 .footer-menu-wrap .footer-contact-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    max-width: unset;
    padding-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section.style-2 .footer-menu-wrap .footer-contact-wrap {
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-2 .footer-menu-wrap .footer-contact-wrap {
        gap: 45px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-2 .footer-menu-wrap .footer-contact-wrap {
        gap: 30px;
    }
}
.footer-section.style-2 .footer-menu-wrap .footer-contact-wrap .title-area {
    max-width: 582px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1399px) {
    .footer-section.style-2 .footer-menu-wrap .footer-contact-wrap .title-area {
        gap: 20px;
        max-width: 530px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section.style-2 .footer-menu-wrap .footer-contact-wrap .title-area {
        gap: 15px;
        max-width: 410px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-2 .footer-menu-wrap .footer-contact-wrap .title-area {
        max-width: unset;
    }
}
@media (max-width: 576px) {
    .footer-section.style-2 .footer-menu-wrap .footer-contact-wrap .title-area {
        flex-wrap: wrap;
    }
}
.footer-section.style-2
    .footer-menu-wrap
    .footer-contact-wrap
    .title-area
    .footer-logo {
    min-width: 130px;
    max-width: 130px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section.style-2
        .footer-menu-wrap
        .footer-contact-wrap
        .title-area
        .footer-logo {
        min-width: 70px;
        max-width: 70px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-2
        .footer-menu-wrap
        .footer-contact-wrap
        .title-area
        .footer-logo {
        min-width: 75px;
        max-width: 75px;
    }
}
.footer-section.style-2 .footer-menu-wrap .footer-contact-wrap .title-area h2 {
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    .footer-section.style-2
        .footer-menu-wrap
        .footer-contact-wrap
        .title-area
        h2 {
        font-size: 32px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section.style-2
        .footer-menu-wrap
        .footer-contact-wrap
        .title-area
        h2 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-2
        .footer-menu-wrap
        .footer-contact-wrap
        .title-area
        h2 {
        font-size: 28px;
    }
}
.footer-section.style-2 .footer-menu-wrap .footer-contact-wrap .contact-list {
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section.style-2
        .footer-menu-wrap
        .footer-contact-wrap
        .contact-list {
        gap: 15px;
    }
}
.footer-section.style-2
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .icon {
    background-color: #3b3a3b;
    border: unset;
}
.footer-section.style-2
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    a:hover {
    color: var(--primary-color2);
}
.footer-section.style-2 .footer-menu-wrap .divider-line {
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .footer-section.style-2 .footer-menu-wrap .divider-line {
        display: none;
    }
}
.footer-section.style-2 .divider-line {
    width: 100%;
    fill: rgba(255, 255, 255, 0.08);
    display: block;
    height: 6px;
}
@media (max-width: 1199px) {
    .footer-section.style-2 .divider-line {
        height: 10px;
        fill: rgba(255, 255, 255, 0.2);
    }
}
@media (max-width: 576px) {
    .footer-section.style-2 .divider-line {
        display: none;
    }
}
@media (max-width: 576px) {
    .footer-section.style-2 .copyright-and-social-area {
        padding-top: 0;
    }
}
.footer-section.style-3 {
    background-image: unset;
    background-color: #1c1a1e;
    overflow: hidden;
}
.footer-section.style-3 .footer-menu-wrap {
    padding: 0;
}
.footer-section.style-3 .footer-menu-wrap .company-logo-and-location-area {
    padding: 110px 0 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 40px;
}
@media (max-width: 1199px) {
    .footer-section.style-3 .footer-menu-wrap .company-logo-and-location-area {
        padding: 90px 0 70px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-section.style-3 .footer-menu-wrap .company-logo-and-location-area {
        flex-direction: row;
        gap: 60px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-3 .footer-menu-wrap .company-logo-and-location-area {
        padding: 70px 0 50px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-3
        .footer-menu-wrap
        .company-logo-and-location-area
        .company-logo-area {
        display: block;
    }
}
@media (max-width: 767px) {
    .footer-section.style-3
        .footer-menu-wrap
        .company-logo-and-location-area
        .company-logo-area {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-3
        .footer-menu-wrap
        .company-logo-and-location-area
        .location-list {
        display: flex;
        gap: 20px;
        max-width: unset;
    }
    .footer-section.style-3
        .footer-menu-wrap
        .company-logo-and-location-area
        .location-list
        li {
        max-width: 200px;
        width: 100%;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .footer-section.style-3
        .footer-menu-wrap
        .company-logo-and-location-area
        .location-list {
        gap: 40px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-3
        .footer-menu-wrap
        .company-logo-and-location-area
        .location-list {
        flex-wrap: wrap;
        gap: 30px;
    }
}
.footer-section.style-3 .footer-menu-wrap .footer-contact-wrap {
    padding: 110px 0 65px 110px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: unset;
    border-left: 1px solid #2e2c30;
    position: relative;
}
@media (max-width: 1399px) {
    .footer-section.style-3 .footer-menu-wrap .footer-contact-wrap {
        padding: 110px 0 65px 70px;
    }
}
@media (max-width: 1199px) {
    .footer-section.style-3 .footer-menu-wrap .footer-contact-wrap {
        padding: 90px 0 65px 50px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-3 .footer-menu-wrap .footer-contact-wrap {
        padding: 0;
        padding-bottom: 50px;
        border-left: unset;
        border-bottom: 1px solid #2e2c30;
    }
}
@media (max-width: 576px) {
    .footer-section.style-3 .footer-menu-wrap .footer-contact-wrap {
        flex-direction: column;
        align-items: start;
        gap: 35px;
        padding-bottom: 40px;
    }
}
.footer-section.style-3 .footer-menu-wrap .footer-contact-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1290px;
    height: 1px;
    background-color: #2e2c30;
}
@media (max-width: 991px) {
    .footer-section.style-3 .footer-menu-wrap .footer-contact-wrap::before {
        display: none;
    }
}
.footer-section.style-3 .footer-menu-wrap .footer-contact-wrap h2 {
    font-family: var(--font-suse);
    font-weight: 700;
    max-width: 472px;
    width: 100%;
}
.footer-section.style-3 .footer-menu-wrap .footer-contact-wrap .contact-list {
    margin-bottom: 0;
}
.footer-section.style-3
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    a {
    font-family: var(--font-suse);
}
.footer-section.style-3
    .footer-menu-wrap
    .footer-contact-wrap
    .footer-widget
    .widget-title
    h3 {
    font-family: var(--font-suse);
}
.footer-section.style-3 .footer-menu-wrap .newsletter-area h3 {
    font-family: var(--font-suse);
}
.footer-section.style-3 .footer-menu-wrap .footer-menu {
    padding: 60px 0 160px 110px;
    border-left: 1px solid #2e2c30;
}
@media (max-width: 1399px) {
    .footer-section.style-3 .footer-menu-wrap .footer-menu {
        padding: 60px 0 160px 70px;
    }
}
@media (max-width: 1199px) {
    .footer-section.style-3 .footer-menu-wrap .footer-menu {
        padding: 60px 0 130px 50px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-3 .footer-menu-wrap .footer-menu {
        padding: 50px 0 90px;
        border-left: unset;
    }
}
@media (max-width: 767px) {
    .footer-section.style-3 .footer-menu-wrap .footer-menu {
        padding: 50px 0 70px;
    }
}
.footer-section.style-3 .file-download-btn {
    font-family: var(--font-suse);
    margin-top: 40px;
    margin-bottom: 0;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #18161a;
    border-radius: 20px;
    line-height: 1.3;
    max-width: 210px;
    width: 100%;
}
@media (max-width: 991px) {
    .footer-section.style-3 .file-download-btn {
        display: flex;
        margin-top: 30px;
        min-width: 190px;
        border-radius: 15px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-3 .file-download-btn {
        margin-top: 0;
    }
}
.footer-section.style-3 .footer-bottom {
    border-top: 1px solid #2e2c30;
}
.footer-section.style-4 {
    background-image: unset;
    background-color: #1c1a1e;
    overflow: hidden;
}
.footer-section.style-4 .footer-menu-wrap .footer-contact-wrap {
    max-width: 470px;
}
.footer-section.style-4 .footer-menu-wrap .footer-contact-wrap h2 {
    font-family: var(--font-suse);
    font-weight: 700;
}
.footer-section.style-4 .footer-menu-wrap .footer-contact-wrap .contact-list {
    margin-bottom: 0;
}
.footer-section.style-4
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    a {
    font-family: var(--font-suse);
}
.footer-section.style-4 .footer-menu-wrap .footer-widget .widget-title h3 {
    font-family: var(--font-suse);
}
.footer-section.style-4 .footer-menu-wrap .newsletter-area h3 {
    font-family: var(--font-suse);
}
.footer-section.style-4 .footer-menu-wrap .company-logo-area {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .footer-section.style-4 .footer-menu-wrap .company-logo-and-location-area {
        padding-top: 50px;
        margin-top: 50px;
        border-top: 1px solid #2e2c30;
    }
}
.footer-section.style-4 .file-download-btn {
    margin-top: 40px;
    margin-bottom: 0;
    font-family: var(--font-suse);
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #18161a;
    border-radius: 35px;
    line-height: 1.3;
    max-width: 210px;
    width: 100%;
}
@media (max-width: 767px) {
    .footer-section.style-4 .file-download-btn {
        margin-top: 0;
    }
}
.footer-section.style-4 .location-list {
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}
@media (max-width: 1199px) {
    .footer-section.style-4 .location-list {
        gap: 50px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-4 .location-list {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-4 .location-list {
        justify-content: start;
    }
}
@media (max-width: 576px) {
    .footer-section.style-4 .location-list {
        flex-wrap: wrap;
    }
}
.footer-section.style-4 .location-list li {
    margin-bottom: 0;
    max-width: 200px;
    width: 100%;
}
.footer-section.style-4 .divider-line {
    margin: 70px 0;
    width: 100%;
    fill: #2e2c30;
}
@media (max-width: 767px) {
    .footer-section.style-4 .divider-line {
        margin: 50px 0;
    }
}
@media (max-width: 576px) {
    .footer-section.style-4 .divider-line {
        display: none;
    }
}
.footer-section.style-4 .footer-bottom {
    border-top: 1px solid #2e2c30;
}
.footer-section.style-5 {
    background-image: unset;
    background-color: #1c1a1e;
    overflow: hidden;
}
.footer-section.style-5 .footer-menu-wrap {
    padding: 0;
}
.footer-section.style-5 .footer-menu-wrap .company-logo-and-location-area {
    padding: 110px 0 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 40px;
}
@media (max-width: 1199px) {
    .footer-section.style-5 .footer-menu-wrap .company-logo-and-location-area {
        padding: 90px 0 70px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-section.style-5 .footer-menu-wrap .company-logo-and-location-area {
        flex-direction: row;
        gap: 60px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-5 .footer-menu-wrap .company-logo-and-location-area {
        padding: 70px 0 50px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-5
        .footer-menu-wrap
        .company-logo-and-location-area
        .company-logo-area {
        display: block;
    }
}
@media (max-width: 767px) {
    .footer-section.style-5
        .footer-menu-wrap
        .company-logo-and-location-area
        .company-logo-area {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}
.footer-section.style-5 .footer-menu-wrap .footer-contact-wrap {
    padding: 110px 0 65px 110px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: unset;
    border-left: 1px solid #2e2c30;
    position: relative;
}
@media (max-width: 1399px) {
    .footer-section.style-5 .footer-menu-wrap .footer-contact-wrap {
        padding: 110px 0 65px 70px;
    }
}
@media (max-width: 1199px) {
    .footer-section.style-5 .footer-menu-wrap .footer-contact-wrap {
        padding: 90px 0 65px 50px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-5 .footer-menu-wrap .footer-contact-wrap {
        padding: 0;
        padding-bottom: 50px;
        border-left: unset;
        border-bottom: 1px solid #2e2c30;
    }
}
@media (max-width: 576px) {
    .footer-section.style-5 .footer-menu-wrap .footer-contact-wrap {
        flex-direction: column;
        align-items: start;
        gap: 35px;
        padding-bottom: 40px;
    }
}
.footer-section.style-5 .footer-menu-wrap .footer-contact-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1290px;
    height: 1px;
    background-color: #2e2c30;
}
@media (max-width: 991px) {
    .footer-section.style-5 .footer-menu-wrap .footer-contact-wrap::before {
        display: none;
    }
}
.footer-section.style-5 .footer-menu-wrap .footer-contact-wrap h2 {
    font-family: var(--font-suse);
    font-weight: 700;
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-contact-wrap
    .title-and-contact
    .title-area {
    max-width: 472px;
    width: 100%;
}
.footer-section.style-5 .footer-menu-wrap .footer-contact-wrap .contact-list {
    margin-bottom: 0;
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    a {
    font-family: var(--font-suse);
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-contact-wrap
    .contact-list
    .single-contact
    .content
    a:hover {
    color: var(--primary-color4);
}
.footer-section.style-5 .footer-menu-wrap .footer-contact-wrap .primary-btn5 {
    background-color: #272529;
    padding: 16px 24px;
    border-radius: 10px;
    color: var(--white-color);
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-contact-wrap
    .primary-btn5
    svg {
    stroke: var(--white-color);
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-contact-wrap
    .primary-btn5::after {
    background-color: var(--primary-color4);
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-contact-wrap
    .primary-btn5:hover {
    color: var(--dark-title-color2);
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-contact-wrap
    .primary-btn5:hover
    svg {
    stroke: var(--dark-title-color2);
}
.footer-section.style-5 .footer-menu-wrap .footer-menu {
    padding: 60px 0 160px 110px;
    border-left: 1px solid #2e2c30;
}
@media (max-width: 1399px) {
    .footer-section.style-5 .footer-menu-wrap .footer-menu {
        padding: 60px 0 160px 70px;
    }
}
@media (max-width: 1199px) {
    .footer-section.style-5 .footer-menu-wrap .footer-menu {
        padding: 60px 0 130px 50px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-5 .footer-menu-wrap .footer-menu {
        padding: 50px 0 90px;
        border-left: unset;
    }
}
@media (max-width: 767px) {
    .footer-section.style-5 .footer-menu-wrap .footer-menu {
        padding: 50px 0 70px;
    }
}
.footer-section.style-5 .footer-menu-wrap .footer-widget .widget-title h3 {
    font-family: var(--font-suse);
}
.footer-section.style-5
    .footer-menu-wrap
    .footer-widget
    .widget-list
    li
    a
    span {
    background-color: var(--primary-color4);
    color: var(--dark-title-color2);
}
.footer-section.style-5 .footer-menu-wrap .newsletter-area h3 {
    font-family: var(--font-suse);
}
.footer-section.style-5 .file-download-btn {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #18161a;
    border-radius: 20px;
    line-height: 1.3;
    max-width: 210px;
    width: 100%;
}
@media (max-width: 991px) {
    .footer-section.style-5 .file-download-btn {
        display: flex;
        margin-top: 30px;
        min-width: 190px;
        border-radius: 15px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-5 .file-download-btn {
        margin-top: 0;
    }
}
.footer-section.style-5 .file-download-btn .icon {
    background-color: var(--secondary-color);
}
.footer-section.style-5 .file-download-btn .icon svg {
    fill: var(--primary-color4);
}
.footer-section.style-5 .file-download-btn:hover {
    color: var(--primary-color4);
}
.footer-section.style-5 .social-list li a:hover {
    background-color: var(--primary-color4);
    color: var(--dark-title-color2);
}
.footer-section.style-5 .footer-bottom {
    border-top: 1px solid #2e2c30;
}
.footer-section.style-5 .copyright-and-social-area p a:hover {
    color: var(--primary-color4);
}
.footer-section.style-6 {
    background-image: unset;
    background-color: #1c1a1e;
    overflow: hidden;
}
.footer-section.style-6 .social-list li a:hover {
    background-color: var(--primary-color3);
}
.footer-section.style-6 .footer-top-area {
    margin-top: 110px;
    padding: 50px;
    background-color: #272529;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
@media (max-width: 1399px) {
    .footer-section.style-6 .footer-top-area {
        padding: 50px 40px;
    }
}
@media (max-width: 1199px) {
    .footer-section.style-6 .footer-top-area {
        padding: 50px 30px;
        margin-top: 90px;
    }
}
@media (max-width: 991px) {
    .footer-section.style-6 .footer-top-area {
        flex-wrap: wrap;
        padding: 45px 30px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-6 .footer-top-area {
        margin-top: 70px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-6 .footer-top-area {
        padding: 40px 18px;
        border-radius: 15px;
    }
}
.footer-section.style-6 .footer-top-area .footer-top-left-content h2 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media (max-width: 1399px) {
    .footer-section.style-6 .footer-top-area .footer-top-left-content h2 {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-6 .footer-top-area .footer-top-left-content h2 {
        font-size: 31px;
        margin-bottom: 8px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-6 .footer-top-area .footer-top-left-content h2 {
        font-size: 28px;
    }
}
.footer-section.style-6 .footer-top-area .footer-top-left-content p {
    color: #dfdfdf;
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}
.footer-section.style-6 .footer-top-area .footer-top-right-content .email-area {
    min-width: 507px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .footer-section.style-6
        .footer-top-area
        .footer-top-right-content
        .email-area {
        min-width: 450px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-6
        .footer-top-area
        .footer-top-right-content
        .email-area {
        min-width: unset;
    }
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner {
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    padding: 1px 5px;
    border-radius: 10px;
}
@media (max-width: 576px) {
    .footer-section.style-6
        .footer-top-area
        .footer-top-right-content
        .email-area
        .form-inner {
        flex-wrap: wrap;
        background-color: transparent;
        gap: 15px;
    }
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    input {
    background-color: transparent;
    border: unset;
    color: var(--dark-title-color);
}
@media (max-width: 576px) {
    .footer-section.style-6
        .footer-top-area
        .footer-top-right-content
        .email-area
        .form-inner
        input {
        background-color: var(--white-color);
    }
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    input::-moz-placeholder {
    color: #545454;
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    input::placeholder {
    color: #545454;
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    .primary-btn3 {
    min-width: 194px;
    padding: 16px 22px;
}
@media (max-width: 576px) {
    .footer-section.style-6
        .footer-top-area
        .footer-top-right-content
        .email-area
        .form-inner
        .primary-btn3 {
        width: 100%;
        justify-content: center;
        padding: 20px 22px;
    }
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    .primary-btn3
    span {
    background-color: var(--dark-black-color);
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    .primary-btn3
    svg {
    min-width: 8px;
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    .primary-btn3:hover {
    color: var(--white-color);
}
.footer-section.style-6
    .footer-top-area
    .footer-top-right-content
    .email-area
    .form-inner
    .primary-btn3:hover
    svg {
    stroke: var(--white-color);
}
.footer-section.style-6 .footer-top-area .footer-top-right-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-section.style-6 .footer-top-area .footer-top-right-content ul li {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-section.style-6 .footer-top-area .footer-top-right-content ul li svg {
    fill: var(--white-color);
}
.footer-section.style-6 .footer-menu-wrap .social-area {
    padding-top: 50px;
}
.footer-section.style-6 .footer-menu-wrap .social-area h5 {
    font-family: var(--font-lora);
}
.footer-section.style-6 .footer-bottom .line {
    fill: #2e2c30;
    width: 100%;
}
@media (max-width: 991px) {
    .footer-section.style-6 .footer-bottom .line {
        display: none;
    }
}
.footer-section.style-6 .footer-bottom .copyright-and-social-area {
    padding: 10px 0 20px;
}
@media (max-width: 991px) {
    .footer-section.style-6 .footer-bottom .copyright-and-social-area {
        border-top: 1px solid #2e2c30;
        padding: 20px 0;
    }
}
.footer-section.style-6 .footer-bottom .copyright-and-social-area p a:hover {
    color: var(--primary-color3);
}
.footer-section.style-7 {
    background-image: unset;
    background-color: #1c1a1e;
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .footer-section.style-7 {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-7 {
        padding-top: 70px;
    }
}
.footer-section.style-7 .footer-top {
    text-align: center;
}
.footer-section.style-7 .footer-top h2 {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 70px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 40px;
}
@media (max-width: 1399px) {
    .footer-section.style-7 .footer-top h2 {
        font-size: 63px;
    }
}
@media (max-width: 1199px) {
    .footer-section.style-7 .footer-top h2 {
        font-size: 60px;
        line-height: 1.2;
    }
}
@media (max-width: 991px) {
    .footer-section.style-7 .footer-top h2 {
        font-size: 55px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-7 .footer-top h2 {
        font-size: 50px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-7 .footer-top h2 {
        font-size: 45px;
    }
}
.footer-section.style-7 .footer-top .mail-area {
    color: var(--primary-color4);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    min-width: 527px;
    padding: 26px 50px;
    display: inline-block;
    background-color: #272529;
    border-radius: 68px;
    transition: transform 0.5s ease;
}
@media (max-width: 1199px) {
    .footer-section.style-7 .footer-top .mail-area {
        min-width: 460px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-7 .footer-top .mail-area {
        min-width: 420px;
        padding: 22px 50px;
    }
}
@media (max-width: 576px) {
    .footer-section.style-7 .footer-top .mail-area {
        min-width: unset;
        padding: 20px 20px;
        width: 100%;
        font-size: 24px;
    }
}
.footer-section.style-7 .footer-menu-wrap {
    padding: 110px 0 70px;
}
@media (max-width: 1199px) {
    .footer-section.style-7 .footer-menu-wrap {
        padding: 90px 0 70px;
    }
}
@media (max-width: 767px) {
    .footer-section.style-7 .footer-menu-wrap {
        padding: 70px 0;
    }
}
.footer-section.style-7 .footer-menu-wrap .company-logo-area h4 {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section.style-7 .footer-menu-wrap .company-logo-area h4 {
        font-size: 25px;
    }
}
.footer-section.style-7 .footer-menu-wrap .footer-widget .widget-title h3 {
    font-family: var(--font-suse);
}
.footer-section.style-7 .footer-menu-wrap .newsletter-area h3 {
    font-family: var(--font-suse);
}
.footer-section.style-7 .footer-bottom {
    border-top: 1px solid #2e2c30;
}

.contact-form-wrap {
    padding: 60px 50px;
    background-color: var(--white-color);
    border-radius: 20px;
}
@media (max-width: 1399px) {
    .contact-form-wrap {
        padding: 55px 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .contact-form-wrap {
        padding: 45px 25px;
    }
}
@media (max-width: 767px) {
    .contact-form-wrap {
        padding: 45px 25px;
    }
}
@media (max-width: 576px) {
    .contact-form-wrap {
        padding: 35px 20px;
        border-radius: 15px;
    }
}
.contact-form-wrap .form-inner2 > label {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
}
.contact-form-wrap .form-inner2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 572px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contact-form-wrap .form-inner2 ul {
        gap: 20px;
    }
}
.contact-form-wrap .form-inner2 ul li .form-check {
    line-height: 1;
}
.contact-form-wrap .form-inner2 ul li .form-check .form-check-input {
    margin-top: 2px;
}
.contact-form-wrap .primary-btn1 {
    padding: 20px 34px;
}
.contact-form-wrap.style-2 {
    background-color: #f0f0ff;
    padding: 65px 85px 70px;
}
@media (max-width: 1399px) {
    .contact-form-wrap.style-2 {
        padding: 60px 65px 65px;
    }
}
@media (max-width: 991px) {
    .contact-form-wrap.style-2 {
        padding: 55px 45px 60px;
    }
}
@media (max-width: 767px) {
    .contact-form-wrap.style-2 {
        padding: 55px 35px 60px;
    }
}
@media (max-width: 576px) {
    .contact-form-wrap.style-2 {
        padding: 45px 20px 50px;
        border-radius: 15px;
    }
}
.contact-form-wrap.style-2 .section-title {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .contact-form-wrap.style-2 .section-title {
        margin-bottom: 25px;
    }
}
.contact-form-wrap.style-2 .section-title.three h2 {
    font-size: 45px;
}
@media (max-width: 1199px) {
    .contact-form-wrap.style-2 .section-title.three h2 {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .contact-form-wrap.style-2 .section-title.three h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .contact-form-wrap.style-2 .section-title.three h2 {
        font-size: 38px;
    }
}
@media (max-width: 576px) {
    .contact-form-wrap.style-2 .section-title.three h2 {
        font-size: 35px;
    }
}
.contact-form-wrap.style-2 .section-title.three p {
    max-width: 535px;
    margin: 0 auto;
    padding-top: 15px;
}
@media (max-width: 576px) {
    .contact-form-wrap.style-2 .section-title.three p {
        padding-top: 10px;
    }
}
.contact-form-wrap.style-2 .divider {
    fill: var(--white-color);
    width: 100%;
}
@media (max-width: 767px) {
    .contact-form-wrap.style-2 .divider {
        display: none;
    }
}
.contact-form-wrap.style-2 form {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .contact-form-wrap.style-2 form {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .contact-form-wrap.style-2 form {
        border-top: 1px solid var(--white-color);
        padding-top: 40px;
    }
}
.contact-form-wrap.style-2 .form-inner label {
    font-family: var(--font-suse);
}
.contact-form-wrap.style-2 .form-inner input:focus,
.contact-form-wrap.style-2 .form-inner textarea:focus {
    border-color: var(--primary-color3);
}
.contact-form-wrap.style-2 .form-inner2 > label {
    font-family: var(--font-suse);
}
.contact-form-wrap.style-2 .form-inner2 .form-check .form-check-input {
    border: 1px solid var(--black-color);
    background-color: var(--dark-white-color);
}
.contact-form-wrap.style-2 .form-inner2 .form-check .form-check-input:checked {
    background-color: var(--primary-color3);
    border-color: var(--primary-color3);
}
.contact-form-wrap.style-2 .form-inner2 .form-check .form-check-label span {
    color: var(--title-color);
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
}
@media (max-width: 576px) {
    .contact-form-wrap.style-2 .form-inner2 .form-check .form-check-label {
        font-size: 15px;
    }
}
.contact-form-wrap.style-2 .form-inner2.two {
    padding-top: 20px;
}
.contact-form-wrap.style-2 .primary-btn3 {
    margin-top: 65px;
    padding: 20px 35px;
}
@media (max-width: 991px) {
    .contact-form-wrap.style-2 .primary-btn3 {
        margin-top: 55px;
    }
}
@media (max-width: 767px) {
    .contact-form-wrap.style-2 .primary-btn3 {
        margin-top: 45px;
    }
}

/*=====================================
  15. Home2 Banner Section CSS
========================================*/
.home2-banner-section {
    background-image: url(../img/home2/home2-banner-bg.png),
        linear-gradient(180deg, #003c30 0%, #003c30 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0 66px;
}
@media (max-width: 991px) {
    .home2-banner-section {
        padding: 180px 0 110px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section {
        padding: 160px 0 90px;
    }
}
.home2-banner-section .banner-content > span {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    padding: 3px 11px;
    background-color: #094539;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}
.home2-banner-section .banner-content > span svg {
    fill: var(--primary-color2);
}
@media (max-width: 767px) {
    .home2-banner-section .banner-content > span {
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .home2-banner-section .banner-content > span {
        font-size: 15px;
    }
}
.home2-banner-section .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-content h1 {
        font-size: 65px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-content h1 {
        font-size: 55px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-content h1 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section .banner-content h1 {
        font-size: 45px;
        line-height: 1.2;
    }
}
@media (max-width: 576px) {
    .home2-banner-section .banner-content h1 {
        font-size: 40px;
    }
}
.home2-banner-section .banner-content p {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 536px;
    width: 100%;
    margin-bottom: 65px;
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-content p {
        margin-bottom: 55px;
    }
}
@media (max-width: 576px) {
    .home2-banner-section .banner-content p {
        font-size: 17px;
        margin-bottom: 40px;
    }
}
.home2-banner-section .banner-content .email-area {
    max-width: 536px;
    width: 100%;
    padding: 8px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #094539;
}
@media (max-width: 576px) {
    .home2-banner-section .banner-content .email-area {
        border-radius: 10px;
    }
}
.home2-banner-section .banner-content .email-area .form-inner {
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 10px;
}
@media (max-width: 576px) {
    .home2-banner-section .banner-content .email-area .form-inner {
        flex-wrap: wrap;
        background-color: transparent;
        gap: 20px;
    }
}
.home2-banner-section .banner-content .email-area .form-inner input {
    background-color: transparent;
    border: unset;
    color: var(--dark-title-color);
}
@media (max-width: 576px) {
    .home2-banner-section .banner-content .email-area .form-inner input {
        background-color: var(--white-color);
    }
}
.home2-banner-section
    .banner-content
    .email-area
    .form-inner
    input::-moz-placeholder {
    color: #545454;
}
.home2-banner-section
    .banner-content
    .email-area
    .form-inner
    input::placeholder {
    color: #545454;
}
.home2-banner-section .banner-content .email-area .form-inner .primary-btn2 {
    min-width: 170px;
    padding: 20px 26px;
}
@media (max-width: 576px) {
    .home2-banner-section
        .banner-content
        .email-area
        .form-inner
        .primary-btn2 {
        width: 100%;
    }
}
.home2-banner-section
    .banner-content
    .email-area
    .form-inner
    .primary-btn2::after {
    background-color: var(--dark-black-color);
}
.home2-banner-section
    .banner-content
    .email-area
    .form-inner
    .primary-btn2:hover {
    color: var(--white-color);
}
.home2-banner-section
    .banner-content
    .email-area
    .form-inner
    .primary-btn2:hover
    svg {
    stroke: var(--white-color);
}
.home2-banner-section .banner-img-wrap {
    padding-left: 100px;
    position: relative;
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-img-wrap {
        padding-left: 80px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-img-wrap {
        padding-left: 35px;
    }
}
.home2-banner-section .banner-img-wrap .back-img {
    width: 652px;
    height: 652px;
    background-color: #094539;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-img-wrap .back-img {
        width: 546px;
        height: 545px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-img-wrap .back-img {
        width: 490px;
        height: 490px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-img-wrap .back-img {
        width: 430px;
        height: 430px;
    }
}
.home2-banner-section .banner-img-wrap .back-img img {
    width: 628px;
    height: 628px;
    border-radius: 50%;
    object-fit: contain;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-img-wrap .back-img img {
        width: 530px;
        height: 530px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-img-wrap .back-img img {
        width: 470px;
        height: 470px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-img-wrap .back-img img {
        width: 410px;
        height: 410px;
    }
}
.home2-banner-section .banner-img-wrap .card-img {
    position: absolute;
    top: 44%;
    left: 100px;
    z-index: 2;
    width: 160px;
    height: 160px;
    object-fit: contain;
}
/* @media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-img-wrap .card-img {
        left: -15px;
    }
} */
@media (max-width: 1399px) {
    .home2-banner-section .banner-img-wrap .card-img {
        left: 60px;
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-img-wrap .card-img {
        left: 0;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-img-wrap .card-img img {
        width: 370px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-img-wrap .card-img img {
        width: 310px;
    }
}

/*=====================================
  16. Home2 Feature Section CSS
========================================*/
.feature-card2 {
    padding: 35px;
    background-color: #f8f8f8;
    border: 1px solid var(--borders-color);
    border-radius: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card2 {
        padding: 35px 22px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-card2 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 15px;
    }
}
@media (max-width: 991px) {
    .feature-card2 {
        padding: 30px 20px;
    }
}
.feature-card2 .feature-content {
    margin-bottom: 40px;
}
.feature-card2 .feature-content h3 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-card2 .feature-content h3 {
        font-size: 25px;
    }
}
@media (max-width: 991px) {
    .feature-card2 .feature-content h3 {
        font-size: 26px;
    }
}
.feature-card2 .feature-content p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-card2 .feature-content p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .feature-card2 .feature-content p {
        font-size: 15px;
    }
}
.feature-card2 .feature-content p span {
    color: var(--title-color);
    font-weight: 600;
}
.feature-card2 .feature-img img {
    border-radius: 10px;
}

.home2-feature-section .feature-contact-banner {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.25) 100%
        ),
        url(../img/home2/feature-contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 70px 65px;
    border-radius: 20px;
    position: relative;
}
@media (max-width: 1199px) {
    .home2-feature-section .feature-contact-banner {
        padding: 110px 50px 55px;
    }
}
@media (max-width: 991px) {
    .home2-feature-section .feature-contact-banner {
        padding: 80px 35px 50px;
    }
}
@media (max-width: 576px) {
    .home2-feature-section .feature-contact-banner {
        padding: 80px 20px 50px;
    }
}
.home2-feature-section .feature-contact-banner .banner-content {
    max-width: 265px;
    width: 100%;
}
.home2-feature-section .feature-contact-banner .banner-content .number {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .home2-feature-section .feature-contact-banner .banner-content .number {
        margin-bottom: 15px;
    }
}
.home2-feature-section .feature-contact-banner .banner-content .number h2,
.home2-feature-section .feature-contact-banner .banner-content .number span {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .home2-feature-section .feature-contact-banner .banner-content .number h2,
    .home2-feature-section
        .feature-contact-banner
        .banner-content
        .number
        span {
        font-size: 40px;
    }
}
.home2-feature-section .feature-contact-banner .banner-content p {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 22px;
    font-weight: 700;
    line-height: 28.64px;
    margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-feature-section .feature-contact-banner .banner-content p {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .home2-feature-section .feature-contact-banner .banner-content p {
        margin-bottom: 35px;
    }
}
.home2-feature-section .feature-contact-banner .banner-content .primary-btn2 {
    background-color: var(--white-color);
    color: var(--dark-title-color);
}
.home2-feature-section
    .feature-contact-banner
    .banner-content
    .primary-btn2
    svg {
    stroke: var(--dark-title-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-feature-section
        .feature-contact-banner
        .banner-content
        .primary-btn2 {
        font-size: 15px;
        padding: 16px 19px;
    }
}
.home2-feature-section
    .feature-contact-banner
    .banner-content
    .primary-btn2::after {
    background-color: var(--primary-color2);
}
.home2-feature-section .feature-contact-banner .banner-img {
    position: absolute;
    bottom: 70px;
    right: 70px;
}
@media (max-width: 1199px) {
    .home2-feature-section .feature-contact-banner .banner-img {
        right: 50px;
        bottom: 55px;
    }
}
@media (max-width: 991px) {
    .home2-feature-section .feature-contact-banner .banner-img {
        right: 35px;
        bottom: 50px;
    }
}
@media (max-width: 767px) {
    .home2-feature-section .feature-contact-banner .banner-img {
        display: none;
    }
}
@media (max-width: 991px) {
    .home2-feature-section .feature-contact-banner .banner-img img {
        width: 270px;
    }
}
@keyframes translate3dMove {
    0% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(10px, -10px, 0px);
    }
    50% {
        transform: translate3d(20px, 0, 0px);
    }
    75% {
        transform: translate3d(10px, 10px, 0px);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.home2-feature-section .feature-contact-banner:hover .banner-img {
    animation: translate3dMove 2.5s linear infinite alternate;
}

/*=====================================
  17. Home2 Service Section CSS
========================================*/
.service-card2 {
    background-color: #b8f2ff;
    border-radius: 20px;
    padding: 40px 40px 0;
    display: grid;
    grid-template-columns: 47% 53%;
    align-items: end;
    height: 100%;
}
@media (max-width: 1399px) {
    .service-card2 {
        padding: 40px 25px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 {
        padding: 35px 25px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 {
        display: block;
    }
}
@media (max-width: 767px) {
    .service-card2 {
        display: block;
    }
}
@media (max-width: 576px) {
    .service-card2 {
        padding: 30px 20px 0;
        border-radius: 15px;
    }
}
.service-card2 .service-content-wrap {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 .service-content-wrap {
        display: block;
        height: unset;
    }
}
.service-card2 .service-content-wrap h3 {
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 .service-content-wrap h3 {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .service-card2 .service-content-wrap h3 {
        margin-bottom: 35px;
    }
}
.service-card2 .service-content-wrap h3 a {
    color: var(--dark-title-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .service-card2 .service-content-wrap h3 a {
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 .service-content-wrap h3 a {
        font-size: 25px;
    }
}
@media (max-width: 576px) {
    .service-card2 .service-content-wrap h3 a {
        font-size: 25px;
    }
}
.service-card2 .service-content-wrap h3 a:hover {
    color: var(--primary-color2);
}
.service-card2 .service-content-wrap .feature-and-btn-area .feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 .service-content-wrap .feature-and-btn-area .feature-list {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .service-card2 .service-content-wrap .feature-and-btn-area .feature-list {
        margin-bottom: 25px;
    }
}
.service-card2 .service-content-wrap .feature-and-btn-area .feature-list li {
    color: var(--dark-title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 16px;
    background-color: var(--white-color);
    border-radius: 100px;
    margin-bottom: 15px;
    display: inline-block;
}
@media (max-width: 1399px) {
    .service-card2
        .service-content-wrap
        .feature-and-btn-area
        .feature-list
        li {
        font-size: 17px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2
        .service-content-wrap
        .feature-and-btn-area
        .feature-list
        li {
        font-size: 16px;
    }
}
.service-card2
    .service-content-wrap
    .feature-and-btn-area
    .feature-list
    li:last-child {
    margin-bottom: 0;
}
.service-card2 .service-content-wrap .feature-and-btn-area a {
    color: var(--dark-title-color);
    font-family: var(--font-dmsans);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}
.service-card2 .service-content-wrap .feature-and-btn-area a svg {
    fill: none;
    stroke: var(--dark-title-color);
    transition: 0.5s;
}
.service-card2 .service-content-wrap .feature-and-btn-area a:hover svg {
    transform: rotate(45deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 .service-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .service-card2 .service-img {
        display: flex;
        justify-content: end;
    }
}
@media (max-width: 767px) {
    .service-card2 .service-img {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-card2 .service-img img {
        max-height: 250px;
    }
}
.service-card2.two {
    background-image: url(../img/home2/home2-service-card-bg2.png),
        linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 100%);
    background-size: cover;
    background-repeat: no-repeat;
}
.service-card2.three {
    background-color: #b9ffd6;
}

/*=====================================
  18. Home2 Global Map Section CSS
========================================*/
.home2-global-map-section {
    background-image: url(../img/home2/home2-global-map-bg.png),
        linear-gradient(180deg, #1c1a1e 0%, #1c1a1e 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0;
    background-position: right;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .home2-global-map-section {
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    .home2-global-map-section {
        padding: 70px 0;
    }
}
.home2-global-map-section .section-title {
    max-width: 536px;
    width: 100%;
    margin-bottom: 200px;
}
@media (max-width: 1199px) {
    .home2-global-map-section .section-title {
        margin-bottom: 160px;
    }
}
@media (max-width: 991px) {
    .home2-global-map-section .section-title {
        margin-bottom: 140px;
    }
}
@media (max-width: 767px) {
    .home2-global-map-section .section-title {
        margin-bottom: 120px;
    }
}
@media (max-width: 576px) {
    .home2-global-map-section .section-title {
        margin-bottom: 80px;
    }
}
.home2-global-map-section .section-title > span {
    border-color: rgba(255, 255, 255, 0.1);
}
.home2-global-map-section .counter-wrap {
    padding: 54px 50px;
    background-color: #28262b;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 1399px) {
    .home2-global-map-section .counter-wrap {
        padding: 54px 30px;
        gap: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-global-map-section .counter-wrap {
        gap: 10px;
        padding: 45px 20px;
    }
}
@media (max-width: 991px) {
    .home2-global-map-section .counter-wrap {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 35px;
        padding: 45px 30px;
    }
}
@media (max-width: 767px) {
    .home2-global-map-section .counter-wrap {
        padding: 40px 20px;
        gap: 15px;
        grid-template-columns: 48% 48%;
        row-gap: 30px;
    }
}
@media (max-width: 576px) {
    .home2-global-map-section .counter-wrap {
        display: block;
    }
}
.home2-global-map-section .counter-wrap .single-counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 1399px) {
    .home2-global-map-section .counter-wrap .single-counter {
        gap: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-global-map-section .counter-wrap .single-counter {
        gap: 10px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .home2-global-map-section .counter-wrap .single-counter {
        gap: 10px;
    }
}
@media (max-width: 576px) {
    .home2-global-map-section .counter-wrap .single-counter {
        margin-bottom: 30px;
    }
    .home2-global-map-section .counter-wrap .single-counter:last-child {
        margin-bottom: 0;
    }
}
.home2-global-map-section .counter-wrap .single-counter .icon {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    background-color: #3a383d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-global-map-section .counter-wrap .single-counter .icon {
        min-width: 54px;
        max-width: 54px;
        height: 54px;
    }
}
@media (max-width: 767px) {
    .home2-global-map-section .counter-wrap .single-counter .icon {
        min-width: 58px;
        max-width: 58px;
        height: 58px;
    }
}
.home2-global-map-section .counter-wrap .single-counter .icon svg {
    fill: #f0f0f0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-global-map-section .counter-wrap .single-counter .icon svg {
        width: 28px;
    }
}
@media (max-width: 767px) {
    .home2-global-map-section .counter-wrap .single-counter .icon svg {
        width: 30px;
    }
}
.home2-global-map-section .counter-wrap .single-counter .content .number {
    display: flex;
    margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-global-map-section .counter-wrap .single-counter .content .number {
        margin-bottom: 5px;
    }
}
.home2-global-map-section .counter-wrap .single-counter .content .number h2,
.home2-global-map-section .counter-wrap .single-counter .content .number span {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    .home2-global-map-section .counter-wrap .single-counter .content .number h2,
    .home2-global-map-section
        .counter-wrap
        .single-counter
        .content
        .number
        span {
        font-size: 42px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-global-map-section .counter-wrap .single-counter .content .number h2,
    .home2-global-map-section
        .counter-wrap
        .single-counter
        .content
        .number
        span {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .home2-global-map-section .counter-wrap .single-counter .content .number h2,
    .home2-global-map-section
        .counter-wrap
        .single-counter
        .content
        .number
        span {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .home2-global-map-section .counter-wrap .single-counter .content .number h2,
    .home2-global-map-section
        .counter-wrap
        .single-counter
        .content
        .number
        span {
        font-size: 36px;
    }
}
.home2-global-map-section .counter-wrap .single-counter .content p {
    color: #f0f0f0;
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 23.44px;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-global-map-section .counter-wrap .single-counter .content p {
        font-size: 16px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .home2-global-map-section .counter-wrap .single-counter .content p {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .home2-global-map-section .counter-wrap .single-counter .content p {
        font-size: 15px;
    }
}
.home2-global-map-section .globe-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    .home2-global-map-section .globe-area {
        display: none;
    }
}
.home2-global-map-section .globe-area .location {
    position: absolute;
    top: 35%;
    left: 20%;
    z-index: 1;
    display: flex;
    gap: 10px;
}
.home2-global-map-section .globe-area .location svg {
    fill: #f0f0f0;
}
.home2-global-map-section .globe-area .location .content {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    background-color: #28262b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    max-width: 283px;
    width: 100%;
}
.home2-global-map-section .globe-area .location .content h6 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    .home2-global-map-section .globe-area .location {
        left: 35%;
    }
}
@media (max-width: 1199px) {
    .home2-global-map-section .globe-area .location {
        left: 40%;
    }
}
.home2-global-map-section .globe-area .globe-vector {
    animation: rotateXAnim 15s linear infinite;
}
@media (max-width: 1199px) {
    .home2-global-map-section .globe-area .globe-vector {
        width: 700px;
    }
}
@keyframes rotateXAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*=====================================
  19. Home2 Transaction Section CSS
========================================*/
.home2-transaction-section .transaction-tool-wrapper .transaction-tool-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.home2-transaction-section
    .transaction-tool-wrapper
    .transaction-tool-list
    .single-tool {
    width: 100px;
    height: 100px;
    background-color: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .transaction-tool-list
        .single-tool {
        width: 88px;
        height: 85px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .transaction-tool-list
        .single-tool {
        width: 73px;
        height: 80px;
    }
}
@media (max-width: 576px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .transaction-tool-list
        .single-tool {
        width: 80px;
        height: 85px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .transaction-tool-list
        .single-tool
        img {
        max-width: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .transaction-tool-list
        .single-tool
        img {
        width: 45px;
    }
}
@media (max-width: 576px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .transaction-tool-list
        .single-tool
        img {
        width: 46px;
    }
}
.home2-transaction-section
    .transaction-tool-wrapper
    .transaction-tool-list
    .single-tool
    span {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-weight: 700;
    font-size: 14px;
    line-height: 17.92px;
    white-space: nowrap;
    display: inline-block;
    padding: 1px 6px;
    background-color: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%) scale(0.4);
    opacity: 0;
    transition: 0.5s;
}
.home2-transaction-section
    .transaction-tool-wrapper
    .transaction-tool-list
    .single-tool:hover
    span {
    transform: translateX(-50%) scale(1);
    opacity: 1;
}
.home2-transaction-section
    .transaction-tool-wrapper
    .transaction-tool-list
    .single-tool.two {
    background-color: transparent;
    border: 1px solid var(--borders-color);
}
.home2-transaction-section .transaction-tool-wrapper .logo-and-vector {
    position: relative;
}
.home2-transaction-section
    .transaction-tool-wrapper
    .logo-and-vector
    .company-logo-wrap {
    padding: 10px;
    background-color: var(--white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .logo-and-vector
        .company-logo-wrap {
        padding: 5px;
    }
}
@media (max-width: 576px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .logo-and-vector
        .company-logo-wrap {
        padding: 5px;
    }
}
.home2-transaction-section
    .transaction-tool-wrapper
    .logo-and-vector
    .company-logo-wrap
    .company-logo {
    width: 80px;
    height: 80px;
    background-color: #003c30;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .logo-and-vector
        .company-logo-wrap
        .company-logo {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 576px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .logo-and-vector
        .company-logo-wrap
        .company-logo {
        width: 75px;
        height: 75px;
    }
}
.home2-transaction-section .transaction-tool-wrapper .logo-and-vector .vector {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 685px;
    fill: none;
    stroke: var(--borders-color);
}
.home2-transaction-section
    .transaction-tool-wrapper
    .logo-and-vector
    .vector
    circle {
    fill: var(--title-color2);
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .logo-and-vector
        .vector {
        width: 550px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .logo-and-vector
        .vector {
        width: 460px;
    }
}
@media (max-width: 991px) {
    .home2-transaction-section
        .transaction-tool-wrapper
        .logo-and-vector
        .vector {
        display: none;
    }
}

.home2-process-section .title-area {
    display: flex;
    justify-content: center;
    margin-bottom: -17px;
}
.home2-process-section .title-area h6 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 6px 20px;
    border: 1px solid var(--borders-color);
    background-color: var(--white-color);
    border-radius: 22px;
}
@media (max-width: 576px) {
    .home2-process-section .title-area h6 {
        font-size: 17px;
        padding: 6px 15px;
    }
}
.home2-process-section .process-wrapper {
    background-image: url(../img/home2/home2-process-bg.png),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 58.31%, #78eb54 100%);
    background-color: var(--white-color);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 70px 60px;
    border-radius: 20px;
    border: 1px solid var(--borders-color);
}
@media (max-width: 1399px) {
    .home2-process-section .process-wrapper {
        padding: 75px 60px 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-process-section .process-wrapper {
        padding: 70px 20px 55px;
    }
}
@media (max-width: 991px) {
    .home2-process-section .process-wrapper {
        padding: 70px 30px 55px;
    }
}
@media (max-width: 767px) {
    .home2-process-section .process-wrapper {
        padding: 65px 10px 45px;
    }
}
@media (max-width: 576px) {
    .home2-process-section .process-wrapper {
        border-radius: 15px;
        padding: 55px 10px 35px;
    }
}
.home2-process-section .process-wrapper .single-process {
    text-align: center;
    max-width: 270px;
    width: 100%;
}
@media (max-width: 576px) {
    .home2-process-section .process-wrapper .single-process {
        max-width: unset;
    }
}
.home2-process-section .process-wrapper .single-process h5 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .home2-process-section .process-wrapper .single-process h5 {
        font-size: 21px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .home2-process-section .process-wrapper .single-process h5 {
        font-size: 20px;
    }
}
.home2-process-section .process-wrapper .single-process .step-no {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    background-color: #3c3a3c;
    border-radius: 18px;
    margin-bottom: 25px;
}
@media (max-width: 1199px) {
    .home2-process-section .process-wrapper .single-process .step-no {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .home2-process-section .process-wrapper .single-process .step-no {
        margin-bottom: 15px;
    }
}
.home2-process-section .process-wrapper .single-process .step-no span {
    color: var(--dark-title-color);
    font-family: var(--font-dmsans);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px;
    display: inline-block;
    background-color: var(--white-color);
    border-radius: 7px;
}
.home2-process-section .process-wrapper .single-process .step-no strong {
    color: var(--primary-color2);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.home2-process-section .process-wrapper .single-process p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .home2-process-section .process-wrapper .single-process p {
        font-size: 15px;
    }
}
.home2-process-section .process-wrapper .single-process p span {
    color: var(--title-color);
    font-weight: 600;
}

/*=====================================
  20. Home2 Testimonial Section CSS
========================================*/
.testimonial-card2 .testimonial-img {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-img {
        padding: 10px;
    }
}
@media (max-width: 576px) {
    .testimonial-card2 .testimonial-img {
        padding: 10px;
        border-radius: 15px;
        height: unset;
    }
}
.testimonial-card2 .testimonial-img img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 576px) {
    .testimonial-card2 .testimonial-img img {
        height: unset;
    }
}
.testimonial-card2 .testimonial-content-wrap {
    background-image: url(../img/home2/home2-testimonial-bg.png),
        linear-gradient(180deg, #f0f0f0 0%, #f0f0f0 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 65px;
    border-radius: 20px;
    position: relative;
}
@media (max-width: 1399px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 55px 40px;
        background-position: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 45px 25px;
    }
}
@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 45px 28px;
    }
}
@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 35px 15px;
        border-radius: 15px;
    }
}
.testimonial-card2 .testimonial-content-wrap .company-logo {
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .company-logo {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .company-logo {
        margin-bottom: 30px;
    }
}
.testimonial-card2 .testimonial-content-wrap .company-logo img {
    width: 144px;
}
.testimonial-card2 .testimonial-content-wrap .company-logo img.dark {
    display: none;
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content {
    margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 25px;
    }
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-bottom: 15px;
}
@media (max-width: 576px) {
    .testimonial-card2
        .testimonial-content-wrap
        .testimonial-content
        .rating-area {
        margin-bottom: 10px;
    }
}
.testimonial-card2
    .testimonial-content-wrap
    .testimonial-content
    .rating-area
    li
    i {
    color: #e4c40c;
    font-size: 14px;
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content p {
    color: var(--text-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 22px;
        line-height: 1.4;
    }
}
@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 24px;
        line-height: 1.4;
    }
}
@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 18px;
        line-height: 1.7;
    }
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content p span {
    color: var(--title-color);
}
.testimonial-card2 .testimonial-content-wrap .author-area {
    max-width: 270px;
    width: 100%;
}
@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .author-area {
        max-width: unset;
    }
}
.testimonial-card2 .testimonial-content-wrap .author-area h5 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.testimonial-card2 .testimonial-content-wrap .author-area span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.testimonial-card2 .testimonial-content-wrap .quote {
    fill: var(--dark-white-color);
    stroke: var(--borders-color);
    position: absolute;
    top: 60px;
    right: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 40px;
        right: 80px;
    }
}
@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 40px;
    }
}
@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        right: 60px;
    }
}
@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 30px;
        right: 30px;
        width: 80px;
    }
}
.testimonial-card2 .testimonial-content-wrap .joint1 {
    fill: #f0f0f0;
    position: absolute;
    top: 80px;
    left: -24px;
}
@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .joint1 {
        display: none;
    }
}
.testimonial-card2 .testimonial-content-wrap .joint2 {
    fill: #f0f0f0;
    position: absolute;
    bottom: 80px;
    left: -24px;
}
@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .joint2 {
        display: none;
    }
}
.testimonial-card2.two .testimonial-img {
    padding: 0;
    position: relative;
    border-radius: 5px;
}
.testimonial-card2.two .testimonial-img img {
    border-radius: 5px;
}
.testimonial-card2.two .testimonial-img .video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-card2.two .testimonial-img .video-player i {
    color: var(--primary-color3);
    font-size: 20px;
    line-height: 1;
    margin-left: 2px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-card2.two .testimonial-img .video-player i {
        margin-top: 1px;
    }
}
@media (max-width: 767px) {
    .testimonial-card2.two .testimonial-img .video-player {
        width: 36px;
        height: 36px;
    }
    .testimonial-card2.two .testimonial-img .video-player i {
        font-size: 22px;
    }
}
.testimonial-card2.two .testimonial-content-wrap {
    background-image: unset;
    background-color: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    min-height: 396px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2.two .testimonial-content-wrap {
        padding: 25px 18px;
        min-height: 348px;
    }
}
@media (max-width: 991px) {
    .testimonial-card2.two .testimonial-content-wrap {
        min-height: 348px;
    }
}
@media (max-width: 767px) {
    .testimonial-card2.two .testimonial-content-wrap {
        min-height: 315px;
    }
}
@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap {
        padding: 25px 15px;
        gap: 15px;
        min-height: 306px;
    }
}
.testimonial-card2.two .testimonial-content-wrap .testimonial-content {
    margin-bottom: 0;
}
.testimonial-card2.two
    .testimonial-content-wrap
    .testimonial-content
    .testimonial-content-top {
    margin-bottom: 15px;
}
@media (max-width: 576px) {
    .testimonial-card2.two
        .testimonial-content-wrap
        .testimonial-content
        .testimonial-content-top {
        margin-bottom: 10px;
    }
}
.testimonial-card2.two
    .testimonial-content-wrap
    .testimonial-content
    .testimonial-content-top
    .rating-area {
    margin-bottom: 2px;
}
.testimonial-card2.two
    .testimonial-content-wrap
    .testimonial-content
    .testimonial-content-top
    .rating-area
    li
    i {
    color: #dda701;
}
.testimonial-card2.two
    .testimonial-content-wrap
    .testimonial-content
    .testimonial-content-top
    span {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.testimonial-card2.two .testimonial-content-wrap .author-area h5 {
    margin-bottom: 0;
}
.testimonial-card2.two .testimonial-content-wrap .quote {
    top: unset;
    bottom: 45px;
    right: 30px;
}
@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap .quote {
        bottom: 40px;
        right: 25px;
    }
}
@media (max-width: 991px) {
    .testimonial-card2.two .testimonial-content-wrap .joint1,
    .testimonial-card2.two .testimonial-content-wrap .joint2 {
        display: block;
    }
}
@media (max-width: 767px) {
    .testimonial-card2.two .testimonial-content-wrap .joint1,
    .testimonial-card2.two .testimonial-content-wrap .joint2 {
        display: none;
    }
}

.home2-testimonial-section .testimonial-slider-area {
    position: relative;
}
.home2-testimonial-section .testimonial-slider-area .slider-btn-area {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    position: absolute;
    bottom: 72px;
    right: 65px;
    z-index: 1;
}
@media (max-width: 1399px) {
    .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 25px;
        bottom: 62px;
    }
}
@media (max-width: 991px) {
    .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 28px;
        bottom: 62px;
    }
}
@media (max-width: 576px) {
    .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
        position: relative;
        margin-top: 20px;
        bottom: unset;
        right: unset;
        justify-content: space-between;
    }
}
.home2-testimonial-section
    .testimonial-slider-area
    .slider-btn-area
    .slider-btn-grp {
    gap: 15px;
}
.home2-testimonial-section
    .testimonial-slider-area
    .slider-btn-area
    .franctional-pagi {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 700;
    width: unset;
}
.home2-testimonial-section
    .testimonial-slider-area
    .slider-btn-area
    .franctional-pagi
    .swiper-pagination-total {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-lora);
}
.home2-testimonial-section
    .home2-testimonial-slider
    .swiper-slide-active
    .company-logo {
    animation: fadeInDown 1.7s;
}
.home2-testimonial-section
    .home2-testimonial-slider
    .swiper-slide-active
    .testimonial-content,
.home2-testimonial-section
    .home2-testimonial-slider
    .swiper-slide-active
    .author-area {
    animation: fadeInUp 1.7s;
}

/*=====================================
  21. Home2 Feature Slider Section CSS
========================================*/
.home2-feature-slider-section {
    background-image: url(../img/home2/home2-feature-slider-bg.png),
        linear-gradient(180deg, #fff2e5 0%, #fff2e5 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
@media (max-width: 767px) {
    .home2-feature-slider-section {
        padding: 70px 0;
    }
}
.home2-feature-slider-section .feature-content-wrap {
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .home2-feature-slider-section .feature-content-wrap {
        padding-top: 20px;
    }
}
@media (max-width: 991px) {
    .home2-feature-slider-section .feature-content-wrap {
        padding-top: 0;
    }
}
.home2-feature-slider-section .feature-content-wrap .section-title {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .home2-feature-slider-section .feature-content-wrap .section-title {
        margin-bottom: 35px;
    }
}
@media (max-width: 576px) {
    .home2-feature-slider-section .feature-content-wrap .section-title {
        margin-bottom: 30px;
    }
}
.home2-feature-slider-section .feature-content-wrap .section-title.two > span {
    background-color: #2f2f2f;
    color: var(--white-color);
}
.home2-feature-slider-section .feature-content-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 70px;
}
@media (max-width: 1399px) {
    .home2-feature-slider-section .feature-content-wrap ul {
        margin-bottom: 55px;
    }
}
@media (max-width: 1199px) {
    .home2-feature-slider-section .feature-content-wrap ul {
        margin-bottom: 45px;
    }
}
@media (max-width: 576px) {
    .home2-feature-slider-section .feature-content-wrap ul {
        margin-bottom: 40px;
    }
}
.home2-feature-slider-section .feature-content-wrap ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.home2-feature-slider-section .feature-content-wrap ul li:last-child {
    margin-bottom: 0;
}
.home2-feature-slider-section .feature-content-wrap ul li svg {
    fill: var(--primary-color2);
}
.home2-feature-slider-section .feature-content-wrap ul li svg circle {
    fill: #3c3a3c;
}
.home2-feature-slider-section .feature-img {
    padding: 10px;
    background-color: var(--white-color);
    border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-feature-slider-section .feature-img {
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .home2-feature-slider-section .feature-img {
        display: none;
    }
}
.home2-feature-slider-section .feature-slider-area {
    position: relative;
}
.home2-feature-slider-section .feature-slider-area .slider-btn-grp {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -12%;
    gap: 25px;
    z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-feature-slider-section .feature-slider-area .slider-btn-grp {
        right: -8%;
    }
}
@media (max-width: 1399px) {
    .home2-feature-slider-section .feature-slider-area .slider-btn-grp {
        right: -8%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-feature-slider-section .feature-slider-area .slider-btn-grp {
        right: -10%;
    }
}
@media (max-width: 991px) {
    .home2-feature-slider-section .feature-slider-area .slider-btn-grp {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        padding-top: 40px;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
}
.home2-feature-slider-section .feature-slider-area .swiper-pagination1 {
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    gap: 10px;
}
@media (max-width: 576px) {
    .home2-feature-slider-section .feature-slider-area .swiper-pagination1 {
        justify-content: center;
    }
}
.home2-feature-slider-section
    .feature-slider-area
    .swiper-pagination1
    .swiper-pagination-bullet {
    height: 8px;
    width: 25px;
    background-color: var(--white-color);
    opacity: 1;
    position: relative;
    border-radius: 4px;
}
.home2-feature-slider-section
    .feature-slider-area
    .swiper-pagination1
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #3b3a3b;
}
.home2-feature-slider-section
    .home2-feature-slider
    .swiper-slide-active
    .section-title {
    animation: fadeInDown 1.7s;
}
.home2-feature-slider-section .home2-feature-slider .swiper-slide-active ul,
.home2-feature-slider-section
    .home2-feature-slider
    .swiper-slide-active
    .primary-btn2 {
    animation: fadeInUp 1.7s;
}

/*=====================================
  22. Home2 Blog Section CSS
========================================*/
.blog-card {
    border: 1px solid var(--borders-color);
    padding: 10px;
    border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card {
        padding: 5px;
    }
}
@media (max-width: 576px) {
    .blog-card {
        padding: 5px;
        border-radius: 15px;
    }
}
.blog-card .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease-out;
}
.blog-card .blog-img img {
    border-radius: 10px 10px 0 0;
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-out;
}
.blog-card .blog-img::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;
}
.blog-card .blog-content {
    padding: 35px 15px 25px;
}
@media (max-width: 1399px) {
    .blog-card .blog-content {
        padding: 30px 10px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card .blog-content {
        padding: 25px 10px 20px;
    }
}
@media (max-width: 576px) {
    .blog-card .blog-content {
        padding: 25px 10px 20px;
    }
}
.blog-card .blog-content .blog-category a {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 8px 15px;
    background-color: #f0f0f0;
    border-radius: 5px;
    transition: 0.5s;
    margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card .blog-content .blog-category a {
        margin-bottom: 10px;
    }
}
@media (max-width: 576px) {
    .blog-card .blog-content .blog-category a {
        margin-bottom: 10px;
    }
}
.blog-card .blog-content .blog-category a:hover {
    background-color: var(--primary-color2);
    color: var(--dark-title-color);
}
.blog-card .blog-content h4 {
    margin-bottom: 50px;
}
@media (max-width: 1399px) {
    .blog-card .blog-content h4 {
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card .blog-content h4 {
        margin-bottom: 35px;
    }
}
.blog-card .blog-content h4 a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
    transition: 0.5s;
}
@media (max-width: 1399px) {
    .blog-card .blog-content h4 a {
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card .blog-content h4 a {
        font-size: 21px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog-card .blog-content h4 a {
        font-size: 23px;
    }
}
@media (max-width: 576px) {
    .blog-card .blog-content h4 a {
        font-size: 23px;
    }
}
.blog-card .blog-content h4 a:hover {
    color: var(--primary-color2);
}
.blog-card .blog-content .date-and-time {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-card .blog-content .date-and-time li {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding-left: 20px;
    position: relative;
}
.blog-card .blog-content .date-and-time li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--black-color);
}
.blog-card .blog-content .date-and-time li:first-child {
    padding-left: 0;
}
.blog-card .blog-content .date-and-time li:first-child::before {
    display: none;
}
.blog-card .blog-content .date-and-time li a {
    color: var(--text-color);
    transition: 0.5s;
}
.blog-card .blog-content .date-and-time li a:hover {
    color: var(--primary-color2);
}
.blog-card:hover .blog-img img {
    transform: scale(1.1);
}
.blog-card:hover .blog-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-card.two .blog-content .blog-category a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color);
}
.blog-card.two .blog-content h4 a:hover {
    color: var(--primary-color3);
}
.blog-card.two .blog-content .date-and-time li a:hover {
    color: var(--primary-color3);
}

/*=====================================
  23. Home2 App Banner Section CSS
========================================*/
.home2-app-banner-section {
    position: relative;
    margin-bottom: -275px;
}
@media (max-width: 991px) {
    .home2-app-banner-section {
        margin-bottom: -225px;
    }
}
.home2-app-banner-section .banner-wrapper {
    background-image: url(../img/home2/home2-app-banner-bg.png),
        linear-gradient(180deg, #003c30 0%, #003c30 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .home2-app-banner-section .banner-wrapper {
        padding-top: 0;
    }
}
@media (max-width: 576px) {
    .home2-app-banner-section .banner-wrapper {
        border-radius: 15px;
    }
}
.home2-app-banner-section .banner-wrapper .banner-content {
    padding: 40px 0 40px 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-app-banner-section .banner-wrapper .banner-content {
        padding: 40px 0 40px 45px;
    }
}
@media (max-width: 991px) {
    .home2-app-banner-section .banner-wrapper .banner-content {
        padding: 60px 40px;
    }
}
@media (max-width: 576px) {
    .home2-app-banner-section .banner-wrapper .banner-content {
        padding: 50px 15px;
    }
}
.home2-app-banner-section .banner-wrapper .banner-content .section-title {
    margin-bottom: 55px;
}
@media (max-width: 767px) {
    .home2-app-banner-section .banner-wrapper .banner-content .section-title {
        margin-bottom: 45px;
    }
}
.home2-app-banner-section .banner-wrapper .banner-content .section-title span {
    background-color: #2f2f2f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--primary-color2);
}
.home2-app-banner-section .banner-wrapper .banner-content .section-title h2 {
    color: var(--white-color);
}
.home2-app-banner-section .banner-wrapper .banner-content .section-title p {
    color: var(--white-color);
}
.home2-app-banner-section .banner-wrapper .banner-content .store-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .home2-app-banner-section .banner-wrapper .banner-content .store-list {
        gap: 10px;
    }
}
.home2-app-banner-section .banner-wrapper .banner-content .store-list li a img {
    min-width: 150px;
}
@media (max-width: 576px) {
    .home2-app-banner-section
        .banner-wrapper
        .banner-content
        .store-list
        li
        a
        img {
        width: 140px;
        min-width: unset;
    }
}
.home2-app-banner-section .banner-wrapper .banner-img {
    position: relative;
    z-index: 1;
    margin-left: 60px;
}
@media (max-width: 1399px) {
    .home2-app-banner-section .banner-wrapper .banner-img {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .home2-app-banner-section .banner-wrapper .banner-img {
        margin-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-app-banner-section .banner-wrapper .banner-img img {
        width: 280px;
    }
}
.home2-app-banner-section .banner-wrapper .banner-img .back-img {
    position: absolute;
    bottom: 0;
    right: 7%;
    z-index: -1;
    transition: transform 0.5s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-app-banner-section .banner-wrapper .banner-img .back-img {
        width: 270px;
    }
}
.home2-app-banner-section
    .banner-wrapper
    .banner-img.animate-back-img
    .back-img {
    transform: rotate(25deg);
}

/*=====================================
  24. Home2 Contact Section CSS
========================================*/
.home2-contact-section {
    background-image: url(../img/home2/home2-contact-bg.png),
        linear-gradient(180deg, #fff2e5 0%, #fff2e5 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 385px 0 110px;
    border-radius: 150px 150px 0 0;
}
@media (max-width: 1399px) {
    .home2-contact-section {
        border-radius: 120px 120px 0 0;
    }
}
@media (max-width: 1199px) {
    .home2-contact-section {
        padding: 365px 0 90px;
    }
}
@media (max-width: 991px) {
    .home2-contact-section {
        padding: 315px 0 90px;
        border-radius: 100px 100px 0 0;
    }
}
@media (max-width: 767px) {
    .home2-contact-section {
        padding: 295px 0 70px;
        border-radius: 80px 80px 0 0;
    }
}
.home2-contact-section .section-title {
    margin-bottom: 65px;
}
@media (max-width: 991px) {
    .home2-contact-section .section-title {
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .home2-contact-section .section-title {
        margin-bottom: 45px;
    }
}
@media (max-width: 576px) {
    .home2-contact-section .section-title {
        margin-bottom: 35px;
    }
}
.home2-contact-section .section-title span {
    background-color: var(--dark-white-color);
}
.home2-contact-section .section-title p {
    padding-top: 15px;
}

.animated-svg {
    position: relative;
    margin-bottom: 45px;
}
.animated-svg .blinking-svg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 102px;
    width: 100%;
}
.animated-svg .blinking-svg .circle {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--black-color);
    border-radius: 50%;
    transition-duration: 0.8s;
    transition-property: transform;
}
.animated-svg .blinking-svg .circle:nth-child(1),
.animated-svg .blinking-svg .circle:nth-child(4),
.animated-svg .blinking-svg .circle:nth-child(7),
.animated-svg .blinking-svg .circle:nth-child(13) {
    opacity: 0;
}
.animated-svg .blinking-svg .circle.hide {
    transform: scale(0);
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.68, 0, 0.84, 0);
    transform-origin: center;
}

/*=====================================
  70. Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .breadcrumb-section {
        padding-top: 70px;
    }
}
@media (max-width: 991px) {
    .breadcrumb-section {
        padding-top: 60px;
    }
}
.breadcrumb-section .banner-content {
    text-align: center;
}
.breadcrumb-section .banner-content h1 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 700;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 35px;
}
@media (max-width: 1399px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 55px;
    }
}
@media (max-width: 1199px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 52px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 48px;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 43px;
        margin-bottom: 25px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 36px;
        line-height: 1.2;
    }
}
.breadcrumb-section .banner-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 9px 23px;
    border-radius: 50px;
    border: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content .breadcrumb-list {
        padding: 9px 18px;
    }
}
.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content .breadcrumb-list li {
        font-size: 15px;
        gap: 12px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content .breadcrumb-list li {
        font-size: 14px;
        gap: 10px;
    }
}
.breadcrumb-section .banner-content .breadcrumb-list li svg {
    fill: #999999;
    min-width: 25px;
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content .breadcrumb-list li svg {
        min-width: 20px;
    }
}
.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: var(--text-color);
    transition: 0.5s;
}
.breadcrumb-section .banner-content .breadcrumb-list li a:hover {
    color: var(--primary-color3);
}
.breadcrumb-section .banner-content .blog-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}
.breadcrumb-section .banner-content .blog-meta li {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content .blog-meta li {
        font-size: 15px;
        gap: 12px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content .blog-meta li {
        font-size: 14px;
        gap: 10px;
    }
}
.breadcrumb-section .banner-content .blog-meta li svg {
    fill: rgba(var(--title-color-opc), 0.1);
    min-width: 25px;
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content .blog-meta li svg {
        min-width: 20px;
    }
}
.breadcrumb-section .banner-content .blog-meta li a {
    color: var(--title-color);
    transition: 0.5s;
}
.breadcrumb-section .banner-content .blog-meta li a:hover {
    color: var(--primary-color3);
}

.pagination-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .pagination-area {
        gap: 10px;
    }
}
.pagination-area .paginations {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.pagination-area .paginations .page-item a {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
@media (max-width: 576px) {
    .pagination-area .paginations .page-item a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}
.pagination-area .paginations .page-item a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color);
}
.pagination-area .paginations .page-item.active a {
    background-color: var(--primary-color3);
    color: var(--white-color);
}
.pagination-area .paginations-button a {
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: 0.7s;
}
@media (max-width: 576px) {
    .pagination-area .paginations-button a {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        font-size: 14px;
    }
}
.pagination-area .paginations-button a svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}
.pagination-area .paginations-button a:hover {
    color: var(--white-color);
    box-shadow: inset 0 0 0 10em var(--primary-color3);
}
.pagination-area .paginations-button a:hover svg {
    stroke: var(--white-color);
}

/*=====================================
  75. Contact Page CSS
========================================*/
.contact-page-top .single-contact {
    background-color: #c1e8cf;
    padding: 40px 45px 45px;
    border-radius: 10px;
}
@media (max-width: 1399px) {
    .contact-page-top .single-contact {
        padding: 35px 30px 40px;
    }
}
@media (max-width: 1199px) {
    .contact-page-top .single-contact {
        padding: 35px 25px 40px;
    }
}
@media (max-width: 576px) {
    .contact-page-top .single-contact {
        padding: 30px 20px 35px;
    }
}
.contact-page-top .single-contact h4 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contact-page-top .single-contact h4 {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .contact-page-top .single-contact h4 {
        font-size: 26px;
    }
}
.contact-page-top .single-contact a {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .contact-page-top .single-contact a {
        font-size: 17px;
    }
}
.contact-page-top .single-contact a:hover {
    color: var(--primary-color3);
}
.contact-page-top .single-contact .contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 65px;
}
@media (max-width: 1199px) {
    .contact-page-top .single-contact .contact-list {
        padding-top: 55px;
    }
}
@media (max-width: 576px) {
    .contact-page-top .single-contact .contact-list {
        padding-top: 45px;
    }
}
.contact-page-top .single-contact .contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}
@media (max-width: 1199px) {
    .contact-page-top .single-contact .contact-list li {
        margin-bottom: 30px;
    }
}
.contact-page-top .single-contact .contact-list li:last-child {
    margin-bottom: 0;
}
.contact-page-top .single-contact .contact-list li .icon {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page-top .single-contact .contact-list li .content {
    position: relative;
    line-height: 1;
    text-align: start;
}
.contact-page-top .single-contact .contact-list li .content span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 6px;
    display: inline-block;
}
.contact-page-top .single-contact .contact-list li .content h6 {
    margin-bottom: 0;
    line-height: 1;
}
.contact-page-top .single-contact .contact-list li .content h6 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contact-page-top .single-contact .contact-list li .content h6 a {
        font-size: 21px;
    }
}
@media (max-width: 576px) {
    .contact-page-top .single-contact .contact-list li .content h6 a {
        font-size: 20px;
    }
}
.contact-page-top .single-contact .contact-list li .content h6 a:hover {
    color: var(--primary-color3);
}
.contact-page-top .single-contact.two {
    background-color: #d4dffc;
}
.contact-page-top .single-contact.three {
    background-color: #ddd9d6;
}

.contact-map-section {
    line-height: 1;
    width: 100%;
    height: 100%;
    margin-bottom: -2px;
}
.contact-map-section iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
    filter: invert(1) hue-rotate(180deg) brightness(0.7) grayscale(1);
}
@media (max-width: 1399px) {
    .contact-map-section iframe {
        min-height: 550px;
    }
}
@media (max-width: 991px) {
    .contact-map-section iframe {
        min-height: 500px;
    }
}
@media (max-width: 576px) {
    .contact-map-section iframe {
        min-height: 400px;
    }
}

.tt-style-switch {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30%;
    right: 0;
    width: 40px;
    height: 35px;
    background-color: #444;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50px 0 0 50px;
    transition: all 0.2s;
}

.tt-style-switch .bi {
    color: #fff;
    z-index: 9999;
}

body:not(.is-mobile) .tt-style-switch:hover {
    width: 45px;
    background-color: red;
    color: #fff;
}

.tt-stsw-dark,
.tt-stsw-light {
    line-height: 0;
}

.tt-style-switch:not(.is-dark) .tt-stsw-dark {
    display: none;
}

.tt-style-switch.is-dark .tt-stsw-light {
    display: none;
}

@media (min-width: 769px) {
    body.tt-sliding-sidebar-right-on .tt-style-switch {
        right: auto;
        left: 0;
        border-radius: 0 50px 50px 0;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: none;
    }
} /*# sourceMappingURL=style.css.map */
