/* Consultez | Business Consulting HTML Template

Template Name: Consultez
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TwO
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Main Slider
9. Banner Section
10. Project Section
11. Features Section / TwO / Three / Four / Five
12. About Section / Two
13. Services Section / Two
14. Call To Action / Two
15. FAQ's Sectiom
16. Marquee Section
17. Fun Fact Section
18. Testimonial Section / Two
19. team Section
20, Contact Section / Two
21. Why Choose Us / Two
22. News Section / Two
23. Video Section
24. Map Section
25. Clients Section
26. Main Footer
**********************************************/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url("animate.css");

/* @import url("swiper.min.css"); */


/* @import url("jquery.fancybox.min.css"); */


/* @import url("nice-select.css"); */


/* @import url("linear.css"); */


/* @import url("fontawesome-free.css"); */

@import url("fontawesome.css");

/* @import url("flaticon-business.css"); */


/* @import url("tm-bs-mp.css"); */


/* @import url("tm-utility-classes.css"); */

 :root {
    --theme-color-light: #ffffff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-dark: #1a3841;
    --theme-color-gray: #f1f1f2;
    --theme-color-gray2: #f8f5f2;
    --theme-color-light-green: #F0F7F3;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color-silver: #C4C4C4;
    --theme-color1: #c6d936;
    --theme-color1-rgb: 198, 217, 54;
    --theme-color2: #060607;
    --theme-color2-rgb: 26, 65, 55;
    --theme-color3: #060607;
    --theme-color3-rgb: 16, 41, 48;
    --theme-color4: #060607;
    --theme-color4-rgb: 22, 56, 57;
    --theme-color5: #001726;
    --theme-color5-rgb: 0, 23, 38;
    --theme-color6: #E34B1B;
    --theme-color6-rgb: 227, 75, 27;
    --theme-color7: #060607;
    --theme-color7-rgb: 6, 50, 50;
    --theme-color8: #B4E717;
    --theme-color9: #EDC701;
    --theme-color10: #060607;
    --theme-color11: #595B62;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --text-color-bg-theme-color1: var(--theme-color-dark);
    --text-color-bg-theme-color2: var(--theme-color-white);
    --text-color-bg-theme-color6: var(--theme-color-white);
    --text-color: #595b62;
    --text-color2: #636776;
    --text-color3: #6B7280;
    --headings-color: #051b05;
    --paragraph-light: var(--theme-color-silver);
    --review-color: #ffc737;
    --border-light: rgb(255 255 255 / 10%);
    --link-color: var(--headings-color);
    --link-hover-color: var(--headings-color);
    --title-font: "DM Sans", sans-serif;
    --body-font-size: 18px;
    --body-line-height: 36px;
    --body-font-weight: 400;
    --h1-font-size: 90px;
    --h2-font-size: 48px;
    --h3-font-size: 32px;
    --h4-font-size: 24px;
    --h5-font-size: 18px;
    --h6-font-size: 14px;
    --line-height-heading-h1: 100px;
    --line-height-heading-h2: 60px;
    --line-height-heading-h3: 36px;
    --line-height-heading-h4: 36px;
    --line-height-heading-h5: 32px;
    --line-height-heading-h6: 28px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --container-width: 1344px;
    --small-container-width: 1000px;
    --large-container-width: 1760px;
    --white-color: white;
    --findox-base-rgb: 0, 102, 84;
}


/*
 * typography.scss
 * -----------------------------------------------
*/

 ::-moz-selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

 ::selection {
    background: var(--theme-color-dark);
    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: #fff;
    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(--title-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    overflow-x: hidden;
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--title-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}


/* -------- Headings ---------- */

h1,
h2,
h3,
h4,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-);
}

h3 a,
h4 a {
    color: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h6 {
    margin-bottom: 1rem;
}

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-h2);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading-h3);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-h4);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-h6);
}


/* -------- Body Text ---------- */

p {
    margin-bottom: 20px;
    color: black;
}

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 img {
    border: none;
}

ul,
ol,
table {
    margin-bottom: 10px;
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}


/*
 * container.scss
 * -----------------------------------------------
*/


/*=== Default Form ===*/

