
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("magnific-popup.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-tech.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
    --theme-color1: #23b1be;
    --theme-color2: #0f0f11;
    --theme-color3: #f98c1f;
    --theme-color1-rgb: 45, 30, 226;
    --theme-color2-rgb: 15, 15, 17;
    --theme-color3-rgb: 180, 224, 25;
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #fff;
    --theme-color3-text-color: #0f0f11;
    --body-bg: #fff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-light: #f2f8f9;
    --theme-color-gray: #f6f6f6;
    --theme-color-silver: #eee;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --border-color1-rgba: rgba(255, 255, 255, 0.1);
    --border-color2-rgba: rgba(255, 255, 255, 0.17);
    --border-theme-color2: #e2e2e2;
    --border-theme-color3: var(--theme-color3);
    --text-color: #7e8596;
    --headings-color: #171b24;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color2);
    --body-font-family: "Sora", sans-serif;
    --heading-font-family: "Sora", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 1.9;
    --body-font-weight: 500;
    --line-height-heading-h1: 120px;
    --line-height-heading: 140%;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 120px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 600;
    --h2-font-weight: 600;
    --h3-font-weight: 600;
    --h4-font-weight: 600;
    --h5-font-weight: 600;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: #7e8596;
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-weight: 500;
    --sec-title-subtitle-line-height: 1;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: 56px;
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --container-width: 1350px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
    --gradient-1: linear-gradient(270deg,#f98c1f  0%, #23b1be 100%);
    --gradient-2: linear-gradient(to left, rgba(var(--theme-color2-rgb), 1) 0%, rgba(var(--theme-color2-rgb), 0.7) 100%);
    --gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0) 50%, var(--theme-color2) 100%);
}

/*
 * typography.scss
 * -----------------------------------------------
*/

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

::-moz-selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--theme-color1);
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--theme-color1);
    /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

body {
    background-color: var(--body-bg);
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}
.white-text{
color:var(--theme-color1-text-color)    ;
}
/* -------- Headings ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-color-white);
    position: relative;
    line-height: var(--heading-font-family);
    font-family: var(--body-font-family);
    margin: 0;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */

table p {
    margin-bottom: 0;
}

p {
    padding: 0;
    margin: 0;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline;
}

/* -------- other ---------- */

a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img {
    border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    list-style: none;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/

.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.container-1600 {
    max-width: 1600px;
}

/*=== Default Form ===*/

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pricing-tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.pricing-tab-btn span {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color2);
}

.pricing-tab-btn .nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 30px;
    border: 1px solid #cecece;
    padding: 8px;
    background: var(--theme-color-gray);
}

.pricing-tab-btn .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color2);
    border-radius: 31px;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-tab-btn .nav .nav-item .nav-link.active {
    background: var(--theme-color1);
    color: var(--theme-color-white);
}

.mc-tab-btn,
.it-tab-btn,
.bc-tab-btn {
    margin-top: 50px;
    border-bottom: 1px solid var(--theme-color1-border);
}

.mc-tab-btn .nav,
.it-tab-btn .nav,
.bc-tab-btn .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .mc-tab-btn .nav,
    .it-tab-btn .nav,
    .bc-tab-btn .nav {
        gap: 20px;
    }
}

.mc-tab-btn .nav-item .nav-link,
.it-tab-btn .nav-item .nav-link,
.bc-tab-btn .nav-item .nav-link {
    padding-left: 0;
}

.mc-tab-btn .nav-item .nav-link.active,
.it-tab-btn .nav-item .nav-link.active,
.bc-tab-btn .nav-item .nav-link.active {
    width: 100%;
    border-bottom: 2px solid var(--theme-color1);
}

.mc-tab-btn .tab-btn1,
.it-tab-btn .tab-btn1,
.bc-tab-btn .tab-btn1 {
    padding: 5px 10px;
    background: rgba(0, 23, 45, 0.06);
    color: var(--theme-color1);
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-align: center;
}

.mc-tab-btn .tab-btn2,
.it-tab-btn .tab-btn2,
.bc-tab-btn .tab-btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mc-tab-btn .tab-btn2 span,
.it-tab-btn .tab-btn2 span,
.bc-tab-btn .tab-btn2 span {
    padding: 5px 20px;
    border: 1px solid var(--theme-color1-border);
    background: transparent;
    color: var(--theme-color1);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.mc-tab-btn .tab-btn2 .num,
.it-tab-btn .tab-btn2 .num,
.bc-tab-btn .tab-btn2 .num {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color1);
}

.it-tab-btn .tab-btn2 span {
    padding: 10px 20px;
    border: none;
    background: var(--theme-color2);
    color: var(--theme-color1);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.mc-tab-btn .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 80px;
}

@media (max-width: 575.98px) {
    .mc-tab-btn .nav {
        gap: 25px;
    }
}

.mc-tab-btn .tab-btn1 span {
    border: none;
}

.mc-tab-btn .tab-btn2 span {
    border: none;
}

.tp-cursor #cursor-outer {
    display: block;
}

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

#cursorDot {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    background-color: var(--theme-color1);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mix-blend-mode: difference;
    color: transparent;
}

/* cursorDot view 
============= */

#cursorDot .cursorDot-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* cursorDot drag 
============= */

#cursorDot .cursorDot-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color-white);
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#cursorDot .cursorDot-drag::before,
#cursorDot .cursorDot-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    color: var(--theme-color-white);
    height: 10px;
    line-height: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

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

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

#cursorDot.with-blur {
    backdrop-filter: blur(18px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* cursorDot close 
============== */

#cursorDot.cursorDot-close-enabled {
    opacity: 1 !important;
}

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

.tp-magnetic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/

.tm-boxed-layout {
    background-color: #444;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.tm-boxed-layout.layer-overlay:before {
    z-index: -1;
}

.tm-boxed-layout .page-wrapper {
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .tm-boxed-layout .page-wrapper {
        width: 1170px;
    }
}

.tm-boxed-layout .container .container {
    width: 100%;
}

@media (min-width: 1200px) {
    .tm-boxed-layout .container {
        width: 1140px;
    }
}

@media (min-width: 1000px) {
    .tm-boxed-layout.tm-container-970px .page-wrapper {
        width: 970px;
    }
}

.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1300px) {
    .tm-boxed-layout.tm-container-1230px .page-wrapper {
        width: 1230px;
    }
}

.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1300px .page-wrapper {
        width: 1300px;
    }
}

.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1340px .page-wrapper {
        width: 1340px;
    }
}

.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1440px .page-wrapper {
        width: 1440px;
    }
}

.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1560px) {
    .tm-boxed-layout.tm-container-1500px .page-wrapper {
        width: 1500px;
    }
}

.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1660px) {
    .tm-boxed-layout.tm-container-1600px .page-wrapper {
        width: 1600px;
    }
}

.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.tm-boxed-layout.tm-container-100pr .page-wrapper {
    width: 95%;
}

.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
    width: 100%;
}

.tm-boxed-layout.container-shadow .page-wrapper {
    -webkit-box-shadow: 0 0 25px 0 #777;
    box-shadow: 0 0 25px 0 #777;
}

.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
    background-color: #fff;
}

.tm-boxed-layout .header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}

.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
    padding: 30px 5px;
}

.tm-boxed-layout .header .navbar-default .navbar-collapse {
    background-color: #fff;
    border-color: #fff;
    margin-right: 30px;
}

.tm-boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px;
}

.tm-boxed-layout .banner-section .slide-item {
    min-height: 540px;
}

.tm-boxed-layout .banner-section .slide-item .content-box {
    padding: 150px 0 220px;
}

.tm-boxed-layout .banner-section-two .content-box {
    padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-three .content-box {
    padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-four .content-box {
    padding: 130px 0;
}

@media (max-width: 1200px) {
    .tm-boxed-layout {
        padding-top: 15px;
    }
    .tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
        padding: 10px;
    }
    .tm-boxed-layout .header .navbar-default .navbar-collapse {
        margin-right: 15px;
    }
    .tm-boxed-layout .navbar-header {
        padding: 15px 0;
    }
    .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
        margin-right: 0;
    }
}

/***

====================================================================
Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

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

.title a {
    color: inherit;
}

.color1 {
    color: var(--theme-color1);
}

.color2 {
    color: var(--theme-color2);
}

.color3 {
    color: var(--theme-color3);
}

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

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 99;
    background-color: var(--body-bg);
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.dropdown-toggle::after {
    display: none;
}

/*=======================
    Preloader
=======================*/

.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--headings-color);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em var(--title-font), var(--text-font);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme-color1);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--headings-color);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--title-font);
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--headings-color);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: #f5f5f5;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*=======================
Scroll To Top style
=======================*/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--theme-color1);
    color: #000;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

/*================================
    Progress Bar
=================================*/

.skills {
    position: relative;
    margin-bottom: 25px;
}

.skills.style-two .skill-item .skill-bar {
    height: 10px;
}

.skills.style-two .skill-item .skill-bar .bar-inner {
    height: 10px;
    background-color: transparent;
    border: 1px solid #e6e0fa;
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar {
    height: 10px;
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid var(--theme-color2);
    background-color: var(--theme-color-white);
}

.skills.style-two .skill-item .skill-bar .bar-inner .skill-percentage {
    color: var(--theme-color2);
}

.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-header {
    position: relative;
    z-index: 3;
    margin-bottom: 14px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--theme-color3);
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 7px;
    border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 6px;
    background: #e6e0fa;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 6px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background-color: var(--theme-color2);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--theme-color3);
}

/*================================
    Progress Bar style-three
=================================*/

.skills {
    position: relative;
    margin-bottom: 25px;
}

.skills.style-three .skill-item .skill-bar {
    height: 10px;
}

.skills.style-three .skill-item .skill-bar .bar-inner {
    height: 10px;
    background-color: transparent;
    border: 1px solid #e6e0fa;
    border-radius: 30px;
}

.skills.style-three .skill-item .skill-bar .bar-inner .bar {
    height: 10px;
}

.skills.style-three .skill-item .skill-bar .bar-inner .bar:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid var(--theme-color1);
    background-color: var(--theme-color-white);
}

.skills.style-three .skill-item .skill-bar .bar-inner .skill-percentage {
    color: var(--gradient-1);
}

.skills .skill-item {
    position: relative;
    margin-bottom: 21px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-header {
    position: relative;
    z-index: 3;
    margin-bottom: 14px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--theme-color3);
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 7px;
    border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 6px;
    background: #e6e0fa;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 6px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: var(--gradient-1);
    border-radius: 30px;
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--gradient-1);
}

.skills .skill-item.upper2 .skill-header {
    margin-bottom: 10px;
}

.skills .skill-item.upper2 .skill-header .skill-title {
    color: var(--theme-color4);
    font-weight: 500;
}

/* Button 1 and 2 */

.theme-btn-main {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.theme-btn-main:hover .theme-btn-arrow-left {
    scale: 1;
}

.theme-btn-main:hover .theme-btn-arrow-right {
    scale: 0;
}

.theme-btn-main:hover .theme-btn {
    -webkit-transform: translateX(56px);
    transform: translateX(56px);
}

.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
    height: 56px;
    line-height: 56px;
    width: 56px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color3);
    color: var(--theme-color2);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
}

.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
    rotate: -30deg;
}

.theme-btn-main .theme-btn-arrow-left.theme-btn-arrow-small,
.theme-btn-main .theme-btn-arrow-right.theme-btn-arrow-small {
    width: 40px;
    height: 40px;
}

.theme-btn-main .theme-btn-arrow-left.gray-arrow,
.theme-btn-main .theme-btn-arrow-right.gray-arrow {
    background: #7e8596;
    color: var(--theme-color-white);
}

.theme-btn-main .theme-btn-arrow-left.black-arrow,
.theme-btn-main .theme-btn-arrow-right.black-arrow {
    background: #0f0f11;
    color: var(--theme-color-white);
}

.theme-btn-main .theme-btn-arrow-left.white-arrow,
.theme-btn-main .theme-btn-arrow-right.white-arrow {
    background: var(--theme-color-white);
    color: var(--theme-color-black);
}

.theme-btn-main .theme-btn-arrow-left.it-btn-arrow,
.theme-btn-main .theme-btn-arrow-right.it-btn-arrow {
    background: var(--theme-color1);
    color: var(--theme-color-white);
}

.theme-btn-main .theme-btn-arrow-left.fa-theme-btn-trasparent-arrow,
.theme-btn-main .theme-btn-arrow-right.fa-theme-btn-trasparent-arrow {
    background-color: transparent;
    color: var(--theme-color1);
    border: 1px solid rgba(6, 21, 50, 0.1);
}

.theme-btn-main .theme-btn-arrow-left.transparent-arrow,
.theme-btn-main .theme-btn-arrow-right.transparent-arrow {
    border: 1px solid rgb(6, 21, 50);
    background: transparent;
    color: var(--theme-color-black);
}

.theme-btn-main .theme-btn-arrow-left.transparent-arrow-2,
.theme-btn-main .theme-btn-arrow-right.transparent-arrow-2 {
    border: 1px solid rgb(255, 255, 255);
    background: transparent;
    color: var(--theme-color-white);
}

.theme-btn-main .theme-btn-arrow-left.transparent-arrow-3,
.theme-btn-main .theme-btn-arrow-right.transparent-arrow-3 {
    border: 1px solid var(--theme-color1);
    background: transparent;
    color: var(--theme-color-white);
}

.theme-btn-main .theme-btn-arrow-left {
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
}

.theme-btn-main .theme-btn {
    background: var(--theme-color1);
    color: var(--theme-color-white);
    font-weight: 700;
    font-size: 16px;
    padding: 13px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.theme-btn-main .theme-btn.theme-btn-light {
    background: var(--theme-color-light);
    color: #000;
}

.theme-btn-main .theme-btn.theme-btn-white {
    background-color: var(--theme-color-white);
    color: #000;
}

.theme-btn-main .theme-btn.it-theme-btn {
    background: var(--theme-color3);
    color: var(--theme-color-white);
}

.theme-btn-main .theme-btn.theme-btn-transparent {
    background-color: transparent;
    color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}

.theme-btn-main .theme-btn.fa-theme-btn-trasparent {
    background-color: transparent;
    color: var(--theme-color1);
    border: 1px solid rgba(6, 21, 50, 0.1);
}

.theme-btn-main .theme-btn.theme-btn-small {
    padding: 6px 20px 5px;
    font-size: 14px;
    font-weight: 600;
}

.theme-btn-main.style-2:hover .theme-btn {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}

.theme-btn-two {
    position: relative;
    padding: 19px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    gap: 10px;
    white-space: nowrap;
    border-radius: 30px;
    text-decoration: none;
    border-radius: 67px;
    border: 1px solid rgba(112, 117, 159, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(#b443ff), color-stop(50.81%, #3055eb), to(#1aafd8));
    background: linear-gradient(90deg, #b443ff 0%, #3055eb 50.81%, #1aafd8 100%);
    -webkit-box-shadow: -1px 0px 9.6px 0px #111c7c inset;
    box-shadow: -1px 0px 9.6px 0px #111c7c inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.theme-btn-two .btn-noise-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
    left: 0;
    top: 0;
}

.theme-btn-two.large-btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.theme-btn-two.blue-btn {
    background: #1b1e3a;
}

.theme-btn-two.blue-btn .btn-noise-image {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.theme-btn-two.blue-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#b443ff), color-stop(50.81%, #3055eb), to(#1aafd8));
    background: linear-gradient(90deg, #b443ff 0%, #3055eb 50.81%, #1aafd8 100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.theme-btn-two.blue-btn:hover::after {
    opacity: 1;
}

.theme-btn-two.blue-btn:hover .btn-noise-image {
    opacity: 0.2;
}

.theme-btn-two.ma-theme-btn {
    border: none;
    background: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-btn-two.ma-theme-btn .btn-noise-image {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.theme-btn-two.ma-theme-btn span {
    font-weight: 700;
}

.theme-btn-two.ma-theme-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
    z-index: -1;
    background: var(--theme-color-black);
    color: var(--theme-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.theme-btn-two.ma-theme-btn:hover {
    color: var(--theme-color-white);
}

.theme-btn-two.ma-theme-btn:hover::after {
    opacity: 1;
}

.theme-btn-two.ma-theme-btn-white {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--theme-color-white);
    color: var(--theme-color3);
}

.theme-btn-two.ma-theme-btn-white .btn-noise-image {
    display: none;
}

.theme-btn-two.ma-theme-btn-white:hover {
    background: var(--theme-color1);
}

.theme-btn-two.transparent-theme-btn-two {
    border: 1px solid rgb(255, 255, 255);
    background: transparent;
    color: var(--theme-color-white);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-btn-two span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.theme-btn-two span span.text-1 {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.theme-btn-two span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.theme-btn-two .arrow {
    position: relative;
    overflow: hidden;
    width: 15px;
    height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0px;
}

.theme-btn-two .arrow i {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    position: absolute;
    bottom: -1px;
    left: 2px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.theme-btn-two .arrow i:last-child {
    left: -12px;
    bottom: -12px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
}

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

.theme-btn-two:hover span span.text-1 {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.theme-btn-two:hover span span.text-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-btn-two:hover .arrow {
    display: inline-block;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
}

.theme-btn-two:hover .arrow i:first-child {
    -webkit-transform: translate(16px, -16px);
    transform: translate(16px, -16px);
}

.theme-btn-two:hover .arrow i:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(13px, -10px);
    transform: translate(13px, -10px);
}

.theme-btn-two:focus {
    color: var(--theme-color-white);
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

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

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes popupVideo {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes popupVideo {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.overlay-anim {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

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

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

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

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

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

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

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

/*img-animation**********************/

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

@-webkit-keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

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

@-webkit-keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

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

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

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

@-webkit-keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes sway_Y {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes sway_Y {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

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

@-webkit-keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

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

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.animation__rotate {
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateOne {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotateOne {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

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

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

@-webkit-keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

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

/*** 
====================================================================
  Main Header
====================================================================
***/

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 70px 60px;
    background-color: var(--theme-color1);
}

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

.header-top .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.header-top .list li a {
    color: var(--theme-color-white);
    font-weight: 500;
}

.header-top .list li a i {
    padding-right: 10px;
}

.header-top .list .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
}

.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-right .header-btn {
    border-radius: 50px;
    padding: 10px 20px;
    background-color: var(--theme-color3);
    color: var(--theme-color2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
    .nav-right .header-btn {
        display: none;
    }
}

.nav-right .header-btn:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.main-menu {
    position: relative;
}

@media (max-width: 1199.98px) {
    .main-menu {
        display: none;
    }
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-header .search-btn {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    margin-right: 20px;
    text-align: center;
}

.main-header .search-btn:hover {
    background-color: var(--theme-color3);
    color: var(--theme-color2);
}

.main-menu .navigation {
    margin: 0px;
    position: relative;
}

.main-menu .navigation>li {
    float: left;
    margin-right: 38px;
    padding: 40px 0px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1899.98px) {
    .main-menu .navigation>li {
        margin-right: 35px;
    }
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li:before {
    /* background-color: var(--theme-color-white); */
    bottom: 30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 0%;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation>li>a {
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--body-font-family);
}

@media (max-width: 1899.98px) {
    .main-menu .navigation>li>a {
        font-size: 15px;
    }
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color3);
}

.main-menu .navigation>li.current>a {
    color: var(--theme-color3);
    font-weight: 500;
}

.main-menu .navigation>li.dropdown:hover>ul {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: visible;
}

.main-menu .navigation>li>ul {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0px;
    margin-top: 30px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 220px;
    z-index: 100;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 29px;
    font-weight: 500;
    font-size: 16px;
    color: var(--headings-color);
    text-align: left;
    font-family: var(--body-font-family);
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--headings-color);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 100%;
    margin-top: 10px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    width: 220px;
    z-index: 100;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: var(--headings-color);
    font-family: var(--body-font-family);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--headings-color);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 34px;
    z-index: 5;
}

.sticky-header {
    background: #0f0f11;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    left: 0px;
    opacity: 0;
    padding: 0px 0px;
    position: fixed;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

.sticky-header.fixed-header {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.sticky-header .logo {
    padding: 10px 0;
}

/* .sticky-header .logo img {
    max-height: 40px;
} */

.sticky-header .nav-outer {
    background: none;
    position: relative;
}

.sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-white);
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color3);
}

.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

.sticky-header .mobile-nav-toggler {
    color: var(--headings-color) !important;
}

.header-1 {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.header-1 .main-box {
    padding: 0 0;
}

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

@media only screen and (max-width: 1023px) {
    .header-1 .main-box {
        padding: 14px 30px;
    }
}

@media (max-width: 575.98px) {
    .header-1 .main-box {
        padding: 0 15px;
    }
}

.header-1 .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--border-color1-rgba);
}

@media (max-width: 1199.98px) {
    .header-1 .main-box .nav-outer {
        padding: 30px 0;
    }
}

.header-1.header-style-two .nav-outer {
    padding: 0 110px;
}

@media (max-width: 1399.98px) {
    .header-1.header-style-two .nav-outer {
        padding: 0 40px;
    }
}

@media (max-width: 1199.98px) {
    .header-1.header-style-two .nav-outer {
        padding: 25px 0;
    }
}

.header-1.header-style-two .main-menu .navigation>li {
    float: left;
    margin-right: 38px;
    padding: 30px 0px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-1.header-style-two .search-btn {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
}

@media (max-width: 767.98px) {
    .header-1.header-style-two .search-btn {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .header-1.header-style-two .search-btn {
        display: none;
    }
}

.header-1.header-style-two .search-btn:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.header-1.header-style-two .nav-right .header-btn {
    border-radius: 40px;
    padding: 5px 20px;
    background-color: var(--theme-color3);
    color: var(--theme-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-1.header-style-two .nav-right .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-left: 75px;
}

@media (max-width: 1399.98px) {
    .header-1.header-style-two .nav-right .social-link {
        margin-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .header-1.header-style-two .nav-right .social-link {
        display: none;
    }
}

.header-1.header-style-two .nav-right .social-link li a {
    font-size: 18px;
    color: var(--theme-color-white);
}

.header-1.header-style-two .sticky-header .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-1.header-style-three .main-menu .navigation>li>a {
    color: var(--text-color);
}

.header-1.header-style-three .main-menu .navigation>li.current>a {
    color: var(--theme-color-white);
    font-weight: 500;
}

.header-1.header-style-three .nav-outer {
    border: none;
}

.header-1.header-style-three .nav-right .theme-btn-two {
    padding: 10px 20px;
}

.header-1.header-style-four .main-menu .navigation>li>a {
    color: #7e8596;
}

.header-1.header-style-four .main-menu .navigation>li.current>a {
    color: var(--theme-color1);
    font-weight: 500;
}

.header-1.header-style-four .nav-outer {
    border: none;
}

.header-1.header-style-four .nav-right .header-btn {
    border-radius: 40px;
    padding: 5px 20px;
    background-color: var(--theme-color-white);
    color: var(--theme-color-black);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-1.header-style-four .nav-right .header-btn:hover {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
}

.header-1.header-style-four .sticky-header {
    background-color: var(--theme-color-white);
}

.header-1.header-style-four .sticky-header .nav-right .header-btn {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
}

.header-2 {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border-bottom: none;
}

@media (max-width: 575.98px) {
    .header-2 .container-fluid {
        padding: 0;
    }
}

.header-2 .header-lower {
    margin-top: -45px;
}

@media (max-width: 1199.98px) {
    .header-2 .header-lower {
        margin-top: 0;
    }
}

.header-2 .main-box {
    padding: 0 0;
}

.header-2 .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--border-color1-rgba);
    background-color: rgba(255, 255, 255, 0.06);
    padding: 0 40px;
}

@media (max-width: 1199.98px) {
    .header-2 .main-box .nav-outer {
        padding: 25px 40px;
    }
}

@media (max-width: 399.98px) {
    .header-2 .main-box .nav-outer {
        padding: 25px 20px;
    }
}

.header-2 .main-box .main-menu .navigation>li {
    margin-right: 38px;
    padding: 24px 0px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-2 .main-box .main-menu .navigation>li::before {
    bottom: 18px;
}

.header-2 .main-box .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 120px;
}

.header-2 .search-btn {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
}

.header-2 .search-btn:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
}

.header-2 .nav-right .call-infu {
    padding-right: 30px;
}

.header-2 .nav-right .call-infu .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--theme-color-white);
    margin-right: 15px;
    font-size: 20px;
    text-align: center;
}

.header-2 .nav-right .call-infu .icon:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
}

.header-2 .nav-right .call-infu span {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.header-2 .main-menu .navigation>li>a {
    font-weight: 600;
}

.header-2 .main-menu .navigation>li>a:hover {
    color: var(--theme-color-white);
}

.header-2 .main-menu .navigation>li.current>a {
    color: var(--theme-color-white);
}

.header-2 .sticky-header .nav-outer {
    background-color: transparent;
}

.header-2.header-style-one .main-box {
    padding: 0;
}

.header-2.header-style-two .header-top {
    background-color: var(--theme-color1);
}

.header-2.header-style-two .main-box .main-menu .navigation>li::before {
    bottom: 18px;
    background-color: var(--theme-color-black);
}

.header-2.header-style-two .nav-outer {
    background-color: var(--theme-color3);
}

.header-2.header-style-two .sticky-header {
    background-color: var(--theme-color3);
}

.header-2.header-style-two .sticky-header .nav-outer {
    background-color: transparent;
}

.header-2.header-style-two .main-menu .navigation>li a {
    color: var(--theme-color1);
}

.header-2.header-style-two .nav-right .theme-btn-two {
    border: none;
    background: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-2.header-style-two .nav-right .search-btn {
    background-color: var(--theme-color-white);
    color: var(--theme-color1);
    margin-right: 20px;
}

.header-2.header-style-two .mobile-nav-toggler.style-2 span {
    background-color: var(--theme-color1);
}

.header-2.header-style-three {
    background-color: var(--theme-color-white);
    padding-top: 40px;
}

@media (max-width: 1199.98px) {
    .header-2.header-style-three {
        padding-top: 20px;
    }
}

.header-2.header-style-three .header-top {
    background-color: var(--theme-color3);
    padding: 12px 40px 60px;
}

.header-2.header-style-three .main-box {
    padding: 0 0;
}

.header-2.header-style-three .nav-outer {
    padding: 10px 40px 5px;
    background-color: var(--theme-color-white);
}

.header-2.header-style-three .sticky-header {
    background-color: var(--theme-color-white);
}

.header-2.header-style-three .sticky-header .nav-outer {
    background-color: transparent;
}

.header-2.header-style-three .main-menu .navigation>li a {
    color: var(--theme-color1);
}

.header-2.header-style-three .nav-right .theme-btn-two {
    border: none;
    background: var(--theme-color3);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-2.header-style-three .nav-right .search-btn {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    margin-right: 20px;
}

.header-2.header-style-three .mobile-nav-toggler.style-2 span {
    background-color: var(--theme-color1);
}

.header-2.header-style-four {
    background-color: var(--theme-color-white);
    padding-top: 50px;
}

@media (max-width: 1199.98px) {
    .header-2.header-style-four {
        padding-top: 0;
    }
}

.header-2.header-style-four .header-top {
    position: relative;
    background-color: var(--theme-color-white);
    padding: 12px 0 12px;
    margin: 0 40px;
    border-bottom: 1px solid var(--theme-color1-border);
}

.header-2.header-style-four .header-top:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #eceff5;
    top: -20px;
    z-index: -1;
}

.header-2.header-style-four .header-top .list li a {
    color: var(--theme-color2);
}

.header-2.header-style-four .header-top .list .dot {
    background-color: var(--theme-color2);
}

.header-2.header-style-four .nav-outer {
    background-color: var(--theme-color-white);
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .header-2.header-style-four .nav-outer {
        margin-top: 0;
    }
}

.header-2.header-style-four .main-menu .navigation>li a {
    color: var(--theme-color2);
}

.header-2.header-style-four .nav-right .theme-btn-two {
    border: none;
    background: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-2.header-style-four .nav-right .search-btn {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    margin-right: 20px;
}

.header-2.header-style-four .sticky-header {
    background-color: var(--theme-color-white);
}

.header-2.header-style-four .sticky-header .nav-outer {
    background-color: transparent;
    margin-top: 0;
}

.header-2.header-style-four .mobile-nav-toggler.style-2 span {
    background-color: var(--theme-color1);
}

.header-2.header-style-four .header-inner {
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color1-border);
}

/*** 

====================================================================
		Helping Section
====================================================================

***/

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

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

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

/* background */

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

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}

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

.fix {
    overflow: hidden;
}

.array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.array-button .array-prev,
.array-button .array-next {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    background: var(--theme-color1);
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
    color: var(--theme-color2);
    background: var(--theme-color3);
    border: none;
}

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

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

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

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

.swiper-dot {
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 40px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .swiper-dot {
        margin-top: 30px;
    }
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: var(--border-color1-rgba);
    opacity: 1;
    border-radius: 15px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fbaa7e;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}

.tp_img_reveal,
.tp_img_reveal_2 {
    visibility: hidden;
    overflow: hidden;
}

.anim-reveal-line {
    overflow: hidden;
}

.body-bg {
    background-color: #f6f5ef;
}

.sticky-style {
    position: sticky;
    top: 100px;
}

.get-in-touch {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: var(--theme-color-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 81px;
    padding: 30px 0 28px;
    text-align: center;
    border: 1px solid var(--border-theme-color2);
    margin-top: 40px;
}

.get-in-touch a {
    color: var(--theme-color1);
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

@media (max-width: 767.98px) {
    .get-in-touch {
        padding: 12px 30px;
    }
}

.circle-box {
    position: relative;
    width: 150px;
    height: 150px;
}

.circle-box .circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-box .circle-text svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

.circle-box .circle-text textPath {
    fill: var(--theme-color-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 6px;
}

.circle-box .circle-text .highlight {
    fill: var(--theme-color3);
}

.circle-box .icon-2 {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    background-color: var(--theme-color3);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--theme-color-black);
}

.circle-box .icon-2 i {
    rotate: -45deg;
}

.circle-box .icon-2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 65px;
    height: 65px;
    background: transparent;
    border: 1px solid var(--border-color1-rgba);
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-box .highlight-arc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.video-icon {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 11;
}

.video-icon .video-button-ripple::before,
.video-icon .video-button-ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-animation: popupVideo 3s infinite;
    animation: popupVideo 3s infinite;
    border-radius: 50%;
}

.video-icon .video-button-ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-icon .video-button-ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
    position: relative;
    cursor: pointer;
    display: none;
    top: 0px;
    margin-left: 25px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

@media (max-width: 1199.98px) {
    .mobile-nav-toggler {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .mobile-nav-toggler {
        right: 10px;
    }
}

.mobile-nav-toggler.style-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mobile-nav-toggler.style-2 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color-white);
}

.mobile-nav-toggler.style-2 span:nth-child(2) {
    width: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-toggler.style-2 span:nth-child(3) {
    width: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-nav-toggler.style-2:hover span:nth-child(2) {
    width: 40px;
}

.mobile-nav-toggler.style-2:hover span:nth-child(3) {
    width: 40px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: 5px;
    text-align: center;
    font-size: 30px;
    color: var(--theme-color-white);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.mobile-menu .nav-logo img {
    max-height: 40px;
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--headings-color);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 200ms;
    transition: all 0.4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #fff;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 17px;
    line-height: 44px;
    font-weight: 500;
    font-family: var(--title-font);
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px;
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}

.contact-list-one li {
    position: relative;
    margin-bottom: 20px;
}

.contact-list-one li:last-child {
    margin-right: 0;
}

.contact-list-one li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.contact-list-one li .contact-info-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.contact-list-one li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: #b2c1c0;
    font-weight: 400;
    text-transform: uppercase;
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--bg-theme-color1);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color-white);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    opacity: 0.95;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color-light);
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
    border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    color: var(--theme-color-dark);
    line-height: 40px;
    border-radius: 5px;
    font-weight: normal;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group button:hover {
    color: var(--theme-color-dark);
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
    color: inherit;
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
    color: inherit;
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
    color: inherit;
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

/*** 

====================================================================
Section Title
====================================================================

***/

.section-title {
    position: relative;
}

@media (max-width: 469.98px) {
    .section-title {
        text-align: center;
    }
}

.section-title .sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background-color: var(--theme-color-light);
    position: relative;
}

.section-title .sub-title.sub-title-white {
    background-color: var(--theme-color-white);
}

.section-title .sub-title.sub-title-black {
    background-color: var(--theme-color-black);
}

.section-title .sub-title .dot {
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    position: relative;
    border-radius: 50%;
}

.section-title .sub-title span {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.section-title .title {
    color: var(--theme-color2);
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .section-title .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 469.98px) {
    .section-title .title {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }
}

.section-title.ma-section-title .sub-title {
    padding: 5px 20px 5px;
    background-color: #ecf9ff;
}

.section-title.ma-section-title .sub-title .dot {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--theme-color1);
}

.section-title.ma-section-title .title {
    color: var(--theme-color3);
    font-size: 50px;
    font-weight: 700;
    text-transform: none;
}

@media (max-width: 767.98px) {
    .section-title.ma-section-title .title {
        font-size: 35px;
        line-height: 50px;
    }
}

.seo-section-title {
    position: relative;
}

.seo-section-title .sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 20px 11px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background-color: var(--border-color1-rgba);
    position: relative;
}

.seo-section-title .sub-title .dot {
    width: 8px;
    height: 8px;
    background-color: var(--theme-color1);
    position: relative;
    border-radius: 50%;
}

.seo-section-title .sub-title span {
    color: var(--theme-color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.seo-section-title .sub-title.gray-sub-title {
    background-color: var(--theme-color-gray);
}

.seo-section-title .sub-title.gray-sub-title span {
    color: var(--text-color);
}

.seo-section-title .title {
    color: var(--theme-color-white);
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.seo-section-title .title.black-title {
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .seo-section-title .title {
        font-size: 52px;
        line-height: 55px;
    }
}

@media (max-width: 767.98px) {
    .seo-section-title .title {
        font-size: 45px;
        line-height: 50px;
    }
}

.sass-section-title {
    position: relative;
}

.sass-section-title .sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.sass-section-title .sub-title span {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    background: -webkit-gradient(linear, right top, left top, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(270deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sass-section-title .title {
    color: var(--theme-color-white);
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .sass-section-title .title {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 767.98px) {
    .sass-section-title .title {
        font-size: 40px;
        line-height: 45px;
    }
}

.it-section-title,
.fa-section-title,
.mc-section-title,
.bc-section-title {
    position: relative;
}

.it-section-title .sub-title,
.fa-section-title .sub-title,
.mc-section-title .sub-title,
.bc-section-title .sub-title {
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.it-section-title .sub-title.white-sub-title,
.fa-section-title .sub-title.white-sub-title,
.mc-section-title .sub-title.white-sub-title,
.bc-section-title .sub-title.white-sub-title {
    color: var(--theme-color-white);
}

.it-section-title .title,
.fa-section-title .title,
.mc-section-title .title,
.bc-section-title .title {
    color: var(--theme-color1);
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .it-section-title .title,
    .fa-section-title .title,
    .mc-section-title .title,
    .bc-section-title .title {
        font-size: 45px;
        line-height: 50px;
    }
}

.it-section-title .title.white-title,
.fa-section-title .title.white-title,
.mc-section-title .title.white-title,
.bc-section-title .title.white-title {
    color: var(--theme-color-white);
}

.bc-section-title .title {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1.5px;
}

.mc-section-title .title {
    letter-spacing: -1.5px;
}

.fa-section-title .sub-title {
    color: var(--theme-color2);
}

.fa-section-title .title {
    color: var(--theme-color2);
    letter-spacing: -1.5px;
}

.it-section-title .title {
    letter-spacing: -1.5px;
}

.section-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}

.text_invert>div {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(15, 15, 17)), color-stop(50%, rgb(126, 133, 150)));
    background-image: linear-gradient(to right, rgb(15, 15, 17) 50%, rgb(126, 133, 150) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.text_invert-2>div {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(126, 133, 150)));
    background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(126, 133, 150) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.text_invert-3>div {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(126, 133, 150)));
    background-image: linear-gradient(to right, rgb(249, 140, 31) 50%, rgb(126, 133, 150) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
/*** 

====================================================================
  Main Slider
====================================================================

***/

/*** 

====================================================================
    Banner Section
====================================================================

***/

.hero-1 {
    padding: 245px 0 200px;
    background: transparent;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199.98px) {
    .hero-1 {
        padding: 200px 0 150px;
    }
}

@media (max-width: 767.98px) {
    .hero-1 {
        padding: 180px 0 130px;
    }
}

.hero-1 .arrow-shape {
    position: absolute;
    left: 28%;
    bottom: 26%;
    -webkit-animation: rotateOne 2s linear infinite;
    animation: rotateOne 2s linear infinite;
}

@media (max-width: 1199.98px) {
    .hero-1 .arrow-shape {
        display: none;
    }
}

.hero-1 .shape-1 {
    position: absolute;
    left: 11%;
    bottom: 2%;
    -webkit-animation: sway_Y 3s linear infinite alternate;
    animation: sway_Y 3s linear infinite alternate;
}

@media (max-width: 1199.98px) {
    .hero-1 .shape-1 {
        display: none;
    }
}

.hero-1 .shape-2 {
    position: absolute;
    left: 38%;
    bottom: 15%;
    -webkit-animation: zoom-one 2s infinite linear;
    animation: zoom-one 2s infinite linear;
}

@media (max-width: 1199.98px) {
    .hero-1 .shape-2 {
        display: none;
    }
}

.hero-1 .shape-3 {
    position: absolute;
    right: 10%;
    top: 23%;
    -webkit-animation: zoom-one 2s infinite linear;
    animation: zoom-one 2s infinite linear;
}

@media (max-width: 1199.98px) {
    .hero-1 .shape-3 {
        display: none;
    }
}

.hero-1 .social-link {
    position: absolute;
    left: 100px;
    top: 380px;
    padding-bottom: 20px;
}

@media (max-width: 1699.98px) {
    .hero-1 .social-link {
        display: none;
    }
}

.hero-1 .social-link li a {
    font-size: 18px;
    color: var(--theme-color-white);
}

.hero-1 .social-link li a i {
    rotate: -90deg;
}

.hero-1 .social-link::after,
.hero-1 .social-link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 2px;
    height: 150px;
    background-color: var(--border-color1-rgba);
}

.hero-1 .social-link::after {
    top: 110%;
    left: 8px;
}

.hero-1 .social-link::before {
    top: -115%;
    left: 8px;
}

.hero-1 .bg-image {
    background-color: var(--theme-color2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: color-dodge;
    -webkit-filter: brightness(0.2);
    filter: brightness(0.7);
}

@media (max-width: 767.98px) {
    .hero-1 .hero-content {
        text-align: center;
    }
}

.hero-1 .hero-content .sub-title {
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .hero-1 .hero-content .sub-title {
        font-size: 14px;
        letter-spacing: 3px;
    }
}

.hero-1 .hero-content .title {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -2.4px;
    font-weight: 700;
    padding-top: 5px;
}

.hero-1 .hero-content .title span {
    font-weight: 400;
}

.hero-1 .hero-content .title span .color-1 {
    color: var(--theme-color3);
}

@media (max-width: 1199.98px) {
    .hero-1 .hero-content .title {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .hero-content .title {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767.98px) {
    .hero-1 .hero-content .title {
        font-size: 62px;
        line-height: 70px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .hero-1 .hero-content .title {
        font-size: 50px;
        line-height: 60px;
        padding-top: 15px;
    }
}

@media (max-width: 469.98px) {
    .hero-1 .hero-content .title {
        font-size: 45px;
        line-height: 55px;
        padding-top: 15px;
    }
}

.hero-1 .inner-box {
    gap: 35px;
    padding-top: 25px;
}

@media (max-width: 767.98px) {
    .hero-1 .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-top: 30px;
    }
}

.hero-1 .inner-box .circle-box {
    position: relative;
    width: 190px;
    height: 190px;
}

.hero-1 .inner-box .circle-box .circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-1 .inner-box .circle-box .circle-text svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

.hero-1 .inner-box .circle-box .circle-text textPath {
    fill: var(--theme-color2);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 7px;
}

.hero-1 .inner-box .circle-box .circle-text .highlight {
    fill: var(--theme-color3);
}

.hero-1 .inner-box .circle-box .center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: var(--theme-color2);
}

.hero-1 .inner-box .circle-box .center-content img {
    margin: auto;
}

.hero-1 .inner-box .circle-box .highlight-arc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#f98c1f 0deg 180deg, #f3f3f3 180deg 360deg);
    z-index: -1;
}

.hero-1 .inner-box .infu-box {
    width: 72%;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        -webkit-transform: rotate(495deg);
        transform: rotate(495deg);
    }
}

/*** 

====================================================================
    Features Section
====================================================================

***/

.features-one__inner-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px;
    background-color: var(--theme-color3);
    z-index: 1;
    margin-top: 24px;
    max-height: 500px;
}

.features-one__inner-card .shape-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.features-one__inner-card .features-title {
    padding-bottom: 138px;
}

@media (max-width: 1199.98px) {
    .features-one__inner-card .features-title {
        padding-bottom: 90px;
    }
}

.features-one__inner-card .features-title span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 20px;
    background-color: var(--theme-color2);
    font-weight: 500;
    color: var(--theme-color-white);
    border-radius: 100px;
}

.features-one__inner-card .features-title .title {
    color: var(--theme-color-white);
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 30px;
}

@media (max-width: 1199.98px) {
    .features-one__inner-card .features-title .title {
        font-size: 45px;
    }
}

.features-one__single-card {
    background-color: var(--theme-color-gray);
    padding: 30px;
    position: relative;
    margin-top: 24px;
}

.features-one__single-card .icon {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.06;
}

.features-one__single-card .content {
    padding-top: 110px;
}

.features-one__single-card .content .title {
    color: var(--theme-color2);
    padding-bottom: 20px;
}

.features-one__image {
    width: 100%;
    height: 500px;
    margin-top: 24px;
}

.features-one__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.features-one__image.style-2 {
    margin-top: -118px;
}

@media (max-width: 991.98px) {
    .features-one__image.style-2 {
        margin-top: 24px;
    }
}

.features-two {
    position: relative;
    padding-top: 60px;
}

.features-two .shape-4 {
    position: absolute;
    right: 0;
    top: 100px;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.features-two__single-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid var(--theme-color1-border-rgba);
    margin-top: 24px;
    max-height: 450px;
}

.features-two__single-card .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    mix-blend-mode: overlay;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-filter: opacity(0.15);
    filter: opacity(0.15);
}

.features-two__single-card .shape-1 {
    position: absolute;
    bottom: -140px;
    left: -50px;
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
}

.features-two__single-card .content {
    padding: 30px 40px;
}

@media (max-width: 1399.98px) {
    .features-two__single-card .content {
        padding: 30px 20px;
    }
}

@media (max-width: 1199.98px) {
    .features-two__single-card .content {
        padding: 20px 10px;
    }
}

.features-two__single-card .content .title {
    padding-bottom: 5px;
}

.features-two__single-card .image {
    width: 100%;
    height: 270px;
    background: rgba(0, 3, 28, 0.2);
    border: 1px solid var(--theme-color1-border-rgba);
    border-radius: 30px;
    padding: 10px 10px;
}

.features-two__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

.features-two__single-card.style-2 {
    padding: 30px 50px 35px 50px;
}

@media (max-width: 991.98px) {
    .features-two__single-card.style-2 {
        padding: 30px 20px 35px 20px;
    }
}

.features-two__single-card.style-2 .shape-1 {
    bottom: -160px;
    left: -100px;
    rotate: 40deg;
    opacity: 0.8;
}

.features-two__single-card.style-2 .image {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: -118px;
}

@media (max-width: 1199.98px) {
    .features-two__single-card.style-2 .image {
        margin-top: -30px;
    }
}

.features-two__single-card.style-2 .content {
    padding: 0;
    padding-bottom: 20px;
}

.features-two__single-card-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 55px 0;
    border-radius: 30px;
    border: 1px solid var(--theme-color1-border-rgba);
    margin-top: 24px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .features-two__single-card-2 {
        padding: 50px 0;
    }
}

.features-two__single-card-2 .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    mix-blend-mode: overlay;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-filter: opacity(0.15);
    filter: opacity(0.15);
}

.features-two__single-card-2 .shape-1 {
    position: absolute;
    bottom: -140px;
    left: -100px;
    rotate: 40deg;
    opacity: 0.8;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -2;
}

.features-two__single-card-2 .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.features-two__single-card-2 .shape-3 {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
}

.features-two__single-card-2 .content {
    position: relative;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 325px;
    height: 325px;
    border: 1.5px solid var(--theme-color1-border-rgba);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--theme-color2);
    z-index: 11;
}

.features-two__single-card-2 .content::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 385px;
    height: 385px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 30, 58, 0.3)), to(rgba(75, 84, 160, 0.2)));
    background: linear-gradient(180deg, rgba(27, 30, 58, 0.3) 0%, rgba(75, 84, 160, 0.2) 100%);
}

.features-two__single-card-2 .content .title {
    padding-bottom: 10px;
}

.features-three__inner {
    border-bottom: 1px solid var(--theme-color1-border);
    padding: 30px 0 60px;
    margin-bottom: 60px;
}

.features-three__single-card {
    margin-top: 30px;
}

.features-three__single-card .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
}

.features-three__single-card .head .icon {
    color: var(--theme-color1);
}

.features-three__single-card .head .icon i {
    font-size: 80px;
}

.features-three__single-card .head .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: var(--theme-color1);
    border-bottom: 1px solid var(--theme-color1-border);
}

.features-three__image {
    width: 100%;
    height: 500px;
    border-right: 1px solid var(--theme-color1-border);
    padding-right: 100px;
}

@media (max-width: 1199.98px) {
    .features-three__image {
        padding-right: 50px;
    }
}

@media (max-width: 991.98px) {
    .features-three__image {
        padding-right: 0;
    }
}

.features-three__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .features-three__content {
        padding-top: 50px;
    }
}

.features-three__content .num {
    font-size: 80px;
    color: var(--theme-color1);
}

.features-three__content .title {
    padding: 30px 0 20px;
    line-height: 40px;
    color: var(--theme-color1);
}

.features-three__content .text {
    margin-bottom: 35px;
}

.features-four__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
}

@media (max-width: 1399.98px) {
    .features-four__cards {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 1199.98px) {
    .features-four__cards {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 767.98px) {
    .features-four__cards {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.features-four__single-card {
    padding: 60px 70px 50px;
    border: 1px solid var(--theme-color1-border);
    background-color: var(--theme-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1699.98px) {
    .features-four__single-card {
        padding: 60px 30px 50px;
    }
}

.features-four__single-card:nth-child(1) {
    border-right: 0;
}

.features-four__single-card:nth-child(2) {
    border-right: 0;
}

.features-four__single-card:nth-child(3) {
    border-right: 0;
}

.features-four__single-card .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.features-four__single-card .head .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100px;
    height: 100px;
    border-radius: 0;
    background-color: var(--theme-color1);
    font-size: 50px;
    color: var(--theme-color-white);
}

.features-four__single-card .head .num {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color3);
    font-size: 16px;
    color: var(--theme-color1);
}

.features-four__single-card .title {
    color: var(--theme-color1);
    border-bottom: 1px solid var(--theme-color1-border);
    padding: 50px 0 30px;
}

.features-four__single-card .text {
    padding-top: 30px;
}

.features-four__single-card:hover {
    background-color: var(--theme-color3);
}

.features-five {
    margin-top: 70px;
}

.features-five .it-tab-btn .nav .nav-link {
    padding-bottom: 20px;
}

.features-five__single-card {
    padding: 10px 40px;
    border-left: 1px solid rgba(5, 20, 49, 0.2);
    margin-top: 60px;
}

.features-five__single-card .icon i {
    font-size: 70px;
    color: var(--theme-color3);
}

.features-five__single-card .title {
    position: relative;
    color: var(--theme-color1);
    padding-top: 40px;
    padding-bottom: 25px;
}

.features-five__single-card .title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    top: 50px;
    left: -45px;
}

.features-six {
    position: relative;
    z-index: 1;
}

.features-six .bg-shape {
    position: absolute;
    top: 230px;
    left: 0;
    z-index: -1;
}

.features-six__single-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #e6ebff;
    border-radius: 30px;
    padding: 60px 50px 50px;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.features-six__single-card .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    font-size: 60px;
    background-color: var(--theme-color2);
}

.features-six__single-card .icon.style-1 i {
    background: linear-gradient(45deg, #3188ff 0%, #d34be9 49.19%, #ffaf56 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-six__single-card .icon.style-2 {
    background-color: #ebfbf3;
}

.features-six__single-card .icon.style-2 i {
    color: #21d37e;
}

.features-six__single-card .icon.style-3 {
    background-color: #fff8f0;
}

.features-six__single-card .icon.style-3 i {
    color: #ff9548;
}

.features-six__single-card .title {
    font-weight: 700;
    color: var(--theme-color3);
    padding: 35px 0;
}

.features-six__single-card .arrow-icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #e6ebff;
    color: var(--theme-color1);
}

.features-six__single-card .arrow-icon.style-2 {
    background-color: #ebfbf3;
}

.features-six__single-card .arrow-icon.style-2 i {
    color: #21d37e;
}

.features-six__single-card .arrow-icon.style-3 {
    background-color: #fff8f0;
}

.features-six__single-card .arrow-icon.style-3 i {
    color: #ff9548;
}

.features-six__single-card .arrow-icon:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.features-six__single-card .arrow-icon:hover.style-2 i {
    color: var(--theme-color-white);
}

.features-six__single-card .arrow-icon:hover.style-3 i {
    color: var(--theme-color-white);
}

.features-six__single-card:hover {
    border-color: #d34be9;
}

.features-six__single-card.style-2:hover {
    border-color: #21d37e;
}

.features-six__single-card.style-3:hover {
    border-color: #ff9548;
}

.features-six .swiper-dot .swiper-pagination-bullet {
    background-color: #d9d9d9;
}

.features-six .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color1);
}

.explore-feature .inner {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.2);
}

.explore-feature__content {
    margin-top: 50px;
}

.explore-feature__content .image {
    width: 96.5%;
    height: 500px;
    margin-left: 3.5%;
}

@media (max-width: 991.98px) {
    .explore-feature__content .image {
        width: 100%;
        margin-left: 0;
    }
}

.explore-feature__content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.explore-feature__content .card {
    padding: 50px 70px;
    background-color: var(--theme-color1);
    margin-right: 55px;
}

@media (max-width: 1399.98px) {
    .explore-feature__content .card {
        padding: 30px 70px;
    }
}

@media (max-width: 1199.98px) {
    .explore-feature__content .card {
        padding: 55px 40px;
        margin-right: 40px;
    }
}

@media (max-width: 767.98px) {
    .explore-feature__content .card {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .explore-feature__content .card {
        padding: 50px 20px;
    }
}

.explore-feature__content .card .num {
    color: var(--theme-color-white);
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 30px;
}

.explore-feature__content .video-card {
    padding: 60px 60px 50px;
    background-color: var(--theme-color3);
    margin-top: 30px;
}

@media (max-width: 1399.98px) {
    .explore-feature__content .video-card {
        padding: 60px 50px 50px;
    }
}

@media (max-width: 1199.98px) {
    .explore-feature__content .video-card {
        padding: 40px;
    }
}

.explore-feature__content .video-card .video-icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 80px;
    height: 80px;
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    font-size: 20px;
}

.explore-feature__content .video-card .video-icon .video-button-ripple::before,
.explore-feature__content .video-card .video-icon .video-button-ripple::after {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.explore-feature__content .video-card .title {
    color: var(--theme-color1);
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 35px;
}

.explore-feature__content .video-card .clients {
    padding-top: 20px;
}

.explore-feature__content .video-card .clients p {
    color: var(--theme-color1);
    font-size: 24px;
    letter-spacing: -0.48px;
    padding-bottom: 20px;
}

.explore-feature__items {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    row-gap: 120px;
}

@media (max-width: 1399.98px) {
    .explore-feature__items {
        row-gap: 90px;
    }
}

@media (max-width: 1199.98px) {
    .explore-feature__items {
        row-gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .explore-feature__items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-top: 30px;
    }
}

.explore-feature__items::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    background-color: rgba(16, 16, 16, 0.2);
}

.explore-feature__items::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    background-color: rgba(16, 16, 16, 0.2);
}

.explore-feature__single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 1199.98px) {
    .explore-feature__single-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.explore-feature__single-item .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 60px;
    height: 60px;
    background-color: var(--theme-color-white);
    border: 1px solid rgba(16, 16, 16, 0.2);
    color: var(--theme-color1);
}

