html {
  scroll-behavior: smooth;
}

.header-upper {
    background-color: #fff;
}

.mobile-menu .nav-logo {
    padding: 20px 20px 0;
}

.slider-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial-section-two {
    background-color: #f0f5fb;
}

.main-footer .logo-widget .social-box a {
    color: #faa6a6;
}

.text-main-blue {
	color: #349bcd;
}
.text-custom-red {
	color: #ff5773;
}
.text-dark-blue {
	color: #252841;
}

.btn-vsm {
    padding: .07rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-custom-red {
	background-color: #fff;
	border: 1px solid #ff5773;
}

.btn-custom-red:hover{
	background-color: #ff5773;
	color: #fff;
}

.btn-main-red {
	color: #fff !important;
	background-color: #ff5773;
	border: 1px solid #ff5773;
}

.btn-main-red:hover {
	color: #ff5773 !important;
	background-color: #fff;
	border: 1px solid #ff5773;
}

.btn-main-red-o {
	color: #ff5773 !important;
	background-color: #fff;
	border: 1px solid #ff5773;
}

.btn-main-red-o:hover {
	color: #fff !important;
	background-color: #ff5773;
	border: 1px solid #ff5773;
}

.inner-box {
    background-color:#fff;
}

.reginfo {
	margin-top: 150px;
}

.btn-main {
    color: #fff;
    background-color: #fe5773;
    border-color: #fe5773;
}

.btn-main:hover {
    color: #fff;
    background-color: #349bcd;
    border-color: #349bcd;
}

.btn-danger-custom {
    color: #fff;
    background-color: #ff5773;
    border-color: #ff5773;
}

.header-style-three .main-menu .navigation > li.current > a {
    color: #00ab15;
}

.lessons-section {
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-page-section {
    background: url('../images/bg.jpg');
    height: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-page-section .inner-container {
    max-width: 570px;
    padding: 10px 45px 50px;
}

#slider-image {
	max-width: 80%; 
	margin: 30px 70px;
}

.slider-message {
	margin-top: 3em;
	padding-top: 3em;
}

.intro-section-two {
    padding-top: 150px;
}

.skills ul > a{
	color: #626262;
}

.skills ul > a:hover{
	color: #00aa15;
}

.intro-section .intro-tabs .tab-btns .tab-btn {
    text-transform: none;
}

.intro-section .video-column .level-aside {
    margin-top: 30px;
    margin-bottom: 40px;
    display: inline-block;
}

.circle-c-one {
	position: absolute;
	right: 13%;
	top: 40%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: inline-block;
	background-color: #8cddca;
}

.circle-c-two {
	position: absolute;
	right: 13%;
	top: 80%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: inline-block;
	background-color: #8cddca;
}

.circle-c-three {
	position: absolute;
	right: 13%;
	top: 40%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: inline-block;
	background-color: #8cddca;
}

.circle-c-four {
	position: absolute;
	left: 15%;
	top: 30%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #38708c;
}

.circle-c-five {
	position: absolute;
	left: 10%;
	top: 65%;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #faa6a6;;
}

.course-overview .inner-box {
	text-align: justify;
}

.course-overview .inner-box .requirement-list li a {
	color: #222;
}

.course-overview .inner-box .requirement-list li a:hover {
	color: #ff5773;
}

.dataTables_length label{
	max-width: 60px;
}

.dataTables_filter label{
	float: right;
}

#lessons_paginate {
	margin-bottom: 30px;
}

.page-item.active .page-link {    
	color: #fff;
    background-color: #eba03e;
    border-color: #eba03e;
}

.page-link {
    color: #00ab15;
}

.topic-block .inner-box .icon-box {
    border-radius: 50px;
}

.topic-block .inner-box a{
	color: #626262;
}

.topic-block .inner-box a:hover{
	color: #ff5773;
}

.intro-section .intro-tabs .tab-btns .tab-btn:hover, .intro-section .intro-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #eba03e;
}

.header-style-three .main-menu .navigation > li.current > a {
    color: #f25775;
}

.myli {
	color: #626262;
}

.myli:hover{
	color: #eba03e;
}

.myli.current{
	color: #eba03e;
}

#materials {
	color: #626262;
	margin-left: 10px;
}

#materials:hover {
	color: #eba03e;
}

#lesson-files {
	/*color: #ff5773;*/
	color: #626262;

}

#lesson-files:hover {
	color: #eba03e;
}

.front-lesson-sd {
	padding: 25px 50px !important;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 1053px) {
	
}


@media only screen and (max-width: 1023px) {
	.banner-section{
		display: none;
	}

	.main-header .nav-outer {
	    width: auto;
	    margin-top: 0;
	}

	.image {
		margin-top: 0px;
	}

	.reginfo {
		margin-top: 0px;
	}

	.close-btn {
		margin-right: auto !important;
	}

	#slider-image {
		margin: 30px auto;
	}

	.slider-message {
		margin-top: 0;
		padding-top: 0;
	}

	.login-nav {
		margin-top: 10px;
	}

	.btn-vsm {
		margin: 10px;
	}

	.intro-section {
	    padding-top: 10px;
	}

	.intro-section-two {
	    padding-top: 10px;
	}
	
	.course-overview .inner-box {
	    padding: 20px 0px;
	    text-align: justify;
	}
}

@media only screen and (max-width: 760px) {
	.ilink {
		display: none !important;
	}
	
	.frame {
	    height: 200px;
        width: 270px;
	}
}

@media only screen and (min-width: 420px){
    .dataTables_filter label {
        float: left;
    }
	.iza {
		justify-content: center;
  		display: flex;
	}

	.table
	{
	 	overflow-x:auto !important;
	}
}
