* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter',sans-serif;
    background: #fff;
}

::selection {
    background: #A3C940;
    color: #fff;
}

a.hovered-link {
    color: #fff;
}

p {
    font-size: 20px;
    text-align: justify;
    color: #444444;
    font-family: 'Inter',sans-serif;
}

a {
    text-decoration: none;
    color: #24346B;
}

    a:hover {
        text-decoration: none;
        color: #24346B;
    }

.marginBottom50 {
    margin-bottom: 50px;
}

.marginBottom25 {
    margin-bottom: 25px;
}

.marginBottom100 {
    margin-bottom: 100px;
}

img {
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans",sans-serif;
    color: #172A5A;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
        font-family: "Old Standard TT",sans-serif;
        font-weight: 400;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-gap {
    padding: 100px 0;
}

.section-gap1 {
    padding: 50px 0;
}

.WrapperContainer {
    max-width: 1400px;
    margin: auto;
}

.FivoraHeader {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 1px 1px 1px 2px rgb(66 92 187 / 12%);
}


    .FivoraHeader.fixed {
        position: fixed;
        top: 0;
        background: #fff;
        margin: 0 auto;
        -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    }

    .FivoraHeader .navbar-brand img {
        max-height: 80px;
    }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

.FivoraHeader .navbar-toggler {
    height: 50px;
    width: 50px;
    background: #1b2c56;
    border-radius: 6px;
}

    .FivoraHeader .navbar-toggler i {
        color: #fff
    }

.buttonWrapper .myButton {
    background: #172A5A;
    color: #ffff;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 18px 34px;
    line-height: 20px;
    transition: transform .35s, background-color .35s;
}

    .buttonWrapper .myButton:hover {
        background: #A3C940;
        transform: scale(0.934);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    }

.myButton i {
    margin-left: 5px;
    animation: shake 0.5s ease-in-out infinite;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.buttonWrapper {
    padding-left: 15px;
    position: relative;
    margin-left: 10px;
}

    .buttonWrapper::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        background: #e3e3e3;
        height: 80%;
        width: 2px;
        transform: translateY(-50%);
    }


.SliderSection .carousel-item img {
    max-height: 950px;
    width: 100%;
}

.SliderSection .carousel-item {
    position: relative;
}

    .SliderSection .carousel-item::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: rgb(245 245 245 / 75%);
        width: 100%;
        height: 100%;
    }

.SliderSection .carousel-caption {
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
    text-align: left;
    width: 80%;
    height: max-content;
    animation: fadeUp 1s ease-in-out;
    padding: 0;
    margin: 0;
}

.fadeUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.SliderSection .carousel-caption h5 {
    font-size: 54px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

    .SliderSection .carousel-caption h5::before {
        position: absolute;
        left: 0;
        content: "";
        width: 5px;
        height: 100%;
        top: 0;
        background: #A3C940;
    }

.SliderSection .carousel-caption p {
    font-size: 20px;
    font-style: italic;
    margin: 0;
}

.FivoraHeader .navbar-nav li a {
    color: #172A5A;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 19px;
    position: relative;
    transition: all .5s;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 5px
}

.FivoraHeader .navbar-nav li.nav-item {
    margin: 0 5px;
}

.FivoraHeader .navbar-nav li a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #A3C940;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.FivoraHeader .navbar-nav li a:hover {
    color: #fff;
}

    .FivoraHeader .navbar-nav li a:hover::before {
        opacity: 1;
        visibility: visible;
        height: 100%;
        transition: all .5s;
    }

.FivoraHeader .navbar-nav li a:last-child {
    margin-right: 0;
}

.FivoraHeader .navbar-nav li.dropdown .dropdown-menu a {
    margin-bottom: 5px;
    padding: 5px 10px;
}

    .FivoraHeader .navbar-nav li.dropdown .dropdown-menu a:last-child {
        margin-bottom: 0;
    }