.explore-feature__single-item .title-info .title {
    color: var(--theme-color1);
    padding-bottom: 5px;
}

.explore-feature__single-item .title-info p {
    color: var(--theme-color1);
}

.benifit-one {
    position: relative;
}

.benifit-one .shape-4 {
    position: absolute;
    right: 0;
    top: 100px;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.benifit-one__single-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid var(--theme-color1-border-rgba);
    margin-top: 24px;
    max-height: 450px;
}

.benifit-one__single-card .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    mix-blend-mode: overlay;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-filter: opacity(0.15);
    filter: opacity(0.15);
}

.benifit-one__single-card .shape-1 {
    position: absolute;
    bottom: -140px;
    left: -50px;
    opacity: 1;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
}

.benifit-one__single-card .content {
    padding: 30px 40px;
}

@media (max-width: 1399.98px) {
    .benifit-one__single-card .content {
        padding: 30px 20px;
    }
}

@media (max-width: 1199.98px) {
    .benifit-one__single-card .content {
        padding: 20px 10px;
    }
}

.benifit-one__single-card .content .title {
    padding-bottom: 5px;
}

.benifit-one__single-card .image {
    width: 100%;
    height: 340px;
    border-radius: 30px;
}

@media (max-width: 767.98px) {
    .benifit-one__single-card .image {
        height: 100%;
    }
}

.benifit-one__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

.benifit-one__single-card.style-2 {
    padding: 30px 50px 35px 50px;
}

@media (max-width: 991.98px) {
    .benifit-one__single-card.style-2 {
        padding: 30px 20px 35px 20px;
    }
}

.benifit-one__single-card.style-2 .shape-1 {
    bottom: -160px;
    left: -100px;
    rotate: 40deg;
    opacity: 0.8;
}

.benifit-one__single-card.style-2 .image {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: -118px;
}

@media (max-width: 1199.98px) {
    .benifit-one__single-card.style-2 .image {
        margin-top: -30px;
    }
}

.benifit-one__single-card.style-2 .content {
    padding: 0;
    padding-bottom: 20px;
}

.benifit-one .benifit-items {
    position: relative;
    border-radius: 30px;
    border: 1.5px solid rgba(37, 46, 129, 0.5);
    background: rgba(0, 3, 28, 0.2);
    backdrop-filter: blur(33px);
    padding: 50px 60px 40px;
}

.benifit-one .benifit-items .info {
    position: absolute;
    top: 50px;
}

@media (max-width: 1399.98px) {
    .benifit-one .benifit-items .info {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}

.benifit-one .benifit-items .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 1399.98px) {
    .benifit-one .benifit-items .image-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.benifit-one .benifit-items .image-1 {
    width: 530px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .benifit-one .benifit-items .image-1 {
        width: 100%;
    }
}

.benifit-one .benifit-items .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

.benifit-one .benifit-items .image-2 {
    width: 665px;
    height: 425px;
}

@media (max-width: 767.98px) {
    .benifit-one .benifit-items .image-2 {
        width: 100%;
        height: 100%;
    }
}

.benifit-one .benifit-items .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

/*** 

====================================================================
		About Section
====================================================================


***/

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

.about-1 .shape-1 {
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

@media (max-width: 1199.98px) {
    .about-1 .shape-1 {
        display: none;
    }
}

.about-1 .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    mix-blend-mode: plus-lighter;
}

.about-1 .sub-title {
    background-color: var(--theme-color-white);
}

.about-1 .about-image {
    width: 100%;
    height: 445px;
    margin-top: 50px;
}

.about-1 .about-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.about-1 .about-content {
    margin-top: 45px;
}

.about-1 .about-content .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575.98px) {
    .about-1 .about-content .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.about-1 .about-content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .about-1 .about-content .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0;
    }
}

.about-1 .about-content .list ul li {
    font-weight: 600;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    color: var(--headings-color);
    padding: 4px 0;
}

.about-1 .about-content .list ul li i {
    color: var(--theme-color1);
    padding-right: 15px;
}

.about-1 .about-content .list ul:nth-child(1) li:nth-child(1) i {
    color: var(--theme-color1);
}

.about-1 .about-content .list ul:nth-child(1) li:nth-child(2) i {
    color: var(--theme-color3);
}

.about-1 .about-content .list ul:nth-child(2) li:nth-child(1) i {
    color: var(--theme-color3);
}

.about-1 .about-content .list ul:nth-child(2) li:nth-child(2) i {
    color: var(--theme-color1);
}

.about-1 .about-content .image-1 {
    width: 470px;
    height: 240px;
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .about-1 .about-content .image-1 {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .about-1 .about-content .image-1 {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .about-1 .about-content .image-1 {
        width: 100%;
    }
}

.about-1 .about-content .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.about-1 .about-content .experience {
    margin: 40px 0 30px 0;
}

.about-1 .about-content .experience p {
    font-weight: 600;
    color: var(--headings-color);
}

.about-1 .about-content .experience .num {
    font-size: 120px;
    line-height: 110px;
    color: var(--theme-color2);
}

.about-two {
    position: relative;
    z-index: 1;
}

.about-two .shape-2 {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 540px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .about-two .shape-2 {
        display: none;
    }
}

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

.about-two__content .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .about-two__content .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-two__content .bottom .info-box {
    margin-top: 78px;
}

.about-two__content .bottom .experience {
    border: 1px solid var(--theme-color1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 50px 68px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .about-two__content .bottom .experience {
        text-align: center;
    }
}

.about-two__content .bottom .experience .num {
    font-size: 120px;
    color: var(--theme-color1);
    line-height: 100px;
}

.about-two__content .bottom .experience .num span {
    color: var(--theme-color2);
}

.about-two__content .bottom .experience p {
    color: var(--theme-color2);
}

.about-two__content .image-1 {
    position: relative;
    width: 100%;
    height: 490px;
}

.about-two__content .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-two__content .image-1 .circle-box {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    position: absolute;
    right: -75px;
    top: 0;
}

@media (max-width: 1199.98px) {
    .about-two__content .image-1 .circle-box {
        right: -15px;
    }
}

.about-two__content .image-1 .circle-box .circle-text textPath {
    font-size: 25px;
    letter-spacing: 8px;
    text-transform: uppercase;
    fill: var(--theme-color2);
}

.about-two__content .image-1 .circle-box .circle-text .highlight {
    fill: var(--theme-color-white);
}

.about-two__content .image-1 .circle-box .icon-2 {
    width: 85px;
    height: 85px;
    background-color: var(--theme-color2);
}

.about-two__content .image-1 .circle-box .icon-2 .logo {
    width: 60px;
    height: 60px;
}

.about-two__image {
    width: 100%;
    height: 600px;
}

.about-two__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-two__features {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -ms-grid-columns: auto 30px auto 30px auto;
    grid-template-columns: auto auto auto;
    margin-top: 100px;
}

@media (max-width: 991.98px) {
    .about-two__features {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .about-two__features {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.about-two__feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .about-two__feature-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .about-two__feature-item {
        text-align: center;
    }
}

.about-two__feature-item .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 70px;
    height: 70px;
    background: var(--theme-color-gray);
    font-size: 30px;
    color: var(--theme-color1);
}

.about-two__feature-item .text {
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 26px;
}

.about-two .get-in-touch {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: var(--text-color);
    padding: 8px 20px;
    margin: 60px auto 0;
    font-size: 15px;
}

@media (max-width: 575.98px) {
    .about-two .get-in-touch {
        width: auto;
    }
}

.about-two .get-in-touch a {
    color: var(--theme-color1);
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

@media (max-width: 767.98px) {
    .about-two .get-in-touch {
        padding: 12px 30px;
    }
}

.about-three {
    position: relative;
    margin: 0 70px;
}

@media (max-width: 991.98px) {
    .about-three {
        margin: 0;
    }
}

.about-three .shape-2 {
    position: absolute;
    bottom: -200px;
    left: 0;
}

.about-three .text {
    font-weight: 400;
    color: var(--theme-color-white);
}

.about-three__content {
    border-left: 1px solid rgba(185, 208, 255, 0.2);
    padding-left: 50px;
}

@media (max-width: 399.98px) {
    .about-three__content {
        padding-left: 12px;
    }
}

.about-three__content .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 70px;
}

.about-three__content .features-item .title {
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
}

.about-three__content .features-item .text {
    padding-top: 50px;
    border-top: 1px solid var(--border-color1-rgba);
}

.about-three__content .features-item:nth-child(2) {
    padding-top: 120px;
}

.about-three__image {
    position: relative;
}

.about-three__image .image {
    width: 100%;
    height: 500px;
}

.about-three__image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-three__image .shape-1 {
    width: 100%;
    position: absolute;
    top: -35px;
}

.about-three .experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: -55px;
    right: 195px;
}

@media (max-width: 399.98px) {
    .about-three .experience {
        right: auto;
    }
}

.about-three .experience .infu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 285px;
    height: 215px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
}

@media (max-width: 991.98px) {
    .about-three .experience .infu {
        padding: 30px;
        text-align: center;
        width: auto;
    }
}

.about-three .experience .infu .num {
    font-size: 60px;
    color: var(--theme-color-white);
}

.about-three .experience .infu .num span {
    font-size: 100px;
}

.about-three .experience .infu p {
    color: var(--theme-color-white);
    font-size: 20px;
}

.about-three .experience .about-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 285px;
    height: 215px;
    background: rgba(0, 23, 45, 0.1);
    backdrop-filter: blur(30px);
}

.about-four__content {
    margin-top: 60px;
}

.about-four__content .image {
    float: right;
    height: 555px;
    width: 580px;
}

.about-four__content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .about-four__content .image {
        float: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .about-four__content .image {
        width: 100%;
    }
}

.about-four__content .mc-tab-btn {
    margin-top: 0;
}

.about-four__content .mc-tab-btn .nav-item .tab-btn2 span {
    color: #101010;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.48px;
}

.about-four__content .funfact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 65px 0 50px;
    margin-top: 60px;
    background-color: var(--theme-color3);
}

@media (max-width: 991.98px) {
    .about-four__content .funfact {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 100px;
    }
}

@media (max-width: 575.98px) {
    .about-four__content .funfact {
        padding: 0 15px;
        display: block;
    }
}

.about-four__content .funfact::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(16, 16, 16, 0.2);
    width: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
    .about-four__content .funfact::after {
        display: none;
    }
}

.about-four__content .funfact .item {
    padding: 30px 0;
}

.about-four__content .funfact .item .num {
    color: var(--theme-color1);
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -2.1px;
    margin-bottom: 15px;
}

