/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-button-bg, .btn-style, header #navbar ul li:last-of-type a {
  background-image: url(../img/sprite.png?ver=87654);
  background-position: -1207px -350px;
  width: 240px;
  height: 54px;
}

.icon-circle-bg, #inner-banner:before, #home-banner:before {
  background-image: url(../img/sprite.png);
  background-position: -604px 0px;
  width: 593px;
  height: 1023px;
}

.icon-down-arrow, #home-banner #scroll-down:before {
  background-image: url(../img/sprite.png);
  background-position: -1435px -230px;
  width: 15px;
  height: 41px;
}

.icon-email, #contact-us .container .footer-icon.email:before {
  background-image: url(../img/sprite.png);
  background-position: -1345px -230px;
  width: 80px;
  height: 81px;
}

.icon-facebook-hover, #home-banner #social-icons li .icon-facebook:hover {
  background-image: url(../img/sprite.png);
  background-position: -1207px -715px;
  width: 50px;
  height: 50px;
}

.icon-facebook {
  background-image: url(../img/sprite.png);
  background-position: -1387px -569px;
  width: 50px;
  height: 50px;
}

.icon-flower {
  background-image: url(../img/sprite.png);
  background-position: -1343px -639px;
  width: 30px;
  height: 28px;
}

.icon-heading-design-white, #house-calls .wrapper h2:before {
  background-image: url(../img/sprite.png);
  background-position: -1207px -639px;
  width: 126px;
  height: 28px;
}

.icon-heading-design, h2:before, .h2:before {
  background-image: url(../img/sprite.png);
  background-position: -1207px -677px;
  width: 126px;
  height: 28px;
}

.icon-heading-line-2 {
  background-image: url(../img/sprite.png);
  background-position: -1267px -715px;
  width: 126px;
  height: 6px;
}

.icon-insta-hover, #home-banner #social-icons li .icon-insta:hover {
  background-image: url(../img/sprite.png);
  background-position: -1397px -414px;
  width: 50px;
  height: 50px;
}

.icon-insta {
  background-image: url(../img/sprite.png);
  background-position: -1387px -478px;
  width: 50px;
  height: 50px;
}

.icon-left-arrow, .owl-carousel .owl-nav .owl-prev:before {
  background-image: url(../img/sprite.png);
  background-position: -1207px -569px;
  width: 80px;
  height: 60px;
}

.icon-logo-mobile {
  background-image: url(../img/sprite.png);
  background-position: -1207px -230px;
  width: 128px;
  height: 110px;
}

.icon-logo {
  background-image: url(../img/sprite.png);
  background-position: -1207px 0px;
  width: 250px;
  height: 220px;
}

.icon-phone, #contact-us .container .footer-icon.phone:before {
  background-image: url(../img/sprite.png);
  background-position: -1297px -478px;
  width: 80px;
  height: 81px;
}

.icon-right-arrow, .owl-carousel .owl-nav .owl-next:before {
  background-image: url(../img/sprite.png);
  background-position: -1297px -569px;
  width: 80px;
  height: 60px;
}

.icon-right-circle, #inner-banner:after, #home-banner:after {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 594px;
  height: 1188px;
}

.icon-small-btn-bg, .btn-style.small-btn, header #navbar ul li:last-of-type a.small-btn {
  background-image: url(../img/sprite.png);
  background-position: -1207px -414px;
  width: 180px;
  height: 54px;
}

.icon-timing, #contact-us .container .footer-icon.timing:before {
  background-image: url(../img/sprite.png);
  background-position: -1207px -478px;
  width: 80px;
  height: 81px;
}

/*
 * Vendor Prefix generator
 */
/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(margin, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
/****************** BUTTONS **************************/
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
.alert[style*=inline] {
  display: block !important;
}

@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler-ExtraBold.eot");
  src: url("../fonts/Butler-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Butler-ExtraBold.woff2") format("woff2"), url("../fonts/Butler-ExtraBold.woff") format("woff"), url("../fonts/Butler-ExtraBold.ttf") format("truetype"), url("../fonts/Butler-ExtraBold.svg#Butler-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  max-width: 2560px;
  margin: auto;
}

h1, .h1 {
  color: #ac9374;
  font-family: "Butler";
  font-size: 80px;
  line-height: 90px;
  background: -webkit-linear-gradient(#dec19e, #ac9374);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1 small, .h1 small {
  display: block;
}

h2, .h2 {
  color: #ac9374;
  position: relative;
  font-family: "Butler";
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 30px;
  }
}
h2:before, .h2:before {
  content: "";
  position: absolute;
  bottom: 0;
}
h2 small, .h2 small {
  display: block;
}
h2 strong, .h2 strong {
  color: #0e4667;
  font-weight: bold;
}

h3 {
  color: #0e4667;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
}
h3 strong {
  color: #47d648;
}
h3 p {
  color: #f18f01;
}
h3 span {
  display: block;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3 span {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 60px;
}
h4 > strong {
  color: #f18f01;
}

p {
  margin: 0 0 20px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  h2 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}
a {
  color: #000000;
}
a:hover {
  color: #ac9374;
}

img {
  max-width: 100%;
}

.social-links {
  list-style: none;
  padding: 0;
}
.social-links li {
  display: inline-block;
}

.btn-style, header #navbar ul li:last-of-type a {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  border: 0;
  padding: 18px 20px 18px;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background-color: transparent;
}
.btn-style:hover, header #navbar ul li:last-of-type a:hover, .btn-style:focus, header #navbar ul li:last-of-type a:focus, .btn-style:active, header #navbar ul li:last-of-type a:active {
  color: #ac9374;
  text-decoration: none;
  outline: none !important;
}
.btn-style:hover:before, header #navbar ul li:last-of-type a:hover:before, .btn-style:focus:before, header #navbar ul li:last-of-type a:focus:before, .btn-style:active:before, header #navbar ul li:last-of-type a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-link {
  color: #2d2c2c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

