
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media screen and (max-width: 768px) {

.header-section {
  height: 300px;
  background-image: url('../img/header-background.png');
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}

.navbar-nav > li > a {
    line-height: 24px;
    font-size: 12px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.caption-box {
  margin-top: 50px;
}

.caption-box p {
  font-size: 14px;
  font-weight: bold;
}

.program-before {
  margin-top: 300px;
  position: relative;
  z-index: 99;
  width: 100%;
}


.caption-1 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.caption-1 h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
}


.caption-2 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}


.caption-3 {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}


  }

@media screen and (max-width: 640px) {
	
.row-eq-height {
  display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 margin-bottom: 15px;
}

.logo {
  width: 250px;
}


.navbar-nav > li > a {
    line-height: 24px;
}


.download-icon {
  text-align: center;
}

.download-text {
  text-align: center;
}


.banner-img {
  display: none;
} 

.program-before {
  margin-top: 90px;
  position: relative;
  z-index: 99;
  width: 100%;
}


.caption-1 {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.caption-1 h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}


.caption-2 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.caption-2 h1 {
  font-size: 22px;
}


.caption-3 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.caption-3 h2 {
  font-size: 18px;
}


}




