body {
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 25px;
}

li {
  margin-bottom: 10px;
}

form {
  padding: 10px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 93.3%, 0.85);
  text-align: center;
}

.nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.banner {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 3px solid #026473;
  background-color: #fff;
  text-align: center;
}

.section.color {
  background-color: #026473;
}

.section.grey {
  background-color: #f3f3f3;
}

.section.image-back {
  background-color: rgba(2, 100, 115, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 100, 115, 0.8)), to(rgba(2, 100, 115, 0.8))), url('../images/265.1530003957.jpg');
  background-image: linear-gradient(180deg, rgba(2, 100, 115, 0.8), rgba(2, 100, 115, 0.8)), url('../images/265.1530003957.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.input-style {
  height: auto;
  border-radius: 6px;
}

.input-style._2 {
  height: 100px;
}

.contact {
  padding-top: 35px;
  color: #026473;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: right;
}

.icon-box {
  display: block;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.icon-title {
  margin-top: 10px;
  color: #333;
  font-weight: 700;
}

.section-title {
  padding-bottom: 10px;
  font-weight: 400;
}

.section-title.title-color {
  margin-top: 0px;
  color: #fff;
}

.banner-subtitle {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(2, 100, 115, 0.8);
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.banner-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section-subtitle {
  margin-bottom: 10px;
}

.service-title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.button {
  padding: 15px 25px;
  border-radius: 6px;
  background-color: #026473;
  box-shadow: 0 0 12px 0 rgba(255, 227, 227, 0.45);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #008fa5;
}

.button.chico {
  padding: 10px 20px;
  box-shadow: none;
  font-size: 16px;
}

.button.call {
  border: 2px solid #026473;
  background-color: #fff;
  box-shadow: 0 0 12px 0 hsla(0, 0%, 100%, 0.45);
  color: #026473;
}

.button.call:hover {
  background-color: #026473;
  color: #fff;
}

.banner-slider {
  position: absolute;
  left: 0px;
  top: 100px;
  right: 0px;
  z-index: -1;
  height: 630px;
}

.slider1 {
  background-image: url('../images/banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider2 {
  background-image: url('../images/banner4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider3 {
  position: relative;
  background-image: url('../images/banner3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-col {
  text-align: left;
}

.left-col {
  text-align: right;
}

.cta-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 41px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1d1d1d;
  text-align: center;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.row {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.error-message {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 30px;
  background-color: #4cbb89;
  color: #fff;
  font-weight: 600;
}

.text-block {
  font-size: 17px;
  text-align: center;
}

.text-block-2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.text-span {
  padding: 10px;
  border-radius: 3px;
  background-color: #ff3500;
  color: #fff;
  font-weight: 600;
}

.image {
  border: 2px solid #026473;
  border-radius: 6px;
}

.slide {
  background-image: url('../images/banner2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-3 {
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #026473;
  color: #fff;
  text-align: left;
}

.bold-text {
  font-size: 30px;
}

.text-block-4 {
  font-size: 22px;
  line-height: 25px;
}

.text-block-5 {
  margin-top: 15px;
  font-size: 29px;
  line-height: 45px;
  font-weight: 700;
}

.div-block {
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.text-block-6 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .input-style._2 {
    height: 130px;
  }

  .banner-title {
    font-size: 38px;
  }

  .banner-slider {
    height: 650px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 39px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    text-align: center;
  }

  .contact {
    text-align: center;
  }

  .banner-slider {
    top: 160px;
    height: 991px;
  }

  .row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .column {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .column-2 {
    padding-top: 10px;
  }

  .text-span {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .form {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .section-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  }

  .section.map {
    padding-bottom: 0px;
  }

  .banner-subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .banner-title {
    font-size: 30px;
    line-height: 35px;
  }

  .banner-slider {
    top: 145px;
    height: 755px;
  }

  .html-embed {
    font-size: 12px;
  }

  .text-span {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 27px;
  }

  .form {
    border-radius: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-5 {
    line-height: 25px;
  }

  .form-block {
    margin-bottom: 0px;
  }
}

