/* CONTACT SECTION */

#contact{
    background-color: #f4f5f9;
    padding-top: 90px !important;
}

#contact .input-group-addon{
    width: 50px;
    border-radius: 0;
    color: #fff;
    background-color: #1886c7;
    
}

#contact .form-control, #contact .btn{
    border-radius: 0;
}


h6 {
    background-color: #6586f9 !important;
}

.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 1px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 2px;
  color: #fff;
  text-align: center;
  
}


