.main-nav{
    position: fixed;
    width: 100%;
    z-index: 999;
	background:#00a0e3;
	top:0;
	
}

.main-slider {
    z-index: 0;
    margin-top: 90px;
}

@media screen and (max-width: 767px)
 {
	.main-slider {
	 
		margin-top: 60px;
	}

	section.section {
	 
		padding: 0px!important
	}
}
.rev_slider img{
    width:100%
}

.rev_slider::after{ 
    width: 100%;
	height:30%;
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
    z-index:100;
    display:block;
    transition:all .3s ease;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 4%, rgba(0,0,0,30) 100%); 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); 
}

.education-front{
    margin: 0px;
    width: 100%;
    height: 130px;
    background: #00a0e3;
    padding: 15px 0px 15px 0px;
    color: #FFF;
}

.education-box-front{
    clear: both;
}

.education-front-icon{
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 100px;
}

.education-front-icon img{
    width: 100%;
}

.education-about h1{
    font-weight: 600;
}

.education-about h6{
    color: #999999;
    font-style: italic;
    font-stretch:extra-expanded;
}

.education-about p{
    color: #595959;
    line-height: 1.8;
    margin: 10px 0px 10px 0px;
}

.education-about-pic img{
    width: 100%;
}

.education-signature{
    width: 200px;
}

.education-signature img{
    width: 100%;
}

.courses-box {
  display: block;
  margin: 20px 0px 20px 0px;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
}
.courses-box > img,
.courses-box a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a.courses-box:hover,
a.courses-box:focus,
a.courses-box.active {
  border-color: #00a0e3;
}
.courses-box .caption {
  padding: 20px;
  color: #333;
}

.title-banner{
    width: 100%;
    height: 70px;
    background: rgb(0, 0, 0, 0.7);
    margin-top: -70px;
    position: relative;
    padding: 10px 15px 10px 15px;
    color: #FFF;
}

.course-icon{
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
}

.title-banner h6{
    width: 80%;
    line-height: 1.3;
}

.course-icon img{
    width: 100%;
}

hr.course{
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin: 15px auto 15px auto;
}

.course-span{
    width: 280px;
    height: 40px;
    background: #ddd;
    margin: auto;
}

.course-price{
    width: 50%;
    height: 40px;
    background: #FFB606;
    text-align: center;
    color: #333;
    padding: 7px 0px 7px 0px;
    font-weight: 600;
    float: left;
}

.join-course{
    width: 50%;
    height: 40px;
    background: #00a0e3;
    text-align: center;
    color: #333;
    padding: 7px 0px 7px 0px;
    float: right
}

