 
 
/***************************************************indexpage*********************************************************/
 

/****************
     button
***************/


.btn, .sbmt {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 28px;
	font-size: 14px;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Andika', sans-serif;
	text-transform: uppercase;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-info.focus, .btn-info:focus {
	box-shadow: none;
}
.btn-info {
	color: #070107 !important;
	text-shadow: 0 2px 0 #e9b94f;
	text-transform: uppercase;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}

.btn-info {
	color: #fff;
	border-color: transparent;
	border-radius: 50px !important;
	padding: 18px 35px !important;
	background: rgba(249,218,107,1);
	background: -moz-linear-gradient(top, rgba(249,218,107,1) 0%, rgba(246,236,181,1) 27%, rgba(187,144,43,1) 78%, rgba(244,221,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,218,107,1)), color-stop(27%, rgba(246,236,181,1)), color-stop(78%, rgba(187,144,43,1)), color-stop(100%, rgba(244,221,153,1)));
	background: -webkit-linear-gradient(top, rgba(249,218,107,1) 0%, rgba(246,236,181,1) 27%, rgba(187,144,43,1) 78%, rgba(244,221,153,1) 100%);
	background: -o-linear-gradient(top, rgba(249,218,107,1) 0%, rgba(246,236,181,1) 27%, rgba(187,144,43,1) 78%, rgba(244,221,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,218,107,1) 0%, rgba(246,236,181,1) 27%, rgba(187,144,43,1) 78%, rgba(244,221,153,1) 100%);
	background: linear-gradient(to bottom, rgba(249,218,107,1) 0%, rgba(246,236,181,1) 27%, rgba(187,144,43,1) 78%, rgba(244,221,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9da6b', endColorstr='#f4dd99', GradientType=0 );
	font-size: 18px;
}
.btn-info:hover {
	/* color: #fff; */
	background-color: transparent;
	border-color: transparent;
	background: -webkit-linear-gradient(top, rgba(244,221,153,1) 0%, rgba(187,144,43,1) 22%, rgba(246,236,181,1) 73%, rgba(249,218,107,1) 100%);
	background: -o-linear-gradient(top, rgba(244,221,153,1) 0%, rgba(187,144,43,1) 22%, rgba(246,236,181,1) 73%, rgba(249,218,107,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,221,153,1) 0%, rgba(187,144,43,1) 22%, rgba(246,236,181,1) 73%, rgba(249,218,107,1) 100%);
	background: linear-gradient(to bottom, rgba(244,221,153,1) 0%, rgba(187,144,43,1) 22%, rgba(246,236,181,1) 73%, rgba(249,218,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd99', endColorstr='#f9da6b', GradientType=0 );
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.btn-primary, .sbmt {
 
	background: rgba(213,128,103,1);
	background: -moz-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213,128,103,1)), color-stop(100%, rgba(212,92,100,1)));
	background: -webkit-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
	background: -o-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
	background: linear-gradient(to right, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d58067', endColorstr='#d45c64', GradientType=1 );
	border: none;
}
 
 .btn-lg {
	background: #0147b7;
	padding: 21px 60px;
	border-radius: 50px;
	color: #fff !important;font-size:17px;
}

.btn-secondary {
	border: none;
	background: #0147b7;
	color: #fff;
}


.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {

background: #344b6c;

}
 
 
 
 
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	 
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus, .sbmt:focus {
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
}
.btn-primary:hover, .sbmt:hover {
	color: #fff;

background: rgba(212,92,100,1);
background: -moz-linear-gradient(left, rgba(212,92,100,1) 0%, rgba(213,128,103,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,92,100,1)), color-stop(100%, rgba(213,128,103,1)));
background: -webkit-linear-gradient(left, rgba(212,92,100,1) 0%, rgba(213,128,103,1) 100%);
background: -o-linear-gradient(left, rgba(212,92,100,1) 0%, rgba(213,128,103,1) 100%);
background: -ms-linear-gradient(left, rgba(212,92,100,1) 0%, rgba(213,128,103,1) 100%);
background: linear-gradient(to right, rgba(212,92,100,1) 0%, rgba(213,128,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d45c64', endColorstr='#d58067', GradientType=1 );

}
 
 /***************Header****************/
 
 .navbar-nav li a {
	color: ;
	font-family: 'Andika', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 18px;color: #fff;
}

 
 .navbar-nav li a:hover {
	color: #ff7542;
}
.navbar {
 
	padding: 0;
}
.depature h6 {
	font-size: 17px;
	color: #fff;
}
.depature h6 i {
	background: #0153bf;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	padding-top: 7px;
	font-size: 14px;
	margin-right: 8px;
}
.depature {
	text-align: right;
}
 
 .top-btns {
	padding-left: 50px;
}
 
 .carousel-indicators li {
 
	background-color: #000 !important;
	 
}
 
 
 .stat_det {
 
	position: relative;
	z-index: 2;
}
 
 
.banner_content h2{
	 
	 font-size:72px;
	 font-weight:600;
 }
.rd {
	font-size: 72px !important;
}
  
.banner_content h3 sup {
	font-size: 48px;
	color: #000;font-weight:600;
}
 
.banner_content h3 {
	font-size: 64px; color:#0153bf;font-weight:600;
}
.banner_content p {
	font-size: 17px;
	line-height: 30px;
 
	padding-top: 45px;
	padding-bottom: 20px;width: 85%;
}	
	
	.ques i {
background: -moz-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213,128,103,1)), color-stop(100%, rgba(212,92,100,1)));
background: -webkit-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
background: -o-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
background: -ms-linear-gradient(left, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
background: linear-gradient(to right, rgba(213,128,103,1) 0%, rgba(212,92,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d58067', endColorstr='#d45c64', GradientType=1 );

	padding: ;
	width: 35px;
	height: 35px;
	width: ;
	background: ;
	border-radius: 50%;
	text-align: center;
	font-size:16px;
	color:#fff;margin-right:7px;
	padding-top: 11px;
}

	
	
	
	.ques {
	font-size: 20px;margin-left:15px;
	
}
.banner_content {
	margin: 25px 0;
 
	padding-top: 65px;
}
	
	 
.banner-img::after {
	position: absolute;
	background: url(../images/banner-img.png) no-repeat;
	content: "";
	width: 860px;
	height: 533px;
 
	top: -60px;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.banner-img{
		position: relative;
}
  
.banner-img {
	margin-left: 30px;
 
}
.company_ic li {
	display: inline-block;
}
.company_ic {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 40px 0;
}
.title h2 {
	font-size: 50px;
	text-align: center;font-weight: 600;
	position:relative;z-index: 2;
}

.logo {
	display: inline-block;
}


.top-btns {
	display: inline-block;
}
.navbar.navbar-expand-md.navbar-light {
	display: inline-block;
 
	float: right;
	padding-top: 46px;
}
 
 header {
	padding: 0 20px;
}
.title h2::after {
	position: absolute;
	background: url(../images/title_cloud.png) no-repeat !important;
	content: "";
	width: 332px;
	height: 109px;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: 0;
	left: 0;
	margin: auto;
}
.title h2::before {
	position: absolute;
	background: url(../images/ic_title.png) no-repeat;
	content: "";
	width: 60px;
	height: 26px;
	top: -15px;
	right: 0;
 
	z-index: 0;
	margin: auto;
	left: 0;
}


.title2 h2::after {
 
	background: url(../images/cloud2.png) no-repeat;
	 
}

.title2 h2::before {
 
	background: url(../images/ic_title2.png) no-repeat;
	 
}



.title {
	padding: 25px 0;
}
.feat_ic {
	background: rgba(255,126,57,1);
	background: -moz-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,126,57,1)), color-stop(99%, rgba(255,143,30,1)), color-stop(100%, rgba(255,143,30,1)));
	background: -webkit-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: -o-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: linear-gradient(to bottom, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e39', endColorstr='#ff8f1e', GradientType=0 );
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	padding-top: 9px;
	line-height: 28px;
}
.feature h4 {
	font-size: 22px;
 
	padding-top: 35px;
	 
}
.feature p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align: center;
 margin:auto;
}
.feature {
	text-align: center;
}

 
.feature a:hover {
	background: #ff7f38;
	color: #fff;
}

 
.bgcolor1 {
	
	background: rgba(255,126,57,1);
	background: -moz-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,126,57,1)), color-stop(99%, rgba(255,143,30,1)), color-stop(100%, rgba(255,143,30,1)));
	background: -webkit-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: -o-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	background: linear-gradient(to bottom, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 99%, rgba(255,143,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e39', endColorstr='#ff8f1e', GradientType=0 );
}
 
.bgcolor2 {

background: rgba(48,97,195,1);
background: -moz-linear-gradient(top, rgba(48,97,195,1) 0%, rgba(48,97,195,1) 1%, rgba(15,116,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,97,195,1)), color-stop(1%, rgba(48,97,195,1)), color-stop(100%, rgba(15,116,224,1)));
background: -webkit-linear-gradient(top, rgba(48,97,195,1) 0%, rgba(48,97,195,1) 1%, rgba(15,116,224,1) 100%);
background: -o-linear-gradient(top, rgba(48,97,195,1) 0%, rgba(48,97,195,1) 1%, rgba(15,116,224,1) 100%);
background: -ms-linear-gradient(top, rgba(48,97,195,1) 0%, rgba(48,97,195,1) 1%, rgba(15,116,224,1) 100%);
background: linear-gradient(to bottom, rgba(48,97,195,1) 0%, rgba(48,97,195,1) 1%, rgba(15,116,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3061c3', endColorstr='#0f74e0', GradientType=0 );

}
 
.bgcolor3 {
	

background: rgba(159,176,48,1);
background: -moz-linear-gradient(top, rgba(159,176,48,1) 0%, rgba(168,182,74,1) 99%, rgba(168,182,74,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(159,176,48,1)), color-stop(99%, rgba(168,182,74,1)), color-stop(100%, rgba(168,182,74,1)));
background: -webkit-linear-gradient(top, rgba(159,176,48,1) 0%, rgba(168,182,74,1) 99%, rgba(168,182,74,1) 100%);
background: -o-linear-gradient(top, rgba(159,176,48,1) 0%, rgba(168,182,74,1) 99%, rgba(168,182,74,1) 100%);
background: -ms-linear-gradient(top, rgba(159,176,48,1) 0%, rgba(168,182,74,1) 99%, rgba(168,182,74,1) 100%);
background: linear-gradient(to bottom, rgba(159,176,48,1) 0%, rgba(168,182,74,1) 99%, rgba(168,182,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fb030', endColorstr='#a8b64a', GradientType=0 );

}
 
.bgcolor4 {
	 background: rgba(50,210,238,1);
background: -moz-linear-gradient(top, rgba(50,210,238,1) 0%, rgba(50,210,238,1) 1%, rgba(50,219,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,210,238,1)), color-stop(1%, rgba(50,210,238,1)), color-stop(100%, rgba(50,219,238,1)));
background: -webkit-linear-gradient(top, rgba(50,210,238,1) 0%, rgba(50,210,238,1) 1%, rgba(50,219,238,1) 100%);
background: -o-linear-gradient(top, rgba(50,210,238,1) 0%, rgba(50,210,238,1) 1%, rgba(50,219,238,1) 100%);
background: -ms-linear-gradient(top, rgba(50,210,238,1) 0%, rgba(50,210,238,1) 1%, rgba(50,219,238,1) 100%);
background: linear-gradient(to bottom, rgba(50,210,238,1) 0%, rgba(50,210,238,1) 1%, rgba(50,219,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32d2ee', endColorstr='#32dbee', GradientType=0 )
}
.feature a {
	padding: 6px 34px;
	font-size: 15px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Andika', sans-serif;
	margin: 25px 0;
	display: inline-block;
}
.feature {
	text-align: center;
	margin: 50px 0;
}

.text-rgt {
	float: right;
}

.plan {
	text-align: center;
	display: inline-flex;
	width: 100%;
}
.plan h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.plan h1 {
	font-size: 58px;
	font-family: 'Andika', sans-serif;
	color: #fff;
	min-height: 66px;
}
.plan span {
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

.invest_det li span {
	display: block;
}
.invest_det li {
	display: inline-block;
	width: 100%;
}
.invest_det li {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 33px;
	margin: 8px 0;


}
.invest_det li span {
	font-size: 35px;
}


.plan-bg1 {
	background: url(../images/plan-bg1.jpg) no-repeat;
	background-size: cover;
}

.plan-bg2 {
	background: url(../images/plan-bg2.jpg) no-repeat;
	background-size: cover;
}
.plan-bg3 {
	background: url(../images/plan-bg3.jpg) no-repeat;
	background-size: cover;
}
.plan {
	display: inline-block;
	width: 80%;
	padding: 30px 0;
	position: relative;
	margin: auto;
	text-align: center;
}
 
.plan-bg1::after {
	position: absolute;
	background: url(../images/plan-img1.png) no-repeat;
	content: "";
	width: 144px;
	height: 369px;
	bottom: 0;
	right: -45px;
	z-index: 0;
	margin: auto;
 
}

.plan-bg2::after {
	position: absolute;
	background: url(../images/plan-img2.png) no-repeat;
	content: "";
	width: 125px;
	height: 364px;
	bottom: 0;
	right: -45px;
	z-index: 0;
	margin: auto;
}

.plan-bg3::after {
	position: absolute;
	background: url(../images/plan-img3.png) no-repeat;
	content: "";
	width: 142px;
	height: 329px;
	bottom: 0;
	right: -45px;
	z-index: 0;
	margin: auto;
}

.plan_list.owl-carousel .owl-stage-outer {
 
	margin-right: -10px;
}
.plan .btn-secondary {
	padding: 12px 16px !important;
}
.plan_list {
	padding: 30px 0;
}

.plan-bg1::before {
	position: absolute;
	background: url(../images/plan-1_after.png) no-repeat;
	content: "";
	width: 293px;
	height: 247px;
	bottom: -247px;
	right: 0;
	z-index: 3;
	margin: auto;
	left: 0;
}

.plan-bg2::before {
	position: absolute;
	background: url(../images/plan-2_after.png) no-repeat;
	content: "";
	width: 293px;
	height: 247px;
	bottom: -247px;
	right: 0;
	z-index: 3;
	margin: auto;
	left: 0;
}
.plan-bg3::before {
	position: absolute;
	background: url(../images/plan-3_after.png) no-repeat;
	content: "";
	width: 293px;
	height: 247px;
	bottom: -247px;
	right: 0;
	z-index: 3;
	margin: auto;
	left: 0;
}
.stats p {
	font-size: 34px;
	/* color: #fff; */
	margin: auto;
	line-height: 32px;
	color: #acc7f2;    padding: 21px 0;

}
.stat_det h5 {
font-size: 30px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.stat_det h5 small {
	font-size: 13px;
	font-weight: 600;
}
.stat_det span {
	font-size: 22px;
}
.stat_det {
	padding: 25px 0;
}
.stats {
	padding: 17px 0;
}
.plan_list.owl-carousel, .plan_list.owl-carousel .owl-item {
	text-align: center;
	padding-bottom: 174px;
}

 
 .theme-color2 {
	background: #131b2e;
	
}


.stat{
	margin-top: -500px;
padding-top: 210px;
padding-bottom: 40px;
}
.service h4 {
	font-size: 26px;
	color: #0147b7;
	font-weight: 400;
padding: 20px 0;

}
.service p {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	line-height: 29px;
}
.service {
	padding: 10px 0;
}
.testimonial p {
	color: #fff;
	font-size: 20px;
	line-height: 33px;
	text-align: left;
}
.quotes i {
	font-size: 62px;
	color: #fff;
}
.testi-name h6 {
	color: #fff;
	background: #eb6770;
	font-size: 20px;
	display: inline-block;
	padding: 2px 15px;
}
.testi-name span {
	color: #fff;
	font-family: 'Andika', sans-serif;
	font-size: 18px;
	display: block;
}
.testi-name {
	display: inline-block;
	border-left: 2px solid #fff;padding-left: 18px;margin: 20px 0;
 
}
 
.owl-dot span {
	background: none repeat scroll 0 0 #eb6770;
	border-radius: 20px;
	display: block;
	height: 10px;
	margin: 0;
	outline: none;
	width: 9px;
}
.owl-dot {
	border: none;
	background: inherit;
	outline: none !important;padding: 0 3px;
}
.owl-dots {
	position: absolute;
	 
	top: 0;
}
.owl-dot.active span {
 
	width: 16px;
	height: 16px;
 
	background: #fff;
}

.testimonial {
	padding: 50px 0;
}
.owl-carousel .owl-item img {
 
	width: auto;
 
}
.secure_ico{
	background: #ea6544;
	padding: 40px 0;
}
.footer_head h2 {
	font-size: 34px;
	color: #fff;
	padding: 40px 0;
}
.footer_links li {
	display: inline-block;
	width: 100%;
	line-height: 25px;
}
.footer_links li a {
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.footer_links li {
	color: #fff;
	font-size: 16px;
	line-height: 26px;	font-family: 'Roboto', sans-serif;
}
.footer_links img {
	padding: 20px 0;
}

.accept_coin img {
	padding: 0;
	 
}
.accept_coin {
	display: inline-block;width:100%;
	margin-top: -18px;
}
.cpy_rgt {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #828f9f;font-weight: 400;padding-top: 10px;
}
 
 .cpy_rgt a {
	color: #828f9e;
}
 .cpy_rgt a:hover {
	color: #e9b94f;
}
.top_ic {
	background: #0147b7;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: ece;
	padding-top: 10px;
	border-radius: 50%;
	margin-bottom: 6px;
	margin-top: -25px;
	margin: auto;
	cursor: pointer;
}

.secure_ico.owl-carousel.owl-loaded.owl-drag {
	margin-top: -45px;
	margin-bottom: -81px;
 
}
.priv a {
	color: #fff;
}
#myBtn {
	margin-bottom: 7px;
	cursor: pointer;
}

.top_ic:hover {
	background: #e5634b;
}
 
 
 .footer_links li a:hover {
	color: #e5634b;
}


.ques a {
	font-size: 20px !important;
	color: #000000;
}
.ques a:hover {


	color: #e5634b;
}
.btn-lg:hover {
	background: #e5634b;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.banner_content h3 span code {
	color: #000;
}
/* CAROUSEL STARTS */
 

.feedback-slider-item {
	position: relative;
 
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}


.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}
.feat_block {
	display: inline-block;
	width: 50%;
	float: right;
}
.feat_block img {
	text-align: center;
	margin: auto;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
 

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

 
/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
	
}
.feat_block {
	display: inline-block;
	width: 55%;
	float: none;
	background: #e76448;
padding: 23px 8px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	height: 100%;
}


.feat_block h5 {
	font-size: 18px;
	color: #224161;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}

.feat_block p {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: left;
}
.feat_block span {
	padding: 0px 0;
	display: inline-block;
	text-align: ce10;
	text-align: center;
	width: 100%;
}
.feedback-slider-item {
	position: relative;
	background: url(../images/featur-bg1.jpg) no-repeat;
	display: inline-block;
background-size: cover;
 
}
.feedback-slider .owl-nav {
	display: none;
}

 
 
 
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*        .wwkt img {
      display: inline-block;
      width: 100%;
      height: 100%;
      opacity: 0;

    }*/

    .ktrv>div.wwkt>div:nth-child(2) {
        position: absolute;
        top: 0;
        width: 100%;
        height: inherit;
        display: table;
   	
        border-radius: 5px;
    }
	
	   .ktrv>div.wwkt.bg1>div:nth-child(1) {
		   background: url(../images/featur-bg1.jpg) no-repeat; 
		   
	   }
	
	   .ktrv>div.wwkt.bg2>div:nth-child(2) {
		   background: url(../images/featur-bg2.jpg) no-repeat; 
		   
	   }
	      .ktrv>div.wwkt.bg3>div:nth-child(3) {
		   background: url(../images/featur-bg1.jpg) no-repeat; 
		   
	   }
	   
    .ktrv>div.wwkt>div:last-child {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
		  
        display: table;
    }
    .ktrv > div.wwkt > div:first-child {

    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;

}

  

    #callback-output {
        height: 250px;
        overflow: scroll;
    }



    .ktrv>div.wwkt {
        display: inline-block;
        cursor: pointer;
    }
	
	.ktrv {
	width: 100%;
	 
	height: 300px;
	position: relative;
	clear: both;
	overflow: hidden;
 
}
 
 
 .carousel-item.active::after {
	border: none;
}
 
 
 .carousel-indicators-numbers li {
	display: inline-block;
	margin: 0 8px;
	font-size: 17px;
	font-weight: 700;cursor: pointer;
 
transition: opacity .6s ease;
	
	
}
.carousel-indicators-numbers li.active {
	width: 30px;
	height: 49px;
	background-color: #d58167 !important;
	padding: 4px 3px;
	border-radius: 50%;
	font-size: 15px;
	text-align: center;
	color: #fff;
	position: relative;
	margin-top: -12px;
}

.carousel-indicators-numbers li.active::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 8px;
	border: ;
	background: #000;
	bottom: 0;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
}
 .banner_content span {
	font-size: 34px;
	color: #000;
 }
.banner_content h3 span {
	display: block;
	padding-left: 85px;
	padding-top: 74px;
	margin-bottom: 23px;
	font-weight: 300;
}
 
 
 .carousel-indicators li {
box-sizing: inherit;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: 0;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	 opacity: 1;
	transition: opacity .6s ease;
}
 
 .carousel-indicators {
	position: absolute;
right: inherit;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
	top: 0;
}





.clouds_two {
	background: url(../images/cloud2.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_two 75s linear infinite;
	-moz-animation: cloud_two 75s linear infinite;
	-o-animation: cloud_two 75s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.clouds_one {
	background: url(../images/cloud1.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-animation: cloud_one 50s linear infinite;
	-moz-animation: cloud_one 50s linear infinite;
	-o-animation: cloud_one 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.clouds_three {
	background: url(../images/cloud3.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_three 100s linear infinite;
	-moz-animation: cloud_three 100s linear infinite;
	-o-animation: cloud_three 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

@-webkit-keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}





@-moz-keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-moz-keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-moz-keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}








.menu {
	text-align: start;
	display: inline-block;
	float: left;
	padding-top: 3px;
	color: #fff;
}
.navbar-collapse {
 
	display: inline-block;
	width: 100%;
}
.menu {
	display: none;
}
.bg-3::after {
	position: absolute;
	background: url(../images/bg-aft2.png) no-repeat;
	content: "";
	width: 100%;
	height: 122px;
	right: 0;
	left: 0;
	top: -88px;
}

.bg-3::before {
	position: absolute;
	background: url(../images/bg-aft1.png) no-repeat;
	content: "";
	width: 100%;
	height: 122px;
	right: 0;
	left: 0;
	bottom: -99px;
}

.form_block i {
	background: #324a69;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding-top: 9px;
	text-align: center;
	color: #fff;
	
	position: absolute;

top: 8px;

left: 11px;

right: 0;
}

.inner_head {
	font-size: 52px;
	color: #f0f6fd;text-align: center;
	font-weight: 600;
	padding: 25px 0;
}
 

.form_block {
	position: relative;
	margin: 6px 0;z-index: 2;
}

.submit_btn .btn-primary {
	padding: 20px 55px;
	border-radius: 50px;
	color: #fff !important;
	font-size: 17px;
}

.log h5 {
	display: inline-block;
}
.log span {
	display: inline-block;
}
.log h5 {
	display: inline-block;
	color: #fff;
}
.log h5 a {
	color: #fff;
}

.log h5 a:hover {
	color: #d45c64;
}
.dib.log {
	padding-left: 18px;
	z-index: 1;
	position: relative;
}
 .check_block span {
	font-size: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 100%;
}
 
.inner_hd {
	padding: 0;
	text-align: center;
 
	font-size: 34px;
	color: #fff;
}
.addr  {
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.add_det {
	float: right;
}
.inner_cn {
	float: right;
}


.check_block a {
	color: #fff;
}
.check_block a:hover{
	color: #d45c64;
}

.bg-inner1::after {
	position: absolute;
	background: url(../images/inner-img.png) no-repeat;
	content: "";
	width: 774px;
	height: 570px;
	top: 114px;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.logo_inner {
	display: inline-block;
}
 
 
 
 /*
F5EB42 - sun inner
E4C74D - sun outer
FFFFFF - cloud inner
D4D4D2 - cloud outer
81C0D5 - parent outer
C0E6F6 - parent inner
FFFDF2 - moon inner
DEE1C5 - moon outer
FCFCFC - stars
*/
 

body{
 

 
 
 background: rgba(34,81,142,1);
background: -moz-linear-gradient(top, rgba(34,81,142,1) 0%, rgba(87,138,196,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,81,142,1)), color-stop(100%, rgba(87,138,196,1)));
background: -webkit-linear-gradient(top, rgba(34,81,142,1) 0%, rgba(87,138,196,1) 100%);
background: -o-linear-gradient(top, rgba(34,81,142,1) 0%, rgba(87,138,196,1) 100%);
background: -ms-linear-gradient(top, rgba(34,81,142,1) 0%, rgba(87,138,196,1) 100%);
background: linear-gradient(to bottom, rgba(34,81,142,1) 0%, rgba(87,138,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22518e', endColorstr='#578ac4', GradientType=0 );

  transition: all 1s;
  

}

.toggle input[type="checkbox"] {
	margin: 0 5px 0 0;
	position: absolute;
	z-index: 2;
	width: 97px;
	height: 45px;
}




   .night{
  
  
 background: url(../images/bg-inner1.jpg) no-repeat !important; 	background-size: cover;
 
  }

 
@mixin crater($top, $left, $size) {
  content: '';
  position: absolute;
  top: $top;
  left: $left;
  width: $size;
  height: $size;
  background-color: #EFEEDA;
  border-radius: 100%;
  border: 4px solid #DEE1C5;
}

@mixin cloudBubble($top, $right, $width, $height, $deg) {
  content: '';
  display: block;
  position: relative;
  top: $top;
  right: $right;
  width: $width;
  height: $height;
  border: 8px solid #D4D4D2;
  border-radius: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotateZ($deg);
  background-color: #fff;
}

 


.toggle {
	position: relative;
	display: inline-block;
	width: 100px;
	margin-left: 100px;
	padding: 4px;
	border-radius: 40px;
 
	float: right;
	margin-top: 25px;
	z-index: 4;
}

.toggle:before,
.toggle:after {
  content: '';
  display: table;
}

.toggle:after {
  clear: both;
}

.toggle-bg {
	position: absolute;
	top: -8px;
	left: -6px;
	width: 106px;
	height: 57px;
	background-color: #C0E6F6;
	border-radius: 40px;
	border: 4px solid #81C0D5;
	transition: all .1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}




 .toggle-input:checked .toggle-switch .toggle-switch-figureAlt {
	 
	-webkit-transform: scale(1);
	transform: scale(1);
}


.toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: 100%;
  border: 1px solid red;
  border-radius: 40px;
  z-index: 2;
  opacity: 0;
}


.toggle-switch {
 
	width: 40px;
	height: 40px;
	margin-left: 45px;
	background-color: #F5EB42;
	border: 4px solid #E4C74D;
	border-radius: 50%;
	transition: all .1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	top: 0px;
	position: absolute;
}


.toggle-switch-figure {
	position: absolute;
	bottom: -14px;
	left: -50px;
	display: block;
	width: 82px;
	height: 41px;
	border: 8px solid #D4D4D2;
	border-radius: 20px;
	background-color: #fff;
	transform: scale(0.4);
	transition: all .12s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.toggle-switch-figure::before {
	content: '';
	display: block;
	position: relative;
	top: -18px;
	right: 1;
	width: 36px;
	height: 29px;
	border: 8px solid #D4D4D2;
	border-radius: 100%;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: rotateZ(30deg);
	transform: rotateZ(30deg);
	background-color: #fff;
}




.toggle-switch-figure::after {
	content: '';
	display: block;
	position: relative;
	top: -48px;
	right: -26px;
	width: 44px;
	height: 36px;
	border: 8px solid #D4D4D2;
	border-radius: 100%;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: rotateZ(70deg);
	transform: rotateZ(70deg);
	background-color: #fff;
}



.toggle-switch-figure::after {
    @include cloudBubble(-65px, -42px, 15px, 15px, 70deg);
  }
.toggle-switch-figure::before {
    @include cloudBubble(-25px, -10px, 30px, 30px, 30deg);
  }
  
  
.toggle-switch-figureAlt {
  @include crater(5px, 2px, 2px);
  
  box-shadow: 
    42px -7px 0 -3px #FCFCFC,
    75px -10px 0 -3px #FCFCFC,
    54px 4px 0 -4px #FCFCFC,
    83px 7px 0 -2px #FCFCFC,
    63px 18px 0 -4px #FCFCFC,
    44px 28px 0 -2px #FCFCFC,
    78px 23px 0 -3px #FCFCFC;
  
  transition: all .12s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transform: scale(0);
}

.toggle-switch-figureAlt:before {
  @include crater(-6px, 18px, 7px);
}

.toggle-switch-figureAlt:after {
  @include crater(19px, 15px, 2px);
}

 
 
.toggle-input:checked ~ .toggle-switch {
  margin-left: 0;
  border-color: #DEE1C5;
  background-color: #FFFDF2;
}

.toggle-input:checked ~ .toggle-bg {
 
	border-color: #202020;
			background: url(../images/toggle-bg.jpg) no-repeat;
	background-size: cover;
}

.toggle-input:checked ~ .toggle-switch .toggle-switch-figure {
  margin-left: 40px;
  opacity: 0;
  transform: scale(0.1);
  
}

.toggle-input:checked ~ .toggle-switch .toggle-switch-figureAlt {
  transform: scale(1);
}



.toggle-switch-figure::before {
	content: '';
	display: block;
	position: relative;
	top: -25px;
	right: -10px;
	width: 30px;
	height: 30px;
	border: 8px solid #D4D4D2;
	border-radius: 100%;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: rotateZ(30deg);
	transform: rotateZ(30deg);
	background-color: #fff;
}

.toggle-switch-figureAlt::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	background-color: #efeeda;
	border-radius: 100%;
	border: 2px solid #dee1c5;
}

.toggle-switch-figureAlt::after {
	content: '';
	position: absolute;
	top: 21px;
	left: 15px;
	width: 8px;
	height: 8px;
	background-color: #efeeda;
	border-radius: 100%;
	border: 2px solid #dee1c5;
}



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



.inner_top_bar {
	background: #0147b7;
}

.alert h6 {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Andika', sans-serif;
	font-size: 14px;
	margin-right: 5px;
}

.alert-warning {
	color: #856404;
	background-color: inherit;
	border-color: inherit;
	border: none;
	text-align: center;
	padding: 0;
margin: 3px 0;
}

.alert p {
	display: inline-block;
	color: #fff;
	font-weight: bold;
margin: 8px 0;font-size: 14px;
}
 
 

.admin_acc h6 {
	background: #fff;
	padding: 9px 36px;
	border-radius: 50px;
		font-size: 15px;
	font-family: 'Cabin', sans-serif;
	color: #0147b7;
	margin-right: 11px;
	
}
.spin {
	margin-left: 7px;
}
 
.alert-dismissible .close {
	padding: 0 0px;
 
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 0;
	color: #0147b7;
	text-shadow: none;
	right: inherit;opacity: 1;
	top: 12px;
	margin-left: 10px;
}
.spin i {
	background: #fff;
	background: rgba(246,118,19,1);
	background: -moz-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,118,19,1)), color-stop(100%, rgba(238,78,20,1)));
	background: -webkit-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: -o-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: linear-gradient(to bottom, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67613', endColorstr='#ee4e14', GradientType=0 );
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: ;
	text-align: center;
	padding-top: 10px;
}
.profile {
	display: inline-block;
margin-top: 25px;
margin-left: 5px;
}

.admin_logo {
	padding: 4px 0;
}

.profile i {
	background: #0153bf;
	font-size: 18px;
width: 45px;

height: 45px;
	border-radius: 50%;
	text-align: center;
padding-top: 14px;
	color: #fff;
}

.admin_btn {
	display: inline-block;
}
.admin_acc {
	display: inline-block;
}
.profile small {
	font-size: 24px;
 
	font-style: italic;color: #fff;
	font-weight: 300;
 
}

.dropdown.admin_drp {
	display: inline-block;
}
 .btn.btn-primary.dropdown-toggle {
	background: inherit;
	padding: 0;
	font-size: 17px;
	font-family: 'Cabin', sans-serif;
	text-transform: capitalize;
}
.admin_drp .btn-primary:not(:disabled):not(.disabled).active, .admin_drp .btn-primary:not(:disabled):not(.disabled):active,
.admin_drp .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: inherit;
	border-color: inherit;
}

 .logout i {
	background: #2a1b3d;
	width: 40px;
	height: 40px;
	padding-top: 11px;
	color: #fff;
	border-radius: 50%;
 	text-align: center;
	font-size: 18px;
}
.logout {
	float: right;padding-top: 25px;
}

.admin_head h4 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;text-transform: uppercase;
}
.admin_head {
	display: inline-block;
}
.admin_links {
	display: inline-block;
	float: right;
}
.admin_links h6 {
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.admin_links h6 a {
	color: #fff;
}
.admin_links h6 a:hover {
	color: #f25913;
}
.admin_links h6 {
	color: #32d4ee;margin: 0;padding-top: 10px;text-transform: capitalize;
}

 
.logout i:hover {
	background: #0147b7;
}
.navbar.navbar-expand-md.navbar-light.admin_nav {
	display: inline-block;
	float: none;
	padding-top: 0;
}



.nav-item img {
	padding-right: 5px;
}
.nav-item.dropdown {
	display: inherit;
}

.admin_nav.navbar-light .navbar-nav .nav-link {
	color: #e16151;margin-top: 6px;
}

.admin_nav .nav-item {
	background: #fff;
	-webkit-box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.32);
	box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.23);
	box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.23);
	padding: 5px 4px;
	border-radius: 5px;
	margin-right: 8px;
}
.admin_nav .navbar-nav li a.dropdown-item span {
	font-size: 15px;
}
.admin_nav .navbar-nav li a {
	font-family: 'Andika', sans-serif;
	text-transform: uppercase;
	padding: 0 8px;
	color: #e16151;
	font-size: 16px;
	font-weight: 500;
}

.navbar_admin {
	margin-top: -26px;
}
.navbar_admin {
	position: relative;
	z-index: 6;text-align: center;
}
.dropdown-menu a {
	padding: 5px 10px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
 
	background-color: #2d4869;
	color: #fff !important;
}


table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.news-box {
	background: rgba(62,4,125,1);
	background: -moz-linear-gradient(top, rgba(62,4,125,1) 0%, rgba(111,49,166,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,4,125,1)), color-stop(100%, rgba(111,49,166,1)));
	background: -webkit-linear-gradient(top, rgba(62,4,125,1) 0%, rgba(111,49,166,1) 100%);
	background: -o-linear-gradient(top, rgba(62,4,125,1) 0%, rgba(111,49,166,1) 100%);
	background: -ms-linear-gradient(top, rgba(62,4,125,1) 0%, rgba(111,49,166,1) 100%);
	background: linear-gradient(to bottom, rgba(62,4,125,1) 0%, rgba(111,49,166,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e047d', endColorstr='#6f31a6', GradientType=0 );
	padding: 10px 16px 8px 16px;
	width: 85%;
	float: right;margin: 10px 0;
}
.news-box h5 {
	color: #fff;
	font-size: 22px;
	padding-top: 11px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.37);
	margin-bottom: 25px;
}
.news-box p {
	font-size: 15px;
	color: #fff;
}

.date-box {
	background: rgba(255,126,57,1);
	background: -moz-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,126,57,1)), color-stop(100%, rgba(255,143,30,1)));
	background: -webkit-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: -o-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: linear-gradient(to bottom, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e39', endColorstr='#ff8f1e', GradientType=0 );

padding: 7px 29px 4px 15px;
	font-family: 'Roboto', sans-serif;
margin-bottom: 25px;
font-size: 14px;
display: inline-block;
	color: #fff;
	border-radius: 5px;
}



.highcharts-axis-labels text {
	fill: #f15f14 !important;font-weight:500;
}


tspan {
	fill: #f15f14;
	font-size: 15px;
}

.notes {
	background: rgba(247,109,109,1);
	background: -moz-linear-gradient(top, rgba(247,109,109,1) 0%, rgba(119,39,131,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,109,109,1)), color-stop(100%, rgba(119,39,131,1)));
	background: -webkit-linear-gradient(top, rgba(247,109,109,1) 0%, rgba(119,39,131,1) 100%);
	background: -o-linear-gradient(top, rgba(247,109,109,1) 0%, rgba(119,39,131,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,109,109,1) 0%, rgba(119,39,131,1) 100%);
	background: linear-gradient(to bottom, rgba(247,109,109,1) 0%, rgba(119,39,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76d6d', endColorstr='#772783', GradientType=0 );
padding: 15px;
position:relative;margin-top: 20px;

border-radius: 5px;
}
.admin_nav .nav-item:hover {
	background: #e1dddc;
}
.notes h4 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	margin-bottom: 8px;
}
.note_list li {
	display: inline-block;
 
	color: #fff;padding-right: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: center;padding-right: 20px;
}
.note_list {
	padding-left: 35px;
	margin-bottom: 10px;
	width: 75%;
}
.note_list li i {
	color: #ff901e;
	margin-right: 5px;
}

.notes_list {
	
	display: inline-block;
}
 
.notes::after {
	position: absolute;
	background: url(../images/coins.png) no-repeat;
	content: "";
	width: 110px;
	height: 137px;
	bottom: 0;
	right: 20px;
 
	margin: auto;
	top: 20px;
}
.deposit {
	background: rgba(103,196,205,1);
	background: -moz-linear-gradient(top, rgba(103,196,205,1) 0%, rgba(56,107,217,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,196,205,1)), color-stop(100%, rgba(56,107,217,1)));
	background: -webkit-linear-gradient(top, rgba(103,196,205,1) 0%, rgba(56,107,217,1) 100%);
	background: -o-linear-gradient(top, rgba(103,196,205,1) 0%, rgba(56,107,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(103,196,205,1) 0%, rgba(56,107,217,1) 100%);
	background: linear-gradient(to bottom, rgba(103,196,205,1) 0%, rgba(56,107,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c4cd', endColorstr='#386bd9', GradientType=0 );
	padding: 15px;border-radius: 5px;margin-top: 20px;
}
.deposit h4 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 8px;
}

.deposit small {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-bottom: 5px;
}
.deposit h4 small {
	font-size: 29px;
	display: inline-block;
	width: inherit;
}
.dp {
	text-align: center;
	background: rgba(255,126,57,1);
	background: -moz-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,126,57,1)), color-stop(100%, rgba(255,143,30,1)));
	background: -webkit-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: -o-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	background: linear-gradient(to bottom, rgba(255,126,57,1) 0%, rgba(255,143,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e39', endColorstr='#ff8f1e', GradientType=0 );
	padding: 2px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	border-radius: 5px;
	/* width: 68%; */
	margin: auto;
}

.stat-ico {
	background: #ff8b27;
	display: inline-block;
	padding: 10px 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
	margin-top: -30px;
}

.stats_list h4 {
	font-size: 29px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	 
	font-weight: 600;padding-top: 15px
}
.stats_list span {
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.stat-ico img {
 
	margin: auto;
}
.stats_list {
	border-radius: 5px;
	text-align: center;margin: 60px 0;
	background: #0147b7;
}

.imp-note h6 {
	color: #ff901e;padding: 20px 0;
	text-align: center;
}

.imp-list li {
	display: inline-block;
	width: 100%;
	color: #ffff;
line-height: 44px;
	font-size: 14px;
	text-transform: uppercase;text-align: center;
}

.imp-list li i {
	color: #ff901e;margin-right: 5px;
}
.flight_admin {
	text-align: center;margin-bottom: -28px;
}
.imp-list {
	margin-bottom: 35px;
}

.access_blk {
padding-left: 188px;
}
.notes.deposit_admin {
	width: 50%;
	margin: auto;margin-top: -70px;
}
.payment li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.payment {
	text-align: center;
}
.payment li {
	padding: 10px 0;
	margin-left: 30px;
	font-family: 'Andika', sans-serif;
	font-size: 15px;
}
.make_deposit h4 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	padding: 25px 0;
}
.make_deposit .form_block {
	width: 65%;
	text-align: center;
 
 margin:auto;margin-bottom: 40px;
}
.make_depo_blk{
	margin-top: -195px;
}
.transact_box {
	position: relative;
	margin-bottom: 50px;
}

.transact_box i {
	background: #324a69;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding-top: 9px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 8px;
	left: 11px;
	right: 0;
}


.table_page a i {
	background: rgba(246,118,19,1);
	background: -moz-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,118,19,1)), color-stop(100%, rgba(238,78,20,1)));
	background: -webkit-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: -o-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	background: linear-gradient(to bottom, rgba(246,118,19,1) 0%, rgba(238,78,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67613', endColorstr='#ee4e14', GradientType=0 );
	color: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 10px 0;margin: 0 5px;
	font-size: 15px;
	border-radius: 50%;
}
.table_page {
	text-align: center;
}
.table_page {
	color: #fff;
 
 
	font-size: 15px;
}
.table_page a i:hover {
	background: #1172de;
}
.transact_box::after {
	position: absolute;
	background: url(../images/select_after.png) no-repeat;
	content: "";
	width: 253px;
	height: 47px;
	top: 73px;
	right: 0;
	z-index: 3;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


 

 

.feat_block h5 {
 
}
 

 
.feat_block p {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	left: 2;
	line-height: 27px;
}

.minus-margin {
	margin-bottom: -169px;
}



.abt_head h1 {
	font-size: 38px;
	color: #0153bf;
	font-weight: 600;
	text-transform: uppercase;
}
.abt_head {
	display: inline-block;
	/* padding: 80px 30px; */
}
.test-abt {
	display: inline-block;
	float: right;
	margin-top: 25px;
}

 

.test-abt h6 a {
	color: #E76447;
}
 
.test-abt h6 a:hover {
	color: #fff;
}



.banner-abt {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 39px 0;
}
 
 
  .customers-testimonials {
	transform: scale(1.1);
}

 
.test-abt h6 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
}
.test-abt h6 a:hover {
	color: #fff;
}

.navbar_admin .dropdown-menu.show {
	width: 100%;
	margin-top: 5px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
background-color: #bfc1c6;
}

.close i {
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
 
 
	opacity: .5;
	color: #fff;
}



.box {
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.39);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.39);
	display: inline-block;
	width: 100%;position: relative;
}


	#customers-testimonials .box {
		opacity: 1;
		transform:scale3d(0.9, 0.9, 1);
	-webkit-transform: scale3d(0.9, 0.9, 1);
	 
	}

