

.site-section-cover {
    position: relative;
}

    .site-section-cover, .site-section-cover .container {
        position: relative;
        z-index: 2;
    }

        .site-section-cover, .site-section-cover .container > .row {
            height: 700px;
            min-height: 700px;
        }

@media (max-width: 991.98px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: 700px;
        min-height: 700px;
    }
}

.site-section-cover.overlay {
    position: relative;
}

    .site-section-cover.overlay:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        z-index: 1;
    }

.site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
	  background-position: center center; 
}

.site-section-cover h2 {
    font-size: 3rem;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-section-cover h2 {
        font-size: 2rem;
    }
}

.site-section-cover p {
    font-size: 18px;
    color: #999999;
}

.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 3rem 0;
    }
}



.slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.4);
}

    .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
        color: #fff;
    }

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 5;
    bottom: 15px;
    width: 100%;
}

    .slide-one-item .owl-dots .owl-dot {
        display: inline-block;
    }

        .slide-one-item .owl-dots .owl-dot > span {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 4px;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            background: rgba(255, 255, 255, 0.4);
            margin: 5px;
        }

        .slide-one-item .owl-dots .owl-dot.active > span {
            width: 20px;
            background: #fff;
        }