.form-control {
    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 {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}


/* -------- Dark Theme Styling ---------- */


/***

====================================================================
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;
}


/* img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
     */

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure.image {
    margin-bottom: 0;
}

.title a {
    color: inherit;
}


/*=======================
    Preloader
=======================*/


/*=======================
Scroll To Top style
=======================*/


/*======================
    Tabs Box
======================*/


/*=======================
    List Styles
=======================*/


/*=======================
    List Styles
=======================*/


/*===========================
    Social Icons Styles
============================*/


/*======================
    Play Buttons
======================*/


/*======================
    Media Play Button
======================*/


/*======================
    Carousel Navs
======================*/


/*==========================
	Default Tabs
===========================*/


/*================================
    Progress Bar
=================================*/

.overlay-anim {
    position: relative;
}

.overlay-anim:before {
    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:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

section {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
    /* overflow: hidden !important; */
}

.btn-one-light {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: var(--title-font);
    background-color: var(--theme-color-white);
    color: var(--theme-color5);
    border: 1px solid var(--theme-color-black);
    text-align: center;
    min-width: 200px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

.btn-one-light-two {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: var(--title-font);
    background-color: black;
    color: white;
    border: 1px solid var(--theme-color-black);
    text-align: center;
    min-width: 200px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

.btn-one-light::after {
    position: absolute;
    left: -25%;
    top: 100%;
    width: 150%;
    padding-top: 150%;
    content: "";
    z-index: -1;
    background-color: orange;
    /* opacity: 0.1; */
    border-radius: 50%;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
    /* border: none; */
}

.btn-one-light:hover {
    color: white;
    border: none;
}

.btn-one-light:hover::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-one-light-two::after {
    position: absolute;
    left: -25%;
    top: 100%;
    width: 150%;
    padding-top: 150%;
    content: "";
    z-index: -1;
    background-color: orange;
    /* opacity: 0.1; */
    border-radius: 50%;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
    border: none;
}

.btn-one-light-two:hover {
    color: white;
    border: none;
}

.btn-one-light-two:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.btn-one-light-two:hover::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .btn-one-light {
        min-width: 150px;
        padding: 14px 25px;
    }
}

.btn-two-rounded {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: var(--title-font);
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    text-align: center;
    min-width: 220px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

.btn-two-rounded i {
    margin-left: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-two-rounded::after {
    position: absolute;
    left: -25%;
    top: 100%;
    width: 150%;
    padding-top: 150%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color-white);
    opacity: 0.1;
    border-radius: 50%;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
}

.btn-two-rounded:hover {
    color: var(--theme-color-white);
}

.btn-two-rounded:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.btn-two-rounded:hover::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .btn-two-rounded {
        min-width: 150px;
        padding: 14px 25px;
    }
}

.splt-txt span {
    display: inline-block;
}

@-webkit-keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.animation__arryLeftRight {
    -webkit-animation: arryLeftRight 2s ease infinite alternate;
    animation: arryLeftRight 2s ease infinite alternate;
}


/*** 

====================================================================
  Search Popup
====================================================================

***/


/*** 

====================================================================
Main Header
====================================================================

***/

.header-top {
    background-color: var(--sec-color);
    padding: 5px 0 5px
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    padding: 8px 20px 10px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    font-size: 17px;
    color: var(--headings-color);
    text-align: center;
    opacity: 1;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--title-font);
    letter-spacing: 1.3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 600;
}


/* .main-navigation a:hover {
    background-color: var(--theme-color2);
    transition: all 0.4s ease-in-out;
    width: 100%;
} */

@media (min-width:992px) {
    .main-navigation>ul>li {
        display: inline-block
    }
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: .25rem
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: center;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
}

button.navbar-toggler {
    background: #c6d936;
    color: #fff
}

.main-navigation a {
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
}

.main-navigation a::after {
    content: "";
    position: absolute;
    left: 0;
    /* right: 100px; */
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #000;
    /* change color */
    transition: width 0.3s ease;
    /* right: 114px; */
}

.main-navigation a:hover::after {
    width: 100%;
}

.info-box {
    margin-top: 5px;
}

#masthead {
    position: sticky;
    top: 0;
    /* VERY IMPORTANT */
    z-index: 9999;
    /* Keeps header above everything */
    background-color: var(--theme-color-gray2);
    width: 100%;
    transition: all 0.4s ease;
}


/* When sticky class added */


/* #masthead.sticky {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
} */


/* Header inner styling */

.main-navigation a:hover:before {
    width: 100%;
}

.logo {
    width: 181px;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header-top {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e8;
}

.header-top .top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .top-left .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    color: var(--theme-color-black);
    font-size: 14px;
    font-weight: 500;
}

.header-top .top-left .info-list a {
    color: inherit;
    font-weight: 500;
}

.header-top .top-left .info-list i {
    color: #0c6460;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* gap: 30px; */
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top .top-left,
.header-top .top-right {
    display: flex;
    align-items: center;
}

.header-top .info-list,
.header-top .top-social-icon {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-top .top-social-icon li a {
    font-size: 16px;
    transition: 0.3s;
}

.header-top .top-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header-top .top-right ul li a {
    color: var(--theme-color-black);
    font-size: 14px;
    font-weight: 500;
}

.header-top .top-right ul li a:hover {
    color: #0c6460;
}

.header-top .top-right ul.top-social-icon li a {
    display: inline-block;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.header-top .top-right ul.top-social-icon li a:hover {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

.main-header {
    width: 100%;
    z-index: 999;
}

.main-header .logo {
    position: relative;
    display: block;
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
}

.main-menu {
    position: relative;
}


/* @media (max-width: 991.98px) {
        .main-menu {
            display: none;
        }
    }
     */


/*** 

====================================================================
    header-style-one
====================================================================

***/

@media (max-width: 575.98px) {
    .header-style-two .container {
        padding: 0;
    }
}

.header-style-two .header-top {
    padding: 8px 0;
}

.header-style-two .header-top::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
    height: 100%;
    content: "";
    background-color: var(--theme-color1);
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .header-style-two .header-top::after {
        width: 35%;
    }
}

@media (max-width: 991.98px) {
    .header-style-two .header-top {
        display: none;
    }
}


/*** 

====================================================================
    header-style-two
====================================================================

***/

.header-style-two {
    background-color: var(--theme-color-gray2);
    border-bottom: 1px solid #e5e7eb;
}

.header-style-two .header-top {
    overflow: unset;
    padding: 0;
    background-color: var(--theme-color2);
    position: relative;
    z-index: 2;
}

.header-style-two .header-top::after {
    display: none;
}

.header-style-two .header-top .top-left .info-list li {
    color: var(--theme-color-white);
}

.header-style-two .header-top .top-left .info-list i {
    color: var(--theme-color1);
}

.header-style-two .header-top .top-left .info-list a {
    color: var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a:hover {
    color: var(--theme-color1);
    -webkit-transform: unset;
    transform: unset;
}

.info-box .btn-one-light {
    min-width: 160px;
    padding: 16px;
}


/*** 

====================================================================
    header-style-three
====================================================================

***/


/*** 

====================================================================
    header-style-four
====================================================================

***/


/*** 

====================================================================
    header-style-five
====================================================================

***/


/*** 

====================================================================
    header-style-six
====================================================================

***/


/*** 

====================================================================
    header-style-seven
====================================================================

***/


/*** 

====================================================================
Sticky Header
====================================================================

***/


/*** 

====================================================================
      Mobile Menu
====================================================================

***/


/***

====================================================================
  Hidden Sidebar style
====================================================================

***/


/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title .sub-title {
    min-width: 156px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    background-color: var(--theme-color1);
    border-radius: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #051B05;
}

.sec-title .title {
    margin-bottom: 0;
    font-size: 44px;
}

@media (max-width: 767.98px) {
    .sec-title .title,
    .page-title h1,
    .blog-details__title,
    .display-4 {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-top: 13px;
    }
    .page-breadcrumb li {
        font-size: 16px !important;
    }
}

.sec-title.center {
    text-align: center;
}

.sec-title.center .sub-title {
    margin: 0 auto;
    margin-bottom: 10px;
}


/***

====================================================================
  Banner Section
====================================================================

***/


/*** 

====================================================================
  Banner Section Two
====================================================================

***/

.banner-section-two {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* padding-top: 50px; */
    background-color: #eaeef5;
}

.banner-section-two .sec-shape {
    position: absolute;
    top: 20px;
    left: -200px;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .testimonial-block-two {
        background-color: white;
        border-radius: 100px 0% 100px 0;
        padding: 15px;
        margin-bottom: 40px;
    }
    .tab-btn {
        background: transparent;
        border: none;
        font-weight: 700;
        font-size: 16px !important;
        padding: 12px 10px !important;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
    }
    .banner-section-two .sec-shape {
        display: none;
    }
    .tab-content {
        display: none;
        background: #fff;
        padding: 10px 20px !important;
        border-radius: 12px;
        border: 1px solid #e5e5e5;
        padding-bottom: 10px;
    }
}


/* @media (max-width: 1199.98px) {
    .banner-section-two {
        padding: 50px 0;
    }
} */

@media (max-width: 992px) {
    .banner-section-two {
        padding: 30px 0;
    }
    .spec-list li span {
        margin-right: 0px !important;
    }
    .blog-details__title,
    .blog-details__content {
        margin-top: 0px !important;
    }
    .blog-details__title {
        margin-bottom: 15px !important;
    }
}


/***

====================================================================
  Banner Section Three
====================================================================

***/


/***

====================================================================
  Banner Section Four
====================================================================

***/


/***

====================================================================
  Banner Section Six
====================================================================

***/


/***

====================================================================
  Banner Section Seven
====================================================================

***/

.blog-block .inner-box .image-box {
    overflow: hidden;
}

.blog-block .inner-box .image-box .image {
    position: relative;
    z-index: 1;
}

.blog-block .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-block .inner-box .image-box .image::after {
    background-color: rgba(var(--theme-color-white-rgb), 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
}

.blog-block .inner-box .content-box {
    width: 86%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 14px;
    /* -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294); */
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294);
    margin-bottom: 5px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    background-color: var(--theme-color-white);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    padding-left: 38px;
}

@media (max-width: 375.98px) {
    .blog-block .inner-box .content-box {
        /* width: 90%; */
    }
}

.blog-block .inner-box .content-box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.blog-block .inner-box .content-box .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.blog-block .inner-box .content-box .info li a {
    font-size: 15px;
}

.blog-block .inner-box .content-box .info li a:hover {
    color: var(--theme-color1) !important;
}

.blog-block .inner-box .content-box .title {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.blog-block .inner-box .content-box .arry-btn {
    font-weight: 500;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 15px;
}

.blog-block .inner-box .content-box .arry-btn svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-block .inner-box .content-box .arry-btn:hover {
    gap: 10px;
}

.blog-block .inner-box:hover .image-box .image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-block .inner-box:hover .image-box .image::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.blog-block .inner-box:hover .content-box {
    background-color: var(--theme-color4);
}

.blog-block .inner-box:hover .content-box .info li a {
    color: var(--theme-color-white);
}

.blog-block .inner-box:hover .content-box .title {
    color: var(--theme-color-white);
}

.blog-block .inner-box:hover .content-box .arry-btn {
    color: var(--theme-color-white);
}

.blog-block .inner-box:hover .content-box .arry-btn svg path {
    fill: var(--theme-color-white);
}

.blog-section-two {
    /* overflow: hidden; */
    position: relative;
}

.blog-section-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/about/9.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 15% auto;
    opacity: 0.1;
    animation: floatBG 4s ease-in-out infinite;
}

@keyframes floatBG {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}


/*** 

====================================================================
  brand-section
====================================================================

***/


/*** 

====================================================================
  brand-section two
====================================================================

***/


/*** 

====================================================================
  client-section
====================================================================

***/


/*** 

====================================================================
  offer-section
====================================================================

***/


/*** 

====================================================================
  client-section two
====================================================================

***/


/*** 

====================================================================
  Client Section Three
====================================================================

***/


/*** 

====================================================================
    Funfact Sectiom
====================================================================

***/


/*** 

====================================================================
    Funfact Sectiom Four
====================================================================

***/


/***

====================================================================
    Marquee Section
====================================================================

***/


/* .case-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../assets/images/shape/feature-shape.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        opacity: 0.1;
    } */


/*** 

====================================================================
  CONTACT SECTION
====================================================================

***/

.contact-block {
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    max-width: 100%;
}

.contact-block form .input {
    position: relative;
    z-index: 1;
}

.contact-block form .input input {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 20px;
    width: 100%;
}

.contact-block form .input input:focus {
    border: 1px solid var(--theme-color1);
}

.contact-block form .input input::-webkit-input-placeholder {
    color: var(--theme-color-black);
}

.contact-block form .input input::-moz-placeholder {
    color: var(--theme-color-black);
}

.contact-block form .input input:-ms-input-placeholder {
    color: var(--theme-color-black);
}

.contact-block form .input input::-ms-input-placeholder {
    color: var(--theme-color-black);
}

.contact-block form .input .icon {
    position: absolute;
    top: 8px;
    right: 20px;
}

.contact-block form textarea {
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    font-weight: normal;
    height: 125px;
    padding: 8px 20px;
    width: 100%;
}

.contact-block form textarea:focus {
    border: 1px solid var(--theme-color1);
}

.contact-block form textarea::-webkit-input-placeholder {
    color: var(--theme-color-black);
}

.contact-block form textarea::-moz-placeholder {
    color: var(--theme-color-black);
}

.contact-block form textarea:-ms-input-placeholder {
    color: var(--theme-color-black);
}

.contact-block form textarea::-ms-input-placeholder {
    color: var(--theme-color-black);
}

@media (max-width: 575.98px) {
    img.img-fluid-s {
        position: relative;
        left: -8px;
        max-height: 300px !important;
        overflow: hidden !important;
    }
    .contact-us-content {
        background-color: none !important;
        border-radius: 10px;
        /* display: flex; */
        flex-direction: column;
        justify-content: space-between;
        /* height: 100%; */
        /* padding: 20px; */
        /* margin-right: 20px; */
    }
    .about-us-item-list-metal {
        display: inline-block !important;
        /* gap: 30px; */
        /* flex-wrap: nowrap; */
        justify-content: flex-start;
        align-items: center;
        /* text-align: center; */
        margin-bottom: 0rem !important;
    }
    .about-us-item-metal .icon-box {
        position: relative;
        background: black;
        border-radius: 10px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-top: 10px;
    }
    .contact-block {
        padding: 20px 15px !important;
    }
    .support-one__content {
        margin-left: 0px !important;
    }
}


/*** 

====================================================================
  CONTACT SECTION Four
====================================================================

***/


/*** 

====================================================================
CONTACT Details
====================================================================

***/


/***

====================================================================
    Product Section One
====================================================================

***/


/***

==================================================================
    Offer Section One
==================================================================

***/

.testimonial-section-two {
    position: relative;
    z-index: 1;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: -80px; */
}


/* Black Overlay */


/* Ensure content stays above overlay */

.testimonial-section-two>.sec-shape,
.testimonial-section-two>.container {
    position: relative;
    z-index: 2;
}

.carousel .btn-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    /* background-color: beige; */
}

#slider2 .carousel-indicators button {
    width: 18px;
    height: 18px;
    margin: 6px;
}

@media (max-width: 575.98px) {
    .carousel .btn-wrp {
        display: none;
    }
    .our-benefit-box-1 .our-benefit-item:last-child {
        margin-bottom: 30px;
    }
    .testimonial-block-two .text {
        margin-top: 10px !important;
    }
    .testimonial-block-two .info .title {
        font-size: 20px !important;
    }
}

.testimonial-prev-two,
.testimonial-next-two {
    right: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    background-color: #212529;
    border: 2px solid #212529;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 20px;
    margin-top: 20px;
    /* margin-right: 15px; */
    right: 20px !important;
}

.testimonial-prev-two {
    margin-right: 0px;
}

.testimonial-next-two {
    margin-right: 40px;
}

.testimonial-prev-two:hover,
.testimonial-next-two:hover {
    background-color: orange;
    color: white;
    border: none;
}

.testimonial-section-two .sec-shape {
    position: absolute;
    bottom: -25px;
    right: -200px;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .testimonial-section-two .sec-shape {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-two .image-column {
        display: none;
    }
}

.testimonial-section-two .image-column .inner-column .image {
    position: relative;
    z-index: 1;
    max-width: 422px;
}

.testimonial-section-two .image-column .inner-column .image img {
    width: 100%;
}

.testimonial-section-two .image-column .inner-column .image .info1 {
    position: absolute;
    top: 30%;
    left: -50%;
}

.testimonial-section-two .image-column .inner-column .image .info2 {
    position: absolute;
    bottom: -80px;
    right: -120px;
}

.testimonial-section-two .image-column .inner-column .image::after {
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 510px;
    height: 565px;
    background-color: var(--theme-color1);
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    content: "";
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .testimonial-section-two .image-column .inner-column .image .info1 {
        left: -10%;
    }
    .testimonial-section-two .image-column .inner-column .image .info2 {
        right: unset;
        left: -10%;
    }
    .testimonial-section-two .image-column .inner-column .image::after {
        display: none;
    }
}

.testimonial-section-two .content-column .inner-column {
    max-width: 820px;
    margin-left: auto;
    margin-right: -60px;
}

@media (max-width: 1399.98px) {
    .testimonial-section-two .content-column .inner-column {
        margin-right: 0;
    }
}

.testimonial-block-two .text {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #060607;
    /* font-family: var(--title-font); */
    margin-top: 62px;
    margin-bottom: 40px;
    padding-top: 20px;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .text {
        font-size: 18px;
        line-height: 32px;
    }
}

.carousel-indicators [data-bs-target] {
    background-color: black !important;
}

.carousel-indicators {
    z-index: 99999 !important;
}

.testimonial-block-two .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #4b5563;
    padding-top: 10px;
    max-width: 90%;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .info {
        max-width: 100%;
    }
}

.testimonial-block-two {
    background-color: white;
    border-radius: 100px 0% 100px 0;
    padding: 30px;
}

.testimonial-block-two .info .title {
    color: black;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-h4);
}

.testimonial-block-two .info .sub-title {
    font-weight: 500;
    font-size: 16px;
    color: #060607;
    margin-bottom: 0;
}

.testimonial-block-two .info .stars {
    color: #ff8c22;
    margin-right: 50px;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .info .stars {
        margin-right: 0;
    }
}

.team-section-three {
    background-color: var(--theme-color-light-green);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-section-three .team-three-text {
    position: absolute;
    bottom: 125px;
    left: -25px;
    z-index: -1;
}

.team-block-three .inner-box {
    text-align: center;
}

.team-block-three .inner-box .image-box {
    position: relative;
    z-index: 1;
}

.team-block-three .inner-box .image-box .image {
    overflow: hidden;
    border-radius: 12px;
}

.team-block-three .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-three .inner-box .content-box {
    padding: 30px 20px;
    border-radius: 0px 0px 12px 12px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box .content-box .title {
    text-transform: capitalize;
    margin: 0;
}

.team-block-three .inner-box .content-box .title a:hover {
    color: var(--theme-color1);
}

.team-block-three .inner-box .content-box .sub-title {
    font-weight: 600;
    color: var(--theme-color2);
    line-height: 30px;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
}

.team-block-three .inner-box:hover .content-box {
    background-color: var(--theme-color-white);
}

.team-block-three .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*** 

====================================================================
  video-section
====================================================================

***/


/*** 

====================================================================
  video-section Two
====================================================================

***/


/*** 

====================================================================
  video-section Three
====================================================================

***/


/*** 

====================================================================
  video-section Four
====================================================================

***/


/*** 

====================================================================
  room-section
====================================================================

***/


/***

====================================================================
    Product Section One
====================================================================

***/


/*** 

====================================================================
    Features Section Home Six Style
====================================================================

***/


/*** 

====================================================================
  Call Section
====================================================================

***/


/*** 

====================================================================
    News Section
====================================================================

***/


/*** 

====================================================================
    News Section two
====================================================================

***/


/*** 

====================================================================
  News Section three
====================================================================

***/


/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-color: var(--theme-color2);
    /* Widget Section */
}

.main-footer .widgets-section {
    padding: 60px 0 50px;
}

@media (max-width: 991.98px) {
    .main-footer .widgets-section {
        padding-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .main-footer .footer-column {
        margin-bottom: 30px;
    }
}

.main-footer .footer-widget.contact-widget .user-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.main-footer .footer-widget.contact-widget .user-links li i {
    color: var(--theme-color1);
    font-size: 14px;
}

.main-footer .widget-title {
    position: relative;
    color: var(--theme-color-white);
    margin-bottom: 20px;
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-h4);
}

.user-links {
    position: relative;
}

.user-links li {
    position: relative;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 8px;
}

.user-links li:last-child {
    margin-bottom: 0;
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color-white);
    font-weight: 400;
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background-color: var(--bg-theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover:before {
    width: 100%;
}


/* Subscribe Form */

.footer-cta {
    position: relative;
    z-index: 1;
    background-color: var(--theme-color1);
    padding: 40px 80px;
    border-radius: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cta-section {
    bottom: -70px;
    z-index: 11;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}

.footer-cta .sec-title {
    max-width: 570px;
}

.footer-cta .btn-wrp {
    margin-right: 30px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer-cta .bg-shape {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.footer-cta .bg-shape img {
    height: 100%;
}

.footer-cta .arry {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .footer-cta .arry {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer-cta {
        padding: 20px 20px;
    }
}


/*=== Footer Bottom ===*/

.footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    /* padding: 15px 0; */
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom .copyright-text {
    /* position: relative; */
    /* margin-bottom: 0; */
    color: rgba(var(--theme-color-white-rgb), 0.45);
    font-size: 16px;
    letter-spacing: 0px;
}

.copyright-text-right {
    /* letter-spacing: 1px; */
}

.footer-bottom .footer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    color: white;
}

.footer-nav p {
    font-size: 16px;
    line-height: 32px;
    color: white;
}

@media (max-width: 767.98px) {
    .footer-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px;
        padding: 15px 0;
        padding-top: 30px;
    }
}

.footer-bottom .goTop-btn {
    overflow: hidden;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 14px;
    color: var(--headings-color);
    background-color: var(--theme-color1);
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

.footer-bottom .goTop-btn i {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}

.footer-bottom .goTop-btn i:first-child {
    position: absolute;
    top: 0;
    left: 23px;
}

.footer-bottom .goTop-btn i:last-child {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.footer-bottom .goTop-btn:hover i:first-child {
    top: -60px;
}

.footer-bottom .goTop-btn:hover i:last-child {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.footer-style-three {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 70px 0px 0px 0px;
}

.footer-bg {
    position: relative;
    background: url('../assets/images/about/footer-bg.webp') no-repeat center center/cover;
    /* padding: 80px 0; */
    z-index: 1;
}

.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.9);
    /* dark overlay */
    z-index: -1;
}

.col-md-3.col-sm-3.footer-column-2 {
    display: flex;
    justify-content: center;
}

.footer-style-three .box-shape {
    width: 189px;
    height: 189px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-style-three .box-shape .box1 {
    height: 100%;
    width: 50%;
    background-color: rgba(var(--theme-color-white-rgb), 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-style-three .box-shape .box2 {
    width: 100%;
    height: 50%;
    background-color: rgba(var(--theme-color-white-rgb), 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 575.98px) {
    .footer-style-three .box-shape {
        display: none;
    }
}

.footer-style-three .sec-shape {
    position: absolute;
    top: 0;
    right: -280px;
    z-index: -1;
}

.footer-style-three .footer-column {
    margin-bottom: 0;
}


/***
====================================================================
  Products details
====================================================================
***/


/***

====================================================================
 Categories Section
====================================================================

***/


/***

====================================================================
    Categories Section Two
====================================================================

***/


/***

====================================================================
    Products Section
====================================================================

***/


/***

====================================================================
    Featured Products
====================================================================

***/


/*=== Mixitup Gallery ===*/


/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/


/*** 
====================================================================
Page Title
====================================================================
***/

.page-title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 70px 0 70px;
    position: relative;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
    content: "";
    mix-blend-mode: normal;
}

.page-title:after {
    background: url(../assets/images/background/page-title-pattern.png);
    content: "";
    height: 100%;
    mix-blend-mode: normal;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.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: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
}

.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-color1);
    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;
}


/***

====================================================================
        Contact
====================================================================

***/


/***
=============================================
    Services Details
=============================================
***/

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}


/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/


/***

====================================================================
    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;
    overflow: hidden;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px 24px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.blog-details__date .day {
    color: #fff;
    font-size: 16px;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}

.blog-details__date .month {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    line-height: 12px;
    position: relative;
    text-transform: uppercase;
}

.blog-details__content {
    display: block;
    margin-top: 22px;
    position: relative;
}

.blog-details__title {
    font-size: 48px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
}


/* Nav Links */


/*** 

====================================================================
Sidebar
====================================================================

***/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__title {
    font-size: 20px;
    font-weight: var(--h4-font-weight);
    margin: 0;
    margin-bottom: 5px;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 36px 30px 30px;
    color: var(--bg-theme-color1);
    background-color: var(--theme-color-gray);
    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-color2);
    font-size: 13px;
    padding-right: 5px;
}


/*** 

====================================================================
    Comments
====================================================================

***/


/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/


/*==================================================
=            Bootstrap 5 Media Queries             =
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
==================================================*/


/*==========  Mobile First Method  ==========*/


/*==========  Non-Mobile First Method  ==========*/

@media (max-width: 767.98px) {
    .pt-120 {
        padding-top: 60px !important;
    }
    .mb-50 {
        margin-bottom: 25px !important;
    }
}


/*==========  minimum and maximum breakpoint Method  ==========*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 3.3rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 3.1rem;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 3rem;
    }
}


/* HEADER */


/* HERO SLIDER */

.hero-slider {
    /* Prevent header overlap */
    position: relative;
}


/* .slide img {
    width: 100%;
    height: auto;
} */


/* BUTTON */

.slide-content {
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 10;
}


/* CENTER LOGO */

.hero-slider {
    /* position: relative; */
    overflow: hidden;
    /* margin-top: 100px; */
}

.slider01 {
    background: url('../assets/images/about/slider-mainbg-001.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100%;
}


/* .hero-slider__shape-2 {
        width: 51.5%;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: var(#f5c835, #f5c835);
        -webkit-mask: url("../assets/images/about/hero-slider-shape-1-3.png");
        mask: url("../assets/images/about/hero-slider-shape-1-3.png");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    } */

.hero-slider__item {
    position: relative;
    /* padding: 175px 0px 82px; */
    overflow: hidden;
    background-color: var(#006654, #006654);
}

.hero-slider__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all 10s ease;
}

.hero-slider__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #060607ba;
}


/* Shape wrapper */

.hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* shapes non-clickable */
    z-index: 1;
}


/* Base styling */

.hero-shapes .shape {
    position: absolute;
    opacity: 0.9;
    transition: all 0.6s ease;
}


/* Left shape */

.shape-left {
    left: 0;
    top: 20%;
    width: 180px;
    animation: floatLeft 6s ease-in-out infinite;
}


/* Right shape */

.shape-right {
    right: 0;
    bottom: 15%;
    width: 220px;
    animation: zoomPulse 6s ease-in-out infinite;
    transition: all 0.4s ease;
}

@keyframes zoomPulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.15);
        /* zoom-in */
        opacity: 1;
    }
    100% {
        transform: scale(1);
        /* zoom-out */
        opacity: 0.9;
    }
}


/* Floating animations */

@keyframes floatLeft {
    0% {
        transform: translateY(0px);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-12px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 0.9;
    }
}


/* Slight hover effect on slider */

.hero-slider__item:hover .shape {
    opacity: 1;
    filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.15));
}

