#contact-us-header {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 0%;
}

#contact-us-header .imagen {
  background-position: top center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 450px;
  display: block;
  position: relative;
  background-attachment: fixed;
}

#contact-us-header .imagen .overlay {
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#contact-us-header .title {
  position: relative;
  height: 450px;
}

#contact-us-header .title h2 {
  color: #fff;
  font-size: 43px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

#contact-us-header .title h2 span {
  margin-top: -7px;
  font-size: 43px;
  font-weight: 300;
}
#contact-us{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 4%;
    padding-bottom: 2%;
}
#contact-us .item{
    padding-bottom: 7%;
    text-align: center;
}
#contact-us .item h3{
    margin: 0px;
    color: #3e50ba;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 7%;
    font-size: 19px;
    border-bottom: 0px solid #000;
}#contact-us .item h3::after{content: '';display: block;position: absolute;width: 49px;height: 2px;background: #3e50ba;left: 0;right: 0;text-align: center;margin: 6px auto;}
#contact-us .item p{

}
#contact-us .item p a{
    color: #3c3c3c;
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 2%;
    text-decoration: none;
}
#contact-us .item p a i{
    width: 27px;
    font-size: 19px;
    top: 3px;
    position: relative;
}
#contact-us .item p a span{
    color: #334192;
    display: block;
    padding-left: 6%;
}
/*MOBILE SCREEN*/
@media (max-width: 448px) {
  #contact-us-header .title h2 {
    font-size: 34px;
}
#contact-us-header .title h2 span {
    font-size: 34px;
}
#contact-us {
    padding-top: 13%;
    padding-bottom: 6%;
}
#contact-us .item {
    padding-bottom: 16%;
}
}
