/********** Template CSS **********/
:root {
    --primary: #b7f6cc;
    --secondary: #B84B16;
    --tertiary: #414142;
    --light: #e4e4e4;
    --dark: #011A41;
}

.mw-80 {
    max-width: 80%;
}

.light-green {
    background-color: #B84B16;
}

.padd-l-0 {
    padding-left: 0px !important;
}

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

.img-height {
    height: 210px !important;
}

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

.foot-color a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
}

.foot-color a:hover {
    color: #B84B16 !important;
    text-decoration: none;
}

.orange-text {
    color: #B84B16;
}

.footer-color a {
    color: rgba(56, 56, 56, 0.7);
    text-decoration: none;
}

.footer-color a:hover {
    color: #B84B16;
    text-decoration: none;
}

.boardMembers a {
    color: #000000 !important;
}

hr {
    color: #aeaeae !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.footer-color {
    color: rgba(56, 56, 56, 0.7);
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 998;
}

/*
.menu-overlay.active {
    opacity: 1;
    -moz-visibility: visible;
    -webkit-visibility: visible;
    visibility: visible;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 98;
    opacity: 0;
    -moz-visibility: hidden;
    -webkit-visibility: hidden;
    visibility: hidden;
    -moz-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
*/


body {
    background: #02112e;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #000000 !important;

}

.head1 {
    font-size: 45px !important;
    line-height: 1.24 !important;
    letter-spacing: 0.5px !important;
}

