/*************************************HOME-PAGE CSS******************************/

/* NAVBAR */
.navbar{
    background-color: black;
}
.nav-link{
    padding-left: 24px!important;
}
/*SHOWCASE-CAROUSEL*/
  .carousel-inner img {
    width: 100%;
    height: 450px;
  }
/*SHOWCASE-AFTER*/
.fa{
    font-size: 50px;
}
/*GET-STARTED*/
#get-started{
    background: url("img/bg1.jpeg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    min-height: 250px;
}
.overlay-dark{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* VIDEO PLAY*/
#video-play{
    background: url("img/people.jpeg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
    position: relative;
}
/* Galllery */
#gallery img{
    min-height: 250px;
}
/*FOOTER*/
footer {
    background-color: #000;
}

/*******************************ABOUT PAGE CSS********************************/
#about-heading{
    background: url("img/image2.jpeg");
    background-attachment: fixed;
    background-size: cover;
}
#what-we-do img{
    height: 350px;
    width: 350px;
}
#services-cards i{
    font-size: 16px;
}

.slick-prev::before, .slick-next::before {
    color: #000;
}