label {
  line-height: 26px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 14px !important;
    margin: 0;
    line-height: 16px !important;
  }
}

.form-control {
  border: 0;
  border-bottom: 2px solid rgba(172, 147, 116, 0.4);
  background-color: transparent;
  box-shadow: none;
  height: 47px;
  border-radius: 0;
  padding-left: 15px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}
.form-control:focus, .form-control:active, .form-control:hover {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ac9374 !important;
  color: #ffffff !important;
  background-color: rgba(172, 147, 116, 0.4) !important;
}
.form-control:focus {
  background-color: rgba(172, 147, 116, 0.4) !important;
}

.form-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 150px;
  max-height: 200px;
  background: transparent;
  resize: none;
}
textarea.form-control:focus, textarea.form-control:active, textarea.form-control:hover {
  background-color: rgba(172, 147, 116, 0.4) !important;
}
@media screen and (max-width: 767px) {
  textarea.form-control {
    min-height: 100px;
    max-height: 100px;
  }
}

.screen-reader-response, .wpcf7-validation-errors {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #454545;
  text-shadow: 0 0 0;
  line-height: 47px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  padding: 10px !important;
  margin: 20px auto 0;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
  margin-top: 90px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  text-align: center;
  padding: 10px 30px !important;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
}

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
  height: 34px;
  width: 34px;
  padding: 2px;
  border: 1px solid #b21212;
  color: #b21212;
  transition: 0.5s;
  padding-top: 6px;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}
.pagination li.active a {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
}
.pagination li.active a:hover {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  color: red;
  line-height: 20px;
  font-size: 12px !important;
  font-weight: normal;
  margin-top: 8px;
}

iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.container.smaller {
  max-width: 900px;
}

.container.more-smaller {
  max-width: 700px;
}

.blue-bg {
  background: #0e4667;
}

.silver-bg {
  background: #22bdb6;
}

.red-bg {
  background: #b21212;
}
.red-bg .btn-style, .red-bg header #navbar ul li:last-of-type a, header #navbar ul li:last-of-type .red-bg a {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.red-bg .btn-style:before, .red-bg header #navbar ul li:last-of-type a:before, header #navbar ul li:last-of-type .red-bg a:before {
  background: #ffffff;
}
.red-bg .btn-style:hover, .red-bg header #navbar ul li:last-of-type a:hover, header #navbar ul li:last-of-type .red-bg a:hover, .red-bg .btn-style:active, .red-bg header #navbar ul li:last-of-type a:active, header #navbar ul li:last-of-type .red-bg a:active, .red-bg .btn-style:focus, .red-bg header #navbar ul li:last-of-type a:focus, header #navbar ul li:last-of-type .red-bg a:focus {
  color: #b21212;
}

section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.no-style-submit {
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 20px;
  width: 100%;
  text-indent: 0;
  z-index: 9999;
  font-weight: 500;
  transition: 0.5s;
}

.container > h2 {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .container > h2 {
    margin-bottom: 30px;
  }
}

.owl-dot:hover, .owl-dot:focus, .owl-dot:active, .owl-nav button:hover, .owl-nav button:focus, .owl-nav button:active {
  outline: none;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list li {
  display: inline-block;
}

.owl-dots {
  display: none !important;
}

.owl-carousel .owl-nav span {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -41px;
  bottom: 0;
  left: -100px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: -25px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

img.float-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-left {
    margin-right: 0;
    width: 100%;
  }
}

img.float-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-right {
    margin-left: 0;
    width: 100%;
  }
}

