.brigade-banner {
  text-align: center;
}
.brigade-banner img {
  width: 100%;
}
.brigade-courses .section {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.brigade-courses .section-courses-brigade {
  padding-top: 80px;
}
.brigade-courses .section-courses-brigade .owl-carousel .item {
  display: inline-block;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.brigade-courses .section-courses-brigade .owl-carousel .item .overlay {
  z-index: 1;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.brigade-courses .section-courses-brigade .owl-carousel .item .item-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
  z-index: 2;
  padding: 30px 15px 15px;
  background: rgba(210, 255, 82, 0);
  background: -moz-linear-gradient(top, rgba(210, 255, 82, 0) 0%, #253317 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210, 255, 82, 0)), color-stop(100%, #253317));
  background: -webkit-linear-gradient(top, rgba(210, 255, 82, 0) 0%, #253317 100%);
  background: -o-linear-gradient(top, rgba(210, 255, 82, 0) 0%, #253317 100%);
  background: -ms-linear-gradient(top, rgba(210, 255, 82, 0) 0%, #253317 100%);
  background: linear-gradient(to bottom, rgba(210, 255, 82, 0) 0%, #253317 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ff52', endColorstr='#253317', GradientType=0);
}
.brigade-courses .section-courses-brigade .owl-carousel .item .item-text h3 {
  color: #fff;
}
.brigade-courses .section-courses-brigade .owl-carousel .item .item-text h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.brigade-courses .section-courses-brigade .owl-carousel .owl-nav {
  display: none;
}
.brigade-courses .section-courses-brigade .owl-theme .owl-dots .owl-dot.active span,
.brigade-courses .section-courses-brigade .section-students .owl-theme .owl-dots .owl-dot:hover span {
  background: #9e0b15;
}
.brigade-courses .gallery-section {
  background-image: url(../../../not-found.html);
  background-size: cover;
}
.brigade-courses .gallery-section .album {
  background-color: #fff;
}
.section-instructors {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
  margin-bottom: 0px;
}
.section-instructors .instructors {
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.section-instructors .instructors img {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 140px;
  margin: 0px auto 5px;
  border: 25px solid transparent;
  transition: ease all 0.3s;
  border: 3px solid #fff;
}
.section-instructors .instructors h4 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #205616;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.section-instructors .instructors p {
  font-size: 13px;
  color: #646464;
}
.section-instructors .instructors:hover img {
  border: 3px solid #fb9928;
}
.section-instructors .instructors:hover h4 {
  color: #fb9928;
}
.section-instructors .owl-nav {
  display: none;
}
.section-instructors .owl-theme .owl-dots .owl-dot.active span,
.section-instructors .section-students .owl-theme .owl-dots .owl-dot:hover span {
  background: #9e0b15;
}
.section-instructors .owl-theme .owl-dots .owl-dot span {
  width: 20px;
}
.brigade-student {
  padding-top: 80px;
  padding-bottom: 80px;
}
.brigade-student .owl-theme .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.brigade-gallery {
  background-color: #edf0ec;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.brigade-gallery .nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
.brigade-gallery .image-gallery {
  border-right: 1px solid #ccc;
  padding-right: 30px;
}
.brigade-gallery .image-gallery .img-box {
  overflow: hidden;
  border: 3px solid #fff;
}
.brigade-gallery .image-gallery .img-box img {
  -ms-transform: rotate(0deg) scale(1, 1);
  /* IE 9 */
  -webkit-transform: rotate(0deg) scale(1, 1);
  /* Safari */
  transform: rotate(0deg) scale(1, 1);
  transition: ease all 0.3s;
}
.brigade-gallery .image-gallery .img-box img:hover {
  -ms-transform: rotate(10deg) scale(2, 2);
  /* IE 9 */
  -webkit-transform: rotate(10deg) scale(2, 2);
  /* Safari */
  transform: rotate(10deg) scale(2, 2);
}
.infrustructure {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../../img/infrastructure-bg.jpg) repeat;
  margin-top: 0;
  margin-bottom: 0;
}
.infrustructure .infrustructure-box {
  margin-top: 35px;
}
.infrustructure .infrustructure-box hr {
  border-bottom: 1px solid #205616;
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
}
.infrustructure img {
  width: 100%;
}
.infrustructure h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
.call-box {
  background-color: #fb9928;
  padding-top: 20px;
  padding-bottom: 15px;
}
.call-box p {
  text-transform: uppercase;
  color: #9e0b15;
  margin-bottom: 5px;
  font-weight: 700;
}
.call-box p strong {
  font-weight: 800;
}
.call-box .btn-alignment {
  text-align: right;
}
.call-box .btn-alignment .btn-primary {
  display: block;
}
.call-box .btn-primary {
  margin-top: 5px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .brigade-gallery .image-gallery {
    border-right: none;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .form-padding {
    padding: 15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #9e0b15;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #1d1a47;
    border-top: 1px solid #352e80;
  }
  .navbar-nav {
    margin: 0px -15px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #9e0b15;
  }
  .navbar-nav .open .dropdown-menu {
    background: #1d1a47;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #aaa3f4;
    font-weight: 300;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: #9e0b15;
  }
  .section-footer ul.footer-links {
    margin-bottom: 30px;
  }
  .fb-box {
    margin-bottom: 30px;
  }
  .dropdown .fa-angle-down {
    float: right;
  }
  .director-pic {
    margin-bottom: 20px;
  }
  .sign {
    margin-bottom: 15px;
  }
  .bg-div-gradient {
    background: transparent;
  }
  .brands {
    margin-bottom: 0px;
  }
  .section {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-footer {
    margin: 0px;
  }
  .page .page-title {
    font-size: 24px;
  }
  .section-our-features .media .media-left img {
    max-width: 42px;
  }
  h4,
  .testimonial .item .content {
    font-size: 15px;
  }
  h2 {
    font-size: 24px;
  }
  .section-featured h3 {
    font-size: 18px;
  }
  .section-director p {
    font-size: 16px;
  }
  .section-featured .col-md-4 {
    min-height: 250px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .navbar-brand {
    max-width: 170px;
  }
  .navbar-nav > li > a {
    font-size: 10px;
  }
  .fb-box {
    margin-bottom: 30px;
  }
  .director-pic {
    margin-bottom: 20px;
  }
  .sign {
    margin-bottom: 15px;
  }
  .bg-div-gradient {
    background: transparent;
  }
  .testimonial {
    margin-bottom: 20px;
  }
  .brands {
    margin-bottom: 0px;
  }
  .section {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-footer {
    margin: 0px;
  }
  .page .page-title {
    font-size: 24px;
  }
}
.instructor-info .instructor-infoBox {
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.instructor-info .instructor-infoBox h4 {
  font-weight: 800;
  color: #9e0b15;
}
.instructor-info .instructor-infoBox h4 span {
  font-size: 15px;
  display: block;
  margin-top: 8px;
  color: #222222;
}
.instructor-info .instructor-infoBox p {
  margin-top: 15px;
}
.instructor-info .instructor-infoBox:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .instructor-info .instructor-infoBox img {
    width: 200px;
    margin: 0px auto 20px;
  }
  .instructor-info .instructor-infoBox h4,
  .instructor-info .instructor-infoBox p {
    text-align: center;
  }
}
.top-margin {
  margin-top: 91px;
}