:root {
    --mf-black: #000000;
    --mf-white: #ffffff;
    --mf-blue: #0F96FF;
    --mf-dark-blue: #236ECB;
    --mf-button-blue: #2B0087;
    --mf-blue1: #1781E4;
    --mf-blue2: #1684E2;
    --mf-blue3: #254BFA;
    --mf-blue4: #197CE6;
    --mf-blue5: #1A77E8;
    --mf-blue6: #68B1FC;
    --mf-blue7: #1079CC;
    --mf-blue8: #1095FF;
    --mf-gray: #2E2E2E;
    --mf-gray1: #646464;
    --mf-gray2: #5E5E5E;
    --mf-gray3: #575757;
    --mf-gray4: #707070;
    --mf-gray5: #F2F4FC;
    --mf-rdgray1: #8B41FC1F;
    --mf-rdgray2: #1791FF14;
    --mf-gray6: #EDEDED;
    --mf-gray7: #D4D4D4;
    --mf-gray8: #AEAEAE;
    --mf-font-gray: #818181;
    --mf-purple: #EA00F9;
    --mf-purple1: #5B52EE;
    --mf-orange: #FF9318;
    --mf-yellow: #F2CC35;
    --mf-green: #00AE98;
    --mf-red: #DE0000;
    --mf-font-regular: 'Montserrat_Regular', Arial,sans-serif;
    --mf-font-bold: 'Montserrat_Bold', Arial,sans-serif;
    --mf-font-semibold: 'Montserrat_SemiBold', Arial,sans-serif;
    --mf-font-thin: 'Montserrat_Thin', Arial,sans-serif;
    --mf-font-light: 'Montserrat_Light',Arial,sans-serif;
    --mf-font-medium: 'Montserrat_Medium',Arial,sans-serif;
    --nav-height: 70px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

*,
*::before,
*::after {
    box-sizing: border-box;
}


html {
    font-family: var(--mf-font-regular);
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-resolution: 1.25dppx) and (max-resolution: 1.75dppx) {
    html{
        font-size: 14px;
        line-height: 2;
    }
    @media (min-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1140px;
        }
    }
}
@media (min-zoom: 125%) and (max-zoom: 175%) {
   
    html{
        font-size: 14px;
        line-height: 1.5;
    }
    @media (min-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1140px;
        }
    }
}
@media only screen and (min-width:1200px) and (max-width: 1370px) {
    html{
        font-size: 14px;
        line-height: 1.5;
    }
    :root{
        --menu-width: 230px;
    }
}
@media (min-resolution: 1.25dppx) {
    html{
        font-size: 14px;
        line-height: 1.5;
    }
}
@media only screen and (min-width:2500px){
    html{
        font-size: 18px;
        line-height: 2;
    }
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
    background-color: #828080;
    border: 2px solid #828080;
    border-radius: 5px;
}
body {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--mf-font-gray);
    background-color: var(--mf-white);
    font-family: var(--mf-font-regular);
}
a {
    color: var(--mf-blue);
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: var(--mf-purple);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #222;
}
p {
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-regular);
    margin-bottom: 15px;
    color: var(--mf-font-gray);
}
ul {
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-regular);
    margin-bottom: 15px;
    color: var(--mf-font-gray);
}

ol {
    list-style-type: decimal;
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-regular);
    margin-bottom: 15px;
    color: var(--mf-font-gray);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
