.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 80px;
}
.homeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.homeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.homeslider .caption {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
	margin:0 auto;
    bottom: 20%;
    top: auto;
    height: 300px;
    text-align: center;
}
.homeslider .caption.even, .homeslider .caption.odd {
    left: 10%;
    right: auto;
    text-align: left;
	bottom:35%;
}
.homeslider .even .caption-description p:not(.offer),
.homeslider .odd .caption-description p:not(.offer) {
    margin: 0;
}
/* .homeslider .caption.odd {
    left: auto;
    right: 10%;
	top:0;
	bottom:0;
	margin:auto 0;
	text-align:left;
}
.homeslider .odd .caption-description .offer {
    margin: 0;
} */
.homeslider .caption-description h5 {
    font:500 80px/82px var(--primary-font);
    /*animation: 1600ms ease-in-out 0s normal none 1 running fadeInLeft;
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInLeft;*/
	color:var(--secondary-text-color);
	margin: 0 0 20px;
}
.homeslider .caption-description h5 span{
	color:#fff;
}
.homeslider .caption-description h6 {
    font:400 16px/19px var(--secondary-font);
	color:#fff;
	margin:0 0 40px;
}

.homeslider .caption-description h3 {
    font: 700 60px/65px 'Montserrat', Helvetica, sans-serif;
    margin-bottom: 30px;
    animation: 1400ms ease-in-out 0s normal none 1 running fadeInLeft;
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running fadeInLeft;
	color:#fff;
}
.homeslider .caption-description .offer {
    font: 500 16px/20px 'Mulish', Helvetica, sans-serif;
    margin-bottom: 30px;
    background-color: #ffcd22;
    padding: 15px 45px;
    color: #111;
    display: inline-block;
	vertical-align:top;
	float:none;
	width:auto;
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.homeslider .caption-description button.btn-primary {
    /*animation: 1000ms ease-in-out 0s normal none 1 running fadeInLeft;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInLeft;*/
    background: var(--primary-bg-color);
    color: var(--primary-text-color);
	padding: 10px 24px;
	font:500 14px/16px var(--seconadry-font) !important;
}
.homeslider .caption-description p{
    font-size:14px;
	font-weight:400;
}
.homeslider .caption-description button.btn-primary::before{
    background: #fff;
    color: var(--primary-text-color);
}
/* Start slider video css */
.homeslider .video-featured .popup_overlay1 {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    text-align: center;
    z-index: 999;
    right: 0;
    display: none;
    top: 0;
    background: rgba(0,0,0,0.9);
}
.homeslider .video-featured .popup_overlay1 .popup {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px;
	background: black;
	color: #fff;
	vertical-align: middle;
	border-radius: 0;
	z-index: 99999;
}
.homeslider .video-featured .popup_overlay1 .popup_close1 {
    display: block;
    position: absolute;
    top: 5px;
    right: 7px;
    width: 20px;
    height: 20px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.homeslider .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.homeslider .video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 48%;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
.homeslider .video-featured #popup_toggle1 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}
.homeslider .video-featured #popup_toggle1 .play-icone {
	height: 60px;
	width: 60px;
	background: #ffd100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.homeslider .video-featured #popup_toggle1 .play-icone:hover {
	background: #fff;
}
.homeslider .video-featured #popup_toggle1 .play-icone i {
	color: #111;
	font-size: 45px;
	line-height: 30px;
	margin: 10px 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	border: none;
	border-radius: 65px;
	padding: 6px 0px;
	width: 47px;
}
.homeslider .video-featured {
	float: left;
	width: 100%;
	position: relative;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInUp;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInUp;
	-moz-animation: 1000ms ease-in-out 0s normal none 1 running fadeInUp;
}
.homeslider .video-featured .ytp-chrome-bottom {
	height: 36px;
	width: 100%;
	z-index: 60;
	padding-top: 3px;
	text-align: left;
	direction: ltr;
	top: auto;
	bottom: 160px !important;
}
.homeslider .caption .caption-description h4{
	font:400 22px/24px var(--secondary-font);
	color:#fff;
	margin:0 4px 8px;
}
.homeslider .caption .caption-description {
    position: relative;
    animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
}
.homeslider .caption.even .caption-description{
width:63%;
}
.homeslider .caption.odd .caption-description{
width:63%;
}
/* End slider video css */
@media (max-width: 1800px) {
	.homeslider .caption {
		height: 252px;
	}
	.homeslider .caption-description h3 {
		font-size:55px;
		line-height: 60px;
		margin-bottom:20px;
	}
	.homeslider .caption-description .offer {
		font-size: 14px;
		line-height: 18px;
		padding: 12px 40px;
		margin-bottom: 25px;
	}
	.homeslider .caption.even .caption-description {
    	width: 65%;
	}
	.homeslider .caption.odd .caption-description {
    width: 65%;
}
}
@media (max-width: 1500px) {
	.homeslider .caption {
		height: 218px;
	}
	.homeslider .caption-description h3 {
		font-size:50px;
		line-height: 55px;
		margin-bottom:15px;
	}
	.homeslider .caption-description .offer {
		font-size: 13px;
		line-height: 15px;
		padding: 10px 30px;
	}
	.homeslider .caption-description button.btn-primary {
		padding: 5px 15px;
		font-size: 12px;
	}
}
@media (max-width: 1400px) {
	.homeslider .caption {
		height: 240px;
	}
	.homeslider .caption-description h5 {
		font-size: 60px;
		line-height: 62px;
	}
	.homeslider .caption-description h3 {
		font-size: 42px;
		line-height: 52px;
	}
	.homeslider .caption-description .offer {
		font-size: 12px;
		line-height: 14px;
		padding: 8px 25px;
	}
	.homeslider .caption-description button.btn-primary {
		padding: 7px 24px;
		font-size: 10px;
	}
	
	
}