.FivoraHeader .dropdown-item.active, .FivoraHeader .dropdown-item:active {
    background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

.sliderButton .carousel-control-next {
    top: 44% !important;
}

.sliderButton .carousel-control-prev, .sliderButton .carousel-control-next {
    position: absolute;
    top: 50%;
    height: 50px;
    background: #A3C940;
    width: 50px;
    padding: 10px;
    transform: translate(0%, -50%);
    border-radius: 1px;
    opacity: 1;
    transition: 0.3s ease-in-out;
    color: #fff;
    right: 50px;
    left: auto;
}

.headingBar h1 {
    font-size: 64px;
    line-height: 72px;
}

.headingBar.WhiteText h1 {
    color: #fff;
    font-size: 100px;
    line-height: 1;
    display: grid;
    gap: 20px;
}

.headingBar h1 span {
    color: #A3C940;
    line-height: 72px;
}


.runnnigSection {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

    .runnnigSection:hover .ourtext {
        animation-play-state: paused;
        transition-delay: 0.5s;
    }

.ourtext {
    display: flex;
    animation: c-ip-running-line-scroll 50s linear infinite;
}

@keyframes c-ip-running-line-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 15px));
    }
}

.ourtext svg {
    width: 5px;
    height: 5px;
    margin-right: 10px;
}

.ourtext li {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 0 10px;
}

.ourUSP {
    overflow: hidden;
    line-height: 3.5;
    min-height: 70px;
    background: #fff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.c-ip-running-line__title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.review-images {
    position: relative;
    text-align: center;
}

.review-img {
    width: 56px;
}

    .review-img.review-img-two {
        position: relative;
        left: -12px;
    }

    .review-img.review-img-three {
        position: relative;
        left: -24px;
    }

    .review-img.review-img-four {
        position: relative;
        left: -36px;
    }

.review-desp {
    width: 100%;
    max-width: 220px;
    margin-top: 25px;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
}

    .review-desp p {
        text-align: left;
    }

.AboutMeSection {
    display: flex;
    justify-content: space-around;
    gap: 50px;
}

    .AboutMeSection img {
        max-height: 400px;
        border-radius: 6px;
    }

.ParagraphSection p {
    font-size: 17px;
}

    .ParagraphSection p span {
        font-weight: 600;
    }

#setAlignment {
    display: flex;
    align-items: center;
}

#setJustifycenter {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#setStickey {
    position: sticky;
    top: 150px;
}

.OurServices {
    background: #192b58;
}

.FivoraCards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #a4c94e;
    border-radius: 6px;
    flex-flow: column;
    padding: 40px 40px 60px;
    display: inline-flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 50px;
    width: 450px;
    position: sticky;
    top: 150px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cardHeading h2 {
    margin-bottom: 10px;
}


.FivoraCards:before, .FivoraCards:after {
    position: absolute;
    height: 180px;
    width: 180px;
    right: -50px;
    bottom: -50px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
    opacity: .30;
    transform: scale(0);
    content: "";
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.FivoraCards:hover:before {
    transform: scale(1);
    opacity: .10;
    transition-delay: 300ms;
}


.FivoracardImage {
    position: relative;
    height: 140px;
    width: 140px;
    display: inline-block;
    background: #c1e3aa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30% 70% 70% 30% / 30% 33% 67% 70%;
    transition: 0.3s ease-in-out;
}

    .FivoracardImage img {
        max-height: 90px;
        filter: brightness(0) saturate(100%) invert(12%) sepia(65%) saturate(1382%) hue-rotate(199deg) brightness(100%) contrast(94%);
        padding: 10px;
    }


.FivoraCardButton a {
    padding: 15px 20px;
    background: #fff;
    border-radius: 6px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.ContactForm .FivoraCardButton a {
    background: #192b58;
    color: #fff;
}

.FivoraCardButton a:hover {
    background: #172A5A;
    color: #fff !important;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    transform: scale(0.934);
}

.FivoraCardButton a i {
    transition: 0.3s ease-in-out;
}

.FivoraCardButton a:hover i {
    transition: 0.3s ease-in-out;
    transform: translateX(10px);
}

.processBox {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 15px;
}

    .processBox.even {
        margin-top: -50px;
    }

.processImage {
    background: #A3C940;
    width: 150px;
    padding: 25px 30px 40px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 6px;
    height: 150px;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.3s ease-in-out;
}

    .processImage:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        transition: 0.3s ease-in-out;
    }

    .processImage img {
        max-height: 64px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(158deg) brightness(102%) contrast(106%)
    }

    .processImage h4 {
        position: absolute;
        bottom: -18px;
        left: 50%;
        height: 40px;
        width: 40px;
        font-size: 16px;
        transform: translateX(-50%);
        padding: 10px;
        background: #fff;
        border: 1px solid #f5f5f5;
        border-radius: 50%;
    }

.processBox h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.processBox p {
    font-size: 18px;
    text-align: center;
}

.ourProjects, .SuccessTrack, .RatingTrack, .ourPartners, .formSection, .FAQSection {
    background: #fafafa;
}

.projectBox {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


    .projectBox::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 25%;
        bottom: 0;
        left: 0;
        background: rgb(2,0,36);
        background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(23,42,90,1) 100%);
        transition: 0.3s ease-in-out;
        z-index: 1;
    }

    .projectBox:hover::before {
        height: 100%;
        transition: 0.3s ease-in-out;
    }

    .projectBox:hover .projectImage img {
        transform: scale(1.2);
        transition: 0.3s ease-in-out;
    }

