.kb_control_left,
.kb_control_right {
    top: 90%;
    z-index: 2;
    opacity: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.kb_wrapper:hover .kb_control_left,
.kb_wrapper:hover .kb_control_right {
    opacity: .8
}

.kb_icons {
    line-height: 36px;
    font-size: 26px !important;
    font-weight: normal !important
}

.kb_control_left {
    left: 60% !important
}

.kb_control_right {
    right: 32% !important
}

.kb_elastic {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.kb_elastic .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transform: scale3d(2, 1, 2);
    transform: scale3d(2, 1, 2);
    -webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
    transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s;
    height: 100vh;
}

.carousel-inner {
    height: 100vh !important;
}


.kb_elastic .item:first-child {
    top: auto;
    position: relative
}

.kb_elastic .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
    transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s
}

.kb_wrapper {
    overflow: hidden;

}

.kb_wrapper>.carousel-inner>.item>img,
.kb_wrapper>.carousel-inner>.item>a>img {
    margin: auto;
    opacity: .8;
    width: 100% !important;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
    height: 100vh;
}

@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0s
    }

    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 20000ms linear 0s
    }

}

@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 20000ms linear 0s
    }

    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 20000ms linear 0s
    }

}

@-ms-keyframes immortalkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 20000ms linear 0s
    }

    100% {
        -ms-transform: scale(1.2);
        -ms-transition: -ms-transform 20000ms linear 0s
    }

}

@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 20000ms linear 0s
    }

    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 20000ms linear 0s
    }

}

@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s
    }

    100% {
        transform: scale(1.2);
        transition: transform 20000ms linear 0s
    }

}

.kb_caption {
    left: 4%;
    width: 45%;
    bottom: 13%;
    text-align: left;
    background: #f26726;
    height: auto !important;
    border-left: 15px solid #ffffff;
    padding-bottom: 10px;
}

/*.aption{ width:40%; text-align:left;}
.aption2{ width:50%;  text-align:left;}
.aption1{ width:37%;  text-align:left;}
.aption3{width:33%;  text-align:left;}
*/
.kb_caption h4:after {
    content: " ";
    position: absolute;
    background: #fff;
    width: 40vw;
    height: 4px;
    left: 20px;
    right: 0px;
    top: 125px;
}

/* .kb_caption h1:after {
    content: " ";
    position: absolute;
    background: #fff;
    width: 40vw;
    height: 4px;
    left: 20px;
    right: 0px;
    top: 125px;
} */







.kb_caption_right {
    left: 50%
}

.kb_caption_center {
    float: none;
    margin: auto
}

.kb_caption h4 {
    font-size: 3.75rem;
    text-align: left;
    text-shadow: none;
    padding: 0px 20px 0px 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: CircularStd-Bold, HelveticaNeue-Medium, Helvetica Neue medium, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -.02rem;
    margin-top: 0;
}

.kb_caption h1 {
    font-size: 4.5rem;
    text-align: left;
    text-shadow: none;
    padding: 0px 20px 0px 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: CircularStd-Bold, HelveticaNeue-Medium, Helvetica Neue medium, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -.02rem;
    margin-top: 0;
}

