body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #666;
  background-color: #fff;
    font-weight: 300;
    line-height: 1.6em;
    font-size: 16px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 35px;
  color: #2185B8;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  color: #8C8B8B;
  font-family: 'Lora', Arial, sans-serif; 
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.9em;
  text-align: left;
}

ul li {
  font-size: 17px;
  color: #666;
  list-style: none;
  line-height: 1.6em;
}

/* Language */

.language {
  padding-top: 15px;
}

a {
  outline: 0;
}

a:hover,
a:focus {
  color: #D85B51;
  outline: 0;
  text-decoration: none;
}

/* Header */

header {
  background-color: #f2f2f2;
}

.logo {
  padding: 10px 0;
}

.m_padding {
  padding-top: 20px;
  padding-bottom: 40px;
}

.bottom-pad {
  padding-bottom: 20px;
}

/* Introduction */

section#introduction {
  padding: 100px 0;
}

#introduction h2 {
  color: #2185B8;
  margin-bottom: 40px;
}

/* Call to action 1 */

section#cta-1 {
  padding: 100px 0;
  background-image: url(../img/1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

section#cta-1 h2 {
  font-size: 33px;
  font-weight: bold;
}


/* Services */

section#services {
  padding: 80px 0;
}

.blue {
  color: #2185B8;
}

.orange {
  color: #D85B51;
}

.blue i {
  color: #2185B8;
  margin-right: 15px;
}

.orange i {
  color: #D85B51;
  margin-right: 15px;
}

/* Call to action 2 */

section#cta-2 {
  padding: 100px 0;
  background-image: url(../img/2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;  
}

section#cta-2 h2 {
  font-size: 33px;
  font-weight: bold;
}

/* Info */

section#info {
  padding: 80px 0;
}

.info i {
  color: #D85B51;
  margin-right: 10px; 
}

/* Contact */

section#contact {
  padding-bottom: 80px;
}

.m_top {
  margin-top: -25px;
}

.custom-button-1 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;    
  background: #5798c6;
  border-radius: 0px;
  padding: 10px 30px;
  transition : all 0.5s ease 0s;
}

.custom-button-1:hover,
.custom-button-1:focus {
  color: #FFF;  
  background: #3A79A8;
  outline-style: none;
}

#contact input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #DDDDDD;  
}

#contact textarea {
  border: 1px solid #DDDDDD;  
  border-radius: 0;
}

#contact .form-control {
  font-size: 17px;  
  margin-bottom: 12px;
  background-color: transparent;
  box-shadow: none;
}

#contact .form-control:focus {
  border: 1px solid #2185B8;
  box-shadow: none;  
}

.confirmation {
  font-family: 'Lora', Arial, sans-serif;
  font-style: italic;
}

#contact .send-success i {
  font-size: 15px;
  color: #2185B8;
  margin-right: 10px;
}

#contact .send-error i {
  font-size: 15px;
  color: #D85B51;
  margin-right: 10px;
}

.send-success, .send-error {
  display: none;
}

/* Loading */

#loader {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* Footer */

footer {
  background-color: #f2f2f2;
  padding: 20px 0;
}

/* ----------------------------------- /*
 *  Media Queries
/* ----------------------------------- */

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  section#introduction {
    padding: 40px 0;
  }
  section#services {
    padding: 40px 0;
  }
  section#info {
    padding: 40px 0;
  } 
  section#contact {
    padding: 20px 0;
  }
  .mobile_form {
    padding-top: 20px;
  }
}