* {box-sizing: border-box}
body {
 font-family: 'ProximaNovaRegular';
  margin:0;
  padding: 0;
  overflow-x: auto;
}

h1, h2, h3, h4, h5, h6,
ul, li, p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
ul, li {
  list-style-type: none;
}

h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: bold;
}
h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
}
h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
}
h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}
h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
button {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  text-transform: capitalize; 
}

.main {
  display: inline-block;
  width: 100%;
}
/**************** header start*****************/
.header {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
  .header .header-logo  {
    width: 27%;
    float: left;
    margin-right: 51px;
  }

  .header .header-right {
    padding-top: 10px;  width:427px;float:right; text-align:center;display:flex; justify-content:center;align-items:center
  }

  .header .header-detail {
    text-transform: uppercase;
    color: #0b3f76;
    text-align: center;
    
  }
  .header .header-detail h5 {
    text-transform: initial;
    color: #8e744b;
    font-weight: 500;
    font-size: 22px;
  }
  .header .header-detail h1 {
    font-size: 36px;font-family: 'ProximaNovaBold';
  }
  .header .header-detail h1 a {
    color: #124779;
  }
  
    .header .header-detail h1 a:hover {
    text-decoration:none
  }
  .header .mobile-icon {
    width: 40px;
   
    margin-right: 20px;
  }

/**************** header end*****************/



/**************** banner start*****************/
.banner-section {
  width: 100%;
  display:flex; justify-content:center;align-items:center; align-content:center; 
  background-color: #124779;
  padding: 35px 0px ;
}
.banner-section-left {
  text-align: center; padding-top:28px
}
.banner-section-left h3 {
  color: #fff;
  padding-bottom: 18px;font-family: 'ProximaNovaBold'; text-transform:uppercase; font-weight:normal
}
.banner-section-left h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 28px;
}

.banner-section .form {
  width:427px; float:right;
  background-color: #ffffff;
  color: #124779;
  text-align: center;
  position: relative;
  padding: 40px;
  border-radius: 3px; 
}
.banner-section .form h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  color: #124779;font-family: 'ProximaNovaBold'; font-weight:normal
}
.banner-section .form input {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 12px;
  border-radius: 3px;
  text-transform: capitalize;
  height: 45px;
  font-size: 16px;
  color: #9a9a9a; border:1px solid #c2c2c2;
}
.banner-section .form textarea {
  width: 100%;  font-family: 'ProximaNovaRegular'; padding: 10px 15px;color: #9a9a9a; border:1px solid #c2c2c2;
}
::placeholder {
color: #4b4b4b;
}

.banner-section .form button {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #8e744b;
  border-color: #000;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  border-color: #8e744b;
  font-size: 22px;
  transition: all 0.5s; font-family: 'ProximaNovaBold'; cursor:pointer
}
.banner-section .form button:hover {
  background-color: #0b3f74;
  color: #fff;
}

/**************** banner end*****************/


/**************** gallery start*****************/
.gallery {
  text-align: center;
  padding-top: 80px;
}
.gallery h3 {
  color: #124779;
  font-size: 26px;
  margin-bottom: 35px;
}
.gallery .gallery-img {
  margin-bottom: 60px;
}
.gallery .para p {
  font-size: 16px;
  line-height: 24px; width:88%; margin:0 auto
}
.gallery .para p:first-child {
  margin-bottom: 30px;
}
/**************** gallery end*****************/





/**************** home start*****************/
.home {
  text-align: center;
  padding: 80px 0;
}
.home h3 {
  font-size: 26px;
  color: #124779;
  margin-bottom: 50px;
}
.home .home-img {
 
  width: 100%; display:flex;justify-content:center;align-items:center; align-content:center;
}
.home .home-img img {

  width: 63px;  height:63px;
}
.home .home-img h6 {
  font-size: 18px;
  font-weight: 600;
  color: #124779;
  padding-left:10px
}

/**************** home end*****************/




/**************** customer start*****************/
.customer {
  background-image: url('../images/customers-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 80px 0px;
}

.customer .banner-slide h2 {
  font-size: 26px;
    margin-bottom: 40px;
    color: #fff;
}

.customer .banner-slide{width:80%; margin:0 auto}
.customer .banner-slide p {
  font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 22px;
}

.customer .banner-slide span{display:block; text-decoration:underline; color:#fff}

.customer .banner-slide button{background:#8e744b; padding:15px 20px; color:#fff; font-size:16px; color:#fff; max-width:270px; min-width:220px; width:auto; text-transform:uppercase; margin-top:40px; border:2px solid #8e744b; cursor:pointer}

.customer .banner-slide button:hover{background:none; border:2px solid #fff}
/**************** customer end*****************/



.video{  text-align:center; }
	.videoimg{position: relative;
    padding-bottom: 54%;
 padding-top:20px;
    height: 0;
    overflow: hidden; margin-top:20px }
.video iframe{
 position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 98% ;
}

.mapbox img{margin-top:20px;}