.about-four__content .funfact .item p {
    color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .about-four__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

.about-four__bottom .experience {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--theme-color1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 310px;
    width: 310px;
}

@media (max-width: 991.98px) {
    .about-four__bottom .experience {
        padding: 30px 20px 0 40px;
    }
}

.about-four__bottom .experience p {
    color: var(--theme-color-white);
    font-size: 20px;
    line-height: 30px;
}

.about-four__bottom .experience .num {
    font-size: 100px;
    line-height: 1;
}

.about-four__bottom .image-2 {
    height: 310px;
    margin-top: -50px;
    width: 310px;
}

@media (max-width: 1199.98px) {
    .about-four__bottom .image-2 {
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .about-four__bottom .image-2 {
        margin-top: 0;
    }
}

.about-four__bottom .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.about-five__content {
    background: rgba(185, 208, 255, 0.2);
    margin-top: 55px;
    padding: 60px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .about-five__content {
        padding: 60px 30px;
    }
}

.about-five__content .shape-2 {
    bottom: 60px;
    right: 60px;
    position: absolute;
}

.about-five__content .experience {
    position: absolute;
    left: -160px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background-color: var(--theme-color1);
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.about-five__content .experience .num {
    color: var(--theme-color-white);
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}

.about-five__content .experience .num span {
    text-align: center;
    font-size: 80px;
}

.about-five__content .experience p {
    color: var(--theme-color-white);
}

.about-five__content .text {
    color: var(--theme-color1);
}

.about-five__content .feature-block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-white);
    gap: 50px;
    padding: 30px;
}

@media (max-width: 575.98px) {
    .about-five__content .feature-block-items {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .about-five__content .feature-block-items .item:first-child {
        margin-bottom: 25px;
    }
}

.about-five__content .feature-block-items .item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.about-five__content .feature-block-items .item .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    background-color: rgba(185, 208, 255, 0.2);
    font-size: 30px;
    color: var(--theme-color3);
}

.about-five__content .feature-block-items .item .title {
    color: var(--theme-color1);
}

.about-five__content .list {
    padding-top: 20px;
}

.about-five__content .list li {
    color: var(--theme-color1);
    padding: 2px 0;
}

.about-five__content .list li i {
    color: var(--theme-color3);
    padding-right: 10px;
}

.about-five__content .theme-btn-group .theme-btn-play {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.about-five__content .theme-btn-group .theme-btn-primary {
    background: var(--theme-color3);
}

.about-five__image {
    position: relative;
    margin-top: 55px;
}

.about-five__image .image {
    width: 880px;
    height: 645px;
}

.about-five__image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-five__image .shape-1 {
    position: absolute;
    right: -230px;
    bottom: 0;
}

.about-five__image .rating {
    background-color: var(--theme-color-white);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 35px;
}

.about-five__image .rating .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.about-five__image .rating .num {
    font-size: 40px;
    color: var(--theme-color1);
}

.about-five__image .rating .info .star {
    color: var(--theme-color3);
}

.about-five__image .rating .info p {
    color: var(--theme-color1);
}

.about-six .fa-section-title .title {
    border-bottom: 1px solid var(--theme-color1-border);
    padding-bottom: 60px;
    margin-bottom: 30px;
}

.about-six .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .about-six .info-box {
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    .about-six .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.about-six .info-box .title {
    color: var(--theme-color2);
}

.about-six .info-box p {
    color: var(--theme-color2);
}

.about-six .info-box .num {
    color: var(--theme-color2);
}

.about-six .info-box .num span {
    font-size: 100px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .about-six .info-box .num span {
        font-size: 60px;
    }
}

.about-six .info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}

@media (max-width: 991.98px) {
    .about-six .info-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.about-six .info-bottom .text {
    max-width: 650px;
    color: var(--theme-color2);
}

.about-six .theme-btn-group .theme-btn-play {
    background: var(--theme-color2);
    color: var(--theme-color-white);
}

.security-one {
    position: relative;
    padding-top: 260px;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .security-one {
        padding-top: 60px;
    }
}

@media (max-width: 1199.98px) {
    .security-one {
        padding-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .security-one .section-title .title {
        font-size: 35px;
        line-height: 50px;
    }
}

.security-one .security-image {
    width: 792px;
    height: 700px;
    float: right;
}

@media (max-width: 1399.98px) {
    .security-one .security-image {
        width: 100%;
        float: initial;
    }
}

@media (max-width: 1199.98px) {
    .security-one .security-image {
        height: 100%;
    }
}

.security-one .security-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399.98px) {
    .security-one .security-image img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.security-one .content {
    padding: 100px 60px;
    border-radius: 30px;
    border: 1px solid #e6ebff;
    background: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
    .security-one .content {
        padding: 60px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .security-one .content {
        padding: 60px 20px;
    }
}

.security-one .content .list-wrap {
    padding-top: 10px;
    padding-bottom: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.security-one .content .list-wrap ul li {
    padding: 8px 0;
    color: var(--theme-color3);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.security-one .content .list-wrap ul li i {
    padding-right: 15px;
}

.security-one .content .list-wrap ul li:nth-child(1) i {
    color: var(--theme-color1);
}

.security-one .content .list-wrap ul li:nth-child(2) i {
    color: #ff9548;
}

.security-one .content .list-wrap ul:nth-child(2) li:nth-child(1) i {
    color: #21d37e;
}

.security-one .content .list-wrap ul:nth-child(2) li:nth-child(2) i {
    color: #a0daeb;
}

.security-one.solution-section {
    padding-top: 120px;
}

.security-one.solution-section .security-image {
    width: 792px;
    height: 700px;
    float: left;
}

@media (max-width: 1399.98px) {
    .security-one.solution-section .security-image {
        width: 100%;
        float: initial;
    }
}

@media (max-width: 1199.98px) {
    .security-one.solution-section .security-image {
        height: 100%;
    }
}

.security-one.solution-section .security-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399.98px) {
    .security-one.solution-section .security-image img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

/*** 

====================================================================
    Services Section
====================================================================

***/

.service-one {
    position: relative;
}

.service-one::before {
    background-color: var(--theme-color-light);
    height: 450px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: auto;
    z-index: -1;
}

.service-one .shape-2 {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
}

@media (max-width: 991.98px) {
    .service-one .shape-2 {
        display: none;
    }
}

.service-one .inner-box {
    position: relative;
}

.service-one .card-style {
    padding: 50px 40px 50px 50px;
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-one .card-style .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.service-one .card-style .shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .card-style .icon-2 {
    font-size: 75px;
    color: var(--theme-color2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}

.service-one .card-style .num {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color2);
    color: transparent;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -1.6px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .card-style .title {
    color: var(--theme-color2);
    line-height: 35px;
    letter-spacing: -0.6px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .card-style .list {
    padding-top: 95px;
    padding-bottom: 30px;
}

.service-one .card-style .list li {
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .card-style .list li i {
    color: var(--text-color);
    margin-right: 10px;
    rotate: -30deg;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .card-style .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-one .card-style .icon-box .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--text-color);
    color: var(--theme-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .card-style .icon-box .icon i {
    rotate: -45deg;
}

.service-one .card-style .icon-box .theme-btn-main {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .card-style:hover {
    background-color: var(--theme-color1);
}

.service-one .card-style:hover .shape-1 {
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3);
}

.service-one .card-style:hover .title {
    color: var(--theme-color-white);
}

.service-one .card-style:hover .icon-2 {
    color: var(--theme-color-white);
}

.service-one .card-style:hover .num {
    -webkit-text-stroke-color: var(--theme-color-white);
}

.service-one .card-style:hover .list li {
    color: var(--theme-color-white);
}

.service-one .card-style:hover .list li i {
    color: var(--theme-color3);
    margin-right: 10px;
    rotate: -30deg;
}

.service-one .card-style:hover .icon-box .icon {
    opacity: 0;
    scale: 0;
}

.service-one .card-style:hover .icon-box .theme-btn-main {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-one .clint-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-top: 45px;
}

@media (max-width: 575.98px) {
    .service-one .clint-style {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.service-one .clint-style .clint-text {
    color: var(--theme-color2);
    font-weight: 600;
}

.service-one .clint-style .clint-text span {
    font-size: 30px;
    color: var(--theme-color1);
}

.service-one .clint-style .avater {
    position: relative;
}

.service-one .clint-style .avater img {
    width: 130px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-one .clint-style .avater .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: -30px;
    width: 54px;
    height: 54px;
    color: var(--theme-color-white);
    font-size: 18px;
    background-color: var(--theme-color1);
    border: 2px solid var(--theme-color-white);
}

.service-one .array-button {
    position: absolute;
    top: 100px;
    right: 0;
}

@media (max-width: 991.98px) {
    .service-one .array-button {
        display: none;
    }
}

.service-section-two {
    position: relative;
}

.service-two {
    border-radius: 20px 20px 0 0;
}

.service-two .inner-box {
    margin-top: 50px;
}

.service-two .inner-box .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-two .card-style {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    border-top: 1px solid var(--border-color1-rgba);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1199.98px) {
    .service-two .card-style {
        padding: 45px 0;
    }
}

@media (max-width: 991.98px) {
    .service-two .card-style {
        padding: 25px 0;
    }
}

.service-two .card-style:nth-last-child(1) {
    border-bottom: 1px solid var(--border-color1-rgba);
}

.service-two .card-style .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.service-two .card-style .bg-image img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    mix-blend-mode: plus-darker;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-two .card-style .content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1399.98px) {
    .service-two .card-style .content-left {
        gap: 40px;
    }
}

@media (max-width: 575.98px) {
    .service-two .card-style .content-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.service-two .card-style .content-left span {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 500;
}

.service-two .card-style .content-left .line {
    color: var(--theme-color1);
}

.service-two .card-style .content-left .title {
    color: var(--theme-color-white);
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
}

@media (max-width: 1199.98px) {
    .service-two .card-style .content-left .title {
        font-size: 35px;
    }
}

.service-two .card-style .content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 110px;
}

@media (max-width: 1199.98px) {
    .service-two .card-style .content-right {
        gap: 50px;
    }
}

@media (max-width: 991.98px) {
    .service-two .card-style .content-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.service-two .card-style .content-right .link span {
    font-size: 65px;
    color: var(--theme-color-white);
}

.service-two .card-style .content-right .link span i {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-two .card-style .content-right p {
    font-size: 18px;
    max-width: 460px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1199.98px) {
    .service-two .card-style .content-right p {
        font-size: 16px;
    }
}

.service-two .card-style:hover {
    background: var(--theme-color1);
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1199.98px) {
    .service-two .card-style:hover {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-two .card-style:hover {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.service-two .card-style:hover .bg-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 11%;
    visibility: visible;
}

.service-two .card-style:hover .content-left {
    gap: 30px;
}

.service-two .card-style:hover .content-left .line {
    color: var(--theme-color-white);
}

.service-two .card-style:hover .content-right p {
    color: var(--theme-color-white);
}

.service-two .card-style:hover .content-right .link span i {
    rotate: -45deg;
}

.service-three {
    position: relative;
}

.service-three .right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 23, 45, 0.15);
}

.service-three .content-box {
    position: relative;
    margin-top: 60px;
}

.service-three .content-box .icon {
    color: var(--theme-color1);
    margin-bottom: 30px;
}

.service-three .content-box .title {
    color: var(--theme-color1);
    margin-bottom: 15px;
}

.service-three .content-box p {
    line-height: 26px;
}

.service-three .content-box .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 67px;
}

@media (max-width: 991.98px) {
    .service-three .content-box .bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 50px;
    }
}

@media (max-width: 575.98px) {
    .service-three .content-box .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.service-three .content-box .bottom .list {
    border-right: 1px solid var(--theme-color1-border);
    padding-right: 50px;
}

@media (max-width: 1299.98px) {
    .service-three .content-box .bottom .list {
        border-right: none;
        padding-right: 10px;
    }
}

.service-three .content-box .bottom .list li {
    padding: 2px 0;
    color: var(--theme-color1);
}

.service-three .content-box .bottom .list li i {
    padding-right: 10px;
}

.service-three .content-box .bottom .list .theme-btn-wrapper {
    margin-top: 45px;
}

.service-three .content-box .bottom .image-1 {
    width: 312px;
    height: 200px;
}

@media (max-width: 767.98px) {
    .service-three .content-box .bottom .image-1 {
        width: 40%;
    }
}

.service-three .content-box .bottom .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-three .content-box .bottom .theme-btn-main .theme-btn-arrow-left i,
.service-three .content-box .bottom .theme-btn-main .theme-btn-arrow-right i {
    padding-right: 0;
}

.service-three .image-box {
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 515px;
}

.service-three .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-three .array-button {
    position: absolute;
    bottom: 0;
    right: 0;
    gap: 0;
    z-index: 2;
}

.service-three .array-button .array-prev,
.service-three .array-button .array-next {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 85px;
    height: 60px;
    background: var(--theme-color-white);
    color: var(--theme-color1);
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-three .array-button .array-prev:hover,
.service-three .array-button .array-next:hover {
    color: var(--theme-color-white);
    background: var(--theme-color1);
    border: none;
}

.service-four {
    position: relative;
    margin: 0 70px;
}

@media (max-width: 991.98px) {
    .service-four {
        margin: 0 25px;
    }
}

.service-four__single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #000;
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .service-four__single-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.service-four__single-card .content {
    padding: 40px;
}

@media (max-width: 575.98px) {
    .service-four__single-card .content {
        padding: 40px 15px;
    }
}

.service-four__single-card .content .title {
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
}

.service-four__single-card .content .icon {
    width: 180px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 110px;
    text-align: center;
    color: var(--theme-color-white);
    margin: 0 auto;
}

.service-four__single-card .content .text {
    color: var(--theme-color-white);
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
}

.service-four__single-card .image-wrap {
    position: relative;
}

@media (max-width: 767.98px) {
    .service-four__single-card .image-wrap {
        width: 100%;
    }
}

.service-four__single-card .image-wrap .image {
    width: 335px;
    height: 590px;
}

@media (max-width: 767.98px) {
    .service-four__single-card .image-wrap .image {
        width: 100%;
        height: 480px;
    }
}

.service-four__single-card .image-wrap .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-four__single-card .image-wrap .num {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    font-size: 50px;
    color: var(--theme-color-white);
}

.service-five {
    position: relative;
}

.service-five .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-five .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.service-five__single-inner {
    background-color: var(--theme-color1);
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .service-five__single-inner {
        margin-bottom: 0;
    }
}

.service-five__single-inner .num {
    padding-top: 50px;
    font-size: 150px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -4.5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-29.94%, #fff), color-stop(93.24%, #0071f5));
    background: linear-gradient(180deg, #fff -29.94%, #0071f5 93.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991.98px) {
    .service-five__single-inner .num {
        padding-top: 30px;
    }
}

.service-five__single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
    .service-five__single-card {
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .service-five__single-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.service-five__single-card.style-2 {
    border-top: none;
}

.service-five__single-card .shape-1 {
    position: absolute;
    left: -133px;
    top: 125px;
}

.service-five__single-card .content {
    width: 53%;
    height: 100%;
    padding: 52px 20px 52px 60px;
    background-color: #091e47;
}

@media (max-width: 1199.98px) {
    .service-five__single-card .content {
        padding: 52px 20px 52px 30px;
    }
}

@media (max-width: 767.98px) {
    .service-five__single-card .content {
        width: 100%;
    }
}

.service-five__single-card .content .title {
    padding-bottom: 30px;
}

.service-five__single-card .content .text {
    max-width: 360px;
    padding-bottom: 30px;
    color: var(--theme-color-white);
}

.service-five__single-card .image {
    width: 47%;
    height: 380px;
}

@media (max-width: 767.98px) {
    .service-five__single-card .image {
        width: 100%;
    }
}

.service-five__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-five__single-card .theme-btn-group .theme-btn-primary {
    background: var(--theme-color3);
}

.service-five__single-card .theme-btn-group .theme-btn-play {
    background: var(--theme-color1);
    color: var(--theme-color-white);
}

.service-six .section-title-area .text {
    max-width: 560px;
}

.service-six__single-card {
    padding: 50px 50px 50px 40px;
    border: 1px solid var(--theme-color1-border);
    background: var(--theme-color-white);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .service-six__single-card {
        padding: 50px 15px;
    }
}

.service-six__single-card::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}

.service-six__single-card .content {
    position: relative;
    z-index: 2;
}

.service-six__single-card .content .num {
    position: absolute;
    top: -5px;
    left: 3px;
    color: var(--theme-color1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-six__single-card .content .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid var(--theme-color1-border);
    padding-bottom: 60px;
}

.service-six__single-card .content .head .title {
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    color: var(--theme-color2);
    text-align: left;
    line-height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 375.98px) {
    .service-six__single-card .content .head .title {
        margin-right: 15px;
    }
}

.service-six__single-card .content .head .title br {
    display: block;
}

.service-six__single-card .content .head .image {
    width: 185px;
    height: 285px;
}

.service-six__single-card .content .head .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-six__single-card .content .text {
    padding: 20px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-six__single-card:hover::after {
    background: linear-gradient(342deg, #0e2767 16.99%, #214bb0 80.63%);
    opacity: 1;
    visibility: visible;
}

.service-six__single-card:hover .content .num {
    color: var(--theme-color-white);
}

.service-six__single-card:hover .content .head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.service-six__single-card:hover .content .head .title {
    color: var(--theme-color-white);
}

.service-six__single-card:hover .content .text {
    color: var(--theme-color-white);
}

.service-six__single-card:hover .content .theme-btn-main .fa-theme-btn-trasparent {
    color: var(--theme-color-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-six__single-card:hover .content .theme-btn-main .fa-theme-btn-trasparent-arrow {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--theme-color-white);
}

/*** 

====================================================================
    Map Section
====================================================================

***/

/*** 

====================================================================
	Case Section
====================================================================

***/

.case-one__slider-inner {
    padding-top: 30px;
}

.case-one__single-card {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.case-one__single-card .image {
    width: 100%;
    height: 520px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.case-one__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: none;
    object-fit: none;
    border-radius: 20px;
}

.case-one__single-card .content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--theme-color3);
    border-radius: 20px;
    padding: 0 45px 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.case-one__single-card .content .title-info {
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    text-align: left;
    padding-top: 120px;
    padding-right: 20px;
}

.case-one__single-card .content .sub-title {
    font-weight: 700;
    color: var(--theme-color2);
}

.case-one__single-card .content .title {
    color: var(--theme-color2);
    line-height: 35px;
}

.case-one__single-card .content .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 90px;
    height: 90px;
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    font-size: 35px;
    position: absolute;
    bottom: 50px;
    right: -50px;
}

.case-one__single-card .content .icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100px;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.69%, #b4e019), to(#5d1ee2));
    background: linear-gradient(180deg, #23b1be 44.69%, #f98c1f 100%);
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.case-one__single-card .content .icon i {
    rotate: -45deg;
}

.case-one__single-card:hover {
    width: 100%;
    margin-right: 220px;
}

.case-one__single-card:hover .content {
    opacity: 1;
    display: block;
}

.case-one__single-card.style-2 .content {
    right: 0;
}

.case-one__single-card.style-2 .content .icon {
    bottom: 70px;
    right: 135px;
}

.case-one__single-card.style-2 .content .icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100px;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.69%, #b4e019), to(#5d1ee2));
    background: linear-gradient(180deg, #23b1be 44.69%, #f98c1f 100%);
    z-index: -1;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.case-one__single-card.style-2 .content .icon i {
    rotate: -145deg;
}

.case-one__single-card.style-2:hover {
    margin-right: 0;
    margin-left: 220px;
}

.case-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.case-slider .swiper-slide {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.case-slider .swiper-slide:hover {
    width: 720px !important;
    height: 520px;
}

.case-slider .swiper-slide:hover .case-one__single-card {
    position: relative;
    width: 100%;
}

.case-slider .swiper-slide:hover .case-one__single-card .image {
    position: relative;
    width: 535px;
    height: 520px;
    margin-left: 175px;
}

.case-slider .swiper-slide:hover .case-one__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: none;
    object-fit: none;
    border-radius: 20px;
}

.case-slider .swiper-slide:hover .case-one__single-card .content {
    z-index: 11;
}

.case-slider .swiper-slide:hover .case-one__single-card.style-2 .image {
    margin-right: 175px;
}

.case-two {
    margin: 0 20px;
    border-radius: 0 0 20px 20px;
}

.case-two .container-fluid {
    padding: 0 60px;
}

@media (max-width: 767.98px) {
    .case-two .container-fluid {
        padding: 0 20px;
    }
}

.case-two__single-card {
    margin-top: 60px;
}

.case-two__single-card .image {
    width: 775px;
    height: 920px;
}

@media (max-width: 1699.98px) {
    .case-two__single-card .image {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .case-two__single-card .image {
        height: 650px;
    }
}

@media (max-width: 767.98px) {
    .case-two__single-card .image {
        height: 450px;
    }
}

.case-two__single-card .image.image-style-2 {
    width: 775px;
    height: 650px;
}

@media (max-width: 1699.98px) {
    .case-two__single-card .image.image-style-2 {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .case-two__single-card .image.image-style-2 {
        height: 450px;
    }
}

.case-two__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-two__single-card .content {
    padding-top: 30px;
}

.case-two__single-card .content .title {
    color: var(--theme-color-white);
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: clamp(24px, 2.6vw, 50px);
    line-height: 1;
}

.case-two__single-card .content .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 355.98px) {
    .case-two__single-card .content .tag {
        display: block;
    }
}

.case-two__single-card .content .tag span {
    border: 1px solid var(--border-color1-rgba);
    border-radius: 50px;
    font-weight: 500;
    margin-top: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
}

@media (max-width: 355.98px) {
    .case-two__single-card .content .tag span {
        display: inline-block;
    }
}

.case-two__single-card.style-2 {
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .case-two__single-card.style-2 {
        margin-left: 0;
    }
}

.case-two__single-card.style-3 {
    margin-left: 90px;
    margin-top: 120px;
}

@media (max-width: 1699.98px) {
    .case-two__single-card.style-3 {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .case-two__single-card.style-3 {
        margin-top: 50px;
    }
}

.case-two__single-card.style-4 {
    margin-left: 105px;
    margin-top: -150px;
}

@media (max-width: 1699.98px) {
    .case-two__single-card.style-4 {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .case-two__single-card.style-4 {
        margin-top: 50px;
    }
}

.case-three .bc-tab-btn {
    border-bottom: 1px solid var(--border-color1-rgba);
}

.case-three .bc-tab-btn .nav-item .nav-link.active {
    border-bottom: 2px solid var(--theme-color-white);
}

.case-three .bc-tab-btn .tab-btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-three .bc-tab-btn .tab-btn2 span {
    border: 1px solid var(--border-color1-rgba);
    color: var(--theme-color-white);
}

.case-three .bc-tab-btn .tab-btn2 .num {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color-white);
}

.case-three .theme-btn-wrapper .theme-btn-primary {
    background: var(--theme-color-white);
    color: var(--theme-color1);
}

.case-three .theme-btn-wrapper .theme-btn-play-transparent {
    border-color: var(--theme-color-white);
    color: var(--theme-color-white);
}

.case-three__inner-top {
    padding-bottom: 60px;
}

.case-three__single-card {
    position: relative;
    margin-bottom: 20px;
}

.case-three__single-card .image {
    width: 100%;
    height: 600px;
}

.case-three__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case-three__single-card .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 65px 60px 40px;
    background-color: var(--theme-color-white);
    text-align: center;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.case-three__single-card .content .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.case-three__single-card .content .title {
    color: var(--theme-color1);
    padding-bottom: 10px;
}

.case-three__single-card .content .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
    margin-top: 15px;
}

.case-three__single-card .content .tag span {
    padding: 5px 10px;
    background: rgba(0, 23, 45, 0.06);
    color: var(--theme-color1);
    font-size: 14px;
}

.case-three__single-card:hover .content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.case-four .theme-btn-group .theme-btn-primary {
    background: var(--theme-color3);
}

.case-four .theme-btn-group .theme-btn-play {
    background: var(--theme-color1);
    color: var(--theme-color-white);
}

.case-four__single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color-white);
    margin-top: 60px;
    position: relative;
}

@media (max-width: 991.98px) {
    .case-four__single-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.case-four__single-card::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 38px;
    height: 35px;
    background-color: var(--theme-color3);
    clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 53.3%;
}

@media (max-width: 767.98px) {
    .case-four__single-card::after {
        display: none;
    }
}

.case-four__single-card .content {
    width: 695px;
    height: 695px;
    border-radius: 50%;
    border: 1px solid rgba(5, 20, 49, 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .case-four__single-card .content {
        width: 100%;
        height: 100%;
        border: none;
        padding-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .case-four__single-card .content {
        padding: 40px 10px;
    }
}

.case-four__single-card .content .title {
    color: var(--theme-color1);
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: center;
    font-size: clamp(44px, 4.16vw, 80px);
    line-height: 1;
}

.case-four__single-card .content .text {
    max-width: 450px;
    text-align: center;
}

.case-four__single-card .content .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.case-four__single-card .content .tag span {
    padding: 10px 20px;
    border: 1px solid var(--theme-color1-border);
    border-radius: 50px;
    color: var(--theme-color1);
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.case-four__single-card .image {
    width: 610px;
    height: 610px;
}

@media (max-width: 767.98px) {
    .case-four__single-card .image {
        width: 100%;
        height: 100%;
    }
}

.case-four__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background-color: transparent;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

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

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    color: var(--theme-color-white);
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
    .accordion-box .block .acc-btn {
        font-size: 20px;
    }
}

.accordion-box .block .acc-btn .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    font-size: 18px;
    line-height: 25px;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 5px;
}

.accordion-box .block .acc-btn.active .icon {
    background-color: var(--theme-color1);
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-right: 20px;
    margin-top: 10px;
}

.accordion-box .block .acc-content .content {
    position: relative;
}

.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .accordion-box .block .acc-content .content .text {
        padding: 0;
    }
}

.accordion-box .block .acc-content.current {
    display: block;
}

.faq-one .container-fluid {
    padding: 0;
}

@media (max-width: 499.98px) {
    .faq-one .accordion-box .block .acc-btn {
        padding-right: 25px;
    }
}

.faq-one__faq-content {
    background-color: var(--theme-color1);
    padding: 120px 70px;
    max-height: 760px;
}

@media (max-width: 1499.98px) {
    .faq-one__faq-content {
        padding: 70px 40px;
    }
}

@media (max-width: 1199.98px) {
    .faq-one__faq-content {
        margin-top: 20px;
        max-height: 100%;
    }
}

@media (max-width: 499.98px) {
    .faq-one__faq-content {
        padding: 50px 20px;
    }
}

.faq-one .image-1 {
    width: 100%;
    height: 760px;
}

@media (max-width: 767.98px) {
    .faq-one .image-1 {
        height: 660px;
        margin-bottom: 20px;
    }
}

.faq-one .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-one .image-2 {
    width: 100%;
    height: 335px;
}

.faq-one .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-one__title-info {
    margin-top: 20px;
    height: 405px;
    background-color: var(--theme-color1);
    padding: 70px;
}

@media (max-width: 1499.98px) {
    .faq-one__title-info {
        padding: 70px 40px;
    }
}

@media (max-width: 1399.98px) {
    .faq-one__title-info {
        padding: 30px;
    }
}

.faq-one__title-info .title {
    color: var(--theme-color-white);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.faq-two {
    position: relative;
}

.faq-two .left-content {
    border-right: 1px solid rgba(6, 21, 50, 0.1);
    padding-right: 62px;
    margin-right: 35px;
}

@media (max-width: 1199.98px) {
    .faq-two .left-content {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.faq-two .image-wrap {
    position: relative;
    padding-top: 120px;
}

.faq-two .image-wrap .image {
    position: relative;
    width: 100%;
    height: 375px;
}

.faq-two .image-wrap .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-two .image-wrap .image::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    height: 200px;
    top: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.89%, rgba(16, 16, 16, 0)), to(#101010));
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 19.89%, #101010 100%);
    backdrop-filter: blur(3.5499999523px);
}

.faq-two .image-wrap .content {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 35px;
    text-align: center;
}

.faq-two__faq-content {
    border: 1px solid var(--border-theme-color2);
    padding: 40px;
}

@media (max-width: 575.98px) {
    .faq-two__faq-content {
        padding: 30px 15px;
    }
}

.faq-two__faq-content .block {
    border-bottom: 1px solid var(--border-theme-color2);
}

.faq-two__faq-content .block .acc-btn {
    color: var(--theme-color1);
}

.faq-two__faq-content .block .acc-btn .icon {
    color: var(--theme-color1);
}

.faq-two__faq-content .block .acc-btn.active .icon:before {
    content: "\f068";
}

.faq-two__faq-content .block .acc-content {
    padding-right: 0;
}

.faq-two__faq-content .block .acc-content .content .list-wrap {
    background-color: var(--theme-color3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin: 30px 0;
}

@media (max-width: 1299.98px) {
    .faq-two__faq-content .block .acc-content .content .list-wrap {
        gap: 20px;
        padding-left: 15px;
    }
}

@media (max-width: 991.98px) {
    .faq-two__faq-content .block .acc-content .content .list-wrap {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .faq-two__faq-content .block .acc-content .content .list-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
        padding-left: 30px;
    }
}

.faq-two__faq-content .block .acc-content .content .list-wrap .image-2 {
    width: 340px;
    height: 200px;
}

@media (max-width: 1399.98px) {
    .faq-two__faq-content .block .acc-content .content .list-wrap .image-2 {
        width: 280px;
    }
}

@media (max-width: 1399.98px) {
    .faq-two__faq-content .block .acc-content .content .list-wrap .image-2 {
        width: 400px;
    }
}

@media (max-width: 767.98px) {
    .faq-two__faq-content .block .acc-content .content .list-wrap .image-2 {
        width: 100%;
    }
}

.faq-two__faq-content .block .acc-content .content .list-wrap .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-two__faq-content .block .acc-content .content .list-wrap .list li {
    color: var(--theme-color1);
    padding: 5px 0;
}

.faq-two__faq-content .block .acc-content .content .list-wrap .list li i {
    padding-right: 10px;
}

.faq-two__faq-content .block .acc-content .content .text {
    color: var(--theme-color1);
}

.faq-two__faq-content.style-2 {
    padding: 0;
    border: 0;
}

.faq-two__faq-content.style-2 .block .acc-btn {
    color: var(--theme-color-white);
}

.faq-two__faq-content.style-2 .block .acc-btn .icon {
    color: var(--theme-color-white);
}

.faq-two__faq-content.style-2 .block .acc-btn.active .icon:before {
    content: "\f068";
}

.faq-two__faq-content.style-2 .block .acc-content .content .list-wrap {
    background-color: rgba(255, 255, 255, 0.1);
}

.faq-two__faq-content.style-2 .block .acc-content .content .list-wrap .list li {
    color: var(--theme-color-white);
}

.faq-two__faq-content.style-2 .block .acc-content .content .text {
    color: var(--theme-color-white);
}

.faq-two__faq-content.style-3 {
    padding: 30px 40px;
    border: 0;
    border: 1px solid rgba(6, 21, 50, 0.1);
}

@media (max-width: 375.98px) {
    .faq-two__faq-content.style-3 {
        padding: 30px 15px;
    }
}

.faq-two__faq-content.style-3 .block .acc-btn {
    color: var(--theme-color2);
}

.faq-two__faq-content.style-3 .block .acc-btn .icon {
    color: var(--theme-color2);
}

.faq-two__faq-content.style-3 .block .acc-content .content .list-wrap {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 375.98px) {
    .faq-two__faq-content.style-3 .block .acc-content .content .list-wrap {
        padding: 30px 0;
    }
}

.faq-two__faq-content.style-3 .block .acc-content .content .list-wrap .list li {
    color: var(--theme-color2);
}

.faq-two__faq-content.style-3 .block .acc-content .content .text {
    color: var(--theme-color2);
}

.faq-two__faq-content.style-3 .accordion-box .block .acc-btn.active .icon {
    background-color: #ECEFF5;
}

.faq-two.style-2 {
    margin: 0 70px;
}

.faq-two.style-2 .shapa-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1399.98px) {
    .faq-two.style-2 {
        margin: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .faq-two.style-2 {
        margin: 0 0;
    }
}

.faq-two .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.faq-two .bg-image::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(5, 20, 49, 0.95);
}

.faq-three__inner {
    position: relative;
    margin: 0 60px;
    border: 1.5px solid rgba(37, 46, 129, 0.5);
}

@media (max-width: 991.98px) {
    .faq-three__inner {
        margin: 0 0;
    }
}

.faq-three__inner .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 30%;
}

.faq-three__inner .shape-1 {
    position: absolute;
    top: 80px;
    right: 100px;
}

.faq-three__faq-content .accordion-box {
    position: relative;
}

.faq-three__faq-content .accordion-box .block {
    border-radius: 10px;
    border: 1.5px solid rgba(37, 46, 129, 0.5);
    background: rgba(0, 3, 28, 0.2);
    backdrop-filter: blur(33.0999984741px);
    padding: 15px 30px;
}

.faq-three__faq-content .accordion-box .block .acc-btn .icon {
    top: 5px;
}

.faq-three__faq-content .accordion-box .block .acc-btn.active .icon {
    background-color: var(--theme-color3);
}

.faq-three__faq-content .accordion-box .block .acc-content .content .text {
    padding-right: 80px;
}

.faq-four {
    position: relative;
    background-color: #ecf9ff;
}

.faq-four .shape-1 {
    position: absolute;
    bottom: -60px;
    left: 0;
}

.faq-four .shape-2 {
    position: absolute;
    bottom: 150px;
    left: 35%;
}

.faq-four__faq-content .accordion-box {
    position: relative;
}

.faq-four__faq-content .accordion-box .block {
    background: var(--theme-color-white);
    border-radius: 20px;
    font-size: 20px;
    padding: 22px 30px;
}

@media (max-width: 375.98px) {
    .faq-four__faq-content .accordion-box .block {
        padding: 22px 40px 22px 20px;
    }
}

.faq-four__faq-content .accordion-box .block .acc-btn {
    color: var(--theme-color3);
    font-weight: 700;
}

.faq-four__faq-content .accordion-box .block .acc-btn .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #ecf9ff;
    color: var(--theme-color3);
    height: 34px;
    top: 5px;
    width: 34px;
}

@media (max-width: 425.98px) {
    .faq-four__faq-content .accordion-box .block .acc-btn .icon {
        right: -25px;
    }
}

.faq-four__faq-content .accordion-box .block .acc-content .content .text {
    color: var(--text-color);
    font-weight: 600;
    padding-right: 80px;
}

@media (max-width: 767.98px) {
    .faq-four__faq-content .accordion-box .block .acc-content .content .text {
        padding: 0;
    }
}

/*** 

====================================================================
		Work Section
====================================================================

***/

.work-one {
    position: relative;
}

.work-one .bg-shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 95px;
}

.work-one .shape-2 {
    position: absolute;
    right: 0;
    top: 0px;
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.work-one__single-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px;
    border-radius: 30px;
    border: 1.5px solid var(--theme-color1-border-rgba);
    background: rgba(0, 3, 28, 0.2);
    backdrop-filter: blur(33.0999984741px);
    margin-top: 40px;
}

@media (max-width: 991.98px) {
    .work-one__single-item {
        margin-left: 30px;
    }
}

@media (max-width: 575.98px) {
    .work-one__single-item {
        padding: 20px;
        gap: 20px;
    }
}

@media (max-width: 469.98px) {
    .work-one__single-item {
        padding: 10px;
        gap: 10px;
    }
}

.work-one__single-item .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-filter: opacity(0.1);
    filter: opacity(0.1);
}

.work-one__single-item .shape-1 {
    position: absolute;
    left: -53%;
    bottom: -130%;
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.work-one__single-item .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    border: 1.5px solid rgba(37, 46, 129, 0.5);
    background: rgba(0, 3, 28, 0.2);
    backdrop-filter: blur(33.0999984741px);
}

@media (max-width: 469.98px) {
    .work-one__single-item .icon {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 469.98px) {
    .work-one__single-item .title {
        font-size: 20px;
    }
}

.work-one__inner {
    position: relative;
    margin-top: 20px;
}

.work-one__inner::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 2px;
    height: 95%;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
}

@media (max-width: 991.98px) {
    .work-one__inner::after {
        left: 15px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.work-one__inner .num {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .work-one__inner .num {
        left: -5px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .work-one__inner .num {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.work-one__inner .num::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 30, 58, 0.2)), to(rgba(75, 84, 160, 0.2)));
    background: linear-gradient(180deg, rgba(27, 30, 58, 0.2) 0%, rgba(75, 84, 160, 0.2) 100%);
}

.work-one__inner .num:nth-child(1) {
    top: 140px;
}

.work-one__inner .num:nth-child(2) {
    top: 50%;
}

.work-one__inner .num:nth-child(3) {
    bottom: 110px;
}

.work-two__single-card {
    border: 1px solid var(--theme-color1-border);
    position: relative;
    padding: 60px 35px 40px;
    text-align: center;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-two__single-card::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 23, 45, 0.06);
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-two__single-card .step-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.work-two__single-card .step-btn span {
    padding: 5px 20px;
    background-color: var(--theme-color1);
    border-radius: 40px;
    text-align: center;
    color: var(--theme-color-white);
}

.work-two__single-card .step-btn i {
    color: var(--theme-color1);
}

.work-two__single-card .image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.work-two__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.work-two__single-card .title {
    color: var(--theme-color1);
    padding: 30px 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-two__single-card p {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-two__single-card:hover {
    border: 1px solid var(--theme-color-white);
}

.work-two__single-card:hover::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.work-two__single-card.style-2::after {
    display: none;
}

.work-two__single-card.style-2 .step-btn {
    top: -40px;
}

.work-two__single-card.style-2 .step-btn span {
    border-radius: 0;
    background-color: var(--theme-color2);
    color: var(--theme-color1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-two__single-card.style-2 .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 150px;
    height: 150px;
    background-color: var(--theme-color2);
    color: var(--theme-color3);
}

.work-two__single-card.style-2 .icon i {
    font-size: 60px;
}

.work-two__single-card.style-2:hover {
    border: 1px solid var(--theme-color1);
    background-color: var(--theme-color1);
}

.work-two__single-card.style-2:hover .title {
    color: var(--theme-color-white);
}

.work-two__single-card.style-2:hover p {
    color: var(--theme-color-white);
}

.work-two__single-card.style-2:hover .icon {
    background-color: var(--theme-color3);
    color: var(--theme-color-white);
}

.work-two__single-card.style-2:hover .step-btn span {
    background-color: var(--theme-color3);
    color: var(--theme-color-white);
}

.work-two__inner {
    margin-top: 30px;
    text-align: center;
}

.work-two .get-in-touch {
    border-radius: 81px;
    border: 1px solid var(--theme-color1-border);
    color: var(--theme-color1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 60px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .work-two .get-in-touch {
        display: inline-block;
    }
}

.work-two .get-in-touch a {
    color: var(--theme-color1);
    font-weight: 600;
    padding-left: 5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

@media (max-width: 767.98px) {
    .work-two .get-in-touch {
        padding: 12px 30px;
        width: auto;
    }
}

.work-two .get-in-touch.style-2 a {
    color: var(--theme-color3);
}

.work-three__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

@media (max-width: 1399.98px) {
    .work-three__items {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 1199.98px) {
    .work-three__items {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 767.98px) {
    .work-three__items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.work-three__single-item {
    position: relative;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 320px;
    height: 320px;
    background-color: var(--theme-color3);
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 20px;
}

@media (max-width: 575.98px) {
    .work-three__single-item {
        height: 250px;
        width: 250px;
    }
}

.work-three__single-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color1-border);
    z-index: -1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 575.98px) {
    .work-three__single-item::before {
        height: 280px;
        width: 280px;
    }
}

.work-three__single-item::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
    background-color: var(--theme-color2);
}

.work-three__single-item .content {
    position: relative;
    z-index: 2;
}

.work-three__single-item .content .num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: var(--theme-color1);
    padding: 0 14px;
    border-radius: 38px;
    color: var(--theme-color-white);
    text-transform: capitalize;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-three__single-item .content .title {
    color: var(--theme-color1);
    line-height: 35px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-three__single-item .content .text {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-three__single-item:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.work-three__single-item:hover::before {
    background-color: var(--theme-color1);
}

.work-three__single-item:hover .content .title {
    color: var(--theme-color-white);
}

.work-three__single-item:hover .content .text {
    color: var(--theme-color-white);
}

.work-four__left-content {
    border-radius: 30px;
    border: 1px solid #e6ebff;
    background: var(--theme-color-white);
    padding: 50px;
}

@media (max-width: 1199.98px) {
    .work-four__left-content {
        padding: 50px 0;
    }
}

.work-four__left-content .video-box {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 80px 60px;
    border-radius: 20px;
    margin-top: 40px;
}

@media (max-width: 1199.98px) {
    .work-four__left-content .video-box {
        padding: 50px 10px;
    }
}

.work-four__left-content .video-box .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.08;
}

.work-four__left-content .video-box .video-icon {
    position: relative;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 80px;
    height: 80px;
    font-size: 25px;
    color: var(--theme-color-white);
    background: var(--theme-color3);
}

.work-four__left-content .video-box .text {
    padding-top: 15px;
    color: var(--theme-color-white);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--theme-color-white);
}

.work-four__right-content {
    width: 100%;
    border-radius: 28px;
    border: 2px solid #e6ebff;
    background: var(--theme-color2);
    padding: 26px 30px 50px;
}

.work-four__single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 26px 30px;
    background-color: var(--theme-color-white);
    border-radius: 20px;
    margin-top: 24px;
}

@media (max-width: 767.98px) {
    .work-four__single-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.work-four__single-item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767.98px) {
    .work-four__single-item .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.work-four__single-item .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.work-four__single-item .icon i {
    font-size: 45px;
}

.work-four__single-item .icon.style-1 {
    background-color: var(--theme-color2);
    color: var(--theme-color1);
}

.work-four__single-item .icon.style-2 {
    background-color: #ebfbf3;
    color: #21d37e;
}

.work-four__single-item .icon.style-3 {
    background-color: #fff8f0;
    color: #ff9548;
}

.work-four__single-item .icon.style-4 {
    background-color: #fdf3f9;
    color: #e23ea1;
}

.work-four__single-item .title {
    color: var(--theme-color3);
    text-align: center;
}

.work-four__single-item .step-btn {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 1px 14px;
    border-radius: 38px;
    font-size: 16px;
    font-weight: 700;
}

.work-four__single-item .step-btn.style-1 {
    background-color: var(--theme-color2);
    color: var(--theme-color1);
}

.work-four__single-item .step-btn.style-2 {
    background-color: #ebfbf3;
    color: #21d37e;
}

.work-four__single-item .step-btn.style-3 {
    background-color: #fff8f0;
    color: #ff9548;
}

.work-four__single-item .step-btn.style-4 {
    background-color: #fdf3f9;
    color: #e23ea1;
}

.work-four__single-item .arrow-icon {
    position: absolute;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    z-index: 2;
}

.work-four__single-item .arrow-icon i {
    rotate: 90deg;
}

.integrate-one .image-wrap {
    position: relative;
    margin-top: 60px;
}

.integrate-one .image-wrap .image {
    width: 100%;
    height: 325px;
}

.integrate-one .image-wrap .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

.integrate-one .image-wrap .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 180px;
    border-radius: 12px;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color2)), to(#fff));
    background: linear-gradient(0deg, var(--theme-color2) 0%, #fff 100%);
    -webkit-box-shadow: 26px 15px 104.8px 0 rgba(171, 189, 245, 0.49);
    box-shadow: 26px 15px 104.8px 0 rgba(171, 189, 245, 0.49);
}

.integrate-one .image-wrap .logo img {
    -webkit-animation: spinner 8s infinite linear;
    animation: spinner 8s infinite linear;
}

.choose-us-one {
    margin-top: 70px;
}

.choose-us-one__inner {
    background-color: var(--theme-color1);
}

.choose-us-one__single-item {
    padding: 40px 30px 30px 40px;
}

.choose-us-one__single-item .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--theme-color-white);
}

.choose-us-one__single-item .title {
    position: relative;
    color: var(--theme-color-white);
    padding-top: 20px;
    padding-bottom: 25px;
}

.choose-us-one__single-item .text {
    color: var(--theme-color-white);
}

.choose-us-one__image .image {
    width: 100%;
    height: 400px;
}

.choose-us-one__image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/

.funfact-one .section-title p {
    margin-top: 20px;
}

.funfact-one .get-in-touch {
    width: 100%;
    color: var(--theme-color-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 81px;
    padding: 30px 0 28px;
    text-align: center;
    border: 1px solid var(--border-theme-color2);
    margin-top: 40px;
}

.funfact-one .get-in-touch a {
    color: var(--theme-color1);
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

@media (max-width: 767.98px) {
    .funfact-one .get-in-touch {
        padding: 12px 30px;
    }
}

.funfact-one__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.funfact-one__items.style-2 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}

@media (max-width: 1199.98px) {
    .funfact-one__items.style-2 {
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .funfact-one__items {
        margin-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .funfact-one__items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.funfact-one__shape {
    position: absolute;
    top: 50%;
    left: 56.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    background-color: var(--theme-color3);
}

@media (max-width: 575.98px) {
    .funfact-one__shape {
        display: none;
    }
}

.funfact-one__single-item {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 312px;
    height: 312px;
    background-color: var(--theme-color-light);
}

.funfact-one__single-item .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    margin-bottom: 15px;
}

.funfact-one__single-item .num {
    color: var(--theme-color2);
}

.funfact-one__single-item .tag {
    color: var(--text-color);
}

.funfact-one__single-item.style-1 {
    margin-right: -40px;
}

@media (max-width: 575.98px) {
    .funfact-one__single-item.style-1 {
        margin-right: 0;
    }
}

.funfact-two__inner {
    position: relative;
    border-radius: 40px;
    border: 1.5px solid rgba(148, 151, 170, 0.2);
    background: rgba(37, 46, 129, 0.12);
    backdrop-filter: blur(33px);
    margin: 0 60px;
    overflow: hidden;
}

.funfact-two__inner .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.01;
}

.funfact-two__inner .shape-2 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    mix-blend-mode: hard-light;
}

@media (max-width: 1399.98px) {
    .funfact-two__inner .shape-2 {
        display: none;
    }
}

.funfact-two__inner .light-shape {
    position: absolute;
    bottom: -180%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1425px;
    height: 1425px;
    border-radius: 50%;
    opacity: 0.7;
    background: -webkit-gradient(linear, left bottom, left top, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(0deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    -webkit-filter: blur(60px);
    filter: blur(60px);
    z-index: -1;
}

.funfact-two__inner .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.64;
    -webkit-filter: opacity(0.1);
    filter: opacity(0.1);
    border-radius: 0px 0px 30px 30px;
    z-index: -1;
}

.funfact-two__inner .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
    -webkit-filter: opacity(0.1);
    filter: opacity(0.1);
}

@media (max-width: 991.98px) {
    .funfact-two__inner {
        margin: 0;
    }
}

.funfact-two .get-in-touch {
    width: 100%;
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 81px;
    padding: 30px 0;
    text-align: center;
    border: 1px solid var(--theme-color1);
    margin: 30px 0;
}

.funfact-two .get-in-touch a {
    background: -webkit-gradient(linear, right top, left top, from(#1aafd8), color-stop(12.66%, #3055eb), color-stop(25.74%, #b443ff));
    background: linear-gradient(270deg, #1aafd8 0%, #3055eb 12.66%, #b443ff 25.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

@media (max-width: 767.98px) {
    .funfact-two .get-in-touch {
        padding: 12px 30px;
    }
}

.funfact-two__items {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}

@media (max-width: 575.98px) {
    .funfact-two__items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.funfact-two__items::before,
.funfact-two__items::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 175, 216, 0)), color-stop(49.19%, #3055eb), to(rgba(180, 67, 255, 0)));
    background: linear-gradient(180deg, rgba(26, 175, 216, 0) 0%, #3055eb 49.19%, rgba(180, 67, 255, 0) 100%);
}

@media (max-width: 575.98px) {
    .funfact-two__items::before,
    .funfact-two__items::after {
        display: none;
    }
}

.funfact-two__items::before {
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(26, 175, 216, 0)), color-stop(49.19%, #3055eb), to(rgba(180, 67, 255, 0)));
    background: linear-gradient(-90deg, rgba(26, 175, 216, 0) 0%, #3055eb 49.19%, rgba(180, 67, 255, 0) 100%);
}

@media (max-width: 575.98px) {
    .funfact-two__items::before {
        display: none;
    }
}

.funfact-two__single-item {
    width: 325px;
    height: 225px;
    border-radius: 20px 20px 0 20px;
    background: rgba(0, 3, 28, 0.8);
    border: 1.5px solid var(--theme-color1-border-rgba);
    backdrop-filter: blur(33px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 1399.98px) {
    .funfact-two__single-item {
        width: 100%;
        border-radius: 20px;
    }
}

.funfact-two__single-item .title {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#252e81));
    background: linear-gradient(90deg, #fff 0%, #252e81 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
}

.funfact-two__single-item .text {
    color: var(--theme-color1-text-color);
}

.funfact-two__single-item.style-2 {
    background: transparent;
    border: none;
    backdrop-filter: none;
}

@media (max-width: 575.98px) {
    .funfact-two__single-item.style-2 {
        background: rgba(0, 3, 28, 0.8);
        border: 1.5px solid var(--theme-color1-border-rgba);
        backdrop-filter: blur(33px);
    }
}

.funfact-two__single-item.style-3 {
    border-radius: 0 20px 20px 20px;
}

.funfact-three {
    padding-top: 0;
}

.funfact-three__inner {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 50px 100px;
}

@media (max-width: 1699.98px) {
    .funfact-three__inner {
        padding: 50px 60px;
    }
}

@media (max-width: 991.98px) {
    .funfact-three__inner {
        padding: 30px 20px;
    }
}

.funfact-three__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

@media (max-width: 1399.98px) {
    .funfact-three__items {
        -ms-grid-columns: auto 40px auto;
        grid-template-columns: auto auto;
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .funfact-three__items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.funfact-three__single-item {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px;
    border-right: 1px solid var(--border-color1-rgba);
}

@media (max-width: 1699.98px) {
    .funfact-three__single-item {
        padding: 0 30px;
    }
}

@media (max-width: 1399.98px) {
    .funfact-three__single-item {
        padding: 0;
        border-right: 0;
    }
}

.funfact-three__single-item:nth-child(1) {
    padding-left: 0;
}

.funfact-three__single-item:nth-child(4) {
    padding-right: 0;
    border-right: 0;
}

.funfact-three__single-item .num {
    position: relative;
    width: 195px;
    height: 125px;
    padding-top: 25px;
    border: 1px solid var(--border-color1-rgba);
    color: var(--theme-color-white);
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 25px;
}

.funfact-three__single-item .num span {
    color: var(--theme-color-white);
}

.funfact-three__single-item .num::after,
.funfact-three__single-item .num::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--theme-color-white);
}

.funfact-three__single-item .num::after {
    left: auto;
    top: -3px;
    right: -3px;
}

.funfact-three__single-item .num::before {
    top: auto;
    left: -3px;
    bottom: -3px;
}

.funfact-three__single-item p {
    color: var(--theme-color-white);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.funfact-four {
    padding-top: 0;
}

.funfact-four .image {
    width: 100%;
    height: 635px;
}

.funfact-four .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.funfact-four .row {
    --bs-gutter-x: 0;
}

.funfact-four .row .col-xl-3 {
    padding: 0;
}

.funfact-four__single-item {
    position: relative;
    padding: 60px;
    width: 100%;
    height: 400px;
    background-color: var(--theme-color3);
    text-align: left;
}

@media (max-width: 1699.98px) {
    .funfact-four__single-item {
        padding: 60px 20px;
    }
}

.funfact-four__single-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 2px;
    height: 100px;
    background-color: var(--border-color1-rgba);
    left: 60px;
    top: 130px;
}

.funfact-four__single-item .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 20%;
}

.funfact-four__single-item .num {
    position: relative;
    color: var(--theme-color-white);
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    padding-top: 170px;
}

.funfact-four__single-item.style-2 {
    background-color: var(--theme-color1);
}

/***

====================================================================
    Marquee Section
====================================================================

***/

.marquee-one {
    position: relative;
    z-index: 2;
}

.marquee-one__inner {
    position: relative;
    padding: 30px 0 26px 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: var(--theme-color1);
}

.marquee-one__inner.style-2 {
    margin-top: -50px;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    background: var(--theme-color3);
    z-index: -1;
}

.marquee-one__single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.8px;
    color: var(--theme-color-white);
}

.marquee-one__single-item.style-1 {
    color: var(--theme-color-black);
}

.marquee-slider .swiper-slide {
    width: auto;
}

.marquee-slider .slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.marquee-two {
    position: relative;
    z-index: 1;
    margin: 0 20px 0 20px;
}

.marquee-two__inner {
    padding: 30px 0 26px 0;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    background-color: var(--theme-color1);
    position: relative;
    z-index: 1;
}

.marquee-two__inner.style-2 {
    margin-top: -10px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background-color: var(--border-color1-rgba);
    z-index: -1;
}

.marquee-two__single-item .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--theme-color-white);
}

.marquee-two__single-item .title::after {
    content: "";
    height: 8px;
    width: 8px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: var(--theme-color-white);
}

.marquee-three {
    padding: 100px 0 60px;
}

.marquee-three__single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: var(--theme-color-white);
}

.text-slider-one {
    padding: 40px 0;
}

.text-slider-one .content .text {
    color: #878787;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    text-transform: uppercase;
    opacity: 0.09;
}

.text-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.text-slider .swiper-wrapper .swiper-slide {
    width: auto;
}

.text-slider-two .text .title {
    width: auto;
    position: relative;
    z-index: 1;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -6px;
    text-transform: uppercase;
    color: var(--theme-color1);
    display: inline-block;
}

.text-slider-two .text .title span {
    font-weight: 500;
    color: transparent;
    line-height: 1;
    letter-spacing: normal;
    -webkit-text-stroke: 0.8px var(--theme-color1);
    margin-left: 20px;
}

.marquee-four {
    padding: 70px 0;
    margin-top: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.marquee-four__single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.marquee-four__single-item .title {
    color: var(--theme-color-white);
    font-size: 120px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-size: clamp(60px, 6.25vw, 120px);
    line-height: 1.14;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-one {
    position: relative;
    z-index: 1;
    margin: 0 40px;
    border: 1px solid var(--border-theme-color2);
    margin-top: -210px;
    border-radius: 50px;
}

@media (max-width: 575.98px) {
    .testimonial-one {
        margin: 0;
    }
}

.testimonial-one__bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    z-index: -3;
    -webkit-filter: opacity(0.08);
    filter: opacity(0.08);
}

.testimonial-one__clints-box {
    margin-top: 50px;
}

.testimonial-one__clints-box .image {
    width: 100%;
    height: 270px;
    border-radius: 20px;
    position: relative;
    background-color: var(--theme-color-white);
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .testimonial-one__clints-box .image {
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    .testimonial-one__clints-box .image {
        height: 270px;
    }
}

.testimonial-one__clints-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

.testimonial-one__clints-box .image .shape-1 {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.testimonial-one__clints-box .rating {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: var(--theme-color1);
    padding: 30px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

@media (max-width: 1199.98px) {
    .testimonial-one__clints-box .rating {
        padding: 25px;
    }
}

.testimonial-one__clints-box .rating .num {
    color: var( --theme-color1-text-color);
    font-size: 80px;
    line-height: 1;
}

.testimonial-one__clints-box .rating .star {
    gap: 5px;
    color: var(--theme-color2);
}

.testimonial-one__clints-box .rating p {
    color: var(--theme-color2);
    line-height: 20px;
    font-weight: 600;
}

.testimonial-one__slider-box {
    position: relative;
    padding: 60px;
    border-radius: 20px;
    background-color: var(--theme-color-white);
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .testimonial-one__slider-box {
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-one__slider-box {
        padding: 40px 20px;
    }
}

.testimonial-one__slider-box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    opacity: 0.8;
    background: var(--gradient-1);
    z-index: -1;
    top: 20px;
    border-radius: 20px;
}

.testimonial-one__slider-box .array-button {
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 1;
}

.testimonial-one__slider-box .array-button .array-prev,
.testimonial-one__slider-box .array-button .array-next {
    background: var(--theme-color3);
    color: var(--theme-color2);
}

@media (max-width: 575.98px) {
    .testimonial-one__slider-box .array-button {
        display: none;
    }
}

.testimonial-one__single-card {
    position: relative;
}

.testimonial-one__single-card .quata {
    margin-bottom: 50px;
}

.testimonial-one__single-card .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}

@media (max-width: 575.98px) {
    .testimonial-one__single-card .text {
        font-size: 20px;
        line-height: 30px;
    }
}

.testimonial-one__single-card .clints-info {
    margin-top: 45px;
}

.testimonial-one__single-card .clints-info .name {
    color: var(--headings-color);
}

.testimonial-two {
    position: relative;
}

.testimonial-two__bg-image {
    position: absolute;
    top: 120px;
    left: 180px;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.4;
}

.testimonial-two .auto-container {
    max-width: 100%;
    margin-right: 0;
    position: relative;
    left: 300px;
}

@media (max-width: 1399.98px) {
    .testimonial-two .auto-container {
        left: 0;
    }
}

.testimonial-two__slider-box {
    position: relative;
}

.testimonial-two__slider-box .array-button {
    position: absolute;
    right: 30%;
    top: -60px;
    bottom: auto;
    z-index: 1;
}

.testimonial-two__slider-box .array-button .array-prev,
.testimonial-two__slider-box .array-button .array-next {
    background: var(--theme-color-white);
    color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .testimonial-two__slider-box .array-button .array-prev,
    .testimonial-two__slider-box .array-button .array-next {
        display: none;
    }
}

.testimonial-two__slider-box .array-button .array-prev:hover,
.testimonial-two__slider-box .array-button .array-next:hover {
    background: var(--theme-color1);
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .testimonial-two__slider-box .array-button {
        display: none;
    }
}

.testimonial-two__rating-box {
    border: 1px solid #e9e9e9;
    text-align: center;
    padding-top: 25px;
    margin-top: 60px;
    background-color: var(--theme-color-white);
}

.testimonial-two__rating-box .rating {
    margin-bottom: 30px;
}

.testimonial-two__rating-box .rating .num {
    font-size: 80px;
    color: var(--theme-color2);
}

.testimonial-two__rating-box .rating .star {
    color: var(--theme-color1);
    padding-top: 20px;
    padding-bottom: 10px;
}

.testimonial-two__rating-box .rating span {
    font-size: 18px;
    line-height: 20px;
    color: var(--text-color);
}

.testimonial-two__rating-box .text {
    background-color: var(--theme-color-gray);
    padding: 25px 50px;
    color: var(--theme-color2);
    font-size: 20px;
    line-height: 26px;
}

.testimonial-two__single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color2);
    padding: 50px 30px;
    padding-right: 40px;
    margin-top: 60px;
}

@media (max-width: 575.98px) {
    .testimonial-two__single-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-two__single-card .clints-info {
    text-align: center;
    padding-right: 25px;
}

@media (max-width: 575.98px) {
    .testimonial-two__single-card .clints-info {
        text-align: left;
    }
}

.testimonial-two__single-card .clints-info .name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: start;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
}

@media (max-width: 575.98px) {
    .testimonial-two__single-card .clints-info .name {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
    }
}

.testimonial-two__single-card .clints-info .title {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.testimonial-two__single-card .clints-info span {
    color: #878787;
    font-weight: 600;
}

.testimonial-two__single-card .clints-info .image {
    padding-top: 90px;
}

@media (max-width: 575.98px) {
    .testimonial-two__single-card .clints-info .image {
        padding: 20px 0;
    }
}

.testimonial-two__single-card .content {
    border-left: 1px solid var(--border-color1-rgba);
    padding-left: 40px;
}

@media (max-width: 575.98px) {
    .testimonial-two__single-card .content {
        border-left: 0;
        padding-left: 0;
    }
}

.testimonial-two__single-card .content .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding-bottom: 52px;
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .testimonial-two__single-card .content .star {
        padding-bottom: 20px;
    }
}

.testimonial-two__single-card .content .text {
    color: #878787;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.48px;
    padding-bottom: 60px;
}

@media (max-width: 575.98px) {
    .testimonial-two__single-card .content .text {
        padding-bottom: 20px;
    }
}

.testimonial-three.style-two .testimonial-three__single-card {
    background: var(--theme-color2);
}

.testimonial-three__single-card {
    position: relative;
    background: rgba(0, 3, 28, 0.2);
    border: 1.5px solid var(--theme-color1-border-rgba);
    backdrop-filter: blur(33px);
    padding: 30px 40px;
    border-radius: 30px;
}

.testimonial-three__single-card .star {
    color: #fbaa7e;
}

.testimonial-three__single-card .text {
    padding: 30px 0;
    font-size: 18px;
    color: var(--theme-color-white);
}

.testimonial-three__single-card .clints-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1.5px solid var(--theme-color1-border-rgba);
}

.testimonial-three__single-card .clints-info .image {
    position: relative;
    width: 50px;
    height: 50px;
}

.testimonial-three__single-card .clints-info .image::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-color: var(--border-color1-rgba);
    border-radius: 50%;
}

.testimonial-three__single-card .clints-info .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-three__single-card .clints-info .infu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.testimonial-three__single-card .clints-info .icon {
    font-size: 38px;
    color: var(--theme-color3);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.testimonial-three__single-card:hover .clints-info .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-four {
    position: relative;
    border-bottom: 1px solid var(--theme-color1-border);
}

.testimonial-four .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-four .bc-section-title {
    border-bottom: 1px solid var(--theme-color1-border);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.testimonial-four .bc-section-title .text {
    font-size: 20px;
    margin-top: 10px;
    color: var(--theme-color1);
}

.testimonial-four__single-card .star {
    color: var(--theme-color1);
}

.testimonial-four__single-card .text {
    color: var(--theme-color1);
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--theme-color1-border);
}

.testimonial-four__single-card .clints-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
}

.testimonial-four__single-card .clints-info .image {
    position: relative;
    width: 50px;
    height: 50px;
}

.testimonial-four__single-card .clints-info .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-four__single-card .clints-info .name-info .name {
    color: var(--theme-color1);
}

.testimonial-four .array-button {
    position: absolute;
    bottom: 0;
    right: 0;
    gap: 0;
    z-index: 2;
}

.testimonial-four .array-button .array-prev,
.testimonial-four .array-button .array-next {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 85px;
    height: 60px;
    background: var(--theme-color-white);
    color: var(--theme-color1);
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.testimonial-four .array-button .array-prev:hover,
.testimonial-four .array-button .array-next:hover {
    color: var(--theme-color-white);
    background: var(--theme-color1);
    border: none;
}

.testimonial-four__image {
    position: relative;
}

.testimonial-four__image .image-1 {
    width: 100%;
    height: 645px;
}

@media (max-width: 991.98px) {
    .testimonial-four__image .image-1 {
        margin-top: 50px;
    }
}

.testimonial-four__image .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
}

.testimonial-four__image .shape-1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.testimonial-five .container-fluid {
    padding: 0;
}

.testimonial-five__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 55%;
    grid-template-columns: 45% 55%;
}

@media (max-width: 991.98px) {
    .testimonial-five__inner {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.testimonial-five__inner .left {
    background-color: var(--theme-color3);
    padding: 120px 20px 120px 200px;
}

@media (max-width: 1699.98px) {
    .testimonial-five__inner .left {
        padding: 120px 20px 120px 70px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-five__inner .left {
        padding: 80px 20px 80px 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-five__inner .left {
        padding: 80px 20px 50px 20px;
    }
}

.testimonial-five__inner .left .text {
    max-width: 520px;
    padding-top: 20px;
    color: var(--theme-color1);
}

.testimonial-five__inner .left .clints-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 85px;
    margin-top: 60px;
}

@media (max-width: 575.98px) {
    .testimonial-five__inner .left .clints-info {
        display: block;
    }
}

.testimonial-five__inner .left .clints-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.testimonial-five__inner .left .clints-info .info span {
    color: var(--theme-color1);
    font-weight: 500;
}

.testimonial-five__inner .right {
    padding: 120px 140px 120px 140px;
    background-color: var(--theme-color1);
    position: relative;
}

@media (max-width: 1699.98px) {
    .testimonial-five__inner .right {
        padding: 120px 70px 120px 70px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-five__inner .right {
        padding: 80px 20px 80px 20px;
    }
}

.testimonial-five__inner .right .bg-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 425px;
    height: 90%;
    background-repeat: no-repeat;
    opacity: 20%;
}

.testimonial-five__single-card {
    position: relative;
}

.testimonial-five__single-card .clints-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testimonial-five__single-card .clints-info .infu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.testimonial-five__single-card .text {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: var(--theme-color-white);
    padding-top: 50px;
}

@media (max-width: 991.98px) {
    .testimonial-five__single-card .text {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 30px;
    }
}

.testimonial-five .swiper-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -20px;
}

@media (max-width: 575.98px) {
    .testimonial-five .swiper-dot {
        display: none;
    }
}

.testimonial-five .swiper-dot .swiper-pagination-bullet {
    width: 180px;
    height: 3.5px;
    background-color: var(--border-color1-rgba);
    margin-right: -4px;
}

.testimonial-five .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color-white);
}

.testimonial-five .array-button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -5px;
}

.testimonial-five .array-button .array-prev,
.testimonial-five .array-button .array-next {
    background: #000;
}

.testimonial-five .array-button .array-prev:hover,
.testimonial-five .array-button .array-next:hover {
    background: var(--theme-color-white);
}

.testimonial-five .num span {
    position: absolute;
    color: var(--theme-color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.2px;
    left: 70px;
}

.testimonial-five .num span:nth-child(2) {
    left: auto;
    right: 70px;
}

.testimonial-six__inner {
    margin-top: 60px;
}

.testimonial-six__single-card {
    position: relative;
    border-top: 1px solid var(--theme-color1-border);
    padding-top: 60px;
}

.testimonial-six__single-card .clints-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.testimonial-six__single-card .clints-info .name-info .name {
    color: var(--theme-color1);
}

.testimonial-six__single-card .clints-info .name-info span {
    color: var(--theme-color1);
}

.testimonial-six__single-card .text {
    color: var(--theme-color1);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 30px;
}

.testimonial-six__single-card .star {
    color: var(--theme-color3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
}

.testimonial-six__single-card .star::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 500px;
    height: 1px;
    background-color: var(--theme-color1-border);
    left: 180px;
    top: 15px;
}

.testimonial-six__rating-box {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-color: var(--theme-color2);
}

.testimonial-six__rating-box .rating .num {
    font-size: 80px;
    line-height: 1;
    color: var(--theme-color3);
}

.testimonial-six__rating-box .rating .star {
    color: var(--theme-color1);
    padding-bottom: 10px;
}

.testimonial-six__rating-box .rating span {
    font-size: 18px;
    line-height: 20px;
    color: var(--theme-color1);
}

.testimonial-six .array-button {
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 22;
}

.testimonial-six .array-button .array-prev:hover,
.testimonial-six .array-button .array-next:hover {
    color: var(--theme-color-white);
}

.testimonial-seven .container-fluid {
    padding: 0;
}

.testimonial-seven__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22.5% 52.5% 25%;
    grid-template-columns: 22.5% 52.5% 25%;
}

@media (max-width: 1399.98px) {
    .testimonial-seven__inner {
        -ms-grid-columns: auto 60%;
        grid-template-columns: auto 60%;
    }
}

@media (max-width: 991.98px) {
    .testimonial-seven__inner {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.testimonial-seven__inner .image-1 {
    width: 100%;
    height: 700px;
}

.testimonial-seven__inner .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-seven__slider-box {
    background-color: var(--theme-color3);
    padding: 100px 100px 100px;
    position: relative;
}

@media (max-width: 1699.98px) {
    .testimonial-seven__slider-box {
        padding: 60px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-seven__slider-box {
        padding: 45px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-seven__slider-box {
        padding: 30px;
    }
}

@media (max-width: 375.98px) {
    .testimonial-seven__slider-box {
        padding: 30px 12px;
    }
}

.testimonial-seven__slider-box .shapa-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-seven__slider-box .array-button {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

@media (max-width: 375.98px) {
    .testimonial-seven__slider-box .array-button {
        bottom: 60px;
    }
}

.testimonial-seven__slider-box .array-button .array-prev,
.testimonial-seven__slider-box .array-button .array-prev {
    background: transparent;
    height: auto;
    width: auto;
}

.testimonial-seven__single-card {
    padding-top: 30px;
    position: relative;
}

.testimonial-seven__single-card .clints-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.testimonial-seven__single-card .content {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-seven__single-card .content .text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .testimonial-seven__single-card .content .text {
        font-size: 25px;
        line-height: 35px;
    }
}

.testimonial-seven__rating-box {
    padding: 80px 0 0;
    background-color: var(--theme-color3);
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .testimonial-seven__rating-box {
        margin-left: 0;
        margin-top: 20px;
    }
}

.testimonial-seven__rating-box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.testimonial-seven__rating-box .rating .num {
    font-size: 80px;
    color: var(--theme-color-white);
}

.testimonial-seven__rating-box .rating .star {
    color: var(--theme-color1);
    padding-bottom: 10px;
}

.testimonial-seven__rating-box .rating span {
    font-size: 18px;
    line-height: 20px;
    color: var(--theme-color-white);
}

.testimonial-seven__rating-box .image-2 {
    width: 100%;
    height: 510px;
    position: relative;
}

.testimonial-seven__rating-box .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

.testimonial-seven__rating-box .shape-1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.testimonial-eight {
    margin: 0 40px;
}

@media (max-width: 575.98px) {
    .testimonial-eight {
        margin: 0;
    }
}

.testimonial-eight__inner {
    position: relative;
    z-index: 1;
    background: #1e1b26;
    padding-top: 120px;
    border-radius: 40px;
}

.testimonial-eight__inner .bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: overlay;
}

.testimonial-eight .testimonial-shape {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--theme-color-black);
    position: absolute;
}

@media (max-width: 1699.98px) {
    .testimonial-eight .testimonial-shape {
        display: none;
    }
}

.testimonial-eight .testimonial-shape.shape-1 {
    width: 50px;
    height: 50px;
    top: 12%;
    left: 10%;
}

.testimonial-eight .testimonial-shape.shape-2 {
    top: 37%;
    left: 4%;
}

.testimonial-eight .testimonial-shape.shape-3 {
    width: 50px;
    height: 50px;
    top: 24%;
    left: 16%;
}

.testimonial-eight .testimonial-shape.shape-4 {
    width: 60px;
    height: 60px;
    top: 20%;
    right: 15%;
}

.testimonial-eight .testimonial-shape.shape-5 {
    top: 10%;
    right: 4%;
}

.testimonial-eight .testimonial-shape.shape-6 {
    top: 32%;
    right: 10%;
}

.testimonial-eight__slider-box {
    position: relative;
    padding: 60px 140px;
    border-radius: 40px;
    background-color: #0f0f11;
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .testimonial-eight__slider-box {
        padding: 40px 100px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-eight__slider-box {
        padding: 40px;
    }
}

.testimonial-eight__slider-box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    height: 90%;
    opacity: 0.8;
    background: var(--theme-color1);
    z-index: -1;
    top: auto;
    bottom: -25px;
    rotate: 2.45deg;
    border-radius: 20px;
}

.testimonial-eight__slider-box::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: 90%;
    opacity: 0.8;
    background: #a0daeb;
    z-index: -1;
    top: auto;
    bottom: -25px;
    border-radius: 20px;
}

.testimonial-eight__slider-box .array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: -25px;
    right: -25px;
}

.testimonial-eight__slider-box .array-button .array-prev,
.testimonial-eight__slider-box .array-button .array-next {
    background: #a0daeb;
    color: var(--theme-color3);
}

.testimonial-eight__slider-box .array-button .array-prev:hover,
.testimonial-eight__slider-box .array-button .array-next:hover {
    background: var(--theme-color1);
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .testimonial-eight__slider-box .array-button {
        display: none;
    }
}

.testimonial-eight__single-card {
    position: relative;
    text-align: center;
}

.testimonial-eight__single-card .quata {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--theme-color1);
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.testimonial-eight__single-card .text {
    color: var(--theme-color-white);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}

@media (max-width: 575.98px) {
    .testimonial-eight__single-card .text {
        font-size: 20px;
        line-height: 30px;
    }
}

.testimonial-eight__single-card .clints-info {
    margin-top: 30px;
    padding-top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid var(--border-color1-rgba);
}

.testimonial-eight__single-card .clints-info .name {
    color: var(--theme-color-white);
}

.testimonial-eight__single-card .clints-info span {
    color: var(--text-color);
}

.rating-one__inner {
    margin: 0 60px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .rating-one__inner {
        margin: 0 0;
    }
}

.rating-one .shapa-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.rating-one .light-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.rating-one .bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.19;
    mix-blend-mode: luminosity;
}

.rating-one .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
}

.rating-one__content {
    position: relative;
    z-index: 2;
}

.rating-one__content .image-1 {
    float: right;
    margin-top: -150px;
}

@media (max-width: 1199.98px) {
    .rating-one__content .image-1 {
        margin-top: 50px;
    }
}

.rating-one__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .rating-one__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.rating-one__items .single-item {
    margin-top: 30px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 95px;
}

@media (max-width: 991.98px) {
    .rating-one__items .single-item {
        border-right: none;
    }
}

@media (max-width: 767.98px) {
    .rating-one__items .single-item {
        padding-right: 30px;
    }
}

@media (max-width: 575.98px) {
    .rating-one__items .single-item {
        padding-right: 0;
    }
}

.rating-one__items .single-item .star {
    color: #ff9548;
    padding-bottom: 15px;
}

.rating-one__items.style-2 {
    padding: 20px 110px 50px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
}

@media (max-width: 1399.98px) {
    .rating-one__items.style-2 {
        padding: 20px 50px 50px;
    }
}

.rating-one__items.style-2 .single-item {
    margin-top: 30px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 80px;
}

@media (max-width: 1399.98px) {
    .rating-one__items.style-2 .single-item {
        padding-right: 40px;
    }
}

@media (max-width: 1199.98px) {
    .rating-one__items.style-2 .single-item {
        border-right: 0;
        padding-right: 40px;
    }
}

@media (max-width: 767.98px) {
    .rating-one__items.style-2 .single-item {
        padding-right: 0;
    }
}

.rating-one__items.style-2 .single-item .star {
    color: #ff9548;
    padding-bottom: 15px;
}

.rating-two {
    margin: 0 40px;
}

@media (max-width: 1199.98px) {
    .rating-two {
        margin: 0 0;
    }
}

.rating-two__inner {
    position: relative;
    z-index: 1;
    background-color: #1e1b26;
    border-radius: 40px;
}

.rating-two__inner .shape-1 {
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .rating-two__inner .shape-1 {
        display: none;
    }
}

.rating-two__inner .shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .rating-two__inner .shape-2 {
        display: none;
    }
}

.rating-two__inner .shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .rating-two__inner .shape-3 {
        display: none;
    }
}

.rating-two__inner .shape-4 {
    position: absolute;
    left: 11%;
    top: 40%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .rating-two__inner .shape-4 {
        display: none;
    }
}

.rating-two .bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
    z-index: -1;
    border-radius: 40px;
}

.rating-two__content .image {
    margin-top: 60px;
    width: 100%;
    height: 500px;
}

@media (max-width: 1199.98px) {
    .rating-two__content .image {
        height: 100%;
    }
}

.rating-two__content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .rating-two__content .image img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

/*** 

====================================================================
    Video Section
====================================================================

***/

.video-one {
    position: relative;
}

.video-one .image {
    width: 100%;
    height: 570px;
}

.video-one .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-one .video-icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: var(--theme-color-white);
}

.video-two {
    position: relative;
    z-index: 1;
}

.video-two__inner {
    position: relative;
}

.video-two__inner .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-two__inner .bg-image::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: auto;
    height: 315px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 245, 0)), to(rgba(5, 20, 49, 0.95)));
    background: linear-gradient(180deg, rgba(0, 113, 245, 0) 0%, rgba(5, 20, 49, 0.95) 100%);
    backdrop-filter: blur(2px);
}

.video-two .content {
    padding: 280px 0 0;
}

.video-two .video-icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 130px;
    height: 130px;
    background: var(--theme-color3);
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: var(--theme-color-white);
}

.video-two .title {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(11.39%, #0071f5), to(#fff));
    background: linear-gradient(0deg, #0071f5 11.39%, #fff 100%);
    background-clip: text;
    bottom: -30px;
    font-weight: 500;
    letter-spacing: -0.09em;
    max-width: 1330px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: clamp(80px, 10.46vw, 201.941px);
    line-height: 1;
}

.video-two .title .shape-1 {
    bottom: 30px;
    left: 51%;
    position: absolute;
    width: 97%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video-three__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 53% 47%;
    grid-template-columns: 53% 47%;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .video-three__inner {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.video-three__inner .content {
    background-color: var(--theme-color3);
    height: 690px;
    padding: 70px 80px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .video-three__inner .content {
        padding: 40px 40px;
    }
}

.video-three__inner .content .bg-shape {
    height: 100%;
    left: 0;
    opacity: 20%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.video-three__inner .content .info {
    border-bottom: 1px solid var(--border-color1-rgba);
    gap: 20px;
    padding-bottom: 30px;
}

.video-three__inner .content .info .num {
    color: var(--theme-color-white);
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -3px;
}

.video-three__inner .content .info p {
    color: var(--theme-color-white);
}

.video-three__inner .content .title {
    border-bottom: 1px solid var(--border-color1-rgba);
    color: var(--theme-color-white);
    font-weight: 400;
    letter-spacing: -0.03em;
    padding-bottom: 30px;
    padding-top: 130px;
    text-transform: capitalize;
    font-size: clamp(30px, 2.08vw, 40px);
    line-height: 1.25;
}

.video-three__inner .video-box {
    position: relative;
}

.video-three__inner .video-box .image {
    width: 100%;
    height: 690px;
}

.video-three__inner .video-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-three__inner .video-box .image::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: auto;
    height: 315px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 245, 0)), to(rgba(5, 20, 49, 0.95)));
    background: linear-gradient(180deg, rgba(0, 113, 245, 0) 0%, rgba(5, 20, 49, 0.95) 100%);
    backdrop-filter: blur(2px);
}

.video-three__inner .video-box .video-icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 130px;
    height: 130px;
    background: var(--theme-color1);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: var(--theme-color-white);
}

/*** 

====================================================================
    Industries
====================================================================

***/

.industries-one {
    position: relative;
    padding-top: 385px;
}

@media (max-width: 1199.98px) {
    .industries-one {
        padding-top: 440px;
    }
}

@media (max-width: 991.98px) {
    .industries-one {
        padding-top: 180px;
    }
}

.industries-one .shape-01 {
    position: absolute;
    left: -150px;
    bottom: -50px;
    rotate: 32deg;
}

.industries-one__inner {
    text-align: center;
    margin-top: 50px;
}

.industries-one__inner .theme-btn-main {
    margin-top: 60px;
}

.industries-one__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto 20px auto 20px auto 20px auto;
    grid-template-columns: auto auto auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 1199.98px) {
    .industries-one__items {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        display: inline-block;
    }
}

@media (max-width: 767.98px) {
    .industries-one__items {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575.98px) {
    .industries-one__items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.industries-one__items.style-2 {
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
}

@media (max-width: 1199.98px) {
    .industries-one__items.style-2 {
        -ms-grid-columns: auto auto auto auto;
        grid-template-columns: auto auto auto auto;
    }
}

@media (max-width: 991.98px) {
    .industries-one__items.style-2 {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 767.98px) {
    .industries-one__items.style-2 {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575.98px) {
    .industries-one__items.style-2 {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.industries-one__single-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .industries-one__single-item {
        margin-top: 10px;
    }
}

.industries-one__single-item span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .industries-one__single-item span {
        padding: 14px 20px;
    }
}

.industries-one__single-item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 185px;
    opacity: 0;
    margin: -80px 0 0 -55px;
    border-radius: 50%;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.industries-one__single-item:hover .image {
    opacity: 1;
}

.information-one .container-fluid {
    padding: 0;
}

.information-one__content .image-1 {
    width: 100%;
    height: 435px;
    margin-top: 20px;
}

.information-one__content .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.information-one__content .card-1 {
    padding: 40px 50px;
    width: 100%;
    background-color: var(--theme-color1);
    margin-top: 20px;
}

@media (max-width: 1699.98px) {
    .information-one__content .card-1 {
        padding: 30px;
    }
}

.information-one__content .card-1 .title {
    line-height: 40px;
}

.information-one__content .card-1 .info {
    padding-top: 131px;
}

@media (max-width: 1699.98px) {
    .information-one__content .card-1 .info {
        padding-top: 105px;
    }
}

.information-one__content .card-1 .info .num {
    font-size: 120px;
    line-height: 1;
}

.information-one__content .card-1 .info p {
    color: var(--theme-color-white);
}

.information-one__content .card-1.style-2 {
    background-color: var(--theme-color3);
}

.information-one__content .card-1.style-2 .title {
    color: var(--theme-color1);
}

.information-one__content .card-1.style-2 .info .num {
    color: var(--theme-color1);
}

.information-one__content .card-1.style-2 .info p {
    color: var(--theme-color1);
}

.information-one__content .image-2 {
    width: 100%;
    height: 890px;
    margin-top: 20px;
}

.information-one__content .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/***

==================================================================
    Pricing Section
==================================================================

***/

.pricing-one__single-card {
    position: relative;
    background-color: var(--theme-color-white);
    border: 1px solid var(--border-theme-color2);
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    padding: 30px 40px 50px 50px;
    z-index: 1;
    border-radius: 22px;
    margin-top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 40px;
}

.pricing-one__single-card::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--border-theme-color2);
    height: 1px;
    top: 165px;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-one__single-card .shape-1 {
    position: absolute;
    right: 40px;
    top: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-one__single-card .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 180px;
    border-radius: 20px;
    background-color: #e2e2e2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    clip-path: polygon(100% 60%, 60% 100%, 100% 100%);
}

.pricing-one__single-card .head {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 40px;
    padding: 12px 30px;
    background-color: var(--theme-color-light);
    font-weight: 700;
    color: var(--theme-color2);
    position: absolute;
    top: -30px;
}

.pricing-one__single-card .head::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--border-theme-color2);
    width: 15px;
    height: 15px;
    top: 22.5px;
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-one__single-card .icon-2 {
    position: absolute;
    right: 40px;
    top: 50px;
}

.pricing-one__single-card .price {
    color: var(--headings-color);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-one__single-card .price sup {
    top: -25px;
    font-size: 24px;
}

.pricing-one__single-card .price span {
    font-size: 60px;
    font-weight: 700;
}

.pricing-one__single-card .discount {
    position: relative;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 40px;
    padding: 5px 20px;
    background-color: var(--theme-color3);
    color: var(--theme-color2);
    font-weight: 600;
}

.pricing-one__single-card .list {
    margin-top: 30px;
    margin-bottom: 40px;
}

.pricing-one__single-card .list li {
    font-weight: 500;
    padding: 5px 0;
    color: var(--theme-color2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-one__single-card .list li i {
    padding-right: 12px;
}

.pricing-one__single-card .list li:nth-child(5),
.pricing-one__single-card .list li:nth-child(6) {
    color: var(--text-color);
}

.pricing-one__single-card.active,
.pricing-one__single-card:hover {
    background-color: var(--theme-color2);
}

.pricing-one__single-card.active::after,
.pricing-one__single-card:hover::after {
    background-color: var(--theme-color-white);
    opacity: 20%;
}

.pricing-one__single-card.active .head::after,
.pricing-one__single-card:hover .head::after {
    background-color: var(--theme-color3);
}

.pricing-one__single-card.active .price,
.pricing-one__single-card:hover .price {
    color: var(--theme-color-white);
}

.pricing-one__single-card.active .icon-2,
.pricing-one__single-card:hover .icon-2 {
    opacity: 20%;
}

.pricing-one__single-card.active .list li,
.pricing-one__single-card:hover .list li {
    color: var(--theme-color-white);
}

.pricing-one__single-card.active .list li:nth-child(5),
.pricing-one__single-card.active .list li:nth-child(6),
.pricing-one__single-card:hover .list li:nth-child(5),
.pricing-one__single-card:hover .list li:nth-child(6) {
    color: var(--text-color);
}

.pricing-one__single-card.active .theme-btn,
.pricing-one__single-card:hover .theme-btn {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.pricing-one__single-card.active .gray-arrow,
.pricing-one__single-card:hover .gray-arrow {
    background-color: var(--theme-color3);
    color: var(--theme-color2);
}

.pricing-one__single-card.active .shape-2,
.pricing-one__single-card:hover .shape-2 {
    background-color: #1e1b26;
}

.pricing-two .shape-1 {
    padding-top: 110px;
}

.pricing-two__single-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-gray);
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    padding: 0 40px;
}

@media (max-width: 767.98px) {
    .pricing-two__single-card {
        display: block;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .pricing-two__single-card {
        gap: 30px;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 375.98px) {
    .pricing-two__single-card {
        padding: 0 20px 30px;
    }
}

.pricing-two__single-card .head {
    padding: 55px 0;
    padding-right: 30px;
    border-right: 1px solid #cecece;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .pricing-two__single-card .head {
        border-right: none;
    }
}

@media (max-width: 767.98px) {
    .pricing-two__single-card .head {
        border-right: none;
        padding-bottom: 30px;
        padding-top: 30px;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .pricing-two__single-card .head {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.pricing-two__single-card .head .tag {
    background-color: var(--theme-color-white);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
    color: var(--theme-color2);
    font-weight: 600;
}

.pricing-two__single-card .head .price span {
    font-size: 50px;
    font-weight: 500;
    color: var(--theme-color1);
    line-height: 1;
}

@media (max-width: 767.98px) {
    .pricing-two__single-card .list {
        margin-bottom: 20px;
    }
}

.pricing-two__single-card .list li {
    font-weight: 500;
    color: var(--text-color);
    padding: 5px 0;
}

.pricing-two__single-card .list li i {
    color: var(--theme-color2);
    padding-right: 5px;
}

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

.pricing-three .shape-2 {
    position: absolute;
    left: 0;
    top: 100px;
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.pricing-three .pricing-tab-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-three .pricing-tab-btn span {
    color: var(--theme-color-white);
}

.pricing-three .pricing-tab-btn .nav {
    border: 1px solid var(--theme-color1-border-rgba);
    background: #050821;
}

.pricing-three .pricing-tab-btn .nav .nav-item .nav-link {
    color: var(--theme-color-white);
}

.pricing-three .pricing-tab-btn .nav .nav-item .nav-link.active {
    background: linear-gradient(60deg, #b443ff -6.69%, #3055eb 60.83%, #1aafd8 121.65%);
}

.pricing-three .tab-content {
    margin-top: 50px;
}

.pricing-three__single-card {
    position: relative;
    padding: 40px 50px 50px 50px;
    border-radius: 30px;
    border: 1px solid var(--theme-color1-border-rgba);
    background: #050821;
    margin-top: 50px;
}

.pricing-three__single-card .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.pricing-three__single-card .recommended-btn {
    width: 90%;
    height: 105px;
    background: -webkit-gradient(linear, right top, left top, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(270deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    text-align: right;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    rotate: -9deg;
    position: absolute;
    z-index: -1;
    left: 10px;
    top: -25px;
}

.pricing-three__single-card .recommended-btn span {
    color: var(--theme-color-white);
    rotate: -7deg;
}

.pricing-three__single-card .shape-1 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.55;
    -webkit-filter: blur(58.7000007629px);
    filter: blur(58.7000007629px);
}

.pricing-three__single-card .content {
    position: relative;
    z-index: 1;
}

.pricing-three__single-card .content .price {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1.2px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#252e81));
    background: linear-gradient(90deg, #fff 0%, #252e81 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 30px 0;
}

.pricing-three__single-card .content .price span {
    color: var(--theme-color1-text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.32px;
    padding-left: 10px;
}

.pricing-three__single-card .content .list {
    padding: 30px 0;
}

.pricing-three__single-card .content .list li {
    color: var(--theme-color-white);
    padding: 3px 0;
}

.pricing-three__single-card .content .list li i {
    color: var(--theme-color3);
    padding-right: 12px;
}

.pricing-three__single-card .content .list li:nth-child(3),
.pricing-three__single-card .content .list li:nth-child(4) {
    color: var(--text-color);
}

.pricing-three__single-card .content .list li:nth-child(3) i,
.pricing-three__single-card .content .list li:nth-child(4) i {
    color: var(--text-color);
}

.pricing-three__single-card .content .list.style-2 li:nth-child(3) {
    color: var(--theme-color-white);
}

.pricing-three__single-card .content .list.style-2 li:nth-child(3) i {
    color: var(--theme-color3);
}

.pricing-three__single-card .content .list.style-3 li:nth-child(3) {
    color: var(--theme-color-white);
}

.pricing-three__single-card .content .list.style-3 li:nth-child(3) i {
    color: var(--theme-color3);
}

.pricing-three__single-card .content .list.style-3 li:nth-child(4) {
    color: var(--theme-color-white);
}

.pricing-three__single-card .content .list.style-3 li:nth-child(4) i {
    color: var(--theme-color3);
}

.pricing-three__single-card .sass-theme-btn {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-four {
    position: relative;
}

.pricing-four .pricing-tab-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-four__cards {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    padding: 24px;
}

@media (max-width: 1199.98px) {
    .pricing-four__cards {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 991.98px) {
    .pricing-four__cards {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media (max-width: 399.98px) {
    .pricing-four__cards {
        padding: 0;
    }
}

.pricing-four__single-card {
    margin-top: 40px;
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color1-border);
    padding: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 499.98px) {
    .pricing-four__single-card {
        padding: 25px;
    }
}

.pricing-four__single-card .content .head {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-four__single-card .content .head .icon {
    color: var(--theme-color1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-four__single-card .content .head .icon i {
    font-size: 90px;
}

.pricing-four__single-card .content .head .save {
    border: 1px solid var(--theme-color1-border);
    padding: 5px 20px;
    border-radius: 40px;
    color: var(--theme-color1);
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-four__single-card .content .title {
    padding-bottom: 30px;
}

.pricing-four__single-card .content .title .tag {
    color: var(--theme-color1);
    padding-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-four__single-card .content .title .text {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-four__single-card .content .price {
    color: var(--theme-color1);
    border-top: 1px solid var(--theme-color1-border);
    border-bottom: 1px solid var(--theme-color1-border);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-four__single-card .content .price sup {
    font-size: 24px;
    top: -25px;
}

.pricing-four__single-card .content .price span {
    font-size: 65px;
    font-weight: 400;
}

.pricing-four__single-card .content .list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pricing-four__single-card .content .list li {
    padding: 3px 0;
    color: var(--theme-color1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-four__single-card .content .list li i {
    padding-right: 10px;
}

.pricing-four__single-card:hover,
.pricing-four__single-card.active {
    background-color: var(--theme-color1);
}

.pricing-four__single-card:hover .content .head .icon,
.pricing-four__single-card.active .content .head .icon {
    color: var(--theme-color-white);
}

.pricing-four__single-card:hover .content .head .save,
.pricing-four__single-card.active .content .head .save {
    background-color: var(--theme-color-white);
}

.pricing-four__single-card:hover .content .title .tag,
.pricing-four__single-card.active .content .title .tag {
    color: var(--theme-color-white);
}

.pricing-four__single-card:hover .content .title .text,
.pricing-four__single-card.active .content .title .text {
    color: var(--theme-color-white);
}

.pricing-four__single-card:hover .content .price,
.pricing-four__single-card.active .content .price {
    color: var(--theme-color-white);
}

.pricing-four__single-card:hover .content .list li,
.pricing-four__single-card.active .content .list li {
    color: var(--theme-color-white);
}

.pricing-four__single-card:hover .content .theme-btn-main .theme-btn,
.pricing-four__single-card.active .content .theme-btn-main .theme-btn {
    background: var(--theme-color-white);
    color: var(--theme-color1);
}

.pricing-four__single-card:hover .content .theme-btn-main .transparent-arrow,
.pricing-four__single-card.active .content .theme-btn-main .transparent-arrow {
    border-color: var(--theme-color-white);
    color: var(--theme-color-white);
}

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

.pricing-five .pricing-tab-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-five .pricing-tab-btn span {
    color: var(--theme-color3);
    font-weight: 700;
}

.pricing-five .tab-content {
    margin-top: 50px;
}

.pricing-five__single-card {
    position: relative;
    border-radius: 30px;
    background: #ecf9ff;
    margin-top: 50px;
}

.pricing-five__single-card .shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pricing-five__single-card .popular {
    position: absolute;
    top: 0;
    right: 0;
}

.pricing-five__single-card .popular span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 60px;
    top: 30px;
    rotate: 45deg;
    font-weight: 700;
    color: var(--theme-color3);
}

.pricing-five__single-card .head {
    padding: 40px 50px 30px 50px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--theme-color-white);
}

.pricing-five__single-card .head .tag {
    font-weight: 700;
    color: var(--theme-color3);
}

.pricing-five__single-card .content {
    padding: 0 50px 40px 50px;
    position: relative;
    z-index: 1;
}

.pricing-five__single-card .content .price {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.32px;
    padding: 30px 0 40px;
}

.pricing-five__single-card .content .price sup {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color3);
    top: -30px;
}

.pricing-five__single-card .content .price span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
    color: var(--theme-color3);
}

.pricing-five__single-card .content .list {
    padding-top: 30px;
}

.pricing-five__single-card .content .list li {
    color: var(--theme-color3);
    padding: 3px 0;
}

.pricing-five__single-card .content .list li i {
    color: #1a8dae;
    padding-right: 12px;
}

.pricing-five__single-card .ma-theme-btn-white {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-five__single-card.style-2 {
    background: #e6ebff;
}

.pricing-five__single-card.style-3 {
    background: #fff8f0;
}

/*** 

====================================================================
Project 
====================================================================

***/

.project-one__single-card {
    position: relative;
    text-align: center;
    margin: 100px 0 0;
}

.project-one__single-card .image {
    position: relative;
    width: 100%;
    height: 575px;
}

.project-one__single-card .image::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57.08%, rgba(0, 0, 0, 0)), to(#101010));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.08%, #101010 100%);
}

.project-one__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-one__single-card .content {
    width: 100%;
    margin-top: -50px;
}

@media (max-width: 1699.98px) {
    .project-one__single-card .content {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0px;
        bottom: 0px;
    }
}

.project-one__single-card .content .title {
    color: var(--theme-color-white);
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-size: clamp(48px, 5.2vw, 100px);
    line-height: 1;
}

.project-one__single-card .content .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    position: relative;
}

.project-one__single-card .content .tag::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-white);
    bottom: -30px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    width: 150px;
}

.project-one__single-card .content .tag span {
    font-size: 18px;
    color: var(--theme-color-white);
}

.project-one__single-card .content .tag .dot {
    font-size: 4px;
    color: var(--theme-color-white);
}

.project-two__single-card {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}

.project-two__single-card:nth-child(3) {
    border-bottom: 0;
}

.project-two__single-card .image {
    position: relative;
    width: 100%;
    height: 720px;
}

.project-two__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-two__single-card .content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 60px;
    left: 0;
    max-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991.98px) {
    .project-two__single-card .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-height: 100%;
        background-color: var(--theme-color-white);
    }
}

.project-two__single-card .content .title-info {
    background-color: var(--theme-color-white);
    padding: 25px 90px 25px 0px;
}

.project-two__single-card .content .title-info .title {
    color: var(--theme-color2);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    font-size: clamp(40px, 10.41vw, 60px);
    line-height: 1;
}

.project-two__single-card .content .title-info .tag {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .project-two__single-card .content .title-info .tag {
        padding: 25px 30px 25px 0px;
    }
}

@media (max-width: 375.98px) {
    .project-two__single-card .content .title-info .tag {
        gap: 5px;
    }
}

.project-two__single-card .content .title-info .tag::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 150px;
    height: 1px;
    background-color: var(--theme-color2);
    left: 0;
    top: auto;
    bottom: -20px;
}

.project-two__single-card .content .title-info .tag span {
    font-size: 18px;
    color: var(--theme-color2);
}

.project-two__single-card .content .title-info .tag .dot {
    font-size: 4px;
    color: var(--theme-color3);
}

.project-two__single-card .content .num {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    width: 150px;
    height: 150px;
    background: var(--theme-color1-border);
    backdrop-filter: blur(30px);
    color: var(--theme-color-white);
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
}

@media (max-width: 991.98px) {
    .project-two__single-card .content .num {
        background: var(--theme-color1);
    }
}

/***

====================================================================
    team Section
====================================================================

***/

.team-one {
    position: relative;
    padding-top: 0;
    z-index: 1;
}

.team-one::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    height: 999px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(93.44%, #f2f8f9), to(#fff));
    background: linear-gradient(180deg, #f2f8f9 93.44%, #fff 100%);
    z-index: -1;
    top: -290px;
}

.team-one__single-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 180px;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .team-one__single-card {
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
}

.team-one__single-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    height: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.66%, rgba(255, 255, 255, 0)), color-stop(75.68%, #b4e019));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 29.66%, #b4e019 75.68%);
    top: auto;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-one__single-card.style-2 {
    margin-top: 135px;
}

@media (max-width: 575.98px) {
    .team-one__single-card.style-2 {
        margin-top: 30px;
    }
}

.team-one__single-card .image {
    width: 100%;
    height: 600px;
}

@media (max-width: 1199.98px) {
    .team-one__single-card .image {
        height: 480px;
    }
}

.team-one__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 180px;
}

.team-one__single-card .content {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-one__single-card .content .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.team-one__single-card .content .social-link a {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
}

.team-one__single-card .content .social-link a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.team-one__single-card .content .name {
    color: var(--theme-color2);
    line-height: 25px;
    margin-top: 15px;
}

.team-one__single-card .content .tag {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color2);
}

.team-one__single-card:hover {
    border: 1px solid var(--theme-color1);
}

.team-one__single-card:hover::before {
    height: 370px;
    opacity: 1;
}

.team-one__single-card:hover .content {
    -webkit-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
    opacity: 1;
    visibility: visible;
}

.team-two {
    border-radius: 20px;
    margin: 0 60px;
    position: relative;
    z-index: 1;
}

.team-two .shape-1 {
    position: absolute;
    right: 0;
    top: 50px;
}

@media (max-width: 991.98px) {
    .team-two .shape-1 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .team-two {
        margin: 0 0;
    }
}

.team-two__bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    mix-blend-mode: lighten;
    border-radius: 20px;
}

.team-two__single-card {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-two__single-card .image {
    width: 100%;
    height: 370px;
}

.team-two__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-two__single-card .content {
    padding-top: 25px;
}

.team-two__single-card .content .title a {
    color: var(--theme-color-white);
    line-height: 25px;
    margin-top: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-two__single-card .content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-two__single-card .content .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-two__single-card .content .social-link a {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--border-color1-rgba);
    color: var(--theme-color-white);
    margin-left: -5px;
    z-index: 1;
    position: relative;
    backdrop-filter: blur(33.9000015259px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-two__single-card .content .social-link a:nth-child(1) {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-two__single-card .content .social-link a:nth-child(2) {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.team-two__single-card .content .social-link a:nth-child(3) {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.team-two__single-card .content .social-link a:nth-child(4) {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.team-two__single-card .content .social-link a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.team-two__single-card:hover .content {
    padding-top: 25px;
}

.team-two__single-card:hover .content .title a {
    color: var(--theme-color1);
}

.team-two__single-card:hover .content span {
    color: var(--theme-color-white);
}

.team-two__single-card:hover .content .social-link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-two__single-card:hover .content .social-link a {
    opacity: 1;
}

.team-two__single-card:hover .content .social-link a:nth-child(2) {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.team-two__single-card:hover .content .social-link a:nth-child(3) {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.team-two__single-card:hover .content .social-link a:nth-child(4) {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.team-three {
    margin-top: 70px;
}

.team-three__image .image {
    width: 100%;
    height: 580px;
}

.team-three__image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-three__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -155px;
}

@media (max-width: 1199.98px) {
    .team-three__items {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575.98px) {
    .team-three__items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.team-three__single-item {
    width: 312px;
    height: 312px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--theme-color-white);
}

.team-three__single-item .content {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 260px;
    height: 260px;
    background: rgba(185, 208, 255, 0.2);
    text-align: center;
    padding: 20px;
}

.team-three__single-item .content .title {
    color: var(--theme-color1);
}

.team-three__single-item.style-2 .content {
    background: var(--theme-color1);
}

.team-three__single-item.style-2 .content .title {
    color: var(--theme-color-white);
}

/*** 

====================================================================
		Contact Sectiom
====================================================================

***/

.form-box {
    position: relative;
    z-index: 1;
    background-color: var(--theme-color-white);
    padding: 60px;
    border-radius: 20px;
    margin-top: 70px;
    max-width: 590px;
}

@media (max-width: 991.98px) {
    .form-box {
        padding: 20px;
        max-width: 100%;
    }
}

.form-box .form-clt input,
.form-box .form-clt textarea {
    width: 100%;
    padding: 15px 30px;
    outline: none;
    background-color: var(--theme-color-white);
    color: var(--text-color);
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid var(--border-theme-color2);
}

.contact-one {
    position: relative;
    z-index: 1;
}

.contact-one .shape-1 {
    position: absolute;
    top: -140px;
    right: 20px;
}

@media (max-width: 1399.98px) {
    .contact-one .shape-1 {
        display: none;
    }
}

.contact-one .shape-2 {
    position: absolute;
    bottom: -120px;
    left: 30px;
}

@media (max-width: 1399.98px) {
    .contact-one .shape-2 {
        display: none;
    }
}

.contact-one__bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 8%;
}

.contact-one__image {
    bottom: 70px;
    height: 380px;
    position: absolute;
    width: 1170px;
    z-index: -1;
}

.contact-one__image img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .contact-one__image {
        bottom: 0;
        padding-right: 30px;
        top: 320px;
        width: 100%;
    }
}

.contact-one__info-card {
    background: rgba(255, 255, 255, 0.19);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 105px;
    margin-left: 50px;
    padding: 60px;
    padding-right: 70px;
    position: relative;
}

@media (max-width: 575.98px) {
    .contact-one__info-card {
        margin-left: 10px;
    }
}

@media (max-width: 375.98px) {
    .contact-one__info-card {
        padding-left: 50px;
        padding-right: 20px;
    }
}

.contact-one__info-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(66deg, #b4e019 1.39%, rgba(255, 255, 255, 0) 96.13%);
    border-radius: 20px;
    left: 24px;
    top: 24px;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .contact-one__info-card::before {
        background: linear-gradient(115deg, #b4e019 51.39%, rgba(255, 255, 255, 0) 96.13%);
    }
}

.contact-one__info-card .infu-box {
    gap: 20px;
}

.contact-one__info-card .infu-box .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 60px;
    height: 60px;
    background-color: var(--theme-color-white);
    font-size: 30px;
    color: var(--theme-color1);
}

.contact-one__info-card .infu-box span {
    color: var(--theme-color-white);
    font-weight: 600;
}

.contact-one__info-card .infu-box .num {
    color: var(--theme-color2);
}

.contact-one__contact-form {
    margin-top: -50px;
}

@media (max-width: 1199.98px) {
    .contact-one__contact-form {
        margin-top: 0;
    }
}

.contact-two__inner {
    padding: 0 120px;
    position: relative;
}

@media (max-width: 1699.98px) {
    .contact-two__inner {
        padding: 0 50px;
    }
}

@media (max-width: 1399.98px) {
    .contact-two__inner {
        padding: 0 0;
    }
}

.contact-two__inner .image {
    width: 1460px;
    height: 560px;
    margin-left: -120px;
}

@media (max-width: 1699.98px) {
    .contact-two__inner .image {
        width: 100%;
        margin-left: 0;
    }
}

.contact-two__inner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-two__inner .shape-1 {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.contact-two .bc-section-title {
    position: absolute;
    bottom: 200px;
    left: 120px;
    padding: 50px 55px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    max-height: 260px;
}

@media (max-width: 1499.98px) {
    .contact-two .bc-section-title {
        left: 0;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .contact-two .bc-section-title {
        left: 0;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding: 30px;
        width: 100%;
    }
}

.contact-two__info-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 135px 0 50px;
}

@media (max-width: 1399.98px) {
    .contact-two__info-boxes {
        padding: 50px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 50px;
    }
}

@media (max-width: 499.98px) {
    .contact-two__info-boxes {
        gap: 30px;
        padding: 30px;
    }
}

.contact-two__info-boxes .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 60px;
}

@media (max-width: 1499.98px) {
    .contact-two__info-boxes .info-box {
        padding: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .contact-two__info-boxes .info-box {
        padding: 0 0;
        border-right: 0;
    }
}

.contact-two__info-boxes .info-box .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    color: var(--theme-color-white);
}

.contact-two__info-boxes .info-box .text {
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.contact-two__contact-form {
    position: absolute;
    bottom: 0;
    right: 120px;
}

@media (max-width: 1699.98px) {
    .contact-two__contact-form {
        right: 20px;
    }
}

@media (max-width: 1399.98px) {
    .contact-two__contact-form {
        position: relative;
        right: 0;
    }
}

.contact-two__contact-form .form-box {
    padding: 40px 60px 60px;
    border-radius: 0;
}

@media (max-width: 1399.98px) {
    .contact-two__contact-form .form-box {
        max-width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 1199.98px) {
    .contact-two__contact-form .form-box {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .contact-two__contact-form .form-box {
        padding: 40px 0 60px;
    }
}

.contact-two__contact-form .form-box .title {
    text-align: center;
    color: var(--theme-color1);
}

.contact-two__contact-form .form-box .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-two__contact-form .form-box .tag span {
    color: var(--theme-color1);
    font-weight: 400;
}

.contact-two__contact-form .form-box .tag span i {
    padding-right: 10px;
    color: var(--theme-color1);
}

.contact-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-three .image {
    width: 550px;
    height: 703px;
    position: absolute;
    left: 0;
}

.contact-three .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-three .info-boxes {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: inline-end;
    gap: 130px;
    position: relative;
    background-color: var(--theme-color3);
    padding: 80px 60px 80px;
}

@media (max-width: 575.98px) {
    .contact-three .info-boxes {
        gap: 0;
    }
}

.contact-three .info-boxes .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
}

.contact-three .info-boxes .info-box .title {
    font-size: 50px;
    color: var(--theme-color1);
}

.contact-three .info-boxes .info-box span {
    font-size: 24px;
    color: var(--theme-color1);
}

.contact-three .info-boxes .image {
    position: absolute;
    left: 0;
}

.contact-three__contact-form .mc-section-title {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contact-three__contact-form .form-box {
    padding: 0;
    margin: 0;
}

.contact-three__contact-form .form-box .form-clt input,
.contact-three__contact-form .form-box .form-clt textarea {
    border: 0;
    border-radius: 0;
    background-color: var(--theme-color3);
}

.contact-three__contact-form .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .contact-three__contact-form .tag {
        display: block;
    }
}

.contact-three__contact-form .tag span {
    color: var(--theme-color1);
    font-weight: 400;
}

.contact-three__contact-form .tag span i {
    rotate: -45deg;
    padding-right: 10px;
    font-size: 6px;
    color: var(--theme-color1);
    position: relative;
    top: -7px;
}

.contact-form-four {
    position: relative;
}

.contact-form-four .theme-btn-main {
    background-color: transparent;
}

.contact-form-four .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-four .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-four .select2-container--default .select2-selection--single,
.contact-form-four input:not([type=submit]),
.contact-form-four textarea,
.contact-form-four select {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 23px 20px;
    color: #9c94b3;
    border-radius: 44px;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    background-color: transparent;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-four ::-webkit-input-placeholder {
    color: #9c94b3;
}

.contact-form-four input:focus,
.contact-form-four select:focus,
.contact-form-four textarea:focus {
    border-color: var(--theme-color1);
}

.contact-form-four textarea {
    height: 169px;
    resize: none;
}

.track-one {
    background: linear-gradient(236deg, #0e2767 1.27%, #214bb0 100%);
}

.track-one__image {
    width: 100%;
    height: 735px;
}

.track-one__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.track-one__inner {
    padding-bottom: 450px;
    position: relative;
}

.track-one__inner .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 50%;
}

.track-one__inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: -150px;
    right: 70px;
    z-index: 2;
}

@media (max-width: 1399.98px) {
    .track-one__inner .content {
        position: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -70px;
        margin-top: 40px;
    }
}

.track-one__inner .content .left {
    background-color: var(--theme-color-white);
    width: 420px;
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}

.track-one__inner .content .left .shape-1 {
    position: absolute;
    top: 70px;
    z-index: -1;
}

.track-one__inner .content .left .num {
    color: var(--theme-color2);
    font-size: 120px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -3.6px;
    text-transform: capitalize;
}

.track-one__inner .content .left .title {
    padding-top: 180px;
    color: var(--theme-color2);
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

.track-one__inner .content .right {
    background-color: var(--theme-color1);
    width: 420px;
}

.track-one__inner .content .right .image {
    width: 100%;
    height: 300px;
}

.track-one__inner .content .right .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.track-one__inner .content .right .title {
    padding: 40px 50px;
    color: var(--theme-color-white);
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

.cta-one {
    position: relative;
    margin-top: -380px;
}

@media (max-width: 991.98px) {
    .cta-one .container-fluid {
        padding: 0;
    }
}

.cta-one__inner {
    background-color: var(--theme-color3);
    padding: 80px 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 80px 46%;
    grid-template-columns: 50% 46%;
    gap: 80px;
}

@media (max-width: 1699.98px) {
    .cta-one__inner {
        gap: 50px;
    }
}

@media (max-width: 991.98px) {
    .cta-one__inner {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        padding: 50px 30px;
    }
}

@media (max-width: 375.98px) {
    .cta-one__inner {
        padding: 50px 10px;
    }
}

.cta-one__inner .left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
    .cta-one__inner .left {
        padding-bottom: 40px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.cta-one__inner .left .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cta-one__inner .left .head .num {
    font-size: 100px;
    line-height: 1;
    font-weight: 400;
}

.cta-one__inner .left .head p {
    color: var(--theme-color-white);
}

.cta-one__inner .left .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    padding-top: 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1699.98px) {
    .cta-one__inner .left .bottom {
        padding-top: 50px;
        gap: 40px;
    }
}

.cta-one__inner .left .bottom .image {
    width: 300px;
    height: 145px;
}

.cta-one__inner .left .bottom .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cta-one__inner .left .bottom .list li {
    color: var(--theme-color-white);
    padding: 2px 0;
}

.cta-one__inner .left .bottom .list li i {
    padding-right: 10px;
    color: var(--theme-color1);
}

.cta-one__inner .quote .icon {
    font-size: 40px;
    color: var(--theme-color-white);
}

.cta-one__inner .quote .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: var(--theme-color-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    padding-bottom: 40px;
}

.cta-one__inner .quote .quote-info {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.cta-one__inner .quote .quote-info .name-info .name {
    color: var(--theme-color-white);
}

.cta-one__inner .quote .quote-info .name-info span {
    color: var(--theme-color-white);
}

.cta-two {
    position: relative;
    z-index: 3;
    height: 960px;
}

@media (max-width: 1199.98px) {
    .cta-two {
        height: 100%;
    }
}

.cta-two__bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-two__content {
    position: relative;
    background-color: var(--theme-color-white);
    padding: 105px 0;
    bottom: -405px;
}

@media (max-width: 1199.98px) {
    .cta-two__content {
        padding: 50px 0;
    }
}

@media (max-width: 991.98px) {
    .cta-two__content {
        bottom: -115px;
    }
}

.cta-two__content .image-1 {
    width: 495px;
    height: 675px;
    position: absolute;
    left: -170px;
    top: -15px;
}

.cta-two__content .image-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .cta-two__content .image-1 {
        position: relative;
        left: 0;
        top: 0;
    }
}

@media (max-width: 575.98px) {
    .cta-two__content .image-1 {
        width: 100%;
    }
}

.cta-two__content .single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(0, 23, 45, 0.2);
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (max-width: 991.98px) {
    .cta-two__content .single-item {
        padding-left: 20px;
    }
}

.cta-two__content .single-item .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 23, 45, 0.06);
    font-size: 18px;
    color: var(--theme-color1);
    margin-bottom: 20px;
}

.cta-two__content .single-item .title {
    color: var(--theme-color2);
}

.cta-two__content .single-item p {
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color1);
}

.cta-two__content .quote {
    padding: 0 70px 0 40px;
    border-left: 1px solid rgba(0, 23, 45, 0.2);
}

@media (max-width: 1199.98px) {
    .cta-two__content .quote {
        padding-top: 30px;
    }
}

.cta-two__content .quote .icon {
    font-size: 60px;
    line-height: 1;
    color: var(--theme-color1);
}

.cta-two__content .quote .text {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: var(--theme-color1);
    padding-top: 30px;
    padding-bottom: 60px;
}

.cta-two__content .quote .quote-info .name {
    color: var(--theme-color1);
}

.cta-two__experience {
    position: absolute;
    right: 0;
    top: 0;
    padding: 115px 70px;
    background: var(--theme-color1);
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
}

@media (max-width: 991.98px) {
    .cta-two__experience {
        width: 100%;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding: 40px 20px;
    }
}

.cta-two__experience .num {
    color: var(--theme-color-white);
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    padding-right: 20px;
}

.cta-two__experience p {
    font-size: 30px;
    line-height: 35px;
    color: var(--theme-color-white);
}

.cta-two .image-wrap {
    position: absolute;
    right: 0;
    top: 526px;
}

@media (max-width: 1699.98px) {
    .cta-two .image-wrap {
        right: 310px;
        top: 0px;
    }
}

@media (max-width: 991.98px) {
    .cta-two .image-wrap {
        display: none;
    }
}

.cta-two .image-wrap .image-2 {
    width: 308px;
    height: 660px;
}

.cta-two .image-wrap .image-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cta-two .image-wrap .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cta-three {
    position: relative;
}

.cta-three__inner {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    width: 1540px;
    border-radius: 30px;
    border: 1.5px solid rgba(37, 46, 129, 0.5);
    background: rgba(0, 3, 28, 0.2);
    backdrop-filter: blur(33.0999984741px);
    overflow: hidden;
}

@media (max-width: 1699.98px) {
    .cta-three__inner {
        width: 90%;
    }
}

.cta-three__inner .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    mix-blend-mode: overlay;
    z-index: -1;
    left: 0;
    top: 0;
}

.cta-three__inner .image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cta-three__inner .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
}

.cta-three__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.cta-three__content .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}

.cta-four {
    position: relative;
    z-index: 2;
    bottom: -120px;
}

.cta-four__content {
    position: relative;
    z-index: 1;
    padding: 100px 20px;
    border-radius: 40px;
    text-align: center;
    background-color: var(--theme-color1);
}

.cta-four__content .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cta-four__content .text {
    color: var(--theme-color-white);
    font-weight: 600;
}

.cta-four__content .btn-wrap {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*** 

====================================================================
    News Section
====================================================================

***/

.news-one__inner {
    padding-top: 30px;
}

.news-one__single-card {
    margin-top: 30px;
}

.news-one__single-card .image {
    border-radius: 20px;
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.news-one__single-card .image img {
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.news-one__single-card .image img:nth-child(1) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
}

.news-one__single-card .image img:nth-child(2) {
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.news-one__single-card .content {
    padding: 0 0 30px 40px;
    border-radius: 20px;
    border: 1px solid var(--border-theme-color2);
}

@media (max-width: 1399.98px) {
    .news-one__single-card .content {
        padding-left: 20px;
    }
}

.news-one__single-card .content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}

.news-one__single-card .content .list li {
    font-size: 14px;
    font-weight: 600;
}

.news-one__single-card .content .list li:nth-child(2) {
    font-size: 15px;
    line-height: 1;
    color: var(--theme-color1);
}

.news-one__single-card .content .title {
    padding: 15px 0;
    font-weight: 600;
    line-height: 40px;
}

.news-one__single-card .content .title a {
    color: var(--theme-color2);
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__single-card .content .title:hover a {
    background-size: 100% 1px;
    color: var(--theme-color1);
}

.news-one__single-card .content .read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color);
    font-weight: 700;
    gap: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-one__single-card .content .read i {
    color: var(--theme-color2);
}

.news-one__single-card .content .read:hover {
    color: var(--theme-color1);
}

.news-one__single-card:hover .image img:nth-child(1) {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
}

.news-one__single-card:hover .image img:nth-child(2) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
}

.news-one__single-card.style-2 .image img {
    border-radius: 0;
}

.news-one__single-card.style-2 .content {
    padding: 0 0 30px 0;
    border: none;
}

.news-one__single-card.style-3 .content {
    position: relative;
    z-index: 1;
    top: -50px;
    margin: 0 20px;
    padding: 30px;
    border: none;
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1399.98px) {
    .news-one__single-card.style-3 .content {
        margin: 0 0;
    }
}

.news-one__single-card.style-3 .content .list {
    padding: 0;
}

.news-one__single-card.style-3 .content .list li {
    color: var(--theme-color3);
}

.news-one__single-card.style-3 .content .list li:nth-child(1) {
    background-color: var(--theme-color2);
    color: var(--theme-color1);
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 40px;
}

.news-one__single-card.style-3 .content .list.style-2 li:nth-child(1) {
    background-color: #fff8f0;
    color: #ff9548;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 40px;
}

.news-one__single-card.style-3 .content .list.style-3 li:nth-child(1) {
    background-color: #ebfbf3;
    color: #21d37e;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 40px;
}

.news-one__single-card.style-3 .content .title {
    line-height: 35px;
}

.news-one__single-card.style-3 .content .title a {
    font-weight: 700;
    color: var(--theme-color3);
}

.news-one__single-card.style-3 .content .clients-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.news-one__single-card.style-3 .content .clients-info .client-image {
    width: 44px;
    height: 44px;
}

.news-one__single-card.style-3 .content .clients-info .client-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.news-one__single-card.style-3 .content .clients-info .name-info .name {
    line-height: 1;
    color: var(--theme-color3);
}

.news-two .bc-section-title {
    padding-bottom: 30px;
}

.news-two .theme-btn-wrapper {
    margin: 20px 0;
}

.news-two__single-card {
    margin-bottom: 60px;
}

.news-two__single-card .image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.news-two__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(35%);
    filter: grayscale(35%);
}

.news-two__single-card .content {
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .news-two__single-card .content {
        padding-left: 0;
        padding-top: 20px;
    }
}

.news-two__single-card .content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.news-two__single-card .content .list li {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color1);
}

.news-two__single-card .content .list li:nth-child(1) {
    background-color: var(--theme-color1-border);
    padding: 5px 10px;
}

.news-two__single-card .content .list li:nth-child(2) {
    font-size: 15px;
    line-height: 1;
}

.news-two__single-card .content .title {
    padding: 15px 0 20px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 40px;
    border-bottom: 1px solid var(--theme-color1-border);
}

.news-two__single-card .content .title a {
    color: var(--theme-color2);
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-two__single-card .content .title:hover a {
    background-size: 100% 1px;
    color: var(--theme-color1);
}

.news-two__single-card .content .text {
    padding-bottom: 20px;
}

.news-three {
    border-top: 1px solid var(--theme-color1-border);
}

.news-three__single-card {
    position: relative;
    border: 1px solid var(--theme-color1-border);
    margin-top: 30px;
}

.news-three__single-card .image {
    width: 100%;
    height: 415px;
    position: relative;
    overflow: hidden;
}

.news-three__single-card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(35%);
    filter: grayscale(35%);
}

.news-three__single-card .content {
    padding: 10px 30px 0 0;
}

@media (max-width: 575.98px) {
    .news-three__single-card .content {
        padding: 10px 30px 10px 20px;
    }
}

.news-three__single-card .content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--theme-color1-border);
}

@media (max-width: 1399.98px) {
    .news-three__single-card .content .list {
        padding-bottom: 20px;
    }
}

.news-three__single-card .content .list li {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color1);
}

.news-three__single-card .content .list li:nth-child(1) {
    background-color: #f2f3ec;
    padding: 5px 10px;
}

.news-three__single-card .content .list li:nth-child(2) {
    font-size: 15px;
    line-height: 1;
}

.news-three__single-card .content .list .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--theme-color1);
}

.news-three__single-card .content .title {
    padding: 30px 0 15px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.6px;
}

@media (max-width: 1399.98px) {
    .news-three__single-card .content .title {
        padding: 15px 0;
    }
}

.news-three__single-card .content .title a {
    color: var(--theme-color1);
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-three__single-card .content .title:hover a {
    background-size: 100% 1px;
    color: var(--theme-color2);
}

.news-three__single-card .content .text {
    color: var(--theme-color1);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--theme-color1-border);
}

.news-three__single-card .content .bottom {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1399.98px) {
    .news-three__single-card .content .bottom {
        padding: 15px 0 0;
    }
}

.news-three__single-card .content .bottom .clients-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.news-three__single-card .content .bottom .clients-info .client-image {
    width: 35px;
    height: 35px;
}

.news-three__single-card .content .bottom .clients-info .client-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.news-three__single-card .content .bottom .clients-info .name-info .name {
    line-height: 1;
    color: var(--theme-color1);
}

.news-three__single-card .content .bottom .clients-info .name-info span {
    color: var(--theme-color1);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.news-three__single-card .content .bottom .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-three__single-card .content .bottom .icon i {
    rotate: -30deg;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-three__single-card .content .bottom .icon:hover {
    background-color: var(--theme-color1);
}

.news-three__single-card .content .bottom .icon:hover i {
    rotate: 0deg;
}

.news-three__single-card.style-2 .content .text {
    color: var(--theme-color1);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--theme-color1-border);
}

.news-three__single-card.style-2 .content .list li:nth-child(1) {
    background-color: rgba(185, 208, 255, 0.2);
    padding: 5px 10px;
}

.news-three__single-card.style-2 .content .list .dot {
    background-color: var(--theme-color3);
}

.news-three__single-card.style-2 .content .title {
    font-weight: 500;
}

.news-three__single-card.style-2 .content .title:hover a {
    color: var(--theme-color3);
}

.news-three__single-card.style-2 .content .bottom .clients-info .name-info .name {
    font-weight: 500;
}

.news-three__single-card.style-2 .content .bottom .icon {
    background-color: var(--theme-color3);
}

.news-three__single-card.style-2 .content .bottom .icon:hover {
    background-color: var(--theme-color1);
}

.news-three__single-card.style-2 .content .bottom .icon:hover i {
    rotate: 0deg;
}

.news-four__single-card {
    position: relative;
    margin-top: 30px;
}

.news-four__single-card .num {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 70px;
    height: 70px;
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: 500;
}

.news-four__single-card .image {
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
}

.news-four__single-card .image img {
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.news-four__single-card .image img:nth-child(1) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
}

.news-four__single-card .image img:nth-child(2) {
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.news-four__single-card .content {
    border: 1px solid var(--theme-color1-border);
}

.news-four__single-card .content .tag {
    padding-top: 30px;
    padding-left: 40px;
}

@media (max-width: 1199.98px) {
    .news-four__single-card .content .tag {
        padding-left: 20px;
    }
}

.news-four__single-card .content .tag span {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color1);
    background-color: var(--theme-color1-border);
}

.news-four__single-card .content .title {
    padding: 30px 40px 25px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.6px;
    border-bottom: 1px solid var(--theme-color1-border);
}

@media (max-width: 1199.98px) {
    .news-four__single-card .content .title {
        padding: 30px 20px 25px;
    }
}

.news-four__single-card .content .title a {
    color: var(--theme-color2);
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-four__single-card .content .title:hover a {
    background-size: 100% 1px;
    color: var(--theme-color1);
}

.news-four__single-card .content .bottom {
    padding: 20px 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .news-four__single-card .content .bottom {
        padding: 20px;
    }
}

.news-four__single-card .content .bottom .clients-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.news-four__single-card .content .bottom .clients-info .client-image {
    width: 35px;
    height: 35px;
}

.news-four__single-card .content .bottom .clients-info .client-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.news-four__single-card .content .bottom .clients-info .name-info .name {
    color: var(--theme-color2);
}

.news-four__single-card .content .bottom .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-four__single-card .content .bottom .icon i {
    rotate: -30deg;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-four__single-card .content .bottom .icon:hover {
    background-color: var(--theme-color2);
}

.news-four__single-card .content .bottom .icon:hover i {
    rotate: 0deg;
}

.news-four__single-card:hover .image img:nth-child(1) {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
}

.news-four__single-card:hover .image img:nth-child(2) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
}

.news-five {
    position: relative;
    z-index: 1;
    background-color: #ecf9ff;
    margin: 0 40px;
}

@media (max-width: 1399.98px) {
    .news-five {
        margin: 0 0;
    }
}

.news-five .shape-1 {
    position: absolute;
    bottom: 85px;
    left: 0;
}

@media (max-width: 1199.98px) {
    .news-five .shape-1 {
        display: none;
    }
}

.news-five .shape-2 {
    position: absolute;
    top: 50px;
    right: 0;
}

@media (max-width: 1199.98px) {
    .news-five .shape-2 {
        display: none;
    }
}

/***

====================================================================
    Award Section
====================================================================

***/

.award-one {
    position: relative;
    padding-bottom: 330px;
}

.award-one .shape-2 {
    position: absolute;
    top: -140px;
    left: -60px;
}

@media (max-width: 1199.98px) {
    .award-one .shape-2 {
        display: none;
    }
}

.award-one .shape-3 {
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .award-one .shape-3 {
        display: none;
    }
}

.award-one__bg-image {
    position: absolute;
    top: 120px;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    opacity: 15%;
    mix-blend-mode: screen;
}

.award-one__single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background-color: var(--theme-color-black);
    margin-top: 60px;
}

@media (max-width: 575.98px) {
    .award-one__single-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
}

.award-one__single-card .shape-1 {
    position: absolute;
    top: -60px;
    right: -60px;
}

@media (max-width: 1199.98px) {
    .award-one__single-card .shape-1 {
        display: none;
    }
}

.award-one__single-card .content-left {
    gap: 10px;
}

@media (max-width: 575.98px) {
    .award-one__single-card .content-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.award-one__single-card .content-left .icon {
    color: var(--theme-color3);
}

.award-one__single-card .content-left .icon i {
    font-size: 50px;
}

.award-one__single-card .content-left .title-info .tag {
    font-size: 14px;
    font-weight: 600;
}

.award-one__single-card .date {
    position: relative;
    font-weight: 600;
    color: var(--theme-color1);
}

.award-one__single-card .date::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 6px;
    height: 6px;
    background-color: var(--theme-color3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
}

.award-one__single-card.style-2 {
    margin-top: -80px;
}

@media (max-width: 1199.98px) {
    .award-one__single-card.style-2 {
        margin-top: 60px;
    }
}

.award-one__single-card.style-3 {
    left: 35px;
}

@media (max-width: 1199.98px) {
    .award-one__single-card.style-3 {
        left: 0;
    }
}

.award-one__single-card.style-4 {
    margin-top: -80px;
    right: -35px;
}

@media (max-width: 1199.98px) {
    .award-one__single-card.style-4 {
        margin-top: 60px;
        right: 0;
    }
}

.award-two {
    border-radius: 20px;
    margin: 0 20px;
    position: relative;
}

.award-two .shape-1 {
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
}

.award-two__experience {
    padding-top: 70px;
}

.award-two__experience .num {
    color: var(--theme-color1);
    font-size: 180px;
    font-weight: 500;
    line-height: 1;
}

.award-two__experience p {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 400;
}

.award-two__single-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 25px auto;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--border-color2-rgba);
    padding: 15px;
    gap: 25px;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .award-two__single-card {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
}

.award-two__single-card .award-icon {
    width: 125px;
    height: 125px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--border-color1-rgba);
    margin-right: 25px;
}

@media (max-width: 767.98px) {
    .award-two__single-card .award-icon {
        margin-right: 0;
    }
}

.award-two__single-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .award-two__single-card .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .award-two__single-card .content {
        text-align: center;
    }
}

.award-two__single-card .content .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

@media (max-width: 355.98px) {
    .award-two__single-card .content .tag {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .award-two__single-card .content .tag {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.award-two__single-card .content .tag span {
    border: 1px solid var(--border-color1-rgba);
    padding: 4px 20px 2px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.77);
}

.award-two__single-card .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 58px;
    height: 58px;
    background-color: var(--border-color1-rgba);
    float: inline-end;
    color: var(--theme-color-white);
    margin-left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
    .award-two__single-card .icon {
        margin: 0 auto;
    }
}

.award-two__single-card .icon i {
    rotate: -45deg;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.award-two__single-card .icon:hover {
    background-color: var(--theme-color1);
}

.award-two__single-card .icon:hover i {
    rotate: 0deg;
}

/*** 

====================================================================
    Brand Section
====================================================================

***/

.brand-one {
    position: relative;
    z-index: 1;
}

.brand-one__content {
    position: relative;
    border-bottom: 1px solid var(--border-theme-color2);
    padding: 60px 0;
}

.brand-one__content::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    height: 1px;
    background-color: var(--border-theme-color2);
    top: -72px;
    z-index: -2;
}

.brand-one__content.style-2::before {
    display: none;
    border-bottom: 1px solid rgba(16, 16, 16, 0.2);
    padding: 70px 0;
}

.brand-one__widget img {
    display: block;
    width: auto !important;
    -webkit-filter: contrast(0.2);
    filter: contrast(0.2);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.brand-one__widget:hover img {
    -webkit-filter: initial;
    filter: initial;
}

.brand-one__sec-title {
    margin: 0 auto;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 767.98px) {
    .brand-one__sec-title {
        width: auto;
    }
}

.brand-one__sec-title .sec-title {
    position: relative;
    padding: 30px 100px;
    z-index: 1;
    border: 2px solid var(--theme-color-light);
    border-radius: 78px;
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(20px);
}

@media (max-width: 575.98px) {
    .brand-one__sec-title .sec-title {
        padding: 30px 10px;
    }
}

.brand-one__sec-title .ball {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 75px;
    height: 75px;
    z-index: -1;
    top: 30px;
}

.brand-one__sec-title .ball.ball-1 {
    background-color: var(--theme-color1);
    left: auto;
    right: -10px;
}

@media (max-width: 575.98px) {
    .brand-one__sec-title .ball.ball-1 {
        display: none;
    }
}

.brand-one__sec-title .ball.ball-2 {
    background-color: var(--theme-color3);
    left: -10px;
}

@media (max-width: 575.98px) {
    .brand-one__sec-title .ball.ball-2 {
        display: none;
    }
}

.brand-one__sec-title .title {
    text-align: center;
    color: var(--headings-color);
    line-height: 40px;
    position: relative;
    z-index: 33;
}

.brand-one__sec-title.style-2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 45px;
    padding: 8px 20px;
    text-align: center;
    position: relative;
    background-color: var(--theme-color-white);
    border-radius: 30px;
}

.brand-one__sec-title.style-2 .title {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.brand-one__sec-title.style-2 .title span {
    color: var(--theme-color1);
}

.brand-two {
    position: relative;
    z-index: 1;
}

.brandtwo- .bg-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: -1;
}

.brand-two__sec-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 80px;
    padding: 8px 20px;
    text-align: center;
    position: relative;
    background-color: #1b1e3a;
    border-radius: 30px;
}

.brand-two__sec-title .title {
    font-size: 16px;
    font-weight: 600;
    background: -webkit-gradient(linear, right top, left top, from(#1aafd8), color-stop(49.19%, #3055eb), to(#b443ff));
    background: linear-gradient(270deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-two__content {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(270deg, #00031c 0%, #252e81 52.88%, #00031c 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#00031c), color-stop(52.88%, #252e81), to(#00031c)) 1;
    border-image: linear-gradient(270deg, #00031c 0%, #252e81 52.88%, #00031c 100%) 1;
}

.brand-two__content::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#00031c), color-stop(52.88%, #252e81), to(#00031c));
    background: linear-gradient(270deg, #00031c 0%, #252e81 52.88%, #00031c 100%);
    top: -100px;
    z-index: -2;
}

.brand-two__single-item {
    width: auto;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(37, 46, 129, 0.5);
    background: rgba(0, 3, 28, 0.46);
    backdrop-filter: blur(33.0999984741px);
}

.brand-two__single-item img {
    display: block;
    width: auto !important;
    -webkit-filter: contrast(0.2);
    filter: contrast(0.2);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.brand-two__single-item:hover img {
    -webkit-filter: initial;
    filter: initial;
}

.brand-three {
    border-top: 1px solid rgba(16, 16, 16, 0.2);
}

.brand-three__widget {
    width: auto;
    border-right: 1px solid rgba(16, 16, 16, 0.2);
    text-align: center;
    padding: 130px 80px;
}

.brand-three__widget img {
    width: auto;
}

.brand-four__content {
    padding: 90px 100px;
    background: linear-gradient(236deg, #0e2767 1.27%, #214bb0 100%);
}

.brand-four__widget img {
    display: block;
    width: auto !important;
}

/***
====================================================================
  Products details
====================================================================
***/

.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
    width: 100%;
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details .bxslider .thumb-box li img {
    width: 100%;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
    color: var(--theme-color-black);
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color2);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: #ffc737;
}

.product-details .product-info .product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--theme-color2);
    margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-1 .btn-title {
    color: var(--headings-color);
    text-transform: capitalize;
    font-weight: 500;
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .product-info .product-details__social .social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details .product-info .product-details__social .social-icon-one li {
    position: relative;
    margin-left: 20px;
}

.product-details .product-info .product-details__social .social-icon-one li:first-child {
    margin-left: 0;
}

.product-details .product-info .product-details__social .social-icon-one li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
    color: var(--theme-color1);
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block;
}

.product-details .product-info .product-details__social .title h3 {
    color: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0;
    }
}

.product-details .theme-btn-main:hover .theme-btn {
    -webkit-transform: none;
    transform: none;
}

.product-details__quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: relative;
}

.product-details__quantity .quantity-box {
    border-radius: 10px;
    height: 60px;
    position: relative;
    width: 98px;
}

.product-details__quantity .quantity-box input {
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    outline: none;
    padding-left: 30px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 98px;
}

.product-details__quantity .quantity-box button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-left: 1px solid #e0e4e8;
    border-top-right-radius: 10px;
    background-color: var(--theme-color2);
    color: #fff;
    font-size: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    position: absolute;
    right: 1px;
    top: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 29px;
}

.product-details__quantity .quantity-box button:hover {
    background-color: var(--theme-color1);
    color: var(--headings-color);
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    top: auto;
}

.product-discription {
    display: block;
    position: relative;
}

.product-discription .product-description__title {
    color: var(--headings-color);
    font-size: 30px;
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-discription .product-description__list {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.product-discription .product-description__list ul {
    display: block;
    position: relative;
}

.product-discription .product-description__list ul li {
    display: block;
    margin-bottom: 2px;
    position: relative;
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
    color: var(--headings-color);
    font-weight: 600;
    margin: 0;
}

.product-discription .product-description__list ul li p span:before {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0px 8.5px;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
    background-color: var(--theme-color2);
    color: #fff;
}

.product-discription .tab-btn-box .tab-btns li:last-child {
    margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
    color: var(--theme-color1);
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize;
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
    color: var(--theme-color1);
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

.product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left;
}

.product-discription .theme-btn-main {
    background-color: transparent;
}

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }
    .product-details__title span {
        margin-left: 0;
        display: block;
    }
    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}

/***

====================================================================
 Categories Section
====================================================================

***/

.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/

.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}

.category-block-two .content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding: 120px 0;
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.png);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.png) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box-two {
    position: relative;
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
    content: "";
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-color1);
}

.product-block-two .image {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    width: 110px;
    border: 1px solid #e4e1d6;
    margin-bottom: 0px;
}

.product-block-two .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 600;
}

.product-block-two .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block-two .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ffc737;
}

.products-carousel .owl-nav {
    display: none;
}

.products-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
}

.products-carousel .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    display: block;
    background: #879d91;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
    background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/

.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.png) left bottom no-repeat;
    background-size: 700px;
}

/*=== Mixitup Gallery ===*/

.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 0;
    padding: 5px 12px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    background-color: var(--theme-color2);
    color: #fff;
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-block.mix {
    display: none;
}

.product-block .inner-box {
    position: relative;
    border: 1px solid var(--theme-color2);
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover {
    border: 1px solid var(--theme-color1);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.product-block .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.product-block h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block h4 a {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block h4 a:hover {
    color: var(--theme-color1);
}

.product-block .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-gray-silver);
    font-weight: 600;
}

.product-block .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737;
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}

.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-block .ui-btn {
    background-color: var(--theme-color2);
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .ui-btn:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    background-color: var(--theme-color2);
}

table.tbl-shopping-cart .coupon-form .apply-button:hover span,
table.cart-total .coupon-form .apply-button:hover span {
    color: var(--theme-color-white);
}

.apply-button2 {
    position: relative;
    display: inline-block;
    color: var(--theme-color-white);
    background: var(--theme-color1);
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.apply-button2:hover {
    background-color: var(--theme-color2);
}

.apply-button2:hover span {
    color: var(--theme-color-white);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--theme-color2-text-color);
}

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.checkout-faq-box .accordion-box {
    position: relative;
}

.checkout-faq-box .accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(4, 18, 31, 0.08);
}

.checkout-faq-box .accordion-box .block .acc-btn .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 35px;
    line-height: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout-faq-box .accordion-box .block .acc-btn.active .icon {
    color: var(--theme-color2);
}

.checkout-faq-box .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.checkout-faq-box .accordion-box .block .acc-content {
    display: none;
    position: relative;
}

.checkout-faq-box .accordion-box .block .acc-content .content {
    padding: 25px 30px;
    position: relative;
}

.checkout-faq-box .accordion-box .block .acc-content .content .text {
    display: block;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #6B7280;
    margin-bottom: 0;
}

.checkout-faq-box .accordion-box .block .acc-content.current {
    display: block;
}

.shop-sidebar {
    display: block;
    position: relative;
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-search .search-form .form-group {
    margin: 0px;
    position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    background-color: var(--theme-color-gray);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    height: 52px;
    padding: 10px 60px 10px 20px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    background-color: var(--theme-color2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.shop-sidebar .sidebar-widget {
    background-color: var(--theme-color-gray);
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 35px 30px 37px 30px;
    position: relative;
}

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

.shop-sidebar .sidebar-widget .widget-title {
    display: block;
    margin-bottom: 16px;
    position: relative;
    color: var(--theme-color-black);
}

.shop-sidebar .category-widget .category-list li {
    display: block;
    margin-bottom: 14px;
    position: relative;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    color: #646578;
    display: inline-block;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color2);
}

.shop-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color2);
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px;
}

.shop-sidebar .post-widget {
    padding-bottom: 9px;
}

.shop-sidebar .post-widget .post {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 23px;
    min-height: 108px;
    padding-left: 90px;
    padding-bottom: 24px;
    position: relative;
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    height: 70px;
    left: 0px;
    position: absolute;
    top: 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 70px;
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
    color: #646578;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    position: relative;
}

.shop-sidebar .post-widget .post .price {
    color: #0a267a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1);
}

.range-slider {
    position: relative;
}

.range-slider .title {
    display: inline-block;
    line-height: 26px;
    margin-right: 4px;
    position: relative;
}

.range-slider .title:before {
    color: #646578;
    content: "$";
    font-size: 18px;
    left: -5px;
    position: absolute;
    top: -19px;
}

.range-slider p {
    color: #646578;
    display: inline-block;
    margin-right: 10px !important;
    position: relative;
}

.range-slider .input {
    color: #646578;
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
    max-width: 75px;
    position: relative;
}

.range-slider .input input {
    background: none;
    color: #646578;
    font-size: 15px;
    text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
    background-color: #d0d4dd;
    border-radius: 2px;
    border: none;
    height: 4px;
    margin-bottom: 14px;
}

.range-slider .ui-slider .ui-slider-range {
    background-color: var(--theme-color2);
    top: 0px;
    height: 4px;
}

.range-slider .ui-state-default {
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    margin-left: 0px;
    position: absolute;
    top: -5px;
    width: 14px;
}

.range-slider .ui-state-default:before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 6px;
}

.range-slider .ui-widget-content .ui-state-default {
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    margin-left: 0px;
    top: -5px;
    width: 14px;
}

.range-slider .ui-widget-content .ui-state-default:before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 6px;
    left: 4px;
    top: 4px;
    width: 6px;
}

.range-slider input[type=submit] {
    background: var(--theme-color2);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

/*** 

====================================================================
Page Title
====================================================================

***/

@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--theme-color-black);
    opacity: 0.8;
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    content: "›";       
    position: absolute;
    right: -4px;
    top: -3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: var(--theme-color3);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
    color: rgb(7, 7, 16);
    font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
    color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
    color: rgb(7, 7, 16);
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #ff6d2e;
    z-index: 1;
    padding-left: 0px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.error-page__inner .theme-btn {
    text-decoration: underline;
}

/***

====================================================================
        Contact
====================================================================

***/

.contact-details .sec-title h2 {
    color: var(--headings-color);
    margin-bottom: 40px;
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.contact-details__info li .icon {
    min-height: 80px;
    min-width: 80px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color: var(--theme-color-white);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--text-color-bg-theme-color1);
    color: var(--theme-color-white);
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color2);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 18px;
    color: var(--notech-black);
}

.contact-details__info li .text h6 {
    color: var(--headings-color);
}

.contact-details__info li+li {
    margin-top: 19px;
}

.map {
    height: 550px;
}

.contact-details .theme-btn {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
    padding: 16px 30px;
}



/***
=============================================
    Services Details
=============================================
***/

.service-sidebar {
     position: relative;       /* back to relative, NOT sticky */
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .theme-btn {
    border: 1px solid var(--theme-color-black);
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content img {
    width: 100%;
}

.services-details__content h3 {
    color: var(--headings-color);
}

.services-details__content .accordion-box .block .acc-btn {
    color: var(--headings-color);
}

.services-details__content .accordion-box .block .acc-btn .icon {
    background-color: var(--theme-color1);
}

.services-details__content .accordion-box .block .acc-content .content .text {
    color: var(--text-color);
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li+li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    border-radius: 15px;
    padding: 19px 40px;
}

.sidebar-service-list li a:hover {
    color: var(--theme-color1);
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color1);
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.service-details-help {
    background-color: var(--theme-color1);
    border-radius: 15px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 57px 55px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}

.service-section-seven.style-inner .service-block_seven .title a {
    color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven .text {
    color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .left-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .left-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .right-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .right-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details__img {
    display: block;
    position: relative;
}

.project-details__img img {
    border-radius: 10px;
    width: 100%;
}

.project-details__content {
    display: block;
    position: relative;
}

.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative;
}

.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative;
}

.project-details__details-box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1;
}

.project-details__details-list {
    display: block;
    position: relative;
}

.project-details__details-list li {
    display: block;
    position: relative;
}

.project-details__details-list li+li {
    margin-top: 24px;
}

.project-details-btn .theme-btn {
    position: relative;
}

.project-details-btn .theme-btn.btn-style-one {
    padding: 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
    background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }
    .project-details-btn .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px;
    }
    .project-details-btn .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 575.98px) {
    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}

.project-details-btn .theme-btn.btn-style-one:hover {
    color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 50px;
    color: var(--headings-color);
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.project-details__client a {
    text-decoration: underline;
}

.project-details__client a:hover {
    color: var(--link-color);
}

.project-details__name {
    color: var(--headings-color);
    font-size: 16px;
    line-height: 24px;
}

.project-details__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-details__social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 15px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.project-details__social a+a {
    margin-left: 10px;
}

.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.project-details__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.project-details__pagination li a {
    font-size: 16px;
    color: #696969;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__pagination li a:hover {
    color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    border: 2px solid var(--theme-color2);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li .title,
.project-details__pagination li .title a {
    color: #0A1222;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
    text-decoration-line: underline;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next .content {
    text-align: left;
    font-weight: var(--body-font-weight-bold);
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous .content {
    text-align: right;
}

.room-facility-list {
    position: relative;
}

.room-facility-list .icon {
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
    background-color: var(--theme-color1);
    color: #fff;
}

.room-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px 50px;
    position: relative;
    z-index: 1;
}

.product-details.rd-page .bx-wrapper {
    margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
    height: auto;
}

@media only screen and (max-width: 480px) {
    .room-block .inner-box .box-caption .book-btn {
        padding: 0 10px;
        margin-right: 10px;
    }
    .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
        margin-right: 10px;
    }
    .rooms-section {
        padding: 80px 0;
    }
}

.project-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.project-list li {
    color: #0A1222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 19px;
    margin-bottom: 30px;
}

.project-list i {
    color: var(--theme-color2);
    margin-right: 10px;
}

.project-list-item .icon {
    color: var(--theme-color2);
    font-size: 26px;
}

.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.project-details .sec-title .sub-title {
    color: var(--headings-color);
}

.project-details .sec-title .title {
    color: var(--headings-color);
}

/***

====================================================================
    Blog Details
====================================================================

***/

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--theme-color1);
}

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: var(--body-font-weight-bold);
    color: var(--headings-color);
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color1);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color1);
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--text-color-bg-theme-color2);
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a+a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

/* Nav Links */

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links>div .thumb a {
    display: inline-block;
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}

.nav-links>div>a:hover {
    color: #fff;
    background-color: var(--theme-color1);
}

/*** 

====================================================================
Sidebar
====================================================================

***/

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

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
    color: var(--headings-color);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color1);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: #fff;
    background: var(--theme-color1);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: #0e2207;
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/

.comment-one .comment-one__title {
    margin-bottom: 30px;
    color: var(--headings-color);
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
    color: var(--headings-color);
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px;
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: 1px solid var(--theme-color-black);
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

.comment-one .comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
    color: var(--headings-color);
    margin-bottom: 20px;
}

.comment-form .theme-btn {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    padding: 14px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

/*
 * Breadcume.scss
 * -----------------------------------------------
*/

.team-details-section {
    position: relative;
    padding: 120px 0 120px;
}

.team-details-section .image-column .inner-box {
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-radius: 20px;
}

.team-details-section .image-column .inner-box .title {
    color: var(--headings-color);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .team-details-section .image-column .inner-box .title {
        font-size: 22px;
    }
}

.team-details-section .image-column .inner-box .content-box {
    padding: 25px 40px 38px;
}

.team-details-section .image-column .inner-box .email .title {
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    margin-bottom: 6px;
}

.team-details-section .image-column .inner-box .location .title {
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    margin-bottom: 6px;
}

.team-details-section .image-column .inner-box .website .title {
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    margin-bottom: 6px;
}

.team-details-section .content-column .inner-box {
    margin-left: 25px;
}

.team-details-section .content-column .inner-box .team-content .team-desc .drop-cap {
    float: left;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    color: var(--theme-color4);
    padding-right: 8px;
    padding-top: 4px;
}

.team-details-section .content-column .inner-box .expert-title .title {
    font-size: 40px;
    color: var(--theme-color-black);
    padding-top: 10px;
    margin-bottom: 22px;
}

.team-details-section .content-column .inner-box .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    margin-top: 24px;
}

.team-details-section .content-column .inner-box .icon-box .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.team-details-section .content-column .inner-box .icon-box .icon-content .sub-title {
    font-size: 16px;
    color: var(--theme-color1);
    font-weight: 500;
    margin-bottom: 4px;
}

.team-details-section .content-column .inner-box .icon-box .icon-content .title {
    color: var(--headings-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    margin-bottom: 11px;
    padding-bottom: 13px;
}

.team-details-section .content-column .inner-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
}

.team-details-section .content-column .inner-box .btn-box .readmore {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-white);
    background: var(--gradient-1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-details-section .content-column .inner-box .btn-box .readmore::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-details-section .content-column .inner-box .btn-box .readmore:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-details-section .content-column .inner-box .btn-box .readmore i {
    position: relative;
    z-index: 3;
}

/***

==================================================================
	Main Footer
==================================================================

***/

.footer-widget {
    position: relative;
    margin-top: 60px;
    padding-top: 50px;
}

@media (max-width: 991.98px) {
    .footer-widget {
        margin-top: 60px;
        padding-top: 0;
    }
}

.widget-title {
    font-weight: 700;
    color: var(--theme-color-white);
}

.usefull-link li {
    padding: 6px 0;
}

.usefull-link li a {
    color: var(--theme-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.usefull-link li a:hover {
    color: var(--theme-color3);
    padding-left: 10px;
}

.footer-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.footer-social-icon a {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--theme-color-white);
}

.footer-social-icon a:hover {
    background-color: var(--theme-color3);
    color: var(--theme-color-black);
}

.newsletter {
    padding-top: 50px;
}

.newsletter .text {
    color: var(--theme-color-white);
}

.newsletter .newsletter-form {
    position: relative;
}

.newsletter .newsletter-form input {
    color: var(--theme-color-white);
    width: 80%;
    padding: 13px 30px;
    outline: none;
    background-color: var(--theme-color-black);
    color: var(--text-color);
    border-radius: 50px;
}

.newsletter .newsletter-form .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 55px;
    height: 55px;
    background-color: var(--theme-color3);
    color: var(--theme-color2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
}

.newsletter .newsletter-form .icon i {
    rotate: 45deg;
}

.newsletter .newsletter-form .icon:hover {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
}

.newsletter.style-2 .text {
    color: var(--theme-color-white);
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color1-rgba);
}

.newsletter.style-2 input {
    width: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.newsletter.style-2 input::-webkit-input-placeholder {
    color: var(--theme-color-white);
}

.newsletter.style-2 input::-moz-placeholder {
    color: var(--theme-color-white);
}

.newsletter.style-2 input:-ms-input-placeholder {
    color: var(--theme-color-white);
}

.newsletter.style-2 input::-ms-input-placeholder {
    color: var(--theme-color-white);
}

.newsletter.style-2 input::placeholder {
    color: var(--theme-color-white);
}

.newsletter.style-2 .arrow-icon {
    position: absolute;
    right: 20px;
    rotate: -45deg;
    color: var(--theme-color-white);
}

.newsletter .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.newsletter .form-check .form-check-label {
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
}

.newsletter .form-check .form-check-label span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.footer-bottom {
    background: var(--theme-color1);
}

.footer-bottom .content {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .footer-bottom .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-bottom .content p {
    color: var(--theme-color-white);
    font-weight: 400;
}

.footer-bottom .content .list {
    gap: 50px;
}

@media (max-width: 575.98px) {
    .footer-bottom .content .list {
        gap: 10px;
    }
}

.footer-bottom .content .list li a {
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-one {
    position: relative;
    z-index: 1;
}

.footer-one__bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 10%;
    z-index: -1;
}

.footer-one .shape-1 {
    position: absolute;
    top: -180px;
    right: -70px;
}

@media (max-width: 1699.98px) {
    .footer-one .shape-1 {
        display: none;
    }
}

.footer-one .shape-2 {
    position: absolute;
    bottom: 50px;
    left: -140px;
    z-index: 2;
}

@media (max-width: 1699.98px) {
    .footer-one .shape-2 {
        display: none;
    }
}

.footer-one__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-black);
    padding-right: 40px;
    border-radius: 20px;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .footer-one__top-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-bottom: 40px;
        gap: 20px;
    }
}

.footer-one__top-inner::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    width: 66%;
    height: 1px;
    left: auto;
    top: auto;
    bottom: -60px;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
    .footer-one__top-inner::after {
        display: none;
    }
}

.footer-one__top-inner .left-text {
    background-color: var(--theme-color3);
    font-size: 50px;
    padding: 30px 65px 30px 60px;
    font-weight: 800;
    text-align: center;
    line-height: 60px;
    color: var(--theme-color2);
    border-radius: 20px 0 0 20px;
}

@media (max-width: 1399.98px) {
    .footer-one__top-inner .left-text {
        font-size: 40px;
        padding: 30px 45px;
    }
}

@media (max-width: 1199.98px) {
    .footer-one__top-inner .left-text {
        font-size: 30px;
        padding: 30px 45px 35px 25px;
    }
}

@media (max-width: 991.98px) {
    .footer-one__top-inner .left-text {
        width: 100%;
        border-radius: 20px 20px 0 0;
        text-align: center;
    }
}

.footer-one__top-inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .footer-one__top-inner .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
}

.footer-one__top-inner .right .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: -42px;
    width: 85px;
    height: 85px;
    background-color: var(--theme-color2);
    position: relative;
    font-size: 40px;
    color: var(--theme-color3);
}

.footer-one__top-inner .right .icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 95px;
    height: 95px;
    background: -webkit-gradient(linear, left top, right top, color-stop(44.69%, #b4e019), to(#5d1ee2));
    background: linear-gradient(90deg, #23b1be 44.69%, #f98c1f 100%);
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .footer-one__top-inner .right .icon {
        margin-left: 0;
        margin-top: 30px;
    }
}

.footer-one__top-inner .right .email {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-left: 30px;
}

@media (max-width: 1199.98px) {
    .footer-one__top-inner .right .email {
        font-size: 22px;
        margin-left: 20px;
    }
}

@media (max-width: 991.98px) {
    .footer-one__top-inner .right .email {
        margin-left: 0;
    }
}

.footer-one__top-inner .circle-box {
    margin-left: 30px;
}

@media (max-width: 991.98px) {
    .footer-one__top-inner .circle-box {
        margin-left: 0;
    }
}

.footer-one__widget-inner {
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .footer-one__widget-inner {
        padding-bottom: 80px;
    }
}

.footer-one__logo {
    margin-top: 60px;
}

.footer-one__logo.style-1 {
    background-color: var(--theme-color-black);
    padding: 27px 23px;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .footer-one__logo.style-1 {
        padding: 45px 20px;
    }
}

.footer-one__logo.style-3 {
    color: #8c82a6;
}

.footer-one .usefull-link li a {
    color: var(--text-color);
    font-weight: 600;
}


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

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-contact-list i {
    font-size: 16px;
    margin-top: 4px;
}












/* ============================================================
   IT Services Section — "Powering Businesses with Smart,
   Scalable Digital Solutions"
   ============================================================ */

.it-services-section {
    background-color: #0d1b2a;
    position: relative;
    overflow: hidden;
}

/* Decorative radial glows */
.it-services-section .it-glow-top {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(35, 177, 190, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.it-services-section .it-glow-bottom {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(35, 177, 190, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* Grid-lines background */
.it-services-section .it-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(35, 177, 190, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(35, 177, 190, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* Content sits above decorative layers */
.it-services-section .auto-container {
    position: relative;
    z-index: 1;
}

/* Section header row */
.it-services-section .it-header-row {
    margin-bottom: 60px;
}

/* Sub-label pill */
.it-services-section .it-sub-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
}

.it-services-section .it-sub-label .it-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #23b1be;
}

.it-services-section .it-sub-label span {
    color: #23b1be;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

/* Section headline */
.it-services-section .it-section-title {
    color: #fff;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 20px;
}

/* Section description */
.it-services-section .it-section-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.85;
    max-width: 680px;
    margin: 0 auto;
}

/* Cards row */
.it-services-section .it-cards-row {
    margin-bottom: 60px;
}

/* Base card */
.it-service-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(35, 177, 190, 0.2);
    border-radius: 16px;
    padding: 36px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Highlighted / featured card */
.it-service-card--featured {
    background: rgba(35, 177, 190, 0.1);
    border-color: rgba(35, 177, 190, 0.4);
}

/* Coloured top bar on every card */
.it-service-card .it-card-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #23b1be, #1de9b6);
    border-radius: 16px 16px 0 0;
}

/* Icon wrapper */
.it-service-card .it-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(35, 177, 190, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.it-service-card--featured .it-card-icon {
    background: rgba(35, 177, 190, 0.25);
}

.it-service-card .it-card-icon i {
    font-size: 24px;
    color: #23b1be;
}

/* Card heading */
.it-service-card h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Card body text */
.it-service-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.85;
    margin: 0;
}

/* CTA strip */
.it-cta-strip {
    background: linear-gradient(135deg, rgba(35, 177, 190, 0.2) 0%, rgba(29, 233, 182, 0.1) 100%);
    border: 1px solid rgba(35, 177, 190, 0.35);
    border-radius: 20px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.it-cta-strip h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
}

.it-cta-strip p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    margin: 0;
}

.it-cta-strip .theme-btn-main {
    white-space: nowrap;
}


/* ============================================================
   Heritage Section — "Our Heritage & Core Services"
   ============================================================ */

.heritage-section {
    background-color: #23b1be;
    position: relative;
    overflow: hidden;
}

/* Decorative circles */
.heritage-section .heritage-circle-1 {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    pointer-events: none;
}

.heritage-section .heritage-circle-2 {
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.heritage-section .heritage-circle-3 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

/* Content sits above decorative layers */
.heritage-section .auto-container {
    position: relative;
    z-index: 1;
}

/* Section header row */
.heritage-section .heritage-header-row {
    margin-bottom: 55px;
}

/* Sub-label */
.heritage-section .heritage-sub-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
}

.heritage-section .heritage-sub-label .heritage-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.heritage-section .heritage-sub-label span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

/* Section headline */
.heritage-section .heritage-section-title {
    color: #fff;
    font-size: clamp(22px, 3vw, 36px);
    line-height: 1.45;
    font-weight: 700;
    margin: 0;
}

/* Cards row */
.heritage-section .heritage-cards-row {
    margin-bottom: 50px;
}

/* White service card */
.heritage-service-card {
    background: #fff;
    border-radius: 16px;
    padding: 38px 32px;
    height: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

/* Teal top bar */
.heritage-service-card .heritage-card-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #23b1be;
    border-radius: 16px 16px 0 0;
}

/* Icon + badge row */
.heritage-service-card .heritage-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.heritage-service-card .heritage-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(35, 177, 190, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.heritage-service-card .heritage-card-icon i {
    font-size: 22px;
    color: #23b1be;
}

.heritage-service-card .heritage-card-badge {
    display: inline-block;
    background: #23b1be;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 5px 16px;
    border-radius: 30px;
    text-transform: uppercase;
}

/* Card heading */
.heritage-service-card h4 {
    color: #1a1a2e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Card body text */
.heritage-service-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.85;
    margin: 0 0 16px;
}

.heritage-service-card p:last-child {
    margin-bottom: 0;
}

/* Bottom: image + stats row */
.heritage-section .heritage-bottom-row {
    /* uses Bootstrap .align-items-center */
}

/* Image */
.heritage-section .heritage-image {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
    margin-bottom: 30px;
}

/* Stats + quote column */
.heritage-section .heritage-stats-col {
    padding-left: 40px;
    margin-bottom: 30px;
}

/* Stats grid */
.heritage-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.heritage-stat-box {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 22px 20px;
    text-align: center;
    backdrop-filter: blur(4px);
}

.heritage-stat-box h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.heritage-stat-box p {
    color: rgba(255, 255, 255, 0.85);
    margin: 6px 0 0;
    font-size: 13px;
}

/* Quote block */
.heritage-quote {
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    padding-left: 24px;
}

.heritage-quote p {
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

/* ============================================================
   Responsive adjustments
   ============================================================ */

@media (max-width: 991px) {
    .it-cta-strip {
        padding: 30px 28px;
        flex-direction: column;
        align-items: flex-start;
    }

    .heritage-section .heritage-stats-col {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .heritage-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .it-services-section .it-section-title {
        font-size: 22px;
    }

    .heritage-section .heritage-section-title {
        font-size: 20px;
    }
}



      /* ── Reduced-motion safety net ─────────────────────────── */
      @media (prefers-reduced-motion: reduce) {
        *, *::before, *::after {
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          transition-duration: 0.01ms !important;
        }
      }

      /* ── Scroll-reveal base state ───────────────────────────── */
      .jrm-reveal {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 0.65s cubic-bezier(.22,.68,0,1.2),
                    transform 0.65s cubic-bezier(.22,.68,0,1.2);
      }
      .jrm-reveal.jrm-visible {
        opacity: 1;
        transform: translateY(0);
      }

      /* staggered children */
      .jrm-reveal-group > * {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.55s cubic-bezier(.22,.68,0,1.2),
                    transform 0.55s cubic-bezier(.22,.68,0,1.2);
      }
      .jrm-reveal-group.jrm-visible > *:nth-child(1) { opacity:1; transform:none; transition-delay:.05s; }
      .jrm-reveal-group.jrm-visible > *:nth-child(2) { opacity:1; transform:none; transition-delay:.15s; }
      .jrm-reveal-group.jrm-visible > *:nth-child(3) { opacity:1; transform:none; transition-delay:.25s; }
      .jrm-reveal-group.jrm-visible > *:nth-child(4) { opacity:1; transform:none; transition-delay:.35s; }
      .jrm-reveal-group.jrm-visible > *:nth-child(5) { opacity:1; transform:none; transition-delay:.45s; }
      .jrm-reveal-group.jrm-visible > *:nth-child(6) { opacity:1; transform:none; transition-delay:.55s; }

      /* slide-in from left */
      .jrm-reveal-left {
        opacity: 0;
        transform: translateX(-32px);
        transition: opacity 0.65s cubic-bezier(.22,.68,0,1.2),
                    transform 0.65s cubic-bezier(.22,.68,0,1.2);
      }
      .jrm-reveal-left.jrm-visible {
        opacity: 1;
        transform: translateX(0);
      }

      /* slide-in from right */
      .jrm-reveal-right {
        opacity: 0;
        transform: translateX(32px);
        transition: opacity 0.65s cubic-bezier(.22,.68,0,1.2),
                    transform 0.65s cubic-bezier(.22,.68,0,1.2);
      }
      .jrm-reveal-right.jrm-visible {
        opacity: 1;
        transform: translateX(0);
      }

      /* scale pop (used for images) */
      .jrm-reveal-scale {
        opacity: 0;
        transform: scale(0.94);
        transition: opacity 0.6s ease,
                    transform 0.6s cubic-bezier(.34,1.56,.64,1);
      }
      .jrm-reveal-scale.jrm-visible {
        opacity: 1;
        transform: scale(1);
      }

      /* ── Header nav links ───────────────────────────────────── */
      .main-menu .navigation > li > a {
        position: relative;
        transition: color 0.25s ease;
      }
      .main-menu .navigation > li > a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: width 0.3s cubic-bezier(.22,.68,0,1.2);
      }
      .main-menu .navigation > li:hover > a::after,
      .main-menu .navigation > li.current > a::after {
        width: 100%;
      }

      /* ── Header CTA button pulse on hover ───────────────────── */
      .header-btn {
        transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
      }
      .header-btn:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 8px 24px rgba(0,0,0,.18) !important;
      }
      .header-btn:active {
        transform: translateY(0) scale(0.98);
      }

      /* ── Logo subtle scale on hover ─────────────────────────── */
      .logo a, .nav-logo a {
        display: inline-block;
        transition: transform 0.3s cubic-bezier(.34,1.56,.64,1);
      }
      .logo a:hover, .nav-logo a:hover {
        transform: scale(1.05);
      }

      /* ── Sidebar service list links ─────────────────────────── */
      .sidebar-service-list ul li a {
        transition: padding-left 0.25s ease, color 0.25s ease;
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .sidebar-service-list ul li a:hover {
        padding-left: 6px;
      }
      .sidebar-service-list ul li a i {
        transition: transform 0.25s ease;
      }
      .sidebar-service-list ul li a:hover i {
        transform: translateX(4px);
      }

      /* ── Accordion micro-interaction ────────────────────────── */
      .accordion.block .acc-btn {
        transition: background 0.25s ease, padding-left 0.25s ease;
        cursor: pointer;
      }
      .accordion.block .acc-btn:hover {
        padding-left: 6px;
      }
      .accordion.block .acc-btn .icon {
        transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
      }
      .accordion.block.active-block .acc-btn .icon {
        transform: rotate(45deg);
      }
      .accordion.block .acc-content {
        transition: max-height 0.4s cubic-bezier(.22,.68,0,1.2),
                    opacity 0.35s ease;
        overflow: hidden;
      }

      /* ── Service images — zoom on hover ─────────────────────── */
      .services-details__content .feature-list .column img,
      .services-details__content > img {
        transition: transform 0.5s cubic-bezier(.22,.68,0,1.2),
                    box-shadow 0.4s ease;
        border-radius: 6px;
        will-change: transform;
      }
      .services-details__content .feature-list .column img:hover,
      .services-details__content > img:hover {
        transform: scale(1.025);
        box-shadow: 0 16px 40px rgba(0,0,0,.14);
      }

      /* ── Blockquote slide + fade ─────────────────────────────── */
      .blockquote-one {
        transition: border-color 0.3s ease, transform 0.3s ease;
      }
      .blockquote-one:hover {
        transform: translateX(6px);
      }

      /* ── Section heading underline draw ─────────────────────── */
      .services-details__content h3 {
        position: relative;
        display: inline-block;
      }
      /* Only decorate h3s that are NOT inside accordion content */
      .services-details__content > .content h3::after,
      .services-details__content > h3::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        border-radius: 2px;
        background: currentColor;
        transition: width 0.5s cubic-bezier(.22,.68,0,1.2);
      }
      /* Draw the line when the heading becomes visible (class added by observer) */
      .services-details__content > .content h3.jrm-visible::after,
      .services-details__content > h3.jrm-visible::after {
        width: 60px;
      }

/* Sidebar sticky — works because body has no overflow set */
.service-sidebar {
    position: sticky;
    top: 110px;
    align-self: flex-start;
}




 :root {
    --theme-color1: #23b1be;
    --theme-color3: #f98c1f;
}

/* ============================================================
   TYPOGRAPHY — Sora font applied safely, FA icons excluded
   ============================================================ */
body,
p,
li,
a,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
}

/* Target divs and spans ONLY inside content areas — not globally */
.services-details__content,
.services-details__content p,
.services-details__content li,
.services-details__content a,
.services-details__content h1,
.services-details__content h2,
.services-details__content h3,
.services-details__content h4,
.services-details__content h5,
.services-details__content h6 {
    font-family: 'Sora', sans-serif;
}

/* ============================================================
   FONT AWESOME PROTECTION — always restore FA font
   This undoes any accidental override from broad selectors
   ============================================================ */
.fa,
.fas,
.far,
.fal,
.fab,
.fad,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands,
.fa-duotone,
[class^="fa-"],
[class*=" fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* ============================================================
   H3 heading color override (orange)
   ============================================================ */
.services-details__content h3,
.services-details__content > .content h3,
.services-details__content > h3 {
    color: var(--theme-color3) !important;
}

/* ============================================================
   BLOCKQUOTE
   ============================================================ */
.blockquote-one {
    border-left: 4px solid var(--theme-color1) !important;
}



/* ============================================================
   SERVICE SIDEBAR HELP BOX
   ============================================================ */
.service-details-help {
    background-color: var(--theme-color1) !important;
}

/* ============================================================
   6S CARDS GRID
   ============================================================ */
.six-s-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .six-s-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .six-s-grid {
        grid-template-columns: 1fr;
    }
}
.six-s-card {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 22px 18px;
    background: #fafafa;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.six-s-card:hover {
    box-shadow: 0 6px 24px rgba(35, 177, 190, 0.13);
    transform: translateY(-3px);
}
.six-s-card .step-num {
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--theme-color1);
    line-height: 1;
    margin-bottom: 8px;
}
.six-s-card h5 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #1a1a2e;
    font-size: 14px;
    margin-bottom: 6px;
}
.six-s-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}
.six-s-card .accent-bar {
    width: 36px;
    height: 3px;
    background: var(--theme-color3);
    border-radius: 2px;
    margin-bottom: 10px;
}

/* ============================================================
   MATERIALS GRID
   ============================================================ */
.materials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .materials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .materials-grid {
        grid-template-columns: 1fr;
    }
}
.material-card {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 18px 16px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.material-card:hover {
    box-shadow: 0 6px 24px rgba(35, 177, 190, 0.12);
    transform: translateY(-2px);
}
.material-card .mat-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--theme-color1), #1a8f9a);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 18px;
}
.material-card .mat-text h6 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #1a1a2e;
    margin: 0 0 4px;
}
.material-card .mat-text p {
    font-size: 12px;
    color: #777;
    margin: 0;
    line-height: 1.55;
}

/* ============================================================
   WHY CHOOSE US CHECKLIST
   ============================================================ */
.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 575px) {
    .why-list {
        grid-template-columns: 1fr;
    }
}
.why-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #444;
    font-family: 'Sora', sans-serif;
}
.why-list li .chk {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

/* ============================================================
   SUSTAINABILITY BADGES
   ============================================================ */
.sustain-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}
.sustain-badge {
    background: linear-gradient(135deg, var(--theme-color1) 0%, #1a8f9a 100%);
    color: #fff;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 13px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}

/* ============================================================
   E-WASTE HIGHLIGHT BOX
   ============================================================ */
.ewaste-box {
    background: linear-gradient(135deg, rgba(35, 177, 190, 0.08) 0%, rgba(249, 140, 31, 0.06) 100%);
    border-left: 4px solid var(--theme-color1);
    border-radius: 0 10px 10px 0;
    padding: 20px 24px;
    margin: 20px 0;
}
.ewaste-box h5 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: var(--theme-color1);
    font-size: 15px;
    margin-bottom: 10px;
}
.ewaste-box ul {
    margin: 0;
    padding-left: 18px;
}
.ewaste-box ul li {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

/* ============================================================
   SLOGAN BANNER
   ============================================================ */
.slogan-banner {
    background: linear-gradient(135deg, var(--theme-color1) 0%, #1a8f9a 100%);
    border-radius: 12px;
    padding: 28px 32px;
    text-align: center;
    margin: 30px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.slogan-banner::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.slogan-banner::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}
.slogan-banner h4 {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
    position: relative;
    z-index: 1;
}
.slogan-banner p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* ============================================================
   3R PRINCIPLE
   ============================================================ */
.three-r {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.three-r-item {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 20px 12px;
    border-radius: 10px;
    border: 2px solid var(--theme-color1);
    transition: all 0.3s ease;
}
.three-r-item:hover {
    background: var(--theme-color1);
    color: #fff;
}
.three-r-item:hover .r-label,
.three-r-item:hover .r-sub {
    color: #fff !important;
}
.three-r-item .r-label {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--theme-color1);
    line-height: 1;
    transition: color 0.3s;
}
.three-r-item .r-sub {
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    margin-top: 6px;
    transition: color 0.3s;
}

/* ============================================================
   SERVICES LIST TWO COLUMNS
   ============================================================ */
.service-list-two-col {
    columns: 2;
    column-gap: 20px;
    margin: 0;
    padding-left: 18px;
}
@media (max-width: 575px) {
    .service-list-two-col {
        columns: 1;
    }
}
.service-list-two-col li {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
    font-family: 'Sora', sans-serif;
}

/* ============================================================
   ESTABLISHED BADGE
   ============================================================ */
.est-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--theme-color3);
    color: #fff;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    margin-bottom: 16px;
}






/* Phone CTA */

.phone-cta {
    color: #fff;
}

.phone-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
    animation: ring-pulse 1.5s ease-in-out infinite;
}

.phone-info {
    display: flex;
    flex-direction: column;
}

.phone-label {
    font-size: 13px;
    opacity: 0.75;
    line-height: 1.2;
}

.phone-number {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
    color: var(--theme-color2-text-color);
}

@keyframes ring-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
    50%       { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
}



/* whatsapp */
.wa-sticky {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #25D366;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: gap 0.35s ease;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
}

.wa-sticky .wa-icon-part {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

.wa-sticky .wa-text-part {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  transition: max-width 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.wa-sticky:hover .wa-text-part {
  max-width: 170px;
  padding: 0 18px 0 0;
}

/* Pulse ring animation */
.wa-sticky::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  animation: wa-sticky-pulse 2.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes wa-sticky-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50%       { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
}



/* ═══════════════════════════════════════════════════════════════
   DIVISIONS SECTION - FULLY RESPONSIVE CSS
   ═══════════════════════════════════════════════════════════════ */

/* ─── CSS Variables ────────────────────────────────── */
:root {
  --white: #ffffff;
  --black: #111111;
}

/* ─── Reset & Base ─────────────────────────────────── */
*, *::before, *::after { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

body {
  background: #f5f5f2;
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ─── Section Shell ────────────────────────────────── */
.divisions-wrapper {
  position: relative;
  padding: clamp(60px, 8vw, 120px) 0;
  background: #fff;
  overflow: hidden;
}

/* dot-grid texture */
.divisions-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #e0ddd8 1px, transparent 1px);
  background-size: clamp(18px, 2vw, 28px) clamp(18px, 2vw, 28px);
  opacity: .45;
  pointer-events: none;
}

/* ghost watermark */
.divisions-wrapper::after {
  content: 'DIVISIONS';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(50px, 15vw, 220px);
  font-weight: 900;
  letter-spacing: .04em;
  color: transparent;
  -webkit-text-stroke: clamp(0.5px, 0.15vw, 1.5px) rgba(0,0,0,.05);
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}

.auto-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(15px, 4vw, 40px);
  position: relative;
  z-index: 2;
}

/* ─── Header ───────────────────────────────────────── */
.div-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 70px);
}

.sub-badge {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  font-size: clamp(11px, 1.2vw, 16px);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--theme-color3);
  margin-bottom: clamp(12px, 2vw, 20px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}

.sub-badge .dot {
  width: clamp(6px, 0.8vw, 8px);
  height: clamp(6px, 0.8vw, 8px);
  border-radius: 50%;
  background: var(--theme-color3);
  flex-shrink: 0;
}

.sub-badge.revealed { 
  opacity: 1; 
  transform: translateY(0); 
}

.div-title {
  font-size: 50px;
  /* font-weight: 800; */
  line-height: 1.1;
  color: #111;
  letter-spacing: -.01em;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease .1s, transform .7s ease .1s;
  padding: 0 10px;
}

.div-title span { 
  color: var(--theme-color3); 
}

.div-title.revealed { 
  opacity: 1; 
  transform: translateY(0); 
}

/* ─── Grid ─────────────────────────────────────────── */
.div-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
}

