@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

p {
  font-size: 13px;
  line-height: 22px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  margin-top: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid rgba(250, 250, 250, 0.1);
}

.main-button a {
  background-color: rgba(17, 100, 102);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
}

a.menu-link {
  display: none;
}

nav[role="navigation"] li.active a {
  color: #ffcb9a;
}

@media screen and (max-width: 940px) {
  a.menu-link {
    float: right;
    display: block;
    font-size: 36px;
    color: #fff;
    padding-right: 30px;
    padding-top: 10px;
  }
  nav[role="navigation"] {
    clear: both;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 20em;
    height: 20em;
    overflow: hidden;
  }
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(250, 250, 250, 0.25);
    background-color: #116466;
  }
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.25);
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }
  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
    color: #ffcb9a;
  }
}
.main-header {
  background-color: rgba(17, 100, 102, 0.9);
  height: 80px;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}

.main-header .logo {
  float: left;
  line-height: 80px;
  padding-left: 20px;
}

.main-header .logo a {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.main-header .logo a div {
  display: inline;
  color: #ffcb94;
}

.main-menu {
  float: right;
  padding-right: 30px;
}

.main-menu li {
  display: inline-block;
  line-height: 80px;
  margin-left: 15px;
}

.main-menu li a {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s;
}

.main-nav li:hover a,
.main-nav li.active a {
  border: 2px solid #ffcb94;
}

@media screen and (max-width: 940px) {
  .main-menu {
    padding-right: 0 !important;
  }
  .main-header .logo {
    line-height: 73px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }

  .main-nav li:hover a,
  .main-nav li.active a {
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(250, 250, 250, 0.25);
  }
}

@media (max-width: 767px) {
  .main-header .logo a {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
  }
}

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  background-color: #353535;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  background-color: rgba(17, 100, 102, 0.3);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-banner .caption h4 {
  margin-top: 0px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: rgba(17, 100, 102);
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }
}

section.why-us {
  background: rgba(17, 100, 102);
  padding-bottom: 20px;
}

#features img {
  height: 360px;
  padding: 10px;
}

#features h4 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
}

#features p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

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

  #features img {
    height: 260px;
  }
}

.tabs-content img {
  width: 100%;
}

/* what we do */

section.whatWeDo {
  background: #116466;
  padding-bottom: 100px;
  padding: 0px 30px 30px 30px;
}

section.whatWeDo .item img {
  background-color: #fff;
  height: 200px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

section.whatWeDo .item .down-content {
  padding: 30px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

section.whatWeDo .item .down-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}

section.whatWeDo .item .down-content p {
  margin-bottom: 25px;
}

/* Video */

section.contact {
  background-color: #116466;
  padding-bottom: 60px;
}

section.contact form {
  background: rgba(250, 250, 250, 0.1);
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  section.contact form {
    margin-bottom: 30px;
  }
}

section.contact form input {
  width: 100%;
  height: 40px;
  background-color: rgba(250, 250, 250, 0.1);
  border-radius: 0px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

section.contact form textarea {
  width: 100%;
  height: 220px;
  max-height: 280px;
  min-height: 220px;
  background-color: rgba(250, 250, 250, 0.1);
  border-radius: 0px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

section.contact form input:focus,
section.contact form textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
}

section.contact form::placeholder {
  color: #fff;
}
section.contact form input::placeholder {
  color: #fff;
}
section.contact form textarea::placeholder {
  color: #fff;
}

section.contact form button {
  background-color: rgba(17, 100, 102);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  box-shadow: none;
  border: none;
}
#follow {
  background: #116466;
  padding: 30px 0px;
  padding-bottom: 60px;
  margin-bottom: 2px;
}

#follow h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
#follow h4 em {
  font-style: normal;
  color: #ffcb94;
}

#follow p {
  color: #fff;
  text-align: center;
}

#follow .follow-button a {
  margin-top: 30px;
  background-color: #fff;
  position: relative;
  color: rgba(17, 100, 102);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 12px 20px;
  left: 50%;
  display: inline-block;
  outline: none;
  transform: translate(-50%);
}

footer {
  background-color: rgba(17, 100, 102);
  text-align: center;
}

footer p {
  padding: 25px 0px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.contact-us {
  float: right;
}
.contact-us a {
  background-color: rgba(17, 100, 102);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
