@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);

/*red d22a21*/
/*gray  58595b*/

html{
  width: 100%;
  height: 100%;
}

body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #455a64;
}

header{
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 1);
}

.logobox{
  width: 160px;
  margin-top: 15px;
}

.topmenu{
  margin-top: 15px;
}

a{
  color: #455a64;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}



section{
  width: 100%;
}

.toppage{
  height: 100%;
  background-image: url('../images/bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.maintitle{
  font-size: 65px;
  font-weight: 700;
  padding-top: 450px;
  color: #fafafa;
  line-height: 60px;
  /*text-shadow: 2px 2px 2px #58595b;*/
  width: 100%;
  text-align: center;
}

.pagetitles{
  font-size: 65px;
  font-weight: 700;
  padding-top: 250px;
  color: #fafafa;
  line-height: 60px;
  /*text-shadow: 2px 2px 2px #58595b;*/
  width: 100%;
  text-align: center;
}

.titlebg{
  /*background-color: rgba(88, 89, 91, 0.8);*/
  padding: 5px;
  color: #ffffff;
  text-shadow: 0px 0px 5px #455a64;
}

.normaltext{
  font-size: 40px;
  font-weight: 300;
  background-color: rgba(88, 89, 91, 0.8);
  padding: 5px;
  
  color: #fafafa;
}

.message{
  margin-top: 300px;
  margin-left: 50px;
}

.titlebox1{
  font-size: 90px;
    font-weight: 700;
    line-height: 70px;
  }

.titlebox2{
  font-size: 80px;
    line-height: 80px;
    margin-top: 5px;
}

.titlebox3{
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
  margin-top: 5px;
}

.pagetwo{
  padding: 80px 0;
  background-color: #fafafa;
}

.pagehigh{
  width: 800px;
  margin: 0 auto;
}

.textcenter{
  text-align: center;
  color: #d22a21;
  margin-bottom: 20px;
  font-size: 60px;
}

.coltext{
  padding: 0 10px;
}

.coltext > h2{
  text-align: center;
  color: #d22a21;
  font-size: 20px;
  font-weight: 300;
  font-size: 30px;
}

.pagethree{
  width: 100%;
  height: 600px;
  background-image: url('../images/bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.textboxs{
  width: 600px;
  margin: 80px auto;
  background-color: rgba(210, 42, 33, 0.8);
  padding: 20px;
  color: #ffffff;
}

.textboxs > h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
}

.textboxarea > h1{
  color: #d22a21;
  font-weight: 300;
}

.highlightbox{
  padding: 40px 0;
  text-align: center;
  background-color: #fafafa;
}

.hightext{
  color: #d22a21;
  font-weight: 300;
}

.pagefour{
  width: 100%;
  height: 550px;
  background-image: url('../images/bg3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.clientlogos{
  margin: 10px;
  float: left;
}

.resimg{
   height: 75px;
  width: auto;
}

.footer{
  padding: 60px 0;
  background-color: #58595b;
  color: #fafafa;
}

.menuitem{
  margin: 8px 0;
  color: #fafafa;
  text-decoration: none;
}

.pageimg{
  height: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 70px;
}

.textpage{
  padding: 50px 0;
}

.textboxarea{
  width: 970px;
  margin: 0 auto;
}

.graybox{
  background-color: #fafafa;
}

.textboxarea > h3{
  color: #d22a21;
  font-weight: 300;
}

small{
  font-weight: 300;
}

b{
  font-weight: 400;
}

.box50{
  float: left;
  width: 45%;
  margin: 2%;
}

.inputfield{
  border: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.textinputfield{
  border: none;
  width: 100%;
  height: 165px;
  padding: 10px;
}

.redbut{
  background-color: #d22a21;
  margin-top: 10px;
  font-size: 20px;
  color: #fafafa;
}

.coretext > li{
  font-size: 24px;
  font-weight: 500;
  padding: 0 15px;
}

.hifh{
  font-size: 24px;
  color: #d22a21;
}

.serviceimg{
  background-image: url('../images/bg4.jpg');
  background-position: top center;
}

.approachimg{
  background-image: url('../images/bg5.jpg');
  background-position: top center;
}

.companyimg{
  background-image: url('../images/bg7.jpg');
  background-position: top center;
}

.careersimg{
  background-image: url('../images/bg6.jpg');
  background-position: top center;
}

.contactimg{
  background-image: url('../images/bg8.jpg'); 
  background-position: top center;
}

.dropitem{
  font-size: 20px;
}

.dropdown-menu > li > a:hover{
  background-color: #d22a21;
  color: #ffffff;
}

.itembox{
  padding-bottom: 80px;
  background-color: #ffffff;
}

.paratitle{
  font-weight: 300;
  color: #d22a21;
}

.reseume{
  width: 100%;
}