/*[ ================ Reset Code ================ ]*/
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
::-moz-selection {
    background: #0078d7;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #0078d7;
    text-shadow: none;
    color: #fff;
}
html,
body {
    font-family: 'Poppins', sans-serif;
    color: #566276;
    font-size: 16px;
    line-height: 26px;
    height: 100%;
    position: relative;
    font-weight: 400;
}
p {
	font-size: 16px;
	line-height: 32px;
	color: #566276;
}
a {
    color: #566276;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a,
button,
img {
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2e3f59;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
button,
a,
a:hover,
a:focus,
a:active, 
input:focus {
    outline: none !important;
    text-decoration: none;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, 
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	outline-offset: 0px;
}
.btn-check:focus + .btn-light, 
.btn-light:focus, 
.btn-light:active, 
.btn-light:active:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active {
	color: #1E2D45;
	background-color: #f0f0f0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/*[ ------------ Spacing ------------]*/
.equal-space {
    padding-top: 100px;
    padding-bottom: 100px;
}
.top-space {
    padding-top: 100px;
}
.bottom-space {
    padding-bottom: 100px;
}

/*[ ------------ Section ------------]*/
.section-heading {
	font-size: 52px;
	font-weight: 400;
}
.light-bg{
	background: #c9d8f0;
}
.lightdark-bg{
	background: #1e2d45;
}
  
/*[ ------------ Header ------------]*/
header.main-header .container {
	max-width: 1100px;
}
.main-header .navbar {
	height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
	color: #1a212c;
	padding: 10px 15px;
}
header.main-header .navbar-nav .btn.header-btn {
	background: #c9d8f0;
	padding: 10px 20px !important;
	border: 2px solid #c9d8f0;
}
header.main-header .navbar-nav .btn.header-btn:hover{
	background-color: #fff;
	border: 2px solid #c9d8f0;
}
header.main-header .navbar-nav .btn.demo-btn {
	background: #00e8fb;
	border: 2px solid #00e8fb;
}
header.main-header .navbar-nav .btn.demo-btn:hover {
	background-color: #fff;
	border: 2px solid #00e8fb;
}
@media (min-width: 992px){
	.navbar-brand {
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		left: 50%;
		position: absolute;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		margin-left: -20px;
	}
	.navbar-brand>img {
		height: 100%;
		width: auto;
	}
}  
@media (max-width: 991px){
	.navbar-collapse {
		background: #fff;
		margin-top: 10px;
		z-index: 99;
	}
	header.main-header .navbar-nav .btn.header-btn {
		width: 220px;
	}
}
.navbar-brand {
    padding: 0px;
}

/*[ ------------ Hero Banner  ------------]*/
.banner{
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	position: relative;
}
.banner-content h1 {
	font-size: 62px;
	font-weight: 600;
	line-height: 72px;
}
.banner-content h4 {
	font-size: 22px;
	line-height: 28px;
	padding: 0px 60px;
}
.btn.btn-banner {
	background: #2e3f59;
	color: #fff;
	padding: 10px 25px;
	border: 2px solid #2e3f59;
}
a.btn.btn-banner:hover {
	background: #fff;
	color: #2e3f59;
	border: 2px solid #2e3f59;
}

  /*[ ------------ Enrolling Process Section ------------]*/
  .sec-heading h4 {
	color: #01b491;
	font-size: 18px;
}
.single-enrolling h5 {
	font-size: 20px;
}
  /*[ ------------ Testimonial Section ------------]*/
.testimonial h5{
	color: #01b491;
	font-size: 20px;
}
.owl-carousel .owl-item .client-bio img{
	width: 80px;
}
.client-bio {
	overflow: hidden;
	width: auto;
	display: inline-block;
}
  .client-bio h3 {
	color: #01b491;
	font-size: 18px;
	margin-top: 10px;
    letter-spacing: -1px;
}
.clients_quote.owl-theme .owl-dots .owl-dot span {
	width: 35px;
	height: 8px;
	margin: 5px;
	background: #01b491;
    border: 1px solid #01b491;
}
.clients_quote.owl-theme .owl-dots .owl-dot.active span, 
.clients_quote.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -40px;
	z-index: 9;
	position: relative;
}
/*[ ------------ Why Choose Us Section ------------]*/
.single-why-us h3 {
	font-size: 22px;
	line-height: 22px;
    color: #01b491;
}

/*[ ------------ Our Courses ------------]*/
.our-courses-section{
    background-image: url('../images/courses-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}
.single-course {
	position: relative;
	background: rgba(0,0,0,0.7);
	padding: 30px 20px;
	border-radius: 20px;
}
.image-box {
	display: block;
	width: 150px;
	height: 150px;
	background: #0f141a;
	padding: 35px;
	border-radius: 50%;
	margin: 0 auto;
}
.single-course h3, 
.single-course p {
    color: #94a0b3;
}
.price {
	color: #00eafc;
	font-weight: bold;
	font-size: 52px;
	position: relative;
	width: auto;
	display: inline-block;
}
.price .price-sign {
	position: absolute;
	left: -20px;
	font-size: 22px;
	color: #d9dadb;
	top: 0;
}
.price .price-time {
	font-size: 20px;
    margin-left: 10px;
}
.table-list li, 
.single-course h5, 
.single-course p {
    color: #d9dadb;
    font-size: 16px;
}
.btn.table-btn {
	background: #01b491;
	border: 2px solid #01b491;
	padding: 15px 25px;
	border-radius: 10px;
	margin-top: 30px;
}
.btn.table-btn:hover {
	border: 2px solid #01b491;
	color: #01b491;
	background: #fff;
}

/*[ ------------ Form Fields ------------]*/
/* Form Data */
form.row .form-control {
	padding-left: 45px;
	border-radius: 30px;
	height: 45px;
	margin-bottom: 30px;
	background: transparent;
	border: 0px none transparent;
	-webkit-box-shadow: inset -3px -3px 4px 1px rgba(255, 255, 255, 0.5), inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: inset -3px -3px 4px 1px rgba(255, 255, 255, 0.5), inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
form.row .bs-searchbox > .form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #e6eefa;
	outline: none;
}
form.row .form-group{
	position: relative;
}
form.row label {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 10px;
}
form.row .form-group:before {
	position: absolute;
	content: "";
	left: 25px;
	top: 45px;
	font-family: "FontAwesome";
	z-index: 1;
	font-size: 22px;
	color: #5874a1;
}
form.row .form-group.input-country:before {
	width: 32px;
	height: 32px;
	background: #a8bad9;
	border-radius: 15px;
	z-index: 0;
	left: 16px;
	top: 41px;
}
.countrypicker .inline-flag {
	margin-right: 15px;
}

/* select form */
.btn.dropdown-toggle.btn-light {
	background: transparent;
	border: 0px none transparent;
	padding: 7.6px 12px;
	padding: 0.575rem .75rem;
}
.dropdown-menu.show {
	left: -45px !important;
}
form.row .country-code .form-control{
	padding-left: 0px;
}
form.row .country-code .dropdown-menu.show {
	left: 0px !important;
}
.btn.book-btn {
	padding: 10px 20px;
	border-radius: 30px;
	background: transparent;
	-webkit-box-shadow: -3px -3px 4px 1px rgba(255, 255, 255, 0.5), 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: -3px -3px 4px 1px rgba(255, 255, 255, 0.5), 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.btn.book-btn:hover {
	background: #1e2d45;
	color: #fff;
}

/*[ ------------ Book a Free Demo ------------]*/
form.row .form-group.input-user:before {
	content: "\f007";
}
form.row .form-group.input-which-course:before {
	content: "\f233";
}
form.row .form-group.input-student-age:before {
	content: "\f19d";
}
form.row .form-group.input-email:before {
	content: "\f658";
}
form.row .form-group.input-what-class:before {
	content: "\f5da";
}
form.row .form-group.input-what-state:before {
	content: "\f64f";
}
form.row .form-group.input-phone:before {
	content: "\f095";
}
form.row .form-group.input-date:before {
	content: "\f073";
}
form.row .form-group.input-time:before {
	content: "\f017";
}

/* File Upload */
.file-upload-wrapper {
	height: 38px;
	padding: 7px 15px 6px 15px;
	border-radius: 30px;
	border: 0px none transparent;
	position: relative;
	width: 100%;
	background: transparent;
}
.file-upload-wrapper:before {
	content: 'Browse';
	position: absolute;
	top: 5px;
	right: 2px;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5), -3px -3px 4px 1px rgba(51, 77, 119, 0.6);
	        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5), -3px -3px 4px 1px rgba(51, 77, 119, 0.6);
	color: #18f2c7;
	z-index: 25;
	font-size: 14px;
	padding: 4px 25px;
	pointer-events: none;
	border-radius: 0 30px 30px 0;
	height: 35px;
}
.file-upload-wrapper input {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
.bg-none{
	background: transparent;
}

/*[ ------------ Teach with us ------------]*/
.lightdark-bg .section-heading, 
.lightdark-bg form.row label {
	color: #18f2c7;
}
.lightdark-bg form.row .form-control{
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5), inset -3px -3px 4px 1px rgba(51, 77, 119, 0.6);
	        box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5), inset -3px -3px 4px 1px rgba(51, 77, 119, 0.6)
}
.lightdark-bg form.row .bs-searchbox > .form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #ddd;
	outline: none;
}
.lightdark-bg form.row .form-control,
.lightdark-bg .btn-light {
	color: #bdbdbd;
}
form.row .form-group.input-what-subject:before {
	content: "\f212";
}
form.row .form-group.input-pc:before {
	content: "\f390";
}
form.row .form-group.input-qualification:before {
	content: "\f19d";
}
form.row .form-group.input-tec-experience:before {
	content: "\f51c";
}
form.row .form-group.input-english:before {
	content: "\f1ab";
}
form.row .form-group.input-internet:before {
	content: "\f1eb";
}
.lightdark-bg form.row .btn.book-btn{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5), -3px -3px 4px 1px rgba(51, 77, 119, 0.6);
	        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5), -3px -3px 4px 1px rgba(51, 77, 119, 0.6);
	color: #18f2c7;
}
.lightdark-bg form.row .btn.book-btn:hover {
	background: #c9d8f0;
	color: #1e2d45;
}

