@font-face{font-family:'Montserrat-Black';font-style:normal;font-weight:400;src:url(../fonts/Montserrat-Black.ttf) format('woff2');} 
@font-face{font-family:'Montserrat-Medium';font-style:normal;font-weight:400;src:url(../fonts/Montserrat-Medium.ttf) format('woff2');} 
@font-face{font-family:'Montserrat-Regular';font-style:normal;font-weight:400;src:url(../fonts/Montserrat-Regular.ttf) format('woff2');} 
/*@font-face{font-family:'Poppins';font-style:normal;font-weight:400;src:url(../fonts/Poppins.ttf) format('woff2');} 
@font-face{font-family:'PTSans';font-style:normal;font-weight:400;src:url(../fonts/PTSans.ttc) format('woff2');} */
 
h1, h2, h3, h4, h5, h6 {/*font-family: "Montserrat-Medium"*/}

p {
	line-height: 1.55;
	color: #333;
	font-size: 400;
	/*font-family: "Montserrat-Black",Arial, sans-serif*/
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px; 
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}
body{
	background: linear-gradient(180deg, #FFF9F5 -18.72%, #F2F6FF 37.6%);
}
html, body
{
	overflow-x: hidden !important;

}
/* ==================================================
	General
	================================================== */
a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/* ==================================================
	Elements
	================================================== */
.btn {
	/* background-color: #199EB8; */
	/* font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif; */
	background-color: #f16101;
font-family: "Poppins";
	font-weight: 800;
	color: #fff;
	padding: 7px 24px;
	border-radius: 50px;
}

.btn:hover {
	background-color: #E04F00;
	color: #fff;
}

/* .btn:focus {
	color: #fff;
} */

.btn-ghost {
	border: 3px solid #fff;
	background-color: transparent;
}

.btn-ghost:hover {
	background-color: #fff;
	color: #199EB8;
}

section {
	/*padding: 85px 0;*/
}

.card {
	position: relative;
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
}

a:hover {
	text-decoration: none !important;
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #199EB8;
	color: #fff;
	text-align: center;
	font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
	color: #fff !important;
	opacity: .75;
}

/* ==================================================
	Hero Styling
================================================== */
.hero {
display: table;
position: relative; 
padding: 60px 0;
color: #fff;
width: 100%; 
background: #000;
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
.hero h3{color:#000;font-size: 30px;}
.Plan_Pricing {
display: block;
position: relative;
/*background:linear-gradient(90deg,#5b5b5b,#000,#000,#5b5b5b) !important;
background: linear-gradient(to right, #4e97a8 , #353e99);
background-size: cover;*/
padding: 60px 0;
color: #fff;
width: 100%; 
/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
background:url('../images/img2020/bg3.png');
background-size: cover;
/* animation: gradient 15s ease infinite;  */
padding: 75px 0;
}
.Plan_Pricing .container {
	position: relative;
	z-index: 1;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.Plan_Pricing img{width:100%;}
 
.pricing-part {  
	/* background:linear-gradient(90deg,#5b5b5b,#000,#000,#5b5b5b) !important;
	background: linear-gradient(to right, #4e97a8 , #353e99); */
	background:linear-gradient(to right, #4e97a8 , #0b618b );
	background-size: cover;  
	display: block;
	overflow: hidden;
	padding:0px !important; 
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.pricing-part h1{
text-align: center;
color: #fff;
}	
/* .hero:after {
	content: '';
	z-index: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
 */
/* .hero .container {
	position: relative;
	z-index: 1;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
 */
.hero-brand {
	margin-bottom: 75px;
	display: inline-block;
}

.hero-brand:hover {
	opacity: .75;
}

.tagline {
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	font-size: 26px;
	margin: 45px 0 75px 0;
	color: #fff;
}

/* ==================================================
	Header Styling
================================================== */
#header {
	background: linear-gradient(90deg,#000,#000,#000,#000) !important;
		height:100px;
		border-bottom: 5px solid #b88e11;
	width: 100%;
		position: relative;
}

#header #logo {
	margin: 14px 25px 0 0;
}

#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 2px 0;
	line-height: 1;
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}

#header #logo img {
	padding: 0;
	margin: 0;
	max-height: 40px;
}

@media (max-width: 768px) {
	/* #banner_cls{position: absolute !important;} */
	.back_to{top: 200px !important;}
	.btn span{padding: 8px 8px !important;}
	.Plan_exp{padding:0 !important;}
	.product_details
	{
	padding: 0 !important;
		margin: 0 !important;
	}
	.btnpart .btn{font-size:13px;}
	.trust{font-size:26px !important;}
	#top-navbar {
	/*height: 67px;
		padding-top: 5px;*/
		position: relative;
	}
	.navbar{margin-bottom: 0px;}
	 
	.responsive .dropbtn
	{
		color: #ffb600 !important; 
	}
	.responsive .icon
	{
		border:none !important;
	}
	.responsive a
	{
	 color: #000 !important; border:1px solid #fff;
	}
	#header #logo {
		margin: 10px 0 0 0;
	}
	#header #logo h1 {
		padding: 2px 0;
		font-size: 26px;
	}
	#header #logo img {
		max-height: 30px;
	}
}

#header .social-nav {
	margin-top: 15px;
}

#header .social-nav a {
	font-size: 24px;
	margin-left: 15px;
	color: #fff;
}

#header .social-nav a:hover {
	color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	margin: 0;
}

@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 22px 15px 18px 15px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
	color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
	margin: 4px 0 0 15px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
	background: #fff;
	border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
	border-top: 0;
}

.nav-menu ul li:hover {
	background: #199EB8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.nav-menu ul li a {
	color: #333;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 10px 15px;
}

.nav-menu ul li a:hover {
	color: #fff;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 8px 10px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #fff;
}

@media (max-width: 768px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #199EB8;
}

#mobile-nav ul .menu-item-active {
	color: #199EB8;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

/* ==================================================
	Stats Styling
================================================== */
.stats-row {
	margin-top: 65px;
}

.stats-col .circle {
	display: inline-block;
	width: 160px;
	height: 160px;
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #666;
	border: 6px solid #199EB8;
	border-radius: 50%;
	padding: 55px 25px 0 25px;
	position: relative;
}

.stats-col .circle .stats-no {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	top: -25px;
	right: -15px;
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	font-size: 18px;
	background-color: #E04F00;
	position: absolute;
	border-radius: 50%;
	font-weight: 700;
}

/* ==================================================
	Parallax Styling
	================================================== */
.block {
	color: #fff;
	height: 490px;
	overflow: hidden;
	padding-top: 85px;
}

.block h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.block p {
	color: #fff;
	margin-bottom: 45px;
}

/* ==================================================
	Features Styling
	================================================== */
.features {
	padding-bottom: 45px;
}

.features h2 {
	color: #199EB8;
}

.feature-col {
	display: table;
	padding-bottom: 45px;
}

.feature-col > div > div {
	display: table-cell;
	vertical-align: middle;
}

.feature-col > div > div:last-child {
	padding-left: 20px;
}

.feature-col .feature-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
	background: #199EB8;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	display: inline-block;
}

.feature-col h3 {
	color: #199EB8;
}

.feature-col p {
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999;
}

/* ==================================================
	Call-to-action Styling
	================================================== */
.cta {
	background-color: #199EB8;
	padding: 25px 0;
}

.cta h2 {
	margin-bottom: 5px;
}

.cta h2,
.cta p {
	color: #fff;
}

.cta p {
	margin-bottom: 0;
	opacity: .75;
}

.cta .btn-ghost {
	position: relative;
	top: 13px;
}

/* ==================================================
	Portfolio Styling
	================================================== */
.portfolio {
	background-color: #edf6ff;
	padding-bottom: 0;
}

.portfolio h2 {
	color: #199EB8;
	margin-bottom: 25px;
}

.portfolio-grid {
	margin-top: 65px;
}

.portfolio-grid .row {
	margin: 0;
}

.portfolio-grid .row > div {
	padding: 0;
}

.portfolio-grid .row > div .card img {
	width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
	color: #fff;
	font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
	color: #fff;
	opacity: .75;
	padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
	opacity: 1;
	visibility: visible;
}

/* ==================================================
	Team Styling
	================================================== */
.team h2 {
	color: #199EB8;
}

.team .col-sm-3 {
	padding: 0;
}

.team .card > a {
	display: block;
}

.team .card img {
	width: 100%;
}

.team .card h4 {
	color: #fff;
	text-transform: uppercase;
}

.team .card p {
	font-size: 11px;
	color: #fff;
	opacity: .75;
	margin: 0;
	padding: 0 35px;
}

.team .card .social-nav {
	margin-bottom: 45px;
}

.team .card .social-nav a {
	color: #fff;
	font-size: 16px;
	margin: 0 4px;
}

.team .card .social-nav a:hover {
	opacity: .75;
}

.team .card:hover .team-over {
	opacity: 1;
	visibility: visible;
}

.team .card:hover .card-title-wrap {
	background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
	color: #fff;
}

.team .team-over {
	padding-top: 45px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team .card-title-wrap {
	padding: 15px 25px;
	position: relative;
	z-index: 9;
	background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	display: block;
	margin: 0;
}

.team .card-title-wrap .card-title {
	font-size: 24px;
	color: #333;
}

.team .card-title-wrap .card-text {
	font-size: 18px;
	color: #999;
}

/* ==================================================
	Contact Section
	================================================== */
#contact {
	background: #f7f7f7;
	padding: 80px 0;
}

#contact h2 {
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	color: #199EB8;
}

#contact .info i {
	font-size: 32px;
	color: #199EB8;
	float: left;
}

#contact .info p {
	padding: 0 0 10px 50px;
	line-height: 24px;
}

#contact .form #sendmessage {
	color: #199EB8;
	border: 1px solid #199EB8;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#contact .form input, #contact .form textarea {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#contact .form button[type="submit"] {
	background: #199EB8;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
	background: #23c2e1;
}

/* ==================================================
	Footer Styling
	================================================== */
