#site-banner2{
    padding-top: 75px;
    padding-bottom: 0px;
    background-color: whitesmoke;
}

#site-banner2 .owl-carousel .owl-item {

    height: 380px;
}
#owl-demo2 .owl-item .item img
{
    height: 380px;
    width:100%;
}
.about-slider
{
    padding:40px 0px;
}


.about-slider{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,rgb(35, 34, 32) 50%,transparent 50%);
}


.about-slider:after{
    background-size: cover;
    content: '';
    height: 100%;
    position: absolute;
    width: 170px;
    top: 0;
    right: 50%;
    left: 50%;
    bottom: 0;
    margin-left: -1px;

    background: url(../../img/fullwidth-slider-extend.png) left center no-repeat;
}

.title-about{
    color: rgb(255, 255, 255);
    font-size: 46px;
    line-height: 80px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

section#site-banner2 .about-us {
    max-height: 100%;
}

#site-banner2 .banner-content {
    padding-top: 40px;
    padding-bottom: 15px;
}

.about-slider .description {
    text-align: justify;
    margin-right: 25px;
    padding-bottom: 30px;
    color: white;
}

section#site-banner {
    height: 500px !important;
}

.owl-controls{
    display: none !important;
}

/*kj media querry*/
@media (max-width: 1200px)
{

    #site-banner2 .owl-carousel .owl-item {

        height: 400px;
    }
    #owl-demo2 .owl-item .item img
    {
        height: 400px;
        width:100%;
    }
    .about-slider
    {
        padding:25px 0px;
    }
}
@media (max-width: 800px){
    .icon_main::after
    {
        display:none;
    }
    #owl-demo2 .owl-item .item img
    {
        display:none;
    }
    #site-banner2 .owl-carousel .owl-item
    {

        height: 300px;
    }
    .about-slider {

        background: #202020;
    }
}