@media (max-width: 1366px) {
.homeslider .caption.even{
	left:13%;
}
.homeslider .caption.odd{
	left:13%;
}
.homeslider .caption-description h5{
margin:0 0 15px;
}
.homeslider .caption-description h6{
margin:0 0 35px;
}
.homeslider .caption .caption-description h4{
font-size:20px;
line-height:22px;
}
.homeslider .caption-description h5{
font-size:55px;
line-height:62px;
}
.homeslider .caption.even{
height:220px;
}
.homeslider .caption.odd{
/* height:220px; */
}
}
@media (max-width: 1320px) {
.homeslider .caption.odd{
	left:10%;
	bottom:30%;
}
.homeslider .caption.even{
	left:10%;
	bottom:30%;
}
.homeslider .caption-description h6 {
    margin: 0 0 30px;
}
}
@media (max-width: 1200px) {
	.homeslider .caption .caption-description h4 {
    font: 400 20px/22px var(--secondary-font);
    color: #fff;
    margin: 0 3px 8px;
}
.homeslider .caption-description h5 {
    font-size: 52px;
    line-height: 54px;
	margin:0 0 15px;
}
.homeslider .caption-description h6 {
    font: 400 14px/16px var(--secondary-font);
    color: #fff;
    margin: 0 0 25px;
}
.homeslider .caption.even .caption-description {
    width: 70%;
}
.homeslider .caption.odd .caption-description {
    width: 70%;
}
/* .homeslider .caption.odd {
    height: 180px;
} */
}
@media (max-width: 1199px) {
	.homeslider .caption {
		height: 165px;
	}
	.homeslider .caption-description h5 {
		font-size: 49px;
		line-height: 53px;
		margin: 0 0 10px;
	}
	.homeslider .caption-description h3 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.homeslider .caption-description .offer {
		font-size: 9px;
		line-height: 12px;
		padding: 6px 13px;
		margin-bottom: 15px;
	}
	.homeslider .caption-description button.btn-primary {
		padding: 7px 21px;
		font-size: 10px;
	}
	.homeslider .caption-description h6 {
    	font-size:15px;
		margin:0 0 16px;
	}
	.homeslider {
	  	margin: 0 0 50px;
	}
/* 	.homeslider .caption.odd {
    right: 9%;
}	 */
}
@media (max-width: 1100px) {
.homeslider .caption-description h5 {
		font-size: 43px;
		line-height: 47px;
		margin: 0 0 10px;
	}

}
@media (max-width: 991px) {
	.homeslider .caption {
		height: 195px;
	}
	.homeslider .caption-description h5 {
		font-size: 41px;
		line-height: 43px;
	}
	.homeslider .caption-description h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.homeslider .caption-description .offer {
		font-size: 7px;
		line-height: 10px;
		padding: 5px 8px;
		margin-bottom: 12px;
	}
	.homeslider .caption-description button.btn-primary {
		padding: 7px 15px;
		font-size: 12px !important;
	}
	
	.homeslider .caption .caption-description h4{
		margin:0 0 8px;
		font-size:20px;
		line-height:22px;
	}
	.homeslider .caption-description h6 {
    	font-size:12px;
		margin:0 0 12px;
	}
	.homeslider {
	  	margin: 0 0 40px;
	}	

.homeslider .caption.even{
width:30%;
}
.homeslider .caption.even .caption-description {
    width: 100%;
}
.homeslider .caption.even {
    height: 190px;
}
.carousel-control.right {
    right: 25px;
}
.carousel-control.left {
    left: 25px;
}
}
@media (max-width: 910px) {
.homeslider .caption .caption-description h4 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 18px;
}
.homeslider .caption-description h5 {
    font-size: 30px;
    line-height: 35px;
}
.homeslider .caption-description h6 {
    font-size: 11px;
    margin: 0 0 10px;
    line-height: 14px;
}
}
@media (max-width: 767px) {
	.homeslider .video-featured #popup_toggle1 .play-icone i {
		font-size: 25px;
		padding: 5px 0px;
		margin:0;
	}
	.homeslider .video-featured #popup_toggle1 .play-icone {
		height: 40px;
	}