.image-wrapper {
  overflow: hidden;
}
.image-wrapper img {
  transition: 0.5s;
}
.image-wrapper:hover img, .image-wrapper:focus img, .image-wrapper:active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu-btn {
    display: block;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("../img/001-menu.svg") no-repeat;
    background-size: 100%;
    z-index: 9999;
  }
  #menu-btn.active {
    background: url("../img/002-cancel.svg") no-repeat;
    background-size: 100%;
    z-index: 99999;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#main-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  #main-menu {
    display: none;
    background: #ffffff;
    margin-top: 0;
    top: 0;
    position: absolute;
    text-align: center !important;
    z-index: 9999;
    padding: 20px 0;
    left: 0;
    width: 100%;
    padding-top: 65px;
  }
  #main-menu ul {
    padding-top: 0;
    top: 0;
    width: 100%;
  }
  #main-menu ul li {
    display: block;
    text-align: center;
  }
  #main-menu ul li a {
    display: block;
    color: #000000 !important;
  }
  #main-menu.active {
    display: block;
  }
}

.captcha-image {
  border-color: #dfdfdf !important;
  width: 100%;
}

.split2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 767px) {
  .split2 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.split3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media screen and (max-width: 767px) {
  .split3 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.gray-bg {
  background: #22bdb6;
}

.text-black {
  color: #000000 !important;
}

[class^=icon-], [class^=svg-] {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  [class^=svg-b] {
    display: none !important;
  }
}

.standard-content {
  font-size: 16px;
  line-height: 24px;
  /*  > * {
      line-height: 1.75;
      text-align: left !important;
      &:last-child {
        margin-bottom: 0;
      }
    }*/
}
.standard-content h3, .standard-content h4, .standard-content h5, .standard-content h6 {
  margin: 0 0 10px;
}
.standard-content h3 {
  font-weight: 700;
  margin: 35px 0 5px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .standard-content h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0 5px;
  }
}
.standard-content h4 {
  font-weight: 600;
  padding: 12px 0 5px;
  margin: 0;
}
.standard-content hr {
  margin: 0 0 15px;
  border-top: 1px solid #d6dfe8;
}
.standard-content p {
  font-size: 16px;
  margin: 0 0 20px;
}
.standard-content ol, .standard-content ul {
  font-size: 16px;
}
.standard-content ol.wrapped li, .standard-content ul.wrapped li {
  font-weight: 600;
  color: #454545;
  font-size: 16px;
}
.standard-content ol.wrapped li span, .standard-content ul.wrapped li span {
  font-weight: 400;
  color: #454545;
  display: inline-block;
  vertical-align: top;
}
.standard-content ol.wrapped li span {
  margin-left: 3px;
}
.standard-content ul {
  padding: 0;
  margin: 20px 0;
  padding-left: 20px;
  list-style: none;
  font-size: 16px;
}
.standard-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.standard-content ul li ul {
  margin: 0;
  font-size: 16px;
}
.standard-content ul li:before {
  content: "";
  left: 0;
  top: 9px;
  background: #ffffff;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #b21212;
  display: block;
  position: absolute;
  transition: 0.1s;
}
.standard-content ul li:hover {
  /*&:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid $blue;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    border-right: 0;
  }*/
}
.standard-content ul.social-icons li {
  padding-left: 25px;
}
.standard-content ul.social-icons li:before {
  background: url("../img/sprite.png") no-repeat;
  left: 0;
  top: 9px;
  border-radius: 0;
  border: none;
}
.standard-content img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 20px 0;
}
.standard-content img.left, .standard-content img[style*="float: left;"], .standard-content img[style*="float:left;"] {
  width: auto;
  height: auto;
  float: left;
  margin: 7px 15px 10px 0;
}
@media screen and (max-width: 767px) {
  .standard-content img.left, .standard-content img[style*="float: left;"], .standard-content img[style*="float:left;"] {
    float: none !important;
    display: block;
    margin: 20px 0 20px 0;
  }
}
.standard-content img.right, .standard-content img[style*="float: right;"], .standard-content img[style*="float:right;"] {
  width: auto;
  height: auto;
  float: right;
  margin: 7px 0 10px 15px;
}
@media screen and (max-width: 767px) {
  .standard-content img.right, .standard-content img[style*="float: right;"], .standard-content img[style*="float:right;"] {
    float: none !important;
    display: block;
    margin: 20px 0 20px 0;
  }
}
.standard-content img.kv-play-icon {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.standard-content figure {
  margin: 0 0 10px;
}
.standard-content figure figcaption {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}
.standard-content dl {
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-content dl dd {
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-content meter {
  width: 100%;
  margin: 0 0 10px;
}
.standard-content progress {
  width: 100%;
  margin: 0 0 10px;
}
.standard-content details {
  margin: 0 0 10px;
}
.standard-content details summary {
  font-weight: bold;
}
.standard-content details p {
  margin-left: 15px;
}
.standard-content blockquote {
  margin: 0 0 30px;
}
.standard-content blockquote:before, .standard-content blockquote:after {
  font-size: 20px;
  content: '"';
}
.standard-content table {
  visibility: hidden;
}
.standard-content table.table {
  visibility: visible;
}
.standard-content .table-wrapper {
  width: 100%;
  overflow-y: auto;
  padding-bottom: 6px;
  margin: 25px 0 20px;
}
@media screen and (max-width: 767px) {
  .standard-content .table-wrapper {
    margin: 15px 0 15px;
  }
}
.standard-content .table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
.standard-content .table-wrapper::-webkit-scrollbar-thumb {
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
}
.standard-content .table-wrapper table {
  visibility: visible;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .standard-content .table-wrapper table {
    width: 1200px;
    font-size: 17px;
  }
}
.standard-content .table-wrapper table caption {
  display: none;
}
.standard-content .table-wrapper table thead {
  background-color: #b21212;
}
.standard-content .table-wrapper table thead tr th {
  color: #ffffff;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.standard-content .table-wrapper table tbody tr td {
  padding: 15px 15px;
  font-weight: 500;
  font-size: 16px;
}
.standard-content .table-wrapper table tbody tr:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}
.standard-content iframe {
  display: block;
}
.standard-content .embed-responsive {
  margin-top: 25px;
  margin-bottom: 25px;
}
.standard-content .embed-responsive iframe {
  visibility: visible;
}
.standard-content .show-iframe iframe {
  visibility: visible;
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 767px) {
  .standard-content .show-iframe iframe {
    height: 257px;
  }
}
.standard-content .show-iframe iframe[src*="/slideshows/"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 530px !important;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .standard-content .show-iframe iframe[src*="/slideshows/"] {
    height: 257px !important;
  }
}
.standard-content iframe.cke_wysiwyg_frame.cke_reset {
  visibility: visible;
}
.standard-content a.btn {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .standard-content a.btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.standard-content a.btn-download span, .standard-content a.btn-download strong {
  display: inline-block;
  margin-right: 10px;
}
.standard-content #h5 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .standard-content #h5[style*=width] {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
  }
}
.standard-content .centered-image img {
  left: auto !important;
  transform: none;
}

.alert[style*=inline] {
  display: block !important;
}

@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler-ExtraBold.eot");
  src: url("../fonts/Butler-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Butler-ExtraBold.woff2") format("woff2"), url("../fonts/Butler-ExtraBold.woff") format("woff"), url("../fonts/Butler-ExtraBold.ttf") format("truetype"), url("../fonts/Butler-ExtraBold.svg#Butler-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  max-width: 2560px;
  margin: auto;
}

h1, .h1 {
  color: #ac9374;
  font-family: "Butler";
  font-size: 80px;
  line-height: 90px;
  background: -webkit-linear-gradient(#dec19e, #ac9374);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1 small, .h1 small {
  display: block;
}

h2, .h2 {
  color: #ac9374;
  position: relative;
  font-family: "Butler";
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 30px;
  }
}
h2:before, .h2:before {
  content: "";
  position: absolute;
  bottom: 0;
}
h2 small, .h2 small {
  display: block;
}
h2 strong, .h2 strong {
  color: #0e4667;
  font-weight: bold;
}

h3 {
  color: #0e4667;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
}
h3 strong {
  color: #47d648;
}
h3 p {
  color: #f18f01;
}
h3 span {
  display: block;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3 span {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 60px;
}
h4 > strong {
  color: #f18f01;
}

p {
  margin: 0 0 20px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  h2 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}
a {
  color: #000000;
}
a:hover {
  color: #ac9374;
}

img {
  max-width: 100%;
}

.social-links {
  list-style: none;
  padding: 0;
}
.social-links li {
  display: inline-block;
}

.btn-style, header #navbar ul li:last-of-type a {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  border: 0;
  padding: 18px 20px 18px;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background-color: transparent;
}
.btn-style:hover, header #navbar ul li:last-of-type a:hover, .btn-style:focus, header #navbar ul li:last-of-type a:focus, .btn-style:active, header #navbar ul li:last-of-type a:active {
  color: #ac9374;
  text-decoration: none;
  outline: none !important;
}
.btn-style:hover:before, header #navbar ul li:last-of-type a:hover:before, .btn-style:focus:before, header #navbar ul li:last-of-type a:focus:before, .btn-style:active:before, header #navbar ul li:last-of-type a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-link {
  color: #2d2c2c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