.hero-slider__grid {
    display: grid;
    gap: 6% 4%;
    align-items: center;
    grid-template-columns: 46% 50%;
}

.hero-slider__content {
    opacity: 0;
    transition: 0.5s;
    transform: translateX(calc(-100vw * var(--calculation)));
}

.hero-slider__image__main {
    -webkit-mask: url(../assets/images/about/hero-slider-image-shape-1-2.png);
    mask: url(../assets/images/about/hero-slider-image-shape-1-2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.hero-slider__image__inner {
    padding: 10px;
    background-color: var(--findox-white, #ffffff);
    -webkit-mask: url(../assets/images/about/hero-slider-image-shape-1-1.png);
    mask: url(../assets/images/about/hero-slider-image-shape-1-1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.slider01::before {
    content: '';
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.57); */
    /* 🔥 Change opacity here */
    z-index: 2;
}


/* Make content come above overlay */


/* .slider01>* {
        position: relative;
        z-index: 3;
    } */

.sec-shape img {
    animation: floatShape 2s ease-in-out infinite;
    transition: transform 0.6s ease;
}

@keyframes floatShape {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
    100% {
        transform: translateY(0);
    }
}

span.fs-6.fw-medium.text-white {
    min-width: 156px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    background-color: var(--theme-color1);
    border-radius: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    color: black !important;
}

img.img-fluid-s {
    position: relative;
    left: 40px;
}

.display-4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

.contact-area {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.big-logo {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: auto;
    transition: transform 0.2s linear, opacity 0.2s linear;
    opacity: 1;
    pointer-events: none;
    z-index: 9999;
}


/* Base style */

.textile-control {
    width: 40px;
    height: 40px;
    background: #111330;
    /* main color */
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    /* circle button */
    transition: all 0.3s ease;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.20);
}


/* Left button position */

.carousel-control-prev.textile-control {
    left: 5px;
}


/* Right button position */

.carousel-control-next.textile-control {
    right: 5px;
}


/* Hover Effect */

.textile-control:hover {
    background: #111330;
    /* dark color */
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}


/* Icon styling */

.textile-control i {
    font-size: 22px;
    line-height: 1;
}


/* When scrolling: fade out big logo */


/************************************/


/***  new-css  06. about Css      ***/


/************************************/


/************************************/


/***      10. Our Benefit css	  ***/


/************************************/

.benefit-bg {
    position: relative;
    background-image: url("../assets/images/about/benefit-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 100px 0; */
    z-index: 1;
    background-attachment: fixed;
}

.benefit-bg .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0, 0, 0, 0.80);
    /* dark overlay */
    z-index: -1;
}

.education-section {
    position: relative;
    /* padding: 100px 0; */
    /* z-index: 1; */
    background-color: #f5f5f5;
}

.education-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/about/3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    opacity: 0.2;
}

.edu-badge {
    position: absolute;
    top: -55px;
    right: 15px;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.benefit-bg .container {
    position: relative;
    z-index: 2;
}

.funfact-section-two,
.our-benefit {
    position: relative;
}

.our-benefit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    background: url('../assets/images/about/section-bg-leaf-1.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 194px;
    height: 224px;
    transition: all 0.5s ease-in-out;
    animation: leafimg-4 3s infinite alternate;
    z-index: 0;
}

.funfact-section-two::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background: url('../assets/images/about/what-we-body-image-metal.webp');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 206px;
    height: 200px;
    transition: all 0.5s ease-in-out;
    animation: floatUpDown 4s ease-in-out infinite;
    z-index: 0;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes leafimg-4 {
    0% {
        transform: translateY(0) rotateX(180deg);
    }
    100% {
        transform: translateY(10px) rotateX(155deg);
    }
}

.our-benefit::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 50px;
    background: url('../assets/images/about/section-bg-leaf-5.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    width: 223px;
    height: 153px;
    transition: all 0.5s ease-in-out;
    animation: leafimg-2 3s infinite alternate;
    z-index: 0;
}

.our-benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.our-benefit-item:last-child {
    margin-bottom: 0;
}

.our-benefit-item .icon-box {
    background: white;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.our-benefit-item .icon-box i {
    /* width: 100%;
    max-width: 30px; */
    transition: all 0.4s ease-in-out;
    font-size: 24px;
    color: orange;
}

.our-benefit-item:hover .icon-box i {
    transform: rotateY(180deg);
}

.our-benefit-item-content {
    width: calc(100% - 80px);
}

.our-benefit-item-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: white;
    margin-bottom: 5px;
}

.our-benefit-item-content p {
    color: white;
    margin: 0;
}

.our-benefit-image {
    margin: 0 30px;
    /* margin: 0 30px; */
    display: flex;
    justify-content: center;
}

.our-benefit-image figure {
    display: block;
    border-radius: 200px;
}

.our-benefit-image img {
    /* width: 100%; */
    aspect-ratio: 1 / 1.48;
    object-fit: cover;
    border-radius: 200px;
}

.our-benefit-box-1 .our-benefit-item {
    flex-direction: row-reverse;
}

.our-benefit-box-1 .our-benefit-item .icon-box {
    margin: 0 0 0 20px;
}

.our-benefit-box-1 .our-benefit-item-content {
    text-align: right;
}


/*** 

====================================================================
	Services One
====================================================================

***/

.services-one {
    position: relative;
    background-color: var(--color-thirtynine);
}

.services-one_pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.service-block_three {
    position: relative;
    margin-bottom: 30px;
}

.service-block_three-inner {
    position: relative;
    text-align: center;
    padding: 0px 20px 40px;
}

.service-block_three-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    border-radius: 60px 10px 10px 10px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.service-block_three-icon {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    display: block;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block_three-icon:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 20px;
    transform: rotate(45deg);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
    background: #c6d936;
}

.service-block_three-icon i {
    font-size: 30px;
    padding-top: 20px;
    z-index: 999999;
    color: rgb(255, 255, 255);
}

.service-block_three-icon-two i {
    font-size: 30px;
    padding-top: 20px;
    z-index: 999999;
    color: orange;
}

.service-block_three-inner:hover .service-block_three-icon {
    opacity: 0;
}

.service-block_three-heading {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-top: 45px;
    padding-bottom: 15px;
}

.service-block_three-heading:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 4px;
    transform: translateX(-50%);
    background: #c6d936;
    /* background: linear-gradient(to top left, #060607 0%, #c6d936 100%); */
}

.service-block_three-heading.alternate {
    margin-top: 120px;
    padding-bottom: 0px;
}

.service-block_three-heading.alternate:before {
    display: none;
}

.service-block_three-text {
    position: relative;
    line-height: 28px;
    font-size: 17px;
    color: black;
    margin-top: 25px;
}

.service-block_three-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    opacity: 0;
    overflow: hidden;
    /* padding: 30px 30px 30px; */
    background: var(--white-color);
    border-radius: 10px 30px 10px 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(0.2, 1);
}

.service-block_three-inner:hover .service-block_three-overlay {
    opacity: 1;
    transform: scale(1, 1);
}

.service-block_three-color-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 261px;
    background: url(../assets/images/about/pattern-1.webp) no-repeat;
    background-size: cover;
}

