

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }
        .search-table{
}
.search-box{
    background: #c1c1c1;
    border: 1px solid #ababab;
    padding: 3%;
}
.search-box input:focus{
    box-shadow:none;
    border:2px solid #eeeeee;
}
.search-list{
    background: #fff;
    border: 1px solid #ababab;
    border-top: none;
}
.search-list h3{
    background: #eee;
    padding: 3%;
    margin-bottom: 0%;
}

  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
	background-position: center;
  }


.besar{
font-size:1.4em;
padding:6px 16px;
background-color:#CC0000;
border-radius: 50px;
color:#FFFFFF;
}

  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title h2{
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
    text-align: center;
  }
  

  
  #courses .section-title h2 small{
      color: #999596;
  font-size: 18px;
  }
  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

#courses .item{
     padding-right: 15px;
   padding-left: 15px;
}

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

.courses-image img{
height:210px;
}
  .courses-date {
    background:#ec1b30;
    width: 100%;
    position:
	. absolute;
    bottom: 0;
    padding: 5px 15px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 15px 10px 15px 10px;
  }

  .courses-detail h3 {
     font-size: 1.5em;
    margin-bottom: 0;
   margin: 0 0 2px 0;
  }
  .courses-detail h3 a {
    color: #454545;
  }
  
    .courses-detail p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 15px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

 .courses-detail .courses-price {
    float: right;
  }

 .courses-detail .courses-price span {
padding:5px 15px;
background-color:#e81538;
  border-radius: 5px;
color:#FFFFFF;
font-size:0.8em;
  }
.courses-detail .courses-price span:hover{
background-color:#6f0214;
color:#FFFFFF;}
 .courses-detail .courses-price.free span {
    background: #3f51b5;
  }

 .read-more {
padding:5px 15px;
background-color:#e81538;
color:#FFFFFF;
font-size:0.8em;
  border-radius: 5px;

  }
.read-more:hover{
background-color:#6f0214;
color:#FFFFFF;}

  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }


.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}

.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}


.landing-image-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.landing-image-text h2 {
  margin-top: 70px;
  margin-bottom: 15px;
}



@media(max-width: 1024px) {
.landing-image-text h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.courses-image img{
height:240px;
}
.read-more {
margin-bottom:2em;  }

 .home-slider .item {
    height: 550px;
  }
  
  .besar{
font-size:1.2em;
padding:4px 11px;}
}

@media(max-width: 500px) {

 .home-slider .item {
    height: 450px;
  }
  
.courses-image img{
height:200px;
}  
}
.font-alt {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*--watch video start here--*/
.watch-video {
    min-height:400px;
    background-size: cover;
}
span.fa.fa-play {
    font-size: 2.5em;
    color: #FFFFFF;
}
.watch-video-main {
    text-align: center;
    padding-top:6em;
}
.watch-video-main h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
    color: #fff;
}
.watch-video-main h4 {
    font-size: 1.2em;
    margin-top: 0.5em;
    color: #fff;
}
/*--watch video end here--*/