label {
  line-height: 26px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 14px !important;
    margin: 0;
    line-height: 16px !important;
  }
}

.form-control {
  border: 0;
  border-bottom: 2px solid rgba(172, 147, 116, 0.4);
  background-color: transparent;
  box-shadow: none;
  height: 47px;
  border-radius: 0;
  padding-left: 15px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}
.form-control:focus, .form-control:active, .form-control:hover {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ac9374 !important;
  color: #ffffff !important;
  background-color: rgba(172, 147, 116, 0.4) !important;
}
.form-control:focus {
  background-color: rgba(172, 147, 116, 0.4) !important;
}

.form-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 150px;
  max-height: 200px;
  background: transparent;
  resize: none;
}
textarea.form-control:focus, textarea.form-control:active, textarea.form-control:hover {
  background-color: rgba(172, 147, 116, 0.4) !important;
}
@media screen and (max-width: 767px) {
  textarea.form-control {
    min-height: 100px;
    max-height: 100px;
  }
}

.screen-reader-response, .wpcf7-validation-errors {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #454545;
  text-shadow: 0 0 0;
  line-height: 47px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  padding: 10px !important;
  margin: 20px auto 0;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
  margin-top: 90px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  text-align: center;
  padding: 10px 30px !important;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
}

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
  height: 34px;
  width: 34px;
  padding: 2px;
  border: 1px solid #b21212;
  color: #b21212;
  transition: 0.5s;
  padding-top: 6px;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}
