.contact-wrapper .contact-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.contact-wrapper .contact-item .vc_cta3-container {
  display: block;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.contact-wrapper .vc_cta3-container:before {
  display: table;
  content: ' ';
}
.contact-wrapper .vc_cta3-container:after {
  display: table;
  content: ' ';
}
.contact-wrapper .vc_general {
  border: 1px solid transparent;
  font-size: 1em;
  padding: 28px;
  word-wrap: break-word;
  border-color: #F0F0F0;
  background-color: #f7f7f7;
  border-radius: 5px;
}

.contact-wrapper .vc_general .vc_cta3-icons {
  vertical-align: middle;
  display: table-cell;
}

.contact-wrapper .vc_general .vc_cta3_content-container {
  display: table-cell;
  padding-left: 1em;
}

.contact-wrapper .vc_general .vc_cta3-icons .vc_icon_element {
  line-height: 0;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
.contact-wrapper .vc_general .vc_cta3-icons .vc_icon_element .vc_icon_element-inner {
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
  height: 3em;
  width: 3em;
  max-width: 100%!important;
  line-height: 2.15em!important;
}
.contact-wrapper .vc_general .vc_cta3-icons .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon{
  font-style: normal;
  font-weight: 400;
  line-height: 1!important;
  font-stretch: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-kerning: auto;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 2.15em!important;
  color: #5472D2;
}

.contact-wrapper .vc_general .vc_icon_element-inner span.fa-phone:before {
  content: "\f095";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 1em;
  text-align: center;
  text-rendering: optimizelegibility;
}

.contact-wrapper .vc_general .vc_icon_element-inner span.fa-envelope:before {
  content: "\f0e0";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 1em;
  text-align: center;
  text-rendering: optimizelegibility;
}

.contact-wrapper .vc_general .vc_cta3_content-container .vc_cta3-content {
  vertical-align: top;
  text-align: left;
}

.contact-wrapper .vc_general .vc_cta3_content-container .vc_cta3-content header {
  display: block;
}

.contact-wrapper .vc_general .vc_cta3_content-container .vc_cta3-content header h4 {
  clear: both;
  font-weight: normal;
  font-family: gotham_mediumregular, sans-serif;
  line-height: 1.1;
  margin: 0 0 15px;
  font-size: 21px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.contact-wrapper .vc_general .vc_cta3_content-container .vc_cta3-content p {
  margin: 0 0 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0;
}

.contact-wrapper .vc_general .vc_cta3-icons .vc_icon_element .vc_icon_element-inner a {
  color: #215784;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  box-sizing: content-box;
  border: none;
}


@media (max-width:1024px) {
  .contact-wrapper .vc_general .vc_cta3_content-container .vc_cta3-content header h4 {
    font-size: 14px;
  }
}

@media (max-width:768px) {
  .contact-wrapper .contact-item {
    padding: 0;
  }
}





















