#header-section{
  background-color: #000;
  position: relative;
}
.main-ul li a{
 color: #fff !important;
}
.home-menu{
 position: absolute;
  top: 0;
  left: 10%;
  width: 80%; 
}
.bg-light{
  z-index: 100;
  background-color: rgba(0,0,0,.0) !important;
}
.main-ul{
  display: table;
  /* margin-left: 0; */
  margin-right: auto;
  margin: 0 auto;
}
.slider-item{
  /* height: 100vh; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.main-ul li{
      display: inline-block;
}
.main-ul li:hover .dropdown-menu{
  display:block !important;
}
.slider-item{
  background-color:#000;
}
.main-ul li .dropdown-menu{top: 60%;/*   bottom:50%; */}
.owl-cont .owl-item img{
  /* height: 100vh; */
}
/* .owl-carousel .owl-item:hover{
  transform: scale(1.2);
} */
.slider{
 padding-top: 50px;
 position: relative;
 /* background-color: #000; */
}
.slider .main-div{
  position: absolute;
  width: 80%;
  left: 10%;
  top: 0;
  z-index: 10;
}
.main-div h3{
  color: #fff;
  margin-top: 40px;
  margin-bottom: 15px;
}
.main-div  p{
 max-width: 600px;
 margin: 0 auto;
 color: #fff;
 line-height: 30px;
}
.main-div .main-ul{
  margin: 0 auto;
}
.owl-cont2 .owl-nav{
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 22;

}
.owl-cont2  .owl-prev{
    width: 40px;
    background-color: #ba8b46 !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 !important;
    height: 40px;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 10px !important;
    text-align: center;
} 
.owl-cont2  .owl-next{
    width: 40px;
    background-color: #ba8b46 !important;
    height: 40px;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 10px !important;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 40px;
} 
.owl-cont2  .owl-next:focus , .owl-cont2  .owl-prev:focus {
  outline: none !important;
  border: none !important;
}
.more-ul{
  position:absolute;
  bottom:0;
  z-index:1;
}
.more-ul li{
  display:block;
  float:right;
  color:#fff;
  font-size:18px;
}
.gallrey .main-ul li a{
  color: #ba8b46 !important;
}
.gallrey .main-ul {
    margin: 0;
    margin-left: 0;
    margin-right: auto;
}
.main-ul .social{
  padding-right: 20px;
}
.img-responsive{
  max-width: 100% !important;
}
.gallrey .item{
  margin-bottom: 20px;
}
.gallrey{
  padding-top: 50px;
  margin-bottom: 30px;
}
.gallrey h3{
  margin-bottom: 30px;
}
.courses{
  padding-top: 50px;
  background-image: url('../imgs/bg.png');
  background-size: cover;
  padding-bottom: 20px;
}
.courses h3{
  color: #fff;
  padding-right: 50px;
}
.courses p{
  max-width: 600px;
  margin:20px auto;
  text-align: center;
  color: #fff;
}
.footer {
 
}
.footer{
  background-color: #000;
  padding: 30px 0;
  color: #fff;
}
.footer .container{
    /* max-width: 100%; */
    /* background-image:url('http://www.alexmcff.com/Demo/assets/site/imgs/MN-Banner2.png'); */
    /* background-size: 100% !important; */
    /* background-repeat: no-repeat; */
    /* min-height: 207px; */
}
.slider-gallery{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0,0,0,.8);
  display: none;
}
.slider-gallery.active{
  display: block;
}
.close{
  color: #fff;
  margin-left: 20px;
}
.slider-gallery #demo{
  max-width: 900px;
  margin: 0 auto;
}
.slider-gallery .carousel-caption{
  /* max-width: calc(69% - 50px ); */
  /* margin: 0 auto; */
  text-align: right;
  background: rgba(0,0,0,.4);
  padding: 20px; 
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.carousel-control-next {
    left: 0;
    right: auto;
}
.close-gallery{
  text-align: left;
  max-width: 900px;
  height: 35px;
  margin: 0 auto;
}
.close-gallery a{
  opacity:1;
  color:#fff !important;
}
.header-section {
  background-size: cover;
  background-color: #000;
  background-image: url('../imgs/menu.png');
}
.manger .title{
  color: #39bae8;
  margin: 50px 0;
  /* margin-top: 50px; */
}
.manger .title a{
  color: #39bae8;
  text-decoration:none;
}
.refrees-owl .owl-nav.disabled{
  display:block !important;
}
.manger-item h3{
  color:#39bae8;
  margin-top:15px;
}
.manger-item h5{
  font-size: 14px;
}
.manger-item h3 a{
  color:#000;
  font-size: 20px;
  text-decoration:none;
}
.manger-item p{
  text-align:justify;
  width: calc(100% - 15px);
}
.manger-item{
  text-align: right;
  cursor: pointer;
}
.manger-owl{
  margin-bottom: 30px;
  position:relative;
}
.manger-owl .owl-nav.disabled{
  display: block;
  position: absolute;
  top: -115px;
  left: 2%;
  z-index: 22;
}
.manger-owl  .owl-prev{
    width: 40px;
    background-color: #ba8b46 !important;
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 0 !important;
    height: 40px;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 10px !important;
    text-align: center;
} 
.manger-owl  .owl-next{
    width: 40px;
    background-color: #ba8b46 !important;
    height: 40px;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 10px !important;
    text-align: center;
} 
.manger-owl  .owl-next:focus , .manger-owl  .owl-prev:focus {
  outline: none !important;
  border: none !important;
}
.miantitle{
  color: #39bae8;
  margin: 30px;
}
.news .title{
  margin-bottom: 30px;
}
.news .title a{
  color:#000;
  text-decoration:none;
}
.news .summary{
  text-align: justify;
}
.news .social {

padding: 0;
}
.news .social li{
 display: block;
 float: right;
 margin-left: 15px;
 margin-bottom: 15px;
}
.news .social li.more{
  background-color:#ba8b46;
  float:left;
  margin-left:0;
  padding:8px 30px;
}
.news .social li.more a{
  color:#fff;
  text-decoration:none;
}
.more-news{
  margin: 15px 0;
}
.single-news{
  margin-bottom: 30px;
}
.single-news .owl-nav{
 display: block !important;
 position: absolute;
 top: 50%;
 z-index: 10;
 width: 100%;
}
.single-news .owl-nav .owl-prev{
  font-weight: bold !important;
  font-size: 22px !important;
  color: #39bae8 !important;
  float:left;
  margin-left: 10%;
}
.single-news .owl-nav .owl-next{
  float:right;
  margin-right: 10%;
  font-weight: bold !important;
  font-size: 22px !important;
  color: #39bae8 !important;
}
.summary{
  line-height: 26px;
  /* clear: both; */
}
.more-news .title{
   margin:10px 0;
}
.more-news .title>a{
  color: #39bae8;
  text-decoration: none;
 
}
.dropdown-menu .dropdown-item {
   color: #000 !important;
   background-color:#fff;
   border-bottom:1px solid #ba8b46 !important;
}
.dropdown-menu {
  background-color:#ba8b46;
}
.dropdown-menu .dropdown-item:hover{
  background-color:#39bae8;
  color:#fff  !important;
}
.single-rule .container{box-shadow: 1px 2px 2px 3px #eee;padding-bottom: 15px;}
.single-rule h1 ,.single-rule  h2, .single-rule  h4 , .single-rule h3{
  color:#39BAE8
}
.subscribe{
  /* padding: 30px 15px; */
}
.subscribe h2{
  padding:30px;
}
.subscribe label{
  color:#39bae8;
  font-weight:bold;
  margin-top:15px;
}
.subscribe .sub-btn{
  margin:30px;
  color:#fff;
  background-color:#39bae8;
  outline:none;
  border:none;
  padding:5px 30px;
  border-radius:5px;
}
.gallery-ul{
  direction: ltr;
}
.gallery-ul li{
  overflow:hidden;
  margin-bottom: 30px;
  height: 300px;
  cursor: pointer;
}
.gallery-ul li img{
  transition-duration: .3s;
  min-height: 300px;
  width: 100%;
}
.gallery-ul li:hover img{
  transform:scale(1.1);
}
.lg-outer .lg-thumb{
  margin: auto;
}
.films h2{
  margin: 30px 0;
  color: #39bae8;
}
.films h3{
   margin: 30px 0;
   color: #39bae8;
   font-size: 23px;
   /* text-align: right !important; */
}
.video-item h4{
  font-size:16px;
}
.films tbody tr:nth-of-type(odd){
  background-color: #ba8b460d;
}
.films{
  padding-bottom:45px;
  overflow:hidden;
}
@media(min-width:1024px){
  .films table{
  width:100% !important;
}
}
@media(max-width:992px){
  .table-holder{
  overflow-x:scroll;
}
}

.films table td , .films table th{
  padding:5px;
  min-width: 100px;
}
.refrees{
  padding-top: 70px;
  position:relative;
}
.refrees .title{
  margin-bottom: 60px;
}
.refrees-owl  .owl-next{
    width: 40px;
    background-color: #ba8b46 !important;
    height: 40px;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 10px !important;
    text-align: center;
    top: -90px;
    position: absolute;
    left: 40px;
} 
.refrees-owl  .owl-prev{
    width: 40px;
    background-color: #ba8b46 !important;
    height: 40px;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 10px !important;
    text-align: center;
    top: -130px;
    position: absolute;
    left: 0;
} 
.refrees-owl  .owl-next:focus , .refrees-owl  .owl-prev:focus{
  outline:none
}
.manger-info{
  background: rgba(0,0,0,.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  height: 100%;
  padding: 50px;
  z-index: 100;
  display: none;
}
.manger-info.active{
  display: block;
}
.closeitem{
  cursor: pointer;
  float: left;
}
.manger-info h3{
  margin-top: 30px;
}
.courses-section{
  padding: 30px 0;
}
.courses-section .col-md-4{
  margin-bottom: 30px;
}
.courses-section h2{
  margin: 30px;
  margin-bottom: 45px;
  color: #39bae8;
}
.course-item{
  position: relative;
  overflow:hidden;
}
.course-item .content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #ba8b46cc;
  transition-duration: .8s;
}
.course-item h2{
  position:absolute;
  top: -50%;
  transition-duration: 1s;
  width: 100%;
  color: #fff;
  height: 50%;
  text-align: center;
}
.course-item:hover h2{top: 40%;}
.course-item:hover .content{
  opacity: 1;
}
.course-item{
  cursor: pointer;
}
.carousel-inner img{
  width: 100%;
  /* max-width: 80% !important; */
}
.home-menu.headsticky{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000 !important;
  left:0;
}
.home-menu.headsticky img{
  max-height: 90px;
}
.sm-gallery{
    display: none;
}
@media(max-width:992px){
  .slider-item{
    /* height:50vh; */
  }
  .bg-light {
    z-index: 100;
    background-color: #131315 !important;
  }
  .home-menu.headsticky{
    background-color: rgba(0, 0, 0, 0.2) !important;
    position: initial;
  }
  .home-menu{
    position: static;
    width: 100%;
    left: 0;
  }
  .main-ul{
    display: block;
  }
  .main-ul li{
    display: block;
    padding: 15px;
    font-weight: bold;
  }
  .navbar-toggler{
    
  }
  .main-ul li.logo-item{
    display: none;
  }
  .navbar-light .navbar-toggler{
    background: #eee;
  }
  .sm-gallery{
    display: block;
  }
  .lg-gallery{
    /* display: none; */
  }
}
.lg-gallery .item{
  margin-bottom: 15px
}
.lg-gallery .tall{
    height: 465px;
    overflow: hidden;
    /* background-size: calc(100% - 15px) 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.lg-gallery .medium{
    height: 225px;
    overflow: hidden;
    background-size: calc(100% - 15px) 100%;
    background-repeat: no-repeat;
    background-position: right;
}
#lightgallery img{
  opacity: 0;
}
.lg-gallery .item{
  background-position: center;
  cursor:pointer;
}
.lg-gallery .item:hover{
 
}
@media(max-width: 992px){
  .dropdown-menu .dropdown-item {
    background-color: #ccc;
    border: none;
    color: #fff !important;
    border-bottom: none !important;
  }
  .dropdown-menu{
    background-color:#ccc;
    outline:none;
    border:none
  }
}
.gallery-title{
  color: #ba8b46;
}
.gallery-title:hover{
  text-decoration:none;
  color:#ba8b46;
}
.deps_ul{
  border-bottom:none !important;
  margin-bottom:15px;
}
.deps_ul li{
  padding: 15px;
}
.deps_ul li a.active{
  padding-bottom:10px;
  border-bottom:2px  solid #ba8b46 ;
}
.deps_ul li a{
  color:#ba8b46;
  font-size:22px;
  text-decoration:none;
}
.book-tab{
  margin-bottom: 30px;
}
.support-item{
   background-size: 90% 80%;
   padding: 15px;
   background-color: #ba8b46;
   height: 140px;
   margin: 30px 5px;
   margin-bottom: 0;
   position: relative;
   background-repeat: no-repeat;
   background-position: center;
}
.video-img{
  width: 100%;
  margin-bottom: 15px;
}
.video-item{
  margin-bottom: 15px;
}
.video-item a{
  color: #ba8b46;
  text-decoration:none;
}
.films h3 a{
  color:#39bae8;
  font-size: 19px;
}
/*.support-item >img {
    position: absolute;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
}*/
@media(max-width: 992px){
  .supports .container , .gallrey .container{
    max-width: 100%;
  }
  .lg-gallery .tall{
    height:110vw;
    background-position: center;
  }
  .lg-gallery .medium{
    height: 70vw;
    background-position: center;
  }
}
html {
  height: 100%;
  box-sizing: border-box;
}


body {
  position: relative;
  margin: 0;
  min-height: 100%;
}

.demo {
  margin: 0 auto;
  padding-bottom: 100px;
  min-height: 90vh;
}



/**
 * Footer Styles
 */

.footer {
  /* position: absolute; */
  background-size: cover;
  right: 0;
  bottom: 0;
  left: 0;
}
.support-items{
  background-color: #ba8b46;
  margin: 10px;
  padding-bottom: 15px;
}
.support-items .title{
  color:#fff;
  text-align:center;
  margin:0;
}
.slider-img{
  max-height:500px;
  min-height: 250px;
  width: auto !important;
  margin: 0 auto;
}
.alert-success{
  position:fixed;
  left: calc((100% - 500px)/2);
  width:500px;
  top:50%;
  z-index: 1000;
}
.news-slide{
    /* width: auto !important; */
    margin: 0 auto;
}
.news-item img{
  width: 100%;
}
.main-news{
  margin-bottom: 30px;
}
.pagination{
  text-align: center;
  margin: 0 auto;
  display: initial;
}
.pagination li{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #39bae8;
  color: #fff;
  margin-right: 1px;
  margin-left: 0;
  line-height: 40px;
  }
 .pagination li.active{
   background-color:#ba8b46;
 }
 .pagination li a{
   color:#fff;
 }
 .video-item h4{
  /* color: #fff; */
  }

.side-menu{
  padding: 0
}
.side-menu li{
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 2px solid #ba8b46;
}
.side-div{
  padding-top:15px;
}
.side-div .header{
  background-color:#ba8b46;
  color: #fff;
  font-size: 18px;
  padding: 8px 10px;
  border-radius: 8px 8px 0px 0px;
}
.side-div .header a{
  color:#fff;
  text-decoration:none;;
}
.side-menu li .title{
  font-size: 15px;
  padding-top: 15px;
  line-height: 25px;
}
.side-menu a{
  color:#000;
  text-decoration:none;
}
.more-title{
  color: #ba8b4c;
  margin: 15px;
}
@media(max-width:992px){
  .manger .title{
    margin-top:120px;
  }
  .refrees-owl .owl-next{
    top:-150px;
  } 
  .refrees-owl .owl-prev{
    top:-180px;
  }
  .manger{
    padding:15px;
  }
  .alert-success{
    width:80%;
    left:10%;
  }
}

.close{
}
.text-left {
    text-align: left!important;
}
.news-slide{
  margin-bottom: 15px;
  max-height: 500px;
  width: 100%;
}
.close-message{
  color: #ba8b46 !important;
  padding-bottom: 160px !important;
}

.trailer{
  background-color:#ba8b46;
  color:#fff;
  padding:8px 15px;
}
.trailer:hover{
  text-decoration:none;
  color:#fff;
}
.film-ul{
  padding:0;
}
.film-ul li{
  display: block;
  width: 25%;
  float: right;
  font-size: 17px;
  font-weight: bolder;
}
.clearfix{
  clear:both;
  height:20px;
}
@media(max-width:992px){
  .film-ul li{
    width: 50%;
    margin-bottom: 15px;
  }
}
 .news-item {
   margin-bottom:15px;
 }
 .news-item h5{
   font-size:16px;
   line-height:26px;
   color:#ba8b46;
 }
 .news-item a{
   color:#ba8b46 !important;
   text-decoration: none;
 }
 .competion-films h2 a{
   text-decoration: none;
   color:#ba8b46;
 }
 .competion-films h2{
    margin:15px;
 }
 .competion-films h6{
   margin-top:15px; 
   font-size: 20px;
 }
 .competion-films h6 a{
   color: #39bae8;
   text-decoration: none;
 }
 .film-bg{
   height: 250px;
   background-size: 100% 100%;
   background-repeat: no-repeat;
 }
 .competion-films h3{
   margin: 30px;
 }
 .competion-films .film-title{
   margin:15px 0;
   font-size: 20px;
 }
.search-form{
  margin-bottom:30px;
}
.search-form div{
  margin-bottom:15px
}
.search-form [type=submit]{
  background-color:#ba8b46;
  color:#fff;
  outline:none;
  border:none;
  padding:8px 20px;
}
.mb-gallery{
  display: none;
}
.vote_ul{
    width: auto;
    margin: 0 auto;
    border: 1px solid #eee;
    margin-bottom: 30px;
    box-shadow: 0px 0px 3px 2px #39bae8;
    display: inline-block;
    padding: 5px 19px;
}
.brown{
    color:#ba8b46;
}
.vote_ul li{
  padding:15px 0;
  display:block;
  font-size:22px;
  text-align: right;
}
.vote_li_submit{
  text-align:center !important;
}
.vote_btn{
  padding: 5px 15px;
  background: #39bae8;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  border: none;
}
.vote_btn:hover{
  background-color:#ba8b46;
}
.vote_ul li span{
  padding:5px;
}
.height_container{
    min-height:95vh;
}
@media(max-width: 992px){
  .bg-gallery{
    display: none;
  }
  .mb-gallery{
      display: block;
    }
}