
@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-Bold.woff2') format('woff2'),
        url('fonts/Degular-Bold.woff') format('woff'),
        url('fonts/Degular-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-BlackItalic.woff2') format('woff2'),
        url('fonts/Degular-BlackItalic.woff') format('woff'),
        url('fonts/Degular-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-Black.woff2') format('woff2'),
        url('fonts/Degular-Black.woff') format('woff'),
        url('fonts/Degular-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-Light.woff2') format('woff2'),
        url('fonts/Degular-Light.woff') format('woff'),
        url('fonts/Degular-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-BoldItalic.woff2') format('woff2'),
        url('fonts/Degular-BoldItalic.woff') format('woff'),
        url('fonts/Degular-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-MediumItalic.woff2') format('woff2'),
        url('fonts/Degular-MediumItalic.woff') format('woff'),
        url('fonts/Degular-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-Medium.woff2') format('woff2'),
        url('fonts/Degular-Medium.woff') format('woff'),
        url('fonts/Degular-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-Regular.woff2') format('woff2'),
        url('fonts/Degular-Regular.woff') format('woff'),
        url('fonts/Degular-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-LightItalic.woff2') format('woff2'),
        url('fonts/Degular-LightItalic.woff') format('woff'),
        url('fonts/Degular-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-RegularItalic.woff2') format('woff2'),
        url('fonts/Degular-RegularItalic.woff') format('woff'),
        url('fonts/Degular-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-SemiBold.woff2') format('woff2'),
        url('fonts/Degular-SemiBold.woff') format('woff'),
        url('fonts/Degular-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-ThinItalic.woff2') format('woff2'),
        url('fonts/Degular-ThinItalic.woff') format('woff'),
        url('fonts/Degular-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-Thin.woff2') format('woff2'),
        url('fonts/Degular-Thin.woff') format('woff'),
        url('fonts/Degular-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Degular-SemiBoldItalic.woff') format('woff'),
        url('fonts/Degular-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


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

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

.light-green{
    background-color: #b7f6cc;
}
.padd-l-0{
    padding-left: 0px !important;
}

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

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

.mr-24{

    margin-right: 24px !important;
}

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

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

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

.padd12{
        padding: 12px !important;
    }

.padd10{
        padding: 10px !important;
    }

.p-xy12{
    padding: 12px;
}

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

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

#cm-link a{
color: #5f13ca!important;
}

#cm-link a:hover{
color: #1fb369!important;
text-decoration: underline !important;
}

.footer-color a{
    color: #ffffff;
    text-decoration: none;
        font-size: 13px;
}

.footer-color a:hover{
    color: #1fb369;
    text-decoration: none;
        font-size: 13px;
}

.d_link{
    color: #ffffff !important;
    text-decoration:underline !important;
}

.d_link:hover{
    color: #1fb369 !important;
    text-decoration:none !important;
}

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

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



.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;
}
*/
.iframeClass {
    width: 100%;
    height: 100vh;
    border: none;
    margin: 0;
    padding: 0;

}

body{
    background: #383838 ;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color:#000000 !important;
    overflow-x: hidden;

}

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

.carousel-inner{
border-radius: 12px;
}

.more-button {
    color: #b4b5b6;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
}

.more-button:hover {
    color: #5f13ca;
}

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

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

.text-justify {
    text-align: justify !important;
}
.blue-text{
    color:#1fb369!important;
}

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

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

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

.m-pl-60{
    padding-left: 60px;
}


.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: #1fb369;
    text-decoration: none;
}

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

.ellipsis-60{
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.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;
}

.fund_m_text{
        font-size: 20px;
    }

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

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

.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-60{
    margin-bottom: 60px !important;
}

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

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

