
.bs-slider{
    overflow: hidden;
    max-height: calc(100vh - 92px);
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.carousel-indicators { bottom: 20px; display: none;}

/********************
*****Slide effect
**********************/

.fade-banner {
    opacity: 1;
}
.fade-banner .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 0s;
    -moz-transition: opacity ease-in-out 0s;
    -ms-transition: opacity ease-in-out 0s;
    -o-transition: opacity ease-in-out 0s;
    transition: opacity ease-in-out 0s;
}
.fade-banner .item:first-child {
    top: auto;
    position: relative;
}
.fade-banner .item.active {
    opacity: 1;
    z-index: 2;
}
.fade-banner .item img { -o-transition: all .9s; -moz-transition: all .9s; -webkit-transition: all .9s; -ms-transition: all .9s; transition: all .9s;}
.fade-banner .item.active img { transform: scale(1.2); animation:run1 30s linear infinite;}

@keyframes run1{
    0%{transform: scale(1);}
    50%{transform: scale(1.1);}
    100%{transform: scale(1.2);}
}




/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: calc(50% - 44px);
    opacity: 1;
    width: 0;
    height: 88px;
    z-index: 100;
    color: #FFF;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 88px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.45);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 0;
}
.control-round .carousel-control.right {
    right: 0;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fff;
    background: rgba(25, 85, 153, 1);
    border: 0px transparent;
}
.control-round:hover .carousel-control.left {
    width: 88px;
}
.control-round:hover .carousel-control.right {
    width: 88px;
}

.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/
.carousel-indicators li { width: 30px; height: 8px; margin: 0; background-color: rgba(255,255,255,1); border: 1px solid rgba(255,255,255,1); -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s;  -ms-transition: all .6s;  transition: all .6s;}
.carousel-indicators .active { width: 30px;  height: 8px;  margin: 0;  background-color: #195599;  border: 1px solid #195599; }


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text { display: none; left: 0; top: calc(36% - 120px); margin: auto; position: absolute; text-align: left; padding: 0 72px; overflow: hidden; width: 100%; color: #FFF;}
.slide-text h1.titles { font-family:'Geometric415BT BlackA'; padding: 0; font-size: 66px; line-height: 1.2; display: block; text-transform: capitalize; font-weight: lighter; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}
.slide-text h2.intros { font-family:'Geometric415BT BlackA'; padding: 0; font-size: 42px; line-height: 1.2; display: block; text-transform: capitalize; font-weight: lighter; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}
.slide-text h3.contents { text-transform: capitalize; font-family:'Nunito Sans Bold'; font-size: 18px; display: block; margin: 10px 0 20px 0; line-height: 1.4; -webkit-animation-delay: 1.8s; animation-delay: 1.8s; -moz-transition: all 2.7s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}

.slide-text .mores { font-family:'Nunito Sans Bold'; text-transform: capitalize; -webkit-animation-delay: 2.4s; animation-delay: 2.4s; -moz-transition: all 2.4s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}

.slide-text .mores a { color: #ffffff;}
.slide-text .mores a .regular { box-shadow: inset 0 0 0 1px #ffffff;}
.slide-text .mores a .hover {background-color: #ffffff;box-shadow: inset 0 0 0 1px #ffffff;}
.slide-text .mores a:hover .text {color: #000;}
.slide-text .mores a:hover .icon {color: #000;}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media screen and (max-width: 1920px){

}

@media screen and (max-width: 1500px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 991px){
    .bs-slider{
        max-height: calc(100vh - 52px);
    }

    .carousel-indicators { bottom: 10px; display: block;}
}

@media screen and (max-width: 767px){

}
@media  (max-width: 450px) {

}