.menu-head {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.text-lhs {
    line-height: 1.7 !important;
    letter-spacing: 0.5px !important;
}

ul {
    list-style-type: square;
    color: #B84B16 !important;
}

ul>li>span {
    color: #424242 !important;
}

.text-justify {
    text-align: justify !important;
}

.blue-text {
    color: #B84B16 !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 20px !important;
}



.link-blue {
    color: #b7f6cc;
    line-height: 24px;
}

.link-blue:hover {
    color: #ffffff;
    text-decoration: underline;
}

.link-grey {
    color: #909090;
    line-height: 24px;
}

.link-grey:hover {
    color: #ffffff;
    text-decoration: underline;
}

.link-white {
    color: #ffffff;
    line-height: 24px;
    text-decoration: underline;
}

.link-white:hover {
    color: #b7f6cc;
    text-decoration: none;
}

.link-black {
    color: #000000;
    line-height: 24px;
    text-decoration: underline;
}

.link-black:hover {
    color: #B84B16;
    text-decoration: none;
}

.white-text {
    color: #ffffff !important;
}

.grey-text {
    color: #909090 !important;
}

.black-text {
    color: #000000 !important;
}

.dark-grey {
    background-color: #414142 !important;
}

.border-t-grey {
    border-top: 1px solid #aaaaaa;
}

.no-border {
    border: 0px solid #aaaaaa !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

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

.mt-24 {
    margin-top: 24px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

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

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


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

.mb-48 {
    margin-bottom: -48px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

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

.mt-60 {
    margin-top: 60px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.blue-button {
    color: #fff;
    background-color: #B84B16;
    border-color: #B84B16;
    padding: 6px 10px !important;
    border-radius: 2px;
    height: 36px;
}

.blue-button:hover {
    color: #fff;
    background-color: #2c3475;
    border-color: #2c3475;
    padding: 6px 10px !important;
    border-radius: 2px;
    height: 36px;
}

.gray-button {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
    padding: 8px 10px !important;
    border-radius: 2px;
    height: 36px;
}

.gray-button:hover {
    color: #fff;
    background-color: #2c3475;
    border-color: #2c3475;
    padding: 8px 10px !important;
    border-radius: 2px;
    height: 36px;
}

.gray-color {
    border-color: #757575 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.cRightFooter {
    font-family: "Poppins", sans-serif !important;
}

.mont-font {
    font-family: "Poppins", sans-serif !important;
}

.lg-text {
    color: rgba(255, 255, 255, 0.7);
}

.lato-font {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

.link-light {
    font-family: "Poppins", sans-serif !important;
    color: #B84B16;
}

.lato-button {
    font-size: 16px !important;
    display: inline-block !important;
    -moz-transition: all 0.6s !important;
    -webkit-transition: all 0.6s !important;
    transition: all 0.6s !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.2px !important;
}

.cap-light {
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    font-family: "Poppins", arial, verdana, tahoma, sans-serif !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}



.btn-square {
    width: 24px;
    height: 24px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 30px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.09);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 4px;
}

.navbar .navbar-nav .nav-link {
    padding: 24px 6px;
    color: #ffffff;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.box-height {
    height: 250px;
}

.oveflow-height {
    overflow-x: hidden;
    overflow-y: hidden;
}

@media (min-width: 991.98px) {

    .mobile-menu {
        display: none;

    }

}





@media (max-width: 991.98px) {



    .oveflow-height {
        overflow-x: hidden;
        overflow-y: auto !important;
    }

    .box-height {
        height: auto !important;
    }

    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%) !important;
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%) !important;
    }


    .mb-48 {
        margin-bottom: 0px !important;
    }

    .flexicap_bg {
    object-position: 70% !important;
}


    .bxbg1 {
        object-position: 94% !important;
    }

    .bxbg3 {
       object-position: 74% !important;
    }

    .bxbg2 {
        object-position: 74% !important;
    }

    .m-top {
        float: left !important;
        margin-top: 10px !important;
    }

    .m-head {
        font-size: 26px !important;
    }

    .carousel-caption {
        align-items: start !important;
    }

    .pad-both {
        padding-top: 134px !important;
        padding-left: 20px !important;
        padding-right: 0px !important;
        width: 90% !important;
    }

    .carousel-indicators {
        left: 0% !important;
        margin-right: -6% !important;
        margin-bottom: -30rem !important;
        margin-left: 5% !important;
        list-style: none !important;
        rotate: 0deg !important;
        justify-content: left !important;

    }

    .m-logo {
        display: none !important;
    }

    .mobile-menu {
        display: block;
        padding: 20px;
        position: fixed !important;
        z-index: 9;
    }

    .container-holder {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col1-pad-both {
        padding: 120px 30px 80px 30px !important;
    }

    .head3 {
        font-size: 24px !important;
    }

    .sub-head2 {
        font-size: 24px !important;
    }

    .head1 {
        font-size: 24px !important;
        margin-bottom: 24px !important;
    }

    .about-header {
        background: url(../img/about-banner-mobile.jpg) top left no-repeat !important;
    }

    .other-banners {
        background: url(../img/about-banner-mobile.jpg) top left no-repeat !important;
    }

    /* .general-header {
        background: url(../img/invest-banner-mobile.jpg) top left no-repeat !important;
    } */

    .contact-header {
        background: url(../img/contact-banner-mobile.jpg) top left no-repeat !important;
    }

    .education-header {
        background: url(../img/education-banner-mobile.jpg) top left no-repeat !important;

    }


    .calculator-header {
        background: url(../img/calculator-banner-mobile.jpg) top left no-repeat !important;
    }

    .py-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobile-logo {
        display: block !important;
        padding: 0px 0px !important;
        position: absolute !important;
        top: 18px !important;
        right: 38px !important;
    }

    .right-logo {
        display: none !important;
        /* padding: 0px 0px !important;
        position: absolute !important;
        top: 18px !important;
        right: 38px !important; */
    }

    .blogH1 {
        font-size: 22px !important;
    }

    img.mobile-fixed-logo.logoRightAnimation {
        height: 50px !important;
    }

    .mobile-fixed-logo {
        display: block !important;
        position: relative;
        margin-left: -66px;
        z-index: 99;
        height: 79px;
    }

    .logoRightAnimation {
        animation: slideTop 2.1s ease-in-out !important;
    }

    .about-header p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .other-banners p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .general-header p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .timeline-steps .timeline-content {
        width: 100% !important;
        text-align: left;
    }



    .card-title {
        font-size: 22px !important;
    }

    .m-padd {
        padding-top: 6rem !important;
        padding-left: 0px !important;
    }



    .m-padd1 {
        padding-top: 3rem !important;
        padding-left: 0px !important;
    }

    .m-padd2 {
        padding-top: 6rem !important;
        padding-left: 10px !important;
    }

    .pr-40 {
        padding-right: 0px !important;
    }

    #sidebar {
        top: 0;
    }

    .ml-butt {
        margin-left: 16px !important;
    }

    .mr-logo {
        position: fixed !important;
        top: 0px !important;
        right: 16px !important;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #414142;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 22px !important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    padding: 0px !important;
    left: 0;
    right: 0;
    bottom: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;

}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    /*
    background-color: var(--primary);
    border: 10px solid var(--primary);
    */
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    .hero {
        background-image: url(../img/coming_soon_mobile.png) !important;
        font-family: "Poppins", sans-serif !important;
        background-size: cover;
        background-color: #ffffff !important;
        color: #757575 !important;
        font-size: 16px !important;
        text-align: center !important;
        padding: 16px !important;
        background-repeat: no-repeat;
    }


    .m-margin{
            margin-top: 70px !important;
    }

    .liquid-header {
   background-position: 50% !important;
    }

    .fund-header{
      background-position: 50% !important;  
    }

    .carousel-caption {
        bottom: 312px;
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hlogo-header {
        padding: 40px 0 12px 0px !important;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.about-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/aboutus-banner.jpg) top left no-repeat;
    background-size: cover;
}

.app-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/general-banner1.jpg) top left no-repeat;
    background-size: cover;
}


.team-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/team-banner.jpg) top left no-repeat;
    background-size: cover;
}

.contact-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/contact-banner.jpg) top left no-repeat;
    background-size: cover;
}

.education-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/education-banner.jpg) top left no-repeat;
    background-size: cover;
}

.calculator-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/calculator-banner.jpg) top left no-repeat;
    background-size: cover;
}


.investor-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/investor-centre.jpg) top left no-repeat;
    background-size: cover;
}


.general-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/invest-banner.jpg) top left no-repeat;
    background-size: cover;
}

.ekyc-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/ekyc-banner.jpg) top left no-repeat;
    background-size: cover;
}

.form-control {
    border-radius: 0px !important;

}

.form-select {
    border-radius: 0px !important;
}