.cm_hero_bg{
    background: url(../img/HeroBanner.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
}

.liquid_bg{
    background: url(../img/liquidBanner.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
}

.vigilance_bg{
    background: url(../img/VigilanceBanner.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
}

.cm_fund_bg{
    background: url(../img/FundBanner.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
}

.blue-button{
    color: #fff;
    background-color: #4c39ba;
    border-color: #4c39ba;
    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: #b7f6cc;
    border-color: #b7f6cc;
    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: "Degular", sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

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

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

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

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

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

.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: "Degular", 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) {

    

    .footer-b {
        position: relative !important;
    }

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

    .bxbg3{
        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: -22rem !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: 22px 12px;
        position: fixed !important;
        z-index: 9;
        background-color: #ffffff;
    }

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

    .col1-pad-both {
        padding: 120px 30px 10px 20px !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: 22px !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: 34px !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;
    }

    .footer-b {
        position: relative !important;

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

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


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

    .m-padd2{
        padding-top: 5rem !important;
        padding-left: 0px !important;
    }

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

    .pr-0{
        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: 24px !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: 84px;
    padding: 0px !important;
    left: 20px;
    right: 0;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
    width: 50%;
    margin: 28px;
    
}

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

.img-fluid {

    border-radius: 8px 8px 0px 0px !important;
}

.padd-4030 {
    padding: 30px 30px 30px 40px;
}

.m-ml-30{
    margin-left: -30px;
}


.table_border {
    border: 1px solid #b7b7b7 !important;
}

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

@media (min-width:769px) {
    .fixed-logo-element{
    display: none !important;

}
}

.marquee{
    position: fixed;
    font-size: 12px;
    width: 100%;
    padding: 6px;
    }

@media (max-width: 768px) {

    .marquee{
    position: fixed;
    font-size: 12px;
    width: 100%;
    padding: 6px;
    margin-top: -24px;
    }

   .d-menu-element{
    display: none !important;
   }

   .m_mr_menu{
    margin-right: 10px
   }

   #manu .sd-25{
    width: 150px !important;
}

   .m-ml-30{
    margin-top: -80px !important;
}

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

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



   .m-pl-60{
    padding-left: 30px;
    }

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

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

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

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

.mp-element{
    padding-left: 30px !important;
}

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

.padd-10030 {
    padding: 70px 30px 30px 30px !important;
}

   .deepak-shenoy{
  background-image: url('../img/m-Deepak-CEO.png') !important;
    height: 236px !important;
    margin-top: -124px !important;
   }

     #veeru_subHead{
       display: none !important;  
    }

    .m_logo{
        width: 55% !important;
        margin-left: 12px !important;
    }

    .fixed-element {
        background-color:#fff;
        width: calc(100% - 36px);
        float: right;
        position: fixed;
        z-index: 999;
        right: 8px;
        height: 68px;
        }
    .m-carousel-element{
        margin-top: 90px;
    }

    .home-head {
    padding-bottom: 10px !important;
}

    .mobile-menu{
    width: 100% !important;
    }

    .liquid_bg{
    background: url(../img/liquidMobile.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
   }

    .cm_hero_bg{
    background: url(../img/HeroBGbobile.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
   }

   .vigilance_bg{
    background: url(../img/VigilanceMobile.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
   }

    .cm_fund_bg{
    background: url(../img/FundBGmobile.png) no-repeat center center/cover !important;
    height: 441px !important;
    width: 100% !important;
    }


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

    .major-card {
    width: 360px !important;
    margin-top: 20px !important;
    }

    .chess{
      display: none !important;   
    }

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

    .padd-5030 {
    padding: 30px 30px 30px 30px !important;
}

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

.padd-4030 {
    padding: 30px 20px 30px 20px;
}

    .padd-30 {
    padding: 20px !important;  
}

    .shanvi{
        display: none !important; 
    }

    .b-right {
    border-right: 0px solid #e0e0e0 !important;
    text-align: center !important;
    margin-bottom: 14px !important;
}

    .div-wrapper{
        display: none !important; 
    }

    .hf{
        display: none !important; 
    }

    .devansh{
      padding-right: 40px !important;
    margin-top: 112px !important;  
    }

    .w-120{
    width: 100px !important;
}

	.carousel-caption {
		/* bottom: 312px; */
        width: 288px !important;
        margin: 20px !important;
        display: inline;
        top: 0px !important;
        left: 0px !important;
	}

    .carousel-indicators {
        margin-bottom: 1rem !important;
    }

    .b_font{
    font-size: 18px !important;
    }

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

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

.fund-header {
    /* padding-top: 12rem;
    padding-bottom: 6rem; */
    background: url(../img/bg-pattern.png) 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 {
    color: #4A08A6 !important;
    border: 1px solid #4A08A6 !important;
    border-radius: 6px !important;
    font-weight: 500 !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: #B7F6CC !important;
    border-color: #B7F6CC !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: "Degular", sans-serif !important;
    text-transform: uppercase !important;
    padding-left: 0px !important;
    font-size: 14px !important;
}

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

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

}

.purple_color{
    color: #5f13ca !important;
}

.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: #1fb369!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: #1fb369;
}


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

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

.fw-400{
    font-weight: 400 !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-12{
    padding-left: 12px ;
    padding-right: 12px ;
}

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

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

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

.mtb20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-40{
    margin-top: 40px;
    margin-bottom: 40px;
}

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

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

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

.fs-24{
    font-size: 24px !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-12{
    font-size: 12px !important;
}

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


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

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

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

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

.h-200{
    height: 200px !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 ;
} */

.carousel-indicators {
 
    right: 60%;
 
}
.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;
  padding-right: 0px;
}

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

.border-ani, .home-footer, .linkBorder {
    position: relative;
}
.hlogo-header {
    padding: 30px 0 20px 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: #1fb369!important;
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
}

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

.footer-color {
    font-size: 13px;
    line-height: 1.5;
}
.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: #0F0221 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: 174px;
    padding-left: 137px;
    padding-right: 60px;
    width: 80%;
}

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

.padd-30{
    padding: 30px;
}

.padd-40{
    padding: 40px;
}
.w-120{
    width: 120px;
}

.w-100{
    width: 100px;
}



::placeholder{
    color:#ffffff !important;
}

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

.cm-form{
    border-radius: 4px;
    margin-left: 0px;
}

.cm-form input{
     background-color: #9A6FD7 !important;
     border: 0px !important;
     color: #ffffff !important;
     border-radius: 6px !important;
}

.cm-form select{
     background-color: #9A6FD7 !important;
     border: 0px !important;
     border-radius: 6px !important;
}

.cm-form option{
     background-color: #ffffff !important;
     
}

.cm-butt{
    height: 36px !important;
    border-radius: 6px !important;
}

.hf{
    position: relative;
    height: 86%;
}

.hf img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.div-wrapper{
    position: relative;
    height: 100%;
}

.div-wrapper img {
    position: absolute !important;
    right: 0;
    bottom: 0;
}

.padd-5030{
    padding: 30px 30px 30px 50px;
}

.quote_font{
    font-size: 18px;
    line-height: 22px;
}

.padd-10030{
    padding: 70px 30px 30px 50px;
}

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

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

.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 1rem 1rem 1rem !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: 20px;
    margin-bottom: 36px;
    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 !important;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}
.bxbg2 {
	background: url(../img/carousel-2.jpg) no-repeat center center/cover !important;
    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 !important;
    height: 100vh !important;
    width: 100% !important;
    top: 0px !important;
}

/* Home page css start */

.subHead{
    background-color: #011E17;
}

#veeru_subHead button.btn {
    color: #fff;
    text-decoration: none;
}

#veeru_subHead button.btn.btn-link:hover {
    color: #fff;
    text-decoration: underline;
}

.home-head{
        padding-top: 26px;
        padding-bottom: 20px;
    }

  

.HomelogoLeftAnimation{
    -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;
}
.HomelogoLeftAnimation {
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.HomelogoLeftAnimation {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}


.btn-primary {
    color: #fff;
    background-color: #4A08A6;
    border-color: #4A08A6;
    border-radius: 6px;
    /* background: -webkit-linear-gradient(to right, #4A08A6, #761FF0); 
    background: linear-gradient(to right, #4A08A6, #761FF0);  */
}

.cm-gradient-bg{
    background: -webkit-linear-gradient(to right, #4A08A6, #761FF0); 
    background: linear-gradient(to right, #4A08A6, #761FF0);
}

.cm-bg{
background-color: #4A08A6;
}

.footer-bg{
background-color: #180640;
}


.btn-primary:hover {
    color: #fff;
    background-color: #761FF0 !important;
    border-color: #761FF0 !important;
    border-radius: 6px;
}

.btn-outline-primary {
    color: #4A08A6;
    border-color: #4A08A6;
    border-radius: 6px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #761FF0 !important;
    border-color: #761FF0 !important;
    border-radius: 6px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
}

.btn-light {
    color: #761FF0;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-weight: 600 !important;
}

.plus{
    height: 90px;
    line-height: 75px;
}

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

.major-card{
    margin: 0px auto;
    border-radius: 12px;
    margin-top: -30px;
    z-index: 99999999;
    position: relative;
    padding: 12px;
    width: 578px;
}

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

.card-more{
    border: 1px solid #D9D9D9;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
    color: #5e12c9;
    font-weight: 600;
    padding: 8px;
    display: inline;
}

.b-right{
    border-right: 1px solid #e0e0e0;
}

.card-more:hover{
   border: 1px solid #F2E9FE;
    background-color: #F2E9FE;
    border-radius: 4px;
    text-align: center;
    color: #5e12c9;
    font-weight: 600;
    padding: 8px;
    display: inline;
}


.card-more a {
    color: #5f13ca;
    text-decoration: none;
}

.card-more a:hover{
    color: #5f13ca;
    text-decoration: none;
}

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

.card-medium:hover{
    border: 1px solid #5f13ca;
}

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

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

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

.modal-header {

    padding: 1rem 2rem 0rem 2rem !important;
    border-bottom: 0px solid #eeeeee !important;
}

.modal-body {
    padding: 0rem 2rem 2rem 2rem !important;
}

.label-cm{
    font-size: 16px;
    margin-bottom: .2rem;
}

.mr-6{
    margin-right: 6px;
}


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

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



.value-cm{
   font-size: 16px;
    font-weight: 600;
}

.clearfix{
    clear: both !important;
}

.rounded-12{
    border-radius: 12px;
}

.fund-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #4A08A6;
    font-weight: 600;
    background-color: #fff;
    border-color: #ffffff #ffffff #4A08A6;
    border-bottom: solid 3px #4A08A6;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    border-color: #e9ecef #e9ecef #dee2e6; 
    border: 0px solid #e9ecef !important;
    isolation: isolate;
    color: #4A08A6 !important;
}

.btn-link {
    font-weight: 600;
    color: #4A08A6;
    text-decoration: none;
}

.btn-link:hover {
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}


.btn-link1 {
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    padding-left: 0px;
    padding-top: 0px;
}

.btn-link1:hover {
    font-weight: 600;
    color: #4A08A6;
    text-decoration: none;
    padding-left: 0px;
    padding-top: 0px;
}

#veeru a:hover {
    color: #333333;
}

.c-symbol{
  background-image: url('../img/c-symbol.svg');
  background-repeat: no-repeat; 
  background-size: contain;
  background-position: top left;
}

.deepak-shenoy{
  background-image: url('../img/Deepak-CEO.png');
  background-repeat: no-repeat; 
  background-size: contain;
    background-position: top right;
    width: 100%;
    height: 100%;
}

.footer-pattern{
  background-image: url('../img/footer-pattern.svg');
  background-repeat: no-repeat; 
  background-size: contain;
  background-position: top right;
}

.bg-pattern{
  background-image: url('../img/bg-pattern.png');
  background-color: #CFFFE4;
  background-repeat: no-repeat; 
    background-size: cover;
    background-position: top center;
}



.read-more{
    border: 1px solid #D9D9D9;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
    color: #5e12c9;
    font-weight: 600;
    padding: 8px;
        margin: 8px 0px;
}



.read-more:hover{
   border: 1px solid #F2E9FE;
    background-color: #F2E9FE;
    border-radius: 4px;
    text-align: center;
    color: #5e12c9;
    font-weight: 600;
    padding: 8px;
        margin: 8px 0px;
    
}


.read-more a {
    color: #5f13ca;
    text-decoration: none;
}

.read-more a:hover{
    color: #5f13ca;
    text-decoration: none;
}


.font-stroke{

    color: #ffffff;
  -webkit-text-stroke: 4px #4A08A6;
}

.accordion-collapse{
    margin-bottom: 8px !important; 
}

.cm-34-text{
    font-size: 34px;
    font-weight: 500;
}

.cm-color{
    color: #4A08A6;
}

.padd-3050{
    padding: 30px 50px 30px 50px;
}

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

}

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

}

.cm_link a{
    color: #5f13ca !important;
}

.cm_link a:hover{
    color: #333333 !important;
    text-decoration: underline !important;
}

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

.nfo{
     background-image: url('../img/nfo.svg');
  background-repeat: no-repeat; 
    background-position: top right;
}

/* Home page css end */