.masthead {
  height: 100vh;
  overflow: hidden;
}

#mainNav {
  z-index: 2;
}

#mainNav > .container {
  flex-wrap: wrap;
}

body .slick-list, body .slick-track {
  height: 100%;
}

body .slick-next {
  right: 25px;
}

body .slick-prev {
  left: 25px;
}

.slick-prev, .slick-next {
  z-index: 1;
}

body .slick-prev:before, body .slick-next:before {
  font-size: 40px;
}

.navbar-brand {
  font-size: 50px;
  line-height: 1;
}

#navbarResponsive {
  background-color: #FCB912;
  border-radius: 12px;
}

.color-blue {
  color: #2C9AFF !important;
}

.center-right-absolute {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-slider {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.text-slider span {
  color: #FCB912;
}

ul.about-us {
  list-style: none;
}

ul.about-us li::before {
  content: "\2022";
  color: #2C9AFF;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.about-us li {
  padding: 20px 0px;
}

ul.services {
  list-style: none;
  text-align: center;
  padding: 0;
  line-height: 2.5;
  margin: 0;
}

ul.services li {
  background-color: #2C9AFF;
  color: #fff;
  padding: 5px 10px;
  border-radius: 40px;
  display: inline;
  line-height: 1;
  font-size: 16px;
}

.services-img .border-services:after {
  content: "";
  height: 10px;
  width: 100%;
  border-radius: 30px;
  background-color: #2C9AFF;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 10px;
}

#gallery img {
  border-radius: 10px;
}

#form-contact-us {
  max-width: 600px;
}

#form-contact-us :is(input, textarea) {
  font-family: 'Poppins', sans-serif;
  box-shadow: none;
}

@media only screen and (min-width: 992px) {
  #mainNav .navbar-nav > li.nav-item > a {
    color: #000;
    font-size: 18px;
    padding: 10px 30px;
  }
}

@media (max-width: 768px) {
  #mainNav {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #mainNav > .container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #mainNav .navbar-brand {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .menu {
    min-height: 200px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .slick-slide {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.4);
  }
}

@media (max-width: 768px) {
  .center-right-absolute {
    top: 50%;
    right: 0;
    transform: translate(0%,-90%);
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
    white-space: normal;
    padding: 0px 10px;
  }
}

@media (max-width: 768px) {
  #navbarResponsive {
    margin: 10px 0px;
  }
}