.InnerProject .projectBox {
    margin-bottom: 50px;
}

.projectImage img {
    transition: 0.3s ease-in-out;
}

.projectDetails {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 11;
}

    .projectDetails h3 {
        color: #fff;
        font-size: 36px;
        margin-bottom: 10px;
    }

    .projectDetails p {
        color: #fff;
        margin: 0;
        position: relative;
        padding-left: 30px;
    }

        .projectDetails p::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 4px;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background: #A3C940;
        }

.ourProjects .row.even {
    margin-top: 50px;
    display: flex;
    justify-content: right;
}

.FAQAccordian .card {
    background: none;
    margin-bottom: 25px;
    border: none !important;
    width: calc(50% - 10px);
    transition: 0.3s ease-in-out;
}

    .FAQAccordian .card:hover {
        transform: scale(0.98);
        transition: 0.3s ease-in-out;
    }

    .FAQAccordian .card .card-header {
        position: relative;
        border: 1px solid rgba(0, 0, 0, .125);
        margin-bottom: 0.5px !important;
        border-radius: 6px;
        background: #fff;
        padding: 20px 1.25rem;
    }

        .FAQAccordian .card .card-header i {
            position: absolute;
            right: 15px;
            font-size: 13px;
            top: 50%;
            transform: translateY(-50%);
            padding: 20px 25px;
            color: #172a5a;
        }

.FAQAccordian .accordion {
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
    flex-wrap: wrap;
}

.FAQAccordian .card-body {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: none !important;
    padding: .75rem 1.25rem;
    border: 1px solid #ddd;
    border-radius: 6px;
}

    .FAQAccordian .card-body p {
        margin: 0;
        font-size: 18px;
    }

.FAQAccordian .card-header button {
    color: #172A5A;
    text-decoration: none;
    box-shadow: none;
    font-size: 20px;
    padding: 0;
}

.progress-container {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #a3c940;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    opacity: 0; /* Initially hidden */
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
}

    .progress-container i {
        font-size: 20px;
        display: none; /* Initially hidden */
    }

.footerSection {
    position: relative;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 50px;
    background: #172A5A;
}

.footerLogo img {
    max-height: 120px;
    margin-bottom: 25px;
}

.footerHeading h3, .Addressbar h3, .footerLogo h3 {
    color: #fff;
    margin-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.25rem;
}

.footerLogo ul {
    display: flex;
    flex-wrap: wrap;
}

.footerHeading ul li {
    color: #fff;
    margin-bottom: 10px;
}

    .footerHeading ul li a {
        color: #fff;
        font-size: 18px;
        transition: 0.2s ease-in-out;
    }

        .footerHeading ul li a:hover, .Addressbar ul li a:hover {
            color: #A3C940;
            transition: 0.2s ease-in-out;
        }

    .footerHeading ul li i {
        margin-right: 10px;
    }

