@import url("../webfonts/poppinsReg/stylesheet.css");
@import url("../webfonts/ralewayBold/stylesheet.css");
@import url("../webfonts/poppinsBold/stylesheet.css");
/* CSS Document */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

p, h1, h2, h3, h4 {
	margin-right: 10px;
	margin-left: 10px;
}
#servicesHeader h1 {
	text-align: center;
	
}

#servicesHeader {
	background-image: url(../images/bg/services-header.jpg);
	background-repeat: no-repeat;	
	background-position: -600px -500px;
	text-align: center;
	background-color: #FFF;
	margin-bottom:15px;
}
.mainheader {
	font-family: ralewayBold, sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #000;
		line-height: 200px;
	margin-bottom: 0px;
	margin-top:0px;
	
}

#services h2, #services0 h2, #services1 h2, #services3 h2, #logos h2,#staff h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-bottom: 0px;
}
#services p,#services0 p, #services1 p, #services3 p {
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#services img {
float:left;
width:30%;
margin-right:10px;

min-width: 200px;
max-width: 200px;
}
#services1Right {
	text-align: center;
}
#appt {
margin-top:50px;	
	
	}	
#appt a {
	display: block;
	background-color: #7E9BB4;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	width: 90%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 100px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#appt a:hover {
	display: block;
	background-color: #EC0928;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	width: 90%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 100px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
#services1Right a:visited {
	color: #FFF;
}	
	
	
	
#services1 {
padding-bottom:30px;	
	} 
#logos {
text-align:center;
padding-top:30px;
padding-bottom:30px;		
}
#logos img {
width:40%;
	display: inline;
	margin:40px;	
}
#logos a {
	display: block;
	background-color: #EF5323;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
	width: 120px;
	border: 2px solid #fff;
	outline: 0;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
#logos a:hover {
	display: block;
	background-color: #5356C8;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	width: 120px;
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 15px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
#staff {
text-align:center;
	
}
#services2 {
background-image: url(../images/bg/techbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;	
}
.teleHeader {
	font-family: ralewayBold, sans-serif;
	font-size: 40px;
	font-style: normal;
	color: #1376BC;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-top: 0px;
	
}
.tele {
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#services2b {
	text-align: center;
	margin-top: 10%;
	margin-bottom: 10%;
	}



@media only screen and (min-width: 481px) {
#servicesHeader {
	background-image: url(../images/bg/services-header.jpg);
	background-repeat: no-repeat;
	background-position: -600px -500px;
	text-align: center;
	background-color: #FFF;
}
#logos img {
width:15%;
	display: inline;
	margin:10px;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
p, h1, h2, h3, h4 {
	margin-right: 0px;
	margin-left: 0px;
}
#servicesHeader {
	background-image: url(../images/bg/services-header.jpg);
	background-repeat: no-repeat;
	background-position: center -500px;	
}
.mainheader {
	font-family: ralewayBold, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #000;
	line-height: 200px;
	margin-bottom: 0px;
	margin-top:0px;
}
#services h2,#services0 h2, #services1 h2, #services3 h2, #logos h2,#staff h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-bottom: 0px;
		margin-top: 0px;
}
#services p,#services0 p, #services1 p, #services3 p {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

#services3  { 
margin-bottom:30px;
}

.scale {
	margin-top: 20%;
	max-width: 350px;
}

#logos a {
	display: block;
	background-color: #EF5323;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	width: 130px;
	border: 2px solid #fff;
	outline: 0;
	margin-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
#logos a:hover {
	display: block;
	background-color: #5356C8;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	width: 130px;
	border: 2px solid #fff;
	outline: none !important;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}

#logos img {
width:8%;
	display: inline;
	margin:40px;	
}

}
@media only screen and (min-width: 1130px) {

}
@media only screen and (min-width: 1300px) {
#services h2, #services0 h2, #services1 h2, #services3 h2, #logos h2,#staff h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
		margin-top: 0px;
}
#services p, #services0 p, #services1 p, #services3 p {
	font-family: poppinsReg, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

#services2 {
background-image: url(../images/bg/techbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;	
}
.teleHeader {
font-family: ralewayBold, sans-serif;
	font-size: 56px;
	font-style: normal;
	color: #1376BC;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
		margin-top: 0px;	
	
}
.tele {
	font-family: poppinsReg, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 34px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#services2b {
	text-align: center;
	margin-top: 10%;
	margin-bottom: 10%;
	}
.scale {
	margin-top: 10%;
	max-width: 450px;
}
#cta1bottom {
	height: 130px;
}
}
@media only screen and (min-width: 1460px) { 

}

.hb {
	margin-bottom: 7px;
}
