.phone-wrap,
.social-wrap { 
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.phone {
  color: #F1CD53;
  font-weight: 700;
}

.phone:hover {
  text-decoration: none;
  color: #F1CD53;
}

.phone-wrap i {
  border-radius: 2px;
  font-size: 20px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 2px 3px 4px;
  width: 20px;
  width: 2rem;
  text-align: center;
}

.social-wrap a {
  margin: 4px 4px 3px 4px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5rem;
}

.social-wrap i {
  font-size: 1.2rem;
  padding: 4px 3px 4px;
  width: 2rem;
  border-radius: 5px;
}

.nav-link {
  font-weight: 300 !important;
  color: white !important;
  white-space: nowrap;
}

.nav-link:hover {
  color: #F1CD53 !important;
}

#homeCarousel {
  overflow: hidden;
  position: relative;
  /* width: 1265px;
  height: 525.094px; */
}

.carousel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);
  z-index: 10;
}

.carousel-item > div {
  overflow: hidden;
  max-height: 70vh;
}

.carousel-caption {
  top: 30% !important;
}

.carousel-caption p {
  text-shadow: 2px 2px 0 rgba(0,0,0,.2)
}

.carousel-caption .btn,
.contact-btn {
  background: #F1CD53 !important;
  color: #333 !important;
  border: none !important;
  text-transform: uppercase !important;
  font-weight: bold;
}

.carousel-caption .btn:hover,
.contact-btn:hover {
  background: #000 !important;
  color: #FFF !important;
}

.carousel-caption .heading {
  font-size: 2em;
  font-weight: 800;
}

.carousel-caption .subheading {
  font-size: 1.2em;
  font-weight: 800;
}

.btn {
  font-size: 1.4em;
}

.features-icons-item .headline {
  text-transform: uppercase;
  color: #F1CD53 !important
}

.features-icons-item .lead {
  color: #FFF;
}

.features-icons-item img {
  width: 60% !important;
  margin: 0 auto;
}

#quality {
  color: white;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('./../img/dl-4.jpg')
}

.description {
  color: #e7e7e7;
}

.active {
  color: #F1CD53 !important;
}

.photo-row {
  padding: 5rem;
  margin-bottom: 0;
}

.photo-row:first {
  padding-bottom: 2rem;
}

@media (max-width: 992px) {
  .container {
    max-width: 830px;
  }

  .photo-row {
    padding: 1rem;
    padding-top: 3rem;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 800px) {

  .carousel-caption {
    top: 20% !important;
  }

  .carousel-caption .heading {
    font-size: 1.4rem;
    font-weight: 800;
  }

  .carousel-caption .subheading {
    font-size: 1rem;
    font-weight: 500;
  }
}

@media (max-width: 575px) {

  .carousel-caption {
    top: 10% !important;
  }

  .carousel-bg {
    height: 280px !important;
    object-fit: cover;
    width: initial;
  }

  .carousel-caption .heading {
    font-size: 1.4rem;
    font-weight: 800;
  }

  .carousel-caption .subheading {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .carousel-caption .btn {
    font-size: 1rem;
  }

  .navbar-custom {
    padding: 0.5rem;
  }

  .photo-row {
    padding: 1rem;
    padding-top: 3rem;
    margin-bottom: 0 !important;
  }
}