@charset "utf-8";
/*
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Inter', sans-serif;

light - 300
regular - 400
medium - 500
semi-bold  - 600
bold - 700
extra-bold - 800
black - 900
*/


body {
	
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	/*background: #2c01af no-repeat top center;*/
    background-size: cover;
    background-attachment: fixed;
}

@font-face {font-family: "MS Reference Sans Serif";
  src: url("../c8f34a4d8d6a866f095261f987a237a8.eot"); /* IE9*/
  src: url("../c8f34a4d8d6a866f095261f987a237a8.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../c8f34a4d8d6a866f095261f987a237a8.woff2") format("woff2"), /* chrome、firefox */
  url("../c8f34a4d8d6a866f095261f987a237a8.woff") format("woff"), /* chrome、firefox */
  url("../c8f34a4d8d6a866f095261f987a237a8.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../c8f34a4d8d6a866f095261f987a237a8.svg#MS Reference Sans Serif") format("svg"); /* iOS 4.1- */
}

a {
	
	cursor:pointer !important;
	text-decoration:none !important;
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.rotating {
	-webkit-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}
.rotating.fast {
	-webkit-animation: rotating 0.5s linear infinite;
	animation: rotating 0.5s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}

.floater-2 {
	
    -webkit-animation: floater-2 infinite 4s ease-in-out;
    -moz-animation: floater-2 infinite 4s ease-in-out;
    animation: floater-2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes floater {0% {transform: translate3d(0px, 

0px, 0px);}50% {transform: translate3d(0px, -20px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}
@keyframes floater {0% {transform: translate3d(0px, 0px, 

0px);}50% {transform: translate3d(0px, -20px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}

@-webkit-keyframes floater-2 {0% {transform: translate3d(0px, 

0px, 0px);}80% {transform: translate3d(0px, -10px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}
@keyframes floater-2 {0% {transform: translate3d(0px, 0px, 

0px);}50% {transform: translate3d(0px, -10px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}

/***********************banner-bg start******************/
.banner-bg {	
	background: url(../img/banner112.png) no-repeat center;
    background-size: cover;
    padding: 0px 0px 0px;
    position: relative;
    /* overflow: hidden; */
    -webkit-perspective: 440px;
    perspective: 440px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	overflow: hidden;
}



header {	
   background: transparent;
    z-index: 11111;
    top: 0;
    position: relative;
}

header .navbar-inverse { 

	margin:0; 
	min-height:auto; 
	border-radius:0; 
	border:0;
	background: transparent;
}
 
header .navbar-collapse {
	
	 padding:0;
	 float: right;
}

header .navbar-right {
	
    margin: 0;
    margin-right: 0px;
    margin-top: 0px;
}

header .navbar-inverse .navbar-nav > li { 

	padding: 6px 8px;
	display:inline-block; 
	vertical-align:middle; 
	float:none;
}

header .navbar-inverse .navbar-nav > .hbutton {
	padding: 0px 0px 0px 0px;
}
header .navbar-inverse .navbar-nav > .hbutton1 {
	padding: 0px;
}

header .navbar-inverse .navbar-nav span {
	
    font-size: 15px;
    line-height: 42px;
    color: white;
    letter-spacing: 0.18em;
}

header .navbar-inverse .navbar-nav > li > a { 
   
	font-size: 17px;
    color: #f6f6f6;
    transition: 0.7s;
    vertical-align: middle;
    padding: 0px 0px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
	
}
	
header .navbar-inverse .navbar-nav > li > a:hover { 

    transition: 0.7s;
    color: #0bc8a1;
}


header .navbar-inverse .navbar-nav > li .hbut { 

	background: linear-gradient(176deg, #e1e5eb, #b8c4d2);
    padding: 8px 28px 10px 28px;
    font-size: 16px;
    border: 1px solid #a8b8c7;
    border-radius: 30px 0px 0px 30px;
    margin: 0px -4px 0px 0px;
    color: #323763;
}
header .navbar-inverse .navbar-nav > li .hbut:hover { 
    background: linear-gradient(182deg, #0dd0a7, #04aa8b);
    color: #ffffff;
    transition: 0.7s;
}

header .navbar-inverse .navbar-nav > li .hbut1 { 

    background: linear-gradient(182deg, #0dd0a7, #04aa8b);
    border: 1px solid #a8b8c7;
    padding: 8px 28px 10px 28px;
    font-size: 16px;
    color: #f9f9fa;
    border-radius: 0px 30px 30px 0px;
}
header .navbar-inverse .navbar-nav > li .hbut1:hover { 
   background: linear-gradient(176deg, #e1e5eb, #b8c4d2);
    color: #323763;
    transition: 0.7s;
}

header .navbar-inverse .navbar-header {
	
	padding: 8px 0px 0px 0px;
}

header .navbar-inverse .navbar-header a { 

	display:inline-block; 
}

header .navbar-inverse .navbar-header a img { 
	display:inline-block;
	transform-origin: 100% 0;
}

header .navbar-inverse .navbar-header a img:hover{
	
	animation-name: wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}

header .navbar-inverse .navbar-nav > li.btn_menu {
	
	padding: 17px 3px;
}

header .navbar-inverse .navbar-nav > li a.btn.btn-primary { 
	min-width:128px; 
	height:43px; 
	line-height:43px; 
	box-shadow:none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	
	border-color: transparent !important;
    border-bottom: 1px solid;
    background: #133a67;
    padding: 20px 12px 22px 20px;
    min-height: 90px;
    border-radius: 0px 0px 35px 35px;
}

header .navbar-nav > li ul li a {
	
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

header .navbar-nav > li ul li:hover a {	
	color:#ff7300;
}

.banner-bg .banner {
	margin: 100px 0px 0px 0px;
	position: relative;
    z-index: 1;
}

.banner-bg .banner .bantext {
	margin: 0px 0px 70px 0px;
}

.banner-bg .banner .bantext1 {
	background: linear-gradient(90deg, #24315e 20%, transparent);
    padding: 30px 30px 95px;
    border-radius: 30px 0px 0px 30px;
}

.banner-bg .banner .bantext h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 58px;
    font-weight: bold;
    color: #1d2954;
    margin: 0px 0px 10px 0px;
}

.banner-bg .banner .bantext p {
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #ffffff;
    /* font-weight: 300; */
    margin: 0px 0px 45px 0px;
}

.banner-bg .banner .bantext a {
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #ffffff;
    background: linear-gradient(179deg, #26346a, #121c42);
    margin: 0px 12px 0px 0px;
    padding: 12px 40px 15px;
	border: 1px solid transparent;
    border-radius: 30px;
	transition: 0.7s;
}

.banner-bg .banner .bantext a:hover {
	background: #222f62;
    border: 1px solid #06a27f;
    color: #243166;
    box-shadow: inset 0px 56px 0px 0px #05c89c;
    transition: 0.7s;
	
}

.banner-bg .banner .bantext1 h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    line-height: 36px;
}

.banner-bg .banner .bantext1 p {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin: 0px 0px 25px 0px;
}

.banner-bg .banner .banimg  img {
	min-width: 450px;
    position: relative;
    left: -60px;
    top: -35px;
}


.bubbles-wrapper .bubble:first-child {
    animation: bubble-v 15.8s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(2) {
    animation: bubble-v 36.7s linear infinite,shake-v 13s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(3) {
    animation: bubble-v 27.7s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(4) {
    animation: bubble-v 23.7s linear infinite,shake-v 11s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(5) {
    animation: bubble-v 21.7s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(6) {
    animation: bubble-v 21.7s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(7) {
    animation: bubble-v 21.7s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(8) {
    animation: bubble-v 21.7s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(9) {
    animation: bubble-v 21.7s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.bubbles-wrapper .bubble:nth-child(10) {
    animation: bubble-v 21.7s linear infinite,shake-v 2s ease-in-out infinite alternate !important;
}
.icon-xl {
    width: unset !important;
    height: unset !important;
}

.banner-bg .graph2 { 

	height: 843px;
    background: url(../images/gragh.png) repeat-x 0 100%;
    animation: graph 130s linear infinite;
    -webkit-animation: graph 50s linear infinite;
    opacity: 1;
    margin: -845px 0px 0px;
}

@keyframes graph { 

	from {background-position:-2765px 100%,0 0}
	to {background-position:0 100%,0 0}
}

@-webkit-keyframes graph {
	 
	from {background-position:-2765px 100%,0 0}
	to {background-position:0 100%,0 0}
} 

.depo-bg .graph-top2 { 

	margin-top:-750px;
	z-index:1;
}

/***********************banner-bg end******************/
/***********************calci-bg start******************/
.calci-bg {
	
	background: url(../images/calcibg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0px 45px;   
}

.calci-bg h1 {
	font-family: 'Inter', sans-serif;
    font-size: 55px;
    color: #f8f8f8;
    line-height: 65px;
    font-weight: bold;
    margin: 15px 0px 0px;

}
.calci-bg h1 span {
	color: #28c5a2;
}

.calci-bg .calculator {
	margin: 0px 0px 50px 0px;
}

.calci-bg .calculator h2:before {
	content: "";
    min-width: 71%;
    color: #000;
    border-bottom: 2px solid #fff;
    left: 21px;
    top: 26px;
    position: absolute;
    
	
}
.calci-bg .calculator h2 {
	font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #050a1f;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin: 8px 0px 0px;
}

.calci-bg .calculator h2 img {
	background: #28c5a2;
    padding: 3px 3px;
	margin: -8px 0px 0px;
}

.calci-bg ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.calci-bg ul li {
	display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    vertical-align: middle;
}

.calci-bg  select {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    height: 54px;
    padding: 0px 25px 0px 17px;
    background: #121c41;
    width: 310px;
	border-radius: 3px;
    border-right: 1px solid transparent;
    margin: 0px 0px 0px 0px;
    border: 1px solid #3c4c83;
 
}

.calci-bg h5 {	
    padding: 0px 8px 0px 0px;
    background: #000000;
    border-radius: 3px;
    margin: 0px 0px 0px -6px;
    border-right: 1px solid #3c4c83;
    border-top: 1px solid #3c4c83;
    border-bottom: 1px solid #3c4c83;
}

.calci-bg h5 input {
	font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: #ffffff;
    line-height: 50px;
    padding: 1px 8px 1px 17px;
    background: #000000;
    border-radius: 3px;
    border: transparent;
    width: 370px;  
}

.calci-bg h5 img {
	float: right;
	padding: 5px 0px 0px;
}

.calci-bg .calvalue {
	margin: 20px 0px 0px 0px;
    background: linear-gradient(180deg, #1e2a56, #060b20);
    border: 1px solid #47578e;
    padding: 10px 14px 6px 25px;
    display: flow-root;
	width: 105%;
}
.calci-bg .calvalue1 {
	margin: 20px 0px 0px -14px;
}

.calci-bg .calvalue img{
	float: right;
}

.calci-bg .calvalue h4 {
	font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}

.calci-bg .calvalue p {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}
/***********************calci-bg end******************/
/***********************************plan-bg*************************************/

.plan-bg{
	background: url(../images/planbg.jpg) no-repeat top center;
	background-size:cover;
	padding: 50px 0px 20px 0px;
	}
	
.plan-bg .plan{
	padding: 0px 0px 0px 0px;
	}
	
.plan-bg .plan .plan-top {
	padding: 0px 0px;
	}
	
.plan-bg .plan .plan-top .pln1{
    height: 327px;
    background: #050a1f no-repeat top center;
    background-size: cover;
	width: 260px;
    padding: 0px 0px;
    border-radius: 20px;
	margin: 0px 0px 30px 0px;
	}
		
	
.plan-bg .plan .plan-top .pln1 .pln-top{
    padding: 12px 20px;
    background: linear-gradient(180deg, #172758 , #183c86);
    border-radius: 20px 20px 0px 0px;
	}
	
.plan-bg .plan .plan-top .pln1 .pln-top h1{
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    font-size: 31px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
	}	
	
.plan-bg .plan .plan-top .pln1 .pln-top h2{
    font-family: 'Poppins';
    color: #fff;
    float: right;
    font-weight: 400;
    font-size: 18px;
	text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
}
	
.plan-bg .plan .plan-top .pln1 .pln-top h3{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight:600;
	font-size: 24px;
	padding: 22px 0px 0px 0px;
	margin: 0px 0px;
	}
	
.plan-bg .plan .plan-top .pln1 .pln-cen {
    padding: 20px 14px 20px 14px;
    }
	
.plan-bg .plan .plan-top .pln1 .pln-cen p {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 14px;
    margin: 5px 0px;
    background: linear-gradient(180deg, #1d2954 30%, #070c23);
    border: 1px solid #47578e;
    border-radius: 4px;
}
	
.plan-bg .plan .plan-top .pln1 .pln-cen p span {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    float: right;
	}	
	
.plan-bg .plan .plan-top .pln1 .but{
	padding: 0px 0px 0px 0px;
    text-align: center;
	}
	
.plan-bg .plan .plan-top .pln1 .but a{
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0px 0px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #05aa82, #0F896E);
    border-radius: 4px;
	}
	
.plan-bg .plan .plan-top .pln1 .but a:hover {
	box-shadow: inset 0px 0px 0px 20px #09be9a;
    transition: 1s;
    color: #050a1f;	
}

.plan-bg .plan .plan-top .pln1 .but a img{
     padding: 0px 6px 0px 0px;
	}		
		
	
/**************************about-bg*****************************/											 	
		
.about-bg{
	background: url(../images/certificatebg.jpg) no-repeat top center ;
	background-size:cover;
	padding: 80px 0px 80px 0px;
	}
	
.about-bg .about{
	padding: 0px 0px 0px 0px;
	}	
		
.about-bg .about .abt-head{
	padding: 0px 0px 0px 0px;
	}
	
.about-bg .about .abt-head h1{
	font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px;
	}
	
.about-bg .about .abt-head h2{
   font-family: 'Inter', sans-serif;
    color: #04dda8;
    font-size: 50px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 40px;
	}	
	
.about-bg .about .abt-head h2 span{
    color: #fff;   
}

.about-bg .about .abt-left {
	padding: 0px 0px 0px 0px;
	}
	
.about-bg .about .abt-left img{	
	padding: 0px 0px 0px 0px;
}

.about-bg .about .abt-right {
	padding: 0px 0px 0px 0px;
	}
	
.about-bg .about .abt-right p{
    font-family: 'Poppins';
    color: #adaab6;
    font-size: 16px;
    line-height: 25px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px;
	}
	
.about-bg .about .abt-right .abt-right-txt{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -13px;
}
		
	
.about-bg .about .abt-right .abt-right-txt p{
    font-family: 'Poppins';
    color: #adaab6;
    text-align: justify;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
	}
	
.about-bg .about .abt-right .abt-right-img{
	padding: 0px 0px 0px 0px;
	text-align: end;
	}		

.about-bg .about .abt-right .abt-right-img img{
	padding: 0px 0px 0px 0px;
	}

.m-video__video {
	
	 position: relative;
}

.m-video__video img {
	
    -o-object-fit: contain;
    object-fit: contain;
	margin: auto;
}

.m-video__play {
	
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/playbut.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

 .abt-right-img:before {
	
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(25 198 163);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

 .abt-right-img .video-play-btn i {
	
	top: 38px;
    position: relative;
	color:#1f9fe7;
}

 .abt-right-img .video-play-btn {
	
	display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    background-color: transparent;
    border-radius: 50%;
    color: #000942;
    position: absolute;
    z-index: 1;
}
  
 .abt-right-img .video-play-btn:before {
	  
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 150px;
    height: 150px;
	background: rgb(25 198 163);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1; 
}
	
.abt-right-img .video-play-btn:hover {
	
    color: #313131; 
}


@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;} 
}
	
	
.about-bg .about-bottom{
	padding: 60px 0px 0px 0px;
	}
.about-bg .about-bottom ul {
	list-style-type: none;
	padding: 0px;
}

.about-bg .about-bottom ul li {
	display: inline-block;
	padding: 0px;
	width: 49%;
    vertical-align: middle;
}

.about-bg .about-bottom .abt-bot{
	padding: 0px 0px 0px 0px;
	}
	
.about-bg .about-bottom .abt-bot img{
    padding: 0px 10px 0px 0px;
	float:left;
	}	
	
.about-bg .about-bottom .abt-bot h1{
	font-family: 'Poppins';
    color: #727480;
    font-weight: 400;
    font-size: 16px;
    padding: 14px 0px 10px 0px;
    margin: 0px 0px;
	}
	
.about-bg .about-bottom .abt-bot h2{
	font-family: 'Poppins';
    color: #e2e9bd;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    line-height: 26px;
	}
	
.about-bg .about-bottom .abt-bot h3{
	font-family: 'Poppins';
    color: #8b7dbc;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px;
	}
	
.about-bg .about-bottom .abt-bot a{
	font-family: 'Inter', sans-serif;
    color: #e2e9bd;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
	transition: 0.7s;
	}
.about-bg .about-bottom .abt-bot a:hover {
	color: #0ad2a5;
    transition: 0.7s;
}

.about-bg .about-bottom .but{
	margin: 50px 0px 0px 0px;
    text-align: center;
	}
	
.about-bg .about-bottom .but a{
	font-family: 'Poppins';
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 16px 66px;
    margin: 0px 0px;
    background: transparent;
    border: 1px solid #e2e9bd;
    border-radius: 50px;
	transition: 0.7s;
	}
	
.about-bg .about-bottom .but a:hover {
	box-shadow: inset 0px 58px 0px #0dd2a5;
    transition: 0.7s;
    border: 1px solid transparent;
}

/***********************advantage-bg start******************/
.advance-bg {	
	background: url(../images/advanbg.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0px 80px;   
}

.advance-bg .advance {
	margin: 0px 0px 0px 0px;
}

.advance-bg .advance h1 {
	font-family: 'Inter', sans-serif;
    font-size: 50px;
    color: #11243a;
    font-weight: bold;
	margin: 0px 0px 30px 0px;
}
.advance-bg .advance h1 span {
	color: #06daa8;
}

.advance-bg .advance .advan1{
	margin: 0px 0px 35px 0px;
    background: linear-gradient(183deg, #1e2a56, #050a1f);
    min-height: 260px;
    padding: 12px 16px 12px;
    border-radius: 20px;
	cursor: pointer;
	
}
.advance-bg .advance .advan1 img {
	margin: 0px 0px 0px 0px;
	transition: 0.7s;
}
.advance-bg .advance .advan1:hover img, .advance-bg .advance .advan1 img:hover {
    margin: -5px 0px 0px 0px;
    transition: 0.7s;
}

.advance-bg .advance .advan1 h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #f8f8f8;
    margin: 10px 0px 15px 0px;
}

.advance-bg .advance .advan1 p {
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #787a7c;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
}

/***********************advance-bg end******************/
/***********************refferal-bg start******************/
.refferal-bg {	
	background: url(../images/affiliatebg.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0px 80px;   
}

.refferal-bg .refferal {
	margin: 30px 0px 0px 0px;
}

.refferal-bg .refferal .reffer1{
background: linear-gradient(6deg, #24315e, #20cfa4);
border-radius: 5px;
padding: 18px 18px 20px 12px;
box-shadow: 0px 0px 10px 0px #fff;
	
}

.refferal-bg .refferal .reffer1 .level {
	float: left;
    background: #24315e;
    padding: 17px 17px;
    border-radius: 50%;
	transition: all 1s ease 0s;
}

.refferal-bg .refferal .reffer1:hover .level ,.refferal-bg .refferal .reffer1 .level:hover {
	transform: rotateY(-360deg);
    transition: 1s;
}

.refferal-bg .refferal .reffer1 .level p {	
	font-family: 'Inter', sans-serif;
    font-size: 53px;
    color: #cadfdb;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.refferal-bg .refferal .reffer1 .level p span {	
    font-weight: lighter;
}

.refferal-bg .refferal .reffer1 .reftext {
	text-align: right;
    margin: 12px 0px 0px 0px;
}

.refferal-bg .refferal .reffer1 .reftext h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #060b21;
    line-height: 50px;
    font-weight: bold;
    margin: 0px 0px 6px 0px;
}
.refferal-bg .refferal .reffer1 .reftext h2 span {
	 font-weight: normal;
}
.refferal-bg .refferal .reffer1 .reftext p {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #e7cfcf;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.refferal-bg .refferal .reffer1 .reftext p span {
	text-transform: lowercase;
    font-size: 14px;
}

/***********************refferal-bg end******************/
/***********************table-bg start******************/
.table-bg {	
	background: #f8f8f8 no-repeat center;
    background-size: cover;
    padding: 100px 0px 150px;   
}
.tablebg {	
	background: url(../images/tablegragh.png) no-repeat top center;
    background-size: cover;
    padding: 0px 0px 0px;
    margin: 0px 0px -712px 0px;
    position: relative;
    webkit-animation: headerCity 15s linear infinite alternate;
    animation: headerCity 10s linear infinite alternate;
    overflow: hidden;
    opacity: 5;
    min-height: 759px;
    top: -102px;
}
@-webkit-keyframes headerCity {
0% {
background-position:0
}
to {
	background-position: 100%
}
}
@keyframes headerCity {
0% {
    background-position: 0px;
}
100% {
    background-position: 100%;
}
}
.table-bg .table1 {
	background: #24315e;
    display: inline-block;
    /* width: 100%; */
    border-radius: 10px;
    padding: 20px 10px 0px;
}

.table-bg .table1 h1 {
	font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    border-bottom: 1px solid #ffd600;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 18px 0px;
}

.table-bg .table1 h1 span {
	font-weight: bold;
}

.table-bg .table1 ul {
	list-style-type: none;
    padding: 0px 7px 0px 0px;
    text-align: center;
}

.table-bg .table1 ul li {
	display: inline-block;
    padding: 0px 0px 12px 8px;
    margin: 0px;
    width: 49%;
    text-align: justify;
}

.table-bg .table1 .tabtr {
	background: #091e31;
    margin: 0px 0px 0px 0px;
    padding: 10px 8px;
    border-radius: 5px;
}

.table-bg .table1 .tabtr img {
	float: right;
    padding: 4px 0px 0px 10px;
}

.table-bg .table1 .tabtr h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 0px 0px 7px 0px;
}

.table-bg .table1 .tabtr h2 span {
	font-weight: 600;
    color: #06d8a7;
    float: right;
}

.table-bg .table1 .tabtr p {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #a4a4a4;
    margin: 0px 0px 0px 0px;
}

/***********************table-bg end******************/
/***********************statistic-bg start******************/
.statistic-bg {	
	background: url(../images/statisticbg.jpg) no-repeat center;
    background-size: cover;
    padding: 0px 0px 50px; 
	position: relative;
    z-index: 1;  
}
.statistic-bg .statistic {	
    margin: -76px 0px 0px 0px;
}

.statistic-bg .statistic ul {
	list-style-type: none;
    padding: 0px;
    text-align: center;
}

.statistic-bg .statistic ul li {
	display: inline-block;
    padding: 10px 40px;
}

.statistic-bg .statistic ul li .stat {	
}

.statistic-bg .statistic ul li .stat .staimg {
	background: #fff;
    padding: 30px 30px;
    border-radius: 50%;
    margin: 0px 0px 30px;
    display: inline-block;	
	box-shadow: 0px 0px 8px #d6d6d6;
}

.statistic ul li .stat .staimg img {
	transition:0.5s;
}

.statistic-bg .statistic ul li .stat:hover img ,.statistic-bg .statistic ul li .stat .staimg img:hover {
	transform: scale(1.1);
	    transition: 0.5s;
}

.statistic-bg .statistic ul li .stat h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 27px;
    color: #06dca9;
    margin: 0px 0px 16px 0px;
}

.statistic-bg .statistic ul li .stat p {	
   font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #f8f8f8;
    margin: 0px 0px 0px 0px;
}
/***********************statistic-bg end******************/
/***********************footer-bg start******************/
.footer-bg {	
	background: #133a67 no-repeat center;
    background-size: cover;
    padding: 30px 0px 30px;   
}
.footer-bg .footpay {
	border-bottom: 1px solid #97999f;
    padding: 0px 0px 40px 0px;
}

.footer-bg .footpay ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
}

.footer-bg .footpay ul li {
	display:inline-block;
	padding: 5px 5px;
}
.footer-bg .footpay ul li img {
	transition: 0.5s;
	cursor: pointer;
}

.footer-bg .footpay ul li img:hover {
	transform: scale(0.9);
    transition: 0.5s;
}
.footer-bg .footer {
	border-top: 1px solid #97999f;
    padding: 40px 0px 0px 0px;
    margin: 2px 0px 0px;
}

.footer-bg .footer p {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.footer-bg .footmenu ul {
	list-style-type: none;
    padding: 0px;
    text-align: end;
}

.footer-bg .footmenu ul li {
	display: inline-block;
    padding: 5px 0px 0px 40px;
}

.footer-bg .footmenu ul li a {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0px 0px 0px 0px;
	transition: 0.7s;
}

.footer-bg .footmenu ul li a:hover {
	color: #11c298;
    transition: 0.7s;
}
















@media only screen and (max-width: 1300px){
   .banner-bg .banner .banimg img {
    left: -67px;
	}
}

@media only screen and (max-width: 1200px){
	header .navbar-inverse .navbar-header a {
	  width: 220px;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 17px 0;
	}
	header .navbar-inverse .navbar-nav > li {

	}
	header .navbar-inverse .navbar-header {

	}
	header .navbar-inverse .navbar-header {
		margin-left: 0;
	}
	header .navbar-inverse .navbar-header {
		margin-left: 0;
	}
	header .navbar-right {
		margin-right: 0;
	}
	
	
}

@media only screen and (max-width: 1199px){
	header .navbar-inverse .navbar-nav > li {
	padding:6px 10px;
	}
	header .navbar-inverse .navbar-nav > li .btn {
		min-width: 115px;
	}
	 header .navbar-inverse .navbar-nav > li a.btn.btn-primary {
		min-width: 110px;
	}
	header .navbar-right {
		border-bottom: 1px solid transparent;
	}
	.banner-bg .banner .banimg img {
    left: -45px;
    min-width: 420px;
}
.banner-bg .banner .bantext h2 {
    font-size: 41px;
}
.calci-bg .calculator h2:before {   
    min-width: 65%;
}
.calci-bg h1 {
    font-size: 45px;
}
.calci-bg .calculator h3 span {   
    width: 50%;
}
.banner-bg .graph2 {
    height: 880px;
}
.calci-bg h5 input {
    width: 280px;
}
.calci-bg select {
    width: 260px;
}
.calci-bg h3 {
    padding: 0px 15px 0px 14px;
}
.advance-bg .advance .advan1 {
    
    min-height: 308px;
}
.refferal-bg .refferal .reffer1 .reftext h2 {
    font-size: 27px;
    line-height: 35px;
}
.table-bg .table1 .tabtr h2 {
    font-size: 12px;
}
.table-bg .table1 .tabtr p {
    font-size: 10px;
}
.statistic-bg .statistic ul li {
    padding: 10px 22px;
}
.about-bg .about-bottom .abt-bot img {
    padding: 0px 10px 20px 0px;
}
.m-video__play {
    top: 50%;
    left: 222px;
}
.about-bg .about .abt-right .abt-right-img {
    margin: 20px 0px 0px 0px;
    text-align: justify;
}
.about-bg .about .abt-right {
    margin: 0px 0px 0px 15px;
}
.footer-bg .footpay ul li {
    padding: 5px 1px;
}
.footer-bg .footmenu ul li {
    padding: 5px 0px 0px 15px;
}
.tablebg {
    top: -135px;
}

}

@media only screen and (max-width: 991px){
	header .navbar-inverse {
	  text-align: center;
	}
	header .navbar-inverse .navbar-header {
	  width: 100%;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 4px 0;
	}
	header .navbar-inverse .navbar-nav > li {
		padding: 10px 12px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		/*background: #00aead no-repeat top center;*/
    	background-size: cover;
	}
	header .navbar-inverse .navbar-nav span {
		display:none;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {    
    background: transparent;
    padding: 10px 12px 0px 20px;
	}
	.banner-bg .banner {
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.banner-bg .banner .banimg img {
    display: none;
}
.banner-bg .banner .bantext h2 {
    margin: 0px 0px 5px 0px;
}
.banner-bg .banner .bantext p {    
    margin: 0px 0px 20px 0px;
}
.banner-bg .banner .bantext {
    margin: 0px 0px 50px 0px;
}

.calci-bg h1 {
    
    line-height: 53px;    
    margin: 0px 0px 0px;
	 text-align: center;
}
.calci-bg .calculator h2:before {
    min-width: 70%;
}
.calci-bg ul {
    text-align: center;
}
.advance-bg {
   
    padding: 30px 0px 30px;
    text-align: center;
}
.refferal-bg .refferal {
    margin: 0px 0px 0px 0px;
}
.refferal-bg {
    padding: 40px 0px 30px;
}
.refferal-bg .refferal .reffer1 {
    width: 300px;
    margin: 0px auto 20px;
}
.table-bg .table1 .tabtr h2 {
    font-size: 16px;
}
.table-bg .table1 .tabtr p {
    font-size: 12px;
}
.table-bg {
    padding: 31px 0px 30px;
}
.table-bg .table1 {
    margin: 0px 0px 20px 0px;
}
.statistic-bg .statistic {
    margin: 30px 0px 0px 0px;
}
.statistic-bg {
    padding: 0px 0px 30px;
}
.plan-bg .plan .plan-top .pln1 {
    
    margin: 0px auto 20px;
}
.about-bg .about .abt-right {
    margin: 20px 0px 0px 0px;
}
.about-bg .about .abt-head h2 {
    margin: 0px 0px 13px;
}
.about-bg {
    padding: 30px 0px 40px 0px;
    text-align: center;
}
.about-bg .about .abt-right p {
    margin: 0px 0px 10px;
}
.about-bg .about .abt-right .abt-right-txt {
    margin: 0px 0px 0px 0px;
}
.about-bg .about .abt-right .abt-right-txt p {
    text-align: unset;
}
.about-bg .about .abt-right .abt-right-img {
    text-align: unset;
}
.m-video__play {
    top: 50%;
    left: 50%;
}
.about-bg .about-bottom {
    padding: 30px 0px 0px 0px;
}
.about-bg .about-bottom .but {
    margin: 30px 0px 0px 0px;
}
.about-bg .about .abt-right .abt-right-img img {
    margin: auto;
}
.footer-bg {
    padding: 30px 0px 30px;
}
.footer-bg .footpay ul li {
    padding: 10px 10px;
}
.footer-bg .footpay {
    padding: 0px 0px 10px 0px;
}
.footer-bg .footer {
    padding: 20px 0px 0px 0px;
    text-align: center;
}
.footer-bg .footmenu ul li {
    padding: 5px 0px 6px 15px;
}
.footer-bg .footmenu ul {
    text-align: center;
}
.tablebg {
    top: 282px;
}
}

@media only screen and (max-width: 767px){
	header {
		background: #f8f8f8;
    padding: 5px 0px 5px 0px;
    z-index: 11111;
    top: 0;
    position: relative;
	}
	header .navbar-inverse {
	  text-align: left;
	}
	header .navbar-toggle{ margin: 6px 0px 10px;
    border: 0;
    background: #233064;
    border-radius: 0;}
	header .navbar-inverse .navbar-toggle:hover, header .navbar-inverse .navbar-toggle:focus {
    background: #05bf96;
}
	header .navbar-inverse .navbar-toggle:hover .icon-bar, 
	header .navbar-inverse .navbar-toggle:focus .icon-bar{ background-color:#f5f5f5;}
    header .navbar-inverse .navbar-nav > li {
        padding: 6px;
        display: block;
    }
	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #dddddd !important;
}
	header .navbar-inverse .navbar-nav > li > a:hover {
		
	}
	header .navbar-inverse .navbar-nav > .hbutton {
    padding: 0px 6px 10px 0px;
    display: inline;
}
header .navbar-inverse .navbar-nav > .hbutton1 {
    display: inline-block;
}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		
	}
	header .navbar-inverse .navbar-nav > li > a {
		padding:0px 0px 8px;
	}
	.navbar-nav {
		margin: 0.5px 0px !important;
	}
	header .navbar-inverse .navbar-nav > li > a {
    color: #233064;
	}
	header .navbar-collapse {
    float: none;
}
	.banner-bg .banner {
    margin: 25px 0px 0px 0px;
	}
	.calci-bg .calculator .calvalue {
    padding: 10px 14px 6px 16px;
    width: 280px;
	margin:20px auto 0px !important;
}
.calci-bg .calculator h2:before {
	display: none;
}
.calci-bg .calculator h2 {   
    float: unset;
    text-align: center;
    margin: 15px 0px 0px;
}
.calci-bg ul li {
    display: block;
    width: 306px;
	margin: auto;
    padding: 10px 0px 0px 0px;
}
.calci-bg h5 {
    width: unset;
}
.calci-bg .calvalue {
    width: 290px;
    margin: 20px auto 0px;
}
.calci-bg h1 {
    font-size: 40px;
}
.advance-bg .advance .advan1 {
    min-height: unset;
    width: 300px;
    margin: 0px auto 20px;
}
.table-bg .table1 .tabtr h2 {
    font-size: 15px;
}
.table-bg {
    text-align: center;
}
.about-bg .about-bottom .abt-bot img {
    padding: 0px 0px 10px 0px;
    float: unset;
}
.about-bg .about-bottom .abt-bot h3 {
    padding: 0px 0px 6px 0px;
}
.calci-bg select {
    width: 300px;
}
.calci-bg .calculator {
    margin: 0px 0px 10px 0px;
}
.calci-bg h5 input {
    width: 260px;
}
}

@media only screen and (max-width: 560px){
.banner-bg .banner .bantext a {
    display: block;
    margin: 0px auto 10px;
    width: 260px;
}
.table-bg .table1 {
    width: 300px;
}
.table-bg .table1 ul li {
    display: block;
	width: 100%;
}
.statistic-bg .statistic ul li {
    display: block;
}
.about-bg .about-bottom ul li {
    display: block;
    width: unset;
}
.tablebg {
    top: 1030px;
}.supbut {
    text-align: center !important;
    padding: 0px 0px 0px 0px !important;
}
}

@media only screen and (max-width: 460px){
.abt-right-img .video-play-btn {
    display: inline-block;
    width: 25%;
    height: 41%;
}
}

@media only screen and (max-width: 400px){
	.abt-right-img .video-play-btn:before {
    width: 80px;
	height: 80px;
}
}

.innerbg {
    margin: 30px 0px 30px;
}

.innerbg .inhead {
    margin: 0px 0px 0px;
    background: linear-gradient(223deg, #133a67, #179979);
    box-shadow: 0px 0px 10px 0px #24315e;
    display: inline-block;
    padding: 20px 20px;
    width: 100%;
}
.innerbgc {
    margin: 30px 0px 30px;
}

.innerbg .inheadc {
    margin: 0px 0px 0px;
    background: #24315e;
    box-shadow: 0px 0px 10px 0px #04dda8;
    display: inline-block;
    padding: 20px 20px;
    width: 100%;
}

.innerbg .inhead h2 {
   font-family: 'Inter', sans-serif;
    color: #13c599;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px;
}

.innerbg .inhead h2 span {
    color: #133a67;
}
.innerbg .inhead h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #183a81;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    line-height: 36px;
    text-align: center;
    }
/*********************faq*************/
.rank-math-list-item {
    margin-bottom: 20px;
    padding: 15px 15px 20px 15px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #183a81;
    background: linear-gradient(180deg, #172758 , #183c86);
}

.rank-math-list .rank-math-question:before {
    content: 'x';
    position: absolute;
    background: #04dda8;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 15px;
    left: 20px;
    top: 11px;
}

.rank-math-list-item .rank-math-question {
    margin: 0px !important;
    cursor: pointer;
    font-family: 'Exo', sans-serif !important;
    line-height: unset !important;
    text-align: justify !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: normal !important;
    text-transform: none !important;
    padding: 0px 0 0 55px;
}

.rank-math-list-item .rank-math-question span {
    padding-left: 20px;
}

.rank-math-list .rank-math-answer p:before {
   content: '!';
    position: absolute;
    left: 20px;
    top: unset;
    background: #ffffff;
    padding: 4px 16px;
    font-size: 20px;
    font-weight: 700;
    color: #04dda8;
    border-radius: 5px;
    margin-right: 15px;
}

.rank-math-list-item .rank-math-answer p {
    margin: 0 !important;
    padding: 22px 0 0 56px !important;
    font-family: 'Lato', sans-serif;
    color: #bbc7d4;
    font-size: 16px;
}

.rank-math-list-item .rank-math-question:after {
    content: "+";
    font-size: 22px;
    color: #04dda8;
    font-weight: 700;
    position: absolute;
    right: 25px;
    top: 18px;
}

.rank-math-list-item .rank-math-question.open:after {
    content: "_";
    top: 13px;
}

.rank-math-list-item .rank-math-answer {
    margin: 0;
    display: none;
}


.innerpage ul {
   padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(181deg, #24315e 35%, #24315e);
}

.innerpage ul li {
    display: inline-block;
    padding: 15px 15px;
    margin: 0px;
 }
 
.innerpage ul li a.active p {
	background: #04dda8;
	transition: 1s;
}

 .innerpage ul li a p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    background: linear-gradient(180deg, #17285a, #183a82);
    padding: 5px 20px;
    border-radius: 5px;
    color: #ffffff !important;
    margin: 0px 0px 10px 0px;
     transition: 1s;
 }
 
  .innerpage ul li a p:hover {
   background: #05af88;
    box-shadow: inset 0px 0px 0px 20px #09be9a;
   
  }
  
.innerpage p {  
  font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #f7f7f7;
    margin: 0px 0px 5px 0px;
}

.innerpagem p {  
  font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #adaab6;
    line-height: 25px;
    margin: 10px 1px 10px 5px;
}


.tango{
    margin-bottom: 20px;
    padding: 12px 15px 12px 15px;
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #c7b978;
    background: linear-gradient(180deg, #24315e, #183c86);
    
}


.tango ul li a.active p {
    background: #04dda8;
    transition: 1s;
    color: #fff !important;
}

.hing a{
    font-family: 'Poppins';
    color: #fff;
    background: #04dda8;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 16px 66px;
    margin: 0px 0px;
    background: transparent;
    border: 1px solid #e2e9bd;
    border-radius: 50px;
    transition: 0.7s;
}
.support {
}

.support h2 {
    color: #15cc9f !important;
    font-size: 20px !important;
    text-align: unset !important;
    margin: 0px 0px 20px !important;
}
.innerpage p {

    text-align: justify;
}
.support h2 i {
    font-size: 20px;
    color: #133a67;
    background: #04dda8;
    padding: 10px 11px;
    border-radius: 50px;
    margin: 0px 5px 0px 0px;
}
.support h2 span i {
    top: -70px;
    position: relative;
}

 .inpts {
    margin: 0px;
    width: 90%;
    text-align-last: left;
    height: 45px;
    font-size: 17px;
    font-family: 'Poppins';
    color: #ffffff;
    font-weight: normal;
    background: linear-gradient(180deg, #172758 , #183c86);
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.inpts:focus {
    border-bottom: 2px solid #04dda8;
    outline: none;
}
.inpt {
    margin: 0px;
    width: 90%;
    font-size: 17px;
    font-family: 'Poppins';
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(180deg, #172758 , #183c86);
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 100px;
}
.inpt:focus {
    border-bottom: 2px solid #04dda8;
    outline: none;
}
.supbut {
    text-align: end;
}
.sbmt {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    margin: 0px 0px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #04dda8, #187b63);
    border-radius: 4px;
}

.sbmt:hover {
    box-shadow: inset 0px 0px 0px 20px #173679;
    transition: 1s;
    color: #ffffff;
    border: 1px solid transparent;
}

.supbut a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #122543;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    transition: 0.7s;
}
.supbut a:hover {
    color: #07ce9e;
    transition: 0.7s;
}

::placeholder {
    color:#b6b6b6;
     font-size: 15px;
}

@media only screen and (max-width: 1199px){
.inpts {
    width: 86% !important;
}
.inpt {
    width: 86% !important;
}
}
@media only screen and (max-width: 767px){
.innerbg .inhead h2 {
    font-size: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px;
}
.inpts {
    width: 80% !important;
}
.inpt {
    width: 80% !important;
}
}


.suv{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #f5f5f5;
    text-align: justify;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px;
}

	
.rf-bg{
	background:url(../images/affiliatebg.jpg) no-repeat top center;
	background-size:cover;
	min-height:500px;
	padding: 50px 0px 50px 0px
	}	
	
.rf-bg .refferal{ 
    padding: 0px 0px 0px 0px;
   }    
  
.rf-bg .refferal .ref-lft{
    padding: 0px 0px 0px 0px;
	}    	
	
.rf-bg .refferal .ref-lft h1{
    font-weight: 700;
    font-family: Merienda;
    font-size: 80px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    padding: 0px;
    margin: 0px 0px -76px 0px;
	}    	
	
.rf-bg .refferal .ref-lft h2{
    font-family: Merienda, cursive;
    font-size: 46px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    position: relative;
    padding: 0px 0px 20px 0px;
	} 

.rf-bg .refferal .ref-lft h2:before{
	content: "";
    background: url(../images/befr-lne.png) no-repeat;
    height: 44px;
    width: 44px;
    position: absolute;
    top: -6px;
    left: -14px;
    animation-name: ban-lne;
    animation-duration: 8s;
    animation-iteration-count: infinite;
	}

.rf-bg .refferal .ref-lft h2 span{
	color: #04dda8;
	}	   	
	
.rf-bg .refferal .ref-lft p{
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;  
	}	

.rf-bg .refferal .ref-lft .but{
	padding: 20px 0px 0px 0px;
	}
	
.rf-bg .refferal .ref-lft .but a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #04dda8;
    border: 1px solid #04dda8;
    padding: 8px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 6px;
    transition: .7s;	
}
	
.rf-bg .refferal .ref-cen{
	padding: 0px 0px 0px 0px;
	}
	
.rf-bg .refferal .ref-cen ul{
	list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
	}

.rf-bg .refferal .ref-cen ul li{
	display: block;
    padding: 15px 10px;
    margin: 0px 0px 0px 0px;
	}
	
.rf-bg .refferal .ref-cen ul li .ref1{
	padding: 10px 0px 0px 20px;
    width: 100px;
    height: 100px;
    background: #e60606;
    position: relative;
    margin: auto;
	}

.rf-bg .refferal .ref-cen ul li .ref1:before{
	content: "";
    width: 120px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 50px solid #04dda8;
    border-left: 29px solid #0b1a41;
    border-right: 29px solid #0e1d46;
	}	

.rf-bg .refferal .ref-cen ul li .ref1:after{
	content: "";
    width: 120px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 50px solid #04dda8;
    border-left: 29px solid #0a1a3e;
    border-right: 29px solid #101f48;
	}	

.rf-bg .refferal .ref-cen ul li .ref1 h1{
	font-family: Merienda, cursive;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
	}

.rf-bg .refferal .ref-cen ul li .ref1 h2{
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
	}	

.rf-bg .refferal .ref-rht{
	padding: 0px 0px 0px 0px;
	position:relative;
	}

.rf-bg .refferal .ref-rht .ref-mnky1{
	position: absolute;
    width: 80px;
    top: 230px;
    left: 162px;
	animation: ref-mnky1 2s linear infinite;
	}

@keyframes ref-mnky1{
	0% {
    transform: translateY(0) translateX(0px) rotate(0deg);
	}
	50% {
		transform: translateY(0) translateX(-4px) rotate(10deg);
	}
	
	100% {
		transform: translateY(0) translateX(0px) rotate(0deg);
	}
	}	
/*******************************rf-bg*********************************/
.rf-bg .refferal .ref-rht .ref-mnky{
	height: 438px;
	}	
	
.rf-bg .feature{
	padding: 50px 0px 0px 0px;
	position:relative;
	}

.rf-bg .feature .fea-str1{
	position: absolute;
    width: 60px;
    top: 200px;
	animation: str1 10s linear infinite;
	}

.rf-bg .feature .fea-str2{
	position: absolute;
    width: 60px;
    right: 0px;
    top: 300px;
	animation: str1 10s linear infinite;
	}

.rf-bg .feature .fea-rckt{
	position: absolute;
    width: 80px;
    top: 500px;
	}			

.rf-bg .feature .feat-head{
	padding: 0px 0px 0px 0px;
	text-align:center;
	}
	
.rf-bg .feature .feat-head h1{
	font-weight: 700;
    font-family: Merienda;
    font-size: 80px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    padding: 0px;
    margin: 0px 0px -76px 0px;
	}

.rf-bg .feature .feat-head h2{
	font-family: Merienda, cursive;
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 20px 0px;
    width: fit-content;
    margin: auto;
	}

.rf-bg .feature .feat-head h2:before{
    content: "";
    background: url(../images/befr-lne.png) no-repeat;
    height: 44px;
    width: 44px;
    position: absolute;
    top: -6px;
    left: -14px;
    animation-name: ban-lne;
    animation-duration: 8s;
    animation-iteration-count: infinite;
	}	

.rf-bg .feature .feat-head h2 span{	
    color: #e60606;
    }

.rf-bg .feature ul{
    list-style: none;
    padding: 0px 0px;
    margin: 50px 0px 0px 0px;
    text-align: center;
    position: relative;
	}

.rf-bg .feature ul li{
	display: inline-block;
    padding: 10px 10px;
    margin: 0px 0px;
    vertical-align: top;
	width: auto;
	}

.rf-bg .feature ul li .fea1{
	padding: 10px 10px;
    width: 270px;
    height: 270px;
    border: 1px solid #e60606;
    border-radius: 0px 0px 0px 40px;
    background: #171717;
    margin: 10px auto;
    transform: rotate(45deg);
	}

.rf-bg .feature ul li .fea1:hover{
	box-shadow: inset 0px 0px 0px 160px #cc0808;
    transition: 1.5s;
  }

.rf-bg .feature ul li .fea2{
	border-radius: 0px 0px 0px 40px;
	}

.rf-bg .feature ul li .fea3{
	border-radius: 0px 0px 0px 40px;
	}	

.rf-bg .feature ul li .fea4{
	border-radius: 0px 0px 0px 40px;
	}	
	
.rf-bg .feature ul li .fea5{
	border-radius: 0px 0px 0px 40px;
	}

.rf-bg .feature ul li .fea6{
	border-radius: 0px 0px 0px 40px;
	}	

.rf-bg .feature ul li .fea1 img{
	padding: 0px 132px 10px 0px;
    width: 180px;
    transform: rotate(-45deg);
	}
	
.rf-bg .feature ul li .fea1 h1{
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px 50px 16px 0px;
    margin: 0px 0px 0px 0px;
    transform: rotate(-45deg);
	}
	
.rf-bg .feature ul li .fea1 h2{
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 12px 0px 0px 40px;
    margin: 0px 0px 0px 0px;
    transform: rotate(-45deg);
    line-height: 17px;
	}

.rf-bg .certificate{
    padding: 0px 0px 0px 0px;
}	

.rf-bg .certificate .cer-head{
    padding: 60px 0px 30px 0px;
    text-align: center;
}	

.rf-bg .certificate .cer-head h1{
    font-weight: 700;
    font-family: Merienda;
    font-size: 80px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    padding: 0px;
    margin: 0px 0px -76px 0px;
}

.rf-bg .certificate .cer-head h2 {
    font-family: Merienda, cursive;
    font-size: 38px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 20px 0px;
    width: fit-content;
    margin: auto;
}

.rf-bg .certificate .cer-head h2:before {
    content: "";
    background: url(../images/befr-lne.png) no-repeat;
    height: 44px;
    width: 44px;
    position: absolute;
    top: -6px;
    left: -14px;
    animation-name: ban-lne;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.rf-bg .certificate .cer-head h2 span {
    color: #e60606;
}

.rf-bg .certificate .cer1{
    padding: 30px 30px;
    background: #171717;
    border: 1px solid #e60606;
    border-radius: 10px;
}

.rf-bg .certificate .cer1 .cer-lft{
    
}

.rf-bg .certificate .cer1 .cer-lft p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 60px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
}

.rf-bg .certificate .cer1 .cer-lft h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
}

.rf-bg .certificate .cer1 .cer-lft h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
}

.rf-bg .certificate .cer1 .cer-lft h1 a{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #e80606;
    font-weight: 600;
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
    transition:.7s;
}

.rf-bg .certificate .cer1 .cer-lft h1 a:hover{
    color:#ffbe00;
    transition:.7s;
}

.rf-bg .certificate .cer1 .cer-lft .but{
    padding: 30px 0px 0px 0px;
}

.rf-bg .certificate .cer1 .cer-lft .but a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #e60606;
    border: 1px solid #e60606;
    padding: 8px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 6px;
    transition: .7s;
}


.rf-bg .certificate .cer1 .cer-rht{
    padding: 0px 0px 0px 0px;
    text-align:center;
}

.rf-bg .certificate .cer1 .cer-rht img{
    width:400px;
}