.service-block_three-icon-two {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 20px auto;
    display: block;
    z-index: 1;
}

.service-block_three-icon-two:before {
    position: absolute;
    /* margin-top: 10px; */
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 20px;
    transform: rotate(45deg);
    background: white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
}


/*** 

====================================================================
    Funfact Sectiom Two
====================================================================

***/

.counter-bg {
    position: relative;
    background-image: url("../assets/images/about/funfact-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 100px 0; */
    z-index: 1;
}

.counter-bg .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 80%);
    /* Dark overlay */
    z-index: -1;
}

.counter-bg .container {
    position: relative;
    z-index: 2;
}

.funfact-section-two {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--theme-color2);
}


/* .funfact-section-two.have-after::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42%;
    content: "";
    background-color: var(--theme-color-gray2);
    z-index: -1;
} */

.funfact-section-two .outer-box {
    border-radius: 26px 0 0 26px;
    overflow: hidden;
    /* padding: 60px 80px; */
}

.funfact-section-two .sec-shape {
    position: absolute;
    right: -200px;
    bottom: -150px;
}

.funfact-block-two .inner-box {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    /* padding: 45px; */
    padding: 30px 45px 30px 45px;
    border-radius: 20px;
}

.funfact-block-two .inner-box .content-box .title {
    font-size: 48px;
    line-height: 52px;
    margin: 0;
    color: var(--theme-color-white);
}