/* ─── Card base ─────────────────────────────────────── */
.div-card {
  position: relative;
  border-radius: clamp(14px, 2vw, 20px);
  overflow: hidden;
  cursor: pointer;
  min-height: clamp(300px, 35vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3.5vw, 44px) clamp(20px, 3vw, 40px);
  isolation: isolate;
  opacity: 0;
  transform: translateY(60px) scale(.97);
  transition:
    opacity .75s cubic-bezier(.22,1,.36,1),
    transform .75s cubic-bezier(.22,1,.36,1),
    box-shadow .4s ease;
}

.div-card.revealed { 
  opacity: 1; 
  transform: translateY(0) scale(1); 
}

.div-card:nth-child(1) { transition-delay: .00s; }
.div-card:nth-child(2) { transition-delay: .14s; }
.div-card:nth-child(3) { transition-delay: .28s; }

/* Card themes */
.div-card--debt { 
  background: var(--theme-color1); 
  border: 1px solid rgba(255,255,255,.07); 
}

.div-card--it { 
  background: var(--theme-color3); 
  border: 1px solid rgba(255,255,255,.10); 
  min-height: clamp(320px, 38vw, 460px); 
}

.div-card--scrap { 
  background: var(--theme-color1); 
  border: 1px solid rgba(0,0,0,.08); 
}