.homeslider .caption .caption-description h4 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 18px;
}
.homeslider .caption-description h5 {
    font-size: 28px;
    line-height: 33px;
}
.homeslider .caption-description h6 {
    font-size: 11px;
    margin: 0 0 10px;
	line-height:13px;
	display:none;
}
.homeslider .caption-description button.btn-primary {
    padding: 5px 11px;
    font-size: 11px !important;
}
/* 
	.homeslider .caption.odd {
		bottom:30px;
	} */
	.homeslider .caption {
		height: 150px;
	}
	
/* .homeslider .caption.odd {
    height: 130px;
	bottom:0
} */
.homeslider .caption.even {
    height: 155px;
}
.homeslider .carousel-control.left {
    left: 15px;
}
.homeslider .carousel-control.right {
    right: 15px;
}
}

@media (max-width: 767px){
.homeslider .caption-description button.btn-primary {
    padding: 2px 8px;
    font-size: 8px !important;
	line-height:10px;
}
}
@media (max-width: 700px) {
	.homeslider .caption {
		height: 112px;
	}
	.homeslider .caption-description h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.homeslider .caption-description .offer {
		font-size: 5px;
		line-height: 8px;
		padding: 3px 8px;
		margin-bottom: 8px;
	}
	.homeslider .caption-description button.btn-primary {
		padding: 0 5px;
		font-size: 5px;
		line-height: 14px;
	}
	.homeslider .caption .caption-description h4 {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 14px;
}
.homeslider .caption-description h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 6px;
}
.homeslider .caption-description h6 {
    font-size: 9px;
    margin: 0 0 10px;
    line-height: 13px;
}

/* 
	.homeslider .caption.odd {
    right: 8%;
} */
.homeslider .caption.even {
    left: 12%;
}
.homeslider .caption.even {
    height: 108px;
}
/* .homeslider .caption.odd .caption-description {
    width: 95%;
}
.homeslider .caption.odd {
    height: 111px;
} */
}
@media (max-width: 543px) {
.homeslider .caption-description h6 {
display:none;
}
.homeslider .caption-description h5 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 6px;
}
/* .homeslider .caption.odd .caption-description {
    width: 70%;
}
.homeslider .caption.odd {
    right: -9%;
} */
.homeslider .caption.even {
    height: 110px;
}
.homeslider .caption.odd {
    height: 110px;
}
}

@media (max-width: 480px) {
	.homeslider .caption {
		height: 70px;
	}
	.homeslider .caption-description h3 {
		font-size: 9px;
		line-height: 12px;
	}
	.homeslider .caption-description h5 {
		font-size: 8px;
		line-height: 10px;
	}
	.homeslider .caption-description .offer {
		font-size: 3px;
		line-height: 8px;
		padding: 0;
		margin-bottom: 5px;
		float:left;
	}
	.homeslider .video-featured #popup_toggle1 .play-icone i {
		font-size: 10px;
		line-height: 17px;
		width: 17px;
		padding:0;
		vertical-align:top;
	}
	.homeslider .video-featured #popup_toggle1 .play-icone {
		height: 17px;
		width: 17px;
	}
	.homeslider .caption .caption-description h4 {
    margin: 0 0 4px;
    font-size: 10px;
    line-height: 13px;
}
.homeslider .caption-description h5 {
    font-size: 16px;
    line-height: 20px;
	margin:0 0 4px;
}
.homeslider .caption-description h6 {
    font-size: 5px;
    margin: 0;
    line-height: 7px;
}
.homeslider .caption-description button.btn-primary {
    padding: 3px 5px;
    font-size: 8px !important;
    line-height: 11px !important;
}
.homeslider {
	  	margin: 0 0 20px;
	}
	.homeslider .carousel-control.left {
    left: 5px;
}
.homeslider .carousel-control.right {
    right: 5px;
}
.homeslider .caption.even {
    height: 90px;
}
.homeslider .caption.odd {
    height: 81px;
}
.homeslider .carousel .carousel-control .icon-next i, .homeslider .carousel .carousel-control .icon-prev i{
font-size:18px;
}
}
@media (max-width: 400px) {
.homeslider .caption .caption-description h4 {
    margin: 0 0 4px;
    font-size: 9px;
    line-height: 12px;
}
.homeslider .caption-description h5 {
    font-size: 11px;
    line-height: 14px;
	margin:0 0 4px;
}
.homeslider .caption.even {
    height: 70px;
}
}