 
h3 {
	font-size:21px;
}
 
h6 {
	font-size:19px;
}
 
a {
	text-decoration: none; 
}

a:hover, i:hover, ul li a:hover, p a:hover{
	text-decoration: none;  
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color:#ff0000
}

 
.slick-prev:before, .slick-next:before {
	color: black;
}



	 
ul {
	margin:0px; padding:0px; list-style-type:none;
}


h4 {
	font-size:15px
}
 