@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xY.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 35px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .btn.btn-default {
  color: #fff;
  background: #DAAA62;
}
body .btn.btn-default:hover {
  background: #d09439;
}
body .btn.btn-small {
  padding: 10px 20px;
  font-size: 14px;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none !important;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.input-service {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.input-service label {
  display: block;
  height: 17px;
  font-size: 12px;
  font-weight: 700;
  color: #444444;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.input-service input {
  height: 45px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  outline: none;
  background: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.input-service input:focus {
  border-color: #DAAA62;
}
.input-service textarea {
  height: 100px;
  width: 100%;
  border: 2px solid #B1B4B6;
  padding-top: 4px;
  border-radius: 50px;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}
.input-service .input-alert {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #dc3545;
}
.input-service.active label {
  font-size: 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.checkbox-wrapper {
  margin-top: 20px;
  cursor: pointer;
  display: block;
  position: relative;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #444444;
  text-align: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.checkbox-wrapper .radio-box p a {
  color: #E2000F;
  text-decoration: underline;
}
.checkbox-wrapper .radio-box:before {
  content: "";
  min-width: 12px;
  max-width: 12px;
  border-radius: 2px;
  height: 12px;
  color: #fff;
  display: block;
  margin-top: 3px;
  border: 1px solid #444444;
  background: #fff;
  margin-right: 7px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.checkbox-wrapper input {
  visibility: visible;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
.checkbox-wrapper.checkbox-alert .radio-box {
  color: #dc3545;
}
.checkbox-wrapper.checkbox-alert .radio-box:before {
  border-color: #dc3545;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 10px;
}
.checkbox-wrapper > input:checked + .radio-box:before {
  background: olivedrab;
}
.checkbox-wrapper > input:focus-visible + .radio-box {
  outline: 2px solid #000;
}
.news-flexbox {
  margin-top: -8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-flexbox .news-service {
  width: 46%;
  margin-top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-flexbox .news-service .name {
  font-family: 'Merriweather';
  font-size: 30px;
  color: #444444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .date {
  margin-top: 15px;
  font-size: 12px;
  color: #444444;
}
.news-flexbox .news-service .description {
  margin-top: 20px;
  font-size: 14px;
  color: #444444;
}
.news-flexbox .news-service .btn-more {
  margin-top: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #DAAA62;
}
.news-flexbox .news-service:hover .name {
  color: #DAAA62;
}
nav.section-header {
  font-family: 'Barlow Condensed', sans-serif;
  background: #F1F1F1;
}
nav.section-header .header-flexbox {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-contact {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li a svg,
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li a img {
  fill: #DAAA62;
  height: 24px;
  width: 24px;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li + li {
  margin-left: 7px;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a svg,
nav.section-header .header-flexbox .flexbox-contact .contact-info li a img {
  height: 24px;
  width: 24px;
  fill: #DAAA62;
  margin-right: 6px;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  color: #444444;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a:hover span {
  color: #DAAA62;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li + li {
  margin-left: 20px;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo img {
  height: 70px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper {
  width: 33.33333333%;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:not(.btn-default),
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button:not(.btn-default) {
  font-size: 15px;
  color: #444444;
  font-weight: 500;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:not(.btn-default):hover,
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button:not(.btn-default):hover {
  color: #DAAA62;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown button:after {
  vertical-align: 0.105em;
  border: none;
  height: 10px;
  width: 10px;
  background: url('../img/icons/up-arrow.svg') center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown .dropdown-menu {
  margin-top: 10px !important;
  padding: 5px 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown .dropdown-menu li a {
  padding: 5px 10px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown .dropdown-menu li + li {
  margin-left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
  margin-left: 40px;
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
section.section-welcome {
  background: #F1F1F1;
  padding-top: 30px;
}
section.section-welcome .welcome-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-item .item-description {
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 111;
  padding-left: 100px;
}
section.section-welcome .welcome-item .item-description h1,
section.section-welcome .welcome-item .item-description h2 {
  font-size: 60px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.section-welcome .welcome-item .item-description p {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
  color: #444444;
}
section.section-welcome .welcome-item .item-description .btn {
  margin-top: 30px;
}
section.section-welcome .welcome-item .item-background {
  margin-left: -20%;
  width: 70%;
  height: 650px;
  position: relative;
}
section.section-welcome .welcome-item .item-background .background-cover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.section-welcome .welcome-item .item-background .background-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.section-welcome .owl-carousel-welcome {
  position: relative;
}
section.section-welcome .owl-carousel-welcome .owl-dots {
  display: none;
}
section.section-welcome .owl-carousel-welcome .owl-nav {
  position: absolute !important;
  margin-top: 0;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev,
section.section-welcome .owl-carousel-welcome .owl-nav .owl-next {
  background-color: #DAAA62;
  background-image: url(../img/icons/up-arrow-white.svg);
  background-position: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 50%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 35px;
  outline: none;
  border-radius: 3px;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 5px;
}
.section-heading h1,
.section-heading h2 {
  font-size: 60px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
.section-heading h1 a,
.section-heading h2 a {
  color: inherit;
  position: relative;
}
.section-heading h1 a:after,
.section-heading h2 a:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  height: 2px;
  background: #444444;
  width: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-heading h1 a:hover:after,
.section-heading h2 a:hover:after {
  width: 100%;
}
section.section-offer {
  position: relative;
  padding-top: 100px;
}
section.section-offer .section-background {
  background: #F1F1F1;
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
}
section.section-offer .section-heading {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.section-offer .offer-flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-offer .offer-flexbox .flexbox-service {
  width: 27%;
}
section.section-offer .offer-flexbox .flexbox-service .service-image {
  width: 100%;
  padding-top: 110%;
  position: relative;
}
section.section-offer .offer-flexbox .flexbox-service .service-image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.section-offer .offer-flexbox .flexbox-service .service-image .image-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 170, 98, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background: -o-linear-gradient(top, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
  background: linear-gradient(180deg, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
}
section.section-offer .offer-flexbox .flexbox-service h3 {
  margin-top: 20px;
  font-size: 40px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.section-offer .offer-flexbox .flexbox-service .description {
  margin-top: 20px;
}
section.section-offer .offer-flexbox .flexbox-service .description ul {
  padding-left: 17px;
  list-style: none;
}
section.section-offer .offer-flexbox .flexbox-service .description ul li {
  font-size: 14px;
  color: #444444;
  position: relative;
}
section.section-offer .offer-flexbox .flexbox-service .description ul li:before {
  content: '';
  height: 6px;
  width: 6px;
  top: 8px;
  left: -15px;
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #E2000F;
}
section.section-offer .offer-flexbox .flexbox-service .description ul li + li {
  margin-top: 15px;
}
section.section-offer .offer-flexbox .flexbox-service .btn {
  margin-top: 30px;
}
section.section-offer .offer-flexbox .flexbox-service:nth-child(1) {
  margin-top: 70px;
}
section.section-offer .offer-flexbox .flexbox-service:nth-child(2) {
  margin-top: 170px;
}
.section-hero-image-wrapper {
  overflow: hidden;
}
.section-hero-image-wrapper .section-hero-image {
  position: relative;
  z-index: -1;
  width: 100%;
}
.section-hero-image-wrapper .section-hero-image img {
  position: absolute;
  left: 100px;
  top: -200px;
}
section.section-pricing {
  margin-top: 100px;
  position: relative;
  padding: 40px 0;
}
section.section-pricing .section-background {
  background: #F1F1F1;
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(3.45deg, #785827 2.84%, rgba(129, 94, 42, 0) 97.16%);
  background: linear-gradient(86.55deg, #785827 2.84%, rgba(129, 94, 42, 0) 97.16%);
  opacity: 0.3;
}
section.section-pricing .pricing-inner {
  padding-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-pricing .pricing-inner .inner-cta {
  position: relative;
}
section.section-pricing .pricing-inner .inner-cta span {
  display: block;
  font-family: 'Merriweather';
  font-size: 30px;
  color: #777777;
}
section.section-pricing .pricing-inner .inner-cta .btn {
  margin-top: 18px;
}
section.section-pricing .pricing-inner .section-heading {
  margin-left: 100px;
  position: relative;
}
section.section-blog {
  margin-top: 100px;
}
section.section-blog .blog-inner {
  padding-left: 100px;
}
section.section-blog .blog-inner .news-flexbox {
  max-width: 800px;
  padding-top: 80px;
}
section.section-cta {
  margin-top: 150px;
}
section.section-cta .cta-inner {
  padding-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.section-cta .cta-inner .inner-form {
  width: 490px;
  padding: 40px;
  background: #F1F1F1;
  position: relative;
}
section.section-cta .cta-inner .inner-form:before {
  content: '';
  height: 200px;
  width: 100px;
  background: #DAAA62;
  position: absolute;
  top: 0;
  left: -100px;
}
section.section-cta .cta-inner .inner-form .section-heading {
  white-space: nowrap;
}
section.section-cta .cta-inner .inner-form .checkbox-wrapper:first-of-type {
  margin-top: 40px;
}
section.section-cta .cta-inner .inner-form .btn {
  margin-top: 30px;
}
section.section-cta .cta-inner .inner-sidebar {
  margin-left: 100px;
}
section.section-cta .cta-inner .inner-sidebar .heading {
  font-family: 'Merriweather';
  font-size: 30px;
  color: #777777;
  margin-bottom: 12px;
}
section.section-cta .cta-inner .inner-sidebar .heading:not(:first-child) {
  margin-top: 80px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a svg,
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a img {
  height: 38px;
  width: 38px;
  fill: #DAAA62;
  margin-right: 10px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  color: #444444;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a:hover span {
  color: #DAAA62;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li + li {
  margin-top: 20px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a svg,
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a img {
  fill: #DAAA62;
  height: 30px;
  width: 30px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li + li {
  margin-left: 12px;
}
section.section-footer {
  margin-top: 100px;
}
section.section-footer .footer-inner {
  padding: 100px 0;
  background: #F1F1F1;
}
section.section-footer .footer-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .heading {
  font-family: 'Merriweather';
  font-size: 18px;
  color: #444444;
  margin-bottom: 28px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 300;
  color: #444444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li a:hover {
  color: #DAAA62;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li + li {
  margin-top: 9px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a svg,
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a img {
  height: 15px;
  width: 15px;
  fill: #DAAA62;
  margin-right: 10px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a:hover span {
  color: #DAAA62;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li a svg,
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li a img {
  height: 24px;
  width: 24px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li + li {
  margin-left: 7px;
}
section.section-footer .footer-credits {
  background: #DAAA62;
  padding: 20px;
  text-align: center;
}
section.section-footer .footer-credits p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
section.section-footer .footer-credits p a {
  color: inherit;
}
@media (max-width: 767.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}

/*# sourceMappingURL=maps/style.css.map */
