/********** Template CSS **********/
:root {
    --primary: #b7f6cc;
    --secondary: #E93C05;
    --tertiary: #414142;
    --light: #e4e4e4;
    --dark: #011A41;
}

.mw-80 {
    max-width: 80%;
}

.light-green {
    background-color: #ec7d23;
}

.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: #ec7d23 !important;
    text-decoration: none;
}

.orange-text {
    color: #ec7d23;
}

.footer-color a {
    color: rgba(56, 56, 56, 0.7);
    text-decoration: none;
}

.footer-color a:hover {
    color: #ec7d23;
    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: #ec7d23 !important;
}

ul>li>span {
    color: #424242 !important;
}

.text-justify {
    text-align: justify !important;
}

.blue-text {
    color: #ec7d23 !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: #ec7d23;
    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;
}

.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: #ec7d23;
    border-color: #ec7d23;
    padding: 6px 10px !important;
    border-radius: 2px;
    height: 36px;
}

.blue-button:hover {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
    padding: 6px 10px !important;
    border-radius: 2px;
    height: 36px;
}

.gray-button {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
    padding: 6px 10px !important;
    border-radius: 2px;
    height: 36px;
}

.gray-color {
    border-color: #757575 !important;
}

.gray-button:hover {
    color: #fff;
    background-color: #FBEADB;
    border-color: #FBEADB;
    padding: 6px 10px !important;
    border-radius: 2px;
    height: 36px;
}

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: #ec7d23;
}

.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-primary,
.btn-outline-primary:hover {
    color: #ffffff !important;
}

.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;

    }

}

.home-height {
    height: 64vh;
}




@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 {
background-position-x: 74% !important;
}


    .bxbg1 {
        background-position-x: 100% !important;
    }

    .bxbg3 {
        background-position-x: 74% !important;
    }

    .bxbg2 {
        background-position-x: 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: 0px !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: #b4b5b6 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.accordion-button {
    font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
    color: #ec7d23 !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: #b4b5b6;
    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: #ec7d23;
}


.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: #ec7d23 !important;
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !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: #b4b5b6;
    }
}

@-webkit-keyframes loading_dots {
    from {
        background: #b7f6cc;
    }

    to {
        background: #b4b5b6;
    }
}

@keyframes loading_dots {
    from {
        background: #b7f6cc;
    }

    to {
        background: #b4b5b6;
    }
}

@-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;
}

.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;
}

#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;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}

.bxbg2 {
    background: url(../img/carousel-2.jpg) no-repeat center center/cover;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}

.bxbg3 {
    background: url(../img/carousel-3.jpg) no-repeat center center/cover;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}

.bxbg4 {
    background: url(../img/carousel-4.jpg) no-repeat center center/cover;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}

.liquid_bg {
    background: url(../img/liquid_banner.jpg) no-repeat center center/cover;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}

.flexicap_bg {
    background: url(../img/flexicap_banner.jpg) no-repeat center center/cover;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}


.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: #ec7d23;
    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: #ec7d23 !important;
    text-decoration: none;
}

#manu .sd-25 {
    width: 190px;
    font-size: 14px;
}

.text-ul {
    text-decoration: underline;
}

.text-ul:hover {
    text-decoration: none;
    color: #ec7d23 !important;
}

.light-grey {
    background-color: #f4f4f4 !important;
}

.bg-purple-700 {
    background-color: #ec7d23 !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: #C0C0C0;
    margin-top: 4px;
}

.card-doc:hover {
    border: 1px solid #ec7d23;
}

.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: #ec7d23;
    border-color: #ec7d23;
    padding: 8px 12px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2c3475;
    border-color: #2c3475;
    padding: 8px 12px;
}

.btn-outline-primary {
    color: #ec7d23;
    border: solid 1px #ec7d23 !important;
    background-color: #ffffff00 !important;
    padding: 8px 12px;
}

.btn-outline-primary:hover {
    color: #ffffff;
    border: solid 1px #ffffff !important;
    background-color: #ffffff00 !important;
    padding: 8px 12px;
}