.bs-slider {
	overflow: hidden;
	max-height: 980px;
	position: relative;
	background: inherit;
}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.testi-box .bs-slider:hover {
	cursor: auto;
	cursor: auto;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.slider-main img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	transition: 6s all ease-in-out;
	animation-name: bummer;
	animation-duration: 6s;
	animation-iteration-count: 1;
}

	.slider-main .active img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

@-webkit-keyframes bummer {
	0% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
	}
}

@keyframes bummer {
	0% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}


/********************
*****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;
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.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: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.control-round:hover .carousel-control {
	opacity: 1;
}

.control-round .carousel-control.left {
	left: 1%;
}

.control-round .carousel-control.right {
	right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	border: 0px transparent;
}

.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: 5%;
	bottom: 5%;
	left: auto;
	width: 90%;
	height: 28px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
	text-align: center;
}

.indicators-line>.carousel-indicators li {
	padding: 0;
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	border-color: transparent;
	margin-right: 12px;
	-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: 10;
	cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
	margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
	margin: 1px 12px 1px 1px;
	position: relative;
	-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;
    left: 50%;
    transform: translateX(-50%);
} */
.inner-slide-box{
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
   }

.slide-text h2 {
	padding: 0;
	font-size: 55px;
	font-weight: bold;
	    line-height: normal;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.slide-text h3 {
	padding: 0;
	font-size: 60px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.slide-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    margin: 0 auto;
}

.slide-text p span {
	max-width: 650px;
	text-align: center;
	display: inline-block;
}

.slide-text a.btn-default {
	font-weight: bold;
	background-color: transparent;
	font-size: 16px;
    line-height: normal;
    text-align: center;
    padding: 15px 25px;
	margin: 40px auto 0;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 10px;
	border-style: solid;
	text-transform: capitalize;
	border-radius: 0;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
	-webkit-transition: all 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
	transition: all 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	max-width: none;
}


.slide-text .light-font{
	font-weight: 300;
	display: block;
}

/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media(min-width:2000px) {
	.bs-slider {
		max-height: 100%;
	}
	.bs-slider img {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.slide-text h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.slide-text h3 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.slide-text>p {
		font-size: 18px;
	}
	.bs-slider>.carousel-inner>.item>img,
	.bs-slider>.carousel-inner>.item>a>img {
		margin: auto;
		width: auto !important;
	}

}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
	.slide-text {
		padding: 10px 50px;
	}

	.slide-text h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.control-round .carousel-control {
		display: none;
	}
	.header-top .top-info li{
		margin-bottom: 10px;
	}
	.header-top .top-info li:last-child{
		margin-bottom: 0;
	}

}
@media (max-width: 600px) {
.slide-text h2 {
	font-size: 30px;
}
}
@media (max-width: 480px) {
	.slide-text {
		padding: 10px 30px;
	}

	.slide-text h3 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	/* .slide-text>a.btn-default,
	.slide-text>a.btn-primary {
		font-size: 12px;
		line-height: 12px;
		margin-right: 10px;
		text-align: center;
		padding: 10px 15px;
	} */
	.indicators-line>.carousel-indicators {
		display: none;
	}
	/* .slide-text>a.btn-default {
		margin: 10px auto 0;
	} */
}