.nav {
  background: #044ab4;
  font-size: 18px;
  width: 100%;
}

.box_area {
  position:relative;
  top: -53px;
}

.box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 1px 0px 11px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 0px 11px 3px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Corbel' !important;
  font-size: 22px;
  padding: 20px 0 20px 0;
  height: 230px;
  margin-bottom:12px;
  
}

.banner_bottom {
  background: #044ab4;
  color: #fff;
  width: 100%;
  position:relative;
}

.banner_bottom_para {
  padding: 0px 0 80px 0;
  text-align: center;
  font-size: 25px;
}

.content_area {
  background: -webkit-gradient(linear, left top, right top, color-stop(53%, white), color-stop(53%, #d0e8ff));
  background: linear-gradient(90deg, white 53%, #d0e8ff 53%);
  color: #000;
  width: 100%;
  padding: 50px 0 0 0;
}

footer {
  background-color: #15191c;
  position:relative;
}

.footer_top {
  background: #33a9ee;
  position:relative;
  top:-64px;
  color: #fff;
 
}

.location {
  background: #2098df;
  color: #fff;
  font-size: 30px;
  margin: 20px 0 8px 0;
  height: 50px;
}

.call {
  background: #0f89d1;
  color: #fff;
  font-size: 30px;
  margin: 20px 0 8px 0;
  height: 50px;
}

.msg {
  background: #0779bc;
  color: #fff;
  font-size: 30px;
  margin: 20px 0 8px 0;
  height: 50px;
}

.contactform {
  background: #044ab4;
  color: #fff;
}

.contactinfo {
  color: #044ab4;
}

/*# sourceMappingURL=main.css.map */