body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

@font-face{
   font-family:AlegreyaSC-Regular;
	 src: url(../fonts/AlegreyaSC-Regular.ttf) format('truetype');
}
@font-face{
   font-family:OpenSans-Regular;
	 src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}


body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Roboto', sans-serif;
}

.header{

	background-size:cover;
	min-height:870px;
	z-index: auto;
}
.logo{
	margin: 8em auto 0;
	width: 6%;
}
.logo a{
	display: block;
}
.menu{
	float:left;

}
.menu img{
	display:block;
}
.logo1 {
	text-align:center;
	padding: 2em 0 8em 0;
}

/* Sweep To Bottom */


.feature-top h4 {
  font-size: 1.7em;
  font-weight: 600;
  margin:1em 0;
  color:#000000;
  font-family: 'Alegreya', serif;
}
.feature-top a£ºhover {
color:#FF0000;
text-decoration:none;
}
.feature-top p {
  font-size:0.9em;
  color: #999;
  line-height: 1.9em;
  margin: 0em 2.5em 0 2.5em;
}
.feature-top {
  padding: 2em 0;
 
  text-align:center;
}
.service-left img {
  display: inline-block;
}


/*--//header-welcome-note--*/
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.services-section {
	padding: 1em 0 10em;
	
}
.services-header{
	
	width: 100%;
	margin:3em auto;
	text-align: center; 
}
.services-header h1 {
	font-size: 2.5em;
	text-transform: capitalize;
	font-weight: 700;
	color: #f94242;
	margin-bottom: 0.3em;
}
.services-header p {
	font-size: 1.3em;
	font-weight: 500;
	color: #000;
}



.bottom{
float:center;
}
.bottom p {
	font-size: 1em;
	color: #000000;
	font-weight:300;
	text-align: center;
}
.bottom p a {
	font-size: 1em;
	color:#000000;
	margin-left: 10px;
}
.bottom p a:hover{
	color: #FF0000;

}