.join-course a:link {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.join-course a:visited {
    text-decoration: none;
    color: #333;
}

.join-course a:hover {
    text-decoration: none;
    color: #FFF;
}

.join-course a:active {
    text-decoration: none;
    color: #333;
}

.span-team {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F9F9F9;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.span-team > img,
.span-team a > img {
    margin-right: auto;
     margin-left: auto;
    width: 100%;
}

.span-team .caption {
    color: #333;
    text-align: right;
    background: #F9F9F9;
    height: 112px;
}

.span-team .caption p{
    padding: 0px 10px 0px 0px;
    text-align: right;
}

.span-team .caption h6{
    padding: 10px 10px 0px 0px;
}

.bar-social{
    width: 28px;
    height: 112px;
    background: #333;
    float: left;   
    padding: 8px 0px 8px 0px;
}

.inner-bar-social{
    width: 28px;
    height: 25px;
    text-align: center;
    color: #FFF;
    transition: 0.3s;
}

.inner-bar-social .fa{
    color: #FFF;
    transition: 0.3s;

}

.inner-bar-social:hover{
    color: #00a0e3;
    background: #FFF;
}

.inner-bar-social:hover .fa{
    color: #00a0e3;
}

.education-parallax{
    background-image: url("../img/images/education/img33.jpg");
    height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
}

.parallax-content{
    bottom: 50px;
    color: #333;
    max-width: 650px;
}

.parallax-content h1{
    font-weight: 600;
    font-size: 50px;
}

.counter-facts{
    margin-top: 30px;
}

.inner-facts{
    width: 200px;
    height: 110px;
    display: inline-block;
    margin-right: 10px;
    padding: 20px;
    background: rgb(253, 199, 53, 0.8)
}

.facts-icon{
    float: left;
    margin-right: 15px;
    width: 40px;
}

.facts-icon img{
    width: 100%;
}

.inner-facts .counter{
    margin: 0px;
    text-align: left;
    padding: 0px;
    color: #fff;
    font-weight: 600;
}

.inner-facts p{
    margin-top: 5px;
    color: #333;
}

.people-lineup img{
    width: 100%;
}

.bottom-bar{
    width: 100%;
    height: 130px;
    background: #00a0e3;
    padding: 10px 0px 10px 0px;
}

.no-padding-2{
    padding: 0px;
}

.eductation-partners{
    text-align: center;
    color: #FFF;
}

.eductation-partners .partner-logo{
    width: 50px;
    margin: 0px auto 10px auto;
}

.eductation-partners .partner-logo img{
    width: 100%;
}

.education-news {
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.education-news > img,
.education-news a > img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
a.education-news:hover,
a.education-news:focus,
a.education-news.active {
    border-color: #00a0e3;
}
.education-news .caption {
    color: #333;
    padding-bottom: 5px;
    min-height: 73px;
    margin-bottom: 10px;
    overflow: hidden;
}

.left-panel{
    width: 70px;
    height: 65px;
    background: #00a0e3;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
}

.date-box{
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #FFF;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #FFF;
}

.date-box h5{
    font-size: 13px;
}

 h5 span-number{
    font-size: 20px;
    color: #FFF;
     line-height: 1.2;
     font-weight: 600;
}

.comment-box{
    text-align: center;
    color: #FFF;
    padding: 5px 0px 5px 0px;
    height: 60px;
}

.comment-box p{
    color: #FFF;
}

.inner-caption{
    padding: 10px 10px 0px 10px;
    text-align: left;
}

.inner-caption h6{
    line-height: 1.3;
    margin-bottom: 5px;
}

.inner-caption p{
    text-align: left;
    font-size: 13px;
}

/* ========== #TO BE REPLACE ON THE CSS PAGE ========== */

/* ================== 
	1.5. LOADER. 
   ================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #00a0e3;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #00a0e3;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #00a0e3;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

hr.center{
    width: 80px;
    border-top: 3px solid #00a0e3;
    margin: 15px auto 15px auto;
}

.footer-categories h6{
	color: #00a0e3;
}

.subscribe-footer h6{
	color: #00a0e3;
	margin-bottom: 10px;
}

.newsletter-box .button {
  	width: 25%;
  	height: 38px;
  	background-color: #00a0e3;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	font-family: inherit;
  	font-weight: 500;
  	color: inherit;
  	letter-spacing: 1px;
  	cursor: pointer;
  	color: #FFF;
  	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.cd-top {
  background-color: #00a0e3;    
}

.icon-fa:hover{
    background: #00a0e3;
	border: solid 1px #00a0e3;
}

.social-top .fa:hover{
	color: #00a0e3;
}

@media (max-width:1200px) {
.education-front{
    height: 240px;
    padding: 30px;
    color: #FFF;
}
        
}

@media (max-width:1100px) {
.title-banner{
    height: 60px;
    margin-top: -60px;
    padding: 10px 15px 10px 15px;
}

.course-icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.title-banner h6{
    font-size: 16px;
}
    
.course-span{
    width: 250px;
    height: 40px;
    background: #ddd;
    margin: auto;
}
    
}

@media (max-width:992px) {
.education-front{
    width: 100%;
    height: 100%;
    padding: 15px 0px 15px 0px;
    color: #FFF;
}
    
.education-box-front{
   height: 100px;
   border-bottom: solid 1px #FFF;
    padding: 20px;
}

.no-padding{
    padding: 0px;
}
    
.no-border{
    border-bottom: none;
}
    
.education-about-pic{
    margin-top: 30px;
}
    
.bottom-bar{
    width: 100%;
    height: 100%;
    background: #00a0e3;
    padding: 10px 0px 10px 0px;
}
    
.eductation-partners{
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}
    
.education-news{
    margin-bottom: 50px;
}
  
}

@media (max-width:768px) {
    
.education-parallax{
    height: 650px; 
}
    
.parallax-content h1{
    font-size: 40px;
}
    
.parallax-content{
    max-width: 100%;
}
    
.education-parallax {  
    padding-top: 80px;
}


.inner-facts{
    width: 200px;
    height: 110px;
    display: block;
    margin: 10px 0px 10px 0px;
}
    
.course-span{
    height: 35px;
}
    
.course-price{
    height: 35px;
}

.join-course{
    height: 35px;
}
    
.title-banner h6{
    margin-top: 8px;
}
    
}

@media (max-width:576px) {
    
.education-parallax{
    height: 550px;
    padding-top: 120px; 
}
   
.parallax-content{
    bottom: 10px;
    max-width: 100%;
}
    
.parallax-content h1{
    font-size: 30px;
    line-height: 1.2;
}
 
.inner-facts{
    width: 250px;
    height: 65px;
    padding: 10px;
}
    
.inner-facts .counter{
    font-size: 30px;
}
    
.inner-facts p{
    margin-top: -5px;
    font-size: 13px;
}
    
.inner-facts .counter{
    font-size: 18px;
}
    
.course-span{
    width: 200px;
    margin: auto;
}
    
.education-news{
    margin-bottom: 20px;
}
    
.education-news{
    margin-bottom: 20px;
}
  
    
}

@media (max-width:450px) {
    
.title-banner h6{
    margin-top: 0px;
}
    
.education-parallax{
    height: 550px;
    padding-top: 50px; 
}

    
}
a {
	/*color:#00a0e3;*/
	color:#000;
	text-decoration:none;
337ab7