/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-Sep-2017, 16:59:14
    Author     : itischarles
*/

/*rect(0px, 1357px, 685px, 0px)*/
#home-section1, #home-section2, #home-section3, #home-section4, #home-section5 {
    min-width: 1100px;
}


#home-section1{
/*    background-attachment: fixed;*/
/*    background-image: linear-gradient(rgba(0, 48, 91, 0.3), rgba(0, 48, 91, 0.3)), url("../../images/steps-bg.jpg");*/
    background-image:  url("../../images/steps-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
}

#home-section5{
/*    background-attachment: fixed;*/
/*    background-image: linear-gradient(rgba(0, 48, 91, 0.3), rgba(0, 48, 91, 0.3)), url("../../images/steps-bg.jpg");*/
     background-image:  url("../../images/contact-bg.jpg");
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 575px;
    position: relative;
    width: 100%;
      color: #e8e8e8;
}

#home-section3{

     background-color: #E8E8E8;
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4%;

}


.home-section h1 {
/*        font-size: 40px;        
        padding-top: 50px;
        line-height: 1.5em;
       font:  40px/1.4em proxima-n-w01-reg,sans-serif;*/
       
      
        font: 44.5px/1.4em proxima-n-w01-reg,sans-serif;
        margin-left: 13px;
        padding: 79px 0 0 13px;   
        line-height: normal;
    }
  


    
    #home-section2 p, #home-section4 p{
/*        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;*/
         color: #575757;
        font-family: helvetica-w01-light,helvetica-w02-light,Helvetica LT, sans-serif;
        margin: 0 auto 20px;
        text-align: center;
        font-size: 21px;
        line-height: 1.4em;
    }

 


/**SECTION 2*/
#home-section2 .caption {
    margin: 3em 0;
}
#home-section2 {
    
    margin-bottom: 2%;
}



/**SECTION 3*/
#home-section3 .hw-md-wk {
    margin-bottom: 3em;
}
#home-section3 h2 {
     margin-top: 1.4em;
     margin-bottom: 0.6em;
     font-size: 51px;
}



.hw-md-wk h4 {
    font-size: 36px;
/*    left: -42px;*/
    position: relative;
    color: #666666;
    font-family: proxima-n-w01-reg,sans-serif;
}

.hw-md-wk h4 span {
    margin-left: 0.2em;
}

.hw-md-wk p{
   font: 17px/1.4em proxima-n-w01-reg,sans-serif;
   color: #666666;
   line-height: normal;
}

.hw-md-wk .nudge-r {
    left: 32px;
    position: relative;
}


/**section 4**/
#home-section4{
    margin-top: -1%;
    margin-bottom: 3%;
}

#home-section4 h2{
    font-size: 50px;
}

#home-section4 p{
    line-height: normal;
}

#home-section4 .text-muted {
     font-size: 17px;
}



.home-section h2{
   color: #575757;
   font: 58px/1.4em proxima-n-w01-reg,sans-serif;
/*   margin: 2em 0 1em;*/
    margin-top: 1.4em;
     margin-bottom: 0.6em;
}


   

/**SECTION 5**/
   #home-section5 form {
        margin: 0 auto;
    }
    
#home-section5 h2 {
    font-size: 48px;
    color: #e8e8e8;
    margin-bottom: 0.4em;
    margin-top: 0.7em;
}

#home-section5 p{
    font: 28px/1.4em proxima-n-w01-reg,sans-serif;
    line-height: normal;
}


#home-section5 .form-group {
    margin-bottom: 6px;
}
#home-section5 form.form-control{
    height: 40px;
}

#home-section5 form input, #home-section5 form textarea {
    font-family: helvetica-w01-light,​helvetica-w02-light,​sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #575757;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 65px;
  height: 65px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 33px;
  border-color: black;
}

#home-section2, #home-section4  {
    margin-bottom: 0 !important;
    padding-bottom: 3% !important;   
}

.navbar-default {
    border:none;
}

.logo-area {
    margin:0 !important;
}

.page-width {
    width:1100px !important;
}