.homeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.homeslider {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	width: 75%;
}
.homeslider li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.homeslider img {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	border: 0;
}
.homeslider .caption {
	display: block;
	z-index: 2;
	font-size: 1em;
	text-shadow: none;
	background: none;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	bottom: 28px;
	color: white;
	left: 90px;
	position: absolute;
	right: auto;
}
.homeslider_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../homeslider.gif") no-repeat left top;
	margin-top: -45px;
}
.homeslider_nav:active {
	opacity: 1.0;
}
.homeslider_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.homeslider .caption .ttheading {
	color: #000;
	font: 900 98px/100px "Montserrat",sans-serif;
	text-transform: capitalize;
	text-align: left;
	width: 70%;
	padding: 0 0 90px;
	position: relative;
	margin: 0 0 20px;
}
.homeslider .caption .caption-description {
	text-align: center;
}
.homeslider .caption .ttheading::after {
	background: #111 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 60px;
	left: 40px;
	margin: 0 auto;
	position: absolute;
	right: auto;
	top: auto;
	width: 1px;
}
.homeslider .caption .ttbtn{
	border: 2px solid #000;
	color: #000;
	float: left;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-transform: uppercase;
	vertical-align: top;
}
.homeslider .caption .ttbtn:hover {
	background: #000 none repeat scroll 0 0;
	border-color: #000;
	color: #fff;
}
@media (max-width: 1499px) {
	.homeslider .caption .ttheading {
		font-size:78px;
		line-height: 80px;
	}
}
@media (max-width: 1299px) {
	.homeslider .caption .ttheading {
		font-size: 50px;
		line-height: 54px;
		padding: 0 0 50px;
	}
	.homeslider .caption .ttheading::after {
		height: 40px;
	}
	.carousel .carousel-item .caption {
		height: 220px;
	}
}
@media (max-width: 991px) {
.homeslider {
    width: 100%;
	padding: 0 15px;
}
}
@media (max-width: 767px) {
	.homeslider .caption .ttheading {
		font-size: 30px;
		line-height: 32px;
		padding: 0;
	}
	.carousel .carousel-item .caption {
		height: 130px;
		left: 80px;
	}
	.homeslider .caption .ttheading::after {
		display: none;
	}
}
@media (max-width: 543px) {
	.homeslider .caption .ttheading {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.homeslider .caption .ttbtn {
		padding: 5px 15px;
	}
	.carousel .carousel-item .caption {
		height: 90px;
		left: 40px;
	}
	.homeslider {
		padding: 15px 0;
		margin: 0;
		padding-top: 5px;
	}
}