/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animations
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Search Popup
# Forms
# Comments
# Contact
# Newsletter
# Cards
# Blog Details
# Page Header
# Footer
# Sidebar
# Google Map
# Hero Slider
# About
# Client Carousel
# Testimonials
# Package
# Gallery
# Why Choose
# Funfact
# Slide Text
# Faq
# Features
# Solution
# Working Process
# Finance Growth
# Book Appointment
# Finance Statistic
# Service
# Service Details
# Projects
# Project Details
# Shop
# Shop Details
# Cart
# Checkout
# Error 404
# Boxed Home
--------------------------------------------------------------*/

:root {
    --findox-font: "Sora", sans-serif;
    --findox-heading-font: "Sora", sans-serif;
    --findox-text: #636363;
    --findox-text-rgb: 99, 99, 99;
    --findox-base: #ef454e;
    --findox-base-rgb: 0, 102, 84;
    --findox-primary: #463f96;
    --findox-primary-rgb: 245, 200, 53;
    --findox-gray: #92918f;
    --findox-gray-rgb: 146, 145, 143;
    --findox-white: #ffffff;
    --findox-white-rgb: 255, 255, 255;
    --findox-white2: #f0f2f8;
    --findox-white2-rgb: 240, 242, 248;
    --findox-white3: #ecf5f4;
    --findox-white3-rgb: 236, 245, 244;
    --findox-white4: #e2edec;
    --findox-white4-rgb: 226, 237, 236;
    --findox-black: #000000;
    --findox-black-rgb: 0, 0, 0;
    --findox-black2: #222222;
    --findox-black2-rgb: 34, 34, 34;
    --findox-black3: #333333;
    --findox-black3-rgb: 51, 51, 51;
    --findox-black4: #131111;
    --findox-black4-rgb: 19, 17, 17;
    --findox-black5: #444444;
    --findox-black5-rgb: 68, 68, 68;
    --findox-border-color: #dddddd;
    --findox-border-color-rgb: 221, 221, 221;
    --section-space: 70px;
}


/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

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


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

