*
{
	margin: 0;
	padding: 0;
}

.our-services
{
	text-align: center;
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/poster3.jpg);
	background-size: cover;
	background-position: center;
	padding: 6rem 0;
}

.our-services h1
{
	font-size: 5rem;
	font-weight: bolder;
	letter-spacing: 2px;
	color: #fff;
}

.services-text
{
	margin: 3rem 0;
}

.services-text h1
{
	font-size: 2.5rem;
	font-weight: bolder;
	text-align: center;
}

.services-text p
{
	font-size: 16px;
	color: #4d4d4d;
	max-width: 700px;
	margin: 1rem auto;
	text-align: center;
}

.services-box
{
	margin-bottom: 4rem;
}

.service
{
	margin: 1.5rem 0;
	border: 2px solid #2666ff;
	box-shadow: -3px 3px 10px #000;
}

.trending-img
{
	position: relative;
}
.trending-img img
{
	width: 100%;
}
.btn-buy
{
	width: 100%;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	transition: 0.6s;
	opacity: 0; 
	z-index: 1;
}
.service:hover .btn-buy
{
	transform: translate(-50%,50%);
	bottom: 50%;
	opacity: 1;
}
.overlay
{
	height: 0%;
	width: 100%;
	background: #333;
	position: absolute;
	top: 0;
	opacity: 0.3;
	transition: 0.5s;
}
.service:hover .overlay
{
	opacity: 0.5;
	height: 100%;
}

.service h3
{
	font-size: 1.2rem;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	padding: 2rem 0;
	letter-spacing: 2px;
	background-color: #2666ff;
	margin: 0;
}




@media only screen and (max-width: 767px)
{
	.our-services
	{
		padding: 4rem 0;
	}

	.our-services h1
	{
		font-size: 3rem;
	}

	.services-text
	{
		margin: 2rem 0;
	}

	.services-text h1
	{
		font-size: 2rem;
	}

	.services-text p
	{
		font-size: 16px;
		max-width: 700px;
		width: 100%;
		padding: 0 10px;
	}

	.services-box
	{
		margin-bottom: 2rem;
	}

	.service
	{
		margin: 1rem 0;
	}



}

@media only screen and (min-width: 768px) and  (max-width: 991px)
{
	.our-services
	{
		padding: 4rem 0;
	}

	.our-services h1
	{
		font-size: 3rem;
	}

	.services-text
	{
		margin: 2rem 0;
	}

	.services-text h1
	{
		font-size: 2rem;
	}

	.services-text p
	{
		font-size: 16px;
		max-width: 700px;
		width: 100%;
		padding: 0 10px;
	}

	.services-box
	{
		margin-bottom: 2rem;
	}

	.service
	{
		margin: 1rem 0;
	}

	.service h3
	{
		font-size: 1rem;
		padding: 1rem 0;
		letter-spacing: 1px;
	}


}

@media only screen and (min-width: 992px) and  (max-width: 1199px)
{



}