.footerLogo {
    padding-right: 50px;
}

    .footerLogo ul li a {
        color: #fff;
        background: #fff;
        height: 40px;
        display: flex;
        width: 40px;
        /* line-height: 2.5; */
        font-size: 22px;
        justify-content: center;
        align-items: center;
        border-radius: 1px;
        margin-right: 10px;
        transition: 0.2s ease-in-out;
        transform-style: preserve-3d;
    }

        .footerLogo ul li a.facebook {
            background: #0866ff;
        }

        .footerLogo ul li a.instagram {
            background-image: linear-gradient(72.44deg, #FF7A00 11.92%, #FF0169 51.56%, #D300C5 85.69%);
        }

        .footerLogo ul li a.linkedin {
            background: #0a66c2;
        }

        .footerLogo ul li a.gsearch {
            background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
        }

        .footerLogo ul li a:hover {
            transform: scale(0.934);
            transition: 0.3s ease-in-out;
        }

    .footerLogo p {
        font-size: 18px;
        color: #fff;
    }

.Addressbar ul li a {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

.Addressbar ul li {
    margin-bottom: 15px;
}

    .Addressbar ul li a i {
        margin-right: 10px;
    }

.subFooter {
    background: #112046;
    padding: 15px 0;
}

.pull-left p, .pull-right p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

    .pull-right p a {
        color: #fff
    }

.pull-right p {
    text-align: right;
}


.wave#wave1 {
    z-index: 11;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}

.wave {
    filter: brightness(0) saturate(100%) invert(14%) sepia(21%) saturate(3915%) hue-rotate(199deg) brightness(90%) contrast(93%);
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('../images/icons/wave.png');
    background-size: 1000px 100px;
}

@keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }
}

@keyframes animate {
    0% {
        background-position-x: -1000px;
    }
}

.wave#wave2 {
    z-index: 11;
    opacity: .5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
}

.wave#wave3 {
    z-index: 11;
    opacity: .2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
    z-index: 11;
    opacity: .7;
    bottom: 20px;
    animation: animate 3s linear infinite;
}

.breadcrumbSetion {
    padding: 250px 0 150px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

    .breadcrumbSetion::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / 40%);
        top: 0;
    }

.breadcrumb-title {
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
}

.AboutusBreadcrumb {
background-image: url('../images/newimages/mutualfunds1.jpg');
}

.InvestmetBreadcrumb {
background-image: url('../images/newimages/investmentbread.jpg');
}

.BusinessBreadcrumb {
background-image: url('../images/newimages/businessinsurance1.jpg');
}

.experienceLane {
    position: relative;
}

    .experienceLane::before {
        position: absolute;
        content: '';
        right: 30px;
        top: 50%;
        height: 90%;
        background: #ddd;
        transform: translateY(-50%);
        width: 2px;
    }

    .experienceLane h5 {
        font-size: 100px;
        letter-spacing: 2px;
    }

        .experienceLane h5 i {
            position: absolute;
            top: 20px;
            left: 140px;
            font-size: 26px;
        }

    .experienceLane p {
        font-size: 24px;
        font-weight: 600;
        margin: 0;
    }

/*.MissionVision {
    display: flex;
    justify-content: space-around;
    padding-right: 50px;
    flex-wrap: wrap;
    align-items: center;
}*/

.experienceLane {
    width: 30% !important;
}

.AboutMe {
    padding-right: 50px;
}

    .AboutMe p span {
        font-weight: 600;
    }

.layerImage {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

    .layerImage img {
        transition: 0.3s ease-in-out;
        width: 100%;
    }

    .layerImage:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, .2);
        border-radius: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        border-radius: 6px;
    }

.AboutMeSection .layerImage {
    overflow: visible;
}

    .AboutMeSection .layerImage:hover img {
        transform: scale(1.0);
        transition: 0.3s ease-in-out;
    }

.layerImage:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.layerImage:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.RatingSection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ratingDigit h6 {
    font-size: 96px;
    margin-right: 15px;
    transition: 0.5s ease-in-out;
}

.RatingSection p {
    margin: 0;
    display: grid;
    font-size: 18px;
}

    .RatingSection p label {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 600;
    }

.agentImage {
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}

.ownerCard {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.agentBox {
    margin-bottom: 50px;
    transition: 0.3s ease-in-out;
    width: calc(33% - 10px);
    text-align: center
}

    .agentBox:hover {
        transform: translateY(-10px);
        transition: 0.3s ease-in-out;
    }

    .agentBox img {
        max-height: 400px;
        border-radius: 6px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-bottom: 20px;
    }

    .agentBox p {
        margin: 0;
        font-size: 18px;
        font-style: italic;
        text-align: center;
    }

    .agentBox h3 {
        transition: 0.3s ease-in-out;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .agentBox:hover h3 {
        color: #A3C940;
        transition: 0.3s ease-in-out;
    }

.marquee-img-one {
    margin: auto;
    height: 40px;
    object-fit: contain;
}

.ContactusBreadcrumb {
    background-image: url('../images/newimages/contactusbanner.jpg');
    background-position: center top;
}

.Loanreadcrumb {
    background-image: url('../images/banners/loanBanner.jpg');
}

.contactBox {
    text-align: center;
    border-radius: 6px;
    background: #fafafa;
    padding: 50px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ContactSection .contactBox {
    display: block;
}



.Contactimage {
    padding: 15px;
    background: #A3C940;
    height: 70px;
    width: 70px;
    display: flex;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    align-items: center;
    line-height: 3.5;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
}

    .Contactimage img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(158deg) brightness(102%) contrast(106%);
        max-height: 48px;
    }

.contactBox h3 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
}

.contactBox a {
    color: #2c2c2c;
    letter-spacing: 1px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

    .contactBox a:hover {
        color: #A3C940;
        transition: 0.3s ease-in-out;
    }

.ContactForm {
    padding: 50px;
    background: #fff;
    min-height: 400px;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .ContactForm .form-group {
        margin-bottom: 20px;
    }

    .ContactForm input.form-control {
        padding: 25px 15px;
        font-size: 16px;
        border-radius: 6px;
    }

    .ContactForm .form-control:focus {
        box-shadow: none;
        border-color: #A3C940;
    }

    .ContactForm h2 {
        margin-bottom: 25px;
    }

.serviceBox {
    padding: 40px;
    background: #f4f4f4;
    border-radius: 6px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .serviceBox h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }

.serviceTabs button.nav-link {
    background-color: #fff;
    color: #172A5A;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 18px;
    transition: all .3s;
    display: flex;
    margin-bottom: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

    .serviceTabs button.nav-link i {
        font-size: 16px;
        color: #A3C940;
        transition: all .3s;
    }

    .serviceTabs button.nav-link:hover i {
        transform: translateX(5px);
        transition: all .3s;
    }

.serviceTabs .nav-pills .nav-link.active i {
    color: #fff;
}

.serviceTabs .nav-pills .nav-link.active, .serviceTabs .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #A3C940;
}

.serviceDescription h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 58px
}

.ShowService {
    padding-left: 25px;
}

.serviceDescription p {
    font-size: 18px;
}

.LoanService {
    position: relative;
}

.ServiceDesk img {
    min-height: 450px;
    width: 100%
}

.solutionsApproch {
    margin-top: 50px;
}

    .solutionsApproch li {
        margin-bottom: 15px;
        font-size: 18px;
    }

        .solutionsApproch li i {
            color: #A3C940;
            margin-right: 10px;
        }

        .solutionsApproch li span {
            font-weight: 600;
        }

.pulse {
    position: fixed;
    top: 40%;
    right: 0;
    height: 50px;
    width: 50px;
    background: #25d366;
    display: flex;
    align-items: center;
    border-radius: 6px 0 0 6px;
    justify-content: center;
    z-index: 99;
    border: 1px solid #25d366;
    transition: 0.3s ease-in-out;
}

    .pulse:hover {
        background: #fff;
        border: 1px solid #25d366;
        transition: 0.3s ease-in-out;
    }

    .pulse i {
        font-size: 28px;
        color: #fff;
        transition: 0.3s ease-in-out;
    }

    .pulse:hover i {
        color: #25d366;
        transition: 0.3s ease-in-out;
    }

.serviceTabs h2 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

.marginSet {
    margin-top: 20px;
}

.SliderSection .carousel-indicators {
    display: none;
}

    .SliderSection .carousel-indicators li {
        background-color: #A3C940;
    }

.MyLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.loader3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    animation: zoom-in-zoom-out 1s ease infinite;
}

    .loader3 img {
        max-height: 90px;
    }

.MyLoader.hidden {
    animation: fadeout 3s;
    animation-fill-mode: forwards;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes fadeout {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
