body {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
.section {
  padding: 70px 0px;
}
.title {
  color: #2d276d;
  padding-bottom: 15px;
  font-weight: 600;
}
/*nav*/
.section-nav .navbar {
  margin-bottom: 0px;
  background-color: transparent;
}
.section-nav .navbar .nav li a {
  color: #000;
}
.section-nav .navbar-brand img {
  width: 150px;
}
.section-nav .nav-highlighted {
  font-weight: 600;
  font-size: 16px;
}
.section-nav .nav-highlighted a {
  color: #2d276d;
}
.section-nav .nav-highlighted i {
  margin-right: 5px;
}
.banner {
  position: relative;
  background: url("../img/bg6.jpg") center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.banner .banner-text .banner-phone {
  color: #fff;
  font-size: 18px;
}
.banner .banner-text h2 {
  max-width: 600px;
  color: #ff9f14;
  font-weight: 800;
  font-size: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.banner .banner-text h2 span {
  color: #ffffff;
}
.banner .banner-text h3 {
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.5;
}
.banner .banner-text h3 span {
  text-decoration: underline;
  font-weight: 700 !important;
  color: #00f5ff;
  font-size: 28px;
}
.banner .banner-text img {
  width: 30px;
  margin-bottom: 10px;
}
.banner .banner-text p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner .form-area {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 35px 30px 45px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 5px solid #ff9f14;
}
.banner .form-area h4,
.banner .form-area p {
  text-align: center;
  text-transform: uppercase;
}
.banner .form-area h4 {
  font-weight: 800;
  color: #ff9f14;
  font-size: 25px;
}
.banner .form-area p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}
.banner .form-area .btn {
  display: block;
  width: 100%;
}
.section-content .content {
  margin-bottom: 20px;
}
.section-content .content p {
  color: grey;
  font-size: 15px;
}
.section-content .content ul {
  margin-bottom: 30px;
}
.section-content .content ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
.table thead {
  background-color: #2d276d;
  color: #fff;
}
@media (max-width: 1199px) {
  .banner .banner-text {
    margin-top: 15%;
  }
}
@media (max-width: 991px) {
  .banner .banner-text {
    margin-top: 50px;
  }
  .banner .banner-text h2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 34px;
  }
  .banner .banner-text h3 {
    font-size: 24px;
  }
  .banner .form-area {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 18px;
  }
  .table {
    font-size: 12px;
  }
}
