body {
  overflow-x: hidden;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

.carousel-item {
  height: 450px;
}

.carousel-image-1 {
    background: url('../Images/cor1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color:#f5fbff;
}

.carousel-image-2 {
    background: url('../Images/cor2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5fbff;
}

.carousel-image-3 {
    background: url('../Images/cor3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5fbff;
}

#home-heading {
    position: relative;
    min-height: 200px;
    background: url('../Images/lights.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#video-play {
    position: relative;
    min-height: 200px;
    background: url('../Images/media.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 -300px;
    text-align: center;
    color: #fff;
}

#video-play a {
  color: #fff;
}

#page-header {
    height: 300px;
    background: url('../Images/bcg1.jpg');
    background-position: 0 -100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #000;
  color: #fff;
}

/*.slick-arrow {
    background-color:aliceblue;
    outline-color:black;
}*/

.custom-slick-arrows .slick-prev:before,
.custom-slick-arrows .slick-next:before {
    color: #2e4b6a !important;
}

.custom-slick-arrows .slick-prev:hover:before,
.custom-slick-arrows .slick-next:hover:before {
    color: #2e4b6a !important;
}

.custom-slick-arrows .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232e4b6a' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}

/* Previous Arrow - Normal State */
.custom-slick-arrows .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232e4b6a' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}

/* Next Arrow - Hover State */
.custom-slick-arrows:hover .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231f3447' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}

/* Previous Arrow - Hover State */
.custom-slick-arrows:hover .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231f3447' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}