@charset "UTF-8";
/* CSS Document */

body{
    margin:0; color: #272727;
    background-color :#fff;
    font-family :Serif;
    font-size :15pt;
}

a{ color: inherit; text-decoration: none;
}
h1, h2, h3, h4, h5{ font-weight: normal;}


header{ border-top: none; height: auto; padding-bottom: 10px;}
header .logo{ display: block; margin: auto; float: none;}
header .logo img{ display: block; border: none; margin: auto;}
header nav{ display: none;}

.bannerBlock, footer, .topCover{  display: none;}



/*Home*/
.aboutUs h1, .services h1{ color: #008bc4; font-size: 25pt; text-align: center; margin: 0 0 20px 0; padding: 0; font-family: 'roboto_condensedlight'; text-transform: uppercase; position: relative;}
.aboutUs h1 .border{ display: block; border-bottom: solid 3px #f8c14f; width: 100px; margin: auto; margin-top: 5px;}
.aboutUs p{ text-align: center; color: #727272; font-size: 17px; line-height: 24px; font-family: 'robotoregular'; padding: 0 80px;}
.services h1 .border{ display: block; position: absolute; border-bottom: solid 1px #f8c14f; width: 100%; bottom: 14px;}
.aboutUs p{ text-align: center; color: #727272; font-size: 17px; line-height: 24px; font-family: 'robotoregular'; padding: 0 80px;}

.services h1 span{ padding: 0 15px; background: #FFF; position: relative;}
.services .box{ margin: 0 20px; background: #f6f6f6; padding-bottom: 20px; border-bottom: solid 2px #dedede;}
.services .box h2{ padding: 10px 0 5px 0; border-bottom: solid 1px #dedede; text-align: center; font-size: 19px; color: #f8c14f; text-transform: uppercase; font-family: 'roboto_condensedlight';}
.services .box h2 i{ font-size: 35px; color: #008bc4; display: block; margin-bottom: 8px;}
.services .box p{font-family: 'roboto_condensedregular'; font-size: 15px; color: #616161; margin: 0 30px; text-align: center;}
/*end of Home*/

h1, .services h1{ color: #008bc4; font-size: 25px; margin: 0 0 20px 0; padding: 0; font-family: 'roboto_condensedlight'; text-transform: uppercase; position: relative;}
h1 .border{ border-bottom: solid 3px #f8c14f; width: 100px; margin-top: 5px;}




