:root {
    --mf-black: #000000;
    --mf-black1: #444444;

    --mf-white: #ffffff;
    --mf-white1: #F8FBFF;

    --mf-dark-blue: #236ECB;
    --mf-button-blue: #2B0087;

    --mf-blue: #0F96FF;
    --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-blue9: #2F80FE;
    --mf-blue10: #E3EEFE;
    --mf-blue11: #F0F8FF;
    --mf-blue12: #008EFF;
    --mf-blue13: #C6C6C6;
    --mf-blue14: #0F95FF;
    --mf-blue15: #EDF4FF;
    --mf-blue16: #6DBEFF;
    --mf-blue17: #2587FE;
    --mf-blue18: #62BAFF;

    --mf-gray: #2E2E2E;
    --mf-gray1: #646464;
    --mf-gray2: #5E5E5E;
    --mf-gray3: #575757;
    --mf-gray4: #707070;
    --mf-gray5: #F2F4FC;
    --mf-gray6: #DDDDDD;
    --mf-gray7: #FFFDED;
    --mf-gray8: #EDEDED;
    --mf-gray9: #4A4D6A;
    --mf-gray10: #626478;
    --mf-gray11: #626161;
    --mf-gray12: #B6B6B6;
    --mf-gray13: #656565;
    --mf-gray14: #DDE6FF;
    --mf-gray15: #F3F6FE;
    --mf-gray16: #F5F5F5;
    --mf-gray17: #e9e9e9;
    --mf-gray18: #cccccc;

    --mf-rdgray1: #8B41FC1F;
    --mf-rdgray2: #1791FF14;
    --mf-font-gray: #818181;

    --mf-purple: #EA00F9;
    --mf-purple1: #5B52EE;
    --mf-purple2: #9576F8;
    --mf-purple3: #B326FB;

    --mf-orange: #FF9318;
    --mf-yellow: #F2CC35;
    --mf-yellow1: #FFCE0B;

    --mf-green: #00AE98;
    --mf-green1: #05A850;
    --mf-green2: #12CD95;
    --mf-green3: #197903;

    --mf-pink: #FAF2FF;

    --mf-orange: #FF7A00;

    --mf-red: #DE0000;
    --mf-red1: #FF2626;
    --mf-grayb5: #B5B5B5;
    --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;
    --mf-sidenav-width: 300px;
    --mf-sidenav-mini-width: 110px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

*,
*::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-zoom: 125%) and (max-zoom: 175%) {
   
    html{
        font-size: 14px;
        line-height: 1.5;
    }
}
@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 15px;
    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 15px;
    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 15px;
    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: 20px 0px;
    transition: all 0.8s ease-out;
}
.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: 330px;
    width: 330px;
}
.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 15px;
}
.navbar.mf-nav .navbar-nav .nav-link{
	font-size: 1rem;
	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: 228px;
	}
	.navbar.mf-nav .navbar-nav .nav-link {
		font-size: 0.9rem;
	}
	.navbar.mf-nav .btn-primary.btn-login {
		font-size: 0.9rem;
		padding: 8px 25px;
	}
}
/* 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: 330px;
	width: 330px;
}
.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: 40px;
}
.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: -81px;
    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;
}
@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: 75px;
}
@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);
}
.no-border{
    border: unset;
}
.hr-line-top{
    border-top: 1px solid var(--mf-grayb5);
    margin: 15px 0px;
}
.hr-line-bottom{
    border-bottom: 1px solid var(--mf-grayb5);
    margin: 15px 0px;
}

.color-green{color: var(--mf-green)!important;}
.color-red1{color: var(--mf-red1)!important;}
.color-black{color: var(--mf-black)!important;}
.color-yellow{color: var(--mf-yellow1)!important;}
.color-white{color: var(--mf-white)!important;}
.color-gray{color: var(--mf-font-gray)!important;}

.btn-blue{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    background-color: var(--mf-blue11);
    text-align: center;
    color: var(--mf-black);
}
.btn-green{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    background-color: var(--mf-green);
    color: #ffffff;
    text-align: center;
    width: fit-content;
}
.btn-lightgray{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    background-color: var(--mf-gray7);
    text-align: center;
}
.btn-green:hover{
    color: var(--mf-white);
    background-color: var(--mf-green2)
}
.btn-lightgray:hover{
    color: var(--mf-black);
    background-color: var(--mf-gray8)
}
.btn-blue:hover{
    color: var(--mf-black);
    background-color: var(--mf-blue10)
}

.sec-space-top1{ margin-top: 1rem!important }
.sec-space-top2{ margin-top: 2rem!important }
.sec-space-bottom1{ margin-bottom: 1rem!important }
.sec-space-bottom2{ margin-bottom: 2rem!important }

.btn-gradient-border{
    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: 1px solid ;
    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;
    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;
}
.btn-gradient-border:hover{
    color: var(--mf-green);
    border: 1px solid var(--mf-green);
    background-color: var(--mf-white);
    -webkit-text-fill-color: unset!important;
}
.bg-pink{ background-color: var(--mf-pink); }
.bg-blue15{ background-color: var(--mf-blue15); }

.btn-dark-green{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-green1);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-white);
}
.btn-dark-green:hover{
    color: var(--mf-white);
    background-color: var(--mf-green2)
}
.btn-dark-blue{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-blue);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-white);
}
.btn-dark-blue:hover{
    color: var(--mf-white);
    background-color: var(--mf-blue2)
}
.btn-light-blue{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-blue16);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-white);
}
.btn-light-blue:hover{
    color: var(--mf-white);
    background-color: var(--mf-blue8);
}
.btn-orange{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-orange);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-white);
}
.btn-orange:hover{
    color: var(--mf-white);
    background-color: var(--mf-yellow)
}
.btn-purple{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-purple2);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-white);
}
.btn-purple:hover{
    color: var(--mf-white);
    background-color: var(--mf-purple1)
}
.btn-yellow{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-yellow1);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-black);
}
.btn-yellow:hover{
    color: var(--mf-black);
    background-color: var(--mf-yellow)
}
.btn-dark-green1{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-green3);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-white);
}
.btn-dark-green1:hover{
    color: var(--mf-white);
    background-color: var(--mf-green1)
}
.btn-back{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--mf-blue10);
    border-radius: 5px;
    color: var(--mf-blue14);
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 8px 14px;
}
.btn-back img{
    width: 20px;
}
.btn-back:hover{
    color: var(--mf-blue14);
    background-color: var(--mf-blue15)
}
.btn-minw-160{ min-width: 160px; }
.btn-minw-150{ min-width: 150px; }
.btn-minw-140{ min-width: 140px; }
.btn-minw-135{ min-width: 135px; }
.btn-minw-130{ min-width: 130px; }
.btn-minw-125{ min-width: 125px; }
.btn-minw-120{ min-width: 120px; }
.btn-minw-115{ min-width: 115px; }
.btn-minw-110{ min-width: 110px; }
.btn-minw-105{ min-width: 105px; }
.btn-minw-100{ min-width: 100px; }

.cursor-pointer{
    cursor: pointer;
}
.font-1rem-black{
    font-size: 1rem;
    color: var(--mf-black);
}
.font-1rem-gray{
    font-size: 1rem;
    color: var(--mf-font-gray);
}
.sec-top-space{ margin-top: 50px; }
.sec-top-space-20{ margin-top: 20px; }
.sec-top-space-25{ margin-top: 25px; }
.sec-top-space-30{ margin-top: 30px; }
.sec-top-space-15{ margin-top: 15px; }

.btn-gray{
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--mf-font-semibold);
    transition: all .4s ease-in-out;
    padding: 5px 15px;
    background-color: var(--mf-gray18);
    text-align: center;
    border-radius: 5px;
    color: var(--mf-black);
}
.btn-gray:hover{
    color: var(--mf-white);
    background-color: var(--mf-green2)
}
/*.table-btns{
    text-align: center;
}*/
.loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: var(--mf-black);
    width: 100%;
    height: 100%;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    opacity: 0.8;
}
.loader-wrapper .spinner {
    width: 100.8px;
    height: 16.8px;
    -webkit-mask: linear-gradient(90deg,#EA00F9 70%,#0000 0) left/20% 100%;
    background: linear-gradient(#EA00F9 0 0) left/0% 100% no-repeat
       #dbdcef;
    animation: progress-422c3u 2s infinite steps(6);
}
@keyframes progress-422c3u {
   100% {
      background-size: 120% 100%;
   }
}