.funfact-block-two .inner-box .content-box .sub-title {
    color: var(--theme-color-white);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .funfact-block-two .inner-box {
        padding: 30px;
        text-align: center;
    }
}

.funfact-block-two:hover .inner-box {
    background-color: var(--theme-color1);
}

.funfact-block-two:hover .inner-box .icon-box i {
    color: black;
}

.funfact-block-two:hover .inner-box .content-box .title {
    color: var(--headings-color);
}

.funfact-block-two:hover .inner-box .content-box .sub-title {
    color: var(--headings-color);
}

.funfact-block-two .inner-box .icon-box i {
    width: 70px;
    height: 50px;
    /* border-radius: 50%; */
    /* background: #ffffff15; */
    /* margin: 0 auto 15px; */
    font-size: 32px;
    color: #fff;
    /* border: 1px solid #ffffff33; */
}


/*** 

====================================================================
		About Section Two
====================================================================

***/

.about-us-metal {
    background: url('../assets/images/about/section-bg-shape-1.png') no-repeat;
    background-position: bottom -20px right 20px;
    background-size: auto;
    /* padding: 100px 0; */
    background-color: #f2f5fb;
}

.about-images-boxes-metal {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-right: 15px;
}

.about-us-image-box-metal-1 {
    width: calc(48% - 15px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-us-image-metal {
    height: 100%;
}

.about-us-image-metal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-us-image-box-metal-1 .about-us-image-metal img {
    aspect-ratio: 1 / 0.804;
}

.about-us-image-counter-metal {
    background: var(--white-color);
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    margin-bottom: 17px;
}

.about-us-image-counter-metal h2 {
    background: url('../assets/images/about/about-counter-experience-metal.jpg');
    background-size: cover;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1em;
}

.about-us-image-counter-metal p {
    margin: 5px 0 0 0;
}

.about-us-image-box-metal-2 {
    width: calc(52% - 15px);
}

.about-us-image-box-metal-2 .about-us-image-metal img {
    aspect-ratio: 1 / 1.522;
}

.about-us-item-list-metal {
    display: flex;
    gap: 30px;
    /* Space between items */
    flex-wrap: nowrap;
    /* Prevent wrapping to next line */
    justify-content: flex-start;
    /* Align items to the left */
    align-items: center;
    /* Vertical alignment */
    /* text-align: center; */
    margin-bottom: 0rem !important;
}

.about-us-item-metal {
    /* width: calc(50% - 15px); */
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 20px;
}

.about-us-item-metal .icon-box {
    position: relative;
    background: black;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-us-item-metal .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: orange;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-us-item-metal:hover .icon-box::before {
    border-radius: 0;
    transform: rotate(0) scale(1);
}

.about-us-item-metal .icon-box i {
    position: relative;
    color: white;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.about-us-item-metal:hover .icon-box i {
    filter: brightness(0) invert(1);
}

.about-us-item-content-metal h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 0rem !important;
}


/* LEFT IMAGE STICKY */

.left-img-box {
    width: 100%;
    position: sticky;
    top: 20px;
    height: fit-content;
    margin-bottom: 60px;
    margin-top: 60px;
}


/* STACKED FADE / SLIDE EFFECT */

.edu-list {
    position: relative;
}

.bg-sewing-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.bg-icon {
    position: absolute;
    opacity: 0.10;
    /* Light watermark effect */
    animation: float 8s ease-in-out infinite;
}

.icon-left {
    left: 12px;
    top: 19px;
    width: 190px;
    animation-delay: 1s;
}

.icon-right {
    right: -30px;
    bottom: 150px;
    width: 220px;
    animation-delay: 2s;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(3deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.edu-item:last-child {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    min-height: auto !important;
    display: block !important;
}


/* Remove left color bar from last item */

.edu-item:last-child::before {
    display: none !important;
}

.edu-item {
    color: #000;
    border-radius: 20px;
    margin-top: 20px;
    opacity: 0.95;
    padding: 40px;
    margin: 60px 0;
    background: #ffffff;
    /* border: 1px solid #000; */
    box-shadow: 10px 10px 25px rgb(0 0 0 / 41%);
    /* overflow: hidden; */
    min-height: 180px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    transition: all 0.4s ease;
}


/* Left Color Bar (solid green) */

.edu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #c6d936;
    /* green */
}


/* Decorative soft effect removed – only clean look */

.edu-item::after {
    display: none;
}


/* YEAR LABEL */

.year {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: #c6d936;
    /* green solid */
    padding: 8px 20px;
    border-radius: 30px;
    min-width: 140px;
    text-align: center;
    border: 1px solid #000;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}


/* Hover Effects */

.edu-item:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
}


/* Year hover → turns orange */

.edu-item:hover .year {
    background: orange;
    color: white;
}


/* Active State */


/* Previous items partially visible */

.edu-info h3 {
    color: black;
    font-size: 24px;
    line-height: 28px;
}

.edu-info p {
    color: black;
}

.image-column .inner-column {
    position: relative;
    z-index: 1;
    max-width: 590px;
}

.image-column .inner-column .image1 {
    max-width: 470px;
    border-radius: 12px;
    border: 10px solid var(--theme-color-white);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.image-column .inner-column .image1 img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.image-column .inner-column .image1:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.image-column .inner-column .info {
    position: absolute;
    bottom: -15px;
    left: 26%;
    max-width: 202px;
    width: 100%;
    border-radius: 10px;
    /* -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843); */
    overflow: hidden;
    z-index: 2;
    max-height: 202px;
}

.image-column .inner-column .image2 {
    max-width: 270px;
    border-radius: 12px;
    border: 10px solid var(--theme-color-white);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    position: absolute;
    bottom: -70px;
    right: 0;
}

.image-column .inner-column .image2 img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.image-column .inner-column .image2:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media (max-width: 991.98px) {
    .image-column .inner-column .info {
        position: absolute;
        bottom: -15px;
        left: 26%;
        max-width: 150px;
        width: 60%;
        border-radius: 10px;
        overflow: hidden;
        z-index: 2;
        max-height: 150px;
    }
    .testimonial-block-two {
        margin-bottom: 20px;
    }
    .hero-slider__item {
        padding: 70px 0px 70px;
    }
    .left-img-box {
        width: 100%;
        position: sticky !important;
        top: 20px;
        height: fit-content;
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .image-column .inner-column {
        margin-bottom: 100px;
    }
}

@media (max-width: 575.98px) {
    .image-column .inner-column {
        margin-bottom: 0;
    }
    .image-column .inner-column .image2 {
        /* position: unset; */
        width: 60%;
        /* margin-top: 20px; */
    }
}

.vision-sec {
    position: relative;
    background-image: url('../assets/images/about/vision-bg.webp');
    /* your bg image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 80px 0; */
}

.vision-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    /* change opacity/color */
    /* z-index: 1; */
}

.item-service-3 {
    display: flex;
    align-items: center;
}

.item-service-3 .image-service-3 {
    position: relative;
    min-width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 2;
}

.item-service-3 .image-service-3 .text_number {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: absolute;
    right: -20px;
    bottom: 55%;
    background-color: #c6d936;
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    border: 10px solid #fff;
    box-sizing: content-box;
    z-index: 2;
}

.item-service-3 .image-service-3 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.item-service-3 .info {
    position: relative;
    margin-left: -100px;
    padding: 25px 45px 25px 140px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.item-service-3 .info .mask {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
}

.item-service-3 .info .square {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: orange;
    z-index: -2;
}

.item-service-3 .info .title {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 25px;
}

.item-service-3 .info .description {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
    /* font-weight: 500;
        font-size: 16px; */
    line-height: 1.4;
}

.item-service-3:hover .info .square {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}

.mask {
    /* background-image: url(../assets/images/about/vission-bg.webp); */
    background-position: 81px -43px;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-service-3:hover .info .title {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #fff;
}

.item-service-3:hover .info .description {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #fff;
}

.item-service-3:hover .image-service-3 .text_number {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background-color: var(--primary);
}


/* responsive */

@media (max-width: 1200px) {
    .about-us-image-box-metal-2 .about-us-image-metal img {
        aspect-ratio: none;
    }
}

@media (max-width: 991.98px) {
    .edu-info h3 {
        font-size: 22px !important;
    }
    .sec-title .sub-title,
    .year {
        font-size: 12px !important;
    }
    .about-us-image-counter-metal p {
        line-height: 25px !important;
    }
    .about-us-image-counter-metal {
        padding: 10px !important;
    }
    .about-us-image-counter-metal h2 {
        font-size: 35px;
    }
    .about-us-item-content-metal h3 {
        font-size: 18px !important;
    }
    section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
        /* overflow: hidden !important; */
    }
    .our-benefit-box-1 .our-benefit-item {
        flex-direction: unset !important;
    }
    .our-benefit-box-1 .our-benefit-item-content {
        text-align: left;
        margin-left: 10px;
    }
    .d-flex.align-items-center.text-uppercase.ttl {
        display: flex;
        justify-content: center;
    }
    h1.mt-0.display-4.fw-semibold.wow.splt-txt.ttl.words.chars.splitting.animated {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .banner-section-two {
        padding: 50px 0;
    }
    .d-flex.align-items-center.text-uppercase.ttl2 {
        display: flex;
        justify-content: center;
    }
    h1.mt-0.display-4.fw-semibold.wow.splt-txt.ttl2.words.chars.splitting.animated {
        display: flex;
        justify-content: center;
    }
    .testimonial-block-two .info .stars {
        font-size: 14px;
    }
    .image-column .inner-column .info {
        position: absolute;
        bottom: -15px;
        left: 26%;
        max-width: 100px;
        width: 60%;
        border-radius: 10px;
        overflow: hidden;
        z-index: 2;
        max-height: 100px;
    }
    p.mt-4.mb-4.fs-5.wow.fadeInLeft.animated {
        font-size: 17px !important;
    }
    .hero-slider__image__inner {
        padding: 10px;
        background-color: var(--findox-white, #ffffff);
        -webkit-mask: url(../assets/images/about/hero-slider-image-shape-1-1.png);
        mask: url(../assets/images/about/hero-slider-image-shape-1-1.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    span.fs-6.fw-medium.text-white {
        min-width: 156px;
        max-width: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 10px 19px;
        background-color: var(--theme-color1);
        border-radius: 30px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-size: 14px !important;
        line-height: 14px;
        text-transform: uppercase;
        text-align: center;
        color: black !important;
    }
    p.mt-4.mb-4.fs-5.text-white.wow.fadeInLeft.animated {
        font-size: 17px !important;
    }
    .shape-right {
        right: 0;
        bottom: 8%;
        width: 116px;
        animation: zoomPulse 6s ease-in-out infinite;
        transition: all 0.4s ease;
    }
    .hero-slider__item {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    img.img-fluid-s {
        position: relative;
        left: -8px;
        max-height: 0px;
        overflow: hidden !important;
        /* overflow: hidden !important; */
        width: 100%;
        height: auto !important;
    }
    .main-footer .widgets-section {
        padding: 30px 20px 50px !important;
    }
    .main-footer .widgets-section .contact-area {
        background-repeat: no-repeat;
        background-position: 0% !important;
        background-size: cover;
        position: relative;
    }
    .contact-area {
        background-repeat: no-repeat;
        background-position: 0% !important;
        background-size: cover;
        position: relative;
    }
    .service-card__title {
        position: relative;
        margin-bottom: 12px;
        font-size: 20px !important;
        font-weight: 700;
        line-height: 1.318;
        padding-bottom: 10px;
    }
    .service-card__icon-1 {
        position: absolute;
        left: 29px;
        bottom: 14px !important;
        color: #FFB400;
    }
    .funfact-block-two .inner-box .content-box .title {
        font-size: 24px;
        line-height: 32px;
        margin: 0;
        color: var(--theme-color-white);
    }
    .blog-block .inner-box .content-box .title {
        text-transform: capitalize;
        margin-bottom: 7px !important;
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .blog-block .inner-box:hover .content-box .title {
        color: var(--theme-color-white);
        font-size: 22px;
        line-height: 28px;
    }
    .funfact-block-two .inner-box .icon-box i {
        width: 70px;
        height: 50px;
        /* border-radius: 50%; */
        /* background: #ffffff15; */
        /* margin: 0 auto 15px; */
        font-size: 28px;
        color: #fff;
        /* border: 1px solid #ffffff33; */
    }
    .our-benefit-box-1 .our-benefit-item .icon-box {
        margin: 0 0 0 0px !important;
    }
    .testimonial-block-two .text {
        margin-top: 20px !important;
    }
    .funfact-section-two::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        background: url(../assets/images/about/what-we-body-image-metal.webp);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        width: 96px;
        height: 94px;
        transition: all 0.5s ease-in-out;
        animation: floatUpDown 4s ease-in-out infinite;
        z-index: 0;
    }
    .service-block_three-heading.alternate {
        margin-top: 86px;
        padding-bottom: 0px;
    }
    .service-block_three-heading {
        position: relative;
        font-weight: 700;
        font-size: 22px;
        color: black;
        margin-top: 30px;
        padding-bottom: 15px;
    }
    .service-block_three-text {
        position: relative;
        line-height: 25px;
        font-size: 16px;
        color: black;
        margin-top: 20px;
    }
    .our-benefit-image img {
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
    }
    p {
        line-height: 30px !important;
        font-size: 17px !important;
    }
    .our-benefit-item-content h3 {
        font-size: 20px;
    }
    .edu-badge {
        top: -47px !important;
        width: 110px !important;
        height: 110px !important;
    }
    .edu-item {
        padding: 20px !important;
        margin: 30px 0!important;
    }
    .left-img-box {
        margin-top: 35px !important;
    }
    .contact-us-form {
        padding: 20px !important;
    }
    .item-service-3 .info {
        margin-left: -147px;
    }
    .item-service-3 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .item-service-3 .info {
        margin-left: 0;
    }
    .item-service-3 .info {
        padding: 15px 15px 15px 15px;
    }
    .item-service-3 .image-service-3 {
        min-width: 134px;
        height: 74px;
    }
    .item-service-3 .image-service-3 .text_number {
        right: 135px;
        bottom: -19%;
        width: 25px;
        height: 25px;
        font-size: 12px;
        border: 3px solid #fff;
    }
    .item-service-3 .image-service-3 img {
        width: 80px;
        height: 80px;
        left: -96px;
        position: relative;
    }
    .item-service-3 .info .title {
        padding-bottom: 10px;
    }
    .col-md-3.col-sm-3.footer-column-2 {
        display: flex;
        justify-content: flex-start !important;
    }
    .info-box .btn-one-light {
        min-width: 110px !important;
        /* padding: 16px; */
        margin-left: 15px;
    }
    .btn-one-light {
        font-size: 14px !important;
        line-height: 13px !important;
    }
}

.mb-50 {
    margin-bottom: 55px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services-one {
    position: relative;
    background-color: var(--color-thirtynine);
}

.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.service-card {
    position: relative;
    padding: 10px;
}

.service-card__bg {
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 92%, 0% 100%);
}

.service-card__bg::before {
    content: "";
    width: calc(100% + 4px);
    height: 30px;
    position: absolute;
    top: -35px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    background-color: #FFB400;
    transition: all 500ms ease;
}

.service-card__bg::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: inherit;
    background-color: #15161B;
    transition: all 500ms ease;
}

.service-card:hover .service-card__bg::before {
    top: -3px;
    opacity: 1;
}

.service-card:hover .service-card__bg::after {
    height: 100%;
    top: 0px;
}

.service-card__image {
    position: relative;
    z-index: 1;
}

.service-card__image img {
    display: block;
    width: 100% !important;
    clip-path: polygon(50% 0%, 100% 0, 100% 79%, 100% 79%, 50% 100%, 0 79%, 0 0);
}

.new {
    width: 80px;
    height: 80px;
    /* position: relative; */
    position: absolute;
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 2px 7.2px rgba(0, 0, 0, 0.11));
    transition: all 500ms ease;
}

.service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.service-card__content {
    /* position: relative; */
    z-index: 1;
    padding: 68px 20px 10px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-card__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 375px) {
    .service-card__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.service-card__inner {
    position: relative;
    z-index: 1;
}

.service-card__title {
    position: relative;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    padding-bottom: 20px;
}

.service-card__title a:hover {
    background-size: 100% 1px;
    text-decoration: none !important;
}

.service-card:hover .service-card__title {
    color: #FFFFFF;
}

.service-card__btn {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 19px;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #222222;
    transition: all 500ms ease;
}

.new:hover .service-card__btn {
    transform: rotate(0deg);
}

.service-card:hover .service-card__btn {
    background-color: #FFB400;
}

.service-card__icon-1,
.service-card__icon-2 {
    display: inline-flex;
    font-size: 25px;
    transition: all 500ms ease;
    animation: textRotate 2.5s linear infinite;
}

.service-card__icon-1 {
    position: absolute;
    left: 29px;
    bottom: 36px;
    color: #FFB400;
}

.service-card__icon-2 {
    position: absolute;
    /* top: -65px; */
    right: 25px;
    color: #c6d936;
    bottom: 141px;
}

.service-card:hover .service-card__icon-1 {
    color: #c6d936;
    animation-play-state: paused;
}

.service-card:hover .service-card__icon-2 {
    color: #FFB400;
    animation-play-state: paused;
}

.splt-txt span {
    display: inline-block;
}

.splt-txt .whitespace {
    width: 8px;
}

.splt-txt.animated .char {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splt-txt.animated .char:first-child {
    text-transform: capitalize;
}

.hero-slider__content {
    opacity: 0;
    transition: 0.5s;
    /* transform: translateX(calc(-100vw * var(--calculation))); */
}

.hero-slider .active .hero-slider__content,
.hero-slider .active .hero-slider__tagline,
.hero-slider .active .hero-slider__title,
.hero-slider .active .hero-slider__description,
.hero-slider .active .hero-slider__button,
.hero-slider .active .hero-slider__image {
    opacity: 1;
    /* transform: translateX(0px); */
}

.hero-slider__image__main {
    -webkit-mask: url(../assets/images/about/hero-slider-image-shape-1-2.png);
    mask: url(../assets/images/about/hero-slider-image-shape-1-2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}


/* Extra small devices (max 350px) */

@media (max-width: 576px) {
    .coun-col {
        width: 50% !important;
    }
    .funfact-block-two .inner-box {
        padding: 7px;
    }
    .funfact-block-two .inner-box .icon-box i {
        font-size: 23px;
    }
    .funfact-block-two .inner-box .content-box .sub-title {
        /* font-size: 16px; */
    }
}


/***
=============================================
Support One
=============================================
***/

.support-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.support-one::before {
    position: absolute;
    top: 41px;
    left: 0;
    bottom: 113px;
    right: 0;
    /* background: var(--secondary); */
    clip-path: polygon(0 0, 100% 48%, 100% 100%, 0% 100%);
    content: "";
    z-index: -1;
}

.support-one .shape4 {
    position: absolute;
    top: 47px;
    left: 0;
    z-index: -1;
}

.support-one__img {
    position: relative;
    display: block;
    margin-right: -15px;
    z-index: 2;
}

.support-one__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.support-one__img .inner img {
    width: 100%;
}

.support-one__img .shape1 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.support-one__img .shape1 img {
    width: auto;
}

.support-one__content {
    position: relative;
    display: block;
    margin-left: 32px;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
}

.support-one__content::after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -45px;
    width: 45px;
    border-left: 45px solid transparent;
    border-bottom: 45px solid transparent;
    z-index: 3;
    border-top: 45px solid orange;
}

.support-one__content .shape2 {
    position: absolute;
    top: 0;
    right: -340px;
    z-index: -1;
}

.support-one__content .shape3 {
    position: absolute;
    left: -85px;
    bottom: 0;
    z-index: -1;
}

.support-one__content::before {
    position: absolute;
    top: 0px;
    left: -65px;
    bottom: 0;
    right: -999999px;
    background: #000;
    content: "";
    z-index: -1;
}

.support-one__content .sec-title {
    padding-bottom: 27px;
}

.support-one__content .sec-title__tagline .text p {
    color: #ffffff;
}

.support-one__content .sec-title__title {
    color: #ffffff;
}

.support-one__content-text1 {
    position: relative;
    display: block;
}

.support-one__content-text1 p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 34px;
}

.support-one__content-text2 {
    position: relative;
    display: block;
    margin-top: 41px;
}

.support-one__content-text2-single {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 42px;
}

.support-one__content-text2-single.mb0 {
    margin-bottom: 0;
}

.support-one__content-text2-single .icon-box {
    position: relative;
    display: block;
}

.support-one__content-text2-single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--secondary);
    font-size: 65px;
    top: 7px;
}

.support-one__content-text2-single .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.support-one__content-text2-single .text-box h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.support-one__content-text2-single .text-box p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.page-title {
    background: #010101;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.page-title::before {
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 42%, #00000080 50%, #fff0 60%);
    opacity: .7;
    z-index: -1
}

.page-title h1 {
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 48px;
}

.breadcrumb-1 {
    padding: 6px 10px;
    background: #fff;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    z-index: 9
}

.breadcrumb-item {
    display: inline-block;
    color: #fff
}

.breadcrumb-item a {
    color: #f9f9f9;
    text-decoration: none
}

.breadcrumb-item i {
    padding: 2px 5px
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: none !important:
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #f8f9fa
}

.page-breadcrumb li:last-child {
    margin-top: 3px;
}


/* CONTACT BLOCK WRAPPER */

.contact-block {
    position: relative;
    padding: 50px;
    border-radius: 20px;
    background: #fff;
    z-index: 2;
    overflow: hidden;
}


/* SOLID BLACK ANIMATED BORDER */

.contact-block::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* border thickness */
    border-radius: 20px;
    background: #000;
    /* pure black border */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.8;
    transition: 0.3s ease;
}


/* HOVER EFFECT */

.contact-block:hover::before {
    opacity: 1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}