body {
    font-family: var(--findox-font, "Sora", sans-serif);
    font-weight: 400;
    color: var(--findox-text, #636363);
    font-size: 16px;
    line-height: 1.625;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
}

a {
    color: var(--findox-base, #006654);
    transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h2,
h3,
h4,
h5 {
    font-family: var(--findox-heading-font, "Sora", sans-serif);
    color: white;
}

@media (max-width: 767px) {
    h2 br,
    h3 br {
        display: none;
    }
}

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


/* .page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
} */

.section-space {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about-one__image__two {
        margin: 0px !important;
    }
}

.section-space-b {
    padding-bottom: var(--section-space, 120px);
    padding-top: var(--section-space, 120px);
}

.row {
    /* --bs-gutter-x: 30px; */
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    /* --bs-gutter-y: 40px; */
}

.gutter-y-50 {
    /* --bs-gutter-y: 50px; */
}

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


/* section title */

.sec-title {
    margin-bottom: 11px;
}

.sec-title--center {
    margin-bottom: 38px;
    text-align: center;
}

.sec-title--center .sec-title__top {
    justify-content: center;
    /* padding-left: 20px; */
    /* clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%); */
}

.sec-title__top {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 17px;
    padding: 13px 80px 11px 20px;
    background-color: #ef454e;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}

.sec-title__top::before {
    content: "";
    width: 33px;
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    right: 9.5px;
    transform: translateY(-50%);
    background-color: white;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.sec-title__top::after {
    content: "";
    width: 38px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 23.5px;
    z-index: 1;
    transform: translateY(-50%);
    background-color: var(--findox-primary, #f5c835);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.new-top {
    display: inline-flex;
    align-items: flex-start;
    /* gap: 8px; */
    margin-bottom: 17px;
    padding: 13px 70px 11px 37px;
    background-color: #ef454e;
    clip-path: polygon( 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0 50%);
}


/* @media (max-width: 767px) {
    .sec-title__top {
        padding-left: 25px;
    }
} */

.sec-title__tagline {
    margin: 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.277;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero-one__tagline__text {
        font-size: 14px !important;
    }
    .sec-title__tagline {
        font-size: 14px !important;
    }
}

.sec-title__title {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    color: var(--title-color);
    line-height: 1.314;
}

@media (max-width: 768px) {
    .hero-one__title {
        font-size: 22px !important;
        text-align: center;
    }
    .sec-title__title {
        font-size: 22px !important;
    }
}


/* button */

.findox-btn {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 7px 8px 7px 32px;
    background-color: #463f96;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px 100px 100px 0px;
    transition: 500ms;
}

.contact-btn {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 7px 10px 7px 10px;
    background-color: #463f96;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px 100px 100px 0px;
    transition: 500ms;
}

@media (max-width: 390px) {
    .findox-btn {
        padding-left: 25px;
    }
}

.findox-btn::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.findox-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.findox-btn:hover::after {
    width: 100%;
    left: 0px;
}

.findox-btn__text {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 0.25;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.findox-btn__icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.findox-btn__icon {
    width: 12px;
    height: 12px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    color: white;
    transition: all 500ms ease;
}

.findox-btn__icon i {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.findox-btn__icon i:last-child {
    left: -15px;
    bottom: -15px;
    transform: translate(0, 0);
}

.findox-btn:hover .findox-btn__text {
    color: white;
}

.findox-btn:hover .findox-btn__icon-box {
    background-color: var(--findox-primary, #f5c835);
}

.findox-btn:hover .findox-btn__icon {
    color: white;
}

.findox-btn:hover .findox-btn__icon i {
    transform: translate(15px, -15px);
    transition: all 0.5s ease-out;
}

.findox-btn:hover .findox-btn__icon i:last-child {
    visibility: visible;
}

.findox-btn--base {
    background-color: var(--findox-base, #006654);
}

.findox-btn--base::before {
    background-color: var(--findox-primary, #f5c835);
}

.findox-btn--base::after {
    background-color: var(--findox-primary, #f5c835);
}

.findox-btn--base .findox-btn__text {
    color: white;
}

.findox-btn--base:hover .findox-btn__text {
    color: white;
}

.findox-btn--base .findox-btn__icon {
    color: var(--findox-base, #006654);
}

.findox-btn--base:hover .findox-btn__icon {
    color: white;
}

.findox-btn--base .findox-btn__icon-box {
    background-color: white;
}

.findox-btn--base:hover .findox-btn__icon-box {
    background-color: var(--findox-base, #006654);
}

.findox-btn--white {
    background-color: white;
}

.findox-btn--white::before {
    background-color: var(--findox-primary, #f5c835);
}

.findox-btn--white::after {
    background-color: var(--findox-base, #f5c835);
    ;
}

.findox-btn--white .findox-btn__text {
    color: var(--findox-black4, #131111);
}

.findox-btn--white:hover .findox-btn__text {
    color: white;
}

.findox-btn--white .findox-btn__icon {
    color: white;
}

.findox-btn--white:hover .findox-btn__icon {
    color: white;
}

.findox-btn--white .findox-btn__icon-box {
    background-color: var(--findox-primary, #f5c835);
}

.findox-btn--white:hover .findox-btn__icon-box {
    background-color: var(--findox-primary, #f5c835);
}


/* social links */

.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.social-links a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    /* border: 1px solid white; */
    overflow: hidden;
    transition: all 500ms ease;
}

.social-links a:hover {
    border-color: var(--findox-base, #f5c835);
    background-color: var(--findox-, #f5c835);
}

.social-links__icon {
    display: inline-flex;
    font-size: 16px;
    color: white;
    transition: all 500ms ease;
}

.social-links a:hover .social-links__icon {
    color: white;
    animation: slideTop 500ms;
}


/* ratings */

.findox-ratings {
    /* display: flex; */
    align-items: center;
    gap: 5px;
    margin-left: 115px;
    margin-top: 20px;
    ;
}

.findox-ratings__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--findox-base, #006654);
    transition: all 500ms ease;
}


/* post pagination */


/* active user */


/* owl slider buton, dots customize */


/* scroll to top */

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 8px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--findox-base, #006654);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}


/* preloader */


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--findox-base, #006654);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--findox-base, #006654);
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

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

@keyframes zump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zoomIn3 {
    0% {
        transform: scale(0.7) rotate(0deg);
    }
    100% {
        transform: scale(1) rotate(45deg);
    }
}

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

@keyframes moveX {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

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

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes vibrant2 {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(2px, -2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, 2px);
    }
    80% {
        transform: translate(-2px, 2px);
    }
    100% {
        transform: translate(0);
    }
}


/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar {
    position: relative;
    z-index: 999;
    padding: 0px 0px;
    background-color: #ef454e;
    border-bottom: 1px solid var(--findox-border-color, #dddddd);
}

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

@media (max-width: 767px) {
    .topbar {
        display: none;
    }
}

.topbar::before,
.topbar::after {
    content: "";
    width: 673px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* background-color: RGBA(var(--findox-base-rgb, 0, 102, 84), 0.3); */
    /* clip-path: polygon(100% 0%, 93% 50%, 100% 100%, 0 100%, 0% 50%, 0 0); */
}

@media (max-width: 991px) {
    .topbar::before,
    .topbar::after {
        width: 100%;
        clip-path: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar::before,
    .topbar::after {
        width: 540px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .topbar::before,
    .topbar::after {
        width: 600px;
    }
}

.topbar::after {
    width: 663px;
    background-color: #ef454e;
}

@media (max-width: 991px) {
    .topbar::after {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar::after {
        width: 530px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .topbar::after {
        width: 590px;
    }
}

.topbar .container {
    /* max-width: 1299px; */
    position: relative;
    z-index: 1;
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.topbar__info {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 18px;
}

@media (max-width: 991px) {
    .topbar__info {
        width: 100%;
        justify-content: center;
    }
}

.topbar__info li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 14px;
    color: white;
    line-height: 1.285;
}

.topbar__info li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar__info li a:hover {
    background-size: 100% 1px;
}

.topbar__info li a:hover {
    color: white;
}

.topbar__info__icon {
    display: inline-flex;
    flex-shrink: 0;
    font-size: 14px;
    color: white;
}

.topbar__right {
    display: flex;
    align-items: center;
    gap: 23px;
}

@media (max-width: 991px) {
    .topbar__right {
        display: none;
    }
}

.topbar .social-links a {
    width: 28px;
    height: 28px;
    /* border-color: white; */
    background-color: #463f96;
}

.topbar .social-links__icon {
    font-size: 12px;
    color: #fff;
}


/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/

.header {
    width: 100%;
    /* max-width: 1400px; */
    /* padding: 0px 15px; */
    /* margin: 0px auto; */
    position: relative;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.header::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 10px;
    background-color: var(--findox-primary, #f5c835);
}

.header::after {
    content: "";
    width: 1px;
    height: 85px;
    position: absolute;
    top: 0px;
    right: 14px;
    background-color: var(--findox-border-color, #dddddd);
}

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

.main-header {
    position: relative;
    z-index: 999;
    background-color: white;
}

.main-header__btn {
    /* margin-left: 30px; */
    margin-bottom: 10px;
}

.header {
    position: absolute;
    top: 0;
}

#masthead {
    position: relative;
}

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

.main-navigation li {
    position: relative;
}

.main-navigation a {
    /* font-family: ; */
    font-weight: 500;
    transition: all 500ms ease;
    padding-right: 20px;
}

.main-navigation a:hover {
    color: #463f96;
}


/* .main-navigation a:hover,
.main-navigation a:focus {
    background-color: #f5f5f5;
} */


/* Mobile styles */

@media (max-width: 991px) {
    .main-navigation li.has-children>a {
        padding-right: 40px;
    }
}


/* Desktop styles */

@media (min-width: 992px) {
    .main-navigation>ul>li {
        display: inline-block;
    }
    .main-navigation li.has-children>a {
        padding-right: 20px;
    }
    /* Show submenu on hover (desktop only) */
}


/* Navbar styles */

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    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-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
        padding-top: 10px;
    }
}

button.navbar-toggler {
    background: #ef454e;
    color: #fff
}


/*Menu End*/


/* Sticky Navbar */

#masthead {
    /* background-color: #fff; */
    transition: .5s ease top;
    /* box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2); */
    &.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .header {
        justify-content: center
    }
    z-index: 999;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}


/*Multi Slider*/


/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin: 0;
}

@media (min-width: 768px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0px 29px;
    font-family: var(--findox-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: #2f3237;
    border-radius: 5px;
    background-color: var(--findox-white2, #f0f2f8);
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .form-one input[type=text],
    .form-one input[type=email],
    .form-one input[type=tel],
    .form-one textarea {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
    color: var(--findox-black4, #131111);
}

.form-one textarea {
    height: 122px;
    padding-top: 10px;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-one {
    margin-top: 53px;
}

.comments-one__title {
    margin-bottom: 52px;
    font-size: 22px;
    font-weight: 700;
    color: var(--findox-black2, #222222);
    line-height: 1.318;
}

.comments-one__list {
    margin: 0;
}

.comments-one__card {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .comments-one__card {
        grid-template-columns: 140px auto;
    }
}

@media (max-width: 767px) {
    .comments-one__card {
        grid-template-columns: auto;
    }
}

.comments-one__card:not(:last-child) {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .comments-one__card:not(:last-child) {
        margin-bottom: 50px;
    }
}

.comments-one__image {
    width: 150px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .comments-one__image {
        width: 140px;
    }
}

@media (max-width: 575px) {
    .comments-one__image {
        width: 140px;
    }
}

.comments-one__image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .comments-one__image img {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 575px) {
    .comments-one__image img {
        width: 140px;
        height: 140px;
    }
}

.comments-one__content {
    margin-top: 2px;
}

@media (max-width: 767px) {
    .comments-one__content {
        margin-top: 0px;
    }
}

.comments-one__name {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    color: var(--findox-black2, #222222);
    text-transform: capitalize;
    line-height: 1.318;
}

.comments-one__date {
    margin: 0;
    position: relative;
    color: var(--findox-base, #006654);
}

.comments-one__date::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 19px;
    height: 1px;
    margin-right: 9px;
    background-color: var(--findox-base, #006654);
}

@media (max-width: 575px) {
    .comments-one__date::before {
        display: none;
    }
}

.comments-one__bottom {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 30px;
}

@media (max-width: 412px) {
    .comments-one__bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.comments-one__reply {
    margin-top: 21px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: var(--findox-base, #006654);
    line-height: 1.25;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.comments-one__reply:hover {
    color: var(--findox-primary, #f5c835);
}

.comments-one__text {
    margin: 0px;
}

.comments-form {
    margin-top: 53px;
}

.comments-form__title {
    margin-bottom: 52px;
    font-size: 22px;
    font-weight: 700;
    color: var(--findox-black2, #222222);
    line-height: 1.318;
}


/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.team-one {
    background-color: white;
}


/* team details */


/* === STICKY FIX FOR BOOTSTRAP ROW === */


/* image styling */

.blog-card-three__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service-btn:hover {
    background-color: none !important;
}

.service-btn {
    border-radius: 100px 100px 100px 100px !important;
}

.blog-card-three__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card-three__image__link {
    width: 100%;
    height: 100%;
    background-color: rgba(var(--findox-black4-rgb, 19, 17, 17), 0.6);
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-30%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-three__image__link::before,
.blog-card-three__image__link::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-three__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-three:hover .blog-card-three__image img {
    transform: scale(1.1);
}

.blog-card-three:hover .blog-card-three__image__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-three__content {
    width: calc(100% - 40px);
    position: relative;
    z-index: 1;
    margin: -83px 0px 0px auto;
    background-color: white;
    filter: drop-shadow(0 1px 6.3px rgba(0, 0, 0, 0.1));
}

@media (max-width: 412px) {
    .blog-card-three__content {
        width: calc(100% - 20px);
        margin-top: -100px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__content {
        width: calc(100% - 20px);
        margin-top: -100px;
    }
}

.blog-card-three__content::before {
    content: "";
    width: 40px;
    height: 41px;
    position: absolute;
    top: 0px;
    left: -40px;
    background-color: var(--findox-primary, #f5c835);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    transition: all 500ms ease;
}

@media (max-width: 412px) {
    .blog-card-three__content::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__content::before {
        display: none;
    }
}

.blog-card-three__content::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.blog-card-three:hover .blog-card-three__content::before {
    background-color: var(--findox-base, #006654);
}

.blog-card-three:hover .blog-card-three__content::after {
    height: 100%;
    top: 0px;
}

.blog-card-three__top {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10.5px 60px 10.5px 20px;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

@media (max-width: 412px) {
    .blog-card-three__top {
        padding-right: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__top {
        padding-right: 80px;
    }
}


/* When card is hovered */

.blog-card-three:hover,
.blog-card-three:hover a,
.blog-card-three:hover h3,
.blog-card-three:hover li,
.blog-card-three:hover span,
.blog-card-three:hover i,
.blog-card-three:hover time {
    color: #ffffff;
}

.blog-card-three:hover .blog-card-three__top {
    background-color: var(--findox-primary, #f5c835);
    color: white;
}

.blog-card-three__meta {
    display: flex;
    gap: 10px 14px;
    align-items: center;
    margin: 0px;
}


/* @media (max-width: 412px) {
    .blog-card-three__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__meta {
        flex-direction: column;
        align-items: flex-start;
    }
} */

.blog-card-three__meta li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    /* font-weight: 400; */
    color: white;
    line-height: 1.25;
    transition: all 500ms ease;
}

.blog-card-three__meta li a {
    color: inherit;
    transition: 0s;
}

.blog-card-three:hover .blog-card-three__meta li {
    color: var(--findox-black3, #333333);
}

.blog-card-three__btn {
    width: 41px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--findox-primary, #f5c835);
    transition: all 500ms ease;
}

@media (max-width: 412px) {
    .blog-card-three__btn {
        width: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__btn {
        width: 60px;
    }
}

.blog-card-three__btn__icon {
    font-size: 13px;
    color: white;
    transition: all 500ms ease;
}

.blog-card-three__btn:hover .blog-card-three__btn__icon {
    transform: rotate(45deg);
}

.blog-card-three:hover .blog-card-three__btn {
    background-color: var(--findox-base, #006654);
}

.blog-card-three:hover .blog-card-three__btn__icon {
    color: white;
}

.blog-card-three__inner {
    padding: 20px 24px 23px;
}

.blog-card-three__meta li a:hover {
    color: #ffffff !important;
}

.blog-card-three__title {
    position: relative;
    padding-left: 17px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: var(--findox-black2, #222222);
    line-height: 1.272;
}

@media (max-width: 412px) {
    .blog-card-three__title {
        padding-left: 0px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__title {
        padding-left: 0px;
        font-size: 20px;
    }
}

.blog-card-three__title::before {
    content: "";
    width: 3px;
    height: calc(100% - 11px);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border-radius: 100px;
    background-color: var(--findox-primary, #f5c835);
}

@media (max-width: 412px) {
    .blog-card-three__title::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__title::before {
        display: none;
    }
}

.contact-one {
    position: relative;
    background-color: var(--eduact-soft);
    /* padding: 117px 0 85px; */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 2;
}

.blog-card-three__title a {
    color: inherit;
}

.blog-card-three__title a:hover {
    color: white;
}

.blog-card-three__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-three__title a:hover {
    background-size: 100% 1px;
}

.blog-card-three:hover .blog-card-three__title {
    color: white;
}

.blog-three {
    background-color: #f0f1f5;
}

.blog-three__top {
    margin-bottom: 38px;
}

.blog-three .sec-title {
    margin: 0px;
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details {
    background-color: white;
}

.blog-details__card {
    margin-bottom: 53px;
}

.blog-details__card__image {
    margin-bottom: 20px;
}

.blog-details__card__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.blog-details__card__meta {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.blog-details__card__date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details__card__date__icon {
    position: relative;
    top: -1px;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--findox-base, #006654);
}

.blog-details__card__date__text {
    margin: 0;
    text-transform: capitalize;
}

.blog-details__card__title {
    margin-bottom: 18px;
    /* font-size: 22px; */
    font-weight: 700;
    line-height: 1.318;
    color: var(--findox-black2, #222222);
}

@media (max-width: 412px) {
    .blog-details__card__title {
        font-size: 20px;
    }
}

.blog-details__card__text {
    margin: 0px;
}

.blog-details__card__text+.blog-details__card__text {
    margin-top: 11px;
}

.blog-details .comments-one__card {
    padding-bottom: 32px;
    grid-template-columns: 89px auto;
    grid-gap: 20px;
    border-bottom: 1px solid var(--findox-border-color, #dddddd);
}

@media (max-width: 767px) {
    .blog-details .comments-one__card {
        grid-template-columns: auto;
    }
}

@media (max-width: 412px) {
    .blog-details .comments-one__card {
        padding-bottom: 35px;
    }
}

.blog-details .comments-one__card:not(:last-child) {
    margin-bottom: 40px;
}

.blog-details .comments-one__image {
    width: 89px;
}

.blog-details .comments-one__image img {
    width: 89px;
    height: 89px;
}

.blog-details .comments-one__content {
    margin-top: 0px;
}

.blog-details .comments-one__name {
    margin-bottom: 10px;
}

.blog-details .comments-one__date {
    color: var(--findox-text, #636363);
}

.blog-details .comments-one__date::before {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-details__form .form-one__group {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    /* margin-bottom: 70px; */
    overflow: hidden;
    background-color: white;
}


/* @media (max-width: 1199px) {
    .page-header {
        padding-top: 200px;
        padding-bottom: 150px;
    }
} */

@media (max-width: 767px) {
    .page-header {
        margin-top: 0px;
        padding-top: 210px;
        padding-bottom: 120px;
    }
}

.page-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-one-bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 1800px) {
    .page-header__col {
        width: 100%;
    }
}

@media (min-width: 1800px) {
    .page-header__content {
        max-width: 600px;
    }
}

.page-header__title {
    margin-bottom: 10px;
    font-size: 48px;
    color: var(--findox-black2, #222222);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.166;
}

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

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

@media (max-width: 767px) {
    .page-header__title {
        font-size: 30px;
    }
}

@media (max-width: 440px) {
    .page-header__title {
        font-size: 25px;
    }
}

.findox-breadcrumb {
    margin: 0;
    padding: 5px 15.5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: white;
}

.findox-breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--findox-text, #636363);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.25;
}

@media (max-width: 575px) {
    .findox-breadcrumb li {
        font-size: 15px;
    }
}

.findox-breadcrumb li:not(:last-of-type)::after {
    content: "/";
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16px;
}

.findox-breadcrumb li span,
.findox-breadcrumb li a {
    display: inline-flex;
}

.findox-breadcrumb li:not(:first-child) span {
    color: black;
}

.findox-breadcrumb li a {
    color: black;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    margin-left: 10px;
}

.findox-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.findox-breadcrumb li a:hover {
    color: #ef454e;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.main-footer {
    position: relative;
    overflow: hidden;
    background-color: var(--findox-base, #006654);
}

.main-footer__top {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}

.main-footer__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main-footer__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #131111e0;
}

.main-footer .container {
    position: relative;
    z-index: 1;
}

.main-footer__bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px 30px;
    padding: 25px 0px;
    border-top: 1px solid rgba(var(--findox-white-rgb, 255, 255, 255), 0.3);
}

@media (max-width: 991px) {
    .main-footer__bottom__inner {
        flex-direction: column-reverse;
        justify-content: center;
        padding: 30px 0px;
        text-align: center;
    }
}

.main-footer__copyright {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-transform: capitalize;
}

.main-footer__page {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px 26px;
    margin: 0px;
}

@media (max-width: 991px) {
    .main-footer__page {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .main-footer__page {
        gap: 13px 22px;
    }
}

.main-footer__page li {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.25;
    text-transform: capitalize;
}

.main-footer__page li a {
    color: inherit;
}

.main-footer__page li a:hover {
    color: var(--findox-base, #f5c835);
}

.main-footer__page li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-footer__page li a:hover {
    background-size: 100% 1px;
}

.footer-widget--links {
    margin-top: 20px;
}

.footer-widget__title {
    margin-bottom: 25px;
    font-size: 22px;
    color: white;
    font-weight: 700;
    line-height: 1.363;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .footer-widget__title {
        margin-bottom: 25px;
    }
}

.footer-widget__links-box {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.footer-widget__links {
    margin: 0px;
}

.footer-widget__links li+li {
    margin-top: 10px;
}

.footer-widget__links li {
    font-size: 17px;
    color: white;
}

.footer-widget__links li a {
    color: inherit;
}

.footer-widget__links li a:hover {
    color: var(--findox-base, #f5c835);
}

.footer-widget__links li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__links li a:hover {
    background-size: 100% 1px;
}

.footer-widget__links--1 li {
    position: relative;
    padding-left: 15px;
}

.footer-widget__links--1 li::before {
    content: "\f068";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    color: white;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition: all 500ms ease;
}

.footer-widget__links--1 li:hover::before {
    color: var(--findox-primary, #f5c835);
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar__single {
    padding: 34px 32px;
    border-radius: 10px;
    background-color: var(--findox-white2, #f0f2f8);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__single {
        padding: 26px 25px;
    }
}

@media (max-width: 375px) {
    .sidebar__single {
        padding: 26px 25px;
    }
}

.sidebar__title {
    position: relative;
    margin-bottom: 34px;
    font-size: 22px;
    color: var(--findox-black2, #222222);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.363;
}

.sidebar__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 39px;
    height: 3px;
    background-color: var(--findox-primary, #f5c835);
}

.sidebar__posts-wrapper {
    padding-bottom: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__posts-wrapper {
        padding-bottom: 29px;
    }
}

@media (max-width: 375px) {
    .sidebar__posts-wrapper {
        padding-bottom: 29px;
    }
}

.sidebar__posts {
    margin: 0px;
}

.sidebar__posts-title::after {
    width: 77px;
}

.sidebar__posts__item {
    display: flex;
    gap: 14px;
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar__posts__image {
    width: 94px;
    flex-shrink: 0;
}

.sidebar__posts__image img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.sidebar__posts__content {
    margin-top: 5px;
    width: calc(100% - 94px);
}

.sidebar__posts__meta {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--findox-text, #636363);
    font-size: 14px;
    line-height: 1;
}

.sidebar__posts__title {
    margin: 0;
    font-size: 17px;
    color: var(--findox-black3, #333333);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.352;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

.sidebar__posts__title a {
    color: inherit;
}

.sidebar__posts__title a:hover {
    color: var(--findox-base, #006654);
}

.sidebar__posts__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
    background-size: 100% 1px;
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
}

.google-map iframe {
    width: 100%;
    height: 484px;
    display: block;
    position: relative;
    border: none;
    /* mix-blend-mode: luminosity; */
}

@media (max-width: 767px) {
    .google-map iframe {
        height: 450px;
    }
}

.google-map__contact {
    overflow: hidden;
    background-color: white;
}


/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/

.hero-banner-two {
    position: relative;
    background-color: var(--findox-base, #006654);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 82px 0 82px;
    overflow: hidden;
}


/* @media (max-width: 767px) {
    .hero-banner-two {
        padding-bottom: 90px;
    }
} */

.hero-banner-two__shape1 {
    position: absolute;
    left: 90px;
    top: 140px;
}


/* @media (max-width: 1300px) {
    .hero-banner-two__shape1 {
        display: none;
    }
}

@media (max-width: 1499px) {
    .hero-banner-two__shape1 {
        left: 20px;
    }
} */

.hero-banner-two__shape2 {
    position: absolute;
    left: 135px;
    bottom: 84px;
    rotate: 50deg;
}

@media (max-width: 1499px) {
    .hero-banner-two__shape2 {
        left: 30px;
    }
}

@media (max-width: 1300px) {
    .hero-banner-two__shape2 {
        display: none;
    }
}

.hero-banner-two__shape2 img {
    animation: moveX 2s linear infinite;
}

.hero-banner-two__shape3 {
    width: 180px;
    position: absolute;
    left: -198px;
    right: 0;
    margin: auto;
    /* bottom: 110px; */
    animation: moveX 2s linear infinite;
}

@media (max-width: 1300px) {
    .hero-banner-two__shape3 {
        display: none;
    }
}


/* .hero-banner-two__shape3 img {
    animation: vibrant2 3s ease 0s infinite;
} */

i.fa-solid.fa-user-check {
    font-size: 30px;
}

.zoom-effect {
    animation: zoomInOut 3s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.hero-banner-two__shape4 {
    top: 236px;
    width: 129px;
    position: absolute;
    left: 165px;
    right: 0;
    margin: auto;
}

@media (max-width: 1499px) {
    .hero-banner-two__shape4 {
        left: 120px;
    }
}

@media (max-width: 1300px) {
    .hero-banner-two__shape4 {
        display: none;
    }
}

.hero-banner-two__shape4 img {
    -webkit-animation: rotated 20s infinite linear;
    animation: rotated 20s infinite linear;
}

.hero-banner-two__stretch-image {
    position: relative;
    text-align: right;
    border-radius: 285px 0px 0px 285px;
    border: 17px solid white;
    border-right: none;
    overflow: hidden;
    max-width: 886px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .hero-banner-two__stretch-image {
        margin-top: 50px;
    }
}

.hero-banner-two__stretch-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-banner-two__stretch-image {
    position: relative;
    text-align: right;
    border-radius: 285px 0px 0px 285px;
    border: 17px solid white;
    border-right: none;
    overflow: hidden;
    max-width: 886px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .hero-banner-two__stretch-image {
        margin-top: 50px;
    }
}

.hero-banner-two__stretch-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-banner-two__bg-shape1 {
    position: absolute;
    right: 124px;
    top: 25px;
}

@media (max-width: 1399px) {
    .hero-banner-two__bg-shape1 {
        right: 50px;
    }
}

@media (max-width: 1300px) {
    .hero-banner-two__bg-shape1 {
        right: 10px;
    }
}

@media (max-width: 991px) {
    .hero-banner-two__bg-shape1 {
        right: 0;
        top: auto;
        bottom: 0;
    }
}


/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/


/* Services section background */

.features-two {
    position: relative;
    background-image: url("../images/about/service-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* FIXED background */
    overflow: hidden;
}

.features-twoo {
    position: relative;
    background-image: url("../images/about/service.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* FIXED background */
    overflow: hidden;
}


/* Dark overlay */

.features-two::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 82%);
    /* overlay darkness */
    z-index: 1;
}


/* Keep content above overlay */

.features-two .container {
    position: relative;
    z-index: 2;
}


/* Optional: make cards pop on dark bg */

.features-two__card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
}

.features-two__card {
    position: relative;
    overflow: hidden;
    border-radius: 200px 200px 20px 20px;
    background-color: white;
    filter: drop-shadow(0 2px 11.6px rgba(0, 0, 0, 0.55));
    transition: all 500ms ease;
}

.features-two__card:hover {
    border-radius: 20px;
}

.features-two__card::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #463f96;
    transition: all 500ms ease;
}

.features-two__card:hover::after {
    height: 100%;
}

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

.features-two__image {
    border-radius: inherit;
    transition: all 500ms ease;
}

.features-two__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

.features-two__content {
    position: relative;
    text-align: center;
    padding: 20px;
    height: 200px;
}

.features-two__icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 10px;
    background-color: #463f96;
    transition: all 500ms ease;
}

.features-two__icon-box::before {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    border: 1px solid RGBA(var(--deskot-white-rgb, 255, 255, 255), 0.2);
    transition: all 500ms ease;
}

.features-two__icon-box::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EF454E;
    border-radius: inherit;
    z-index: -1;
    transition: all 500ms ease;
}

.features-two__card:hover .features-two__icon-box::before {
    border-style: dashed;
    border-color: white;
}

.features-two__card:hover .features-two__icon-box::after {
    width: 100%;
    height: 100%;
}

.features-two__icon {
    display: inline-flex;
    font-size: 27px;
    color: white;
    transition: all 500ms ease;
}

.features-two__card:hover .features-two__icon {
    color: white;
}

.features-two__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
    color: black;
}

.features-two:hover .features-two__title::after {
    background-color: #463f96;
}

.features-two__text {
    margin: 0px;
    transition: all 500ms ease;
    color: black;
}

.features-two__card:hover .features-two__title,
.features-two__card:hover .features-two__text {
    color: white;
}

.hero-banner-two__shape2 img {
    animation: moveX 2s linear infinite;
}

.hero-banner-two__shape3 {
    width: 180px;
    position: absolute;
    left: -198px;
    right: 0;
    margin: auto;
    /* bottom: 110px; */
}

@media (max-width: 1300px) {
    .hero-banner-two__shape3 {
        display: none;
    }
}


/* .hero-banner-two__shape3 img {
    animation: vibrant2 3s ease 0s infinite;
} */

.hero-banner-two__shape4 {
    top: 236px;
    width: 129px;
    position: absolute;
    left: 165px;
    right: 0;
    margin: auto;
}

@media (max-width: 1499px) {
    .hero-banner-two__shape4 {
        left: 120px;
    }
}

@media (max-width: 1300px) {
    .hero-banner-two__shape4 {
        display: none;
    }
}

.hero-banner-two__shape4 img {
    -webkit-animation: rotated 20s infinite linear;
    animation: rotated 20s infinite linear;
}

.slider01 {
    position: relative;
    height: 90vh;
    width: 100%;
}

.hero-one {
    position: relative;
    /* margin-top: 135px; */
    /* padding: 100px 0px 100px; */
    overflow: hidden;
    background-color: white;
    /* height: 90vh; */
}

.hero-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.hero-one__bg::before {
    content: "";
    width: 195px;
    height: 195px;
    position: absolute;
    top: 0px;
    left: -45px;
    background-color: var(--findox-primary, #f5c835);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

@media (max-width: 575px) {
    .hero-one__bg::before {
        display: none;
    }
}

.hero-one .container {
    position: relative;
    z-index: 1;
}

.hero-one__content {
    position: relative;
    padding-top: 115px;
}

.hero-one__tagline {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    margin-bottom: 22px;
    padding: 13px 80px 11px 20px;
    background-color: white;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

@media (max-width: 575px) {
    .hero-one__tagline {
        /* padding-left: 25px; */
        padding-right: 25px;
    }
}

.hero-one__tagline::before {
    content: "";
    width: 33px;
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    right: 9.5px;
    transform: translateY(-50%);
    background-color: var(--findox-base, #006654);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}


/* @media (max-width: 575px) {
    .hero-one__tagline::before {
        display: none;
    }
} */

.hero-one__tagline::after {
    content: "";
    width: 38px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 23.5px;
    z-index: 1;
    transform: translateY(-50%);
    background-color: var(--findox-primary, #f5c835);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}


/* @media (max-width: 575px) {
    .hero-one__tagline::after {
        display: none;
    }
} */

.hero-one__tagline__text {
    margin: 0px;
    font-size: 17px;
    color: var(--findox-primary, #f5c835);
    font-weight: 600;
    line-height: 1.277;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero-one__tagline__text {
        font-size: 14px;
    }
}

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

.hero-one__title {
    margin-bottom: 26px;
    font-size: 36px;
    font-weight: 700;
    color: black;
    line-height: 1.166;
}

.hero-one__bottom {
    display: flex;
    gap: 25px 30px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-one__shape-4 {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.about-two__image__two {
    display: inline-block;
    position: relative;
    margin-left: -33px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 813.000000"><g transform="translate(0.000000,813.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3547 8116 c-4 -9 -26 -17 -54 -21 -109 -14 -278 -101 -367 -188 -23 -23 -71 -78 -107 -122 -35 -44 -66 -82 -70 -85 -5 -5 -80 -98 -174 -216 -114 -143 -177 -222 -212 -265 -21 -26 -83 -102 -138 -170 -54 -68 -102 -126 -105 -129 -7 -6 -101 -122 -170 -210 -47 -60 -153 -191 -182 -225 -9 -11 -69 -85 -134 -165 -64 -80 -151 -187 -193 -239 -42 -51 -96 -119 -121 -151 -47 -60 -153 -191 -182 -225 -9 -11 -69 -85 -134 -165 -64 -80 -151 -187 -193 -239 -42 -51 -96 -119 -121 -151 -65 -83 -163 -204 -170 -210 -3 -3 -50 -61 -105 -130 -55 -68 -141 -175 -192 -238 -89 -111 -139 -198 -179 -312 -15 -45 -19 -83 -19 -205 0 -163 7 -196 68 -325 25 -53 133 -211 157 -230 7 -5 97 -116 170 -210 65 -83 163 -204 170 -210 3 -3 68 -84 145 -180 77 -96 142 -177 145 -180 7 -6 105 -127 170 -210 65 -83 163 -204 170 -210 3 -3 68 -84 145 -180 77 -96 142 -177 145 -180 7 -6 105 -127 170 -210 25 -32 70 -88 101 -126 31 -38 119 -145 194 -239 76 -93 172 -212 214 -264 42 -51 96 -119 121 -151 25 -31 65 -82 90 -112 25 -30 90 -111 145 -179 55 -68 102 -126 105 -129 8 -6 112 -136 165 -204 108 -140 228 -234 359 -282 125 -46 21 -44 2592 -41 1593 2 2434 7 2464 13 95 22 254 112 331 187 99 96 185 244 203 350 4 23 12 37 21 37 13 0 15 439 15 3460 0 3021 -2 3460 -15 3460 -9 0 -16 14 -20 38 -20 123 -131 298 -250 395 -33 27 -69 53 -80 58 -11 5 -38 19 -60 32 -44 24 -124 51 -195 64 -26 5 -44 14 -43 21 2 9 -536 12 -2391 12 -2067 0 -2395 -2 -2399 -14z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 813.000000"><g transform="translate(0.000000,813.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3547 8116 c-4 -9 -26 -17 -54 -21 -109 -14 -278 -101 -367 -188 -23 -23 -71 -78 -107 -122 -35 -44 -66 -82 -70 -85 -5 -5 -80 -98 -174 -216 -114 -143 -177 -222 -212 -265 -21 -26 -83 -102 -138 -170 -54 -68 -102 -126 -105 -129 -7 -6 -101 -122 -170 -210 -47 -60 -153 -191 -182 -225 -9 -11 -69 -85 -134 -165 -64 -80 -151 -187 -193 -239 -42 -51 -96 -119 -121 -151 -47 -60 -153 -191 -182 -225 -9 -11 -69 -85 -134 -165 -64 -80 -151 -187 -193 -239 -42 -51 -96 -119 -121 -151 -65 -83 -163 -204 -170 -210 -3 -3 -50 -61 -105 -130 -55 -68 -141 -175 -192 -238 -89 -111 -139 -198 -179 -312 -15 -45 -19 -83 -19 -205 0 -163 7 -196 68 -325 25 -53 133 -211 157 -230 7 -5 97 -116 170 -210 65 -83 163 -204 170 -210 3 -3 68 -84 145 -180 77 -96 142 -177 145 -180 7 -6 105 -127 170 -210 65 -83 163 -204 170 -210 3 -3 68 -84 145 -180 77 -96 142 -177 145 -180 7 -6 105 -127 170 -210 25 -32 70 -88 101 -126 31 -38 119 -145 194 -239 76 -93 172 -212 214 -264 42 -51 96 -119 121 -151 25 -31 65 -82 90 -112 25 -30 90 -111 145 -179 55 -68 102 -126 105 -129 8 -6 112 -136 165 -204 108 -140 228 -234 359 -282 125 -46 21 -44 2592 -41 1593 2 2434 7 2464 13 95 22 254 112 331 187 99 96 185 244 203 350 4 23 12 37 21 37 13 0 15 439 15 3460 0 3021 -2 3460 -15 3460 -9 0 -16 14 -20 38 -20 123 -131 298 -250 395 -33 27 -69 53 -80 58 -11 5 -38 19 -60 32 -44 24 -124 51 -195 64 -26 5 -44 14 -43 21 2 9 -536 12 -2391 12 -2067 0 -2395 -2 -2399 -14z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    margin-top: 65px;
}

.about-two__image__two::after {
    content: "";
    width: 199.532px;
    height: 199.532px;
    position: absolute;
    top: 50%;
    left: -22px;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(0deg, #dc3545 0%, rgba(153, 54, 18, 0) 100%);
}

@media (max-width: 440px) {
    .about-two__image__two::after {
        display: none;
    }
}

@media (max-width: 1599px) {
    .about-two__image__two img {
        max-width: 100%;
        height: auto;
    }
}

.hero-one__shape-4 {
    right: 5%;
    bottom: 269px;
    animation: vibrant2 2.5s ease 1s infinite;
}

@media (max-width: 1199px) {
    .hero-one__shape-4 {
        bottom: 230px;
    }
}

@media (max-width: 991px) {
    .hero-one__shape-4 {
        display: none;
    }
}

.hero-slider {
    --calculation: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero-slider__item {
    position: relative;
    padding: 82px 0px 82px;
    overflow: hidden;
    background-color: var(--findox-base, #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;
}

.eduact-stretch-element-inside-column.wow.slideInRight {
    margin-right: -138px;
    margin-top: -40px;
}

.hero-slider__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529e3;
}

.hero-slider__grid {
    display: grid;
    gap: 6% 4%;
    align-items: center;
    grid-template-columns: 46% 50%;
}

@media (max-width: 1199px) {
    .hero-slider__grid {
        display: block;
    }
}

.hero-slider__content {
    opacity: 0;
    transition: 0.5s;
    transform: translateX(calc(-100vw * var(--calculation)));
    padding-top: 0px;
}

.hero-slider__description {
    opacity: 0;
    transition: 0.7s;
    transition-delay: 0.3s;
    transform: translateX(calc(-200px * var(--calculation)));
}

.hero-slider__description {
    margin-bottom: 20px;
    transition-delay: 0.7s;
}

.hero-slider__text {
    margin: 0px;
    font-size: 21px;
    font-weight: 400;
    color: white;
    line-height: 1.3125;
}

@media (max-width: 575px) {
    .hero-slider__text {
        font-size: 16px;
    }
}

.hero-slider .findox-btn:last-child::after {
    background-color: white;
}

.hero-slider .findox-btn:last-child::before {
    background-color: var(--findox-primary, #f5c835);
}

.hero-slider .findox-btn:last-child:hover .findox-btn__text {
    color: var(--findox-black2, #222222);
}


/* .hero-slider__image {
    position: relative;
    opacity: 0;
    transform: translateX(calc(200px * var(--calculation)));
} */


/* @media (max-width: 1199px) {
    .hero-slider__image {
        max-width: 762px;
        margin-top: 50px;
    }
} */

.hero-slider__image__inner {
    padding: 10px;
    background-color: white;
    -webkit-mask: url("../images/shapes/hero-slider-image-shape-1-1.png");
    mask: url("../images/shapes/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%;
}

.hero-slider__image__main {
    -webkit-mask: url("../images/shapes/hero-slider-image-shape-1-2.png");
    mask: url("../images/shapes/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__main img {
    width: 100%;
    display: block;
}

.hero-slider .active .hero-slider__bg {
    transform: scale(1.1);
}

.hero-slider .active .hero-slider__content,
.hero-slider .active .hero-slider__description {
    opacity: 1;
    transform: translateX(0px);
    /* padding-top: 115px; */
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-one__list {
    margin-top: 25px;
    padding-left: 18px;
}

.about-one__list li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #444;
}

.about-one {
    position: relative;
    background-color: white;
}

.about-one .container {
    position: relative;
    z-index: 1;
}

.about-one__image {
    position: relative;
}

.about-one__image__one {
    display: inline-block;
    position: relative;
}

.about-one__image__one__img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 0px 100px;
}

.about-one__image__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 31px;
    right: -43px;
    animation: zump 2s linear infinite;
}

@media (max-width: 575px) {
    .about-one__image__shape-1 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__image__shape-1 {
        display: none;
    }
}

.about-one__image__two {
    display: table;
    position: relative;
    z-index: 1;
    margin: -148px 15px 0px auto;
    margin-top: -148px;
    border-top: 10px solid white;
    border-left: 10px solid white;
}

@media (max-width: 767px) {
    /* .about-one__image__two {
        margin-right: 0px;
    } */
    .about-one__shape-1 {
        display: none;
    }
}


/* @media (max-width: 500px) {
    .about-one__image__two {
        margin: 0px;
    }
} */

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__image__two {
        margin-top: 40px;
    }
}

.about-one__image__two__img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.about-one__image__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -84px;
    bottom: 6px;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 500px) {
    .about-one__image__shape-2 {
        display: none;
    }
}

.about-one__experience {
    position: relative;
    position: absolute;
    top: -104px;
    right: 0px;
    z-index: 2;
    text-align: right;
}

.about-one__experience__year {
    display: table;
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px auto;
    padding: 38px 22.5px 26px;
    font-size: 40px;
    color: var(--findox-black2, #222222);
    text-align: center;
    font-weight: 700;
    line-height: 1;
    border-radius: 100px 100px 0px 0px;
    background-color: var(--findox-primary, #f5c835);
}

.about-one__experience__year::after {
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    border: 1px dashed var(--findox-base, #006654);
}

.about-one__experience__title {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 5.5px 15px;
    font-size: 18px;
    color: white;
    line-height: 1.388;
    font-weight: 700;
    text-transform: capitalize;
    background-color: black;
    border-left: 10px solid white;
    border-bottom: 10px solid white;
}

.about-one__content {
    margin-top: 1px;
}

@media (max-width: 991px) {
    .about-one__content {
        margin-top: 0px;
    }
}

.about-one .sec-title {
    margin-bottom: 7px;
}

.about-one__text {
    margin-bottom: 27px;
}

.about-one__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 4.5%;
    right: 86px;
    bottom: 90px;
    animation: vibrant2 2.5s ease 1s infinite;
}

@media (max-width: 1599px) {
    .about-one__shape {
        right: 3%;
        bottom: 50px;
    }
}

.about-three {
    background-color: white;
}

.about-three__image {
    position: relative;
}

.about-three__image__one {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.about-three__image__one img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

.about-three__content {
    /* display: grid; */
    grid-gap: 200px 28px;
    align-items: end;
    grid-template-columns: auto 300px;
}

@media (max-width: 991px) {
    .about-three__content {
        display: block;
    }
}

.about-three__text {
    margin-bottom: 25px;
}


/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
    background-color: white;
}

.testi-row {
    position: relative;
    padding: 50px;
    overflow: hidden;
    border-radius: 50px;
    background-color: #212529;
    z-index: 999;
}

.texti-btn {
    position: relative;
    /* left: 120px; */
    /* top: 42px; */
}


/* /* .testimonials-one__wrapper {
    position: relative;
    padding: 73.5px 55px 73.5px 70px;
    overflow: hidden;
    border-radius: 30px;
    background-color: #212529;
    z-index: 999;
} */

@media (max-width: 767px) {
    .testi-row {
        padding: 50px 40px;
    }
}

@media (max-width: 540px) {
    .testi-row {
        padding: 20px;
    }
}

@media (max-width: 375px) {
    .testi-row {
        /* padding-left: 25px; */
        /* padding-right: 25px; */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testi-row {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.texti-prev,
.texti-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid #0f766e;
    /* background: transparent; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    opacity: 100;
}

.about-one__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: -194px;
    animation: 2s linear 0s infinite normal none running moveX;
}

.testimonials-one {
    position: relative;
    overflow: visible;
    background-image: url("../images/about/pattern-6.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ededed;
    /* IMPORTANT */
}

.texti-prev:hover,
.texti-next:hover {
    color: white !important;
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.35);
    transform: translateY(-2px);
}


/* .testimonial-btn.active,
.testimonials-one__nav button.active {
    background: #0f766e;
    color: #ffffff;
    border-color: #0f766e;
} */


/* .carousel-control-prev:hover i {
    transform: translateX(-3px);
}

.carousel-control-next:hover i {
    transform: translateX(3px);
} */

.testimonials-one__item__image {
    width: 333px;
    height: 333px;
    position: relative;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
}

@media (max-width: 440px) {
    .testimonials-one__item__image {
        width: 290px;
        height: 290px;
    }
}

@media (max-width: 390px) {
    .testimonials-one__item__image {
        width: 270px;
        height: 270px;
    }
}

@media (max-width: 360px) {
    .testimonials-one__item__image {
        width: 230px;
        height: 230px;
    }
}

.testimonials-one__item__image::before,
.testimonials-one__item__image::after {
    content: "";
    width: 3px;
    height: 50%;
    position: absolute;
    right: -38.5px;
    border-radius: 100px;
}

@media (max-width: 1199px) {
    .testimonials-one__item__image::before,
    .testimonials-one__item__image::after {
        right: -30px;
    }
}

@media (max-width: 991px) {
    .testimonials-one__item__image::before,
    .testimonials-one__item__image::after {
        display: none;
    }
}

.testimonials-one__item__image::before {
    top: 0px;
    background-color: var(--findox-base, #006654);
}

.testimonials-one__item__image::after {
    bottom: 0px;
    background-color: var(--findox-primary, #f5c835);
}

.testimonials-one__item__image img {
    /* width: 100% !important; */
    /* height: 100%; */
    border-radius: inherit;
}

.testimonials-one__item__quote {
    margin: 22px 0px 26px;
    padding-bottom: 21px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    /* font-style: italic; */
    line-height: 1.545;
    border-bottom: 1px solid var(--findox-border-color, #dddddd);
}

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

@media (max-width: 390px) {
    .testimonials-one__item__quote {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-one__item__quote {
        font-size: 20px;
    }
}

.testimonials-one__item__name {
    margin-bottom: 5px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
}

.testimonials-one__item__designation {
    margin: 0px;
    color: white;
}

.testimonials-one__shape-1 {
    width: 227px;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: var(--findox-base, #006654);
    border-radius: 30px 300px 300px 30px;
    box-shadow: 0 0 6.3px 2px rgba(0, 0, 0, 0.1);
    z-index: -11111;
}

@media (max-width: 991px) {
    .testimonials-one__shape-1 {
        display: none;
    }
}

.testimonials-one__shape-1 img {
    max-width: 100%;
    height: auto;
    margin-left: -10px;
}

.contact-one__content {
    /* position: relative; */
    background-color: #072f3e;
    /* padding: 64px 70px 70px; */
    /* border-radius: 50px; */
}

.contact-one__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: inherit;
}

.contact-one__bg::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: inherit;
    background: linear-gradient(90deg, rgb(7, 47, 62) 0%, rgba(19, 124, 164, 0) 63.28%);
}

.contact-one__form {
    max-width: 530px;
    position: relative;
    z-index: 1;
    background-color: #000000ab;
    border-radius: 50px;
    padding: 55px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px;
}

.form-one__control {
    width: auto;
    height: auto;
    position: relative;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    padding: 0px;
}

.contact-one .form-one input[type="text"],
.contact-one .form-one input[type="email"],
.contact-one .form-one input[type="tel"],
.contact-one .form-one textarea {
    height: 48px;
    background-color: #f1f3f9;
    border-radius: 100px;
}

.contact-one .form-one textarea {
    height: 120px;
    padding-top: 15px;
    border-radius: 30px;
}


/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/

.about-three {
    position: relative;
    background-color: var(--deskot-black2, #072f3e);
}

.about-three::before {
    content: "";
    width: 859px;
    height: 578px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ef454e;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 202.000000"><g transform="translate(0.000000,202.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M1258 4010 c-329 -80 -742 -361 -1098 -746 l-160 -174 0 -1545 0 -1545 2282 0 2283 0 -74 81 c-234 259 42 376 838 353 678 -19 789 36 564 282 -271 296 -1533 1030 -1699 987 -161 -41 -209 -45 -336 -24 -477 76 -903 524 -1331 1401 -400 818 -730 1060 -1269 930z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 202.000000"><g transform="translate(0.000000,202.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M1258 4010 c-329 -80 -742 -361 -1098 -746 l-160 -174 0 -1545 0 -1545 2282 0 2283 0 -74 81 c-234 259 42 376 838 353 678 -19 789 36 564 282 -271 296 -1533 1030 -1699 987 -161 -41 -209 -45 -336 -24 -477 76 -903 524 -1331 1401 -400 818 -730 1060 -1269 930z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1599px) {
    .about-three::before {
        left: -100px;
    }
}

@media (max-width: 1399px) {
    .about-three::before {
        left: -150px;
    }
}

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

.about-three .container {
    position: relative;
    z-index: 1;
}

.about-three__image {
    display: inline-block;
    position: relative;
}

.about-three__image::before {
    content: "";
    width: 400px;
    height: 500px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    border-radius: 50px;
    border: 1px solid var(--deskot-white, #ffffff);
    animation: vibrant2 3s ease 0s infinite;
}

@media (max-width: 575px) {
    .about-three__image::before {
        display: none;
    }
}

.about-three__image__one {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-three__image__one img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

.about-three__image__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -28px;
    left: -28px;
    transform: rotate(155.738deg);
}

@media (max-width: 575px) {
    .about-three__image__shape-1 {
        display: none;
    }
}

.about-three__experience {
    width: 219px;
    height: 219px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    background-color: var(--deskot-white, #ffffff);
}


/* @media (max-width: 390px) {
    .about-three__experience {
        margin-top: 30px;
        position: relative;
        left: auto;
        bottom: auto;
    }
} */

.about-three__experience__inner {
    width: 199px;
    height: 199px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    border-radius: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.about-three__experience__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: RGBA(var(--deskot-black2-rgb, 7, 47, 62), 0.8);
    border: 3px solid var(--deskot-base, #ff5a1e);
}

.about-three__experience__year {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 50px;
    color: var(--deskot-white, #ffffff);
    font-weight: 700;
    line-height: 1;
}

.about-three__experience__text {
    position: relative;
    z-index: 1;
    margin: 0px;
    color: var(--deskot-white, #ffffff);
    line-height: 1.25;
    text-transform: uppercase;
}

.about-three .sec-title {
    margin-bottom: 14px;
}

.about-three .sec-title__title {
    color: var(--deskot-white, #ffffff);
}

.about-three__text {
    margin-bottom: 30px;
    color: var(--deskot-white, #ffffff);
}

.about-three__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 5.6%;
    bottom: 21.1%;
    animation: zoomIn3 2.5s infinite alternate;
}

@media (max-width: 1799px) {
    .about-three__shape {
        right: 1%;
        bottom: 10%;
    }
}

@media (max-width: 1599px) {
    .about-three__shape {
        bottom: 0%;
    }
}

@media (max-width: 1199px) {
    .about-three__shape {
        bottom: 3%;
    }
}

@media (max-width: 767px) {
    .about-three__shape {
        display: none;
    }
}

.why-choose__item-box {
    padding-right: 40px;
}

@media (max-width: 767px) {
    .why-choose__item-box {
        padding-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose__item-box {
        padding-right: 0px;
    }
}

.why-choose__item-single+.why-choose__item-single {
    margin-top: 27px;
    z-index: 9999;
}

.why-choose__item-single {
    position: relative;
}

.why-choose__item {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 10px 15px 10px 10px;
    border-radius: 200px 0px 0px 200px;
    border: 1px solid var(--findox-border-color, #dddddd);
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .why-choose__item {
        /* flex-direction: column; */
        align-items: flex-start;
        padding: 10px;
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    /* .why-choose__item:hover {
        border-color: var(--findox-white3, #ecf5f4);
        background-color: var(--findox-white3, #ecf5f4);
    } */
}

.why-choose__item::after {
    content: "";
    width: 66px;
    height: calc(100% + 2px);
    position: absolute;
    top: 50%;
    right: -1px;
    z-index: -1;
    transform: translateY(-50%);
    background-color: var(--findox-white3, #ecf5f4);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 65% 50%);
}

@media (max-width: 575px) {
    .why-choose__item::after {
        display: none;
    }
}

.why-choose__item__icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .why-choose__item:hover .why-choose__item__icon-box {
        background-color: var(--findox-primary, #f5c835);
    }
}

.why-choose__item__icon {
    font-size: 34px;
    color: white;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .why-choose__item:hover .why-choose__item__icon {
        color: var(--findox-base, #006654);
        -webkit-animation-name: flipInY;
        animation-name: flipInY;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
}

.why-choose__item__content {
    width: calc(100% - 90px);
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .why-choose__item__content {
        width: 100%;
        gap: 20px;
        /* flex-direction: column; */
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.why-choose__item__title {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: 1.272;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose__item__title {
        font-size: 19px;
    }
}

.why-choose__item__title span {
    color: white;
}


/* Keep text black on hover */

.why-choose__item--hover:hover .why-choose__item__title span,
.why-choose__item--hover:hover .why-choose__item__text {
    color: #000000 !important;
}


/* Optional: keep icon also black */

.why-choose__item__title span:hover {
    background-size: 100% 1px;
}

.why-choose__item__text {
    margin: 0px;
    color: white;
    font-size: 14px;
}

.why-choose__item__btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.why-choose__item__link {
    width: 49px;
    height: 49px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    border-radius: 50%;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.why-choose__item__link:hover {
    transform: rotate(45deg);
}

@media (max-width: 575px) {
    .why-choose__item__link:hover {
        color: var(--findox-base, #006654);
        background-color: var(--findox-primary, #f5c835);
    }
}

.why-choose__item--hover {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    padding: 10px 10px 10px 15px;
    border-radius: 0px 200px 200px 0px;
    border-color: var(--findox-white3, #ecf5f4);
    background-color: var(--findox-white3, #ecf5f4);
}

@media (max-width: 575px) {
    .why-choose__item--hover {
        display: none;
    }
}

.why-choose__item--hover::after {
    right: auto;
    left: -1px;
    background-color: var(--findox-primary, #f5c835);
    clip-path: polygon(100% 0, 65% 52%, 100% 100%, 0 100%, 0 0);
}

.why-choose__item--hover .why-choose__item__content {
    gap: 20px;
    justify-content: flex-start;
}

.why-choose__item--hover .why-choose__item__btn {
    width: 65px;
    height: 65px;
    justify-content: flex-start;
}

.why-choose__item--hover .why-choose__item__icon-box {
    background-color: var(--findox-primary, #f5c835);
}

.why-choose__item--hover .why-choose__item__icon {
    color: white;
}

.why-choose__item-single:hover .why-choose__item {
    opacity: 0;
}

@media (max-width: 575px) {
    .why-choose__item-single:hover .why-choose__item {
        opacity: 1;
    }
}

.why-choose__item-single:hover .why-choose__item--hover {
    opacity: 1;
}


/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact {
    position: relative;
    z-index: 1;
}

.funfact__item {
    position: relative;
    text-align: center;
    padding: 0px 30px 38px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .funfact__item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.funfact__item__shape {
    width: 100%;
    height: calc(100% - 36px);
    position: relative;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 0px 0px 500px 500px;
    background-color: var(--findox-white3, #ecf5f4);
}

.funfact__item__shape::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.funfact__item:hover .funfact__item__shape::after {
    height: 100%;
}

.funfact__item__content {
    position: relative;
    z-index: 1;
}

.funfact__item__icon-box {
    width: 74px;
    height: 74px;
    position: relative;
    margin: 0px auto 20px;
}

.funfact__item__icon-box::before,
.funfact__item__icon-box::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    border-style: solid;
    transition: all 500ms ease;
}

.funfact__item__icon-box::before {
    left: -36px;
    border-width: 0 0 36px 36px;
    border-color: transparent transparent var(--findox-primary, #f5c835) transparent;
}

.funfact__item__icon-box::after {
    right: -36px;
    border-width: 36px 0 0 36px;
    border-color: transparent transparent transparent var(--findox-primary, #f5c835);
}

.funfact__item:hover .funfact__item__icon-box::before {
    border-color: transparent transparent var(--findox-base, #006654) transparent;
}

.funfact__item:hover .funfact__item__icon-box::after {
    border-color: transparent transparent transparent var(--findox-base, #006654);
}

.funfact__item__icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 38px;
    color: white;
    overflow: hidden;
    background-color: var(--findox-base, #006654);
    border-radius: 0px 0px 50px 50px;
    transition: all 500ms ease;
}

.funfact__item__icon::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: var(--findox-primary, #f5c835);
    transition: all 500ms ease;
}

.funfact__item:hover .funfact__item__icon {
    /* color: var(--findox-base, #006654); */
}

.funfact__item:hover .funfact__item__icon::after {
    height: 100%;
    top: 0px;
}

.funfact__item__count {
    margin-bottom: 8px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: var(--findox-black2, #222222);
    transition: all 500ms ease;
}

@media (min-width: 576px) and (max-width: 767px) {
    .funfact__item__count {
        font-size: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .funfact__item__count {
        font-size: 40px;
    }
}

.funfact__item__title {
    margin: 0px;
    transition: all 500ms ease;
    color: black;
}

.funfact__item:hover .funfact__item__count,
.funfact__item:hover .funfact__item__title {
    color: white;
}


/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/

section {
    position: relative;
    width: 100%;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


/* .features-two {
    position: relative;
    z-index: 1;
    background-color: transparent;
} */

.features-two__card {
    /* padding: 44px 35px 50px; */
    position: relative;
    text-align: center;
    background-color: white;
}

@media (max-width: 375px) {
    .features-two__card {
        /* padding: 34px 25px 40px; */
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .features-two__card {
        /* padding: 32px 20px 35px; */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-two__card {
        padding: 20;
    }
}

@media (max-width: 991px) {
    .features-two__card:nth-child(1) {
        border-bottom: 1px solid var(--findox-border-color, #dddddd);
    }
}

.features-three {
    background-color: white;
    padding: 70px 0px 70px;
    background: url('../images/about/getin-tuch.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}

.features-three__item {
    padding: 40px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

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

@media (max-width: 440px) {
    .features-three__item {
        padding: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-three__item {
        padding: 30px;
    }
}

.features-three__bg {
    width: 0%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: 600ms;
}

.features-three__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 84%);
}


/* Parent item */

.menu-item.menu-item-has-children {
    position: relative;
    padding: 5px;
}


/* Dropdown hidden by default */

.menu-item.menu-item-has-children .dropdown-menu {
    display: block;
    /* IMPORTANT for hover */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s ease;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}


/* SHOW dropdown on hover of main menu */

.menu-item.menu-item-has-children:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Dropdown items */

.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}


/* Hover effect */

.dropdown-menu .dropdown-item:hover {
    background: #EF454E;
    color: #fff;
}


/* Main menu hover color */


/* Arrow spacing (optional) */

.menu-link.dropdown-toggle::after {
    margin-left: 6px;
    font-size: 12px;
}


/* Menu link hover */

.features-three__item:hover .features-three__bg {
    width: 100%;
}

.features-three__content {
    position: relative;
    z-index: 2;
}

.features-three__top {
    display: flex;
    align-items: center;
    gap: 30px 44px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 18px 60px 18px 23.5px;
    border-radius: 10px 50px 50px 10px;
    background-color: #212529;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .features-three__top {
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .features-three__top {
        /* flex-direction: column; */
        /* align-items: flex-start; */
        padding: 10px;
        border-radius: 0px;
        gap: 30px 24px;
        /* background-color: transparent; */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-three__top {
        padding-right: 40px;
    }
}

.features-three__top::before {
    content: "";
    width: 90px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 10px;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .features-three__top::before {
        display: none;
    }
}

.features-three__item:hover .features-three__top {
    background-color: var(--findox-primary, #f5c835);
}

@media (max-width: 575px) {
    .features-three__item:hover .features-three__top {
        background-color: transparent;
    }
}

.features-three__item:hover .features-three__top::before {
    background-color: white;
}

@media (max-width: 575px) {
    .features-three__item:hover .features-three__top::before {
        display: none;
    }
}

.features-three__icon {
    display: inline-flex;
    font-size: 44px;
    color: white;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .features-three__icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-color: var(--findox-base, #006654);
    }
}

@media (max-width: 575px) {
    .features-three__item:hover .features-three__icon {
        background-color: var(--findox-primary, #f5c835);
    }
}

.features-three__item:hover .features-three__icon {
    color: var(--findox-primary, #f5c835);
}

@media (max-width: 575px) {
    .features-three__item:hover .features-three__icon {
        color: var(--findox-base, #006654);
    }
}

.features-three__title {
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
    color: var(--findox-black2, #222222);
    line-height: 1.272;
    text-transform: capitalize;
}

@media (max-width: 390px) {
    .features-three__title {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .features-three__title {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-three__title {
        font-size: 20px;
    }
}

.features-three__title a {
    color: black;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-three__title a:hover {
    background-size: 100% 1px;
    color: white;
}


/* Smooth transition */

.features-three__title a {
    color: #fff;
    /* default */
    transition: color 0.3s ease;
}


/* When whole box is hovered */

.features-three__item:hover .features-three__title a {
    color: #ffffff;
}

@media (max-width: 575px) {
    .features-three__item:hover .features-three__title {
        color: white;
    }
}

.features-three__text {
    margin-bottom: 24px;
    transition: all 500ms ease;
    color: black;
}

.features-three__item:hover .features-three__text {
    color: white;
}

.features-three__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 75px;
    top: 41px;
    z-index: 999;
    transition: all 500ms ease;
    animation: vibrant2 3s ease 0s infinite;
}

@media (max-width: 575px) {
    .features-three__shape {
        display: none;
    }
}

.features-three__shape--hover {
    opacity: 0;
}

.features-three__item:hover .features-three__shape {
    opacity: 0;
}

.features-three__item:hover .features-three__shape--hover {
    opacity: 1;
}


/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/

.solution-one__image {
    position: relative;
    text-align: right;
}

@media (max-width: 991px) {
    .solution-one__image {
        text-align: left;
    }
}

.solution-one__image__one {
    display: inline-block;
}

.solution-one__image__one img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

.solution-one__image__two {
    width: 248px;
    height: 248px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: 90%;
    right: -24px;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: white;
}

.solution-one__image__two img {
    width: calc(100% - 43px);
    height: calc(100% - 43px);
    border-radius: inherit;
    object-fit: cover;
}


/* Change button color when card is hovered */

.solution-one__image__shape {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: inherit;
    border: 1px solid var(--findox-base, #006654);
    animation: rotate 6s linear infinite;
}

.solution-one__image__shape__circle {
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--findox-primary, #f5c835);
}

.solution-one__image__shape__circle:nth-child(1) {
    left: -4px;
    bottom: 91px;
}

.solution-one__image__shape__circle:nth-child(2) {
    right: 24px;
    bottom: 31px;
}

.solution-one__image__shape__circle:nth-child(3) {
    top: -1px;
    right: 77px;
}


/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Finance Growth
--------------------------------------------------------------*/

.finance-growth__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    border: 1px solid var(--findox-border-color, #dddddd);
    box-shadow: 0 10px 30px rgb(0 0 0 / 24%);
}

@media (min-width: 768px) and (max-width: 991px) {
    .finance-growth__grid {
        padding: 5px;
        grid-gap: 10px;
    }
}

@media (max-width: 767px) {
    .finance-growth__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.finance-growth__card {
    display: flex;
    /* gap: 24px; */
    align-items: center;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    color: black;
}

@media (max-width: 425px) {
    .finance-growth__card {
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .finance-growth__card {
        flex-direction: column;
        text-align: center;
    }
}

.finance-growth__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(0.9);
    background-color: #ef454e;
    transition: all 500ms ease;
}

.finance-growth__card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.finance-growth__card:not(:last-child)::after {
    content: "";
    width: 1px;
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    background-color: var(--findox-border-color, #dddddd);
}

@media (max-width: 767px) {
    .finance-growth__card:not(:last-child)::after {
        width: calc(100% + 20px);
        height: 1px;
        top: auto;
        right: auto;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%) translateY(0%);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .finance-growth__card:not(:last-child)::after {
        height: calc(100% + 10px);
        right: -5px;
    }
}

.finance-growth__card .skill-box {
    position: relative;
}

.finance-growth__card__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    color: white;
    text-transform: capitalize;
    transition: all 500ms ease;
    color: black;
}

@media (min-width: 768px) and (max-width: 991px) {
    .finance-growth__card__title {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.finance-growth__card:hover .finance-growth__card__title {
    color: white;
}

.finance-growth__card__text {
    margin: 0px;
    /* color: white; */
    transition: all 500ms ease;
}

.finance-growth__card:hover .finance-growth__card__text {
    color: white;
}


/*--------------------------------------------------------------
# Book Appointment
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Finance Statistic
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/

.services-three {
    /* counter-reset: serviceNumber; */
    background-color: var(--findox-white3, #ecf5f4);
    overflow: hidden !important;
}

.services-three__grid {
    display: grid;
    grid-gap: 40px 51px;
    align-items: center;
    grid-template-columns: auto 479px;
    padding: 50px;
    border-radius: 30px;
    background-color: white;
}

@media (max-width: 1199px) {
    .services-three__grid {
        grid-template-columns: auto;
    }
}

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

@media (max-width: 412px) {
    .services-three__grid {
        padding: 20px;
    }
}

.services-three__item+.services-three__item {
    margin-top: 30px;
}

.services-three__item {
    display: flex;
    gap: 30px 20px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px 10px 10px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #212529;
}

@media (max-width: 767px) {
    .services-three__item {
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .services-three__item__title a {
        font-size: 18px !important;
        font-weight: 600;
    }
    .services-three__item {
        /* flex-direction: column; */
        /* align-items: flex-start; */
        /* justify-content: flex-start; */
        padding: 30px;
        border-radius: 20px;
        gap: 15px 10px !important;
    }
    .services-three__item__icon-box {
        width: 50px !important;
        height: 50px !important;
    }
    .services-three__item__icon {
        font-size: 20px !important;
    }
    .services-three__item__btn {
        width: 30px !important;
        height: 30px !important;
        font-size: 13px !important;
    }
    .services-three__item__title {
        font-size: 18px !important;
    }
}

@media (max-width: 412px) {
    .services-three__item {
        padding: 15px;
    }
}

.services-three__item::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.services-three__item:hover::before {
    width: 100%;
    left: 0px;
}

.services-three__item::after {
    content: "";
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-color: var(--findox-base, #006654);
    border-radius: 0px 500px 500px 0px;
}

@media (max-width: 767px) {
    .services-three__item::after {
        width: 50px;
    }
}

@media (max-width: 575px) {
    .services-three__item::after {
        display: none;
    }
}

.services-three__item__left {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media (max-width: 575px) {
    .services-three__item__left {
        /* flex-direction: column; */
        /* align-items: flex-start; */
    }
}

.services-three__item__icon-box {
    width: 89px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--findox-base, #006654);
    transition: all 500ms ease;
}

.services-three__item:hover .services-three__item__icon-box {
    background-color: #463f96;
    color: white;
}

.services-three__item__icon {
    display: inline-flex;
    font-size: 40px;
    color: white;
    transition: all 500ms ease;
}

.services-three__item:hover .services-three__item__icon {
    color: #fff;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.services-three__item__title {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: var(--findox-black2, #222222);
    line-height: 1.272;
    text-transform: capitalize;
}

.services-three__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    color: white;
}

.services-three__item__title a:hover {
    background-size: 100% 1px;
}

.services-three__item:hover .services-three__item__title {
    color: white;
}

.services-three__item__btn {
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 26px;
    color: var(--findox-primary, #f5c835);
    border-radius: 50%;
    background-color: white;
    transition: all 500ms ease;
}

.services-three__item__btn:hover {
    transform: rotate(45deg);
}

.services-three__item:hover .services-three__item__btn {
    color: #fff;
    background-color: var(--findox-primary, #f5c835);
}

@media (max-width: 1199px) {
    .services-three__image {
        text-align: center;
    }
}

.services-three__image img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.services-page {
    counter-reset: serviceNumber;
    background-color: white;
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/

.projects__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/

ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.cta-one {
    position: relative;
    padding: 50px 0px;
    background-color: #ef454e;
}

.cta-one__bg {
    width: calc(100% - 232px);
    height: 100%;
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12% 50%);
}

@media (max-width: 1799px) {
    .cta-one__bg {
        width: calc(100% - 160px);
    }
}

@media (max-width: 1699px) {
    .cta-one__bg {
        width: calc(100% - 160px);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 9% 50%);
    }
}

@media (max-width: 1599px) {
    .cta-one__bg {
        width: calc(100% - 80px);
    }
}

@media (max-width: 1399px) {
    .cta-one__bg {
        width: calc(100% - 60px);
    }
}

.cta-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #463f96eb;
}

.cta-one .container {
    position: relative;
    z-index: 1;
}

.cta-one__content {
    display: flex;
    align-items: center;
    gap: 30px 50px;
}

@media (max-width: 767px) {
    .cta-one__content {
        /* flex-direction: column; */
        /* justify-content: center; */
        /* text-align: center; */
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .cta-one__content {
        gap: 30px;
    }
}

.cta-one__content__inner {
    position: relative;
    padding-left: 24px;
}

@media (max-width: 767px) {
    .cta-one__content__inner {
        padding-left: 0px;
    }
}

.cta-one__content__inner::before {
    content: "";
    width: 4px;
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border-radius: 100px;
    background-color: #ef454e;
}

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

.cta-one__icon-box {
    width: 142px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 0px;
    position: relative;
    border-radius: 50%;
    background-color: var(--deskot-white, #ffffff);
    transition: all 500ms ease;
}

@media (max-width: 1299px) {
    .cta-one__icon-box {
        margin-left: 0px;
    }
}

.cta-one__icon-box::after {
    content: "";
    width: calc(100% - 19px);
    height: calc(100% - 19px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    border: 1px dashed var(--deskot-black2, #072f3e);
    transition: all 500ms ease;
}

.cta-one__content:hover .cta-one__icon-box::after {
    border-color: #ef454e;
}

.cta-one__icon {
    display: inline-flex;
    font-size: 55px;
    color: #ef454e;
    transition: all 500ms ease;
}

.cta-one__content:hover .cta-one__icon {
    -webkit-animation-name: zoom-out-in;
    animation-name: zoom-out-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.cta-one__shape__image {
    max-width: 100%;
    height: auto;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.cta-one__title {
    margin-bottom: 10px;
    color: var(--deskot-white, #ffffff);
    font-weight: 700;
    line-height: 1.363;
}

@media (max-width: 767px) {
    .cta-one__title {
        /* margin-bottom: 18px; */
    }
}

.col-md-6.col-sm-6.justify-content-end {
    align-self: auto;
    justify-content: center !important;
    display: flex;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a[aria-label*="Facebook"],
a[aria-label*="Instagram"],
a[aria-label*="LinkedIn"],
a[aria-label*="Twitter"],
a[aria-label*="X"] {
    min-width: 8px;
    min-height: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
}

.skills-one__image {
    position: relative;
    /* margin-left: -30px; */
}

@media (max-width: 1599px) {
    .skills-one__image {
        /* margin-left: -40px; */
        top: 70px;
    }
}

@media (max-width: 1399px) {
    .skills-one__image {
        margin-left: 0px;
    }
}

@media (max-width: 1299px) {
    .skills-one__image {
        display: inline-block;
    }
}

.skills-one__image img {
    /* -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 906.000000"><g transform="translate(0.000000,906.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2427 9046 c-4 -9 -28 -17 -64 -21 -54 -7 -151 -34 -191 -54 -87 -44 -116 -60 -173 -103 -75 -54 -133 -115 -190 -200 -44 -64 -109 -190 -109 -209 0 -7 -6 -31 -14 -54 -18 -52 -36 -172 -36 -238 0 -66 24 -208 45 -267 22 -61 72 -158 101 -197 13 -17 24 -35 24 -40 0 -5 8 -16 18 -24 65 -59 554 -562 578 -594 52 -71 124 -211 124 -241 0 -8 7 -29 16 -46 12 -23 16 -66 17 -187 l2 -156 -122 -3 c-95 -2 -130 1 -152 13 -17 8 -41 15 -54 15 -13 0 -32 7 -43 15 -10 8 -27 15 -37 15 -10 0 -28 6 -40 14 -154 96 -186 123 -457 391 -308 305 -365 350 -523 414 -51 20 -220 51 -282 51 -66 0 -208 -27 -290 -54 -132 -45 -275 -142 -366 -247 -109 -127 -166 -242 -199 -409 -16 -78 -8 -5906 7 -5970 46 -186 161 -361 317 -483 52 -41 66 -49 151 -90 91 -44 144 -62 230 -76 92 -16 5896 -9 5995 6 77 13 135 33 210 74 8 5 29 15 45 23 95 44 274 232 311 326 3 8 12 30 20 48 60 138 66 168 71 327 5 163 -9 233 -79 380 -52 109 -150 228 -248 302 -253 189 -594 219 -870 76 -109 -56 -149 -90 -396 -334 -138 -137 -262 -253 -275 -259 -13 -5 -31 -14 -39 -19 -30 -18 -123 -41 -169 -41 -78 0 -178 35 -240 83 -40 31 -55 50 -54 65 2 19 397 419 2498 2530 324 326 435 431 448 427 19 -8 75 -92 97 -145 22 -56 25 -202 4 -263 -27 -79 -73 -135 -301 -362 -219 -221 -267 -275 -303 -340 -11 -22 -25 -47 -29 -55 -39 -68 -67 -167 -82 -278 -31 -239 55 -490 229 -668 142 -146 292 -221 487 -245 96 -12 267 -3 314 17 18 8 42 14 51 14 10 0 33 8 52 17 18 9 40 20 49 24 51 24 118 62 135 77 10 9 36 29 56 45 108 80 244 305 263 434 4 27 12 43 21 43 12 0 14 422 14 2990 0 2595 -2 2990 -14 2990 -10 0 -17 16 -22 48 -12 88 -84 240 -158 337 -51 65 -157 163 -221 202 -85 53 -233 108 -318 118 -28 4 -50 12 -54 21 -8 21 -5778 21 -5786 0z m2407 -1941 c55 -21 153 -107 177 -157 49 -98 51 -109 47 -194 -2 -45 -9 -88 -15 -96 -6 -7 -13 -26 -17 -43 -5 -22 -342 -366 -1319 -1345 -1261 -1264 -1314 -1316 -1367 -1333 -68 -23 -168 -12 -230 24 -8 5 -24 13 -36 18 -33 14 -124 121 -142 166 -23 59 -28 228 -8 257 9 12 16 28 16 36 0 7 10 27 23 45 35 50 2595 2609 2630 2629 41 23 170 19 241 -7z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 906.000000"><g transform="translate(0.000000,906.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2427 9046 c-4 -9 -28 -17 -64 -21 -54 -7 -151 -34 -191 -54 -87 -44 -116 -60 -173 -103 -75 -54 -133 -115 -190 -200 -44 -64 -109 -190 -109 -209 0 -7 -6 -31 -14 -54 -18 -52 -36 -172 -36 -238 0 -66 24 -208 45 -267 22 -61 72 -158 101 -197 13 -17 24 -35 24 -40 0 -5 8 -16 18 -24 65 -59 554 -562 578 -594 52 -71 124 -211 124 -241 0 -8 7 -29 16 -46 12 -23 16 -66 17 -187 l2 -156 -122 -3 c-95 -2 -130 1 -152 13 -17 8 -41 15 -54 15 -13 0 -32 7 -43 15 -10 8 -27 15 -37 15 -10 0 -28 6 -40 14 -154 96 -186 123 -457 391 -308 305 -365 350 -523 414 -51 20 -220 51 -282 51 -66 0 -208 -27 -290 -54 -132 -45 -275 -142 -366 -247 -109 -127 -166 -242 -199 -409 -16 -78 -8 -5906 7 -5970 46 -186 161 -361 317 -483 52 -41 66 -49 151 -90 91 -44 144 -62 230 -76 92 -16 5896 -9 5995 6 77 13 135 33 210 74 8 5 29 15 45 23 95 44 274 232 311 326 3 8 12 30 20 48 60 138 66 168 71 327 5 163 -9 233 -79 380 -52 109 -150 228 -248 302 -253 189 -594 219 -870 76 -109 -56 -149 -90 -396 -334 -138 -137 -262 -253 -275 -259 -13 -5 -31 -14 -39 -19 -30 -18 -123 -41 -169 -41 -78 0 -178 35 -240 83 -40 31 -55 50 -54 65 2 19 397 419 2498 2530 324 326 435 431 448 427 19 -8 75 -92 97 -145 22 -56 25 -202 4 -263 -27 -79 -73 -135 -301 -362 -219 -221 -267 -275 -303 -340 -11 -22 -25 -47 -29 -55 -39 -68 -67 -167 -82 -278 -31 -239 55 -490 229 -668 142 -146 292 -221 487 -245 96 -12 267 -3 314 17 18 8 42 14 51 14 10 0 33 8 52 17 18 9 40 20 49 24 51 24 118 62 135 77 10 9 36 29 56 45 108 80 244 305 263 434 4 27 12 43 21 43 12 0 14 422 14 2990 0 2595 -2 2990 -14 2990 -10 0 -17 16 -22 48 -12 88 -84 240 -158 337 -51 65 -157 163 -221 202 -85 53 -233 108 -318 118 -28 4 -50 12 -54 21 -8 21 -5778 21 -5786 0z m2407 -1941 c55 -21 153 -107 177 -157 49 -98 51 -109 47 -194 -2 -45 -9 -88 -15 -96 -6 -7 -13 -26 -17 -43 -5 -22 -342 -366 -1319 -1345 -1261 -1264 -1314 -1316 -1367 -1333 -68 -23 -168 -12 -230 24 -8 5 -24 13 -36 18 -33 14 -124 121 -142 166 -23 59 -28 228 -8 257 9 12 16 28 16 36 0 7 10 27 23 45 35 50 2595 2609 2630 2629 41 23 170 19 241 -7z"/> </g> </svg>'); */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    border-radius: 100px 0px 100px 0px;
}

@media (max-width: 1299px) {
    .skills-one__image img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    div#testimonialSlider {
        margin-left: 55px;
    }
}


/* Responsive */

@media (max-width: 1200px) {
    section {
        padding: 35px 0px 35px 0px !important;
    }
}

@media (max-width: 768px) {
    .about-one__experience__year {
        display: table;
        position: relative;
        z-index: 1;
        margin: 0px 0px 0px auto;
        padding: 20px;
        font-size: 20px;
        color: var(--findox-black2, #222222);
        text-align: center;
        font-weight: 700;
        line-height: 1;
        border-radius: 100px 100px 0px 0px;
        background-color: var(--findox-primary, #f5c835);
    }
    .about-one__experience__title {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin: 0px;
        padding: 5.5px 15px;
        font-size: 15px;
        color: white;
        line-height: 1.388;
        font-weight: 700;
        text-transform: capitalize;
        background-color: black;
        border-left: 10px solid white;
        border-bottom: 10px solid white;
    }
    .about-one__shape {
        display: none;
    }
    .findox-btn {
        padding: 7px 6px 7px 12px;
        gap: 10px;
    }
    .findox-btn__icon-box {
        width: 26px;
        height: 26px;
    }
    .findox-btn__text {
        font-size: 14px;
    }
    .funfact__item__count {
        font-size: 24px;
    }
    .funfact__item__shape {
        width: 100%;
        height: calc(100% - 61px);
        position: relative;
        position: absolute;
        left: 0px;
        bottom: 0px;
        overflow: hidden;
        border-radius: 0px 0px 500px 500px;
        background-color: var(--findox-white3, #ecf5f4);
    }
    .funfact__item {
        position: relative;
        text-align: center;
        padding: 25px;
    }
    .funfact__item__title {
        font-size: 14px;
        line-height: 20px;
    }
    .why-choose__item--hover {
        background-color: unset !important;
    }
    .about-three__experience__year {
        font-size: 24px;
    }
    .about-three__experience__text {
        font-size: 13px;
    }
    .about-three__experience {
        width: 174px;
        height: 219px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        position: relative;
        position: absolute;
        left: 10px;
        bottom: 14px;
        z-index: 2;
        background-color: var(--deskot-white, #ffffff);
    }
    .about-three__experience__inner {
        width: 190px;
        height: 190px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        border-radius: 50px;
        position: relative;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .findox-ratings {
        display: none;
    }
    .contact-one__form {
        padding: 20px;
    }
    .cta-one__icon-box {
        width: 72px;
        height: 72px;
        top: 20px;
    }
    .cta-one__icon {
        display: inline-flex;
        font-size: 25px;
        color: var(--deskot-base, #ff5a1e);
        transition: all 500ms ease;
    }
    .cta-one__content__inner {
        position: relative;
        padding-left: 24px;
    }
    .cta-one__content {
        display: flex;
        /* align-items: center; */
        gap: 0px 0px;
    }
    .hero-one__bottom {
        display: flex;
        gap: 25px 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 39px;
    }
    .col-md-6.col-sm-6.justify-content-end {
        align-self: auto;
        justify-content: center !important;
        display: unset !important;
    }
    .hero-banner-two {
        padding: 0px 0px;
    }
    .hero-one__tagline {
        padding: 8px 79px 8px 8px;
        justify-content: center;
        display: flex;
    }
    .hero-slider__item {
        padding: 10px 0px 10px 0px;
    }
    .skills-one__image {
        top: 0px;
    }
    .slider01 {
        position: relative;
        height: auto;
        width: 100%;
        padding-top: 20px;
    }
    img.new-logo {
        width: 210px;
        height: 55px;
        --bs-gutter-x: 0.0rem !important;
    }
    .spacing-7 {
        padding: 0px !important;
    }
    .contact-one__form {
        padding: 27px !important;
    }
    .experience-badge {
        padding: 10px !important;
        bottom: -10px !important;
    }
    .experience-badge .number {
        font-size: 1rem !important;
    }
    .solution-one__image__two {
        width: 148px !important;
        height: 148px !important;
        right: 6px !important;
    }
    div#ttm-timeline {
        padding-top: 35px !important;
    }
    .cta-btn {
        margin-bottom: 0px !important;
    }
    .page-contact-us .contact-form {
        padding: 10.167vw !important;
    }
    .form-one input[type=text],
    .form-one input[type=email],
    .form-one input[type=tel],
    .form-one textarea {
        font-size: 14px !important;
    }
    .hero-one__content,
    .hero-slider__item {
        padding-top: 20px;
    }
    .features-two__content {
        height: 210px;
    }
}

@media (max-width: 575px) {
    .features-two__card:nth-child(1) {
        border-right: none;
    }
    .about-one__image__two__img {
        max-width: 50%;
        height: auto;
        position: relative;
        z-index: 1;
        margin-left: 144px;
    }
    .count-col {
        width: 50%;
    }
    .why-choose__item__icon-box {
        width: 35px;
        height: 35px;
    }
    .why-choose__item__icon {
        font-size: 19px;
    }
    .why-choose__item__link {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    .cta-one__title {
        font-size: 18px;
    }
    .finance-growth__card {
        padding: 15px !important;
    }
    .features-two__content {
        height: unset;
    }
}

.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 0%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.whatsapp-btn i {
    font-size: 27px;
    color: white;
}