.kb_caption h2 {
    font-size: 30px;
    text-align: center;
    text-shadow: none;
    padding-left: 15px;
    font-weight: normal;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@media only screen and (max-width:480px) {

    .kb_control_left,
    .kb_control_right {
        border: 0
    }

    .kb_icons {
        font-size: 18px !important
    }

    .kb_caption {
        left: 0;
        width: 100%;
        bottom: 25%;
        text-align: center
    }

    .kb_caption h4 {
        font-size: 25px
    }

    .kb_caption h1 {
        font-size: 25px
    }

    .kb_caption h2 {
        font-size: 20px
    }

}

@media(min-width:481px) and (max-width:600px) {

    .kb_control_left,
    .kb_control_right {
        border: 0
    }

    .kb_caption {
        left: 0;
        width: 100%;
        bottom: 25%;
        text-align: center
    }

}

@media(min-width:601px) and (max-width:767px) {
    .kb_caption {
        left: 0;
        width: 100%;
        bottom: 25%;
        text-align: center
    }

}

@media(min-width:768px) and (max-width:991px) {
    .kb_caption {
        bottom: 25%
    }

}

@media(min-width:992px) and (max-width:1199px) {
    .kb_caption {
        bottom: 50% .
    }

}

.kb_wrapper {
    background: #000;
    height: 100vh;
}

.kb_wrapper {}

.kb_control_left,
.kb_control_left:hover,
.kb_control_left:active,
.kb_control_left:focus,
.kb_control_right,
.kb_control_right:hover,
.kb_control_right:active,
.kb_control_right:focus {
    color: #fff;
    padding: 15px;
    background: #f26726 !important;
    border-radius: 5% 50% 5% 50%
}

.kb_caption h4 {
    color: #fff;

}

.kb_caption h1 {
    color: #fff;

}

.kb_caption h2 {
    color: #fff
}

@media(max-width:600px) {

    .kb_control_left,
    .kb_control_left:hover,
    .kb_control_left:active,
    .kb_control_left:focus,
    .kb_control_right,
    .kb_control_right:hover,
    .kb_control_right:active,
    .kb_control_right:focus {
        border: none !important;

    }

}











@media only screen and (min-width : 1920px) and (max-width : 2560px) {
    .kb_caption {
        left: 3%;
    }
}

@media only screen and (min-width : 1600px) and (max-width : 1919px) {

    /*     .kb_wrapper{    margin-top: -3%;} */
    .kb_caption h4 {
        font-size: 3rem;
    }

    .kb_caption h1 {
        font-size: 3rem;
    }


}

@media only screen and (min-width : 1440px) and (max-width : 1599px) {

    /* .kb_wrapper{    margin-top: -3%;} */
    .kb_caption h4 {
        font-size: 3rem;
    }

    .kb_caption h1 {
        font-size: 3rem;
    }
}

@media only screen and (min-width : 1366px) and (max-width : 1439px) {

    .kb_caption h4 {
        font-size: 3rem;
    }

    .kb_caption h1 {
        font-size: 4.5rem;
    }

    /* .kb_wrapper{margin-top: -2.3%;} */
    .kb_caption {
        width: 49%;
        left: 5%;
    }



    .kb_caption h4:after {
        width: 43vw;
    }

    .kb_caption h1:after {
        width: 43vw;
    }

    .kb_control_right {
        right: 31% !important;
    }

    .kb_control_left,
    .kb_control_right {
        top: 88%;
    }

}

@media only screen and (min-width : 1200px) and (max-width : 1365px) {

    /* .kb_wrapper{    margin-top: -3%;} */
    .kb_caption {
        width: 48%;
        left: 4%;
    }

    .kb_control_right {
        right: 30% !important;
    }

    .kb_caption h4 {
        font-size: 3rem;
    }

    .kb_control_left,
    .kb_control_right {
        top: 87%;
    }

    .kb_caption h4:after {
        width: 42vw;
    }

}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {



    .kb_caption {
        width: 50%;
        left: 4%;
        bottom: 6%;
    }

    .kb_caption h4:after {
        width: 43vw;
    }

    .kb_caption h1:after {
        width: 43vw;
    }

    .kb_caption h4 {
        font-size: 3rem;
    }

    .kb_caption h1 {
        font-size: 4rem;
    }

    .kb_control_left,
    .kb_control_right {
        padding: 2px;
        width: 40px;
        height: 40px;
        top: 88%;
    }

    .kb_icons {
        font-size: 20px !important;
    }

}

@media only screen and (min-width : 768px) and (max-width :1023px) {

    .kb_control_left,
    .kb_control_left:hover,
    .kb_control_left:active,
    .kb_control_left:focus,
    .kb_control_right,
    .kb_control_right:hover,
    .kb_control_right:active,
    .kb_control_right:focus {
        padding: 0px
    }







    .kb_wrapper {
        margin-top: -4%;
    }

    .kb_caption {
        width: 70%;
        bottom: 8%;
        left: 6%;
    }

    .kb_caption h4 {
        font-size: 3rem;
    }

    .kb_caption h1 {
        font-size: 3rem;
    }

    .kb_control_left,
    .kb_control_right {
        padding: 2px;
        width: 40px;
        height: 40px;
        top: 60%
    }

    .kb_caption h4:after {
        width: 62vw
    }

    .kb_caption h1:after {
        width: 62vw
    }

    .kb_control_right {
        right: 29% !important;
    }


}






@media only screen and (min-width : 150px) and (max-width : 767px) {

    .kb_caption h4 {
        padding: 0px 10px 15px 15px;
        font-size: 2.8rem;
        text-align: left;
        background: none;
        font-weight: 600;
    }

    .kb_caption h1 {
        padding: 0px 10px 15px 15px;
        font-size: 3rem;
        line-height: 35px;
        text-align: left;
        background: none;
        font-weight: 600;
    }

    .kb_control_left,
    .kb_control_right {
        padding: 2px !important;
        width: 40px !important;
        top: 90% !important;
        height: 40px !important;
    }

    .kb_wrapper {
        margin-top: -5.5%;
    }

    .kb_caption {
        width: 100%;
        left: 0px;
        bottom: 13%;
        border-left: 10px ​solid #ffffff;
    }

    .kb_caption h4:after {
        width: 87vw;
        left: 18px;
    }

    .kb_caption h1:after {
        width: 87vw;
        left: 18px;
    }

    .kb_control_right {
        right: 76% !important;
    }

    .kb_control_left {
        left: 4% !important;
    }

    .kb_wrapper>.carousel-inner>.item>img,
    .kb_wrapper>.carousel-inner>.item>a>img {
        object-fit: cover;
    }



}

@media only screen and (max-width : 375px) {

    .kb_control_right {
        right: 73% !important;
    }

}

@media only screen and (max-width : 325px) {

    .kb_control_right {
        right: 70% !important;
    }

    .kb_caption h4 {
        padding: 15px 10px 15px 10px;
        font-size: 20px !important;
    }

    .kb_caption h1 {
        padding: 15px 10px 15px 10px;
        font-size: 20px !important;
    }

    .kb_caption h4::after {
        width: 86vw;
        left: 11px;
        top: 95px;
    }

    .kb_caption h1::after {
        width: 86vw;
        left: 11px;
        top: 95px;
    }

    .kb_caption {
        padding-top: 5px;
        height: 120px;
    }






}