.pagination li.active a {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
}
.pagination li.active a:hover {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  color: red;
  line-height: 20px;
  font-size: 12px !important;
  font-weight: normal;
  margin-top: 8px;
}

iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.container.smaller {
  max-width: 900px;
}

.container.more-smaller {
  max-width: 700px;
}

.blue-bg {
  background: #0e4667;
}

.silver-bg {
  background: #22bdb6;
}

.red-bg {
  background: #b21212;
}
.red-bg .btn-style, .red-bg header #navbar ul li:last-of-type a, header #navbar ul li:last-of-type .red-bg a {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.red-bg .btn-style:before, .red-bg header #navbar ul li:last-of-type a:before, header #navbar ul li:last-of-type .red-bg a:before {
  background: #ffffff;
}
.red-bg .btn-style:hover, .red-bg header #navbar ul li:last-of-type a:hover, header #navbar ul li:last-of-type .red-bg a:hover, .red-bg .btn-style:active, .red-bg header #navbar ul li:last-of-type a:active, header #navbar ul li:last-of-type .red-bg a:active, .red-bg .btn-style:focus, .red-bg header #navbar ul li:last-of-type a:focus, header #navbar ul li:last-of-type .red-bg a:focus {
  color: #b21212;
}

section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.no-style-submit {
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 20px;
  width: 100%;
  text-indent: 0;
  z-index: 9999;
  font-weight: 500;
  transition: 0.5s;
}

.container > h2 {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .container > h2 {
    margin-bottom: 30px;
  }
}

.owl-dot:hover, .owl-dot:focus, .owl-dot:active, .owl-nav button:hover, .owl-nav button:focus, .owl-nav button:active {
  outline: none;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list li {
  display: inline-block;
}

.owl-dots {
  display: none !important;
}

.owl-carousel .owl-nav span {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -41px;
  bottom: 0;
  left: -100px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: -25px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

img.float-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-left {
    margin-right: 0;
    width: 100%;
  }
}

img.float-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-right {
    margin-left: 0;
    width: 100%;
  }
}

.image-wrapper {
  overflow: hidden;
}
.image-wrapper img {
  transition: 0.5s;
}
.image-wrapper:hover img, .image-wrapper:focus img, .image-wrapper:active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu-btn {
    display: block;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("../img/001-menu.svg") no-repeat;
    background-size: 100%;
    z-index: 9999;
  }
  #menu-btn.active {
    background: url("../img/002-cancel.svg") no-repeat;
    background-size: 100%;
    z-index: 99999;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#main-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  #main-menu {
    display: none;
    background: #ffffff;
    margin-top: 0;
    top: 0;
    position: absolute;
    text-align: center !important;
    z-index: 9999;
    padding: 20px 0;
    left: 0;
    width: 100%;
    padding-top: 65px;
  }
  #main-menu ul {
    padding-top: 0;
    top: 0;
    width: 100%;
  }
  #main-menu ul li {
    display: block;
    text-align: center;
  }
  #main-menu ul li a {
    display: block;
    color: #000000 !important;
  }
  #main-menu.active {
    display: block;
  }
}

.captcha-image {
  border-color: #dfdfdf !important;
  width: 100%;
}

