body {
    background-color: #e9ecef !important;
}
.navbar.navbar-expand-lg.navbar-light.fixed-top {
    background-color: #ffffff;
}
/* .silder {
      height: auto;
    background-color: #a5a9ac;
} */

.ab_box {
    text-align: center;
	margin: 0px auto;
}
.movies_box {
 
	padding: 19px;
    background-color: rgb(255, 255, 255);
}

.movi_img {
    width: 100%;
}


.new_clear_text {
   
    font-family: 'Capsuula' !important;
    font-size: 56px;
    margin: 0px auto;
    color: #06e2ce;
    letter-spacing: 1.8px;
    /* background-image: -webkit-linear-gradient(45deg, rgb(240, 76, 66) 2%, rgb(242, 135, 21) 6%, rgb(243, 136, 22) 12%, rgb(246, 201, 14) 18%, rgb(244, 215, 23) 25%, rgb(244, 215, 23) 32%, rgb(197, 223, 52) 38%, rgb(113, 211, 92) 44%, rgb(63, 173, 174) 50%, rgb(49, 141, 208) 56%, rgb(39, 142, 219) 65%, rgb(57, 115, 188) 76%, rgb(90, 95, 179) 84%, rgb(117, 69, 181) 94%); */
    /* background-size: 100%; */
    /* background-repeat: repeat; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* -moz-background-clip: text; */
    /* -moz-text-fill-color: transparent; */
}


.creative_hub {
    font-family: 'Blogger_Sans-Bold' !;
   
    letter-spacing: 5.4px;
    font-size: 16px;
    position: relative;
    bottom: 13px;
    left: 1px;
}


nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
  width: 100%;
  z-index: 222222;
}


p.about_para_text{
  /* text-align: justify; */
}



  
  .logo {
    float: left;
    padding: 18px 316px 8px 32px;
}
.na_ul {
    padding: 44px 3px 0px 3px;
}

.ab_box {
  
  color: white;
  padding: 42px;
   
}
.ab_main_box{
  background-color: #078276;
}
.movies_text {
  text-align: center;
  padding: 20px 7px 2px 7px;
}
.movies_para {
  text-align: center;
}






/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
  width: 49%;
}
.col_third {
  width: 32%;
}
.col_fourth {
  width: 23.5%;
}
.col_fifth {
  width: 18.4%;
}
.col_sixth {
  width: 15%;
}
.col_three_fourth {
  width: 74.5%;
}
.col_twothird {
  width: 66%;
}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.end {
  margin-right: 0 !important;
}
/* Column Grids End */

.wrapper {
  width: 980px;
  margin: 30px auto;
  position: relative;
}
.counter {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
}
.count-title {
  color: #078276;
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}



.col-md-9.ab_box {
  margin: 0px auto;
  background-color: #078276;
}
.number {
  font-size: 54px;
}


.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%; }
  .gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }
  .gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  
  @media (max-width: 450px) {
  .gallery {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
  }
  }
  
  @media (max-width: 400px) {
  .btn .filter {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  }
  }
  .btn-outline-black {
      color: #000;
      background-color: transparent ;
      border: 2px solid #000;
  }
  .btn[class*="btn-outline-"] {
      padding-top: .7rem;
      padding-bottom: .7rem;
  }
  
  @media (max-width: 400px) {
    .btn.filter {
      /* padding-left: 1.1rem;
      padding-right: 1.1rem; */
  }
  }
  .waves-effect {
      position: relative;
      overflow: hidden;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
  }
  

  .col-md-12.d-flex.justify-content-center.mb-5 {
    background: #078276;
    color: white;
}
button.btn.btn-outline-black.waves-effect.filter.m-2 {
  color: white;
}

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #078276;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #078276;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #8ea19f;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #078276;
    padding: 13px 20px;
    border: 1px solid #078276;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #078276;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #078276;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.subject_sub{
width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

i.fa.fa-instagram{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.button-m {
  
  position: relative;
  right: 17px;
  
  background: #078276;
  color: antiquewhite;
  padding: 13px 20px;
  border: 1px solid #078276;
  top: 0;
}
.mor {
  color: white;
}

.ab_text {
  padding: 10px;
  text-align: center;
 
}
.ab_tex {
  padding: 28px;
  text-align: center;
  color: rgb(0, 0, 0);
}
.courses {
  background-color: #ffffff;
  height: 722px;
}
.cours {
  width: 100%;
  height: auto;
}
.cours {
  /* border: 5px solid #ff5e14; */
  float: left;
}

.cou_img {
  width: 100%;
}