@media only screen and (min-width: 1600px){
    .owl-carousel .owl-item img.banner-element {
        position: absolute;
        right: -30px;
        top: 0;
        width: 22%;
    }
}

.sec-hero-banner.banner2{
    background: url(../images/ikex-home-banner2.jpg) no-repeat #000000;
    background-position: top center;
    background-size: cover;
}
.sec-hero-banner.banner3{
    background: url(../images/ikex-home-banner3.jpg) no-repeat #000000;
    background-position: top center;
    background-size: cover;
}
.sec-hero-banner.banner4{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/ikex-home-banner4.jpg);
    background-position: top center;
    background-size: cover;
}
.banner-slider .owl-dots{
        position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.banner-slider.owl-theme .owl-dots .owl-dot.active span, .banner-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #f0ab00!important;
}
.owl-carousel .owl-item img.banner-element {
    position: absolute;
    right: -35px;
    top: 0;
    width: 306px;
}
.banner-slider .banner-content h2 {
    font-size: 34px;
    line-height: 38px;
    color: #f0ab00;
    font-family: 'BentonSans-Bold';
    margin-bottom: 10px;
}
.banner-slider .banner-content h2 span {
    display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .owl-carousel .owl-item img.banner-element {
        right: -25px;
        width: 20%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .banner-content {
        padding: 0px 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .banner-slider .banner-content h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .owl-carousel .owl-item img.banner-element {
        width: 45%;
        right: 0px!important;
        top: 10px;
    }
    .banner-slider .sec-hero-banner {
        min-height: 340px;
    }
    .banner-slider .owl-dots {
        bottom: -40px;
    }
    .section-space.sec-about-us {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .sec-hero-banner.banner2{
        background-position: top left;
    }
    .sec-hero-banner.banner3{
        background-position: top left;
    }
    .sec-hero-banner.banner4{
        background-position: top left;
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/ikex-home-banner4.jpg);
    }
}
