body{
  margin: 0px;
  padding: 0px;
  font-family: 'Cabin', sans-serif;
  overflow-x: hidden!important;
  
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Oswald', sans-serif;
}

div#offcanvasExample {
  width: 83%;
}

header .navbar-nav li {
  margin: 0 25px; 
  background-color: #fff;
  font-size: 20px;
  color: #000!important;
   display:block;
}
header .navbar-nav li a{
  color: #000;
  padding: 45px 20px;
  display:block;
}
header .navbar-nav li a:hover{
  background-color: #14519E;
  color: #fff;
}
header{
  padding: 0 170px;
}
.active{
  /*background-color: #14519E!important;*/
  color: #333;
}
.active:hover{color:#fff!important;}

header .bg-light{
  background-color: #fff!important;
}
header .enq-now{
  padding: 18px 55px;
  font-size: 20px;
  background-color: #14519E;
  border-radius: 10px;
}

.top-sec{
  background-color: #1E1E1E;
  padding: 0 118px;
  }
      .top-sec ul {
  list-style-type: none;
  margin: 10px 0;
  }
  .top-sec ul li{
  margin: 0 30px;
  }
  .top-sec ul li a{
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1.5px;
  }
  
  .social-icon {
      padding: 0 50px 0 0;
  }
  
  .social-icon ul{
      list-style-type: none;
  }
  
  .social-icon ul li{
      list-style-type: none;
      margin: 0 10px;
  }
  .social-icon ul li a{
      font-size: 20px;
  }
  .inner-banner{ overflow:hidden;}
   .inner-banner img{width:100%;}
  .inner-banner h2{
      position:absolute; 
      left:0; 
      right:0; 
      color:#14519E;
      text-align: center;
      font-weight: 600;
      top:38%;
      font-size: 100px;
      -webkit-text-stroke: 2px white;
  }
  .blue-back {
    background-color: #14519E;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    padding: 77px 435px;
  }

  .blue-back h1 {
    font-size: 55px;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
  }

  .our-pro{
    padding: 100px 160px;
  }

  .our-pro h2{
    font-size: 55px;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
    color: #14519E;
    text-align: center;
  }

  .pro-card-1{
    background-image: url('../images/d-w.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 225px 40px 20px 40px;
    width: 100%;
    transition: .6s ease;
  }

  .pro-card-1:hover{
    background-image: url('../images/d-w.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110% 110%;
  }
  .pro-card-1 a{
    color: #14519E;
    text-decoration: none;
  }

  .pro-card-2{
    background-image: url('../images/smp.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 225px 40px 20px 40px;
    width: 100%;
    transition: .6s ease;
  }

  .pro-card-2:hover{
    background-image: url('../images/smp.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110% 110%;
  }
  .pro-card-2 a{
    color: #14519E;
    text-decoration: none;
  }

  .pro-card-3{
    background-image: url('../images/ghee.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 225px 40px 20px 40px;
    width: 100%;
    transition: .6s ease;
  }

  .pro-card-3:hover{
    background-image: url('../images/ghee.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110% 110%;
  }
  .pro-card-3 a{
    color: #fff;
    text-decoration: none;
  }
  .blue-image-back{
    background-image: url('../images/blue-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    padding: 100px 435px;
  }

  .blue-image-back h2{
    font-size: 55px;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
  color: #fff;
  }

  .gt-in-t{
    background-color: #fff;
    color: #14519E;
    padding: 20px 65px;
    font-size: 20px;
    border: 2px solid #fff;
    margin: 40px 0 0 0;
  }

  .gt-in-t:hover{
    background-color: #ffffff00;
    color: #fff;
    padding: 20px 65px;
    font-size: 20px;
    border: 2px solid #fff;
  }

  .afford{
    background-image: url('../images/affo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: 200;
    padding: 100px 435px;
  }

  .afford h2{
    font-size: 55px;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
  color: #14519E;
  }

  .eqn{
    background-color: #14519E;
    border: 2px solid #14519E;
    color: #fff;
    padding: 20px 65px;
    font-size: 20px;
    margin: 40px 0 0 0;
  }

  .eqn:hover{
    background-color: #ffffff00;
    color: #14519E;
    padding: 20px 65px;
    font-size: 20px;
    border: 2px solid #14519E;
  }

  .footer-back {
    background:#fff;
    border-top: #14519e 4px solid;
    background-position: top;
    background-size: cover;
    padding: 50px 140px 50px 150px;
  }
  .q-links{
    padding: 20px 0 0 20px;
  }
  
  .q-links h4{
   
    font-size: 25px;
    font-weight: 500!important;
    color: #14519E;
  }
  
  .q-links ul li a {
    
    font-size: 20px;
    font-weight: 500!important;
    color: #000000;
    text-decoration: none;
  }
  
  .q-links ul {
    list-style-type: none;
    position: relative;
    left: -30px;
  }
  
  .q-links ul li{
   margin: 11px 0;
  }
  
  .q-links img {
    width: 176px;
    margin: 9px 0;
  }
  
  .logo-div img{
    width: 200px;
  }
  
  
  .logo-div{
    padding: 0 50px 0 0;
  }
  
  .logo-div img {
    width: 130px;
  }
  
  .game-b{
    padding: 80px 300px
  }
  
  .t-img {
    width: 85px;
    margin: 15px 0 0 0px;
  }
.OurMission {
    background:url(../images/about-bg.png) top center;
    padding:80px 0;
}
.OurMission h3{color:#14519E;font-size:50px;margin-top:70px;}
.OurMission p{line-height:30px;font-size:17px;}
.contact-address {
  border: #bbbbbb 0px solid;
  color: #202a43;
  margin-bottom:15px;
}
.contact-address a{color:#202a43;}
.contact-address h2 {
  color: #202a43;
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.contact-address p {
  line-height: 24px;
  margin: 0 0 26px;
}
.contact-address .address-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact-address .address-item + .address-item {
  margin-top: 25px;
}
.contact-address .address-item .address-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #14519E;
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
  color:#14519E;
}
.contact-address .address-item:hover .address-icon {
  color: #14519E;
}

  @media (max-width: 768px){
    header{padding: 0;}
    .top-sec{padding: 0;display: none;}
    .inner-banner h2{font-size:40px;top:16%;}
    .blue-back{padding:20px 0;}
    .blue-back h1{font-size: 30px;;}
    .our-pro{padding: 20px 0;}
    .pro-card-1{margin-bottom: 15px;;}
    .pro-card-2{margin-bottom: 15px;;}
    .blue-image-back{padding: 20px 0;}
    .afford{padding: 20px 0;}
    .OurMission{padding:35px 0;}
    .OurMission h3{margin-top:20px;font-size:35px;}
    .footer-back{padding: 30px 0;;}
  }