body{
  font-family: 'Karla', sans-serif;
  text-align: center;
}
img{
  max-width: 100%;
}
.logo{
  text-align: center;
  padding: 30px 0;
}
.logo img{
  max-width: 400px;
  text-align: center;

}
.headerSection{
  background: #f5f5f5;
}
.home h1{
  font-weight: 700;
  line-height: 60px;
}
p{
  font-size:16px;
  line-height: 30px;
}
.home{
  padding: 40px 0;
}

.logoSection { background:#cccccc17; padding-top:70px; }
.logoSection .col-md-3 { margin-bottom:30px; }

#contact_form { text-align:left; }
#contact_form .error { color:red; }

#response { margin-top:20px;  }
.success { color:green; }

input, button, select, textarea {
      width: 100%;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #ccc;
    margin-top: 20px;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
      border: 1px solid #ca8c29;
}
#contact-form{
  padding-top: 30px;
}
 input[type="submit"] {
      width: 200px;
    background: #001846;
    color: #fff;
    border: 2px solid #001846;
    font-size: 18px;
    transition: all 0.4s ease;
}
input[type="submit"]:hover{
  background: #fff;
  color: #001846;
  transition:all 0.4s ease;
}
a {

    font-size: 16px;
}
h4{
  font-size: 22px;
}
.g-recaptcha{
  margin-bottom: 25px;
}
.footerBottom{
  padding: 20px 0;
}
.footerSection{
  background: #001846;
}
.footerBottom h4, .footerBottom a{
  color: #fff;
}