/*
 * Banner 
*/
body, html {
    height: 100%;
}

.homepage-slides, .banner-slide.left-banner, .banner-slide.right-banner, .banner-slide.left-banner, .banner-slide.center-banner {
    height: 100vh;
}

.homepage-slides div {
    height: 100%;
}

.homepage-slides .owl-dots {
    height: auto;
}

.banner-slide > div {
    height: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.banner-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #272727;
    color: #ffff;
}

.banner-slide div.slide-img {
    height: 100vh;
    background-color: #ddd;
    background-size: cover;
    background-position: top center;
}

.slide-content {
    padding: 100px;
}
.slide-content a {
    color: #fff;
    font-size: 14px
}
.slide-content a:hover,
.slide-content h1 a:hover {
    color: #ef7857!important;
}
.slide-content i.fa{
    padding-right: 5px;
}
.homepage-slides .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.homepage-slides .owl-dots .owl-dot {
    width: 25px;
    height: 4px;
    background-color: #ffff;
    margin: 0 5px;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 0;
}

.homepage-slides .owl-dots .owl-dot.active {
    background-color: #ef7857;
}
.slide-content{
     font-family: graphik;
}
.slide-content h1,
.slide-content h1 a {
    font-size: 55px;
    font-family: graphik;
    font-weight: 500;
}

.slide-content p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.banner-slide.center-banner {
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}


.banner-slide.center-banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: -1;
    opacity: .2;
}

.center-banner.banner-slide {
    background-position: top center;
    background-size: cover;
    background-color: #000;
}
.template-header.homepage {
    min-height: 100vh;
}

.template-header {
    background-color: #000;
    background-size: cover;
    background-position: center;
}
.homepage .cat-headings {
    height: 100%;
    position: absolute !important;
    width: 100%;
}