
/*...............................................................@font face.....................................................................*/


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

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

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





/*...............................................................Header.....................................................................*/

.logo {
	margin-top: 13px;
}
.head-btn {
	margin-top: 10px;
	margin-left: -69px;
}
.head-bar {
	margin-left: 27px;
}
.nav-link {
	 
	font-weight: bold;
}
 
 
.banner-img {
	margin-left: -280px;
	/* margin-top: 10px; */
}
.navbar-header {
	display: none;
}
/*...............................................................how it.....................................................................*/

.heading span {
	font-size: 14px;
	color: #899ea7;
	text-transform: uppercase;
}
.heading h2 {
	font-weight: bold;
}
.how-it-con h5 {
	font-weight: 600;
	padding-top: 10px;
}
.heading p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 200;
}
.about {
	margin-top: 70px;
}
.about-img {
	margin-top: 50px;
}
/*...............................................................statis.....................................................................*/
.statis-ico {
	border-radius: 50%;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	position: relative;
	box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.15);
}
.statis-con span {
	font-size: 18px;
	color: #000;
	font-family: 'Segoe UI',sans-serif;
}
.statis-con h4 {
	font-size: 23px;
	color: #000;
	font-family: 'Segoe UI',sans-serif;
	font-weight:500;
}
.statis-con img {
	padding: 8px;
}
.statis-con li {
	display: inline-block;
	padding: 53px 43px;
}
.stats-img
{
	position:relative;
}
.stats-img::after {
	position: absolute;
	background: url(../images/stats-img.png) no-repeat 0 0;
	content: "";
	width: 70%;
	height: 651px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 12%;
}
.statis-con li
{
 	position: relative;
	margin: 0 auto;
}
.statis-con li:first-child {
	top: 111px;
	left: -95px;
}
.statis-con li:nth-child(2) {
	top: -6px;
	left: -71px;
}
.statis-con li:nth-child(3) {
	top: 5%;
	left: 36px;
}
.statis-con li:nth-child(4) {
	top: -29px;
	left: 119px;
}
.statis-con li:last-child {
	top: -128px;
	right: -126px;
}
.statis-head {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.padding-more {
	padding-top: 173px;
}
.statis-head p {
	font-size: 14px;
}
.statis-btn {
	margin-top: 30px;
}
/*...............................................................Feature.....................................................................*/
.fea-img::after {
	position: absolute;
	background: url(../images/feature-img.png) no-repeat scroll 0 0;
	content: "";
	width: 479px;
	height: 347px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 24%;
	bottom: 0;
}
.fea-img	
{
	position:relative;
}
.fea-con h5 {
	font-size: 18px;
	font-family: 'Segoe UI',sans-serif;
	font-weight: 600;
	color: #000;
}

.fea-ico {
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	float: right;
	border: 17px solid #05d5e9;
	padding: 26px 26px;
}
.features {
	display: inline-block;
	width: 100%;
	margin-top:60px;
}
.fea-con {
	display: inline-block;
	float: left;
	margin: 30px 0;
}
.fea-left {
	float: left;
}
.text-rig {
	text-align: right;
}
.bor-col1 {
	border: 17px solid #8073ea;
}
.bor-col2 {
	border: 17px solid #2a53ae;
}
/*...............................................................plans.....................................................................*/

.inv-offer {
	padding: 20px 0;
	border-radius: 10px;
	background-size: auto auto;
	background-size: 800% 800%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	background: #2aacff;
	background: -moz-linear-gradient(left, #2aacff 0%, #5a53ea 99%);
	background: -webkit-linear-gradient(left, #2aacff 0%,#5a53ea 99%);
	background: linear-gradient(to right, #2aacff 0%,#5a53ea 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aacff', endColorstr='#5a53ea',GradientType=1 );
}
.plan-bg2 {
	background-size: 800% 800%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	background: #545eed;
	background: -moz-linear-gradient(left, #545eed 39%, #2aacff 99%);
	background: -webkit-linear-gradient(left, #545eed 39%,#2aacff 99%);
	background: linear-gradient(to right, #545eed 39%,#2aacff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545eed', endColorstr='#2aacff',GradientType=1 );
}
.inv-offer h4 {
	font-size: 41px;
	font-family: 'Segoe UI',sans-serif;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	/* padding-right: 60px; */
}
.inv-offer {
	text-align: center;
	margin: 15px 0;
}
.plan-head span {
	display: inline-block;
	padding: 9px 12px;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	background: #0de6f9;
	background: -moz-linear-gradient(top, #0de6f9 0%, #29c7ee 80%);
	background: -webkit-linear-gradient(top, #0de6f9 0%,#29c7ee 80%);
	background: linear-gradient(to bottom, #0de6f9 0%,#29c7ee 80%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0de6f9', endColorstr='#29c7ee',GradientType=0 );
	top: -10px;
	left: 42px;
}
.plan-head {
	display: inline-block;
	vertical-align: top;
	padding-top: 35px;
	margin-right: 50px;
}
.plan-info {
	display: inline-block;
}
.plan-btn {
	display: inline-block;
	vertical-align: top;
	padding-top: 43px;
	position: relative;
}
.plan-info li {
	display: inline-block;
	padding: 0 40px;
	text-align: center;
	position: relative;
}
.plan-info li::after {
	position: absolute;
	content: '';
	background: url(../images/dot.png) no-repeat;
	width: 11px;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -4px;
}
.plan-info li span {
	display: inline-block;
	padding: 10px 13px;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 8%, #1349f0 97%);
	background: -webkit-linear-gradient(top, #ffffff 8%,#1349f0 97%);
	background: linear-gradient(to bottom, #ffffff 8%,#1349f0 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1349f0',GradientType=0 );
}
.plan-info li small {
	font-size: 21px;
	color: #fff;
	display: block;
}
.plan-info li h5 {
	font-size: 22px;
	color: #000;
	margin: 0;
	font-weight: 600;
}
.plan-head span::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21.5px 37px 21.5px 0;
	border-color: transparent #0DE6F9 transparent transparent;
	position: absolute;
	content: '';
	left: -37px;
	top: 0px;
	right: 0;
}
.plan-btn .btn {
	padding: 12px 42px;
}
.plan-btn::after {
	position: absolute;
	content: '';
	border-left: 2px dashed rgba(255, 255, 255, 0.41);
	left: -30px;
	height: 165px;
	top: 0;
	bottom: -40px;
	margin: auto;
}
.bg-theme1 a {
	background: #d45062;
}
.bg-theme2 a {
	background: #0bb089;
}
.fs-35 {
	font-size: 35px !important;
}
/*...............................................................refer.....................................................................*/
.refe-com li {
	display: inline-block;
	padding: 37px 25px;
}.refe-com li:last-child .object-1::after {
	content: inherit;
	display: none;
}.refe-com {
	text-align: center;
}
.ref-con h2 {
	font-size: 45px;
	font-weight: bold;
	margin-left: 23px;
	margin-bottom: 20px;
	background: -webkit-linear-gradient(#2aacff, #5a53ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ref-con small {
	font-size: 25px;
	font-weight: 600;
}
.ref-con span {
	background: url(../images/ref-cir.png) no-repeat 0 0;
	margin: 0 auto;
	width: 39px;
	height: 53px;
	font-size: 12px;
	font-weight: 600;
	display: block;
	position: relative;
	top: -42px;
	left: -34px;
	bottom: 0;
	z-index: 1;
	padding: 11px 0;
}
.img-top {
	z-index: 1;
	position: relative;
}
.object-1
{
	position:relative;
}
.object-1::after {
	position: absolute;
	content: "";
	width: 203px;
	background: url(../images/ref-arrow.png) no-repeat 0 0;
	margin: 0 auto;
	display: block;
	right: 0;
	top: 22%;
	bottom: 0;
	left: 43%;
	}
	.object-2
{
	position:relative;
}
.object-2::after {
	position: absolute;
	content: "";
	width: 203px;
	background: url(../images/ref-arrow.png) no-repeat 0 0;
	margin: 0 auto;
	display: block;
	right: 0;
	top: 22%;
	bottom: 0;
	left: 55%;
}
	.object-3
{
	position:relative;
}
.object-3::after {
	position: absolute;
	content: "";
	width: 203px;
	background: url(../images/ref-arrow.png) no-repeat 0 0;
	margin: 0 auto;
	display: block;
	right: 0;
	top: 22%;
	bottom: 0;
	left: 66%;
}
	.object-4
{
	position:relative;
}
.object-4::after {
	position: absolute;
	content: "";
	width: 203px;
	background: url(../images/ref-arrow.png) no-repeat 0 0;
	margin: 0 auto;
	display: block;
	right: 0;
	top: 22%;
	bottom: 0;
	left: 76%;
}
/*...............................................................footer.....................................................................*/
.payment-meth li {
	display: inline;
	padding: 8px;
}
.foot-links li {
	display: block;
}
.foot-head {
	font-size: 24px;
	color: #fff;
	margin-top: 23px;
	padding: 12px 0;
	font-weight: bold;
}
.foot-contact {
	padding: 13px 0 20px 0;
}
.foot-contact li {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}
.soc-icons li {
	display: inline-block;
	color: #fff;
	padding: 0 10px 0 0;
}
.soc-icons {
	padding: 30px 0;
}
.soc-icons li a i {
	font-size: 13px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid rgba(239, 236, 236, 0.45);
	text-align: center;
	padding-top: 9px;
	color: #fff;
}
.soc-icons li a i:hover {
	color: #fff;
	/* border: 2px solid #f99a38; */
	background: #2aacff;
	background: -moz-linear-gradient(top, #2aacff 0%, #5a53ea 100%);
	background: -webkit-linear-gradient(top, #2aacff 0%,#5a53ea 100%);
	background: linear-gradient(to bottom, #2aacff 0%,#5a53ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aacff', endColorstr='#5a53ea',GradientType=0 );
}
.soc-icons {
	padding: 15px 0;
}
.foot-news li {
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 33px;
	font-size: 18px;
	padding: 10px 0 0px 0;
}
.foot-news li span {
	display: block;
	color: #000;
	font-size: 18px;
}
.foot-links li a {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.foot-links li a i {
	font-size: 13px;
	padding-right: 10px;
}
.logo-foot a {
	display: inline-block;
	width: 100%;
	color: #000;
	/* padding: 0px 1px 0px 0; */
	text-align: ;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
}
.logo-foot {
	padding-top: 66px;
}
.section-10 {
	padding: 440px 0 100px 0;
}
.foot-info {
	float: right;
	/* margin-right: 41px; */
	/* text-align: center; */
	margin-right: 43px;
}
.foot-links li a:hover {
	color: #000;
}
.cpy-rgt {
		padding: 10px 0;
}
.top-arrow {
	display: inline-block;
	float: right;
}
.cpy-rgt h6 {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 12px 0;
}
.top-arrow i {
	font-size: 11px;
	color: #1dd4f3;
	width: 33px;
	height: 33px;
	text-align: center;
	border: 2px solid #1dd4f3;
	border-radius: 50%;
	padding-top: 10px;
}
.top-arrow i:hover {
	background: #fff;
	color: #031515;
	border: 2px solid;
}
.main-menu {
	display: none;
}
.payment-pr a span:hover {
	background: #ffaf40;
}
/**************************************************About Us********************************************************/













/************************************************Login**********************************************************************/

.log-ptb {
	padding: 10px 0 120px 0;
}
.inner-bg1 {
	position: relative;
}
.inner-bg1 {
	padding: 20px 0 50px 0;
}
.form-top {
	text-align: center;
	padding: 30px 0;
}
.form-top .logo {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.form-top .log-info {
	display: inline-block;
	float: right;
	margin-top: -27px;
}
.log-info h5 {
	color: #fff;
	font-size: 18px;
	font-family: 'calibri', sans-serif;
}
.log-info .btn-primary {
	border-radius: 50px;
	height: inherit;
	padding: 9px 0;
	min-width: 115px;
	text-transform: capitalize;
	margin-left: 10px;
}
.heading span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
	font-family: 'segoe', sans-serif;
}
.heading h4 {
	font-size: 45px;
	font-weight: bold;
}
.form_block {
	position: relative;
	margin: 10px 0;
}
.form_block label {
	display: none;
}
.form-pad {
	margin-top: 80px;
}
.form_block i {
	position: relative;
	position: absolute;
	right	: 6px;
	background: #4840f1;
	width: 37px;
	height: 37px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	padding-top: 11px;
	go: 17px;
	font-size: 17px;
	bottom: 0;
	margin: auto;
	top: 0;
}
.frgt {
	/* float: right; */
	padding: 10px 0 30px 0;
	text-align: center;
}
.frgt a {
	padding: 30px 0 20px 0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: right;
	font-family: 'calibri', sans-serif;
}
.submit_btn .btn-primary {
	height: inherit;
	padding: 10px 0;
	min-width: 150px;
	font-size: 13px;
	font-weight: normal;
}
.inner-cpy {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2aacff+0,5a53ea+100 */
background: #2aacff; /* Old browsers */
background: -moz-linear-gradient(top,  #2aacff 0%, #5a53ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2aacff 0%,#5a53ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2aacff 0%,#5a53ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aacff', endColorstr='#5a53ea',GradientType=0 ); /* IE6-9 */

	text-align: center;
	padding: 20px 0;
	text-align: center;
}
.inner-cpy h6 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: 500;
	font-family: 'calibri', sans-serif;
}
.inner-cpy h6 a {
	color: #fff;
}
.inner-cpy a:hover {
	text-decoration: none;
	color: #000;
}
.txt i {
	top: -5px;
	margin: inherit;
}


.check_block {
	text-align: center;
	padding: 35px 0 30px 0;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

/*************************************************************Dashboard********************************************************/

.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
	overflow: hidden;
	/*background: #fff;*/
}
#sidebar {
	height: auto;
	padding: 20px 0;
	background: url(../images/admin-bg1.jpg) no-repeat;
	background-size: cover;
	position: relative;
	
}
#sidebar {
	float: right;
	height: 100%;
}
#sidebar {
	min-width: 280px;
	max-width: 280px;
	/*background: #7386D5;*/
	color: #fff;
	transition: all 0.3s;
}
.log-admin {
	text-align: center;
	padding: 10px 0 30px 0;
	margin-top: 28px;
}
.user-info {
	text-align: center;
	padding: 7px 0;
	position: relative;
}
.user-info span::after {
	background: url(../images/user-dot.png) no-repeat;
	position: absolute;
	top: 2px;
	width: 17px;
	height: 17px;
	content: ' ';
}
.user-info span {
	display: inline-block;
	width: 80px;
	height: 70px;
	background: #fff;
	text-align: center;
	padding-top: 19px;
	border-radius: 10px;
}
.user-info h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}
.admin-btn {
	padding: 10px 0;
}
.admin-btn a {
	font-size: 16px;
	font-weight: bold;
	color: #24328c;
	padding: 10px 23px;
	min-width: 110px;
	margin: 0 6px;
	display: inline-block;
	border-radius: 10px;
}
.btn1 {
	background: #06e3e6;
	background: -moz-linear-gradient(top, #06e3e6 0%, #1d7df3 100%);
	background: -webkit-linear-gradient(top, #06e3e6 0%,#1d7df3 100%);
	background: linear-gradient(to bottom, #06e3e6 0%,#1d7df3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06e3e6', endColorstr='#1d7df3',GradientType=0 );
}
.admin-btn a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 10px 23px;
	min-width: 110px;
	margin: 0 6px;
	display: inline-block;
	border-radius: 10px;
	font-family: 'calibri', sans-serif;
}
.btn2 {
	background: #fff;
	color: #1990f1 !important;
}
.menu_admin {
	background: #ffffff;
	border-radius: 10px;
	margin: 10px 20px;
	padding: 0 20px;
}
.menu_admin li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(20, 20, 20, 0.18);
}
.menu_admin li a::after {
	position: absolute;
	content: '';
	height: 58px;
	width: 5px;
	background: #fcd21c;
	left: -20px;
	top: 0;
	bottom: 0;
	display: none;
	margin: auto;
}
.menu_admin li a {
	color: #4e69ef;
	font-size: 18px;
	padding: 18px 10px 18px 10px;
	display: inline-block;
	width: 100%;
	position: relative;
	font-family: 'calibri', sans-serif;
}.menu_admin li ul li a {
	padding: 5px 0;
}
.menu_admin li a:hover {
	text-decoration: none;
	color: #000;
}	
.menu_admin li a i:hover {
	color: #4e69ef;
}
.menu_admin li a i {
	margin-right: 10px;
}
#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
	overflow: auto;
	overflow: hidden;
}
.admin-top {
	/*background: #263484;*/
	padding: 12px 20px 12px 0;
}
#sidebarCollapse {
	display: none ;
}
#sidebarCollapse {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
}

#sidebarCollapse {
	border: none;
	outline: none;
}
.admin-top h4 {
	font-size: 20px;
	color: #433ce6;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 8px;
	font-weight: bold;
	font-family: 'Segoe UI', sans-serif;
}
.admin-top ul {
	display: inline-block;
	float: right;
	padding-top: 5px;
}
.admin-top ul li {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	font-family: 'calibri', sans-serif;
}
.admin-top ul li i {
	width: 35px;
	height: 35px;
	background: #4840f1;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
}
.admin-top ul li span {
	font-weight: normal;
}
.admin-middle {
	padding:  0px 0px 0px 0;
	background: #fff;
}
.sec-note {
	background: #4840f1;
	text-align: center;
	padding: 12px 0;
	margin: 20px 10px;
}
.sec-note p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-family: 'calibri', sans-serif;
}
.sec-note p i {
	color: #000;
	font-size: 19px;
	margin-right: 8px;
}
.sec-note p a {
	color: #000;
	text-decoration: underline;
}
.acc-bal-theme {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4e8ff+0,9285e7+100 */
background: #f4e8ff; /* Old browsers */
background: -moz-linear-gradient(top,  #f4e8ff 0%, #9285e7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4e8ff 0%,#9285e7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4e8ff 0%,#9285e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e8ff', endColorstr='#9285e7',GradientType=0 ); /* IE6-9 */

	margin: 75px 0 0 0;
	padding: 0 0 50px 0;
}
.accnotes-block {
	margin-top: -55px;
}
.bg-theme1 {
	background: #4840f1;
	padding: 30px 0;
	margin: 0 auto;
}
.other-bal {
	text-align: center;
}
.other-bal li {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06e3e6+0,1d7df3+100 */
background: #06e3e6; /* Old browsers */
background: -moz-linear-gradient(top,  #06e3e6 0%, #1d7df3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #06e3e6 0%,#1d7df3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #06e3e6 0%,#1d7df3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06e3e6', endColorstr='#1d7df3',GradientType=0 ); /* IE6-9 */

	padding: 8px 20px;
	border-radius: 10px;
	margin: 10px 24px;
}
.other-bal li i {
	color: #000;
	margin-right: 5px;
}
.bg-theme2 {
	background: #24328c;
}
.admin-cpyrgt {
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.acc-notes {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2aacff+0,5a53ea+100 */
background: #2aacff; /* Old browsers */
background: -moz-linear-gradient(top,  #2aacff 0%, #5a53ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2aacff 0%,#5a53ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2aacff 0%,#5a53ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aacff', endColorstr='#5a53ea',GradientType=0 ); /* IE6-9 */

	padding: 22px 0;
	
	width: 188px;
	margin: auto; 
	text-align: center;
	border-radius: 100%;
}

.accnotes-grad {
	background: #fff;
	padding: 25px 0;
	width: 146px;
	margin: auto;
	text-align: center;
	border-radius: 100%;
}
.acc-notes h5 {
	font-size: 23px;
	color: #4840f1;
	font-weight: bold;
	margin-bottom: 12px;
	font-family: 'Segoe UI', sans-serif;
	margin-top: 10px;
}
.acc-notes h5 small {
	font-size: 19px;
	font-weight: bold;
}
.acc-notes span {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
}

.acc-block {
	background: url(../images/glass-bg.png) no-repeat,rgba(163,171,183,1);
	background: url(../images/glass-bg.png) no-repeat, -moz-linear-gradient(top,  #2aacff 0%, #5a53ea 100%); /* FF3.6-15 */
	/* background: url(../images/glass-bg.png) no-repeat,-webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,171,183,1)), color-stop(61%, rgba(33,39,128,1)), color-stop(100%, rgba(252,212,34,1))); */
	/* background: url(../images/glass-bg.png) no-repeat, -webkit-linear-gradient(top, rgba(163,171,183,1) 0%, rgba(33,39,128,1) 61%, rgba(252,212,34,1) 100%); */
	/* background: url(../images/glass-bg.png) no-repeat,-o-linear-gradient(top, rgba(163,171,183,1) 0%, rgba(33,39,128,1) 61%, rgba(252,212,34,1) 100%); */
	/* background: url(../images/glass-bg.png) no-repeat, -ms-linear-gradient(top, rgba(163,171,183,1) 0%, rgba(33,39,128,1) 61%, rgba(252,212,34,1) 100%); */
	/* background: url(../images/glass-bg.png) no-repeat,linear-gradient(to bottom, rgba(163,171,183,1) 0%, rgba(33,39,128,1) 61%, rgba(252,212,34,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3abb7', endColorstr='#fcd422', GradientType=0 );
	text-align: center;
	-webkit-box-shadow: 0px 11px 25px -15px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px 11px 25px -15px rgba(0,0,0,0.54);
	box-shadow: 0px 11px 25px -15px rgba(0,0,0,0.54);
	margin: 20px 10px;
	padding: 30px 0;
}


.acc-block span {
	/* background: url(../images/hex-2.png) no-repeat; */
	text-align: center;
	width: 83px;
	height: 83px;
	display: inline-block;
	text-align: center;
	padding: 16px 0;
		background-color: #fff;
border-radius: 50%;
}
 
 
.acc-block span img {
	background: #fff;
	border-radius: 50%;
}
.acc-block strong {
	font-family: 'Segoe UI', sans-serif;
	font-size: 18px;
	color: #000;
	display: inline-block;
	width: 100%;
	padding: 20px 0 10px 0;
}
.acc-block h5 {
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	font-family: 'Segoe UI', sans-serif;
}




.accbal-info.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.logout {
	padding-top: 70px;
	text-align: center;
}
.heading-1 h4 {
	font-size: 35px;
	font-family: 'Segoe UI', sans-serif;
}
.heading-1 {
	padding: 20px 0px;
}


/***************************************************************DEPOSIT******************************************************/
.deposit-block {
	/* background: url(../images/bg3.jpg) no-repeat; */
	/* background-size: cover; */
	margin: 35px 0 45px 0;
	background: #4840f1;
}
.despoit-info {
	text-align: center;
}
.despoit-info h5 {
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	background: #4677f2;
	display: inline-block;
	padding: 9px 25px;
	margin: 0;
	margin-top: -30px;
	font-family: 'Segoe UI', sans-serif;
}
.despoit-info strong {
	font-size: 32px;
	font-weight: bold;
}
.despoit-info strong small {
	font-size: 19px;
	font-weight: bold;
}
.despoit-info .form_block {
	width: 90%;
	margin: 40px auto 0 auto;
}
.payment-list-detail {
	padding: 20px 0;
}
.payment-list-detail li {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-family: 'calibri', sans-serif;
}
input[type="radio"] {
	margin: 0 5px 0 0;
}
.deposit_btn {
	margin-bottom: -19px;
}
.depo-balance {
	display: inline-block;
	position: relative;
	padding: 15px 0 40px 0;
	width: 100%;
	text-align: center;
}
.depo-balance li {
	background: #4677f2;
	padding: 7px 60px;
	margin: 10px 8px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	font-family: 'calibri', sans-serif;
}

.form-block-space .form_block input {
	font-size: 20px;
	padding-left: 60px;
	background: background: #06e3e6;
	background: -moz-linear-gradient(top, #06e3e6 0%, #1d7df3 100%);
	background: -webkit-linear-gradient(top, #06e3e6 0%,#1d7df3 100%);
	background: linear-gradient(to bottom, #06e3e6 0%,#1d7df3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06e3e6', endColorstr='#1d7df3',GradientType=0 );
	border-radius: 0px;
	border: 1px solid #4f67ef;
	padding-left: 10px;
}


/*...............................................................plans.....................................................................*/

.inv-offer {
	padding: 20px 0;
	border-radius: 10px;
	background-size: auto auto;
	background-size: 800% 800%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	background: #2aacff;
	background: -moz-linear-gradient(left, #2aacff 0%, #5a53ea 99%);
	background: -webkit-linear-gradient(left, #2aacff 0%,#5a53ea 99%);
	background: linear-gradient(to right, #2aacff 0%,#5a53ea 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aacff', endColorstr='#5a53ea',GradientType=1 );
}
.plan-bg2 {
	background-size: 800% 800%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	background: #545eed;
	background: -moz-linear-gradient(left, #545eed 39%, #2aacff 99%);
	background: -webkit-linear-gradient(left, #545eed 39%,#2aacff 99%);
	background: linear-gradient(to right, #545eed 39%,#2aacff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545eed', endColorstr='#2aacff',GradientType=1 );
}
.inv-offer h4 {
	font-size: 41px;
	font-family: 'Segoe UI',sans-serif;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	/* padding-right: 60px; */
}
.inv-offer {
	text-align: center;
	margin: 15px 0;
}
.plan-head span {
	display: inline-block;
	padding: 9px 12px;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	background: #0de6f9;
	background: -moz-linear-gradient(top, #0de6f9 0%, #29c7ee 80%);
	background: -webkit-linear-gradient(top, #0de6f9 0%,#29c7ee 80%);
	background: linear-gradient(to bottom, #0de6f9 0%,#29c7ee 80%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0de6f9', endColorstr='#29c7ee',GradientType=0 );
	top: -10px;
	left: 42px;
}
.plan-head {
	display: inline-block;
	vertical-align: top;
	padding-top: 35px;
	margin-right: 52px;
}
.plan-info {
	display: inline-block;
}
.plan-btn {
	display: inline-block;
	vertical-align: top;
	padding-top: 43px;
	position: relative;
}
.plan-info li {
	display: inline-block;
	padding: 0 40px;
	text-align: center;
	position: relative;
}
.plan-info li::after {
	position: absolute;
	content: '';
	background: url(../images/dot.png) no-repeat;
	width: 11px;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -4px;
}
.plan-info li span {
	display: inline-block;
	padding: 10px 13px;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 8%, #1349f0 97%);
	background: -webkit-linear-gradient(top, #ffffff 8%,#1349f0 97%);
	background: linear-gradient(to bottom, #ffffff 8%,#1349f0 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1349f0',GradientType=0 );
}
.plan-info li small {
	font-size: 15px;
	color: #fff;
	display: block;
}.percen {
	display: inline-block;
}
.plan-info li h5 {
	font-size: 22px;
	color: #000;
	margin: 0;
	font-weight: 600;
}
.plan-head span::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21.5px 37px 21.5px 0;
	border-color: transparent #0DE6F9 transparent transparent;
	position: absolute;
	content: '';
	left: -37px;
	top: 0px;
	right: 0;
}
.plan-btn .btn {
	padding: 12px 42px;
}
.plan-btn::after {
	position: absolute;
	content: '';
	border-left: 2px dashed rgba(255, 255, 255, 0.41);
	left: -30px;
	height: 165px;
	top: 0;
	bottom: -40px;
	margin: auto;
}

.bg-theme2 a {
	background: #0bb089;
}
.fs-35 {
	font-size: 35px !important;
}
.plan-opc
{
		position: absolute;
	content: '';
	background: url(../images/plan-img.png) no-repeat;
	margin: auto;
}



/*************history******************/
.transact_box {
	margin: 10px 0;
}
.inner-btn .btn-primary {
	background: #06e3e6;
	background: -moz-linear-gradient(left, #06e3e6 0%, #1d7df3 100%);
	background: -webkit-linear-gradient(left, #06e3e6 0%,#1d7df3 100%);
	background: linear-gradient(to right, #06e3e6 0%,#1d7df3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06e3e6', endColorstr='#1d7df3',GradientType=1 );
}
.his-trans-bg {
	background: #4840f1;
}
.his-trans-bg {
	background: #4840f1;
	padding-top: 10px;
}
.inner-footer-pad  {
	margin-top: 40px;
}





/*************inner******************/

 
 


.faq_accordian{ width:100%;}
.faq_accordian .accordion-toggle{ cursor:pointer; margin:10px 0 0 0;}
.faq_accordian .accordion-toggle.active {
	background: #11aeec;
	color: #ffffff;
}.faq_accordian .accordion-content p a {
	color: #0d93c8;
	font-weight: 600;
}

.faq_accordian .accordion h4 {
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: inline-block;
	width: 100%;
	font-weight: normal;
	padding: 13px 45px 13px 10px;
	background: linear-gradient(-45deg, rgb(90, 83, 234), rgb(90, 83, 234), rgba(43,170,255,1), rgba(43,170,255,1) );
	animation: gradientBG 10s ease infinite;
	background-size: auto;
	background-size: 400% 400%;
}


.faq_accordian .accordion-content{display: none;} 
.faq_accordian .accordion-content p{ width:100%; display:inline-block; font-size: 14px; color:#2f2e2e; line-height:30px;
background:#f0eeee; padding: 20px 10px;}

.faq_accordian .accordion .open {display: block;}




@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.news-sec h4 {
	margin-bottom: 16px;
	color: #da9e13;
	font-size: 23px;
	text-transform: capitalize;
}

.news-sec h4 a {
	color: #da9e13;
	font-size: 21px;
}

.news-sec small {
background-color: #6734e9;
	color: #ffffff;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.news-sec p {
    font-size: 15px;
    font-weight: 500;
}

 
.news-sec.full_detail {
	min-height: inherit;
}
.news-sec h4 {
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 23px;
	text-transform: capitalize;
}

.news-sec h4 a {
color: #ffffff !important;
	font-size: 21px;
}
.news-sec small {
	background-color: #c40f0f;
	color: #ffffff;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
	font-size: 14px;
	background: linear-gradient(-45deg, #3aa8b9, #3aa8b9, #122f67, #122f67);
	background-size: auto;
	animation: gradientBG 10s ease infinite;
	background-size: 400% 400%;
}
.news-sec p {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.news-sec {
	background: #1d8ee0;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	margin: 5px 0;
}
.news-sec-details {
	min-height: inherit;
}
.bc h1 {
	text-transform: capitalize;
}
.dark-form input[type="text"] {
	background-color: #329dfb;
}



.success {
	  background: linear-gradient(1deg, #171858, #2b792b); background-size: 400% 400%;
  	

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation:AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
   border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
opacity: 0.7; display:inline-block;
}
.msg {
	color: #ffffff;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
	width: auto;
}
.msg.black {
	color: #fff;

}
.admin-cpyrgt {
	margin: 20px 0;
}

.error {
  background: linear-gradient(1deg, #171858, #b93b37);
  
   background-size: 400% 400%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
  border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
  opacity: 0.7;display:inline-block;
}
.msg li {
	display: inline-block;
	list-style-type: none;
 margin: 5px 0;
}



.msg .error i {
  background-color: #b93b37;
  color: #fff;

}

.msg .success i {
  background-color: #2b792b;
  color: #fff;

}
.msg i {

  margin-right: 5px;
  padding: 10px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.succes_msg {
  text-align: center;
  width: 100%;
}

.pagination {
	text-align: center;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}.page-link {
 
	color: #ffffff;
	background-color: transparent;
	border: none;
	 
}.prev.page-link.disabled {
	color: #fff;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #ffffff;
}.pagination li {
	display: inline-block;
}.page-link:hover {
	 
	background-color: transparent;
	border-color: transparent;
	 
}.tcu {
	text-align: center;
	font-size: 24px;
}
.sec-block li {
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
}.sec-block {
	color: #ffffff;
	margin: ;
}
.sec-block h6 {
	margin: 10px 0;
}
.sec-links li {
	color: #ffffff;
	list-style-type: none;
	margin-bottom: 10px;
}.percen h4:nth-child(2), .percen h4:nth-child(3) {
	display: none;
}