
.contact-section .page-center {
  position: relative;
  padding-bottom:127px;
}

.contact-section .top-title  {
  padding-top: 100px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-section.theme_Green.gradient {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#087A00),color-stop(16%,#029B16),color-stop(100%,#005D30));
  background: -moz-linear-gradient(top,#087A00 0,#029B16 16%,#005D30 100%);
  background: -webkit-linear-gradient(top,#087A00 0,#029B16 16%,#005D30 100%);
  background: -o-linear-gradient(top,#087A00 0,#029B16 16%,#005D30 100%);
  background: -ms-linear-gradient(top,#087A00 0,#029B16 16%,#005D30 100%);
  background: linear-gradient(top,#087A00 0,#029B16 16%,#005D30 100%);
}
.contact-section.theme_purple.gradient {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EB3F36),color-stop(99%,#F38F1E));
  background: -moz-linear-gradient(top,#EB3F36 0,#F38F1E 99%);
  background: -webkit-linear-gradient(top,#EB3F36 0,#F38F1E 99%);
  background: -o-linear-gradient(top,#EB3F36 0,#F38F1E 99%);
  background: -ms-linear-gradient(top,#EB3F36 0,#F38F1E 99%);
  background: linear-gradient(top,#EB3F36 0,#F38F1E 99%);
}
.contact-section.theme_red.gradient {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F38F1E),color-stop(99%,#EB3F36));
  background: -moz-linear-gradient(top,#F38F1E 0,#EB3F36 99%);
  background: -webkit-linear-gradient(top,#F38F1E 0,#EB3F36 99%);
  background: -o-linear-gradient(top,#F38F1E 0,#EB3F36 99%);
  background: -ms-linear-gradient(top,#F38F1E 0,#EB3F36 99%);
  background: linear-gradient(top,#F38F1E 0,#EB3F36 99%);
}
.contact-section .top-title  h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
  text-align:center;
}
.contact-section .col-6.content-section {
  margin-top: -2px;
}
.contact-section.theme_blue {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2C4A9E),color-stop(99%,#081B4F));
  background: -moz-linear-gradient(top,#2C4A9E 0,#081B4F 99%);
  background: -webkit-linear-gradient(top,#2C4A9E 0,#081B4F 99%);
  background: -o-linear-gradient(top,#2C4A9E 0,#081B4F 99%);
  background: -ms-linear-gradient(top,#2C4A9E 0,#081B4F 99%);
  background: linear-gradient(top,#2C4A9E 0,#081B4F 99%);
}
.contact-section .form-wrapper form {
  margin-bottom: 89px;
}

.contact-section .col-6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding:0 15px;
}



.contact-section .form-wrapper textarea {
  padding: 6px 8px;
  line-height: 1.5;
}

.contact-section .content-section .column-inner .image-wrapper {
  text-align: center;
  margin-bottom: 48px;
}

.contact-section .content-section .column-inner .heading-wrapper {
  text-align: center;
  margin-bottom: 48px;
}

.contact-section .content-section .column-inner .heading-wrapper h5 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
  display: inline-block;
}

.contact-section .content-section .column-inner .heading-wrapper h5 a {
  color: inherit;
  position: relative;
  padding: 2px 0;
  overflow: hidden;
  z-index: 1;
}

.contact-section .content-section .column-inner .heading-wrapper h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  opacity: .4;
  background: currentColor;
}

.contact-section .content-section .column-inner .address-section {
  text-align: center;
}

.contact-section .content-section .column-inner .address-section h5 {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  margin: 0;
}

.contact-section .content-section .column-inner .address-section h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  opacity: .4;
  background: currentColor;
}

.contact-section .content-section .column-inner .social-networks {
  margin-top: 89px;
  text-align: center;
}

.contact-section .content-section .column-inner .social-networks ul.list {
  margin: -10px;
  display: inline-block;
  padding: 0;
}

.contact-section .content-section .column-inner .social-networks ul.list li.item {
  display: inline-block;
  float: left;
  margin: 10px;
}

.contact-section .content-section .column-inner .social-networks ul.list li.item a.link {
  font-size: 20px;
  display: block;
  text-align: center;
  height: 55px;
  width: 55px;
  background: transparent;
  color: #222;
  border: 2px solid rgba(0,0,0,.21);
  border-radius: 50%;
  position: relative;
  border-color: transparent;
  background-color: rgba(255,255,255,0.18);
  padding: 5px 8px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.contact-section .content-section .column-inner .social-networks ul.list li.item a.link i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
}



.contact-section .form-wrapper .form-title {
  display: none;
}

.contact-section .form-wrapper form fieldset.form-columns-2 {
  margin-top: 16px;
  padding-top: 0;
  padding-right: 16px;
  width: calc(100% + 15px);
  max-width: none !important;
}

.contact-section .form-wrapper form fieldset.form-columns-2 .hs-form-field {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  margin-right: -4px;
  width: 50%;
  padding-top: 2px;
  float: none;
  margin-bottom: 0;
}


.contact-section .form-wrapper form fieldset.form-columns-2 .hs-form-field .input {
  margin-right: 0;
}

.contact-section .form-wrapper form fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 0;
}



.contact-section .form-wrapper form fieldset.form-columns-1 {
  margin-top: 16px;
  padding-top: 0;
  padding-right: 16px;
  width: calc(100% + 15px);
  max-width: none !important;
}

.contact-section .form-wrapper form fieldset.form-columns-1 .hs-form-field .input {
  margin: 0;
}

.contact-section .form-wrapper form fieldset.form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
}


.contact-section .form-wrapper form fieldset.form-columns-1 .hs-form-field {
  margin-bottom: 16px;
}

.contact-section .form-wrapper form fieldset.form-columns-1 textarea {
  height: 160px;
  width: 100%;
}
.contact-section .form-wrapper form fieldset.form-columns-2 .hs-form-field .input {
  margin-top: 8px;
  line-height: 0;
}

.contact-section .form-wrapper form {
  margin-top: -8px;
}


.contact-section .form-wrapper .hs-input::-webkit-input-placeholder {
  color:rgb(153, 153, 153);
  -webkit-transition: opacity .3s!important;
  transition: opacity .3s!important;
}
.contact-section .form-wrapper .hs-input {
  font-size: 14px;
  font-family: 'Montserrat';
  color:rgb(153, 153, 153);
  font-weight:500;
}
.contact-section .form-wrapper form fieldset.form-columns-1 {
  width: 100%;
}

.contact-section .form-wrapper  .hs-form-field>label {
  display: block;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  color: #fff !important;
  clear: both;
}

.contact-section .form-wrapper  .hs-form label {
  color: #fff;
}

.contact-section form .inputs-list {
  display: flex;
  flex-wrap: wrap;
}

.contact-section form .inputs-list>li {
  width: 50%;
}

.contact-section .form-wrapper [type="checkbox"], [type="radio"] {
  position: relative;
  background: transparent;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  position: relative;
  background: transparent;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
  width: auto !important;
}
.contact-section .form-wrapper input[type=checkbox]:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: background .3s ease,border-color .3s ease;
  transition: background .3s ease,border-color .3s ease;
}
.contact-section .form-wrapper input[type=checkbox]:after {
  content: "\f00c";
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%,-50%) scale(0);
  -ms-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}
.tm-posts-widget .post-date:before, .tm-swiper.nav-style-09 .nav-button-icon, .widget_recent_entries .post-date:before, .woocommerce.single-product div.product .reset_variations:before, input[type=checkbox]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
}
.contact-section .form-wrapper input[type=checkbox]:checked:after {
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
.contact-section input[type=checkbox]:checked:before {
  background: #222;
  border-color: #222;
}
.contact-section .form-wrapper form fieldset.form-columns-1 .hs-form-field>label{
  display: block;

}
.contact-section .content-section .column-inner .heading-wrapper h5 a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.contact-section .content-section .column-inner .heading-wrapper h5 a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.contact-section .form-wrapper legend.hs-field-desc {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  color: #fff !important;
}

.contact-section .form-wrapper form .hs-richtext h2 {
  padding-right: 16px;
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin: 28px 16px 18px 0!important;
  font-size: 1.2em!important;
  font-weight: 700;
  color: #fff !important;
}

.contact-section .form-wrapper form .hs-richtext p {
  color: #fff;
}

.contact-section .form-wrapper form .hs-richtext {
  margin: 0;
}
.contact-section .form-wrapper  .hs-error-msg {
  font-weight: 700;
  letter-spacing: normal;
  padding: 4px 0 4px 8px !important;
  color: #eb4036!important;
  border-top: 1px solid #f38f1e!important;
  border-bottom: 1px solid #f38f1e!important;
  width: 100%;
  display: block;
  font-size:11.382px;
}

.contact-section .form-wrapper  ul.no-list.hs-error-msgs.inputs-list li {
  width: 100%;
}


.contact-section .form-wrapper .hs_error_rollup label.hs-main-font-element {
  font-size: 16px;
  font-weight: 700;
  color: #790000 !important;
  border: 1px solid #790000;
  box-shadow: 0 0 0 #ff6d6d;
  border-radius: 5px;
  margin-bottom: 0px!important;
  border-top: 0px solid #eb4036!important;
  border-bottom: 0px solid #eb4036!important;
  padding: 10px 0!important;
  text-align: center;
  width: 100%;
}
.contact-section .hs-form-required {
  color: #fff;
  margin-left: 4px;
}
.contact-section .form-wrapper .hs_error_rollup label.hs-main-font-element:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
  content: '';  
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 .2rem 0 -.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.contact-section .hs-richtext.hs-main-font-element h6 {
  font-size: 14px;
  color: white;
  margin-top: 16px;
}
.contact-section .form-wrapper .hs-input:focus {
  border-color: #25a6dd;
}
.contact-section form .inputs-list>li {
  margin: 0;
}
.contact-section .form-wrapper .hs-form li.hs-form-checkbox label {
  width: 100%;
}
.contact-section  form .inputs-list span {
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
  font-size: 13.68px!important;
}

.contact-section .form-wrapper [type="checkbox"] {
  margin-right: 15px;
}
.contact-section .form-wrapper form fieldset.form-columns-1 .hs-form-field {
  margin: 0;
}
.contact-section .content-section .column-inner .social-networks ul.list li.item a.link:hover {
  border-color: transparent;
  background-color: #fff;
}

.contact-section .content-section .column-inner .social-networks ul.list li.item a.link:hover i {
  color: #c9c9c9;
}
.contact-section .top-title h6 {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.23;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media(max-width:1199px){
  .contact-section .content-section .column-inner .heading-wrapper h5 a {
    font-size: 26px;
  }
  .container-fluid.home-row6 .contact-section .col-6.content-section {
    margin-top: -3px;
  }
  .contact-section .content-section .column-inner .address-section h5 {
    font-size: 26px;
  }
  .contact-section .content-section .column-inner .heading-wrapper h5 {
    line-height: 1.23;
    font-size: 26px;
  }
}
@media(max-width:991px){
  .contact-section .content-section .column-inner .heading-wrapper h5,.contact-section .content-section .column-inner .heading-wrapper h5 a {
    font-size: 24px;
  }
  .contact-section .content-section .column-inner .address-section h5 {
    font-size: 24px;
  }

}
@media(max-width:767px){
  .contact-section .col-6{
    width:100%;
  }

}
@media(max-width:640px){
  .contact-section .form-wrapper form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  .contact-section .form-wrapper form fieldset.form-columns-2 .hs-form-field {
    padding-right: 0;
  }
  .contact-section .form-wrapper form fieldset.form-columns-2 {
    width: 100%;
  }

  .contact-section .form-wrapper form fieldset.form-columns-2 {
    padding: 0;
  }

  .contact-section .form-wrapper form fieldset.form-columns-1 {
    padding: 0;
  }

  .contact-section .form-wrapper form fieldset.form-columns-2 .hs-form-field .input {
    margin-bottom: 8px;
    margin-top: 0;
    padding-top: 2px;
  }

  .contact-section .form-wrapper form fieldset.form-columns-2:first-child .hs-form-field:last-child .input {
    margin-bottom: 0px !important;
  }

  .contact-section .form-wrapper form fieldset.form-columns-2:nth-child(2) .hs-form-field .input {
    margin-bottom: 16px;
    padding: 0;
  }
  .container-fluid.home-row6 .contact-section .form-wrapper textarea.hs-input::-webkit-input-placeholder, .container-fluid.home-row6 .contact-section .form-wrapper textarea {
    line-height: 1.5;
    height: 120px;
  }


  .contact-section .form-wrapper form fieldset.form-columns-1 {
    margin: 0;
  }
  .contact-section .form-wrapper form fieldset.form-columns-1 {
    margin-top: 16px;
  }
}
@media(max-width:420px){

  .contact-section .top-title h2 {
    font-size: 38px;
  }
}