#customers-testimonials .owl-item.active.center .box {
	opacity: 1;
	transform: scale3d(1.2, 1.2, 1);
	-webkit-transform: scale3d(1.2, 1.2, 1);
	z-index: 1;
}

.img-box img {
	 
 
}



#customers-testimonials.owl-carousel.owl-drag .owl-item {
 
	padding: 20px 0;
}




	

.faq_accordian{ width:100%;}
.faq_accordian .accordion-toggle{ cursor:pointer; margin:10px 0 0 0;}
.faq_accordian .accordion-toggle.active {
	background: url(../images/accordian_arrow_up.png) no-repeat center right, #ea6544;
	color: #ffffff;
}

.faq_accordian .accordion h4 {
	background: url(../images/accordian_arrow_down.png) no-repeat center right,  #0147b7 ;
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
font-weight: 600;
	padding: 15px 45px 15px 10px;
}
.faq_accordian .accordion-content{display: none;} 
.faq_accordian .accordion-content p{ width:100%; display:inline-block; font-size:15px; color:#2f2e2e; line-height:30px;
background:#f0eeee; padding: 20px 30px;}

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




.news-sec {
	background-color: #ffffff;
	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);
}


.news-sec h4 {
	margin-bottom: 16px;
	color: #2337b0;
	font-size: 23px;
}
.news-sec h4 a{color: #5b6fac;}
.news-sec small {
background-color: #E76447;
	color: #ffffff;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
}

.modal-open {
	overflow: hidden;
	padding-right: 0 !important;
}

.cont-msg {
	margin-bottom: 200px;
}

.secu-msg {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}

.tcu {
	text-align: center;
	color: #ffffff;
}

.reftextarea {
	height: auto;
	min-height: inherit;
	padding-left: 15px;
	margin-bottom: 10px;
}.choose_pay li {
	list-style-type: none;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
}
.sec-links li {
	list-style-type: none;
	margin-bottom: 20px;
}
table tr td input {
	padding-left: 10px !important;
}

.notes.deposit_admin.add-fund {
	margin-top: 27px;
}

.admin-z{position: relative;
    z-index: 1;}