.homeslider-container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.homeslider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	background: #f5f3ee;
}
.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: #ffffff;
	font-family:"Yeseva One",sans-serif;
	font-size: 89px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 94px;
	margin: 0;
	text-align: center;
}
.homeslider .caption .ttupperheading{
	color: #ffffff;
	font-family: Bad Script;
	font-size: 69px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 74px;
	margin: 0 0 35px;
	text-align: center;
}
.homeslider .caption .ttsubheading {
	color: rgb(255, 255, 255);
	font-family:"Playfair Display",sans-serif;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 140px;
	text-align: left;
	text-transform:capitalize;
}
.homeslider .caption .ttsubheading {
	color: rgba(185, 133, 82, 1);
	font-family:"Yeseva One",sans-serif;
	font-size: 89px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 99px;
	margin: 0;
	text-align: center;
}
.homeslider .caption .ttdescription {
	color: rgb(255, 255, 255);
	font-family: "Playfair Display",sans-serif;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 140px;
	text-align: left;
}
.homeslider .caption .caption-description {
	text-align: center;
}
.homeslider .caption .ttbtn{
	border:1px solid #d5a353;
	border-radius: 25px;
	color: rgba(213, 163, 83, 1);
	cursor: pointer;
	font-family: "poppins",sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 14px;
	padding: 10px 30px;
	text-align: center;
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	margin:30px 0 0;
}
.homeslider .caption .ttbtn:hover{
	background:#fff;
	border-color:#fff;
	color:#000;
}
@media (max-width: 1500px) {
	.homeslider .caption .ttheading,
	.homeslider .caption .ttsubheading{
		font-size:70px;
		line-height:80px;
	}
	.homeslider .caption .ttupperheading{
		font-size:60px;
		line-height:64px;
	}
}
@media(max-width:1200px){
	.homeslider .caption .ttheading, 
	.homeslider .caption .ttsubheading {
		font-size: 50px;
		line-height: 60px;
	}
	.homeslider .caption .ttbtn{
		margin:15px 0 0;
	}
	.homeslider .caption .ttupperheading {
		font-size: 40px;
		line-height: 54px;
		margin:0 0 15px;
	}
	.carousel .carousel-item .caption{
		height:240px;
	}
}
@media(max-width:991px){
	.homeslider .caption .ttupperheading {
		font-size: 24px;
		line-height: 25px;
		margin: 0 0 10px;
	}
	.homeslider .caption .ttheading, 
	.homeslider .caption .ttsubheading {
		font-size: 30px;
		line-height: 40px;
	}
	.homeslider .caption .ttbtn {
		margin: 10px 0 0;
		font-size:11px;
		padding:8px 20px;
	}
	.carousel .carousel-item .caption {
		height: 160px;
	}
}
@media(max-width:543px){
	.homeslider .caption .ttheading, 
	.homeslider .caption .ttsubheading {
		font-size: 17px;
		line-height: 30px;
	}
	.homeslider .caption .ttupperheading {
		font-size: 15px;
		line-height: 20px;
		margin: 0;
	}
	.carousel .carousel-item .caption {
		height: 130px;
	}
	.homeslider .caption .ttbtn {
		margin:5px 0 0;
	}
}