.split2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 767px) {
  .split2 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.split3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media screen and (max-width: 767px) {
  .split3 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.gray-bg {
  background: #22bdb6;
}

.text-black {
  color: #000000 !important;
}

[class^=icon-], [class^=svg-] {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  [class^=svg-b] {
    display: none !important;
  }
}

body {
  overflow-x: hidden;
  max-width: 2500px;
  margin: auto;
  position: relative;
}

header {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  background: transparent;
}
header .container {
  max-width: 1366px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  header #main-menu {
    margin-top: 50px;
  }
}
header #navbar ul li {
  position: relative;
}
header #navbar ul li:hover > a {
  color: #ac9374;
}
header #navbar ul li a {
  color: #ffffff;
  padding: 15px 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  header #navbar ul li a {
    padding: 15px 18px;
  }
}
@media screen and (max-width: 767px) {
  header #navbar ul li a {
    margin-left: 0;
  }
}
header #navbar ul li a:hover {
  color: #ac9374;
}
header #navbar ul li.active a {
  color: #ac9374;
}
header #navbar ul li:last-of-type {
  margin-left: 30px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  header #navbar ul li:last-of-type {
    position: absolute;
    top: -85px;
    right: 23px;
  }
}
@media screen and (max-width: 767px) {
  header #navbar ul li:last-of-type {
    margin-left: 0;
  }
}
#house-calls {
  padding: 140px 0;
  background: url("../img/call-bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #house-calls {
    padding: 50px 0;
  }
}
#house-calls .wrapper {
  background: url("../img/call-inner-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 66px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #house-calls .wrapper {
    padding-top: 45px;
  }
}
#house-calls .wrapper:before {
  content: "";
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  position: absolute;
  top: 20px;
  left: 20px;
  border: 2px solid #ffffff;
}
#house-calls .wrapper h2 {
  color: #ffffff;
}
#house-calls .wrapper h2:before {
  left: 0;
  right: 0;
  margin: auto;
}
#house-calls .wrapper p {
  font-size: 40px;
  line-height: 52px;
  font-family: "Butler";
  color: #ffffff;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #house-calls {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #house-calls {
    padding: 100px 0;
  }
}

#about-us {
  padding: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about-us {
    padding: 0;
  }
}
#about-us .content {
  padding: 80px;
  background: url("../img/about-us-bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about-us .content {
    padding: 50px 15px 30px;
  }
}
#about-us .content .container {
  position: relative;
}
#about-us .content .container:before {
  content: "";
  width: 1px;
  height: 350px;
  background: #ac9374;
  position: absolute;
  left: -80px;
  top: -15px;
}
@media screen and (max-width: 1599px) {
  #about-us .content .container:before {
    display: none;
  }
}
#about-us .content .container h2 {
  color: #ffffff;
  text-align: left !important;
}
#about-us .content .container h2 strong {
  background: -webkit-linear-gradient(#dec19e, #ac9374);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about-us .content .container p {
  color: #ffffff;
}
#about-us .content .container p strong {
  color: #ac9374;
}
#about-us .right-image {
  position: absolute;
  right: 0;
  top: 50px;
  bottom: 0;
  margin: auto;
  height: 650px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #about-us .right-image {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  #about-us .right-image {
    position: relative;
    top: auto;
    height: auto;
    max-width: 100%;
    right: -30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #about-us .content {
    padding: 80px 0;
  }
  #about-us .content h2:after {
    top: 67px !important;
    left: 47px !important;
  }
  #about-us .right-image {
    top: 70px !important;
    height: 365px !important;
  }
}

#welcome {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #welcome {
    padding-top: 50px;
  }
}
#welcome h2 {
  margin-bottom: 30px;
}
#welcome h2:before {
  left: 0;
  right: 0;
  margin: auto;
}
#welcome p {
  margin-bottom: 30px;
}
#welcome h3 {
  color: #ac9374;
  font-family: "Butler";
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}
#welcome h3 a {
  color: #ac9374;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #welcome h3 a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #welcome .owl-nav {
    display: none !important;
  }
}

#home-banner {
  background: url("../img/home-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 200px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home-banner {
    background: url("../img/mobile-banner-bg.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 175px;
  }
}
@media screen and (min-width: 1200px) {
  #home-banner #home-slider {
    min-height: 250px;
  }
}
#home-banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -430px;
}
@media screen and (max-width: 767px) {
  #home-banner:before {
    display: none;
  }
}
#home-banner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  #home-banner:after {
    display: none;
  }
}
#home-banner h1 {
  font-size: 140px;
  font-weight: 400;
  line-height: 160px;
}
#home-banner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #home-banner .owl-carousel {
    margin-top: 30px;
    max-width: 480px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#home-banner .owl-nav {
  display: block !important;
}
@media screen and (max-width: 767px) {
  #home-banner .owl-nav {
    display: none !important;
  }
}
#home-banner .container {
  position: relative;
}
#home-banner .container:before {
  content: "";
  width: 1px;
  height: 230px;
  position: absolute;
  left: 190px;
  top: -200px;
  background: #ac9374;
}
@media screen and (max-width: 1300px) {
  #home-banner .container:before {
    left: 240px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #home-banner .container:before {
    height: 160px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  #home-banner .container:before {
    display: none;
  }
}
#home-banner .container:after {
  content: "";
  width: 1px;
  height: 400px;
  position: absolute;
  right: -90px;
  bottom: -366px;
  background: #ac9374;
}
@media screen and (max-width: 1599px) {
  #home-banner .container:after {
    display: none;
  }
}
#home-banner #social-icons {
  width: 50px;
  position: absolute;
  z-index: 99;
  left: 30px;
  bottom: 250px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1599px) {
  #home-banner #social-icons {
    bottom: 250px;
  }
}
@media screen and (max-width: 1199px) {
  #home-banner #social-icons {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
  }
}
#home-banner #social-icons li {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  #home-banner #social-icons li {
    display: inline-block;
    margin: 10px;
  }
}
#home-banner #scroll-down {
  position: absolute;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  bottom: 195px;
  z-index: 99;
  right: -8px;
  transform: rotate(-90deg); /* W3C */
  -webkit-transform: rotate(-90deg); /* Safari & Chrome */
  -moz-transform: rotate(-90deg); /* Firefox */
  -ms-transform: rotate(-90deg); /* Internet Explorer */
  -o-transform: rotate(-90deg); /* Opera */
}
@media screen and (min-width: 1599px) {
  #home-banner #scroll-down {
    bottom: 350px;
  }
}
@media screen and (max-width: 767px) {
  #home-banner #scroll-down {
    display: none;
  }
}
#home-banner #scroll-down:before {
  content: "";
  transform: rotate(90deg); /* W3C */
  -webkit-transform: rotate(90deg); /* Safari & Chrome */
  -moz-transform: rotate(90deg); /* Firefox */
  -ms-transform: rotate(90deg); /* Internet Explorer */
  -o-transform: rotate(90deg); /* Opera */
  position: absolute;
  left: -42px;
  top: -12px;
  transition: 0.5s;
}
#home-banner #scroll-down:hover {
  text-decoration: none;
}
#home-banner #scroll-down:hover:before {
  left: -48px;
}

#contact-us {
  background: #333;
  background-size: cover;
}
#contact-us .container {
  position: relative;
}
#contact-us .container:before {
  content: "";
  width: 1px;
  height: 500px;
  position: absolute;
  left: -70px;
  top: 100px;
  background: #ac9374;
}
@media screen and (max-width: 1599px) {
  #contact-us .container:before {
    display: none;
  }
}
#contact-us .container:after {
  content: "";
  width: 1px;
  height: 500px;
  position: absolute;
  right: -70px;
  top: 40px;
  background: #ac9374;
}
@media screen and (max-width: 1599px) {
  #contact-us .container:after {
    display: none;
  }
}
#contact-us .container > h2 {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#contact-us .container > h2:before {
  left: 0;
  right: 0;
  margin: auto;
}
#contact-us .container > p {
  color: #ffffff;
  text-align: center;
}
#contact-us .container .row {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contact-us .container .row {
    margin-top: 50px;
  }
}
#contact-us .container h3 {
  color: #ac9374;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
#contact-us .container p, #contact-us .container a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#contact-us .container .footer-icon {
  padding-left: 100px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contact-us .container .footer-icon {
    padding-left: 0;
    text-align: center;
  }
}
#contact-us .container .footer-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #contact-us .container .footer-icon:before {
    position: relative;
    top: 0;
    display: inline-block;
  }
}
#contact-us .container .footer-icon.email:before {
  top: -13px;
}
#contact-us .container .footer-icon.phone:before {
  top: -13px;
}
footer {
  background: #ac9374;
  padding: 20px 0 0;
}
footer p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 991px) {
  footer p {
    text-align: center;
  }
}

#inner-banner {
  background: url("../img/home-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 200px 0 100px;
  position: relative;
}
#inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -430px;
}
@media screen and (max-width: 767px) {
  #inner-banner:before {
    display: none;
  }
}
#inner-banner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  #inner-banner:after {
    display: none;
  }
}
#inner-banner h1 {
  font-size: 140px;
  font-weight: 400;
  line-height: 160px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  #inner-banner h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  #inner-banner h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
  }
}
#inner-banner .container {
  position: relative;
}
#inner-banner .container:before {
  content: "";
  width: 1px;
  height: 230px;
  position: absolute;
  left: 190px;
  top: -200px;
  background: #ac9374;
}
@media screen and (max-width: 1300px) {
  #inner-banner .container:before {
    left: 240px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #inner-banner .container:before {
    height: 160px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  #inner-banner .container:before {
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #inner-banner .container:before {
    display: none;
  }
}

.about #about {
  position: relative;
  padding-bottom: 180px;
}
.about #about:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 610px;
  right: 100px;
  z-index: 1;
  bottom: -80px;
  background-color: #ac9374;
}
@media screen and (max-width: 1599px) {
  .about #about:after {
    display: none;
  }
}
.about #about .pic {
  max-width: 100%;
  margin-top: 90px;
  position: relative;
}
.about #about .pic:after {
  content: "";
  position: absolute;
  width: 241px;
  height: 420px;
  border: 2px solid #ac9374;
  left: 20px;
  top: -20px;
}
.about #about .wrapper {
  position: absolute;
  right: 0;
  top: 190px;
}
.about #about .wrapper:after {
  content: "";
  position: absolute;
  width: 241px;
  height: 420px;
  border: 2px solid #ac9374;
  left: 20px;
  bottom: -20px;
}
.about #about .contact {
  padding-left: 50px;
  margin-top: 150px;
  margin-right: -50px;
}
@media screen and (max-width: 1300px) {
  .about #about .contact {
    margin-right: 0;
  }
}
.about #about p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.about #about p.p {
  margin-top: 224px;
}
.about #about p strong {
  color: #ac9374;
}
@media screen and (max-width: 767px) {
  .about #about {
    padding-bottom: 30px;
  }
  .about #about .pic {
    margin-top: 25px !important;
    text-align: center !important;
    width: calc(100% - 15px);
  }
  .about #about .pic img {
    width: 100%;
  }
  .about #about .pic:after {
    width: 100%;
    height: 100%;
  }
  .about #about .wrapper {
    position: relative;
    margin-top: -140px;
    text-align: center;
    width: calc(100% - 15px);
  }
  .about #about .wrapper img {
    width: 100%;
  }
  .about #about .wrapper:after {
    width: 100%;
    height: 100%;
  }
  .about #about .contact {
    padding-left: 21px !important;
    margin-top: 250px !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about #about .contact {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .about #about:after {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .about #about {
    padding-bottom: 50px !important;
  }
  .about #about .pic {
    margin-left: 60px;
    margin-top: 60px !important;
  }
  .about #about .wrapper {
    right: 60px;
    top: 140px;
  }
  .about #about .contact {
    margin-right: 9px;
  }
  .about #about:after {
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .about #about {
    padding-bottom: 50px;
  }
  .about #about .contact {
    padding-left: 95px;
    margin-right: 8px;
  }
  .about #about .wrapper {
    right: -60px !important;
  }
  .about #about:after {
    display: none;
  }
}
.about #house-calls {
  position: relative;
}

.contact-page #form {
  position: relative;
  padding-bottom: 50px;
}
.contact-page #form:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 610px;
  right: 100px;
  z-index: 1;
  bottom: -290px;
  background-color: #ac9374;
}
@media screen and (max-width: 1599px) {
  .contact-page #form:after {
    display: none;
  }
}
.contact-page #form label {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.contact-page #form .form-control {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  border-radius: 4px;
  color: #ac9374;
}
.contact-page #form .btn-style, .contact-page #form header #navbar ul li:last-of-type a, header #navbar ul li:last-of-type .contact-page #form a {
  color: #ac9374;
}
.contact-page #form .form-body {
  margin-top: 40px;
}
.contact-page #form .map {
  margin-top: 40px;
}
.contact-page #form .map img {
  margin-bottom: 30px;
}
.contact-page #form .map h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #454545;
  position: relative;
  margin-bottom: 33px;
}
.contact-page #form .map h3:after {
  content: "";
  background-color: #ac9374;
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.contact-page #form .map p {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}
.contact-page #form .map p span {
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-page #form {
    padding-bottom: 25px;
  }
  .contact-page #form .form-body {
    margin-top: 0;
  }
  .contact-page #form .map img {
    margin-bottom: 5px !important;
  }
  .contact-page #form:after {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .contact-page #form .form-body {
    margin-top: 20px;
  }
  .contact-page #form:after {
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .contact-page #form:after {
    display: none;
  }
}
.contact-page #house-calls {
  position: relative;
}

.gallery .grid .grid-item {
  margin-bottom: 20px;
  width: calc(33% - 30px);
}
.gallery .grid .grid-item a {
  display: block;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .gallery .grid .grid-item {
    width: calc(50% - 30px);
  }
}
.gallery .grid .grid-item img {
  max-width: 280px;
}
.gallery #gallery {
  position: relative;
  padding-bottom: 80px;
  padding-top: 120px;
}
.gallery #gallery:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 610px;
  right: 100px;
  z-index: 1;
  bottom: -290px;
  background-color: #ac9374;
}
@media screen and (max-width: 1599px) {
  .gallery #gallery:after {
    display: none;
  }
}
.gallery #gallery #insta-feed a {
  display: block;
  margin-bottom: 30px;
  transition: 0.5s;
  opacity: 0.8;
}
.gallery #gallery #insta-feed a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .gallery #gallery #insta-feed a {
    margin-bottom: 15px;
  }
}
.gallery #gallery .container {
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .gallery #gallery {
    padding: 50px 0;
  }
  .gallery #gallery:after {
    display: none;
  }
}
.gallery #house-calls {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #ffffff;
  border-color: #ac9374;
}

.contact-page .wpcf7 form.invalid .wpcf7-response-output, .contact-page .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #ac9374;
  border-color: #ac9374;
}

/*# sourceMappingURL=main.css.map */