/*[ ------------ Contact us ------------]*/
.location-tabs li.nav-item {
	display: block;
	width: 100%;
}
.location-tabs .btn {
	width: 100%;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.location-tabs {
	border-bottom: 0px none transparent;
}
.location-content h3{
	font-size: 24px;
}
form.row textarea.form-control{
	min-height: 150px;
}
form.row .form-group.input-subject:before {
	content: "\f1dc";
}
form.row .form-group.input-message:before {
	content: "\f27a";
}

/*[ ------------ Footer ------------]*/
.footer-top{
    background-color: #fff;
}
.footer-top p, 
.footer-top a{
    color: #002c4c;
}
.footer-widget h3 {
	margin-bottom: 40px;
	font-size: 28px;
    color: #152031;
}
.footer-widget h5 {
	font-size: 20px;
}
.footer-widget-list li a {
	padding: 5px 0px;
	display: block;
}
.footer-phone a {
    display: block;
	color: #01b491;
	font-size: 22px;
    margin: 20px 0px;
}
.follow-btn {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	display: block;
    color: #152031;
}
.social-list li {
	display: inline-block;
}
.social-list li a {
	display: inline-block;
	font-size: 27px;
	margin: 2px;
    color: #152031;
}

/* footer copyright */
.footer-copyright {
	background: #152031;
	padding-top: 15px;
}
.footer-copyright p, 
.footer-copyright a {
	color: #8994a5;
}
.footer-copyright a:hover {
	color: #bfcde3;
}

.myButtonTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  height:50px;
  line-height: 1px;
}

.myButtonTop:hover {
  background-color: #555;
}

.myButtonTop i{
    text-align:center;
    color:grey;
}

.myButtonTop:hover i{
    color:#fff;
}

.allAvailableCoursed {
    justify-content: center
}