﻿.d-table {
    width: 100%;
    height: 100%;
    display: table;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.navbar-light .navbar-toggler {
    color: white;
    border-color: white;
    background-color: white;
}

.hero-slider {
    position: relative;
}
.owlserdar{
    background-size:cover;
    
    position:relative;
    background-repeat:no-repeat;
    background-position:top center;
}
/*.single-hs-item {
    height: 600px;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat:no-repeat;
}*/
    .owlserdar:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000;
        opacity: .2;
    }
.hero-text {
    padding: 0 15px;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .hero-text h1 {
        color: #fff;
        font-size: 50px;
        text-transform: capitalize;
        font-weight: 600;
        margin: 0;
    }

    .hero-text p {
        color: #fff;
        font-size: 17px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 35px;
    }

.hero-slider .owl-item.active h1 {
    -animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: #ff3547;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: #ff3547;
    position: absolute;
    right: 0;
    top: 60%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3547;
}

@media only screen and (max-width: 800px) {
    #scrollUp{
        bottom:90px;
        right:10px;
    }
    .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 20px;
        background-color: black;
    }
    .single-hs-item {
        height: 550px;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }

    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}
