.homeslider .caption-description {
    animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
}
.homeslider .caption {
    position: absolute;
    z-index: 2;
    left: 6%;
    right: 0;
    bottom: 0;
    top: 0;
    height: 180px;
    margin: auto 0;
	text-align:center;
}
.homeslider .caption.odd {
    left: 0;
	right: 0;
	top: auto;
	bottom: 20%;
	margin: auto;
}
.caption .caption-description  h2{
	font:italic 700 56px/60px "Philosopher", sans-serif;
	color:#fff;
	margin:0 0 30px;
}
.caption .caption-description  h4{
	font: 500 14px/16px "Poppins", sans-serif;
	color:#fff;
	margin:0 0 30px;
}
@media(max-width:1399px){
	.caption .caption-description h2{
		font-size:48px;
		line-height:50px;
		margin:0 0 20px;
	}
	.caption .caption-description h4{
		margin:0 0 20px;
	}
	.homeslider .caption{
		height:100px;
	}
	.homeslider .caption.odd{
		height:180px;
	}
}
@media(max-width:1200px){
	.caption .caption-description h2{
		font-size:34px;
		line-height:36px;
	}
	.caption .caption-description h4{
		font-size:12px;
		line-height:14px;
	}
	.homeslider .caption.odd{
		bottom:10%;
	}
}
@media(max-width:1199px){
	.homeslider .caption{
		left:8%;
		height:50px;
	}
	.homeslider .caption.odd{
		height:170px;
	}
	.caption .caption-description h2{
		font-size:26px;
		line-height:28px;
		margin:0 0 10px;
	}
	.caption .caption-description h4{
		margin:0 0 10px;
	}
	.caption .caption-description .btn.btn-secondary{
		padding:6px 20px;
	}
}
@media(max-width:991px){
	.homeslider .caption{
		height:140px;
		left:10%;
	}
	.caption .caption-description h2{
		font-size:22px;
		line-height:24px;
	}
}
@media(max-width:767px){
	.homeslider .caption{
		height:110px;
	}
	.homeslider .caption.odd{
		height:140px;
	}
	.caption .caption-description h2{
		font-size:16px;
		line-height:18px;
	}
	.caption .caption-description h4{
		font-size:8px;
		line-height:10px;
	}
	.caption .caption-description .btn.btn-secondary{
		padding: 4px 20px;
		font-size: 10px;
		line-height: 20px;
	}
}
@media(max-width:543px){
	.homeslider .caption{
		height:80px;
	}
	.homeslider .caption.odd{
		height:110px;
	}
	.caption .caption-description h4{
		display:none;
	}
	.caption .caption-description .btn.btn-secondary{
		padding:4px 15px;	
	}
}
@media(max-width:480px){
	.homeslider .caption{
		width:170px;
	}
	.homeslider .caption.odd{
		height:100px;
	}
	.caption .caption-description h2{
		font-size:14px;
		line-height:16px;
		margin:0 0 5px;
	}
}