@media (max-width: 575.98px) {

    .hi {
        padding: 50px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 150px;
    }
    
    .hoc__image:before {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    .hi {
        padding: 50px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 150px;
    }
    
    .hoc__image:before {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .hi {
        padding: 50px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 220px;
    }
    
    .hoc__image:before {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .hi {
        padding: 100px 0;
        width: 100%;
    }

    .header, .header__owl-carousel, .hoc__image {
        height: 300px;
    }

}

@media (max-width: 1199.98px) {
    
    .header {
        margin-top: 50px;
    }
    
    .header__owl-carousel {
        background-color: #1f1200;
    }
    
    .hoc__image {
        opacity: 1;
    }
    
    .hi {
        width: 100%;
        position: relative;
        z-index: 100;
    }

}

@media (min-width: 1200px) {
    
    .hi {
        width: 100%;
        top: 200px;
        z-index: 99;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 350px;
    }
    
    .header:after {
        background: url(../images/shadow.png) repeat-x left top;
        height: 195px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 10;
        opacity: 0.7;
    }

}

.header {
    width: 100%;
}

.header--service {
    background-color: #1f1200 !important;
}

.header__heading-1 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    color: #ffffff;
}

.header__heading-1 span {
    font-size: 2.5rem;
    color: #b6a170;
    display: block;
}

.header p {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 2.4rem;
}

.header__image {
    height: auto;
    max-width: 100%;
}

.header__shadow {
    background-repeat: repeat-y;
    background-image: url(../images/shadow2.png);
    height: 100%;
    width: 875px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    z-index: 11;
}

.hi {
    position: absolute;
    z-index: 100;
}

.hoc__image:before {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
}

.content {
    background-color: #ffffff;
}

.content--padding {
    padding: 80px 0;
}

.content__heading-2 {
    margin-bottom: 30px;
    color: #1f1200;
}

.content p {
    font-size: 1.5rem;
    color: #171717;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }