.red {
  color: #db1111;
}

.navbar {
  background: #000;
}

.navbar .nav-item {
  padding-left: 1em;
}

.navbar .nav-link {
  text-transform: uppercase;
}

.carousel-item {
  height: 450px;
}

.carousel-img-1 {
  background: url("images/image2.jpg");
  background-size: cover;
}

.carousel-img-2 {
  background: url("images/image1.jpg");
  background-size: cover;
}

.carousel-img-3 {
  background: url("images/image3.jpg");
  background-size: cover;
}

#getstarted {
  background: url("images/bg1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 250px;
  position: relative;
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-vide {
  background: url("images/people.jpeg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 250px;
  position: relative;
}

.dark-overlay2 {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallary img {
  min-height: 250px;
}

#copy-right {
  background: #000;
}

#page-header {
  background: url("images/image2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 200px;
}

#about-info img {
  width: 350px;
  height: 350px;
}

.slick-next::before {
  color: black !important;
}

.slick-prev::before {
  color: black !important;
}

#page-header-sr {
  background: url("images/image1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 200px;
}

#accordion {
  background: #343A40;
}

/*............MEDIA............*/
@media (min-width: 320px) and (max-width: 767.98px) {
  .home-img {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .nav-item {
    padding-left: 0em !important;
  }
}

@media (max-width: 800px) {
  #getstarted {
    background-size: cover;
    background-position-x: -200px;
    min-height: 400px !important;
  }
}

@media (max-width: 576px) {
  .carousel h2 {
    font-size: 2.5rem;
    text-align: center !important;
  }
  .carousel p {
    text-align: center !important;
  }
  .carousel .b {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */