*{
	margin: 0;
	padding: 0;
	font-family: "monstserrat",sans-serif;
	box-sizing: border-box;
}

.services-section{
	background: url(q.jpg);
	background-size: cover;
	padding: 60px 0;
}

.inner-width{

width: 100%;
max-width: 1200px;
margin: auto;
padding: 0 20px;
overflow: hidden;

}
.section-title{
	text-align: center;
	color: #ddd;
	text-transform: uppercase;
	font-size: 30px;
}
.border{
	width: 160px;
	height: 2px;
	background: #82ccdd;
	margin: 40px auto;
}
.service-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service-box{
	max-width: 33.33%;
	padding: 10px;
	text-align: center;
	color: #ddd;
	cursor: pointer;
	float: right;
}
.service-icon{
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 3px solid #82ccdd;
	color: #82ccdd;
	transform: rotate(45deg);
	margin-bottom: 30px;
	margin-top: 16px;
}
.service-icon i{
	line-height: 70px;
	transform: rotate(-45deg);
	font-size: 26px;
}
.service-desc a {
	font-size: 0.7em;
	font-weight: 800;
	color: rgb(0, 230, 153);
	text-decoration: none;
}
.service-desc i {
	font-size: 1.3em;
	font-weight: 500;
	color: #82ccdd;
}
.service-box:hover .service-icon{
	background: #82ccdd;
	color: #ddd;
}
.service-title{
	text-decoration: inherit;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 800;
	

}
.service-desc{
	font-size: 16px;
}
@media screen and (max-width: 960px){
	.service-box{
		max-width: 45%;
	}
}

@media screen and (max-width: 768px){
	.service-box{
		max-width: 50%;
	}
}
@media screen and (max-width: 480px){
	.service-box{
		max-width: 100%;
	}
}

.a
{
	display: none;
}















































