/* Hover effects */
.div-card:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
  transform: translateY(-5px) scale(1);
}

/* animated bg orbs */
.card-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: transform .7s cubic-bezier(.22,1,.36,1), opacity .7s ease;
  z-index: 0;
}

.div-card--debt .card-shape-1 { 
  width: clamp(150px, 20vw, 260px);
  height: clamp(150px, 20vw, 260px);
  background: radial-gradient(circle, rgba(232,96,10,.18), transparent 70%);
  top: -80px;
  right: -80px; 
}

.div-card--debt .card-shape-2 { 
  width: clamp(100px, 14vw, 180px);
  height: clamp(100px, 14vw, 180px);
  background: radial-gradient(circle, rgba(255,255,255,.05), transparent 70%);
  bottom: -40px;
  left: -40px; 
}

.div-card--it .card-shape-1 { 
  width: clamp(180px, 24vw, 300px);
  height: clamp(180px, 24vw, 300px);
  background: radial-gradient(circle, rgba(0,0,0,.18), transparent 70%);
  top: -100px;
  left: -60px; 
}

.div-card--it .card-shape-2 { 
  width: clamp(120px, 16vw, 200px);
  height: clamp(120px, 16vw, 200px);
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%);
  bottom: -60px;
  right: -40px; 
}