.site-footer { 
	background: linear-gradient(90deg,#5b5b5b,#000,#000,#5b5b5b) !important;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	padding: 40px 0 40px 0px;
	color: #fff;
	font-size: 16px;    clear: both;
	 
}
.site-footer a{ color: #fff;}
.site-footer a:hover{ color: #000;}
.site-footer ul{list-style:none;text-align: left;padding: 0;margin-top: 10px;}
.site-footer ul li{line-height: 30px;}


.site-footer h2, .site-footer p {
	color: #fff;
}

.site-footer p {
	opacity: .75;
	line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
	margin-bottom: 25px;
}

.site-footer .social-nav a {
	color: #fff;
	opacity: .25;
}

.site-footer .social-nav a:hover {
	opacity: 1;
}

 

.site-footer .bottom .list-inline, .site-footer .bottom p {
	margin: 0;
}

.site-footer .bottom .list-inline {
	position: relative;
	top: 5px;
}

.site-footer .bottom .list-inline a {
	color: #fff;
	font-family: "Montserrat-Black", Helvetica, Arial, sans-serif;
	margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
	color: #199EB8;
}

.site-footer .credits {
	color: #ddd;
}

.site-footer .credits a {
	color: #199EB8;
}

/* ==================================================
	Responsive Styling
	================================================== */
@media (max-width: 61.9em) {
	section,
	.block,
	.cta {
		padding: 35px 0;
	}
	.features {
		padding-bottom: 5px;
	}
	p,
	.block p {
		margin: 0;
	}
	.hero-brand {
		margin-bottom: 35px;
	}
	.tagline {
		margin: 35px 0;
	}
	h1 {
		font-size: 32px;
		margin: 0;
	}
	h2.swiper-slider-heading {
		font-size: 32px;
		margin: 0;
	}
	h2,
	.tagline {
		font-size: 24px;
	}
	h2 {
		margin-bottom: 25px;
	}
	h3 {
		font-size: 14px;
	}
	.hero {
		padding: 75px 0;
	}
	.stats-col {
		margin-bottom: 25px;
	}
	.block {
		height: auto;
	}
	.feature-col {
		padding-bottom: 30px;
	}
	.portfolio-grid .card h3.card-title {
		font-size: 18px !important;
	}
	.portfolio-grid .card .card-text {
		font-size: 13px;
	}
	.team .team-over {
		padding-top: 20px;
	}
	.team .card .social-nav {
		margin-bottom: 15px;
		padding: 0;
	}
	.site-footer .social-nav {
		margin-bottom: 35px;
	}
	.site-footer .list-inline {
		text-align: center;
		padding-bottom: 15px;
	}
	.site-footer .list-inline li {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.block {
		padding-left: 30px;
		padding-right: 30px;
	}
}


/*-------------- Pricing Table ----------*/
#Pricing_table .pricingTable_n{
		text-align: center;
}
#Pricing_table .pricingTable_n .pricingTable-header{
		padding: 30px 0;
		background: #ffb600;
		position: relative;
		transition: all 0.3s ease 0s;
}
#Pricing_table .pricingTable_n:hover .pricingTable-header{
		background: #8BC34A;
}
#Pricing_table .pricingTable_n .pricingTable-header:before,
#Pricing_table .pricingTable_n .pricingTable-header:after{
		content: "";
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #d9d9d8;
		position: absolute;
		bottom: 12px;
}
#Pricing_table .pricingTable_n .pricingTable-header:before{
		left: 40px;
}
#Pricing_table .pricingTable_n .pricingTable-header:after{
		right: 40px;
}
#Pricing_table .pricingTable_n .heading{
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-top: 0;
}
#Pricing_table .pricingTable_n .price-value{
		display: inline-block;
		position: relative;
		font-size: 55px;
		font-weight: bold;
		color: #000;
		transition: all 0.3s ease 0s;
}
#Pricing_table.pricingTable:hover .price-value{
		color: #fff;
}
#Pricing_table .pricingTable_n .currency{
		font-size: 30px;
		font-weight: bold;
		position: absolute;
		top: 6px;
		left: -19px;
}
#Pricing_table .pricingTable_n .month{ 
		font-size: 12px;
		color: #fff;
		position: absolute;
		bottom: 0;
		right: -30px;
		text-transform: uppercase;
	display:blobk;
}
#Pricing_table .pricingTable_n .pricing-content{
		padding-top: 50px;
		background: #fff;
		position: relative;
	border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;font-family: "Montserrat-Black";
}
#Pricing_table .pricingTable_n .pricing-content:before,
#Pricing_table .pricingTable_n .pricing-content:after{
		content: "";
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #7c7c7c;
		position: absolute;
		top: 12px;
}
#Pricing_table .pricingTable_n .pricing-content:before{
		left: 40px;
}
#Pricing_table .pricingTable_n .pricing-content:after{
		right: 40px;
}
#Pricing_table .pricingTable_n .pricing-content ul{
		padding: 0 20px;
		margin: 0;
		list-style: none;
}
#Pricing_table .pricingTable_n .pricing-content ul:before,
#Pricing_table .pricingTable_n .pricing-content ul:after{
		content: "";
		width: 8px;
		height: 46px;
		border-radius: 3px;
		background: linear-gradient(to bottom,#000000 50%,#000000 50%);
		position: absolute;
		top: -22px;
		z-index: 1;
		box-shadow: 0 0 5px #707070;
		transition: all 0.3s ease 0s;
}
#Pricing_table .pricingTable_n:hover .pricing-content ul:before,
#Pricing_table .pricingTable_n:hover .pricing-content ul:after{
		background: linear-gradient(to bottom, #000000 50%, #000000 50%);
}
#Pricing_table .pricingTable_n .pricing-content ul:before{
		left: 44px;
}
#Pricing_table .pricingTable_n .pricing-content ul:after{
		right: 44px;
}
#Pricing_table .pricingTable_n .pricing-content ul li{
		font-size: 18px;
		font-weight: bold;
		color: #000;
		padding: 10px 0;
		border-bottom: 1px solid #d9d9d8;
}
#Pricing_table .pricingTable_n .pricing-content ul li:last-child{
		border-bottom: none;
}
#Pricing_table .pricingTable_n .read{
	 display: inline-block;
		font-size: 21px;
		color: #fff;
		text-transform: uppercase;
		background: #000;
		padding: 8px 25px;
		margin: 30px 0;
		transition: all 0.3s ease 0s;
		border-radius: 5px; 
}
#Pricing_table .pricingTable_n .read:hover{
		text-decoration: none;
}
#Pricing_table .pricingTable_n:hover .read{
		background: #8BC34A;
}
@media screen and (max-width: 990px){
		#Pricing_table .pricingTable_n{ margin-bottom: 25px; }
}
.ActiveBar{background: #8BC34A !important;}




.pricingTable{
		background: #fff;
		font-family: 'Montserrat-Regular';
		text-align: center;
		padding: 30px 10px 10px;
		border-radius: 25px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	-webkit-transition: -webkit-transform 0.2s ease-out,box-shadow 0.2s ease-out;
		-webkit-transition: transform 0.2s ease-out,box-shadow 0.2s ease-out;
		transition: transform 0.2s ease-out,box-shadow 0.2s ease-out;
		background-image: linear-gradient(#fff,#f5f5fa); 
	box-shadow: 0 5px 15px 0 rgba(37,44,97,.15), 0 2px 4px 0 rgba(93,100,148,.2); 
} 
.pricingTable:before,
.pricingTable:after{
		content: '';
		background: linear-gradient(-45deg,#795548,#795548,#795548,#795548);
		height: 170px;
		width: 150%;
		outline: 5px solid #fff;
		outline-offset: -10px;
		opacity: 0.9;
		transform: translateX(-50%) rotate(7deg);
		position: absolute;
		left: 50%;
		top: -65px;
		z-index: -1;
}
.pricingTable:after{
		height: 250px;
		transform: translateX(-50%) rotate(-20deg) rotateX(180deg);
		top: auto;
		bottom: -150px;
}
.pricingTable .pricingTable-header{
		color:#fff;
		margin: 0 0 75px;
}
.pricingTable .title{
		font-size: 30px;
		font-weight: 700;
		text-transform:uppercase;
		letter-spacing: 1px;
		margin: 0;
}
.pricingTable .pricing-content{
		text-align: left;
		padding: 0;
		margin: 0 0 10px;
		display: inline-block;
}
.pricingTable .pricing-content li{
		color: #333;
		font-size: 17px;
		font-weight: 500;
		line-height: 30px;
		text-transform: capitalize;
		padding: 0 40px 0 0;
		margin: 0 0 15px;
		list-style-position: inside;
		position: relative;
}
.pricingTable .pricing-content li:after{
		content: "\f00c";
		color: #e58e26;
		font-family: "FontAwesome";
		font-size: 18px;
		font-weight: 900;
		position: absolute;
		top: 0;
		right: 0;
}
.pricingTable .pricing-content li.disable:after{ content: "\f00d"; }
.pricingTable .price-value{ margin: 0 0 15px; }
.pricingTable .price-title{
		color:#333;
		font-size: 30px;
		text-align: left;
		text-transform: uppercase;
		line-height: 30px;
		width: calc(100% - 130px);
		padding: 15px 0 0;
		display: inline-block;
}
.pricingTable .price-title b{ display: block; }
.pricingTable .price-amount{
		color: #3F64FA;
		background: #fff;
		font-size: 28px;
		font-weight: 700;
		line-height: 30px;
		width: 120px;
		height: 120px;
		padding: 33px 10px 10px;
		display: inline-block;
		vertical-align: top;
		clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
		position: relative;
		z-index: 1;
}
.pricingTable .price-amount:before,
.pricingTable .price-amount:after{
		content: "";
		background: linear-gradient(-45deg,#5A98FB,#5A98FB,#3F64FA,#3F64FA);
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		transform:  translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
		clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}
.pricingTable .price-amount:after{
		background: #fff;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
}
.pricingTable .price-amount .duration{
		font-size: 14px;
		font-weight: 600;
		text-transform: capitalize;
		display: block;
}
.pricingTable .pricingTable-signup a{
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;
		padding: 10px 20px;
		border: 2px solid #fff;
		border-radius: 50px;
		display: inline-block;
		transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
		text-shadow: 3px 3px 1px rgba(0,0,0,0.5);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.pricingTable.green:before,
.pricingTable.green:after,
.pricingTable.green .price-amount:before{
		background: linear-gradient(-45deg,#76D243,#76D243,#109739,#109739);
}
.pricingTable.green .price-amount{ color: #109739; }
.pricingTable.pink:before,
.pricingTable.pink:after,
.pricingTable.pink .price-amount:before{
		background: linear-gradient(-45deg,#E969A6,#E969A6,#ED2E96,#ED2E96);
}
.pricingTable.pink .price-amount{ color: #ED2E96; }


.pricingTable.orange:before,
.pricingTable.orange:after,
.pricingTable.orange .price-amount:before{
		background:linear-gradient(-45deg,#b594f1,#9C27B0,#673AB7,#8677a1);
}
.pricingTable.orange .price-amount{ color: #673AB7; }

@media only screen and (max-width: 990px){
		.pricingTable{ margin: 0 0 40px; }
}


/*-----------------------------------------------------*/
#loadinimage {
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 9999999;
		background: #151928 url(../images/ajax-page-loader.gif) no-repeat;
		opacity: 0.8;
		background-size: 60px;
		background-position: center center;
}
/* #Pricing_table
{
	margin: 100px 0;
} */
.demo{margin: 60px 0;}
.minh{min-height:300px;}


.frm_bg{background: #f8f8f8;
		min-height: 600px;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 0 7px #FF7900;
		min-height: 600px;
		border: 3px solid #a55b37;}
.frm_bg .row{margin-bottom: 10px;}
.TrialForm
{
	background: transparent; 
		margin: 30px auto;
	Padding:0px; 
}
 
form .form-group
{
	/* background: #f8f8f8; */
	/* padding: 30px; */
	/* border-radius: 5px; */
	/* position: relative; */
	/* box-shadow: 5px 5px 5px #000; */
	/* border: 3px solid; */
	/* border-radius: 10px 80px; */
}
form .form-group:before{
	 /*  content: "Your Details"; */
		padding: 5px;
		background:transparent;
		font-size: 14px;
		color: #fff;
		border-radius: 3px;
		position: absolute;
		top: -15px;
		left: 30px;
}
form label{
	 color:#000; font-size:16px;
}
form .form-control{
		/*background: #fff;color:#000;*/
		/* margin-bottom: 10px; */
}
form .inside{
		margin-top: 40px;
		position: relative;
		border: 1px solid #cbcbcb;
}
form .inside:before{
		/* content: "Your Preferences"; */
		padding: 5px;
		background: #74ab00;
		border-radius: 3px;
		color: #fff;
		position: absolute;
} 
form .checkbox label{
		display: inline-block;
		margin-bottom: 5px;
}
form .radio label{
		display: inline-block;
		margin-right: 20px;
}
form .radio label:last-child{
		margin-right: 0;
}
form .dropdown{
		color:#fff;
		font-size: 14px;
}
form .btn{
		/* background: linear-gradient(90deg, #A475F7, #EC75A5); */
		background: #f16101;
		color: #fff;
		border: none;
	font-family: "Poppins";
	font-size: 19px;
}
form .btn-success:active
{
	background: linear-gradient(90deg, #00AF00, #9EE452);
}
form .btn-success:active:hover
{
	background: linear-gradient(90deg, #A475F7, #EC75A5);
}
form .btn:focus{
		outline: none;
}
.text-center{text-align:center;}
/*------ 22/06/2020 ----------*/
.product_details{
	border: 5px solid #e9d8d8;
		padding: 20px;
		margin: 50px;
		/* background:linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
		border-radius: 6px;
	background: #9E9E9E;
}
.ActivePlan{background-color: green !important;color:#fff !important;}
.info_about_quotation{font-size:20px;padding: 10px;text-align: justify;}
.back_to{right: 0;display: inline-block;position: absolute;top: 100px;}
/*-------------- Top Menu --------------*/

.topnav {
	overflow: hidden;
	float: right;
	/*margin-top:5px;*/
}

.topnav a {
	float: left;
		display: block;
		color: white;
		text-align: center;
		padding: 10px 17px;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		/*background: #fff;*/
		margin: 15px 10px 10px 10px;
		border-radius: 10px;
		font-family: "Poppins";
}
/* 
.active {
	background: linear-gradient(to right,#E91E63,#9C27B0);
		
		border-radius: 10px;
		padding-top: 10px !important;
		margin-top: 7px;
		line-height: 10px;
		margin-top: 11px;
}
 */
.topnav .icon {
	display: none;
}

/*.dropdown {
	float: left;
	overflow: hidden;
}*/

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: #fff;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	font-weight:bold;
	
}
.dropdown, .dropup{position: inherit !important;}
.dropdown-content {
	display: none;
	color: #fff;
	position: absolute;
	background: #000;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;/* 
	border-bottom: 1px solid #ffb600; */
	border: 1px solid #ffb600;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	/*background-color: #fff;*/
	color: #000;
}

.dropdown-content a:hover {
	/* background-image: linear-gradient(to right,#E91E63,#ffb600);
	color: #fff; */
	background: #fff;
	color: #000;box-shadow: 0px 8px 8px 4px #000;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 992px) {
	.topnav a, .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		background-color: white;
		color: black;
		display: block;
		float: right;
	}
}

@media screen and (max-width: 992px) {
	.topnav.responsive { position: relative; background-color: #6442d5; z-index: 9999; width: 100%; top: 0; }
	.topnav.responsive .icon { 
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
	}
	
	.topnav.responsive .dropdown {float: none;position: relative !important;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		/*text-align: left;*/
	}

}
.login-model{margin:10px 0 0 0 ;text-align:center;}
.puzzle-model{margin:20px 0 0 0 ;}
.Contact_US{margin:100px 0px;}
ul{list-style:none;}
.Contact_US li{font-size: 21px;}
.Contact_US img{margin:0 auto;}
.mrgbtm{margin-bottom:25px;}
.msgicon a:hover{color:#fff;}
@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait)
{
	.btnpart .btn{font-size:12px !important;}
}
@media screen and (min-device-width:768px) and (max-device-width:1024px)
{
	.btn span{padding: 8px 8px !important;}
	.Plan_exp{padding:0 !important;}
	.product_details
	{
	padding: 0 !important;
	margin: 0 !important;
	}
	.btnpart .btn{font-size:18px;}
	.trust{font-size:55px !important;}
	.login-model{text-align: center;}
	/* #banner_cls {position: relative !important;} */
}
.circle {
	-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.baby-pink-wave:after
{
	content: '';
		display: block;
		background-image: url(../images/new/wave-1.png);
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		height: 27px;
		background-size: 100%;
		background-repeat: no-repeat;
}
.baby-pink-wave:before {
		content: '';
		display: block;
		background-image: url(../images/new/wave-1.png);
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		height: 27px;
		background-size: 100%;
		background-repeat: no-repeat;
}
.baby-pink-wave:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		top: auto;
		bottom: -25px;
}
.light-grey-wave:after, .light-grey-wave:before {
		content: '';
		display: block;
		background-image: url(../images/new/wave-3.png);
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		height: 27px;
		background-size: 100%;
		background-repeat: no-repeat;
}
.light-grey-wave:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		top: auto;
		bottom: -25px;
} 
.product_reg{text-align: center;}
/* .buy_pro{ background:#000;border-radius: 25px;padding: 7px 25px !important;color:#fff !important;margin-top: 7px;} */
.free_trial{background-image: linear-gradient(to left,#8c3fff,#5c72ff);border-radius: 25px;margin-left: 10px;padding:7px 25px !important;color:#fff !important;margin-top: 7px;}
#Free_Registration{    background-image: url(../images/new/bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;}
.category_box{border: 1px solid #ccc;text-align: center;}
.cat_head{padding: 10px 0;
		background: #000;color:#fff;
		text-align: center;}
.cat_body{background: #fafafa;}
.cat_body ul{padding: 0;}
.cat_body ul li{font-size:22px;}
.cat_body .pro_head{ font-family:"Montserrat-Black", Arial, sans-serif;}
 
	 

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 60px;
}

/*-----------------------------------------------------------------------*/
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
}

.col-xs-15 {
		width: 20%;
		float: left;
}
@media (min-width: 768px) {
		.col-sm-15 {
				width: 100%;
				float: left;
		}
}
@media (min-width: 992px) {
		.col-md-15 {
				width: 20%;
				float: left;
		}
		.StemLogo-box
{
	position: absolute; left: 155px; top: 117px; width: 160px;
}
}
@media (min-width: 1200px) {
		.col-lg-15 {
				width: 20%;
				float: left;
		}
}
.navbar {position: inherit;}

#loading {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 9999999;
		background: #151928 url(../images/ajax-page-loader.gif) no-repeat;
		opacity: 0.8;
		background-size: 60px;
		background-position: center center;
} 
.logo{margin-bottom:30px;}
.left_banner{padding: 50px 50px 15px 50px;} 
/*.inside_banner_win
{
	background: url(../images/webp/orange_bg.webp) no-repeat;
		background-position: inherit;
		background-size: 100%;
	min-height: 1000px;
}
.inside_banner_mac
{
	background: url(../images/png/orange_bg.png) no-repeat;
		background-position: inherit;
		background-size: 100%;
	min-height: 1000px;
}*/
.custcountr
{ 
	font-size: 42px;		
		color: #fff;
		font-family: "Poppins";
		/*border: 1px solid #fff;*/
		border-radius: 17px;
		background: transparent;
		display: block;
		padding: 1px 10px 1px 10px;
		width: 75%;
		margin: 0 auto;
}
.Pghead
{
	display: block;
		text-align: left;
	font-family: "Poppins";
	font-size: 36px;
	color:#1C1C1C;
	line-height: 58px;
}
#home_banner_bg
{    margin-top: 75px;
		text-align: center;
}
.trust{
	font-family: "Poppins";
	font-size: 60px;
		color: #fff;
}
.still_counting
{
font-family: "Poppins";
	font-size: 20px;
		color: #fff;
}
.testimonial .testimonial-title {
	font-family:"Poppins";
	font-size: 20px;
		color: #1C1C1C;
}
.testimonial .description
{
	font-family: "Poppins";
	font-size: 20px;
		color: #1C1C1C;padding: 10px;
}
#testimonial{margin-top: 25px;}
.active span
{
	background: #FF5652 !important;
}
.owl-theme .owl-controls .owl-page span {
	width: 10px;
		height: 10px;    
}
.owl-carousel .owl-wrapper-outer
{
	/*height: 150px;*/

}
.category_logo {padding:0px;}
.category_logo img{width:100%;}
.category{text-align:center}
.category_info
{
	background:#fff; overflow:hidden;border-radius: 14px;padding-bottom: 25px;margin: 20px 0;
}
.category_heading
{
	font-family:"Poppins";
	font-size: 20px;
		color: #1C1C1C;
	text-transform: uppercase;
		display: inline-block;
	margin: 25px 0;
		min-height: 50px;    word-break: break-word;
}
.btn_start 
{
	font-family: "Poppins";
		font-size: 20px;
		color: #fff;   
		/*padding: 7px 15px; */
		border-radius: 15px;box-shadow: none;
		border: none;
	outline: none;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #00BCD4;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00BCD4 transparent transparent transparent;
}


.popup .popuptext1 {
    visibility: hidden;
    width: 154px;
    bottom: 220px;
    background-color: #00BCD4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
	padding-top: 13px;
    /* padding: 121px 0; */
    height: 43px;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: -24%;
    top: 27%;
    margin-left: -80px;
}

.popup .popuptext2 {
    visibility: hidden;
    width: 154px;
    bottom: 220px;
    background-color: #00BCD4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
	padding-top: 13px;
    /* padding: 121px 0; */
    height: 43px;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: 23%;
    top: 46%;
    margin-top: -107px;
    margin-left: 224px;
}	

/* Popup arrow */
.popup .popuptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00BCD4 transparent transparent transparent;
}

.popup .popuptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00BCD4 transparent transparent transparent;
}


/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}






.btn1_start{ background: linear-gradient(90deg, #FF7900, #ECC400);}
.btn2_start{ background: linear-gradient(90deg, #F00054, #FF762D);}
.btn3_start{ background: linear-gradient(90deg, #A475F7, #EC75A5);}
.btn4_start{ background: linear-gradient(90deg, #00C4FD, #A0EAD7);}
.btn5_start{ background: linear-gradient(90deg, #00AF00, #9EE452);}

.p1 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #FF7900;
	box-shadow: 0 0 7px #FF7900;
}
.p2 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #F00054;
	box-shadow: 0 0 7px #F00054;
}
.p3 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #A475F7;
	box-shadow: 0 0 7px #A475F7;
}
.p4 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #00C4FD;
	box-shadow: 0 0 7px #00C4FD;
}
.p5 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #00AF00;
	box-shadow: 0 0 7px #00AF00;
}

@media (max-width: 1024px)
{
	.inside_banner
	{
		background:#fff !important;
	}
	.logo{text-align:center;}
	.Pghead{font-size: 26px !important;}
	.bgC1 {font-size: 26px !important;}
	.bgC2 {font-size: 26px !important;}
	.testimonial .description{text-align:center  !important;}
	.testimonial .testimonial-title{text-align:center  !important;}
	.custcountr{font-size: 50px !important;
		width: 100% !important;}
	.btn_start{font-size: 16px !important;}
	.nopad{padding:0px;}
	.owl-carousel .owl-wrapper-outer {/*height: 250px  !important;*/}
	.category_heading{font-size: 18px  !important;}#home_banner_bg{margin-top: 15px !important; width:450px;margin-left: 20%;}

}
@media (max-width: 767px)
{
	.custcountr{font-size: 2.5em !important;
		width: 100% !important;
	}
	.owl-carousel .owl-wrapper-outer{/*height:200px !important;*/}
	.sline{font-size: 20px !important;}
	.Pghead{font-size: 20px !important;}
	
	.bgC1 {font-size: 26px !important;}
	.bgC2 {font-size: 26px !important;}
	.testimonial .description{font-size: 16px !important;}
	.testimonial .testimonial-title{font-size: 16px !important;}
	.left_banner{padding:10px !important;}
	#home_banner_bg{margin-top: 15px !important;}
}


/*------------*/
.form-bg{overflow: hidden;display: inherit;background:#fff;padding: 20px 0;}
/* .reg_frm .row{margin-bottom: 15px;} */
.reg_frm
{
	background: #fff;
		padding-bottom: 20px;
	box-shadow: 0 0 7px #FF7900;
		border-radius: 15px;
		border: 3px solid #a55b37;
	margin-bottom: 100px;
}
.reg_page_heading
{
	text-align: center;color: #673AB7;font-family: "Montserrat-Black";
		text-transform: uppercase;
}
/*------- Grade radio button style ------*/

.view_box {
width: 100%;
}

.label_design {
width: 100px;
height: 35px;
border: 1px solid #FF9800;
background: #ff8a50;
text-align: center;
margin-left: 0;
border-radius: 4px;
color: #fff;
font-size: 13px;
text-align: center;
margin: 4px;
}

.lab {
cursor: pointer;
display: inline-flex;
align-items: center;
}

.lab_input {

opacity: 0;
position: absolute;
}

button,
input {
overflow: visible;
}

input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}

.selected_skills {
background: green;
}
.btnsbmit{margin-top:22px;}
.mobile_no_otp{
			text-align: center; 
		font-size: 21px;
		font-family: "Poppins";
		color: green;
}
.frmfreereg
{
	background: #fff;
		padding: 40px;
		min-height: 380px;    
		border-radius: 15px;    
		margin: 10px 0;
}
.frm_regacc
{
	background: #fff;
		padding: 20px;
		min-height: 380px;
		
}
.panel-title {
    text-align: center;
    font-size: 22px;
    margin: 25px;
    color: #673AB7;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
}
.section-title{font-size: 28px;}
/*---------------------- Pricing table Content ----------*/
.read{text-decoration: none; color: #fff;}
.pricingTable-signup
{
	display: block;
		position: absolute;
		margin: 0 auto;
		width: 100%;
		bottom: 0;
}
.wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -190px 0 0 -468px;
		font-family: 'Poppins';
		font-weight: 400;
		color: #9f9f9f;
		font-size: 15px;
}
.package {
		box-sizing: border-box;
		width: auto;
		min-height: 600px;
		border: 3px solid #e8e8e8;
		border-radius: 7px;
		display: inline-block;
		padding: 24px;
		text-align: center;
		float: left;
		transition: margin-top .5s linear;
		position: relative;
		margin-right: 11px; 
	margin-bottom: 15px;
}
.package:hover {
		margin-top: -30px;
		transition: margin-top .3s linear;
}
.read:hover{color: #fff;}
.read
{
	padding: 7px 15px;
		background: #673AB7;
		border-radius: 6px;
		font-size: 18px;
		color: #fff;
		font-family: 'Poppins';
}
.name {
	 color: #565656;
		font-weight: 300;
		font-size: 4rem;
		margin-top: -5px;
		font-family: 'Poppins';
}
.price {
		margin-top: 7px;
		font-weight: bold;
	font-size: 18px;
	font-family: 'Poppins';
} 
hr
{
		background-color: #dedede;
		border: none;
		height: 1px;
}
.trial {
		font-size: 2.5rem;
		font-weight: 600;
		padding: 2px 21px 2px 21px;
		color: #33c4b6;
		border: 1px solid #e4e4e4;
		display: inline-block;
		border-radius: 15px;
		background-color: white;
		position: relative;
		bottom: -42px;
		font-family: 'Poppins';
}
.pro_dec ul
{
		list-style: none;
		padding: 0;
		text-align: left;
		margin-top: 29px;
	font-size: 17px;
	font-family: 'Poppins';
}
.pro_dec li
{
		margin-bottom: 15px;
}
.pro_dec li:before
{
		font-size: 2rem;
		color: #33c4b6;
		margin-right: 3px;
}
.checkIcon, .brilliant::after {
		font-family: "FontAwesome";
		content: "\f00c";
	color:#000;
}
.checkIcon {
		font-family: "FontAwesome";
		content: "\f00c";
}
.brilliant {
		border-color: #33c4b6; 
}
.brilliant::before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 64px 64px 0 0;
		border-color: #3bc6b8 transparent transparent transparent;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
}
.brilliant::after
{ 
		color: white;
		position: absolute;
		left: 9px;
		top: 6px;
		text-shadow: 0 0 2px #37c5b6;
		font-size: 1.4rem;
}
/*----------------- Stident details - -------*/
.student-banner
{     background:url(../images/1.png) no-repeat;
		background-position: center;
		background-size: cover;
		min-height: 500px;
		color: #f77904;
}
.sk_product 
{
	background: #f7f7f7 url(../images/support1.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.sk_product .section-title{text-transform: uppercase;font-size: 43px;color: #673AB7}
.sk_description
{
	background: #ffb600;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;
}
.sk_logo {
	 padding: 34px 21px;
		text-align: center;
		margin: 16% -32%;
		background: linear-gradient(90deg, #fff, #ffffff);
		box-shadow: 0 0 16px 3px rgba(136, 136, 136, 0.121);
		position: absolute;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
		color: #000;
		border-radius: 10px;
		border: 5px solid #fafafa;
		box-shadow: 0 0 15px #010101;
}

.ka_product 
{
	background: #fff url(../images/support2.png) repeat;
		background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.ka_description{background: #673AB7;color: #fff;padding: 100px;border-radius: 20px;box-shadow: 0 0 20px #000;}
.ka_logo {
		padding: 24px 10px;
		text-align: center;
		margin: 13% 0px 13% -4%;
		background: linear-gradient(90deg, #fff, #ffffff);
		box-shadow: 0 0 16px 3px rgba(136, 136, 136, 0.121);
		position: absolute;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
		color: #000;
		border-radius: 10px;
		border: 5px solid #fafafa;
		box-shadow: 0 0 15px #010101;
}

.ba_product 
{
	background: #f7f7f7 url(../images/support3.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.ba_description
{
	background: #01a768;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;
}
.ba_logo {
	padding: 10px 21px;
		text-align: center;
		margin: 16% -26%;
		background: linear-gradient(90deg, #fff, #ffffff);
		box-shadow: 0 0 16px 3px rgba(136, 136, 136, 0.121);
		position: absolute;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
		color: #000;
		border-radius: 10px;
		border: 5px solid #fafafa;
		box-shadow: 0 0 15px #010101;
}

.pb_product 
{
	background: #fff url(../images/support2.png) repeat;
		background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.pb_description{background: #ffb600;color: #fff;padding: 100px;border-radius: 20px;box-shadow: 0 0 20px #000;}

.to_product 
{
	background: #f7f7f7 url(../images/support3.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.to_description{
	background: #673AB7;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;}
.tpl_product 
{
	background: #f7f7f7 url(../images/support1.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.tpl_description
{
	background: #01a768;color: #fff;padding: 100px;border-radius: 20px;box-shadow: 0 0 20px #000;
}
.ls_product 
{
	background: #fff url(../images/support2.png) repeat;
		background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.ls_product .section-title{text-transform: uppercase;font-size: 43px;color: #673AB7}
.ls_description
{
	background: #ffb600;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;
}
.section-title{    text-transform: uppercase;
		font-size: 32px !important;
		color: #673AB7;
		margin-top: 70px !important;}
.product_btn{margin:20px 0;}
.Plan_exp{
	list-style: none;
		text-align: justify;
		line-height: 25px;
}
.Plan_exp .fa{
color:#000;	font-size: 16px;
}
.Plan_exp li{
	font-size: 19px;
		color: #fff; line-height:10px;line-height: 30px;margin: 0px 0 15px 0;
}
.Plan_exp_gift li{
	font-size: 19px;
		color: #000; 
}
.Plan_exp_gift{
	list-style: none;
		text-align: justify;
		line-height: 25px;
}
.Plan_exp_gift .fa{
color:#000;	font-size: 16px;
}
.product_data .product_name{color:#000;font-family:'Poppins';font-size:30px;text-transform:uppercase;}
.product_data .product_gradename,.product_grade{color:#fff;font-family:'Poppins';font-size:24px;}
.product_data .product_name:hover{color:#fff;}
.product_grade{margin-bottom: 63px;font-family:'Poppins';}
.p_info a{font-family:'Poppins';text-transform:uppercase;}
.pro1{background: linear-gradient(90deg, #ffb600, #f4cf6c);}
.pro2{background: linear-gradient(90deg, #673AB7, #967af4);}
.pro3{background: linear-gradient(90deg, #01a768, #61d3a8);}
.p_info{
	text-decoration: none;
		color: #fff; 
		display: block;
		height: 20em; 
		padding: 1em;
		border-radius: 10px;
		margin: 0 auto;
		text-align: center;
} 
.product_data a
{
	padding: 7px 20px;
		background: #fff;
		color: #000;
		border-radius: 10px;
		margin: 0 auto; 
		font-size: 20px;
	text-transform:uppercase;
}
.product_data_1 a
{
	padding: 7px 20px;
		color: #000;
		border-radius: 10px;
		margin: 0 auto; 
		font-size: 20px;
	text-transform:uppercase;
}
/* .e_data:before {
		content: '';
		position: absolute;
		width: 50%;
		height: 60%;
		left: -298px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../images/support4.png) no-repeat;
		background-size: contain;
		z-index: -1;
		transform: rotateY(-180deg);
}
.e_data:after {
		content: '';
		position: absolute;
		width: 50%;
		height: 60%;
		right: -298px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../images/support4.png) no-repeat;
		background-size: contain;
		z-index: -1;
} */
.enquiry_form 
{
	background: #eeeeee url(../images/support4.png) repeat;
		padding: 120px 0px;
		z-index: 3;
	background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.form_description{background:#fff;}
@-webkit-keyframes slide {
		from { background-position: 0 0; }
		to { background-position: -400px 0; }
}
@-webkit-keyframes slidenew {
		from { background-position:-400px 0; }
		to { background-position: 0 0; }
}




/*New Styles*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
}

.col-xs-15 {
		width: 20%;
		float: left;
}
@media (min-width: 768px) {
		.col-sm-15 {
				width: 100%;
				float: left;
		}
}
@media (min-width: 992px) {
		.col-md-15 {
				width: 20%;
				float: left;
		}
}
@media (min-width: 1200px) {
		.col-lg-15 {
				width: 20%;
				float: left;
		}
}
.navbar {position: inherit;background: #fff;}

#loading {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 9999999;
		background: #151928 url(../images/ajax-page-loader.gif) no-repeat;
		opacity: 0.8;
		background-size: 60px;
		background-position: center center;
} 
.logo{margin-bottom:30px;}
.left_banner{padding: 20px 50px 15px 50px;} 
.inside_banner_win
{
	 
	/*background: url(../images/webp/orange_bg.webp) no-repeat;*/
		background-position: inherit;
		background-size: 100%;
	/*min-height: 1000px;*/
	background-color: #fff;
}
.inside_banner_mac
{
	padding-top:60px;
	/*background: url(../images/png/orange_bg.png) no-repeat;*/
		background-position: inherit;
		background-size: 100%;
	/*min-height: 1000px;*/
}
.custcountr
{ 
	font-size: 45px;	
		color: #F16101;
		font-family: "Poppins";
		/*border: 1px solid #fff;*/
		border-radius: 17px;
		background: transparent;
		display: block;
		padding: 1px 10px 1px 10px;
		width: 75%;
		margin: 0 auto;
}
.Pghead
{
	display: block;
		text-align: left;
	font-family:"Poppins";
	font-size: 36px;
	color:#1C1C1C;
}
#home_banner_bg
{    margin-top: 20px;
		text-align: center;
}
.trust{
	font-family:"Poppins";
	font-size: 26px;
letter-spacing: 2.4px;
		color: #81868A;
}
.still_counting
{
	font-family:"Poppins";
	font-size: 18px;
		color: #81868A;
}
.testimonial .testimonial-title {
	font-family:"Poppins";
	font-size: 20px;
		color: #1C1C1C;font-weight: 600;    padding: 10px;
}
.testimonial .description
{
	font-family:"Poppins";
	font-size: 20px;
		color: #1C1C1C;padding: 10px;
}
#testimonial{margin-top: 25px;}
.active span
{
	background: #FF5652 !important;
}
.owl-theme .owl-controls .owl-page span {
	width: 10px;
		height: 10px;
		background: #555;
}
.owl-carousel .owl-wrapper-outer
{
	/*height: 150px;*/
}
.category_logo {padding:0px;}
.category_logo img{width:100%;padding: 10px; border-radius: 25px;}
.category{text-align:center}
.ci1{background: linear-gradient(180deg, #9982DE 0%, #6098DD 100%);box-shadow: 0px 10px 20px #EDEDEF;border-radius: 23px;}
.ci2{background: linear-gradient(180deg, #6ABCF9 0%, #366FD4 100%);box-shadow: 0px 10px 20px #EDEDEF;border-radius: 23px;}
.ci3{background: linear-gradient(180deg, #5AB6F8 0%, #97E2BE 100%);box-shadow: 0px 10px 20px #EDEDEF;border-radius: 23px;}
.ci4{background: linear-gradient(180deg, #E5B978 0%, #9050AB 100%);box-shadow: 0px 10px 20px #EDEDEF;border-radius: 23px;}
.ci5{background: linear-gradient(180deg, #5F4585 0%, #7E7BDA 100%);box-shadow: 0px 10px 20px #EDEDEF;border-radius: 23px;}
.category_info
{
	overflow:hidden;border-radius: 14px;padding-bottom: 25px;margin: 20px 0;
}
.category_heading
{
	font-family:"Poppins";
	font-size: 18px;
		color: #ffffff;
	
		display: inline-block;
	margin: 25px 0;
		min-height: 50px;    word-break: break-word;
}
.btn_start 
{
	font-family: "Poppins";
		font-size: 20px;
		color: #fff;   
		/*padding: 7px 15px; */
		border-radius: 15px;box-shadow: none;
		border: none;
	outline: none;
}
.btn1_start{ background: linear-gradient(90deg, #FF7900, #ECC400);}
.btn2_start{ background: linear-gradient(90deg, #F00054, #FF762D);}
.btn3_start{ background: linear-gradient(90deg, #A475F7, #EC75A5);}
.btn4_start{ background: linear-gradient(90deg, #00C4FD, #A0EAD7);}
.btn5_start{ background: linear-gradient(90deg, #00AF00, #9EE452);}

.p1 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #FF7900;
	box-shadow: 0 0 7px #FF7900;
}
.p2 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #F00054;
	box-shadow: 0 0 7px #F00054;
}
.p3 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #A475F7;
	box-shadow: 0 0 7px #A475F7;
}
.p4 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #00C4FD;
	box-shadow: 0 0 7px #00C4FD;
}
.p5 .category_info
{ 
	-webkit-box-shadow: 0 0 7px #00AF00;
	box-shadow: 0 0 7px #00AF00;
}

@media (max-width: 1024px)
{
	.inside_banner
	{
		background:#fff !important;
	}
	.logo{text-align:center;}
	.Pghead{text-align:center  !important;}
	.testimonial .description{text-align:center  !important;}
	.testimonial .testimonial-title{text-align:center  !important;}
	.custcountr{font-size: 50px !important;
		width: 100% !important;}
	.btn_start{font-size: 16px !important;}
	.nopad{padding:0px;}
	.owl-carousel .owl-wrapper-outer {/*height: 250px  !important;*/}
	.category_heading{font-size: 18px  !important;}#home_banner_bg{margin-top: 15px !important;}
}
@media (max-width: 767px)
{
	.custcountr{font-size: 2.5em !important;
		width: 100% !important;}
	.owl-carousel .owl-wrapper-outer{/*height:200px !important;*/}
	.Pghead{font-size: 20px !important;}
	.testimonial .description{font-size: 16px !important;}
	.testimonial .testimonial-title{font-size: 16px !important;}
	.left_banner{padding:10px !important;}
	#home_banner_bg{margin-top: 15px !important;}
}

/*------------*/
.form-bg{overflow: hidden;display: inherit;background:#fff;padding: 20px 0;}
/* .reg_frm .row{margin-bottom: 15px;} */
.reg_frm
{
	background: #fff;
		padding-bottom: 20px;
	box-shadow: 0 0 7px #FF7900;
		border-radius: 15px;
		border: 3px solid #a55b37;
	margin-bottom: 100px;
}
.reg_page_heading
{
	text-align: center;color: #673AB7;font-family: "Montserrat-Black";
		text-transform: uppercase;
}
/*------- Grade radio button style ------*/

.view_box {
width: 100%;
}

.label_design {
width: 100px;
height: 35px;
border: 1px solid #FF9800;
background: #ff8a50;
text-align: center;
margin-left: 0;
border-radius: 4px;
color: #fff;
font-size: 13px;
text-align: center;
margin: 4px;
}

.lab {
cursor: pointer;
display: inline-flex;
align-items: center;
}

.lab_input {

opacity: 0;
position: absolute;
}

button,
input {
overflow: visible;
}

input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}

.selected_skills {
background: green;
}
.btnsbmit{margin-top:22px;}
.mobile_no_otp{
			text-align: center; 
		font-size: 21px;
		font-family: "Poppins";
		color: green;
}
.frmfreereg
{
	background: #fff;
		padding: 40px;
		min-height: 380px;   
		border-radius: 15px;    
		margin: 10px 0;
}
.frm_regacc
{
	background: #fff;
		padding: 20px;
		min-height: 380px;
		
}
.panel-title {
    text-align: center;
    font-size: 22px;
    margin: 25px;
    color: #f16101;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
}
.section-title{font-size: 28px;}
/*---------------------- Pricing table Content ----------*/
.read{text-decoration: none; color: #fff;}
.pricingTable-signup
{
	display: block;
		position: absolute;
		margin: 0 auto;
		width: 100%;
		bottom: 22px;
		right: 1px;
}
.wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -190px 0 0 -468px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #9f9f9f;
		font-size: 15px;
}
.package {
		box-sizing: border-box;
		width: auto;
		border: 3px solid #e8e8e8;
		border-radius: 7px;
		display: inline-block;
		padding: 24px;
		text-align: center;
		float: left;
		transition: margin-top .5s linear;
		position: relative;
		margin-right: 11px; 
	margin-bottom: 15px;
	    border-color: #f16101;
}
.package:hover {
		margin-top: -30px;
		transition: margin-top .3s linear;
}
.read:hover{color: #fff;}
.read
{
	padding: 7px 15px;
		 background: #f16101;
		border-radius: 6px;
		font-size: 18px;
		color: #fff;
}
.name {
	 color: #565656;
		font-weight: 300;
		font-size: 4rem;
		margin-top: -5px;
}
.price {
		margin-top: 7px;
		font-weight: bold;
	font-size: 18px;
} 
hr
{
		background-color: #dedede;
		border: none;
		height: 1px;
}
.trial {
		font-size: 2.5rem;
		font-weight: 600;
		padding: 2px 21px 2px 21px;
		color: #f16101;
		border: 1px solid #e4e4e4;
		display: inline-block;
		border-radius: 15px;
		background-color: white;
		position: relative;
		bottom: -42px;
}
.pro_dec ul
{
		list-style: none;
		padding: 0;
		text-align: left;
		margin-top: 29px;
	font-size: 17px;
}
.pro_dec li
{
		margin-bottom: 15px;
}
.pro_dec li:before
{
		font-size: 2rem;
		color: #33c4b6;
		margin-right: 3px;
}
.checkIcon, .brilliant::after {
		font-family: "FontAwesome";
		content: "\f00c";
	color:#000;
}
.checkIcon {
		font-family: "FontAwesome";
		content: "\f00c";
}
.brilliant {
		border-color: #f16101; 
}
.brilliant::before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 64px 64px 0 0;
		border-color: #f16101 transparent transparent transparent;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
}
.brilliant::after
{ 
		color: white;
		position: absolute;
		left: 9px;
		top: 6px;
		text-shadow: 0 0 2px #37c5b6;
		font-size: 1.4rem;
}
/*----------------- Stident details - -------*/
.student-banner
{     background:url(../images/1.png) no-repeat;
		background-position: center;
		background-size: cover;
		min-height: 500px;
		color: #f77904;

}
.sk_product 
{
	background: #f7f7f7 url(../images/support1.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.sk_product .section-title{text-transform: uppercase;font-size: 43px;color: #673AB7}
.sk_description
{
	background: #ffb600;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;
}
.sk_logo {
	 padding: 34px 21px;
		text-align: center;
		margin: 16% -32%;
		background: linear-gradient(90deg, #fff, #ffffff);
		box-shadow: 0 0 16px 3px rgba(136, 136, 136, 0.121);
		position: absolute;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
		color: #000;
		border-radius: 10px;
		border: 5px solid #fafafa;
		box-shadow: 0 0 15px #010101;
}

.ka_product 
{
	background: #fff url(../images/support2.png) repeat;
		background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.ka_description{background: #673AB7;color: #fff;padding: 100px;border-radius: 20px;box-shadow: 0 0 20px #000;}
.ka_logo {
		padding: 24px 10px;
		text-align: center;
		margin: 13% 0px 13% -4%;
		background: linear-gradient(90deg, #fff, #ffffff);
		box-shadow: 0 0 16px 3px rgba(136, 136, 136, 0.121);
		position: absolute;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
		color: #000;
		border-radius: 10px;
		border: 5px solid #fafafa;
		box-shadow: 0 0 15px #010101;
}

.ba_product 
{
	background: #f7f7f7 url(../images/support3.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.ba_description
{
	background: #01a768;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;
}
.ba_logo {
	padding: 10px 21px;
		text-align: center;
		margin: 16% -26%;
		background: linear-gradient(90deg, #fff, #ffffff);
		box-shadow: 0 0 16px 3px rgba(136, 136, 136, 0.121);
		position: absolute;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
		color: #000;
		border-radius: 10px;
		border: 5px solid #fafafa;
		box-shadow: 0 0 15px #010101;
}

.pb_product 
{
	background: #fff url(../images/support2.png) repeat;
		background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.pb_description{background: #ffb600;color: #fff;padding: 100px;border-radius: 20px;box-shadow: 0 0 20px #000;}

.to_product 
{
	background: #f7f7f7 url(../images/support3.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.to_description{
	background: #673AB7;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;}
.tpl_product 
{
	background: #f7f7f7 url(../images/support1.png) repeat;
		background-size: 100px; 
	-webkit-animation: slide 20s linear infinite;
}
.tpl_description
{
	background: #01a768;color: #fff;padding: 100px;border-radius: 20px;box-shadow: 0 0 20px #000;
}
.ls_product 
{
	background: #fff url(../images/support2.png) repeat;
		background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.ls_product .section-title{text-transform: uppercase;font-size: 43px;color: #673AB7}
.ls_description
{
	background: #ffb600;
		padding: 100px;
		border-radius: 20px;
		box-shadow: 0 0 20px #000;
}
.section-title{text-transform: uppercase;font-size: 43px;color: #f16101}
.product_btn{margin:20px 0;}
.Plan_exp{
	list-style: none;
		text-align: justify;
		line-height: 25px;
}
.Plan_exp .fa{
color:#000; font-size: 16px;
}
.Plan_exp li{
	font-size: 19px;
		color: #fff; line-height:10px;line-height: 30px;margin: 0px 0 15px 0;
}
.Plan_exp_gift li{
	font-size: 19px;
		color: #000; 
}
.Plan_exp_gift{
	list-style: none;
		text-align: justify;
		line-height: 25px;
}
.Plan_exp_gift .fa{
color:#000; font-size: 16px;
}
.product_data .product_name{color:#000;font-family:'Poppins';font-size:30px;text-transform:uppercase;}
.product_data .product_gradename,.product_grade{color:#fff;font-family:'Poppins';font-size:24px;}
.product_data .product_name:hover{color:#fff;}
.product_grade{margin-bottom: 63px;font-family:'Poppins';}
.p_info a{font-family:'Poppins';text-transform:uppercase;}
.pro1{background: linear-gradient(90deg, #ffb600, #f4cf6c);}
.pro2{background: linear-gradient(90deg, #673AB7, #967af4);}
.pro3{background: linear-gradient(90deg, #01a768, #61d3a8);}
.p_info{
	text-decoration: none;
		color: #fff; 
		display: block;
		height: 20em; 
		padding: 1em;
		border-radius: 10px;
		margin: 0 auto;
		text-align: center;
} 
.product_data a
{
	padding: 7px 20px;
		background: #fff;
		color: #000;
		border-radius: 10px;
		margin: 0 auto; 
		font-size: 20px;
	text-transform:uppercase;
}
.product_data_1 a
{
	padding: 7px 20px;
		color: #000;
		border-radius: 10px;
		margin: 0 auto; 
		font-size: 20px;
	text-transform:uppercase;
}
/* .e_data:before {
		content: '';
		position: absolute;
		width: 50%;
		height: 60%;
		left: -298px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../images/support4.png) no-repeat;
		background-size: contain;
		z-index: -1;
		transform: rotateY(-180deg);
}
.e_data:after {
		content: '';
		position: absolute;
		width: 50%;
		height: 60%;
		right: -298px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../images/support4.png) no-repeat;
		background-size: contain;
		z-index: -1;
} */
.enquiry_form 
{
	background: #eeeeee url(../images/support4.png) repeat;
		padding: 120px 0px;
		z-index: 3;
	background-size: 100px; 
	-webkit-animation: slidenew 20s linear infinite;
}
.form_description{background:#fff;}
@-webkit-keyframes slide {
		from { background-position: 0 0; }
		to { background-position: -400px 0; }
}
@-webkit-keyframes slidenew {
		from { background-position:-400px 0; }
		to { background-position: 0 0; }
}
.HLoginBtn{
	background: #F16101 !important;
	border: 1px solid #F16101 !important;
		border-radius: 6px !important;
		font-family: "Poppins";
		font-size: 13px !important;
		color: #FFFFFF !important;
}

.HFreeAssessBtn
{
		border: 1px solid #F16101 !important;
		border-radius: 6px !important;
		color: #fff !important;
		font-family: "Poppins";
		font-size: 13px !important;
}


.HFreeAssessBtn {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #F16101; -webkit-box-shadow: 0 0 3px #F16101; }
  50% { background-color: #F16101; -webkit-box-shadow: 0 0 15px #F16101; }
  100% { background-color: #F16101; -webkit-box-shadow: 0 0 3px #F16101; }
}

@-moz-keyframes glowing {
  0% { background-color: #F16101; -moz-box-shadow: 0 0 3px #F16101; }
  50% { background-color: #F16101; -moz-box-shadow: 0 0 15px #F16101; }
  100% { background-color: #F16101; -moz-box-shadow: 0 0 3px #F16101; }
}

@-o-keyframes glowing {
  0% { background-color: #F16101; box-shadow: 0 0 3px #F16101; }
  50% { background-color: #F16101; box-shadow: 0 0 15px #F16101; }
  100% { background-color: #F16101; box-shadow: 0 0 3px #F16101; }
}

@keyframes glowing {
  0% { background-color: #F16101; box-shadow: 0 0 3px #F16101; }
  50% { background-color: #F16101; box-shadow: 0 0 15px #F16101; }
  100% { background-color: #F16101; box-shadow: 0 0 3px #F16101; }
}








.HAboutBtn
{
 font-family: "Poppins";
		font-size: 15px;
}
.bgC1{color: #F16101;font-size: 40px;font-family: Poppins; font-weight: 700;}
.bgC2{color: #000;font-size: 40px;font-family: Poppins; font-weight: 700;}
#home_banner_bg
{background: url(../images/png/trustedBG.png) no-repeat;
		background-size: 100%;
		/*min-height: 500px;*/

	}

.footer-area{
	padding:15px 0;
	 font-family: "Poppins";
	 color:#81868A;
}
.footer-left
{
	float:left;
	padding-left: 40px;
}
		.footer-logo
		{
			text-align: center;
		}

		.socail-links img
		{
			padding-top:10px;
		}

.footer-logo  img{
 padding-top:0px;
 padding-bottom:15px;
}

.owl-carousel .owl-wrapper-outer
{
	overflow-x: hidden; 
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	/*padding:5px; */


}
#up-btn
{
	display: none !important;
}

.register-form-wrapper
{
	width:100%;
	height: 100%; 
	display: block;

}

.leftHalf {
	background: none;
	background-size: cover;
	min-height: 1084px;
	float: left;
	text-align: center;
}

.rightHalf {
	 background: #fff;
	 float: left;
	 min-height: 1084px;
	 padding-top: 4%; 
}

.form-reg-content
{
	margin-left:20%;
	margin-top:15%;
	font-family: "Poppins";
font-style: normal;
}

.reg-title
{
 font-family: "Poppins";
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 37px;
color: #2F3044;
}

.reg-sub-title
{
 font-family: "Poppins";
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color:#A7A8BB; 
}
.clsacc {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #A7A8BB;
}

.reg-sub-title span
{
color:#F16101; 
}

.form-group
{
	padding:20px 0;
}

.form-left-content
{
	 color: #fff;
	 font-family: "Poppins";
	 font-size:40px;
	 line-height: 46px;
}

.form-control {
		display: block;
		width: 100%;
		height: 40px;
		padding: 5px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #EEF1F5;
		background-image: none;
		border: 0;
		border-radius: 10px;
		 -webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
}
label
{
	 font-family: "Poppins";
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color:#2F3044; 
}

.submit-pt
{
	padding-top: 15px;
}

.reg-sub-title a
{
	color:#F16101; padding-left:6px;
}

@media (max-width: 992px) {

.rightHalf {     
	 background: #fff;
	 float: left;
	 min-height: auto;  
	 padding-top: 4%; 
	 width: 100%;
}
/*.leftHalf {
	 background: url(../images/png/Form-left-bg.png) no-repeat;
		background-size: cover;   
	 min-height: 500px; 
	 float: left;
	 text-align: center;
	 width: 100%;
}*/
/*.form-left-content {
		color: #fff;
		font-family: "Poppins";
		font-size: 20px;
		line-height: 27px;
}*/
.form-group {
	 padding: 0;
 margin-bottom: 0;
 }
 label
 {
	padding:10px 0 0 0;
	width: 100%;
 }
 .submit-pt
 {
	padding-bottom: 30px;
 }
 .radio-pt {
	 padding-bottom: 0px;
		float: left;
}

	}
	@media (max-width: 768px) {
.align-right {
		text-align: right;
		float: right;
		margin-top: -37px;
}
	}


	.radio-pt
	{
			padding-top: 12px;
				}

				.radio-field1
				{
					margin-right: 25px;
					float:left;
				}

				.radio-field2
				{
					float:left;
				}


.login-orange-btn
{
color: #FF7551;
background-color: rgba(255, 117, 81, 0.1);
text-transform: uppercase;
border:0;
font-family: "Poppins";
font-weight: 700;
font-size: 14px;
padding:12px 15px;
border-radius: 10px;
margin-right: 5px;
}

.login-grey-btn
{
color: #000;
background-color: rgba(0, 0, 0, 0.04);
text-transform: uppercase;
border:0;
font-family: "Poppins";
font-weight: 700;
font-size: 14px;
padding:12px 15px;
border-radius: 10px;
}

.login-container label
{
font-size:14px;
font-weight: 700;
}

.align-right
{
	text-align: right;
}

a.orange-link
{
color: #FF7551;
font-size:14px;
font-weight: 700;
}

.grey-text
{
	color: #2F3044;
	font-family: "Poppins";
font-weight: 700;
font-size: 14px;
padding-right: 5px;
padding-left: 10px;
margin-top: 30px;
}

.profile-name-bg
{
	background: url(../images/png/Form-left-bg.png) no-repeat;
}

.info_head
{
	font-family: "Poppins";
font-weight: 500;
font-size: 19px;
line-height: 28px;
color: #fff;
}

.profile-styles .form-group
{
width: 100%;
}

.profile-styles
{
	 font-family: "Poppins";
font-weight: 500;
font-size: 14px;
line-height: 28px;
color: #fff;
}

.Skill_Box
{
	font-family: "Poppins";
font-weight: 700;
font-size: 14px;
}

.contentbox
{
	font-family: "Poppins";
font-weight: 700;
font-size: 14px;
}

.invoice
{
	 font-family: "Poppins";
}

.readmore-btn
{
	width: 108px;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius:20px;
}

.banner-bg
{
			background-image: url(../images/new/wave-1.png);
}

@media (min-width: 1024px) and (max-width: 1259px)
{
	.bgC1 {
    color: #F16101;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 700;
}
.bgC2 {
    color: #000;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 700;
}
#home_banner_bg {
	width:410px;
	margin-top: 12px;
	}
	.StemLogo-box {
    position: absolute;
    left: 109px !important;
    top: 97px;
    width: 160px;
}

}

@media (min-width: 1260px)
{
	.bgC1 {
    color: #F16101;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 700;
}
.bgC2 {
    color: #000;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 700;
}


}

.banner-img
{
	background:#f3f7ff url(../images/inner-banner.png) no-repeat center top;    background-size: 100%;
}

@media (max-width:767px) 
{
	#home_banner_bg {
    margin-top: 15px !important;
    width: 412px !important;
   margin-left: 0 !important; 
}
.inside_banner_win
{
	padding-top:0 !important;
}
.banner-img
{
	background:#F3F7FF;
}

.StemLogo-box {
    position: absolute;
    left: 109px !important;
    top: 97px;
    width: 160px;
}
.counter{
	top: 158px;position: relative;left: 2px;
}

}


.PlayStore-box
{
	position: static; right: -80px; top: 165px; width: 220px; margin-left: 295px;
}

/* .AppStore-box */
/* { */
/* position: absolute; left: -65px; bottom: 46px; width: 220px; */
/* } */

.AppStore-box {
    position: relative;
    left: -163px;
    bottom: -66px;
    width: 220px;
}

.StemLogo-box {
    position: absolute;
	cursor: default;
    left: 148px;
    top: 97px;
    width: 160px;
}


img {
    vertical-align: middle;
    max-width: 100%;
}

@media (min-width:768px) and (max-width:992px)
{
	.topnav {
    overflow: hidden;
    float: right;
    /*margin-top: 5px;*/
    position: absolute;
    right: 0;
    top: -73px;
}

.banner-img
{
	background:#F3F7FF;
}
.custcountr
{
	font-size:35px;
}
	}
	


	.countert{
	/* top: 181px; */
	top: -271px;
	position: relative;left: 2px;
}
.custcountr
{
	font-size:35px;
}



   label.error{
  font-size: 12px !important;
  display: block;
  }

.invoice
{
	 font-family: "Poppins";
}

.ui-datepicker-year
{     color: #000;}
.ui-datepicker-month{color: #000;}


footer {
    padding: 20px;
    background: #fff;
	bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
	  position:relative;     
    
}
.footer-contact {
   /* display: flex;*/
    font-size: 14px;
    margin-top: 12px;
	 text-align: center; 
}
.footer-logo {
    text-align: center;
}
.footer-link {
    text-align: right;
    font-size: 14px;
    margin-top: 22px;
}
.about-section
{    padding: 0 !important;
}

.about-section ul{
	list-style: inherit;
}

.banner-img
{
	background:#F3F7FF;
}
.custcountr
{
	font-size:35px;
}
	}
	


.counter{
	top: 181px;position: relative;left: 2px;
}
.custcountr
{
	font-size:35px;
}

.counter
{
	top:0 !important;
}

@media (min-width:768px) and (max-width:992px)
{
.inner-banner
{
	background:url(../images/game-bg.png) no-repeat;
	background-size: 100%;
	min-height:800px;
}
}

.inner-banner
{	
	background-image: linear-gradient(#512caf , #6234b4 ) !important;
	background-size: 100%;
	min-height:auto;
}


.memory-bg{
	background-image: linear-gradient(#f25858 , #e13d3d ) !important;
	border-radius: 3px;
	color: #fff !important;
	}
.visual-bg{
	background-image: linear-gradient(#f25858 , #dc971e ) !important;
	border-radius: 3px;
	color: #fff !important;
	}
.focus-bg{
	background-image: linear-gradient(#97c865 , #7dc138 ) !important;
	border-radius: 3px;
	color: #fff !important;
	}
	.problem-bg{
		background-image: linear-gradient(#f1904e , #db732d ) !important;
		border-radius: 3px;
		color: #fff !important;
}
.linguistics-bg{
	background-image: linear-gradient(#09b7f6 , #0f94c4 ) !important;
	border-radius: 3px;
	color: #fff !important;
}

.contentbox
{
	margin-top:30px;
}

.gamebtn
{
	color:#fff !important;
}

.View_Report {
    /* background: #000000; */
    /* padding: 10px; */
    background: none !important;
    border-radius: 5px;
    color: #ffffff !important;
    font-family: "poppins";
    font-size: 25px !important;
    display: inline;
    cursor: auto;    
    color: #fff !important;
    border: 0 !important;
}

.stcounter.red .stcounter-icon
{
	background: none !important;
}

.stcounter.yellow .stcounter-icon
{
	background: none !important;
}

.stcounter.green .stcounter-icon
{
	background: none !important;
}

.stcounter.orange .stcounter-icon
{
	background: none !important;
}
.stcounter.blue .stcounter-icon
{
	background: none !important;
}

.stcounter .stcounter-value {
    color: #b37dec !important;
}

@media (min-width: 320px) and (max-width: 480px)
{
#home_banner_bg {
    margin-top: 15px !important;
    width: 100% !important;
    margin-left: 0 !important;
    min-height:370px !important;
}
.StemLogo-box {
    left: 105px !important;
    top: 42px !important;
    width: 118px !important;
}
.counter {
    top: 104px !important;
}
/* .PlayStore-box {    */
    /* right: -46px !important; */
    /* top: -8px !important; */
    /* width: 150px !important; */
/* } */
.AppStore-box {
    left: -85px !important;
    width: 150px !important;
    bottom: -60px !important;
}
.custcountr {
    font-size: 1.5em !important;
    width: 100% !important;
}
 .countert{
top: -200px !important;
 }
}

header {
    background: #fff;
    box-shadow: 0px 0px 5px #d4d4d4;
    position: relative;
}

.navbar-brand img {
    max-width: 175px;
}

.navbar {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-links.login .nav-link {
    background: #f16101;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin: 0 15px;
    text-decoration: none;
}

.btn-links.bfa .nav-link {
    border: solid 1px #f16101;
    border-radius: 5px;
    font-weight: bold;
    color: #f16101;
    margin: 0 15px;
}

.btn-links.bfa a:hover {
    text-decoration: none;
    color: #f16101 !important;
}

.btn-links.login a:hover {
    text-decoration: none;
    color: #fff !important;
}

.hero {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hero__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-desc {
    max-width: 520px;
}

.hero-desc h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
}

.hero-desc p {
    background: rgba(243, 247, 255, .6);
    border-radius: 10px;
    padding: 20px;
}

.aboutskill {
    margin-bottom: 50px;
}

.aboutskill__content {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
}

.aboutskill__desc {
    padding: 50px 50px 50px 80px;
}

.aboutskill__desc h2 {
    position: relative;
    font-weight: bold;
    padding-bottom: 8px;
    font-size: 30px;
}

.aboutskill__desc h2 .short-line {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #f16101;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 5px;
}

.get-started {
    margin-bottom: 50px;
}

.get-started-content {
    background: #3770d4 url(../images/banner_bg.png) no-repeat center top;
    display: flex;
    padding: 50px 0 50px 30px;
    border-radius: 20px;
}

.get-started-content p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.get-started-content .buynow {
    padding: 15px 50px;
    background: #fff;
    color: #f16101;
    font-weight: bold;
}

.featured,
.ourclient {
    margin-bottom: 50px;
}

.featured h2,
.ourclient h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 40px;  
}

.featured .items-wrap {
    display: flex;
    align-items: center;
}

.featured .items-wrap .items {
    flex: 1;
}

.ourclient {
    margin-bottom: 50px;
}

.ourclient .client-headers {
    text-align: center;
}

.ourclient .client-headers h2 {
    margin-bottom: 10px;
}

.ourclient .client-headers p {
    font-size: 18px;
}

.ourclient .slider .items {
    text-align: center;
}

.ourclient .slider .items:focus {
    outline: none;
}

.ourclient .slider .items img {
    display: inline;
}

.ourclient .slick-next {
    background: url(../images/right-arrow.png) no-repeat center center;
    width: 31px;
    height: 31px;
}

.ourclient .slick-prev {
    background: url(../images/left-arrow.png) no-repeat center center;
    width: 31px;
    height: 31px;
}

.ourclient .slick-next:before,
.ourclient .slick-prev:before {
    display: none
}

footer {
     padding: 20px;
    background: #fff;
	bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
	position:relative;   
   
   }
.footer-contact .clsmail{
	text-decoration: none;
	
}
.footer-contact {
    display: flex;
    font-size: 14px;
    margin-top:12px;
	/* text-decoration: underline; */
	color: #000;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 150px;
}

.footer-link {
    text-align: right;
    font-size: 14px;
    margin-top:22px;
}

.footer-link a {
    text-decoration: underline;
    color: #000;
}

@media (min-width:320px) and (max-width:767px) {
    .hero__desc,
    .aboutskill__content,
    .featured .items-wrap {
        flex-wrap: wrap;
    }
    .ourclient .slick-next {
        right: 0;
    }
    .ourclient .slick-prev {
        left: 0;
    }
	.footer-link {
        float: right;
	}
	.footer-link1 {
        float: left;
        /* text-align: center; */
    }
    .footer-logo {
        margin: 20px 0;
    }
    .aboutskill__desc {
        padding: 20px;
    }
    .featured .items-wrap .items {
        text-align: center;
        width: 100%;
        flex: 1 0 auto;
    }
    .footer-contact {
        justify-content: center;
    }
    .btn-links.login .nav-link {
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .btn-links.login .nav-link {
        margin-bottom: 10px;
    }
    .aboutskill__content img {
        max-width: 300px;
    }
    .aboutskill__desc {
        padding: 30px;
    }
    .featured .items-wrap .items img {
        width: 100%;
    }
    .hero-desc h2 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .hero-desc {
        max-width: 420px;
    }
}

.slick-next, .slick-prev 
    {
            top:50%;
    }

    .slick-next {
    right: -45px;
}

img{
    max-width:100%;
}

.about-title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 40px;  
}

.about-section
{
    margin:40px 0; 
}


.footer-link {
	float: right;
}

.footer-link1 {
	float: left;
}



.usertxtsty {
    /* margin-left: 20%; */
    margin-top: 1vw;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;

    color: #2F3044;
}
.otppoint {
    cursor: pointer;
}

.otpexpiry{
	text-align: center; 
	font-size: 12px;
	font-family: "Poppins";
	color: red;
}

.odometer {
    font-size: 28px;
}
.clsmail{
    padding-left: 4px;
	}
p .clscoupon{
	text-align: center;
	font-size: 20px;
}	
.show{
	opacity: 0.75 !important;
}

.modal-open .modal{
	opacity: 1 !important;
}
div .ui-datepicker{z-index:2px !important}


@media (max-width: 480px) and (min-width: 320px)
{
	.PlayStore-box
	{
	width: 150px;
	margin-left: 200px;
	}
}
.clsbody{min-height:600px;}

.owl-carousel .owl-wrapper-outer.autoHeight{border: 3px solid rgb(241, 97, 1) !important;}

.SAsup {
	top: -1.8em;
    font-size: 11px;
}

/*Home menu drop-down */

/*.curriculam_dropdown a:hover {
	padding-bottom: 30px; !*height dependent on the gap you want to fill*!
	position: absolute;
}*/

/*
.home-dropdown-menu { display: none; }
.navbar .nav-item:hover .home-dropdown-menu {
	display: none !important;
}

.home-dropdown-menu {
	display: block;
}
.nav-link { display: block; }

.home-dropdown, .dropup { position: relative; }
.home-dropdown-menu {
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}*/

/*Home menu drop-down ENDS */


/* HOME PAGE */


	/* HOME PAGE Heedios */


/* HOME PAGE ENDS */

.scrollToHome {
	bottom: 84px;
	right: 34px;
}

.scrollToHome:hover {
	color: #fff
}

.scrollToHome {
	bottom: 15px;
	color: #fff !important;
	display: none;
	font-size: 18px;
	padding: 0 11px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #2441e7;
	position: fixed;
	right: 20px;
	text-align: center;
	z-index: 99999;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#homepage_first_image { /*padding-top: 102px;*/ }

/*
@media screen and (min-width:768px) {
	#myTopnav { display: block; }
	
}
*/

/*@media screen and (max-width:768px) {
	#myTopnav { display: block; }
	#homepage_first_image { padding-top: 0; }
}*/

.vid_link{ width: 100%; }

.join_us_btn {
	background-color: #1bddfc !important;
	border: 2px solid #fff;
	border-radius: 20px;
	color: black;
	font-weight: bold;
	padding: 12px 15px
}
@media (max-width: 767px) {
        .leftHalf {
          display: none;
        }
      }