#s-4000 {
    padding: 0 !important
}

#s-4000::after {
    clear: both;
    content: "";
    display: block
}

#s-4000 > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10
}


#s-4000 .bg {
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#s-4000 .bg-parallax-wrap-gradien:before {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 90%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

#s-4000 .bg-wrap {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

#s-4000 .color-bg, #s-4000 .half-carousel-content:before, #s-4000 h2:before {
    background: #f7b90f
}

#s-4000 .fl-wrap {
    float: left;
    position: relative;
    width: 100%
}

#s-4000 .full-height {
    height: 100%
}

#s-4000 .half-carousel .bg {
    left: -15%;
    width: 130%
}

#s-4000 .half-carousel-conatiner {
    float: right;
    height: 550px;
    position: relative;
    width: 70%
}

#s-4000 .half-carousel-content {
    bottom: 40px;
    left: 0;
    padding: 0 40px;
    position: absolute;
    right: 0;
    z-index: 10
}

#s-4000 h3 {
    font-size: 20px;
    padding-bottom: 6px

}

#s-4000 h3 a {
    color: #fff
}

#s-4000 h3 a:hover {
    color: #f7b90f
}

#s-4000 h3 a:hover,
#s-4000 .hc_btn:hover,
#s-4000 .hcw_btn {
    color: #f7b90f
}

#s-4000 h3,
#s-4000 h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

#s-4000 .half-carousel-content:before {
    -o-transition-delay: .3s;
    -o-transition: all .5s ease-in-out;
    -webkit-transition-delay: .3s;
    -webkit-transition: all .5s ease-in-out;
    bottom: -10px;
    content: '';
    height: 2px;
    left: 40px;
    position: absolute;
    transition-delay: .3s;
    transition: all .5s ease-in-out;
    width: 0
}

#s-4000 .half-carousel-item {
    height: 550px
}

#s-4000 .bg-parallax-wrap-gradien:before {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgb(1 1 1) 65%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, rgb(1 1 1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(1 1 1) 65%);
    top: -50px;
    transition: all .5s ease-in-out
}

#s-4000 .half-carousel-title {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 1;
    background: #222;
}

#s-4000 .half-carousel-title-item {
    padding: 0 60px;
    top: 200px;
    z-index: 20;
    position: relative;
}

#s-4000 h2:before {
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -12px;
    width: 30px
}

#s-4000 .hc-counter {
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 36px;
    z-index: 20
}

#s-4000 .hc_btn {
    color: #292929;
    float: left;
    font-size: 11px;
    font-weight: 600;
    margin-top: 30px;
    padding: 15px 35px;
    -webkit-box-shadow: #afab9c 0 3px 8px;
    border-radius: 5px;
    box-shadow: #afab9c 0 3px 8px
}

#s-4000 .hc_btn.color-bg {
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#s-4000 .hc_btn:hover {
    background: #292929
}

#s-4000 .hcw-cont-next {
    border-radius: 4px 0 0 4px;
    right: 0
}

#s-4000 .hcw-cont-prev {
    border-radius: 0 4px 4px 0;
    left: 30%
}

#s-4000 .hcw_btn {
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    font-size: 12px;
    height: 46px;
    line-height: 46px;
    margin-top: -23px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 46px;
    z-index: 20
}

#s-4000 .hcw-cont-next, #s-4000 .hcw-cont-prev {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#s-4000 .hcw-cont-next:hover .fa-caret-right,
#s-4000 .hcw-cont-prev:hover .fa-caret-left {
    color: #000
}

#s-4000 .hcw-cont-next:hover, #s-4000 .hcw-cont-prev:hover {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    background: #f7b90f;
    transition: all .5s ease-in-out
}

#s-4000 .hcw_btn:hover {
    color: #fff
}

#s-4000 .sec-dec {
    bottom: -250px;
    height: 550px;
    left: 0;
    opacity: .5;
    position: absolute;
    width: 550px
}

#s-4000 .swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

#s-4000 .swiper-slide {
    -ms-flex-negative: 0;
    -o-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

#s-4000 .swiper-slide-active .half-carousel-content:before {
    width: 60px
}

#s-4000 .swiper-slide-active .half-carousel-item .bg-parallax-wrap-gradien:before {
    top: 40%
}

#s-4000 .swiper-slide-active p {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #fff;
    transition: all .5s ease-in-out
}

#s-4000 .swiper-wrapper {
    -o-transition-property: transform;
    -webkit-box-sizing: content-box;
    -webkit-transition-property: -webkit-transform;
    box-sizing: content-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

#s-4000:focus {
    outline: 0
}

#s-4000 a {
    position: relative;
    color: white;
}

#s-4000 h5, #s-4000 p {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #bbb;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 10px;
    transition: all .5s ease-in-out
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #s-4000 .bg {
        -webkit-background-size: cover;
        background-attachment: scroll !important;
        background-position: center
    }
}

@media only screen and (max-width: 1064px) {
    #s-4000 .half-carousel-conatiner, #s-4000 .half-carousel-title {
        width: 100%
    }

    #s-4000 .half-carousel-title {
        float: left
    }

    #s-4000 .half-carousel-title {
        overflow: hidden;
        padding: 90px 0;
        position: relative
    }

    #s-4000 .half-carousel-title-item {
        padding: 0 30px;
        top: 0
    }

    #s-4000 .hcw-cont-prev {
        left: 0
    }
}