html,
body {
	height: 100%;
	font-size: 16px;
	font-family: "uni" !important;
	font-weight: 300;
}

::selection {
	background: rgba(0, 190, 149, .8);
	color: #fff;
}

::-moz-selection {
	background: rgba(0, 190, 149, .8);
	color: #fff;
}

::-webkit-selection {
	background: rgba(0, 190, 149, .8);
	color: #fff;
}

@font-face {
	font-family: "uni";
	font-weight: 100;
	src: url('../font-uni/UniNeueThin.otf');
}

@font-face {
	font-family: "uni";
	font-weight: 200;
	src: url('../font-uni/UniNeueLight.otf');
}

@font-face {
	font-family: "uni";
	font-weight: 300;
	src: url('../font-uni/UniNeueBook.otf');
}

@font-face {
	font-family: "uni";
	font-weight: 400;
	src: url('../font-uni/UniNeueRegular.otf');
}

@font-face {
	font-family: "uni";
	font-weight: 500;
	src: url('../font-uni/UniNeueBold.otf');
}

@font-face {
	font-family: "uni";
	font-weight: 600;
	src: url('../font-uni/UniNeueBlack.otf');
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin-bottom: 0px !important;
}

header {
	background-color: #00be95;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .icon {
	width: 20px;
	margin-top: -3px;
}

header li {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}

.social li a {
	color: #fff !important;
	margin-right: 10px;
}

.btn-secondary {
	background-color: #fcfcfc !important;
	color: #b2b2b2;
	border-radius: 0px !important;
	padding-top: 30px;
	padding-bottom: 30px;
	border: none;
	border-top: 1px solid #b2b2b2;
}

.btn-secondary:hover {
	color: #b2b2b2;
}

.btn-transparent {
	background-color: #fff !important;
	border: none !important;
}

