body {
    overflow-x: hidden;
    margin-top: 55px;
}

.navbar .navlink {
    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(/img/image1.jpg);
    background-size: cover;
}

.carousel-image-2 {
    background: url(/img/image2.jpg);
    background-size: cover;
}

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

#home-heading {
    position: relative;
    min-height: 200px;
    background: url(https://abhikusi.github.io/Glozzom/img/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(./img/media.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 -300px;
    text-align: center;
    color: #fff;
}

#video-play a {
    color: #fff;
}


#gallary {
    background: #e8e7e7;
}

.img-glry {
    width: 53%;
    margin: auto;
}

#main-footer {
    background-color: black;
    color: white;
}
 
/* ABOUT PAGE */
  
#page-header {
    height: 200px;
    background-image: url(https://abhikusi.github.io/Glozzom/img/image1.jpg);
    background-position: 0 -250px;
    background-attachment: fixed;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
}

.about-img {
    margin-top: -50px;
    height: 450px;
    width: 450px;
}


/* SERVICES PAGE */

#faq .card {
    border: #444;
}

#faq a {
    color: #fff;
    text-decoration: none;
}

#faq .card-body,
#faq .card-header {
    background: #333;
}

/* BLOG PAGE */











