/* SVG wrap */
.bs-slider{
    overflow: hidden;
    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.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****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;
    z-index: 100;
    color: #ffffff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    border: 0px transparent;
}


.control-round .carousel-control {
	padding: 0px;
	width:50px;
	height:50px;
	background: rgba(255,255,255,0.2);
	margin-top:-25px !important;

}

.carousel-control .icon-wrap {
	position: absolute;
}



.carousel-control h3 {
	position: absolute;
	top: 0;
	margin: 0;
	font-family: 'Lobster'; 
	text-transform: capitalize;
	white-space: nowrap;
	font-size:16px;
	line-height:62px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	color:#35c7c9;
}

.carousel-control.left h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-control.right h3 {
	left: 20px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.control-round .carousel-control:hover {
	background: #ef3d32;
}

.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right:0;
    bottom:30px;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 1px;
    white-space: nowrap;
	margin-bottom: 0;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 16px;
    height:16px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    margin-right: 5px;
    z-index: 10;
    cursor:pointer;
	background:#ccc;
	border:none;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    background-color: #ef3d32;
    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;
	border:1px solid #ef3d32;
}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color:rgba(255,255,255,0.8);
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:16px;
    height:16px;
    -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;
}
.banner_text {
    padding: 10px;
	position: absolute;
    bottom: 50%;
	width:100%;
    left:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -o-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}
.slide-text{width:840px; display:inline-block;}
.slide-text h6{ display:inline-block; line-height:50px; padding:0px 26px; margin-bottom:30px;font-size:24px; color:#fff;}
.slide-text  h4{ padding: 0;-webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.slide-text  h4 a{ font-size:80px; font-family: 'Lobster'; color:#fff; display:inline-block;line-height:80px; text-transform:capitalize; margin-top: 20px; margin-bottom: 20px;}
.slide-text  h4 span{ color: #ed7d31; font-size: 120px; display: inline-block; margin-right: 10px;}
.slide-text .more{ display:inline-block; font-family: 'montserratB';  font-size:13px; color:#fff; text-transform:uppercase;  padding:0px 26px; margin-top:30px; background:#ed7d31; line-height:40px; border-radius: 25px;}
.slide-text .more i{margin-left: 8px;}
.slide-text .more2{ background: #fff; color: #ed7d31; margin-left: 25px;}

.slide_style_left ,.slide_style_right{ bottom:50%;-webkit-transform: translate(0%, 50%);
-moz-transform: translate(0%, 50%);
-ms-transform: translate(0%, 50%);
-o-transform: translate(0%, 50%);
transform: translate(0%, 50%);}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width:992px) {
.slide-text  h4 a{ font-size:50px; margin-bottom:0px; line-height:40px;}
.slide-text  h4 a span{ font-size:80px;}
.slide-text h6{font-size: 16px; line-height: 30px;}
.slide-text{margin-left: 5%; width: 80%;}
}

@media (max-width:768px) {
.slide-text{width: 100%; text-align: center; margin-left: 0;}
.slide-text  h4 a{ font-size:20px; margin-bottom:0px; line-height:20px;}
.slide-text  h4 a span{ font-size:40px;}
.slide-text .more1{display: none;}
}
@media (max-width:450px) {
.slide-text{ display:none;}

}


