html {
  scroll-behavior: smooth;
}
/* ------------------------------------------ Footer top ------------------------------------------ */
.footer_overflow {
  background-color: #434244;
  height: 2px;
  margin-bottom: -2px;
}
.footer_block_left {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .footer_block_left {
    text-align: center;
  }
}
.footer_block_center {
  text-align: center;
}
.footer_block_right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer_block_right {
    text-align: center;
  }
}
footer {
  background-color: #ffffff;
  bottom: 0;
  color: #000;
  left: 0;
  position: absolute;
  right: 0;
  font-weight: 200;
  border-top: 4px solid #054990;
}
footer .footer_title {
  color: #C6B182;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 991px) {
  footer .footer_title {
    text-align: center;
  }
}
footer .footer_logo {
  position: relative;
  display: block;
  width: 85px;
  margin-bottom: 0;
}
footer .footer_text {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  footer .footer_text {
    text-align: center;
  }
}
footer .footer_text a {
  color: #054990;
  font-weight: 700;
}
footer .footer_text a:hover,
footer .footer_text a:focus,
footer .footer_text a:active {
  transition: all 0.3s;
  color: #C6B182 !important;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  footer .footer_block {
    text-align: center !important;
  }
}
.footer_icon_block .icon {
  width: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .footer_icon_block .icon {
    width: 100px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer_icon_block .content {
  width: calc(100% - 91px);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .footer_icon_block .content {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
.footer_icon_block .content p:last-child {
  margin-bottom: 0;
}
.newsletter_form form .form-group {
  margin-bottom: 0;
  margin-top: 12px;
}
.newsletter_form form .form-group .form-control {
  background-image: none;
  color: #eee;
  display: block;
  font-size: 15px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
  height: 34px;
  border-radius: 0;
  border: 1.5px solid #5e5e5e;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  padding-right: 110px;
}
.newsletter_form form .form-group .form-control.disabled,
.newsletter_form form .form-group .form-control:disabled {
  background-color: #eee;
  transition: all 0.3s;
}
.newsletter_form form .form-group .form-control:active,
.newsletter_form form .form-group .form-control:focus {
  border: 1.5px solid #a6a6a6;
  transition: all 0.3s;
}
.newsletter_form form .form-group .form-control.wpcf7-not-valid {
  border-left: 3px solid #df291e;
}
.newsletter_form form .form-group .form-control.wpcf7-not-valid:active,
.newsletter_form form .form-group .form-control.wpcf7-not-valid:focus {
  border: 1px solid #df291e;
  border-left: 3px solid #df291e;
  transition: all 0.3s;
}
.newsletter_form form .invia_button {
  margin-top: 0;
  position: absolute;
  top: 12px;
  right: 0;
}
.newsletter_form form .invia_button .ajax-loader {
  display: none;
}
.newsletter_form form .invia_button p {
  margin-bottom: 0px;
}
.newsletter_form form .invia_button input {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  padding: 4px 31px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 0px;
  color: #fff;
  border: 2px solid #fff;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.newsletter_form form .invia_button input:hover,
.newsletter_form form .invia_button input:active,
.newsletter_form form .invia_button input:focus {
  background-color: #ffffff;
  border-radius: 0px;
  color: #000;
  border: 2px solid #fff;
}
@media only screen and (max-width: 991px) {
  .newsletter_form form .invia_button {
    text-align: center;
  }
}
.newsletter_form .wpcf7-mail-sent-ok {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  padding: 0 !important;
  color: #98e195 !important;
  margin-top: 0 !important;
}
.newsletter_form .wpcf7-validation-errors {
  display: none !important;
}
.footer_logo {
  max-width: 200px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .footer_logo {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.left_content {
  max-width: 450px;
}
.social_logo a {
  font-size: 35px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  color: #000;
}
.social_logo a:hover,
.social_logo a:focus,
.social_logo a:active {
  transition: all 0.3s;
  color: #1CACB7 !important;
}
/* ---------- footer newsletter form ---------- */
#form_footer_newsletter .form-group {
  margin-bottom: 0;
}
#form_footer_newsletter .form-group input {
  background-color: #fff;
  border: 0px solid #ddd;
  height: 36px;
}
#form_footer_newsletter .invia_button {
  margin-top: 0;
}
#form_footer_newsletter .invia_button button {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  height: auto;
  padding: 4px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
}
/* ---------- footer news list ---------- */
.footer_news_list {
  margin-bottom: -13px;
}
.footer_news_list .news {
  margin-bottom: 13px;
}
.footer_news_list .news .news_image_container {
  padding-right: 0;
  min-height: 43px;
}
@media only screen and (max-width: 991px) {
  .footer_news_list .news .news_image_container {
    min-height: 0px;
  }
}
.footer_news_list .news .news_image_container .image {
  height: 100%;
  min-height: 58px;
}
.footer_news_list .news .title {
  color: #676666;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.footer_news_list .news .title:hover {
  text-decoration: none;
  transition: all 0.3s;
  color: #0C579C;
}
.footer_news_list .news .data {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 400;
}
.footer_news_list .news .description {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 400;
}
/* ---------- footer bottom ---------- */
.subfooter {
  text-align: center;
  padding: 15px 30px;
  background-color: #C6B182;
  color: #fff;
  font-size: 17px;
}
.subfooter a {
  color: #fff;
  font-weight: 500;
  text-decoration: none !important;
}
.subfooter a:hover,
.subfooter a:focus,
.subfooter a:active {
  transition: all 0.3s;
  color: #054990 !important;
}
/*# sourceMappingURL=footer.css.map */