body{
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.6em;
  font-weight: 400;
}
.bg-blue-bnr{
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center -250px;
}

.main-bnr{
  height: 100vh;
  position: relative;
  padding: 160px 0px;
}
.main-bnr-text{
  position: relative;
  top: 160px;
}
.main-bnr-inr-text{
  margin-top: 40px;
}
.about-sec a,.training-sec a{
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
  color: #444;
  font-weight: 400;
  text-transform: uppercase;
}
.about-sec a:hover,.training-sec a:hover{
  color: #009cea;
  text-decoration: none;
}
.about-sec a i,.training-sec a i{
  margin-left: 10px;
}
.navbar-inverse {
  background-color:transparent; 
  border-color: transparent;
}
.navbar{
  top: 30px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.custom-nav{
  position:fixed;
  top:0px;
  z-index:999;
  opacity:1;
  visibility:visible;
  background-color:#ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}
.navbar-inverse .navbar-nav>li{
  margin: 0px 0px 0px 40px;
}
.navbar-inverse .navbar-nav>li > a {
  position: relative;
  display: block;
  color: #444;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  opacity: 1;
  padding: 25px 0px;
  font-size: 18px;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.navbar-inverse .navbar-nav>.active > a:before,
.navbar-inverse .navbar-nav>li > a:before,
.navbar-inverse .navbar-nav>li:hover>a:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 0px;
  border-bottom: 2px solid #009cea;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
 .navbar-inverse .navbar-nav>li>a:hover{
  background-color: transparent;
  color: #009cea;
}
.navbar-inverse .navbar-nav > li:hover > a:before,
 .navbar-inverse .navbar-nav > .active > a:before, 
 .main-menu .navigation > .active > a:before {
    width: 22px;
}
.navbar-inverse .navbar-toggle .icon-bar{background-color: #009cea !important}

.head-img-box{
  position: relative;
  height: 600px;
}
.head-img-box img{
  position: absolute;
  bottom: 0;
}
.main-heading-box h1{
  margin-top: 200px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.main-heading-box h2{
  font-size: 25px;
  font-weight: bold;
  color: #009cea;
}
.main-heading-box p{
  color: #fff;
  font-size: 16px;
}
.training-sec{
  height: auto;
  background-color:#fff;
  padding: 50px 0 100px;
}

.navbar-brand span,.footer span{
  font-size: 25px;
  color: #009cea;
  height: 50px;
  display: block;
  margin-top: 12.5px;
}
.main-heading{
  position: relative;
  font-size: 30px;
  color: #444;
  line-height: 1.4em;
  padding-bottom: 20px;
  text-align: center;
}
.main-heading:before{
  content: '';
  position: absolute;
  bottom: 0px;
  width: 50px;
  border-bottom: 3px solid #009cea;
  left: 50%;
  margin-left: -25px;
}
.srvc-sec{
  background-color:#f2f5f8;
  height: 130vh;
}
.srvc-hdr{
  background: #e7f3f3;
  height: 70vh;
}
.srvc-box{
  background: #fff;
  border-radius: 4px;
  padding: 85px 80px 10px;
  position: relative;
  top:90px; 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
  -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}
.srvc-box h2 {
  position: relative;
  color: #444;
  font-size: 30px;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.srvc-box h3 {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.srvc-box h2:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  border-bottom: 2px solid #009cea;
}
.srvc-block{
  position: relative;
  padding: 0px 40px;
  margin-bottom: 50px;
}
.srvc-block i {
  position: relative;
  margin-bottom: 20px;
}
.srvc-block .inr-text{
  font-size: 18px;
  color: #466077;
  font-weight: 300;
  height: 150px;
  text-align: justify;
}
.srvc-box-inr{position: relative;}
.srvc-box-inr:after {
  content: '';
  position: absolute;
  left: 0;
  top: 51%;
  height: 1px;
  width: 100%;
  margin-top: -40px;
  background: rgba(0,0,0,0.10);
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.0),rgba(0,0,0,0.10),rgba(0,0,0,0.0));
  background: -ms-linear-gradient(left,rgba(0,0,0,0.0),rgba(0,0,0,0.10),rgba(0,0,0,0.0));
  background: -moz-linear-gradient(left,rgba(0,0,0,0.0),rgba(0,0,0,0.10),rgba(0,0,0,0.0));
}
.srvc-box-inr:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  bottom: 80px;
  background: rgba(0,0,0,0.10);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.10),rgba(0,0,0,0.0));
  background: -ms-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.10),rgba(0,0,0,0.0));
  background: -moz-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.10),rgba(0,0,0,0.0));
}
.client-sec {
    background: #fff;
    padding: 130px 0px 150px;
    height: 90vh;
}
.client-sec .carousel-control.left {
    left: -12px;
}
.client-sec .carousel-control {
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #009cea;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    margin-top: 28px;
}
.client-sec .carousel-control.right {
    right: -12px;
}
.client-sec .carousel-control {
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #009cea;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    margin-top: 28px;
}
.client-sec .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
.thumbnail{
  background-color: transparent;
  border:none;
}
.about-sec{
  background: #fff;
  padding:50px 0 100px;
}

/*--Testimonial section--*/

#testimonial .col-center {
  margin: 0 auto;
  float: none !important;
}
#testimonial .carousel {
  margin: 50px auto;
  padding: 0 70px;
}
#testimonial .carousel .item {
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
#testimonial .carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#testimonial .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
#testimonial .carousel .testimonial {
  padding: 30px 0 10px;
}
#testimonial .carousel .overview { 
  font-style: italic;
}
#testimonial .carousel .overview b {
  text-transform: uppercase;
  color: #009cea;
  font-weight: bold;
}
#testimonial .carousel .carousel-control {
  width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
#testimonial .carousel-control i {
    font-size: 68px;
  line-height: 42px;
    position: absolute;
    display: inline-block;
  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#testimonial .carousel .carousel-indicators {
  bottom: -40px;
}
#testimonial .carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
#testimonial .carousel-control.left{left: -50px}
#testimonial .carousel-indicators li { 
  background: #333;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#testimonial .carousel-indicators li.active {  
  background: #999;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.footer{
  background-image: url(../img/footer-bg.jpg);
  padding: 50px 0 10px;
  background-size: cover;
  background-position: center;
}
.footer .text {
  position: relative;
  color: #466077;
  max-width: 360px;
  font-weight: 300;
}
.footer ul li a{
  color: #6f8ba4;
}
.footer ul li a:hover{
  text-decoration: none;
  color:#009cea;
}
.footer hr{
  border-top: 1px solid;
  border-color:#009cea;
}

@media only screen and (max-width: 600px){
  .main-bnr {
    height: auto;
    position: relative;
    padding: 100px 0 20px 0;
  }
  .main-bnr-text {
    position: static;
  }
  .navbar-brand span, .footer span{margin-top: 0}
  .srvc-hdr {height: auto;}
  .srvc-sec{height: auto;}
  .srvc-box{padding: 20px 15px;}
  .srvc-box-inr:before{content:none;}
  .srvc-box-inr:after{content:none;}
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-toggle:hover{background-color: #fff;}
  .client-sec {
    padding: 130px 0px 0;
    height: 63vh;
  }
}