/*
SKILLPLUS
skillplus.com

Company:	Alphatec;
website: 	www.alphatec.in
Author: 	Shameer;
*/
body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
img { margin:0; padding:0; display: inline-block; }
a {text-decoration: none; }
a:hover { color:#92278F; }

.cover-logo,
.phone-mail,
.location  {
	display:block; clear:both;
	max-width:800px; width:90%;  
	margin:0 auto; text-align:center;
}
.cover-logo { padding:30px 0; }
.cover-logo img { width:240px; float:none; }
.phone-mail { margin-top:40px; }
.phone-mail a { 
    display: inline-block; clear:both; font-weight:700;
    color:#333; font-size:20px; display:flex; justify-content:center; align-items:center;  }
.phone-mail a:hover {color:#92278F }
.phone-mail img { width:30px; margin-right:10px; }


.location { margin-top:60px; margin-bottom:80px; }
.location img { width:60px; }
.location p { margin:10px 0 0; padding:0; line-height:26px; font-weight:400; font-size:14px; }

.copylocation {
	width:100%; 
	position: fixed; bottom:0;
	padding:10px 0; margin-top:40px; 
	border-top:1px solid #e6e6e6;	
}
.copylocation p {
	
	font-size:13px; color:#555;
	
}
.copylocation a { color:#555; }
.copylocation a:hover {color:#92278F;  }


@media(max-width:764px){
	.phone-mail { margin-top:20px; }
	.phone-mail a { font-size:16px; }
}
@media(max-height:594px){
	.copylocation { position: relative; }
}