.play-icon::after {

    content: "";
    position: absolute;
    top: calc(34% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    background-image: url(../img/icon_play-video.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;

}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(65, 65, 66, .1), rgba(65, 65, 66, .1)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(65, 65, 66, .1), rgba(65, 65, 66, .1)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #b7f6cc29;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    border-radius: 2px;
    /*display: flex;
    position: absolute;
    border: 1px solid #e0e0e0;
     top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;*/
    align-items: flex-end;
    padding: 0px;
    z-index: -1;
    transition: .5s;
}

/*
.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}
.project-item:hover .project-title h4 {
    color: #FFFFFF;
}*/

.project-item .project-title h4 {
    transition: .5s;
}



.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    /* padding: 4.5rem 0;*/
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    /*position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
*/
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
    height: 86px !important;
}

.team-item:hover .team-text {
    background: #FBEADB !important;
    border-color: #FBEADB !important;
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #414142;
    border-top: 1px solid #aaaaaa;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.team-heading {
    margin-top: 28px !important;
    position: absolute;
}

.mtm-4 {
    margin-top: -4px !important;
}

.mtm-8 {
    margin-top: -8px !important;
}

.sub-head {
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif !important;
    text-transform: uppercase !important;
    padding-left: 0px !important;
    font-size: 14px !important;
}

.sub-head1 {
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif !important;
    text-transform: uppercase !important;
    padding-left: 12px !important;
}

.sub-head2 {
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 32px;

}

.grey-head {
    font-weight: 700 !important;
    color: #757575 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.accordion-button {
    font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
    color: #B84B16 !important;
    font-weight: 600 !important;
    background-color: #fff !important;
}

.accordion-button:focus {
    border-color: #aaaaaa !important;
    box-shadow: 0 0 0 0.25rem rgba(154, 154, 154, 0.25) !important;
}

.accordion-body {
    padding: 1rem 1.25rem 0rem 1.25rem !important;
}

.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.dowmination {
    overflow: hidden;
    height: 20px;
    width: 28px;
    position: absolute;
    left: -36px;
    top: -2px;
}