.btn-outline-secondary {
	border: 2px solid #fff;
	border-radius: 100px;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active {
	background-color: #fff !important;
	color: #00be95 !important;
	border: 2px solid #fff !important;
}

.navbar-brand img {
	width: 140px;
}

.nav-item a {
	font-size: 15px;
	font-weight: 400;
	/*margin-right: 20px;*/
        margin-right: 0px;
	color: #000 !important;
}

.navbar-nav .active .nav-link {
	color: #00be95 !important;
	font-weight: 400;
}

.mi-search {
	color: #00be95;
	margin-top: 10px;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.slider .owl-dots {
	text-align: center;
	margin-top: -50px;
	z-index: 1000;
	position: relative;
}

.slider .owl-dots .active {
	background-color: #00be95;
	border-color: #00be95;
}

.slider .owl-dot {
	height: 14px;
	display: inline-block;
	width: 14px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-left: 5px;
	margin-right: 5px;
}

.hero {
	text-align: center;
	height: 550px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 180px;
}

.hero h1 {
	font-size: 64px;
	font-weight: 500;
	color: #fff;
}

.hero p {
	margin-top: 10px;
	font-size: 22px;
	color: #fff;
}

.hero button {
	margin-top: 20px;
}

.btn-success {
	background-color: #00be95;
	border-color: #00be95;
	border-radius: 100px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.btn-success:hover {
	background-color: #00ac87;
	border-color: #00ac87;
}

.btn-success:active {
	background-color: #009a79 !important;
	border-color: #009a79 !important;
	box-shadow: none !important;
	outline: none !important;
}

h1 {
	font-size: 40px;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.program {
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.program1 {
	background-image: url(../img/img-program1.jpg);
}

.program2 {
	background-image: url(../img/img-program2.jpg);
}

.program3 {
	background-image: url(../img/img-program3.jpg);
}

.program4 {
	background-image: url(../img/img-program4.jpg);
}

.program5 {
	background-image: url(../img/img-program5.jpg);
}

.program6 {
	background-image: url(../img/img-program6.jpg);
}

.program7 {
	background-image: url(../img/img-program7.jpg);
}

.program8 {
	background-image: url(../img/img-program8.jpg);
}

.program9 {
	background-image: url(../img/img-program9.jpg);
}

.inner-div h3 {
	text-transform: uppercase;
}

.inner-div p {
	margin-top: 10px;
	font-size: 14px;
}

.inner-div {
	padding: 30px;
}

.inner-div div {
	padding: 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	margin-top: -100px;
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-grey {
	background-color: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
}

.card {
	border: none;
	border-radius: 0px !important;
}

.div-books {
	background-color: #fff;
	padding: 30px 80px;
}

.div-books a {
	color: #000;
}

a {
	text-decoration: none !important;
}

.book-name {
	text-align: center;
	font-size: 14px;
}

.about-para {
	font-size: 16px;
}

h2 {
	font-size: 32px;
}

.about-icons {
	width: 40px;
}

.list-about h3 {
	font-size: 26px;
}

.list-about li {
	margin-bottom: 15px;
}

.services h3 {
	font-size: 22px;
}

.card-body h3 {
	font-size: 22px;
}

.services p {
	font-size: 16px;
}

.card:hover :after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: #00be95;
}
.cardActive{
    
}
.cardActive :after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: #00be95;
}

.card:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 0%;
	height: 14px;
	background-color: #00be95;
}

.div-img {
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.img-gallery {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.img-gallery-1 {
	background-image: url(../img/img-gallery-1.jpg);
	height: 400px;
}

.img-gallery-2 {
	background-image: url(../img/img-gallery-2.jpg);
	height: 185px;
}

.img-gallery-3 {
	background-image: url(../img/img-gallery-3.jpg);
	height: 185px;
}

.img-gallery-4 {
	background-image: url(../img/img-gallery-4.jpg);
	height: 400px;
}

.img-gallery-5 {
	background-image: url(../img/img-gallery-5.jpg);
	height: 185px;
}

.img-gallery-6 {
	background-image: url(../img/img-gallery-6.jpg);
	height: 185px;
}

.img-gallery-7 {
	background-image: url(../img/img-gallery-7.jpg);
	height: 400px;
}

.img-gallery-8 {
	background-image: url(../img/img-gallery-8.jpg);
	height: 400px;
}

.div-img img {
	width: 70px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.services .col-md-4 p {
	padding-left: 10px;
	padding-right: 30px;
}

.bg {
	background-color: #f8f8f8;
}

.time,
.teacher {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 2.5;
}

.time:before,
.teacher:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -15px;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}

.btn-link {
	font-size: 20px;
	font-weight: 500;
	color: rgba(26, 26, 26, .5);
	text-decoration: none !important;
	transition: .2s ease-in-out;
}

.btn-link:hover {
	transition: .2s ease-in-out;
	cursor: pointer;
	color: rgba(26, 26, 26, .6);
}

.img-teacher {
	width: 90px;
}

.course-name {
	font-size: 22px;
	color: #00be95;
}

.company {
	font-size: 20px;
}

.newsletter {
	background-image: url(../img/img-newsletters.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

.newsletter h3 {
	color: #fff;
	width: 380px;
}

.newsletter .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 200;
	width: 100%;
}

.form-control:focus {
	box-shadow: none;
	border-color: #00be95;
}

.newsletter .list-inline li {
	width: 100%;
}

.contact button {
	padding-left: 40px;
	padding-right: 40px;
}

.contact input.form-control:focus,
.contact textarea.form-control:focus {
	border-color: #00be95;
}

.contact input.form-control {
	border: none;
	border-bottom: 1px solid #d1d1d1;
	font-weight: 300;
	border-radius: 0px;
}

.contact textarea.form-control {
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	resize: none;
	font-weight: 300;
}

footer {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #1a1a1a;
}

footer .logo {
	width: 100px;
}

.owl-next {
	position: absolute;
	height: 30px;
	width: 30px;
	right: -60px;
	top: 50%;
	margin-top: -15px;
	background-image: url(../img/owl-next.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.owl-prev {
	background-image: url(../img/owl-prev.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 30px;
	left: -60px;
	top: 50%;
	margin-top: -15px;
}

.img-client {
	width: 120px !important;
	border: 4px solid #00be95;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.navbar-toggler {
	border: none;
	padding-right: 0px;
}

.logo-white {
	width: 100px;
}

.login-body {
	padding-top: 50px;
	padding-bottom: 50px;
}

.div-login h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	color: #00be95;
}

.gallery .card-body {
	background-color: #f8f8f8;
}

label {
	font-weight: 400;
	color: #00be95;
	margin-bottom: 5px;
}

.form-control {
	border-radius: 100px;
	font-weight: 300 !important;
	padding-left: 25px !important;
	height: 45px !important;
	font-size: 16px !important;
}

.mi-back {
	color: #00be95;
}

.mi-front {
	transform: rotate(180deg);
}

.div-login .d-flex li {
	font-weight: 400;
	color: #00be95;
}

.div-login a {
	color: rgba(0, 0, 0, 0.5);
}

.div-login span {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
}

.navigation {
	text-align: center !important;
}

.pagination {
	display: inline-flex;
}

.pagination li a {
	height: 40px;
}

.pagination li a:hover {
	background-color: transparent !important;
	color: #00be95 !important;
}

.page-link {
	border: none !important;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
	display: flex;
	align-items: center;
}

.div-login {
	padding: 40px 25px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
}

.pagination .d-flex li {
	color: #00be95 !important;
}

select {
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select.minimal {
	background-image: url(../img/down-arrow.png);
	background-position: center right 20px;
	background-size: 12px;
	background-repeat: no-repeat;
}

select.minimal:focus {
	background-image: url(../img/down-arrow.png);
	background-position: center right 20px;
	background-size: 12px;
	background-repeat: no-repeat;
	outline: 0 !important;
}

.profile {
	padding-bottom: 120px;
}

.img-comments {
	width: 50px;
}

.bb {
	border-bottom: 1px solid #b2b2b2;
}

.comment-time {
	font-size: 14px;
	text-align: right;
}

.text-grey {
	color: #b2b2b2;
}

.comments {
	font-size: 16px;
}

.tab-body a {
	font-weight: 500;
}

.tab-body a:hover {
	text-decoration: none !important;
	color: #b2b2b2;
}

.tab-body {
	padding: 30px;
	padding-bottom: 50px;
}

.div-comment {
	padding: 3px 7px;
}

.tab-pane .form-control {
	border: none !important;
	padding-left: 0px !important;
}

.tab-pane {
	border: 1px solid #b2b2b2;
}

iframe.youtube {
	margin-bottom: 0px !important;
}

.img-profile {
	width: 100%;
	margin-bottom: 30px;
}

.sections ul li a {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 500;
	margin-right: 20px;
}

.sections ul li {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 500;
}

.bg-grey {
	background-color: #f8f8f8;
}

.sections {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	border: 1px solid #b2b2b2;
}

.videos .card-body p {
	margin-bottom: 8px !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #00be95;
	color: #fff !important;
	border-radius: 0px;
	border-color: #00be95 !important;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link:hover {
	border: 1px solid #b2b2b2;
	border-radius: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
}

@media(max-width: 1250px) {
	body {
		font-size: 14px;
	}
	.nav-item a {
		font-size: 16px;
	}
	.navbar-brand img {
		width: 120px;
	}
	.hero {
		height: 400px;
		padding-top: 120px;
	}
	h1 {
		font-size: 32px !important;
	}
	h2 {
		font-size: 24px !important;
	}
	h3 {
		font-size: 18px !important;
	}
	h4 {
		font-size: 18px !important;
		line-height: 3.5;
	}
	.course-name {
		font-size: 18px;
	}
}

@media(max-width: 1050px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media(max-width: 992px) {
	.videos {
		margin-top: 30px !important;
	}
	.container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.nav-link {
		margin-top: 10px;
		float: right;
		margin-right: 0px !important;
	}
	.nav-item {
		margin-right: 0px !important;
	}
	.box-search {
		float: right;
		margin-right: 0px !important;
		margin-bottom: 20px;
	}
	header li {
		font-size: 12px;
	}
	header .ml-5 {
		margin-left: 5px !important;
	}
	.btn-outline-secondary {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
	}
	.inner-div {
		padding: 5px;
	}
	.inner-div h3 {
		font-size: 16px;
	}
	.inner-div p {
		font-size: 12px;
	}
	.hero {
		height: 300px;
		padding-top: 90px;
	}
	.div-books .card {
		margin-bottom: 30px;
	}
	h1 {
		font-size: 28px !important;
	}
	.teacher,
	.time {
		padding-left: 0px;
		padding-right: 0px;
	}
	h4 {
		font-size: 16px !important;
		font-weight: 400;
	}
	.newsletter h3 {
		font-size: 16px !important;
		font-weight: 300;
	}
}

@media(max-width: 850px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(min-width:768px) {
	.hidden-sm {
		display: none;
	}
}

@media(max-width: 768px) {
	.profile label {
		margin-top: 10px;
	}
	.profile .mt-50 {
		margin-top: 0px !important;
	}
	.img-div {
		padding: 100px;
		padding-top: 50px !important;
	}
	.img-profile {
		margin-bottom: 0px;
	}
	.card:hover :after {
		display: none !important;
	}
	.img-gallery {
		margin-bottom: 30px;
	}
	.hidden-xs {
		display: none;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	header .col-md-6 {
		text-align: center !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	header .d-flex {
		display: block !important;
	}
	.inner-div {
		padding: 30px;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-about {
		margin-bottom: 50px;
	}
	.services .mt-3 {
		margin-bottom: 30px !important;
	}
	.section-teachers .col-md-4 {
		text-align: center !important;
	}
	.section-teachers .d-flex {
		display: block !important;
		margin-bottom: 30px !important;
	}
	.img-teacher {
		width: 140px;
		margin-bottom: 20px;
	}
	.newsletter .col-lg-5,
	.newsletter .col-lg-2 {
		text-align: center !important;
		margin-bottom: 30px;
	}
	.newsletter h3 {
		width: 100%;
	}
	iframe {
		margin-bottom: 50px;
	}
	footer .text-right {
		font-size: 12px;
	}
	.owl-nav {
		display: none !important;
	}
	.slider .owl-dots {
		margin-top: -30px;
	}
	.slider .owl-dot {
		height: 10px;
		width: 10px;
	}
	.hero p {
		font-size: 14px;
	}
}