@media (max-width: 469.98px) {
    
    .header__heading-2 {
        font-size: 2rem;
    }
    
    .header {
        height: auto;
    }
    
    .header__owl-carousel, .hoc__slide {
        padding-bottom: 30px;
        height: auto;
    }
    
    .background-image {
        height: 200px !important;
    }
    
}

@media (min-width: 467px) and (max-width: 767.98px) {
    
    .header__heading-2 {
        font-size: 2rem;
    }
    
    .header {
        height: auto;
    }
    
    .header__owl-carousel, .hoc__slide {
        padding-bottom: 30px;
        height: auto;
    }
    
    .background-image {
        height: 300px !important;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header__heading-2 {
        font-size: 2.4rem;
    }

    .header {
        height: auto;
    }
    
    .header__owl-carousel, .hoc__slide {
        padding-bottom: 30px;
        height: auto;
    }
    
    .background-image {
        height: 400px !important;
    }

}

@media (max-width: 991.98px) {
    
    .hi {
        padding-top: 30px;
    }
    
}

@media (min-width: 992px) {
    
    .navbar--custom:before {
        background: url(../images/shadow.png) repeat-x left top;
        height: 168px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 0;
        opacity: 1;
    }
    
    .navbar--shrink:before {
        display: none;
    }
    
    .hi {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    
    .hocs__background {
        position: absolute;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .header__heading-2 {
        font-size: 2.4rem;
    }
    
    .header {
        height: 100vh;
        max-height: 500px;
    }
    
    .header__owl-carousel, .hoc__slide {
        height: 100vh;
        max-height: 500px;
    }

    .text-lg-justify {
        text-align: justify;
    }

}

@media (max-width: 1199.98px) {
    
    .header {
        margin-top: 40px;
    }
    
}

@media (min-width: 1200px) {
    
    .header__heading-2 {
        font-size: 3.6rem;
    }
    
    .header, .header__owl-carousel, .hoc__slide {
        height: 900px;
        position: relative;
    }
    
    .header .owl-nav {
        margin-top: 80px;
    }

}

@media (min-width: 1200px) and (max-width: 1699.98px) {
    
    .header__fa--left {
        left: 50px;
    }

    .header__fa--right {
        right: 50px;
    }
    
}

@media (min-width: 1700px) {
    
    .header__fa--left {
        left: 150px;
    }

    .header__fa--right {
        right: 150px;
    }
    
}

.header {
    background-color: #262626;
    width: 100%;
}

.header__owl-carousel, .hoc__slide {
    position: relative;
}

.hoc__slide {
    margin: 0 auto;
    max-width: 1920px;
}

.header__heading-1 {
    margin-bottom: 10px;
    color: #dccf9c;
}

.header__heading-2 {
    margin-bottom: 20px;
    color: #dccf9c;
}

.header p {
    font-size: 1.6rem;
    color: #e1e1e1;
}

.hocs__background {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.header__owl-carousel .owl-stage-outer {
    margin-top: -125px;
    padding-top: 125px;
}

.header__owl-carousel .owl-stage {
    display: flex;
}

.header__fa {
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
}