.purple-gradient-text{
    background: #e605f9;
    background: -webkit-linear-gradient(270deg, #e605f9 0%, #1684e2 100%);
    background: linear-gradient(270deg, #e605f9 0%, #1684e2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-blue{
    color: var(--mf-blue8);
}
.text-white{
    color: var(--mf-white);
}
/* style for button start */
.btn-primary{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    padding: 10px 15px 10px 20px;
    color: var(--mf-white);
    border-radius: 100px;
    border: 0px;
    background:  linear-gradient(90deg, #1A77E8 0%, #EB00FA 100%) 0% 0% no-repeat padding-box #1A77E8;
    background-size: 100% auto;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    max-height: 55px;
    
}
.btn-white{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    padding: 10px 15px 10px 20px;
    color: var(--mf-blue);
    border-radius: 100px;
    border: 0px;
    background: var(--mf-white);
    background-size: 100% auto;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-secondary{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    padding: 10px 15px 10px 20px;
    color: var(--mf-white);
    border-radius: 100px;
    border: 1px solid var(--mf-button-blue);
    background: var(--mf-button-blue);
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-secondary:hover{
    border: 1px solid var(--mf-button-blue);
    color: var(--mf-button-blue);
    background: var(--mf-white);
}
.btn-primary:hover{
    /* background:  linear-gradient(90deg, #EB00FA 0%, #1A77E8 100%); */
    background-position: right center;
    background-size: 200% auto;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-white:hover{
    background: var(--mf-white);
}
.btn-primary:focus{
    outline: none;
}
.btn-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    gap: .5rem;
}
.btn-text{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    color: var(--mf-white);
}
.btn-icon{
    content: url('data:image/svg+xml,<svg id="Arrow_right" data-name="Arrow right" xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29"><rect id="Arrow_right_Frame_Background_" data-name="Arrow right [Frame Background]" width="29" height="29" fill="none"/><path id="Icon" d="M7.583,0l8.426,8.426L7.583,16.852" transform="translate(6.861 6.019)" fill="none" stroke="%23197ce6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.167"/><path id="Icon-2" data-name="Icon" d="M0,7.583H16.852" transform="translate(6.019 6.861)" fill="none" stroke="%23197ce6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.167"/></svg>');
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.btn-white .btn-icon{
    content: url('data:image/svg+xml,<svg id="Arrow_right" data-name="Arrow right" xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29"><rect id="Arrow_right_Frame_Background_" data-name="Arrow right [Frame Background]" width="29" height="29" fill="none"/><path id="Icon" d="M7.583,0l8.426,8.426L7.583,16.852" transform="translate(6.861 6.019)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.167"/><path id="Icon-2" data-name="Icon" d="M0,7.583H16.852" transform="translate(6.019 6.861)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.167"/></svg>');
    background:  linear-gradient(270deg, #EB00FA 0%, #254BFA 100%) 0% 0% no-repeat padding-box #1A77E8;
}
.btn-white .btn-text{
    color: var(--mf-blue);
}
.btn-primary:hover .btn-icon{
    transform: translateX(3px);
}
.btn-white:hover .btn-icon{
    transform: translateX(3px);
}
/* style for button end */
/* style for top navbar start */
.navbar.mf-nav{
	background-color: var(--mf-white);
    padding: 0px 0px;
    transition: all 0.8s ease-out;
    min-height: 80px;
}
.navbar.mf-nav.sticky-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.navbar.mf-nav .navbar-brand img{
	max-width: 280px;
    width: 280px;
}
.navbar.mf-nav .navbar-right{
	display: flex;
	align-items: center;
}
.navbar.mf-nav  .navbar-brand{
	padding: 0px;
}
.navbar.mf-nav .navbar-nav .nav-item{
	padding: 0px 13px;
}
.navbar.mf-nav .navbar-nav .nav-link{
	font-size: 0.9rem;
	font-family: var(--mf-font-semibold);
	color: var(--mf-gray4);
	padding: 0px 0px;
}
.navbar.mf-nav .navbar-nav .nav-link:hover, .navbar.mf-nav .navbar-nav .nav-link.active{
	background: #eb00fa;
	background: -webkit-linear-gradient(180deg, #eb00fa 0%, #1a77e8 100%);
	background: linear-gradient(180deg, #eb00fa 0%, #1a77e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar.mf-nav .navbar-right .nav-item:last-child{
	padding-right: 0px;
}
.navbar.mf-nav  .btn-primary.btn-login{
	font-size: 1rem;
	padding: 8px 30px;
}
.navbar.mf-nav .btn-search:hover svg path{
	fill: var(--mf-blue);
}
/* style for sm band start */
.nav-socialmedia-band{
	padding: 12px 0px;
	background: #c9b8fe;
	background: -webkit-linear-gradient(90deg, #c9b8fe 0%, #bf7deb 100%);
	background: linear-gradient(90deg, #c9b8fe 0%, #bf7deb 100%);
}
.nav-socialmedia-band .container{
	display: flex;
}
.sm-band{
	display: flex;
	align-items: center;
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	margin-left: auto;
}
.sm-band .sm-item{
	padding: 0px 5px;
}
.sm-band .sm-item .sm-link{
	border: 1px solid var(--mf-white);
	width: 26px;
	height: 26px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.1s ease-in-out;
}
.sm-band .sm-item .sm-link svg{
	width: 18px;
	height: 18px;
}
.sm-band .sm-item .sm-link svg path{
	fill: var(--mf-white);
    transition: all 0.1s ease-in-out;
}
.sm-band .sm-item .sm-link:hover{
	border: 1px solid var(--mf-purple1);
}
.sm-band .sm-item .sm-link:hover svg path{
    fill: var(--mf-purple1);
}
.navbar.mf-nav .btn-search.search-for-mob{
    display: none;
 }
 .mobile-action-icons{
    display: none;
    flex-wrap: inherit;
    align-items: center;
    gap: 20px;
}
@media (max-width: 1400px) {
    .navbar.mf-nav .navbar-brand img {
        max-width: 180px;
    }
    .navbar.mf-nav .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
    .navbar.mf-nav .btn-primary.btn-login {
        font-size: 0.8rem;
        padding: 8px 15px;
    }
}
/* style for sm band end */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .navbar-collapse{
        position: absolute;
        top: 75px;
        max-height: 100vh;
        z-index: 1020;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
        padding: 15px;
    }
    .navbar.mf-nav .navbar-right {
        display: flex;
        align-items: flex-start;
    }
    .navbar.mf-nav .navbar-nav .nav-item {
        padding: 10px 15px;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar.mf-nav .btn-search.search-for-mob{
       display: block;
    }
    .navbar.mf-nav .btn-search.search-for-desktop{
       display: none;
    }
    .mobile-action-icons{
        display: flex;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse{
        position: absolute;
        top: 75px;
        max-height: 100vh;
        z-index: 1020;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.3);
        padding: 15px;
    }
    .navbar.mf-nav .navbar-right {
        display: flex;
        align-items: flex-start;
    }
    .navbar.mf-nav .navbar-nav .nav-item {
        padding: 10px 15px;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar.mf-nav .btn-search.search-for-mob{
        display: block;
     }
     .navbar.mf-nav .btn-search.search-for-desktop{
        display: none;
     }
     .mobile-action-icons{
        display: flex;
    }
}

/* style for top navbar end */
/* style for footer start */
.demo-card-wrapper{
    background-color: var(--mf-white);
    border-radius: 10px;
    padding: 16px 15px;
    max-width: 1165px;
    margin: 0 auto;
    transform: translateY(50px);
}
.demo-card-wrapper .demo-card-content{
    background: url(../images/footer-card-bg.jpg) no-repeat var(--mf-blue6);
    background-size: cover;
    background-position: center center;
    padding: 40px 60px;
    display: flex;
    flex-direction: row;
}
.demo-card-wrapper .demo-card-content .demo-card-title{
    font-size: 1.67rem;
    line-height: 1.5;
    font-family: var(--mf-font-medium);
    color: var(--mf-gray);
    margin-bottom: 20px;
    max-width: 85%;
}
.demo-card-wrapper .demo-card-content .demo-des{
    font-size: 1rem;
    line-height: 1.5;
    color: var(--mf-gray2);
    margin-bottom: 40px;
}
.demo-card-wrapper .demo-card-content .demo-card-item{
    flex: 0 0 auto;
}
.demo-card-wrapper .demo-card-content .item-left{
    width: 70%;
    margin-right: 30px;
}
.demo-card-wrapper .demo-card-content .item-right{
    width: 30%;
}
.demo-card-wrapper .demo-card-content .item-right img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.mf-footer{
	background: var(--mf-black);
	padding-top: 120px;
}
.mf-footer .brand-logo img{
	max-width: 280px;
	width: 280px;
}
.mf-footer  .brand-deatils{
	padding: 50px 0px;
	max-width: 470px;
}
.mf-footer p{
	color: var(--mf-white);
	font-size: 1rem;
	margin-bottom: 0px;
}
.mf-footer .sm-band{
	margin-bottom: 20px;
}
.mf-footer  .footer-disclimer-wrapper{
	padding: 20px 15px;
	text-align: center;
}
.mf-footer  .footer-disclimer-wrapper .footer-disclimer{
	font-size: 0.8rem;
	color: var(--mf-white);
	margin-bottom: 0px;
}
.mf-footer  .footer-ruler{
	padding-top: 30px;
	padding-bottom: 10px;
}
.mf-footer  .footer-ruler hr{
	border-top: 1px solid var(--mf-white);
	margin: 0px;
}
.mf-footer  .menu-title{
	font-size: 1.2rem;
	color: var(--mf-white);
	font-family: var(--mf-font-bold);
	margin-bottom: 30px;
}
.mf-footer .mf-footer-menu{
	padding-left: 20px;
	list-style: none;
}
.mf-footer .mf-footer-menu .footer-menu-link{
	color: var(--mf-white);
	margin-bottom: 20px;
	font-size: 0.8rem;
	position: relative;
}
.mf-footer .mf-footer-menu .footer-menu-link:hover{
    color: var(--mf-blue);
}
.mf-footer .mf-footer-menu .footer-menu-link::before{
	content: "-";
	color: var(--mf-white);
	font-size: 0.8rem;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.fixed-page-btn{
    position: fixed;
    right: -40px;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
}
.fixed-page-btn.btn-secondary{
    font-size: 1.4rem;
    padding: 15px 60px;
    font-family: var(--mf-font-medium);
    z-index: 1019;
}
.footer-contition-wrapper{
    padding-top: 30px;
    text-align: center;
}
.footer-contition-wrapper .footer-contition{
    font-size: 0.8rem;
    color: var(--mf-white);
    margin-bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .demo-card-wrapper .demo-card-content{
        padding: 40px 30px;
        flex-direction: column;
    }
    .demo-card-wrapper .demo-card-content .item-left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    .demo-card-wrapper .demo-card-content .item-right{
        width: 100%;
    }
    .demo-card-wrapper{
        max-width: 96%;
    }
    .mf-footer .sm-band{
        margin-bottom: 40px;
       justify-content: center;
    }
    .mf-footer .menu-title{
        margin-bottom: 15px;
    }
    
    .mf-footer .brand-deatils {
        padding: 40px 0px;
        text-align: center;
    }
    .navbar.mf-nav .navbar-brand img {
        max-width: 200px;
    }
    .mf-footer .brand-logo img {
        max-width: 200px;
        margin: 0 auto;
    }
    .fixed-page-btn.btn-secondary {
        top: unset;
        bottom: 0px;
        transform: rotate(0deg);
        left: 0px;
        right: 0px;
        border-radius: 0px;
        font-size: 1.2rem;
        padding: 15px 15px;
    }
    .mf-footer .footer-disclimer-wrapper{
        padding-bottom: 75px;
    }
    .mf-footer .mf-footer-menu-wrapper{
        width: 50%;
    }
    .mf-footer-menu-container{
        max-width: 360px;
        margin: 0 auto;
    }
    .demo-card-wrapper .demo-card-content .demo-card-title{
        text-align: center;
        max-width: 100%;
        font-size: 1.3rem;
    }
    .demo-card-wrapper .demo-card-content .demo-des{
        text-align: center;
    }
}
@media screen and (min-width: 0px) and (max-width: 360px) {
    .navbar.mf-nav .navbar-brand img {
        max-width: 190px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .demo-card-wrapper{
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .demo-card-wrapper{
        max-width: 960px;
    }
}
@media (min-resolution: 1.25dppx) and (max-resolution: 1.75dppx) {
    .navbar.mf-nav .navbar-brand img {
        max-width: 250px;
    }
    .mf-footer .brand-logo img {
        max-width: 250px;
    }
}
@media (min-zoom: 125%) and (max-zoom: 175%) {
   
    .navbar.mf-nav .navbar-brand img {
        max-width: 250px;
    }
    .mf-footer .brand-logo img {
        max-width: 250px;
    }
}
/* style for footer end */
.sec-space{
    margin: 50px 0px;
}
.sec-space.last-sec-space{
    margin-bottom: 0px;
}
.sec-space-inside{
    padding: 50px 0px;
}
.content-title{
    font-size: 2.1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    color: var(--mf-black);
    margin-top: 0px;
    margin-bottom: 20px;
}
.content-sub-title{
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    color: var(--mf-black);
    margin-top: 0px;
    margin-bottom: 20px;
}
.common-hero-banner{
    background: url(../images/aboutus-banner.png) no-repeat #1684E2;
	background-size: cover;
	background-position: center center;
	width: 100%;
	min-height: 248px;
	display: flex;
	align-items: center;
}
.kicker-ttile{
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: var(--mf-font-regular);
    color: var(--mf-black);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}
.pre-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1022;
}
.pre-loader .loader-wrapper{
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-flow: row wrap;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3px;
} 
.pre-loader .loader-wrapper .box{
    width: 50%;
    height: 50%;
    flex: 50%;
    transition: 0.5s;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.pre-loader .loader-wrapper .box:nth-child(1){
    animation: load 1s infinite;
}

.pre-loader .loader-wrapper .box:nth-child(2){
    animation: load2 1s infinite;
    animation-delay: 0.2s;
}

.pre-loader .loader-wrapper .box:nth-child(3){
    animation: load3 1s infinite;
    animation-delay: 0.7s;
}

.pre-loader .loader-wrapper .box:nth-child(4){
    animation: load4 1s infinite;
    animation-delay: 0.5s;
}

@keyframes load {
    0% { background: rgba(234, 0, 249, 0); }
    30% { background: rgb(234, 0, 249); }

    100% { background: rgba(234, 0, 249, 0); }
}

@keyframes load2 {
    0% { background: rgba(91, 82, 238, 0); }
    30% { background: rgb(91, 82, 238); }

    100% { background: rgba(91, 82, 238, 0); }
}

@keyframes load3 {
    0% { background: rgba(255, 147, 24, 0); }
    30% { background: rgb(255, 147, 24); }

    100% { background: rgba(255, 147, 24, 0); }
}

@keyframes load4 {
    0% { background: rgba(242, 204, 53, 0); }
    30% { background: rgb(242, 204, 53); }

    100% { background: rgba(242, 204, 53, 0); }
}
.nodata-text{
    color: var(--mf-red);
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: var(--mf-font-medium);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .content-title{
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .content-sub-title{
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .container{
        padding-right: 20px;
        padding-left: 20px;
    }
}
textarea {
    resize: none;
}
/* style for 404 page start */
.f-n-f-content{
    max-width: 550px;
    margin: 80px auto;
    text-align: center;
}
.f-n-f-content .f-n-f-image{
    max-width: 90%;
    margin: 0px auto;
}
.f-n-f-content .content-title{
    font-size: 3.3rem;
    line-height: 1.5;
    color: var(--mf-black);
    margin: 80px 0px 10px;
    font-family: var(--mf-font-bold);
}
.f-n-f-content p{
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--mf-black);
    font-family: var(--mf-font-medium);
    margin-bottom: 0px;
}
.page-start-top-space{
    margin-top: 80px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .f-n-f-content .content-title{
        font-size: 2rem;
        margin-top: 50px;
    }
    .f-n-f-content p{
        font-size: 1rem; 
    }
}
/* style for 404 page end */
.text-danger, .error{
    font-size: 0.8rem;
    color: var(--mf-red);
}
.font-weight-bold{
    font-weight: bold;
}