@charset "utf-8";
/* CSS Document */
.scrol-down {left: 0px;
    position: absolute;
    right: 0px;
    bottom:20%;
    z-index: 99;
}
.mouse-scrol {
    background-image: url(../img/mouse-scroll.png);
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: 5s ease 0s normal none infinite running scrolldown;
    animation: 5s ease 0s normal none infinite running scrolldown;
    transition-timing-function: ease-out;
}
@keyframes scrolldown {
	0% {top: 0px;}
    25% {top: 0px;}
	75% {top: 25px;}
	100% {top: 0px;}
}
.bs-slider{
    overflow: hidden;
    height:auto;
    position: relative;
    background: #000000;
}
.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:rgb(0 0 0 / 50%);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height:auto;
}
/********************
*****Slide effect
**********************/
.fade {opacity:1;}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
   top:50%;
    opacity: 0;
    width:45px;
    height:45px;
    z-index: 9;
    color:#fff;
    display: block;
    font-size:26px;
    cursor: pointer;
    overflow: hidden;
    line-height:45px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius:50%;
    border-radius:50%;
    background-color:rgba(31, 31, 31, 0.4);
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left:10px;
}
.control-round .carousel-control.right {
    right:10px;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    background-color:rgba(31, 31, 31, 0.8);
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
  right: 0;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-top: 1px;
    white-space: nowrap;
    text-align: center;
    margin-left: 0px;
    z-index: 8;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width:30px;
    height:7px;
    border:0px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background:rgba(255, 255, 255, 0.4);
    -webkit-font-smoothing: antialiased;
    margin-right:5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index:1;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
/*---------- 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 {
    left: 0;
    top:25%;
    right: 0;
    position: absolute;
    text-align: left;
    padding: 10px 15px;
	width:765px;  
	margin: 0px auto;
}
.slide-text > h1, .slide-text > h2 {
	color: #fff;
	margin-top: 0;
    font-size:45px;
    font-weight:700;
    text-transform: capitalize;
    margin-bottom:15px;
    display:block;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
	position:relative;
    line-height: 1.2em;
}
.slide-text > h1 span, .slide-text > h2 span {display: block;}
.slide-text > p {color:#fff;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.7;
    margin-bottom:35px;
}
.slide-text > h3 {color:#fff;
   font-family: 'Caveat', cursive;
	margin-top: 0px;
    font-size:24px;
    font-weight: 600;
    margin-bottom:10px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: capitalize;
	 letter-spacing: 2px;
    word-spacing: 1px;
}
.slide-text > a.btn {
    text-align: center;
    white-space: nowrap;
	display: inline-block;
    text-transform: uppercase;
    -webkit-animation-delay:1.3s;
    animation-delay:1.3s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.btn-banner:hover, .btn-banner:focus, .btn-banner:active, .btn-banner:active:focus {background-color:#fff;color: #111;}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 992px) {
    .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {height:auto !important;}
    .bs-slider {height: auto;}
    .slide-text h1 {
        font-size:36px;
        line-height:40px;
        margin-bottom: 20px;
    }
}
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {padding: 10px 50px;width: 95%;}
    .slide-text h1 {font-size: 30px;line-height:35px;margin-bottom: 10px;}
	.slide-text > h2 {font-size:25px;}
}
@media  (max-width: 480px) {
	.control-round .carousel-control{display: none;}
    .slide-text {display:none;}
    .indicators-line > .carousel-indicators {display: none;}
}