.download-btn {
    -moz-animation-name: download;
    -webkit-animation-name: download;
    animation-name: download;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.download-dotted-button {
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    margin-left: 42px;
    font-weight: 700;
    top: -2px;
}

.download-dotted-button:hover {
    color: #B84B16;
}


.arrow-5 {
    width: 24px;
    height: 16px;
    rotate: 90deg;
    display: grid;
    overflow: hidden;
}

.arrow-5:before,
.arrow-5:after {
    content: "";
    grid-area: 1/1;
    background: #b7f6cc;
    clip-path: polygon(0 10px, calc(100% - 8px) 10px, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, calc(100% - 8px) calc(100% - 10px), 0 calc(100% - 10px));
    animation: a5 1s infinite;
    transform: translate(calc(0% + var(--s, 0%)));
}

.arrow-5:after {
    --s: -100%;
}

@keyframes a5 {

    80%,
    100% {
        transform: translate(calc(100% + var(--s, 0%)))
    }
}

.mt-6 {
    margin-top: 6px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.btn-sm {

    border-radius: 2px !important;
}

.nav-pills .nav-link {
    border-right: 1px solid #e4e4e4 !important;
    text-align: left !important;
    border-radius: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pl-14 {
    padding-left: 14px !important;
}

.mrm-logo {
    margin-right: 0px !important;
}


.mb-0 {
    margin-bottom: 0px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.plr-38 {
    padding-left: 38px;
    padding-right: 38px;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-0 {
    padding: 0px !important;
}


.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.t-head {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.b-section {
    margin-bottom: -48px !important;
    background-color: #000000 !important;
}

.white-bg {
    background-color: #ffffff;
}

.c-section {
    background-color: #f4f4f4 !important;
}

.b-disclaimer {
    margin-bottom: -24px !important;
    margin-top: 24px !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.head3 {
    font-size: 45px;
}

.pr-40 {
    padding-right: 40px;
}

.col-lg-9 {
    padding-right: 0px !important;
}

.pd-rl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.list-group-item {
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}

.ml-10 {
    margin-left: 10px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-24 {
    font-size: 24px !important;
}


.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-11 {
    font-size: 11px !important;
}


.h-85 {
    height: 85px !important;
}

.p-model {
    font-size: 12px !important;
    line-height: 16px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 56% !important;
    left: 42%;
    z-index: 999;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -15rem;
    margin-left: 15%;
    list-style: none;
    rotate: 90deg;
}

.home-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-color: #000000;
    overflow-x: hidden;
}

.slider-bg {
    position: absolute;
    z-index: 999;
    text-align: center;
    padding-left: 90px;
    top: 0;
}

.container-holder {
    padding-left: 90px;
}

.pl-70 {
    padding-left: 70px;
}

.border-ani,
.home-footer,
.linkBorder {
    position: relative;
}

.hlogo-header {
    padding: 16px 0 12px 0px;
}

.mmAni .border-ani1:before,
.mmAni .home-footer:before,
.mmAni .border-ani3:before {
    width: 100% !important;
    animation: slideRight 1.6s ease-in-out;
}

.mmAni .border-ani2:before {
    height: 100%;
    animation: linDraw2 2.0s ease-in-out;
}

.clearfix:before {
    display: table !important;
    content: " ";
}

.border-ani:before,
.home-footer:before {
    -moz-transition: width 0.8s linear, height 0.8s linear !important;
    -webkit-transition: width 0.8s linear, height 0.8s linear !important;
    transition: width 0.8s linear, height 0.8s linear !important;
}

.border-ani1:before,
.home-footer:before {
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
}

.border-ani:before,
.home-footer:before,
.linkBorder:before {
    content: "";
    position: absolute;
    background: rgba(156, 156, 156, 0.7) !important;
    background: rgba(255, 255, 255, 0.6) !important;
}

.clearfix:after,
.clearfix:before {
    display: table !important;
    content: "";
}

.border-ani:before,
.home-footer:before {
    -moz-transition: width 0.8s linear, height 0.8s linear;
    -webkit-transition: width 0.8s linear, height 0.8s linear;
    transition: width 0.8s linear, height 0.8s linear;
}

@media (max-width: 1024px) {

    .border-ani2:before {
        opacity: 0;
    }
}

.border-ani2:before {
    width: 1px;
    height: 0;
    top: 0;
    right: 0;
}

.border-ani:before,
.home-footer:before,
.linkBorder:before {
    content: "";
    position: absolute;
    background: rgba(156, 156, 156, 0.7);
    background: rgba(255, 255, 255, 0.6);
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
}

.border-ani,
.home-footer,
.linkBorder {
    position: relative;
}

.column3 {
    width: 75%;
}

.column {
    float: left;
    width: 25%;
}

.home-footer {
    color: rgba(244, 244, 244, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.footer-grey {
    background: #f4f4f4;
    border-top: 1px solid #e0e0e0;
}

.footer-b {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.btn-outline-light {
    color: #757575 !important;
    border-color: #aaaaaa !important;
}

.btn-outline-light:hover {
    color: #B84B16 !important;
    background-color: #f4f4f4 !important;
    border-color: #B84B16 !important;
}

.footer-color {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.45px;
}

.border-ani,
.home-footer,
.linkBorder {
    position: relative;
}

.border-ani:before,
.home-footer:before {
    -moz-transition: width 0.8s linear, height 0.8s linear;
    -webkit-transition: width 0.8s linear, height 0.8s linear;
    transition: width 0.8s linear, height 0.8s linear;
}

.home-footer:before {
    top: 0;
    bottom: auto;
}

.border-ani1:before,
.home-footer:before {
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
}

.border-ani:before,
.home-footer:before,
.linkBorder:before {
    content: "";
    position: absolute;
    background: rgba(156, 156, 156, 0.7);
    background: rgba(255, 255, 255, 0.6);
}

.col-25 a img {
    opacity: 0;
    display: inline-block;
}

.col-25 a img {
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0.2s;

}

.all-active .col-25 a img {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    animation: slidetop 0.8s ease-in-out;

}

.text-center {
    text-align: center !important;
}

@keyframes slideLeft41 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeft41 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 2;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 2;
        transform: translate3d(0, -25px, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -5px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft100p {
    0% {
        opacity: 0.8;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInTop100p {
    0% {
        opacity: 0.8;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutTop100p {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0.8;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeInRight40px {
    0% {
        opacity: 0;
        transform: translate3d(40px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animateDownloadIcon {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    50% {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }

    51% {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInTopHeight80 {
    0% {
        height: 0px;
        opacity: 0;
    }

    100% {
        height: 80px;
        opacity: 1;
        z-index: 1;
    }
}

@keyframes fadeInTopHeight115 {
    0% {
        height: 0px;
        opacity: 0.8;
    }

    100% {
        height: 115px;
        opacity: 1;
        z-index: 1;
        position: relative;
    }
}

@-moz-keyframes mText {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(45px, 0);
        transform: translate(45px, 0);
    }

    100% {
        -moz-transform: translate(45px, -16px);
        transform: translate(45px, -16px);
    }
}

@-webkit-keyframes mText {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(45px, 0);
        transform: translate(45px, 0);
    }

    100% {
        -webkit-transform: translate(45px, -16px);
        transform: translate(45px, -16px);
    }
}

@keyframes mText {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(45px, 0);
        transform: translate(45px, 0);
    }

    100% {
        -webkit-transform: translate(45px, -16px);
        transform: translate(45px, -16px);
    }
}

@-moz-keyframes linDraw {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

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

    100% {
        width: 100%;
    }
}

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

    100% {
        width: 100%;
    }
}

@-moz-keyframes linDraw2 {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes linDraw2 {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes linDraw2 {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@-moz-keyframes loading_dots {
    from {
        background: #b7f6cc;
    }

    to {
        background: #757575;
    }
}

@-webkit-keyframes loading_dots {
    from {
        background: #b7f6cc;
    }

    to {
        background: #757575;
    }
}

@keyframes loading_dots {
    from {
        background: #b7f6cc;
    }

    to {
        background: #757575;
    }
}

@-moz-keyframes arrow-right-to-left {
    0% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }

    23% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    60% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    83% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }

    84% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    85% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    86% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
}

@-webkit-keyframes arrow-right-to-left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }

    23% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    83% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }

    84% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    85% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    86% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
}

@keyframes arrow-right-to-left {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }

    23% {
        transform: translateX(0);
        opacity: 1;
    }

    60% {
        transform: translateX(0);
        opacity: 1;
    }

    83% {
        transform: translateX(-100%);
        opacity: 1;
    }

    84% {
        transform: translateX(-100%);
        opacity: 0;
    }

    85% {
        transform: translateX(100%);
        opacity: 0;
    }

    86% {
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 1;
    }
}

@-moz-keyframes download {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    49% {
        -moz-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 1;
    }

    50% {
        -moz-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    51% {
        -moz-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    52% {
        -moz-transform: translateY(-110%);
        transform: translateY(-110%);
        opacity: 1;
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes download {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    49% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    51% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(-110%);
        transform: translateY(-110%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes download {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    49% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    51% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(-110%);
        transform: translateY(-110%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slideLeft {
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

}

@-webkit-keyframes slideLeft {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

}

@keyframes slideLeft {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

}


@-moz-keyframes slideRight {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes slideRight {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}



@-moz-keyframes slidetopBottom {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes slidetopBottom {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slidetopBottom {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideTop {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(300px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes expand {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(1400px);
    }
}

.other-bg {
    background: #2c3475 url(../img/pattern.svg)-12px -12px fixed;

}

.right-logo {
    padding: 30px 0px;
}

/* Visible focus ring on the actual logo image, since the anchor's box collapses
   to 0x0 (its only child .fixed-logo is position:fixed and out of normal flow). */
.right-logo a:focus,
.right-logo a:focus-visible {
    outline: none;
}
.right-logo a:focus img,
.right-logo a:focus-visible img {
    outline: 3px solid #B84B16;
    outline-offset: 3px;
    border-radius: 2px;
}

.main-body {
    animation: slideLeft 0.8s ease-in-out;
    animation-delay: 0.2s;
}

.logoRightAnimation {
    -moz-animation-name: slideTop !important;
    -webkit-animation-name: slideTop !important;
    animation-name: slideTop !important;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.logoRightAnimation {
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.logoRightAnimation {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}


.col3Animation {
    -moz-animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.col3Animation {
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.col3Animation {
    -moz-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}


.submenuAnimation {
    -moz-animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.submenuAnimation {
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.submenuAnimation {
    -moz-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}


.cMinHeight {
    min-height: 100vh;
}

.stateDelay {
    -moz-animation-delay: 1500ms;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.showOpacity {
    opacity: 0;
    -moz-animation: showOpacity 0.5s forwards;
    -webkit-animation: showOpacity 0.5s forwards;
    animation: showOpacity 0.5s forwards;
    animation-delay: 1500ms;
}

@-moz-keyframes showOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes showOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.col1-pad-both {
    padding-left: 60px;
    padding-right: 60px;
}

.pad-both {
    padding-top: 154px;
    padding-left: 137px;
    /* padding-right: 60px; */
    width: 66%;
}

.other-banners {
    padding-top: 55px;
    padding-bottom: 60px;
    background-color: #000000;
    background: url(../img/about-banner.jpg) no-repeat 0 0 / cover;
}


.col1-pad-both {
    padding: 60px;
}

.mobile-fixed-logo {
    display: none;
}

.fixed-logo {
    position: fixed;
    margin-left: -98px;
    z-index: 99;
    height: 66px;
}

.blogH1 {
    font-size: 38px;
}

.other-banners h1 {
    font-size: 45px;
    line-height: 1.24;
    letter-spacing: 0.5px;
}

.other-banners p {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #f0f0f0;
    margin: 40px 0 0;
}

.about-header p {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #f0f0f0;
    margin: 40px 0 0;
}

.general-header p {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #f0f0f0;
    margin: 40px 0 0;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .border-ani1:before,
    .home-footer:before {
        right: auto;
        left: 0;
    }
}

@supports (-ms-accelerator: true) {

    .border-ani1:before,
    .home-footer:before {
        right: auto;
        left: 0;
    }
}

.home-footer:before {
    top: 0;
    bottom: auto;
}

.border-ani2:before {
    width: 1px;
    height: 0;
    top: 0;
    right: 0;
}

.border-ani3:before,
.linkBorder:before {
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #343434 !important;
    font-weight: 600 !important;
    background-color: #fff !important;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.125) !important;
}

.accordion-button {
    padding: 1rem 2.5rem !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

/* media page */

[id^="accordionYear"] > .accordion-item > .accordion-header > .accordion-button {
    padding: 1rem 1rem !important;
    background-color: #F4F4F4 !important;
    border-radius: 6px !important;
}

[id^="accordionMonth"] > .accordion-item > .accordion-header > .accordion-button {
    padding: 1rem 1rem !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-radius: 0px !important;
}

/* media page */

#faq-l button {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.accordion-item {
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-button:focus {
    border-color: #aaaaaa !important;
    box-shadow: 0 0 0 0.0rem rgba(154, 154, 154, 0.25) !important;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.contact-menu {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    float: left;
    padding-left: 40px;
    margin-bottom: 36px;
    width: 100%;
    margin-top: 12px;
    color: #555555;
}

.disclosure-menu {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    float: left;
    padding-left: 40px;
    margin-bottom: 24px;
    width: 100%;
    margin-top: 12px;
    color: #555555;
}

.modal-content {
    border-radius: 0px !important;
}

.bxbg1 {
    /* background: url(../img/carousel-1.jpg) no-repeat center center/cover; */
    background: no-repeat center center/cover;
    height: 100vh ;
    width: 100% ;
    top: 0px ;
    object-fit: cover;
    object-position: center;
}

.bxbg2 {
    /* background: url(../img/carousel-2.jpg) no-repeat center center/cover; */
    background: no-repeat center center/cover;
    height: 100vh;
    width: 100%;
    top: 0px;
    object-fit: cover;
    object-position: center;
}

.bxbg3 {
    /* background: url(../img/carousel-3.jpg) no-repeat center center/cover; */
    background:no-repeat center center/cover;
    height: 100vh;
    width: 100% ;
    top: 0px ;
    object-fit: cover;
    object-position: center;
}

.bxbg4 {
    /* background: url(../img/carousel-4.jpg) no-repeat center center/cover; */
    background: no-repeat center center/cover;
    height: 100vh ;
    width: 100% ;
    top: 0px ;
    object-fit: cover;
    object-position: center;
}

.liquid_bg {
    /* background: url(../img/liquid_banner.jpg) no-repeat center center/cover; */
    background: no-repeat center center/cover;
    height: 100vh ;
    width: 100% ;
    top: 0px ;
    object-fit: cover;
    object-position: center;
}

.flexicap_bg {
    /* background: url(../img/flexicap_banner.jpg) no-repeat center center/cover; */
    background: no-repeat center center/cover;
    height: 100vh ;
    width: 100% ;
    top: 0px ;
    object-fit: cover;
    object-position: center;
}


.padd-6 {
    padding: 6px !important;
}

.lh-24 {
    line-height: 1.6rem;
}

.x {
    background: url(../img/x.svg) no-repeat !important;

}

.x:hover {
    background: url(../img/x_hover.svg) no-repeat !important;

}

.black_text {
    color: #000000;
}

.map_link {
    color: #000000;
    text-decoration: none;
}

.map_link:hover {
    color: #B84B16;
    text-decoration: none;
}

.hero {
    background-image: url(../img/coming_soon_web.png);
    font-family: "Poppins", sans-serif !important;
    background-size: cover;
    background-color: #ffffff !important;
    color: #757575 !important;
    font-size: 13px;
    text-align: left;
    padding: 16px;
    background-repeat: no-repeat;
}

.hero a {
    color: #757575 !important;
}

.hero a:hover {
    color: #B84B16 !important;
    text-decoration: none;
}

#manu .sd-25 {
    width: 190px;
    font-size: 14px;
}

.text-ul {
    text-decoration: underline;
}

.text-ul:hover {
    text-decoration: none;
    color: #B84B16 !important;
}

.light-grey {
    background-color: #f4f4f4 !important;
}

.bg-purple-700 {
    background-color: #B84B16 !important;
}

.fs-24 {
    font-size: 24px !important;
}

.height100 {
    height: 100%;
}

.pl-50 {
    padding-left: 50px;
}

.fund-header {
    background: url(../img/flexicap_fund_banner.jpg) top left no-repeat;
    background-size: cover;
}

.liquid-header {
    background: url(../img/liquid_fund_banner.jpg) top left no-repeat;
    background-size: cover;
}

th,
td {
    padding: 6px !important;
}

.exp {
    font-size: 50px;
    font-weight: 700;
    color: #757575;
    margin-top: 4px;
}

.card-doc:hover {
    border: 1px solid #B84B16;
}

.card-doc {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 0px;
    margin: 8px 0px;
}

.doc-adjust {
    background-color: #fff8f3;
    padding: 14px;
    border-radius: 6px 6px 0px 0px;
}

.padd10 {
    padding: 10px !important;
}

.padd16 {
    padding: 16px !important;
}

u {
    text-decoration: none !important;
}

#devansh .accordion-item .accordion-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ml-40{
    margin-left: 40px;
}

.ml-60{
    margin-left: 60px;
}

.border1 {
    border: 1px solid #dcdcdc !important;
}

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

.fs-20 {
    font-size: 20px !important;
}

.btn-primary {
    color: #fff;
    background-color: #B84B16;
    border-color: #B84B16;
    padding: 8px 12px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2c3475;
    border-color: #2c3475;
    padding: 8px 12px;
}

.btn-outline-primary {
    color: #B84B16 !important;
    border: solid 1px #B84B16 !important;
    background-color: #ffffff00 !important;
    padding: 8px 12px;
}

.btn-outline-primary:hover {
    color: #ffffff !important;
    border: solid 1px #B84B16 !important;
    background-color: #B84B16 !important;
    padding: 8px 12px;
}

.card-small {
    height: 36px;
    width: 36px;
    display: inline;
    margin: 10px;
}

.ml0-r6 {
    margin-left: 0px !important;
    margin-right: 6px !important;
}

.all-active .modal-backdrop{
    z-index: -1 !important;
}

.card-more {
    font-family: "Poppins", sans-serif !important;
    border: 1px solid #D9D9D9;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    color: #B84B16;
    font-weight: 500;
    padding: 6px;
    display: inline;
}
.card-more:hover {
    font-family: "Poppins", sans-serif !important;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    border-radius: 6px;
    text-align: center;
    color: #B84B16;
    font-weight: 500;
    padding: 6px;
    display: inline;
}

.modal-title{
    color: #000000 !important;
}



.platform-container {
    display: flex;
    align-items: center;
    gap: 12px; /* Space between items */
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.platform-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;  /* Set consistent width */
    height: 36px; /* Set consistent height */
    border-radius: 6px;
    transition: transform 0.2s ease;
    cursor: pointer !important;
}

.platform-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

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

.card-more {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    color: #666;
    border: 1px dashed #ccc;
    cursor: pointer !important
}

.card-more:hover {
    background-color: #eee;
    border-radius: 6px;
}

.card-medium:hover {
    border: 1px solid #B84B16;
    color: #B84B16 !important;
}
.card-medium {
    border: 1px solid #dcdcdc;
    color: #212121 !important;
    border-radius: 6px;
    padding: 10px;
    margin: 8px 0px;
    font-family: "Poppins", sans-serif !important;
}

a:-webkit-any-link {
    cursor: pointer !important;
}


        /* OTP section boxes */
    .otp-section {
      border: 1px dashed #dfdfdf;
      border-radius: 12px;
      padding: 1.25rem;
    }

    .otp-sent-text {
      text-align: center;
      font-size: 0.9rem;
      color: #374151;
      margin-bottom: 1rem;
    }

    .otp-sent-text span {
      color: #212121;
      font-weight: 600;
    }

    /* OTP input boxes */
    .otp-inputs {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 1rem;
    }

    .otp-inputs input {
      width: 48px;
      height: 52px;
      border-radius: 10px;
      border: none;
      background: #e9eaf0;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 700;
      color: #1a1a2e;
      outline: none;
      transition: background 0.2s, box-shadow 0.2s;
    }

    .otp-inputs input:focus {
      background: #ffe2c9;
      box-shadow: 0 0 0 3px rgba(253, 164, 105, 0.2);
    }

    .resend-text {
      text-align: center;
      font-size: 0.83rem;
      color: #6b7280;
    }

    .resend-text a {
      color: #B84B16;
      font-weight: 600;
      text-decoration: none;
    }

    .resend-text a:hover {
      text-decoration: underline;
    }

    .btn-bg{
    border: 0px !important;
    background: #fff !important;
}

#remunerationModal .modal-content {
    height: 90vh;
}

#remunerationModal .modal-body {
    flex: 1;
    padding: 0;
    overflow: hidden;
}

#remunerationIframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#pan {
  text-transform: uppercase;
}

ol, ul {
    padding-left: 1rem !important;
}

/* Visible focus for accordion toggle (keyboard users) */
.accordion-button:focus,
.accordion-button:focus-visible {
  /*outline: 1px solid #B84B16 !important;  High contrast */
  outline-offset: 2px !important; 
  box-shadow: none !important;  /* Override Bootstrap default */
}

/* Optional: match hover and focus styles */
.accordion-button:hover,
.accordion-button:focus,
.accordion-button:focus-visible {
  background-color: #e9f2ff !important; 
}

/* ✅ Fix for 320px viewport */
@media (max-width: 320px) {

  /* Fix horizontal scroll */
  body, html {
    overflow-x: hidden;
    width: 100%;
  }

  /* Fix Hero Section height */
  .home-height {
    min-height: 100vh;
    height: auto;
  }

  /* Fix Logo visibility */
  .navbar-brand img {
    max-width: 120px;
    height: auto;
  }

  /* Fix Hero Title font size */
  .home-height h1,
  .home-height h2 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  /* Fix Hero subtitle */
  .home-height p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  /* Fix Buttons - side by side, smaller */
  .home-height .btn,
  .home-height a.btn {
    padding: 8px 14px;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  /* Fix button container - keep side by side */
  .home-height .d-flex,
  .home-height .btn-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px;
  }

  /* Fix Platform icons row */
  .home-height .platform-icons,
  .home-height .platform-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .home-height .platform-icons img,
  .home-height .platform-logos img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }

  /* Fix any fixed width containers */
  .container,
  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden;
  }

  /* Fix carousel dots */
  .carousel-indicators {
    bottom: 5px;
  }
}

@media (max-width: 700px) {
    h2 {
        font-size: 12px !important;
    }
}


/* Default - All screens */
.home-height {
    min-height: 64vh;
    height: auto;
  }

  @media screen and (min-width: 300px) and (max-width: 375px) {
    .home-height {
        min-height: 145vh;
        height: auto;
      }

      .pad-both {
        padding-left: 0px !important;
    }

    .platform-container {
        gap: 8px;
    }

  }

  @media screen and (min-width: 376px) and (max-width: 767px) {
    .home-height {
        min-height: 120vh;
        height: auto; 
      }
  }

  @media screen and (min-width: 768px) and (max-width: 900px) {
    .home-height {
        min-height: 70vh;
        height: auto; 
      }
  }

 

   

@media (max-width: 576px) {
  select.form-select,
  select.form-control {
    padding-right: 2.5rem !important;    /* space for arrow */
    line-height: 1.4 !important; 
    height: auto !important; 
    white-space: normal !important;      /* allow wrapping */
  }
}

.w-70{
    width: 70% !important;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .1rem #000000 !important;
}

/* =========================================================================
   Footer accessibility (WCAG 2.2 AA)
   - Visual rendering intentionally identical to the previous markup.
   - These rules only normalize the new semantic tags (footer, h3, h4,
     address, ul/li, nav) and add visible focus indicators required by
     SC 2.4.7 Focus Visible and SC 2.4.11 Focus Not Obscured (Minimum).
   ========================================================================= */

/* Screen-reader-only utility (do not display visually, but keep in a11y tree) */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* <footer> is now used instead of <section>; ensure same block layout */
footer.footer-grey {
    display: block;
}

/* Headings inside the footer must look identical to the original <b> labels.
   The previous markup used bold inline text at the inherited 11px / line-height
   1.5 of .footer-color, so neutralize the browser's heading defaults. */
.footer-grey .footer-heading {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

/* <address> renders italic by default; the original markup used a <p>. */
.footer-grey .footer-address {
    font-style: normal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

/* Investor-grievance links were <span class="ftel"> + <br>. The new markup
   uses a real list; strip list-item visuals so the column looks unchanged.
   !important is used to defeat Bootstrap Reboot's `ul { padding-left: 2rem }`
   and any cascade order issues without changing visual output. */
.footer-grey .footer-links,
.footer-grey ul.footer-links {
    list-style: none !important;
    list-style-type: none !important;
    list-style-position: outside !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-inline-start: 0 !important;
    text-align: left;
}

.footer-grey .footer-links > li {
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: 0;
}

.footer-grey .footer-links > li.ftel {
    display: block;
}

.footer-grey .footer-links > li::marker {
    content: "";
}

/* Social-media row was a flex of bare <a> elements; preserve flex layout
   after wrapping each icon in an <li>. */
.footer-grey .footer-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-grey .footer-social-list > li {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

/* Keyboard focus indicators (WCAG 2.4.7 / 2.4.11 / 2.4.13).
   Brand-orange ring at 3:1+ contrast against the light grey footer
   background (#f4f4f4) and against the social-icon border (#aaa). */
.footer-grey a:focus-visible {
    outline: 2px solid #B84B16;
    outline-offset: 2px;
    border-radius: 2px;
    text-decoration: underline;
}

.footer-grey .btn-square:focus-visible,
.footer-grey .btn-outline-light:focus-visible {
    outline: 2px solid #B84B16;
    outline-offset: 3px;
    box-shadow: 0 0 0 .1rem #B84B16;
}

/* Guarantee minimum 24x24 CSS-px target for social icons (SC 2.5.8). The
   existing .btn-square is exactly 24x24; this rule documents the contract
   and keeps it from regressing if .btn-square is changed elsewhere. */
.footer-grey .footer-social-list .btn-square {
    min-width: 24px;
    min-height: 24px;
}

/* Honor users who prefer reduced motion when focusing/hovering links. */
@media (prefers-reduced-motion: reduce) {
    .footer-grey a,
    .footer-grey .btn-outline-light {
        transition: none !important;
    }
}

/* Forced-colors / Windows High Contrast support: keep focus + link colors
   distinguishable when the OS overrides our palette. */
@media (forced-colors: active) {
    .footer-grey a:focus-visible,
    .footer-grey .btn-square:focus-visible {
        outline: 2px solid CanvasText;
        outline-offset: 2px;
    }
}

.footer-li-lh{
    line-height: 20px;
}

.footer-links .ftel {
    line-height: 24px;
}

/* =========================================================================
   Hero carousel CTA focus indicator (WCAG 2.4.7 Focus Visible,
   2.4.11 Focus Not Obscured (Minimum), 1.4.11 Non-text Contrast)
   -------------------------------------------------------------------------
   The "Invest now" / "Read more" buttons inside every slide of the hero
   carousel sit on top of full-bleed banner imagery whose background can be
   dark, mid-tone, or photographic. The site-wide rule
       .btn:focus { box-shadow: 0 0 0 .1rem #000000 !important; }
   above forces a BLACK focus ring on every Bootstrap .btn, which becomes
   invisible against most of those banners.
   This block scopes a WHITE focus ring to CTAs that live inside the hero
   carousel slides, so the keyboard-focus indicator stays visible on every
   slide regardless of the underlying image. Selector covers <a>, <button>
   and Bootstrap .btn elements inside .carousel-caption and inside the
   .row.mt-30 CTA row (the one rendered by RichText), because the CMS may
   emit the CTAs with or without a .btn class.
   The buttons' own background, text colour, padding and layout are NOT
   touched — only the keyboard-focus indicator is recoloured.
   ========================================================================= */
#carouselExampleInterval .carousel-caption a:focus,
#carouselExampleInterval .carousel-caption a:focus-visible,
#carouselExampleInterval .carousel-caption button:focus,
#carouselExampleInterval .carousel-caption button:focus-visible,
#carouselExampleInterval .carousel-caption .btn:focus,
#carouselExampleInterval .carousel-caption .btn:focus-visible,
#carouselExampleInterval .carousel-caption .row.mt-30 a:focus,
#carouselExampleInterval .carousel-caption .row.mt-30 a:focus-visible,
#carouselExampleInterval .carousel-item .carousel-caption a:focus,
#carouselExampleInterval .carousel-item .carousel-caption a:focus-visible {
    outline: 2px solid #ffffff !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 .1rem #ffffff !important;
    border-radius: 2px;
}

/* Forced-colors / Windows High Contrast — defer to system colours so the
   indicator remains visible when the OS palette overrides ours. */
@media (forced-colors: active) {
    #carouselExampleInterval .carousel-caption a:focus-visible,
    #carouselExampleInterval .carousel-caption button:focus-visible,
    #carouselExampleInterval .carousel-caption .btn:focus-visible {
        outline: 2px solid CanvasText !important;
        outline-offset: 3px !important;
        box-shadow: 0 0 0 .1rem CanvasText !important;
    }
}