.div-card--scrap .card-shape-1 { 
  width: clamp(140px, 18vw, 240px);
  height: clamp(140px, 18vw, 240px);
  background: radial-gradient(circle, rgba(50,130,60,.12), transparent 70%);
  top: -70px;
  right: -60px; 
}

.div-card--scrap .card-shape-2 { 
  width: clamp(90px, 12vw, 160px);
  height: clamp(90px, 12vw, 160px);
  background: radial-gradient(circle, rgba(0,0,0,.05), transparent 70%);
  bottom: -30px;
  left: -30px; 
}

.div-card:hover .card-shape-1 { transform: scale(1.25) translate(10px,-10px); }
.div-card:hover .card-shape-2 { transform: scale(1.2) translate(-8px,8px); }

/* ghost number */
.card-num {
  position: absolute;
  top: clamp(16px, 2.5vw, 28px);
  right: clamp(18px, 2.5vw, 32px);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(50px, 7vw, 90px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
  z-index: 1;
  transition: transform .5s ease, opacity .5s ease;
}

.div-card--debt .card-num { color: rgba(255,255,255,.06); }
.div-card--it .card-num { color: rgba(0,0,0,.10); }
.div-card--scrap .card-num { color: rgba(0,0,0,.07); }
.div-card:hover .card-num { transform: scale(1.08) translateY(-4px); opacity: .15; }

/* icon */
.card-icon-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(16px, 2.5vw, 28px);
  width: clamp(52px, 6vw, 72px);
  height: clamp(52px, 6vw, 72px);
  border-radius: clamp(12px, 1.5vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .45s cubic-bezier(.34,1.56,.64,1), box-shadow .45s ease, background .35s ease;
}

.div-card--debt .card-icon-wrap { background: rgba(232,96,10,.15); }
.div-card--it .card-icon-wrap { background: rgba(0,0,0,.15); }
.div-card--scrap .card-icon-wrap { background: rgba(50,130,60,.12); }

.div-card--debt:hover .card-icon-wrap { 
  background: rgba(232,96,10,.28); 
  transform: translateY(-6px) rotate(-4deg); 
  box-shadow: 0 20px 40px rgba(232,96,10,.25); 
}

.div-card--it:hover .card-icon-wrap { 
  background: rgba(0,0,0,.25); 
  transform: translateY(-6px) rotate(-4deg); 
  box-shadow: 0 20px 40px rgba(0,0,0,.2); 
}

.div-card--scrap:hover .card-icon-wrap { 
  background: rgba(50,130,60,.22); 
  transform: translateY(-6px) rotate(-4deg); 
  box-shadow: 0 20px 40px rgba(50,130,60,.2); 
}

.card-icon-wrap i { 
  font-size: clamp(18px, 2.5vw, 28px); 
  transition: transform .35s ease; 
}

.div-card--debt .card-icon-wrap i { color: #fff; }
.div-card--it .card-icon-wrap i { color: #fff; }
.div-card--scrap .card-icon-wrap i { color: #fff; }
.div-card:hover .card-icon-wrap i { transform: scale(1.15); }

/* body */
.card-body-inner { 
  position: relative; 
  z-index: 2; 
}

/* priority badge */
.card-priority {
  display: inline-block;
  font-size: clamp(9px, 1vw, 11px);
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: clamp(3px, 0.5vw, 4px) clamp(8px, 1vw, 12px);
  border-radius: 30px;
  margin-bottom: clamp(10px, 1.5vw, 16px);
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity .5s ease .25s, transform .5s ease .25s;
}

.div-card.revealed .card-priority { opacity: 1; transform: translateX(0); }
.div-card--debt .card-priority { background: rgba(232,96,10,.15); color: #fff; }
.div-card--it .card-priority { background: rgba(0,0,0,.2); color: #fff; }
.div-card--scrap .card-priority { background: rgba(50,130,60,.12); color: #fff; }

/* title */
.card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.01em;
  transition: transform .45s ease, letter-spacing .45s ease;
}

.div-card--debt .card-title { color: #fff; }
.div-card--it .card-title { color: #fff; }
.div-card--scrap .card-title { color: #fff; }
.div-card:hover .card-title { transform: translateX(4px); letter-spacing: .01em; }

/* arrow CTA */
.card-arrow {
  margin-top: clamp(16px, 2.5vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s ease .35s, transform .5s ease .35s;
}

.div-card.revealed .card-arrow { opacity: 1; transform: translateY(0); }
.div-card--debt .card-arrow { color: #fff; }
.div-card--it .card-arrow { color: #fff; }
.div-card--scrap .card-arrow { color: #fff; }

.card-arrow .arrow-circle {
  width: clamp(32px, 4vw, 42px);
  height: clamp(32px, 4vw, 42px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 1.4vw, 16px);
  flex-shrink: 0;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), background .35s ease, color .35s ease;
}

.div-card--debt .arrow-circle { background: rgba(232,96,10,.15); color: #fff; }
.div-card--it .arrow-circle { background: rgba(255,255,255,.2); color: #fff; }
.div-card--scrap .arrow-circle { background: rgba(50,130,60,.12); color: #fff; }

.div-card--debt:hover .arrow-circle { transform: translateX(6px); background: var(--theme-color3); color: #fff; }
.div-card--it:hover .arrow-circle { transform: translateX(6px); background: rgba(255,255,255,.35); }
.div-card--scrap:hover .arrow-circle { transform: translateX(6px); background: var(--theme-color3); color: #fff; }

/* shine sweep */
.div-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.06) 50%, transparent 60%);
  transition: left .6s ease;
  z-index: 1;
  pointer-events: none;
}

.div-card:hover::before { left: 160%; }

/* ─── Footer line ────────────────────────────────── */
.div-footer {
  text-align: center;
  margin-top: clamp(40px, 6vw, 72px);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease .4s, transform .7s ease .4s;
}

.div-footer.revealed { opacity: 1; transform: translateY(0); }

.div-footer-line {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  font-size: clamp(14px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
  flex-wrap: wrap;
  justify-content: center;
}

.div-footer-line .line { 
  width: clamp(40px, 8vw, 80px); 
  height: 2px; 
  background: linear-gradient(90deg, transparent, var(--theme-color3)); 
}

.div-footer-line .line.right { 
  background: linear-gradient(90deg, var(--theme-color3), transparent); 
}

.div-footer-line span:not(.line) { 
  color: var(--theme-color3); 
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════════════ */

/* ─── Extra Large Screens (1400px+) ─────────────────── */
@media (min-width: 1400px) {
  .auto-container {
    max-width: 1400px;
  }
  
  .div-card {
    min-height: 450px;
  }
  
  .div-card--it {
    min-height: 480px;
  }
}

/* ─── Large Desktops (1200px - 1400px) ──────────────── */
@media (max-width: 1400px) and (min-width: 1200px) {
  .auto-container {
    max-width: 1200px;
  }
  
  .div-grid {
    gap: 24px;
  }
}

/* ─── Desktops (1024px - 1200px) ────────────────────── */
@media (max-width: 1200px) and (min-width: 1024px) {
  .div-grid {
    gap: 20px;
  }
  
  .div-card {
    min-height: 380px;
    padding: 32px 28px;
  }
  
  .div-card--it {
    min-height: 400px;
  }
  
  .card-num {
    font-size: 70px;
  }
}

/* ─── Tablets Landscape (768px - 1024px) ────────────── */
@media (max-width: 1024px) {
  .div-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
  }
  
  .div-card--it { 
    grid-column: span 2; 
    min-height: 340px; 
  }
  
  .div-card {
    min-height: 340px;
    padding: 30px 26px;
  }
  
  .card-num {
    font-size: 60px;
    top: 20px;
    right: 24px;
  }
  
  .card-icon-wrap {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrap i {
    font-size: 22px;
  }
  
  .div-title {
    font-size: clamp(32px, 5vw, 50px);
  }
}

/* ─── Tablets Portrait (640px - 768px) ──────────────── */
@media (max-width: 768px) {
  .divisions-wrapper {
    padding: 70px 0 80px;
  }
  
  .div-header {
    margin-bottom: 40px;
  }
  
  .sub-badge {
    font-size: 12px;
    letter-spacing: .12em;
  }
  
  .div-title {
    font-size: clamp(28px, 6vw, 42px);
    line-height: 1.15;
  }
  
  .div-grid {
    gap: 18px;
  }
  
  .div-card {
    min-height: 300px;
    padding: 26px 22px;
    border-radius: 16px;
  }
  
  .div-card--it {
    min-height: 320px;
  }
  
  .card-num {
    font-size: 50px;
  }
  
  .card-title {
    font-size: clamp(26px, 4vw, 34px);
  }
  
  .card-icon-wrap {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
  }
  
  .card-arrow .arrow-circle {
    width: 36px;
    height: 36px;
  }
  
  .div-footer {
    margin-top: 50px;
  }
  
  .div-footer-line {
    font-size: 16px;
    gap: 14px;
  }
  
  .div-footer-line .line {
    width: 50px;
  }
}

/* ─── Mobile Landscape (480px - 640px) ──────────────── */
@media (max-width: 640px) {
  .divisions-wrapper { 
    padding: 60px 0 70px; 
  }
  
  .divisions-wrapper::after {
    font-size: 60px;
    -webkit-text-stroke: 0.8px rgba(0,0,0,.04);
  }
  
  .auto-container {
    padding: 0 16px;
  }
  
  .div-header {
    margin-bottom: 32px;
  }
  
  .sub-badge {
    font-size: 11px;
    gap: 8px;
    letter-spacing: .1em;
  }
  
  .sub-badge .dot {
    width: 6px;
    height: 6px;
  }
  
  .div-title {
    font-size: clamp(26px, 7vw, 36px);
  }
  
  .div-grid { 
    grid-template-columns: 1fr; 
    gap: 16px; 
  }
  
  .div-card--it { 
    grid-column: auto; 
    min-height: 320px; 
  }
  
  .div-card { 
    min-height: 280px; 
    padding: 24px 20px;
    border-radius: 14px;
  }
  
  .card-num {
    font-size: 50px;
    top: 16px;
    right: 18px;
  }
  
  .card-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  
  .card-icon-wrap i {
    font-size: 20px;
  }
  
  .card-priority {
    font-size: 9px;
    padding: 3px 10px;
    margin-bottom: 12px;
  }
  
  .card-title {
    font-size: 28px;
  }
  
  .card-arrow {
    margin-top: 18px;
    font-size: 11px;
    gap: 10px;
  }
  
  .card-arrow .arrow-circle {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  
  .div-footer {
    margin-top: 40px;
  }
  
  .div-footer-line {
    font-size: 14px;
    gap: 12px;
  }
  
  .div-footer-line .line {
    width: 40px;
  }
}

/* ─── Mobile Portrait (360px - 480px) ───────────────── */
@media (max-width: 480px) {
  .divisions-wrapper {
    padding: 50px 0 60px;
  }
  
  .divisions-wrapper::after {
    font-size: 45px;
  }
  
  .auto-container {
    padding: 0 14px;
  }
  
  .div-header {
    margin-bottom: 28px;
  }
  
  .sub-badge {
    font-size: 10px;
    margin-bottom: 14px;
  }
  
  .div-title {
    font-size: 26px;
    line-height: 1.2;
  }
  
  .div-grid {
    gap: 14px;
  }
  
  .div-card {
    min-height: 260px;
    padding: 22px 18px;
    border-radius: 12px;
  }
  
  .div-card--it {
    min-height: 280px;
  }
  
  .card-num {
    font-size: 42px;
    top: 14px;
    right: 16px;
  }
  
  .card-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  
  .card-icon-wrap i {
    font-size: 18px;
  }
  
  .card-priority {
    font-size: 8px;
    padding: 2px 8px;
    margin-bottom: 10px;
    letter-spacing: .12em;
  }
  
  .card-title {
    font-size: 24px;
  }
  
  .card-title br {
    display: none;
  }
  
  .card-arrow {
    margin-top: 16px;
    font-size: 10px;
    gap: 8px;
  }
  
  .card-arrow .arrow-circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  .div-footer {
    margin-top: 36px;
  }
  
  .div-footer-line {
    font-size: 12px;
    gap: 10px;
    padding: 0 10px;
  }
  
  .div-footer-line .line {
    width: 30px;
    height: 1.5px;
  }
  
  /* Reduce hover effects on mobile */
  .div-card:hover {
    transform: translateY(-3px) scale(1);
  }
  
  .div-card:hover .card-icon-wrap {
    transform: translateY(-4px) rotate(-2deg);
  }
}

/* ─── Small Mobile (320px - 360px) ──────────────────── */
@media (max-width: 360px) {
  .divisions-wrapper {
    padding: 40px 0 50px;
  }
  
  .divisions-wrapper::after {
    font-size: 38px;
    display: none;
  }
  
  .auto-container {
    padding: 0 12px;
  }
  
  .div-header {
    margin-bottom: 24px;
  }
  
  .sub-badge {
    font-size: 9px;
    gap: 6px;
  }
  
  .div-title {
    font-size: 22px;
  }
  
  .div-grid {
    gap: 12px;
  }
  
  .div-card {
    min-height: 240px;
    padding: 20px 16px;
    border-radius: 10px;
  }
  
  .div-card--it {
    min-height: 250px;
  }
  
  .card-num {
    font-size: 36px;
    top: 12px;
    right: 14px;
  }
  
  .card-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    margin-bottom: 14px;
  }
  
  .card-icon-wrap i {
    font-size: 16px;
  }
  
  .card-priority {
    font-size: 7px;
    padding: 2px 6px;
    margin-bottom: 8px;
  }
  
  .card-title {
    font-size: 20px;
  }
  
  .card-arrow {
    margin-top: 14px;
    font-size: 9px;
    gap: 6px;
  }
  
  .card-arrow .arrow-circle {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
  
  .div-footer {
    margin-top: 30px;
  }
  
  .div-footer-line {
    font-size: 10px;
    gap: 8px;
    letter-spacing: .04em;
  }
  
  .div-footer-line .line {
    width: 24px;
    height: 1px;
  }
}

/* ─── Touch Device Optimizations ────────────────────── */
@media (hover: none) and (pointer: coarse) {
  .div-card:hover {
    transform: none;
    box-shadow: none;
  }
  
  .div-card:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  
  .div-card:hover .card-icon-wrap {
    transform: none;
    box-shadow: none;
  }
  
  .div-card:hover .card-num {
    transform: none;
    opacity: inherit;
  }
  
  .div-card:hover .card-title {
    transform: none;
    letter-spacing: inherit;
  }
  
  .div-card:hover .card-shape-1,
  .div-card:hover .card-shape-2 {
    transform: none;
  }
  
  .div-card::before {
    display: none;
  }
  
  .card-arrow .arrow-circle {
    background: rgba(255,255,255,.2) !important;
  }
}

/* ─── Landscape Mobile Fix ──────────────────────────── */
@media (max-height: 500px) and (orientation: landscape) {
  .divisions-wrapper {
    padding: 40px 0 50px;
  }
  
  .div-header {
    margin-bottom: 24px;
  }
  
  .div-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  
  .div-card {
    min-height: 200px;
    padding: 16px 14px;
  }
  
  .div-card--it {
    grid-column: auto;
    min-height: 200px;
  }
  
  .card-icon-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  
  .card-icon-wrap i {
    font-size: 16px;
  }
  
  .card-num {
    font-size: 32px;
  }
  
  .card-title {
    font-size: 18px;
  }
  
  .card-title br {
    display: none;
  }
  
  .card-arrow {
    margin-top: 10px;
    font-size: 9px;
  }
  
  .card-arrow .arrow-circle {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  
  .div-footer {
    margin-top: 24px;
  }
  
  .div-footer-line {
    font-size: 12px;
  }
}

/* ─── High DPI / Retina Displays ────────────────────── */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .divisions-wrapper::before {
    background-size: clamp(16px, 1.8vw, 26px) clamp(16px, 1.8vw, 26px);
  }
}

/* ─── Reduced Motion ────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .div-card,
  .sub-badge,
  .div-title,
  .div-footer,
  .card-priority,
  .card-arrow,
  .card-icon-wrap,
  .card-num,
  .card-shape,
  .card-title {
    transition: none;
    animation: none;
  }
  
  .div-card.revealed,
  .sub-badge.revealed,
  .div-title.revealed,
  .div-footer.revealed {
    opacity: 1;
    transform: none;
  }
  
  .div-card.revealed .card-priority,
  .div-card.revealed .card-arrow {
    opacity: 1;
    transform: none;
  }
  
  .div-card::before {
    display: none;
  }
}

/* ─── Print Styles ──────────────────────────────────── */
@media print {
  .divisions-wrapper {
    padding: 30px 0;
    background: #fff !important;
  }
  
  .divisions-wrapper::before,
  .divisions-wrapper::after {
    display: none;
  }
  
  .div-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .div-card {
    min-height: auto;
    padding: 20px;
    border: 1px solid #ddd !important;
    background: #f5f5f5 !important;
    page-break-inside: avoid;
  }
  
  .div-card--debt,
  .div-card--it,
  .div-card--scrap {
    background: #f5f5f5 !important;
  }
  
  .card-shape,
  .card-num {
    display: none;
  }
  
  .card-title,
  .card-priority,
  .card-arrow {
    color: #111 !important;
  }
  
  .card-icon-wrap {
    background: #ddd !important;
  }
  
  .card-icon-wrap i {
    color: #333 !important;
  }
}













    
/* Google map css */
.map-float {
  position: fixed;
  bottom: 116px;   /* adjust if WhatsApp button exists */
  left: 28px;
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  z-index: 999;
  animation: pulse 1.8s infinite;
}

.map-float img {
  width: 30px;
  height: 30px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(66,133,244,0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 18px rgba(66,133,244,0);
  }
  100% {
    transform: scale(1);
  }
}





/* ============================================
   JEY RAM GROUPS - CHATBOT WIDGET STYLES
   Fully Fixed Version - No Fullscreen on Mobile
   ============================================ */

/* CSS Variables */
:root {
    --cb-primary: #23b1be;
    --cb-primary-dark: #1a8a94;
    --cb-primary-light: #e8f7f8;
    --cb-secondary: #f98c1f;
    --cb-secondary-dark: #e07a10;
    --cb-white: #ffffff;
    --cb-gray-50: #f9fafb;
    --cb-gray-100: #f3f4f6;
    --cb-gray-200: #e5e7eb;
    --cb-gray-300: #d1d5db;
    --cb-gray-400: #9ca3af;
    --cb-gray-500: #6b7280;
    --cb-gray-600: #4b5563;
    --cb-gray-700: #374151;
    --cb-gray-800: #1f2937;
    --cb-success: #10b981;
    --cb-error: #ef4444;
    --cb-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --cb-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --cb-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --cb-radius: 16px;
    --cb-radius-sm: 8px;
    --cb-radius-full: 9999px;
    --cb-transition: 250ms ease;
    --cb-z-index: 999999;
}

/* ============================================
   WIDGET CONTAINER
   Always fixed, always bottom-right, always on top
   ============================================ */
#chatbot-widget {
    position: fixed !important;
    bottom: 206px !important;
    right: auto !important;
    top: auto !important;
    left: 28px !important;
    z-index: var(--cb-z-index) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    /* Isolate from any parent transforms/overflow */
    transform: none;
    will-change: unset;
}

#chatbot-widget *,
#chatbot-widget *::before,
#chatbot-widget *::after {
    box-sizing: border-box;
}

/* ============================================
   TOGGLE BUTTON
   ============================================ */
.chat-toggle-btn {
    width: 60px;
    height: 60px;
    border-radius: var(--cb-radius-full);
    border: none;
    background: linear-gradient(135deg, var(--cb-primary) 0%, var(--cb-primary-dark) 100%);
    color: var(--cb-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(35, 177, 190, 0.45);
    transition: all var(--cb-transition);
    position: relative;
    overflow: visible;
}

.chat-toggle-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(35, 177, 190, 0.55);
}

.chat-toggle-btn:focus {
    outline: none;
    box-shadow: 0 4px 20px rgba(35, 177, 190, 0.45), 0 0 0 3px rgba(35, 177, 190, 0.4);
}

.chat-toggle-btn:active {
    transform: scale(0.95);
}

.chat-toggle-btn svg {
    width: 28px;
    height: 28px;
    transition: all var(--cb-transition);
    position: absolute;
}

.chat-toggle-btn .chat-icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.chat-toggle-btn .close-icon {
    opacity: 0;
    transform: scale(0.5) rotate(-90deg);
}

.chat-toggle-btn.active .chat-icon {
    opacity: 0;
    transform: scale(0.5) rotate(90deg);
}

.chat-toggle-btn.active .close-icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* ============================================
   NOTIFICATION BADGE
   ============================================ */
.notification-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--cb-secondary);
    color: var(--cb-white);
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: var(--cb-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-shadow: 0 2px 6px rgba(249, 140, 31, 0.5);
    animation: cb-pulse-badge 2s infinite;
    z-index: 1;
}

@keyframes cb-pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

/* ============================================
   CHAT CONTAINER
   Fixed position — independent of widget parent offset
   ============================================ */
.chat-container {
    position: fixed !important;
    bottom: 96px !important;
    right: 24px !important;
    top: auto !important;
    left: auto !important;
    width: 370px;
    height: 580px;
    max-height: calc(100vh - 120px);
    background: var(--cb-white);
    border-radius: var(--cb-radius);
    box-shadow: var(--cb-shadow-2xl);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform-origin: bottom right;
    transition: opacity 350ms cubic-bezier(0.34, 1.56, 0.64, 1),
                transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1),
                visibility 350ms;
    z-index: calc(var(--cb-z-index) - 1);
}

.chat-container.hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85) translateY(16px);
    pointer-events: none;
}

.chat-container:not(.hidden) {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}

/* ============================================
   CHAT HEADER
   ============================================ */
.chat-header {
    background: linear-gradient(135deg, var(--cb-primary) 0%, var(--cb-primary-dark) 100%);
    color: var(--cb-white);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bot-avatar {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--cb-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bot-avatar svg {
    width: 26px;
    height: 26px;
}

.bot-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bot-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.bot-status {
    font-size: 12px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: var(--cb-success);
    border-radius: var(--cb-radius-full);
    animation: cb-pulse-status 2s infinite;
    flex-shrink: 0;
}

@keyframes cb-pulse-status {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.minimize-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--cb-radius-sm);
    color: var(--cb-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 150ms ease;
    flex-shrink: 0;
}

.minimize-btn:hover {
    background: rgba(255, 255, 255, 0.35);
}

.minimize-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.minimize-btn svg {
    width: 18px;
    height: 18px;
}

/* ============================================
   MESSAGES AREA
   ============================================ */
.chat-messages {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--cb-gray-50);
    scroll-behavior: smooth;
}

.chat-messages::-webkit-scrollbar {
    width: 5px;
}

.chat-messages::-webkit-scrollbar-track {
    background: transparent;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: var(--cb-gray-300);
    border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
    background: var(--cb-gray-400);
}

/* ============================================
   MESSAGE BUBBLES
   ============================================ */
.message-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: cb-message-slide 0.3s ease;
}

@keyframes cb-message-slide {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.message-wrapper.bot  { align-items: flex-start; }
.message-wrapper.user { align-items: flex-end; }

.message-bubble {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: var(--cb-radius);
    word-wrap: break-word;
    word-break: break-word;
}

.message-wrapper.bot .message-bubble {
    background: var(--cb-white);
    color: var(--cb-gray-800);
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

.message-wrapper.user .message-bubble {
    background: linear-gradient(135deg, var(--cb-primary) 0%, var(--cb-primary-dark) 100%);
    color: var(--cb-white);
    border-bottom-right-radius: 4px;
}

/* Summary bubble — no padding, full width */
.message-bubble.summary-bubble {
    max-width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

/* ============================================
   MESSAGE META (timestamp + read receipt)
   ============================================ */
.message-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--cb-gray-400);
    padding: 0 4px;
}

.message-wrapper.user .message-meta {
    flex-direction: row-reverse;
}

.read-receipt {
    font-size: 12px;
    color: var(--cb-gray-400);
    transition: color 150ms ease;
}

.read-receipt.seen {
    color: var(--cb-primary);
}

/* ============================================
   SUMMARY CARD
   ============================================ */
.summary-card {
    background: var(--cb-white);
    border-radius: var(--cb-radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 2px solid var(--cb-primary);
}

.summary-header {
    background: linear-gradient(135deg, var(--cb-primary) 0%, var(--cb-primary-dark) 100%);
    color: var(--cb-white);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary-icon { font-size: 20px; }

.summary-title {
    font-weight: 600;
    font-size: 15px;
}

.summary-content { padding: 16px; }

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 9px 0;
    gap: 12px;
}

.summary-row:first-child { padding-top: 0; }

.summary-row.requirements {
    flex-direction: column;
    gap: 5px;
}

.summary-row.requirements .summary-value {
    text-align: left;
    color: var(--cb-gray-600);
    font-style: italic;
}

.summary-label {
    color: var(--cb-gray-500);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.summary-value {
    color: var(--cb-gray-800);
    font-weight: 500;
    text-align: right;
    word-break: break-word;
}

.summary-divider {
    height: 1px;
    background: var(--cb-gray-200);
    margin: 6px 0;
}

.summary-footer {
    background: var(--cb-gray-100);
    padding: 11px 16px;
    text-align: center;
    font-size: 13px;
    color: var(--cb-gray-600);
    border-top: 1px solid var(--cb-gray-200);
}

/* ============================================
   TYPING INDICATOR
   ============================================ */
.typing-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: var(--cb-gray-50);
    flex-shrink: 0;
}

.typing-indicator.hidden { display: none; }

.typing-avatar {
    width: 28px;
    height: 28px;
    background: var(--cb-primary);
    border-radius: var(--cb-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cb-white);
    flex-shrink: 0;
}

.typing-avatar svg { width: 16px; height: 16px; }

.typing-bubble {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 14px;
    background: var(--cb-white);
    border-radius: var(--cb-radius);
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

.typing-dot {
    width: 8px;
    height: 8px;
    background: var(--cb-gray-400);
    border-radius: var(--cb-radius-full);
    animation: cb-typing-bounce 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(1) { animation-delay: 0ms; }
.typing-dot:nth-child(2) { animation-delay: 200ms; }
.typing-dot:nth-child(3) { animation-delay: 400ms; }

@keyframes cb-typing-bounce {
    0%, 60%, 100% { transform: translateY(0);   background: var(--cb-gray-400); }
    30%            { transform: translateY(-6px); background: var(--cb-primary); }
}

/* ============================================
   QUICK REPLIES
   ============================================ */
.quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    background: var(--cb-gray-50);
    border-top: 1px solid var(--cb-gray-200);
    max-height: 140px;
    overflow-y: auto;
    flex-shrink: 0;
}

.quick-replies:empty { display: none; }

.quick-reply-btn {
    padding: 9px 16px;
    background: var(--cb-white);
    border: 2px solid var(--cb-primary);
    border-radius: var(--cb-radius-full);
    color: var(--cb-primary);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 150ms ease;
    white-space: nowrap;
    font-family: inherit;
}

.quick-reply-btn:hover {
    background: var(--cb-primary);
    color: var(--cb-white);
    transform: translateY(-1px);
    box-shadow: var(--cb-shadow-lg);
}

.quick-reply-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(35, 177, 190, 0.3);
}

.quick-reply-btn:active { transform: translateY(0); }

.quick-reply-btn.submit-btn {
    background: linear-gradient(135deg, var(--cb-success) 0%, #059669 100%);
    border-color: var(--cb-success);
    color: var(--cb-white);
    font-weight: 600;
    padding: 11px 22px;
    font-size: 14px;
}

.quick-reply-btn.submit-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-color: #059669;
    transform: translateY(-2px);
}

.quick-reply-btn.edit-btn {
    border-color: var(--cb-secondary);
    color: var(--cb-secondary);
}

.quick-reply-btn.edit-btn:hover {
    background: var(--cb-secondary);
    color: var(--cb-white);
}

/* ============================================
   INPUT AREA
   ============================================ */
.chat-input-area {
    background: var(--cb-white);
    border-top: 1px solid var(--cb-gray-200);
    padding: 14px 16px;
    flex-shrink: 0;
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--cb-gray-100);
    border-radius: var(--cb-radius);
    padding: 4px 4px 4px 14px;
    transition: all 150ms ease;
    border: 2px solid transparent;
}

.input-wrapper:focus-within {
    background: var(--cb-white);
    border-color: var(--cb-primary);
    box-shadow: 0 0 0 3px rgba(35, 177, 190, 0.1);
}

.user-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: var(--cb-gray-800);
    outline: none;
    padding: 8px 0;
    font-family: inherit;
    min-width: 0;
}

.user-input::placeholder { color: var(--cb-gray-400); }

.send-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--cb-primary);
    border-radius: var(--cb-radius-sm);
    color: var(--cb-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 150ms ease;
    flex-shrink: 0;
}

.send-btn:disabled {
    background: var(--cb-gray-300);
    cursor: not-allowed;
}

.send-btn:not(:disabled):hover {
    background: var(--cb-primary-dark);
    transform: scale(1.05);
}

.send-btn:not(:disabled):focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(35, 177, 190, 0.3);
}

.send-btn svg { width: 18px; height: 18px; }

.powered-by {
    text-align: center;
    font-size: 11px;
    color: var(--cb-gray-400);
    margin-top: 8px;
}

.powered-by strong { color: var(--cb-primary); }

/* ============================================
   UTILITY
   ============================================ */
.hidden { display: none !important; }

/* ============================================
   MOBILE — Widget stays corner-pinned, NO fullscreen
   ============================================ */
@media screen and (max-width: 480px) {
    /* Widget anchor stays bottom-right */
    #chatbot-widget {
        bottom: 112px !important;
        right: 28px !important;
        left: auto !important;
        top: auto !important;
    }

    /* Toggle button — same size, no changes needed */
    .chat-toggle-btn {
        width: 56px;
        height: 56px;
    }

    .chat-toggle-btn svg {
        width: 24px;
        height: 24px;
    }

    /* Chat window — floats above button, stretches left edge to 10px */
    .chat-container {
        position: fixed !important;
        bottom: 86px !important;
        right: 10px !important;
        left: 10px !important;
        top: auto !important;
        width: auto !important;          /* stretch between left and right */
        height: 72vh !important;
        max-height: calc(100vh - 110px) !important;
        border-radius: 14px !important;
        transform-origin: bottom right;
    }

    .chat-container.hidden {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: scale(0.9) translateY(20px) !important;
        pointer-events: none !important;
    }

    .chat-container:not(.hidden) {
        opacity: 1 !important;
        visibility: visible !important;
        transform: scale(1) translateY(0) !important;
    }

    /* Tighten internal padding on small screens */
    .chat-header        { padding: 14px 16px; }
    .chat-messages      { padding: 14px; gap: 12px; }
    .quick-replies      { padding: 10px 12px; gap: 6px; }
    .chat-input-area    { padding: 12px 12px max(12px, env(safe-area-inset-bottom)); }

    .summary-row {
        flex-direction: column;
        gap: 3px;
    }

    .summary-value { text-align: left; }

    .quick-reply-btn {
        font-size: 12px;
        padding: 8px 13px;
    }
}

@media screen and (max-width: 360px) {
    .message-bubble     { max-width: 92%; }
    .quick-reply-btn    { font-size: 12px; padding: 7px 11px; }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}





.logo img {
  width: 100%;
  /*max-width: 150px;*/
  height: auto;
}

@media (max-width: 768px) {
  .logo img {
    max-width: 250px;
  }
}













/* ═══════════════════════════════════════════════════════════════
   EQUAL HEIGHT FIX - FOR YOUR EXACT HTML STRUCTURE
   ═══════════════════════════════════════════════════════════════ */

/* Force swiper to stretch slides */
.service-slide.swiper .swiper-wrapper {
  align-items: stretch !important;
  display: flex !important;
}

/* Make each slide auto height */
.service-slide.swiper .swiper-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Make the inner service-one wrapper fill slide */
.service-slide.swiper .swiper-slide > .service-one {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Make card-style fill and use flexbox */
.service-slide.swiper .swiper-slide .card-style {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 450px !important;
}

/* Header - fixed size */
.service-slide.swiper .card-style .head {
  flex-shrink: 0 !important;
}

/* Title - fixed size */
.service-slide.swiper .card-style .title {
  flex-shrink: 0 !important;
}

/* List - grows to fill space */
.service-slide.swiper .card-style .list {
  flex: 1 1 auto !important;
}

/* Icon box - stays at bottom */
.service-slide.swiper .card-style .icon-box {
  flex-shrink: 0 !important;
  margin-top: auto !important;
}

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 1200px) {
  .service-slide.swiper .swiper-slide .card-style {
    min-height: 420px !important;
  }
}

@media (max-width: 1024px) {
  .service-slide.swiper .swiper-slide .card-style {
    min-height: 400px !important;
  }
}

@media (max-width: 768px) {
  .service-slide.swiper .swiper-slide .card-style {
    min-height: 380px !important;
  }
}

@media (max-width: 576px) {
  .service-slide.swiper .swiper-slide .card-style {
    min-height: 350px !important;
  }
}


.footer-widget .footer-contact-list strong {
  color: var(--theme-color1);
}







.nav-right .header-btn {
    position: relative;
    overflow: visible;
}

.nav-right .header-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    animation: glowPulse 2s ease-out infinite;
}

@keyframes glowPulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}