/* ==== Main CSS === */

.img-fill
{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: -2;
}

.img-fill img
{
	max-height: 500px;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.img-fill img
	{
		max-height: 300px;
		min-width: 100%;
		position: relative;
		display: inline-block;
		max-width: none;
	}

}
@media only screen and (max-width: 767px)
{
	.img-fill img
	{
		max-height: 300px;
		min-width: 100%;
		position: relative;
		display: inline-block;
		max-width: none;
	}

}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.img-fill img
	{
		max-height: 200px;
		min-width: 100%;
		position: relative;
		display: inline-block;
		max-width: none;
	}

}
@media only screen and (min-width: 480px) and (max-width: 320px)
{
	.img-fill img
	{
		max-height: 100px;
		min-width: 100%;
		position: relative;
		display: inline-block;
		max-width: none;
	}
}

/* ==== Slider Style === */

.Modern-Slider .item .img-fill
{
	background: #000;
	height: 100vh;
}


.Modern-Slider .item .img-fill .info
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .70);
}

.Modern-Slider .item
{
	z-index: -10;
	max-height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{

	.Modern-Slider .item
	{
		max-height: 300px;
	}
}
@media only screen and (max-width: 767px)
{

	.Modern-Slider .item
	{
		max-height: 300px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.Modern-Slider .item
	{
		max-height: 200px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 320px)
{
	.Modern-Slider .item
	{
		max-height: 100px;
	}
}
.welcometext
{
	color: #fff;
}


/*css code for animation effect*/

.Modern-Slider .item a.read-btn
{
	animation: slideInleft 1s both 2.5s;
}

.Modern-Slider .item a.buy-btn
{
	animation: slideInleft 1s both 3s;
}

.Modern-Slider .item h3.subheadin1
{
	animation: slideInleft 1s both 1s;
}

.Modern-Slider .item h1
{
	animation: slideInleft 1s both 1.5s;
}

.Modern-Slider .item h3.subheadin2
{
	animation: slideInleft 1s both 2s;
}

.Modern-Slider .item.slick-active a.read-btn
{
	animation: fadeInUp 1s both 2.5s;
}

.Modern-Slider .item.slick-active a.buy-btn
{
	animation: fadeInUp 1s both 3s;
}

.Modern-Slider .item.slick-active h3.subheadin1
{
	animation: fadeInUp 1s both 1s;
}

.Modern-Slider .item.slick-active h1
{
	animation: fadeInUp 1s both 1.5s;
}

.Modern-Slider .item.slick-active h3.subheadin2
{
	animation: fadeInUp 1s both 2s;
}
.home3 .Modern-Slider .item.slick-active .img-fill .home-3img > img
{
	animation: slideInRight 3s both;
}
.home3 .Modern-Slider .item.slick-active:nth-child(odd) .img-fill .home-3img > img
{
	animation: slideInRight 3s both;
}
.Modern-Slider .item.slick-active:nth-child(odd) img
{
	animation: fadeIn 5s both;
}


/*slider arrows*/

.PrevArrow
{
	background: transparent;
	height: 40px;
	left: 2%;
	text-align: center;
	line-height:inherit;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 5;
	color: #fff;
	border: 1px solid #fff;
	font-size: 24px;
	transition: .4s;
	border-radius: 1px;
}

.NextArrow
{
	background: transparent;
	font-size: 30px;
	height: 40px;
	margin-top: -25px;
	position: absolute;
	right: 2%;
	text-align: center;
	line-height:inherit;
	top: 50%;
	width: 50px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 24px;
	transition: .4s;
	border-radius: 1px;
}
.NextArrow fa
{ line-height:inherit;
	}


.slick-arrow:hover
{
	background: #8dc12b;
	border-color: #8dc12b;
}
