@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.navbar {
  background: #fff;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 500;
}

.navbar ul li a {
  color: #000!important;
  font-size: 12px;
  text-transform: uppercase;
}

.navbar ul li .active {
  color: #f6293d!important;
}

.navbar ul li a:hover {
  color: #f6293d!important;
  background: transparent;
}

.navbar ul li a:visited {
  background: transparent!important;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand {
  padding: 7px 15px;
}

.banner {
  background: url(../images/banner.jpg);
  margin-top: 50px;
  min-height: 566px;
  background-size: cover;
  position: relative;
  background-position: center top;
  padding: 140px 0 100px;
}

.text-white {
  color: #fff;
}

p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.head {
  font-weight: 400;
  color: white;
}

.subHead {
  font-weight: 600;
  text-transform: uppercase;
  color: #393939;
}

.thumbnail {
  border: none;
  margin: 0 auto;
  position: relative;
}

.thumbnail .caption h2 {
  font-weight: 500;
}

.thumbnail .caption {
  background: #fff;
  padding: 3px 10px 10px;
  border-top: 5px solid #fd9a26;
  color: #595959;
}

.thumbnail .thumb-but {
  position: absolute;
  background: #000;
  color: white;
  padding: 8px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}

.pt-3 {
  padding-top: 24px;
}

.pb-3 {
  padding-bottom: 40px;
}

.pb-4 {
  padding-bottom: 24px;
}

.mt-4 {
  margin-top: 36px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mt-5 {
  margin-top: 105px;
}

.text-red {
  color: #d43b3b;
}

.section1 {
  background: #357371;
  color: white;
  position: relative;
  padding: 80px 20px 50px;
}

.section1 .quote {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.section1 .quote:before {
  content: url(../images/quote.png);
  display: block;
  margin-bottom: 25px;
}

.section1 .quote:after {
  content: url(../images/quote.png);
  display: block;
  margin-top: 25px;
}

.section2 {
  padding: 100px 0 100px;
}

.section2 p {
  line-height: 24px;
}

.empty {
  width: 1px;
  height: 1px;
  display: none;
}

input[type='text'],
input[type='email'] {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #c4c6cf;
  border-radius: 3px;
  padding: 22px 10px;
  box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.15);
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.form-control::placeholder {
  color: #514e59;
}

.ar-form .form-group {
  margin-bottom: 15px;
}

.bg-but,
.submit-button {
  color: white;
  background: #f6293d;
  padding: 8px 12px 6px;
  width: 100%;
  font-size: 22px;
}

.submit-button {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  width: auto;
  padding: 8px 20px 6px;
}

a.bg-but:hover,
.submit-button:hover {
  background-color: #fd9a26!important;
  color: white;
}

.footer {
  padding: 30px 0 20px;
  color: #fff;
  font-size: 16px;
  background: #000;
}

.footer ul li a {
  color: #fff;
  font-size: 30px;
}

.footer .h4 {
  font-size: 20px;
  padding-bottom: 15px;
}

.copyright {
  text-align: center;
  padding-top: 30px;
  color: #f1f1f1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .thumbnail .caption h2 {
    font-size: 20px;
  }
  .thumbnail .thumb-but {
    font-size: 14px;
    padding: 8px 10px;
    bottom: 5px;
  }
}

@media only screen and (min-width:992px) {
  .head {
    font-size: 60px;
    line-height: 68px;
  }
  .subHead {
    font-size: 40px;
    line-height: 47px;
  }
}

@media only screen and (max-width:991px) {
  .banner .head {
    font-size: 50px;
    padding-top: 42px;
  }
  .subHead {
    font-size: 40px;
  }
  .banner {
    padding: 100px 0 100px;
  }
}

@media only screen and (max-width:576px) {
  .subHead {
    font-size: 30px;
    line-height: 32px;
  }
  .banner {
    padding: 100px 0 80px;
    min-height: 500px;
  }
  .banner .head {
    font-size: 40px;
  }
  .thumbnail .caption h2 {
    font-size: 24px;
  }
  .thumbnail .thumb-but {
    font-size: 14px;
    padding: 8px 10px;
    bottom: 5px;
  }
}
