/****MAIN SLIDER****/
.mySlides {display: none;}
img {vertical-align: middle;}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 65%;
	width: 32px;
	height: 32px;
	padding: 3px 11px;
	color: #23527c;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 50%;;
	z-index: 999;
	background-color: #a5a4a7;
}
.prev{
	left: 45px;
}
.next {
  right: 580px;
}
.prev:hover, .next:hover {
	color: #fff;
  	background-color: #b5a6a1;
}
.fade.in {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
	opacity: 1;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/****MAIN SLIDER ENDS****/

/****SERVICES IMAGES SLIDER*****/
.prev-1,.next-1{
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: 32px;
	height: 32px;
	padding: 3px 11px;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	transition: 0.6s ease;
	border-radius: 50%;;
	z-index: 999;
}
.prev-1{
	left: -55px;
}
.next-1{
	right: -45px;
}