@charset "utf-8";


.services{
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:100%;
	max-width:800px;
	text-align:center;
	background-color:#fff;
	margin:0 auto;
}

.service{
	display:block;
	background-color:#05aaf7;
	font-weight:700;
	font-size:12px;
	margin:7px 0;
	line-height:25px;
	color:#fff;
	cursor:pointer;
	text-align:center;
	transition:all .1s ease-in-out;
	position:relative;
	box-shadow:0 10px 5px -7px rgba(0,0,0,0.5);
	box-sizing:border-box;
	
	border-radius:3px;
	text-transform:uppercase;
}

.service:hover{
	color:#fff;
	background-color:#003E6A;
}

.serviceOn{
	color:#fff;
	background-color:#3d75a5;
	box-shadow:none;
}

.serviceOn:hover{
	color:#fff;
	background-color:#003E6A;
	box-shadow:none;
	
}



.sections{
	display:none;
	width:100%;
	margin:0 auto;
	padding-top:0;	
	text-align:justify;
	
	padding:40px 3%;
	color:#000000;	
	margin-bottom:100px;
	margin-top:30px;
			
}


.mainText{
	font-weight:700;
	font-size:14px;
	margin:0 auto;
	display:block;	
	margin-top:10px;
	background-color:#fff;
	width:92%;
	padding:4%
}

.mainText span{
	display:block;
	padding:10px;
	color:#003E6A;
	
}

.serviceTitle{
	display:block;
	font-size:20px;
	text-align:center;
	font-weight:900;	
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	
	border-left:none;	
	letter-spacing:1px;
	-webkit-background-clip:text;
	color:	#000000;
  	
	
}


.sectionsp strong{
	display:block;
	font-weight:700;
	color:#fff;
	font-size:20px;
}

.sections img {
	display:block;
	width:100%;
	overflow:hidden;
	border:1px solid #fff;
	box-sizing:border-box;
	margin:10px 0;
}

.sections iframe {
	border:1px solid #fff;
	width:100%;
	height:200px;

}

.sections li {
	list-style:disc;
	font-size:14px;
	font-weight:700;

}

@media (min-width:400px){
.serviceTitle{
	font-size:24px;
	 
}



}
@media (min-width:500px){
	
.sections{
	width:90%;
	padding:40px 5%;
}
.service{
	margin:5px 0;
	display:inline-block;
	padding:0 20px;

}

.serviceTitle{
	font-size:28px;
}


.mainText{
	font-weight:700;
	font-size:14px;
	margin:0 auto;
	display:block;	
	margin-top:10px;
	background-color:#fff;
	width:90%;
	padding:5%;
}

.mainText span{
	display:block;
	padding:10px;
	color:#003E6A;
	border-left:7px solid #003E6A;
}

.sections iframe {
	height:300px;

}
}

@media (min-width:800px){
	
	
.service{
	margin:5px;
	display:inline-block;
	padding:0 20px;

}
.serviceTitle{
	font-size:34px;
	
}
.sections iframe {
	height:400px;

}
}











