body {
  transition: padding-top 0.6s;
}
body:not(.home) {
  padding-top: 110px;
}
@media (max-width: 768px) {
  body:not(.home) {
    padding-top: 0;
  }
}
body:not(.home).single_alert {
  padding-top: 158px;
}
body:not(.home).double_alert {
  padding-top: 186px;
}
body.home {
  padding-top: 0;
}
body.home.single_alert {
  padding-top: 46px;
}
body.home.double_alert {
  padding-top: 92px;
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}
body.logged-in header {
  top: 30px;
}
@media (max-width: 767px) {
  body.logged-in header {
    top: 45px;
    height: 70px;
  }
}
header {
  max-height: 150px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: transparent;
  box-shadow: none;
  transition: 0.25s all;
}
@media (max-width: 768px) {
  header .desktop_wrap {
    display: none;
  }
}
header.not_home {
  background-color: #ffffff;
}
header.not_home .desktop_wrap {
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(44, 45, 46, 0.39);
}
header.not_home .desktop_wrap .container .menu_items ul li a {
  color: #433e3b;
}
header.home {
  background: linear-gradient(0, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%) no-repeat;
}
header.home.scrolled {
  background: none;
  background-color: #ffffff;
}
header.home.scrolled .desktop_wrap {
  box-shadow: 0 0 9px 0 rgba(44, 45, 46, 0.39);
}
header.home.scrolled .desktop_wrap .container .logo_wrap .white_logo {
  display: none;
}
header.home.scrolled .desktop_wrap .container .logo_wrap .regular_logo {
  display: flex;
}
header.home.scrolled .desktop_wrap .container .menu_items ul li a {
  color: #433e3b;
}
header.home.scrolled .desktop_wrap .container .menu_items ul > li:last-of-type a {
  border: 2px solid #b58b5b;
}
header.home .desktop_wrap .container .logo_wrap .white_logo {
  display: block;
}
header.home .desktop_wrap .container .logo_wrap .regular_logo {
  display: none;
}
header.home .desktop_wrap .container .menu_items ul li a {
  color: #ffffff;
  transition: 0.25s all;
}
header.home .desktop_wrap .container .menu_items ul > li:last-of-type a {
  border: 2px solid #ffffff;
}
header .container {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  header .container {
    width: 100%;
  }
}
header .container .desktop_wrap {
  transition: 0.25s all;
}
@media (max-width: 768px) {
  header .container .desktop_wrap {
    display: none;
  }
}
header .container .logo_wrap img {
  max-width: 230px;
  padding: 30px 0;
  width: 230px;
  height: 120px;
}
@media (max-width: 990px) {
  header .container .logo_wrap img {
    height: 110px;
  }
}
@media (max-width: 480px) {
  header .container .logo_wrap img {
    height: 70px;
  }
}
header .container .menu_items {
  margin-left: auto;
}
header .container .menu_items ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
header .container .menu_items ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
}
header .container .menu_items ul li:hover {
  text-decoration: underline;
}
header .container .menu_items ul li a {
  padding: 12px;
  display: block;
  transition: 0.25s all;
}
header .container .menu_items ul > li:last-of-type {
  margin-left: 15px;
}
header .container .menu_items ul > li:last-of-type:hover {
  text-decoration: none;
}
header .container .menu_items ul > li:last-of-type:hover a {
  background-color: rgba(181, 139, 91, 0.2);
}
header .container .menu_items ul > li:last-of-type a {
  border: 2px solid #b58b5b;
  text-decoration: none !important;
}
@media (max-width: 480px) {
  header {
    height: 60px;
  }
}
.mobile_header {
  display: none;
  position: relative;
  background-color: white;
  border-bottom: 1px solid rgba(82, 39, 19, 0.5);
}
@media (max-width: 768px) {
  .mobile_header {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.mobile_header .logo_wrap {
  height: auto;
  width: 150px;
  margin-top: 12px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .mobile_header .logo_wrap img {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .mobile_header .logo_wrap img {
    max-width: 130px;
  }
}
.mobile_header .logo {
  align-self: center;
  margin: 0 auto;
}
.mobile_header .logo img {
  display: block;
  margin: 15px auto 0;
  margin: 0 auto;
}
.expand {
  position: absolute;
  right: 0;
  top: -5px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #003e7e;
  cursor: pointer;
  z-index: 9999;
  margin: 5px;
}
.expand_mini_arrow {
  position: absolute;
  background: transparent;
}
.expand_mini_arrow img {
  width: 25px;
  display: block;
  margin-top: 5px !important;
  margin-right: -4px !important;
}
.detail {
  display: none;
  background-color: #fcfcfc;
  padding-bottom: 10px;
  padding-top: 5px;
}
.detail ul {
  padding-left: 0;
  margin-top: 0;
}
.detail ul li a {
  padding-left: 30px !important;
}
.menu-item a {
  color: #003e7e !important;
}
#menu-tog {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 99999;
  background-color: transparent;
  outline: none;
  width: 100%;
  max-width: 40px;
  float: right;
  margin-top: 8px;
}
@media (max-width: 768px) {
  #menu-tog {
    padding: 25px 8px 0 0;
  }
}
@media (max-width: 480px) {
  #menu-tog {
    margin-top: 0;
    padding: 27px 8px 0 0;
  }
}
#menu-tog span {
  display: block;
  position: relative;
  width: 24px;
  height: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#menu-tog.active span {
  background-color: transparent;
}
#menu-tog span:after,
#menu-tog span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#menu-tog span:before {
  top: -8px;
}
#menu-tog span:after {
  bottom: -8px;
}
#menu-tog.active span:after,
#menu-tog.active span:before {
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#menu-tog.active span:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#menu-tog.active span:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
#navigation_mobile {
  z-index: 9999;
  height: 100%;
  line-height: 0;
  white-space: nowrap;
  float: left;
  padding: 0.8em 0;
  -webkit-transition: all 0.35s ease-in-out;
}
@media (max-width: 991px) {
  #navigation_mobile {
    padding: 0;
  }
}
.header.transparent #navigation_mobile {
  padding: 1.17647em 0;
}
@media (max-width: 991px) {
  .header.transparent #navigation_mobile {
    padding: 0;
  }
}
#navigation_mobile:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#navigation_mobile ul {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #navigation_mobile ul {
    width: 100%;
  }
}
#navigation_mobile .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 47px;
  width: 220px;
  text-align: left;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 200ms ease-in-out, padding-top 200ms ease-in-out, visibility 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out, padding-top 200ms ease-in-out, visibility 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, padding-top 200ms ease-in-out, visibility 200ms ease-in-out;
}
#navigation_mobile li:hover .submenu {
  padding-top: 14px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#navigation_mobile ul {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  padding: 0;
  margin-top: -1px;
}
#navigation_mobile {
  display: none;
}
@media (max-width: 480px) {
  #navigation_mobile {
    display: block;
  }
}
#navigation_mobile li:hover a {
  color: white !important;
}
#navigation_mobile li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#navigation_mobile li:active,
#navigation_mobile li:hover {
  background: rgba(181, 139, 91, 0.5);
}
#navigation_mobile li:after {
  content: "|";
  position: absolute;
  right: -3px;
  top: 16px;
  color: white;
}
#navigation_mobile li:last-child:after {
  content: "";
}
#navigation_mobile .submenu li {
  display: block;
  margin: 0;
}
#navigation_mobile a {
  display: block;
  text-transform: uppercase;
  padding: 0 12px;
  color: #b58b5b;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
#navigation_mobile a .darrow {
  padding-left: 5px;
}
#navigation_mobile li#signup a:after {
  margin-top: 25px;
}
#navigation_mobile .submenu a:after,
#navigation_mobile li.has-submenu a:after {
  display: none;
}
#navigation_mobile .submenu li:after {
  display: none;
}
#navigation_mobile li.current a:after,
#navigation_mobile li:hover a:after {
  left: 0;
  margin-left: 0;
  opacity: 1;
  width: 100%;
}
#navigation_mobile .submenu a {
  text-transform: capitalize;
  color: #b58b5b;
  padding: 5px 10px;
  margin: 0;
  white-space: normal;
}
#navigation_mobile .submenu a.current,
#navigation_mobile .submenu a:hover {
  color: #b58b5b;
}
.navigation1-login i,
.navigation1-login span {
  display: inline-block;
  vertical-align: middle;
}
.navigation1-login i {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  padding-top: 7px;
  margin-right: 5px;
}
.navigation1-login i:before {
  width: auto;
  margin: 0;
}
@media only screen and (max-width: 768px), screen and (max-device-width: 480px) {
  #navigation_mobile a .darrow {
    display: none;
  }
  #menu-tog {
    display: block;
  }
  #navigation_mobile {
    display: none;
    float: none;
    height: auto;
    position: absolute;
    top: 70px;
    width: 100%;
    text-align: left;
    left: 0;
    margin-right: 0;
    background-color: white;
  }
  #navigation_mobile li,
  #navigation_mobile ul {
    display: block;
    overflow: hidden;
  }
  #navigation_mobile li {
    background-color: white;
  }
  #navigation_mobile li {
    margin: 0;
  }
  #navigation_mobile > ul > li:first-child {
    border-top: none;
  }
  #navigation_mobile a {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
  #navigation_mobile li a {
    border-bottom: 1px solid #b58b5b;
  }
  #navigation_mobile a:after {
    display: none;
  }
  #navigation_mobile .has-submenu > a:before {
    content: "\f105";
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    speak: none;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -o-transition: -o-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
  }
  #navigation_mobile .has-submenu > a.drop_active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #navigation_mobile .submenu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #navigation_mobile .submenu,
  #navigation_mobile li:hover .submenu {
    padding-top: 0;
  }
  #navigation_mobile .submenu ul {
    padding: 0;
    background-color: rgba(255, 165, 0, 0.3);
    border: none;
    border-radius: 0;
  }
  #navigation_mobile .submenu ul:after,
  #navigation_mobile .submenu ul:before {
    display: none;
  }
  #navigation_mobile .submenu a,
  #navigation_mobile .submenu a.current {
    font-size: 14px;
    padding: 7px 20px;
  }
  #navigation_mobile .submenu a:hover {
    color: #b58b5b;
  }
  #navigation_mobile > ul > li:nth-last-child(1),
  #navigation_mobile > ul > li:nth-last-child(2),
  #navigation_mobile > ul > li:nth-last-child(3),
  #navigation_mobile > ul > li:nth-last-child(4) {
    display: block;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px), screen and (max-device-width: 480px) and (max-width: 480px) {
  #navigation_mobile {
    top: 60px;
  }
}
#navigation_mobile li.current > a,
#navigation_mobile li:hover > a,
.base-text-color,
.link-wrap a:hover i {
  color: #b58b5b;
}
#menu-tog span::after,
#menu-tog span::before,
#navigation_mobile a::after,
.base-bg-color {
  background-color: #b58b5b;
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  #navigation_mobile .submenu a.current,
  #navigation_mobile .submenu a:hover,
  #navigation_mobile li a:hover,
  #navigation_mobile li.current > a {
    color: #b58b5b;
  }
}
.home_wrap {
  overflow: hidden;
  height: 55vw;
  width: 100%;
  position: relative;
  min-height: 520px;
  max-height: 87vh;
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) {
  .home_wrap {
    min-height: 60vh;
  }
}
.home_wrap .hero_slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_wrap .hero_slider .slide_wrap {
  width: 100%;
  height: 100%;
  display: block;
}
.home_wrap .hero_slider .slide_wrap .slick-list {
  height: 55vw;
  min-height: 520px;
  max-height: 87vh;
}
@media (max-width: 992px) {
  .home_wrap .hero_slider .slide_wrap .slick-list {
    min-height: 60vh;
    height: auto;
  }
}
.home_wrap .hero_slider .slide_wrap .slick-list .slick-track {
  height: 55vw;
  min-height: 520px;
  max-height: 87vh;
  display: flex;
}
@media (max-width: 992px) {
  .home_wrap .hero_slider .slide_wrap .slick-list .slick-track {
    min-height: 60vh;
    height: auto;
  }
}
.home_wrap .hero_slider .slide_wrap .slick-list .slick-track .slick-slide {
  height: 55vw;
  min-height: 520px;
  max-height: 87vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .home_wrap .hero_slider .slide_wrap .slick-list .slick-track .slick-slide {
    min-height: 60vh;
    height: auto;
  }
}
.home_wrap .hero_slider .slide_wrap .slick-list .slick-track .slick-slide a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  color: #fff;
  background-color: #b58b5b;
  border: 2px solid #b58b5b;
  transition: 0.25s all;
  font-weight: bold;
}
.home_wrap .hero_slider .slide_wrap .slick-list .slick-track .slick-slide a:hover {
  background-color: rgba(181, 139, 91, 0.8);
}
.home_wrap .nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.home_wrap .nav .square {
  width: 20px;
  height: 20px;
  background-color: #b58b5b;
  margin: 0 5px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none;
  transition: 0.25s all;
  border: 2px solid transparent;
}
.home_wrap .nav .square.active {
  background-color: #ffffff;
  border: 2px solid #b58b5b;
}
.home_wrap .container {
  position: relative;
  padding: 0;
  display: flex;
  height: auto;
  align-self: center;
}
@media (min-width: 768px) {
  .home_wrap .container {
    width: 100%;
  }
}
.home_wrap .home_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .home_wrap .home_hero {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home_wrap .home_hero {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .home_wrap .home_hero {
    padding-top: 60px;
  }
}
.home_wrap .home_hero h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding-top: 60px;
  padding-bottom: 20px;
  background: none;
}
@media (max-width: 1200px) {
  .home_wrap .home_hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .home_wrap .home_hero h1 {
    padding-top: 0;
  }
}
.home_wrap .home_hero h3 {
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: white;
  width: 80%;
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .home_wrap .home_hero h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home_wrap .home_hero h3 {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .home_wrap .home_hero h3 {
    padding-bottom: 30px;
  }
}
.home_wrap .home_hero a.button {
  border: 5px solid white;
  padding: 18px 40px;
  color: white;
  margin-bottom: 60px;
  display: inline-block;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .home_wrap .home_hero a.button {
    display: none;
    margin-bottom: 60px;
    width: calc(100% - 30px);
  }
}
.home_wrap .home_hero a.button:hover {
  text-decoration: none;
}
.scroll_down {
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: white;
}
.scroll_down:hover {
  text-decoration: none;
}
.scroll_down span {
  display: block;
  margin-top: 25px;
  -webkit-animation: bounce 2s infinite ease-in-out;
  font-size: 25px;
}
.sub_hero {
  padding: 30px 0px;
  text-align: center;
}
@media (max-width: 480px) {
  .sub_hero {
    padding: 30px 0 50px 0;
  }
}
.sub_hero p {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .sub_hero p {
    padding-bottom: 10px;
  }
}
.residential_home,
.residential_home2 {
  background-size: cover;
  background-attachment: scroll;
  display: table;
  position: relative;
  width: 100%;
  color: inherit;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .residential_home,
  .residential_home2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .residential_home .container,
  .residential_home2 .container {
    width: 100% !important;
  }
}
.residential_home .container:before,
.residential_home2 .container:before {
  content: " ";
  display: table;
}
.residential_home .container .row:before,
.residential_home2 .container .row:before {
  content: " ";
  display: table;
}
@media (max-width: 768px) {
  .residential_home .container .row .content,
  .residential_home2 .container .row .content {
    padding: 0 20px 0 30px;
  }
}
.residential_home .container .row .content p:last-of-type,
.residential_home2 .container .row .content p:last-of-type {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .residential_home .container .row .content p:last-of-type,
  .residential_home2 .container .row .content p:last-of-type {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .residential_home .container .row .content,
  .residential_home2 .container .row .content {
    border-bottom: 1px solid #d9d7d1;
    border-top: 1px solid #d9d7d1;
    padding: 30px 20px 50px 30px;
  }
}
.residential_home .container .row .ti-image,
.residential_home2 .container .row .ti-image {
  position: relative;
}
@media (max-width: 480px) {
  .residential_home .container .row .ti-image,
  .residential_home2 .container .row .ti-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
  }
  .residential_home .container .row .ti-image img,
  .residential_home2 .container .row .ti-image img {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
  }
}
@media (max-width: 768px) {
  .residential_home .container .row .ti-image,
  .residential_home2 .container .row .ti-image {
    padding: 0;
  }
}
.residential_home .container .row .ti-image img,
.residential_home2 .container .row .ti-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.commercial_building.homepage {
  padding-bottom: 70px;
}
@media (max-width: 480px) {
  .commercial_building.homepage .container .row .content p:last-of-type {
    padding-bottom: 20px;
  }
}
.commercial_building {
  background-size: cover;
  background-attachment: scroll;
  display: table;
  position: relative;
  width: 100%;
  color: inherit;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .commercial_building {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .commercial_building .container {
    width: 100% !important;
  }
}
.commercial_building .container:before {
  content: " ";
  display: table;
}
.commercial_building .container .row:before {
  content: " ";
  display: table;
}
.commercial_building .container .row .content p:last-of-type {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .commercial_building .container .row .content {
    padding: 0 20px 0 30px;
  }
}
@media (max-width: 480px) {
  .commercial_building .container .row .content {
    border-bottom: 1px solid #d9d7d1;
    border-top: 1px solid #d9d7d1;
    padding: 30px 20px 50px 30px;
  }
}
.commercial_building .container .row .ti-image {
  position: relative;
}
@media (max-width: 480px) {
  .commercial_building .container .row .ti-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
  }
  .commercial_building .container .row .ti-image img {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
  }
}
@media (max-width: 768px) {
  .commercial_building .container .row .ti-image {
    padding: 0;
  }
}
.commercial_building .container .row .ti-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  display: none !important;
}
.testimonials {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .testimonials {
    padding: 30px 0;
  }
}
.testimonials.homepage {
  position: relative;
  margin-bottom: 50px;
}
.testimonials.homepage .p_o_b {
  margin-bottom: 30px;
}
.testimonials.homepage .testimonial_slide_wrap {
  overflow: hidden;
}
.testimonials.homepage .testimonial_slide_wrap .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
}
.testimonials.homepage .t_nav_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  justify-content: center;
}
.testimonials.homepage .t_nav_wrap .t_circle {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #b58b5b;
  margin: 0 5px;
  cursor: pointer;
  box-shadow: none;
  transition: 0.25s all;
  border: 2px solid transparent;
}
.testimonials.homepage .t_nav_wrap .t_circle.active {
  background-color: #ffffff;
  border: 2px solid #b58b5b;
}
.single_testimonial {
  color: #c5b9ae;
  font-family: "Georgia", sans-serif;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-style: italic;
  line-height: 46px;
}
@media (max-width: 768px) {
  .single_testimonial {
    font-size: 24px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .single_testimonial {
    font-size: 20px;
    line-height: 40px;
    padding: 0 15px;
  }
}
.single_testimonial .author {
  line-height: 32px;
  margin-bottom: 10px;
}
.single_testimonial .p_o_b {
  color: #433e3b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .single_testimonial .p_o_b {
    margin-bottom: 0;
  }
}
.projects {
  overflow: hidden;
}
.projects .project {
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
}
.projects .project:hover {
  transition: all 5s;
}
.projects .project:hover img {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.projects .project .info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  right: 0;
  flex-direction: column;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.projects .project .info_wrap:hover:before {
  opacity: 0.4;
}
.projects .project .info_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.projects .project .info_wrap p {
  color: #f0f0ef;
  z-index: 1;
}
@media (max-width: 480px) {
  .projects .project .info_wrap p {
    margin-bottom: 5px;
  }
}
.projects .project .info_wrap .highlight,
.projects .project .info_wrap .location {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 768px) {
  .projects .project .info_wrap .highlight,
  .projects .project .info_wrap .location {
    width: 90%;
  }
}
.projects .project .info_wrap .title {
  text-align: center;
  font-family: Georgia;
  font-size: 36px;
  line-height: 41px;
}
@media (max-width: 480px) {
  .projects .project .info_wrap .button {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .projects .project {
    width: 100%;
  }
}
.projects .project img {
  width: 100%;
  height: auto;
  min-height: 25vh;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
.project_container_wrap {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.project_container_wrap .outer {
  width: calc(33% - 20px);
  margin: 10px;
  position: relative;
  min-height: 340px;
  min-width: 340px;
  border: 1px solid #b58b5b;
  background-color: #b58b5b30;
}
.project_container_wrap .outer:hover .project_reverse img {
  scale: 1.05;
}
@media (max-width: 768px) {
  .project_container_wrap .outer {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .project_container_wrap .outer {
    width: 100% !important;
  }
}
.project_container_wrap .outer .project_reverse {
  height: auto;
  overflow: hidden;
  position: relative;
  min-height: 340px;
  min-width: 338px;
  max-height: 340px;
}
.project_container_wrap .outer .project_reverse img {
  transition: 0.25s all;
  min-width: 100%;
  height: 100%;
  max-height: 340px;
}
.project_container_wrap .outer .project_reverse .inner {
  width: 100%;
}
@media (max-width: 480px) {
  .project_container_wrap .outer .project_reverse {
    min-width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    position: relative !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
}
.project_container_wrap .outer .project_reverse .info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  right: 0;
  flex-direction: column;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.project_container_wrap .outer .project_reverse .info_wrap .status {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 13px;
  background-color: #b58b5b;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 14px;
  margin: 0;
  display: inline-block;
}
.project_container_wrap .outer .project_reverse .info_wrap p {
  color: #f0f0ef;
  z-index: 1;
}
.project_container_wrap .outer .project_reverse .inner {
  display: inline-block;
  position: relative;
}
.project_container_wrap .outer .project_reverse .inner img {
  position: relative;
  height: auto;
}
@media (max-width: 480px) {
  .project_container_wrap .outer .project_reverse .inner img {
    width: auto !important;
  }
}
.project_container_wrap .outer p {
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: -7px;
}
.project_container_wrap .outer .title {
  padding: 0 15px;
  font-size: 22px;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  color: #433e3b;
  display: block;
}
@media (max-width: 768px) {
  .project_container_wrap .outer .title {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.project_container_wrap .single_testimonial {
  margin-bottom: 50px;
  margin-top: 50px;
}
.brown_top_border {
  border-top: 1px solid #d9d7d1;
}
.our_work_page {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .our_work_page {
    padding-top: 100px;
  }
}
.our_work_h1 {
  text-align: center;
}
.interested {
  background: #f0f0ef;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .interested {
    padding: 30px 0;
  }
}
.interested .row {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .interested .row {
    display: block;
  }
  .interested .row h3 {
    margin-top: 0;
    text-align: center;
  }
}
.interested .row .col-sm-5 {
  text-align: right;
}
@media (max-width: 768px) {
  .interested .row .col-sm-5 .button {
    width: 100%;
    display: block;
    padding: 30px 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .interested .row .col-sm-5 .button {
    padding: 18px 20px;
  }
}
@media (max-width: 480px) {
  .interested .row {
    text-align: center;
  }
}
footer {
  background-color: #f0f0ef;
  padding-top: 60px;
}
@media (max-width: 480px) {
  footer {
    padding-top: 30px;
  }
}
footer .row > .col-sm-4:first-child {
  display: flex;
}
footer .row > .col-sm-4:first-child ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  margin-bottom: 25px;
}
footer .row > .col-sm-4:first-child ul li {
  line-height: 22px;
}
footer .row > .col-sm-3 {
  border-left: 1px solid #d9d7d1;
  border-right: 1px solid #d9d7d1;
  padding-left: 40px;
}
@media (max-width: 480px) {
  footer .row > .col-sm-3 {
    padding-left: 20px;
  }
}
footer .row > .col-sm-3 p,
footer .row > .col-sm-3 a {
  padding-left: 15px;
  margin: 0;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  line-height: 23px;
}
footer .row > .col-sm-3 p span,
footer .row > .col-sm-3 a span {
  color: #b58b5b;
  margin-left: -25px;
  margin-right: 5px;
}
footer .row > .col-sm-3 p:hover,
footer .row > .col-sm-3 a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #433e3b;
}
footer .row > .col-sm-3 a span {
  margin-right: 8px;
}
.img_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.img_wrap img {
  width: auto;
  max-width: 140px;
  max-height: 50px;
  height: auto;
  margin: 10px;
  display: block;
}
.img_wrap img.bbb {
  min-height: 45px;
  max-width: 100%;
}
.services_hero.taller_header .container,
.subpage_hero.taller_header .container {
  min-height: 650px;
  height: 650px;
}
@media (max-width: 768px) {
  .services_hero.taller_header .container,
  .subpage_hero.taller_header .container {
    min-height: 550px;
    height: 550px;
  }
}
@media (max-width: 480px) {
  .services_hero.taller_header .container,
  .subpage_hero.taller_header .container {
    min-height: 450px;
    height: 450px;
  }
}
.services_hero.taller_header.team_page .container,
.subpage_hero.taller_header.team_page .container {
  min-height: 36vw;
  height: 36vw;
}
@media (max-width: 992px) {
  .services_hero.taller_header.team_page .container,
  .subpage_hero.taller_header.team_page .container {
    min-height: 40vh;
    height: 40vh;
  }
}
.services_hero .container,
.subpage_hero .container {
  background: transparent url("../images/service_hero.png") no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 450px;
  height: 450px;
  width: 100%;
}
@media (max-width: 768px) {
  .services_hero,
  .subpage_hero {
    padding-top: 70px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .services_hero,
  .subpage_hero {
    padding-top: 60px;
  }
}
.services_hero h3,
.subpage_hero h3 {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .services_hero h3,
  .subpage_hero h3 {
    line-height: 1.5;
    padding: 0 20px;
  }
}
.services_sub_hero {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 480px) {
  .services_sub_hero {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .services.projects .container {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .services.projects .project {
    width: 100%;
  }
}
.services.projects .project a {
  z-index: 9;
}
.services.projects .project a h1 {
  font-size: 36px;
  line-height: 41px;
  text-align: center;
}
.services.projects .project .button {
  color: white;
}
@media (max-width: 768px) {
  .residential_home .ti-image {
    margin-top: 45px;
    padding-left: 30px !important;
  }
  .residential_home .ti-image img#rsd_hm {
    width: calc(100% - 30px) !important;
  }
}
.commercial_building.services .content p,
.residential_home.services .content p,
.residential_home2.services .content p {
  margin-bottom: 15px;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .commercial_building.services .ti-image,
  .residential_home.services .ti-image,
  .residential_home2.services .ti-image {
    padding: 30px !important;
  }
}
.services {
  padding-bottom: 60px;
}
#navContainer {
  position: relative;
  margin-top: -300px;
  margin-bottom: 300px;
  z-index: 9;
}
@media (max-width: 480px) {
  #navContainer {
    margin-top: -220px;
    margin-bottom: 180px;
  }
}
#navContainer .owl-next {
  position: absolute;
  right: -50px;
}
@media (max-width: 1024px) {
  #navContainer .owl-next {
    right: -20px;
  }
}
@media (max-width: 970px) {
  #navContainer .owl-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  #navContainer .owl-next {
    right: 20px;
  }
}
#navContainer .owl-prev {
  position: absolute;
  left: -50px;
}
@media (max-width: 1024px) {
  #navContainer .owl-prev {
    left: -20px;
  }
}
@media (max-width: 970px) {
  #navContainer .owl-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  #navContainer .owl-prev {
    left: 20px;
  }
}
#services_last_section .container .row .ti-image img {
  width: 100% !important;
  left: 0 !important;
}
@media (min-width: 768px) {
  #services_last_section .container .row .ti-image img {
    max-height: 100%;
    width: auto !important;
    display: block;
    margin: auto;
  }
}
.services_hero.single {
  background-size: cover !important;
}
.services_hero.single.whoweare,
.subpage_hero {
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services_hero.single.whoweare h1,
.subpage_hero h1 {
  padding: 0 !important;
}
@media (max-width: 768px) {
  #project_carousel {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  #project_carousel {
    padding-top: 60px;
  }
}
#project_carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
#project_carousel .owl-nav .owl-prev {
  left: 50px;
  position: absolute;
}
#project_carousel .owl-nav .owl-next {
  right: 50px;
  position: absolute;
}
#project_carousel .item img {
  max-height: 600px;
}
@media (max-width: 480px) {
  #project_carousel .item img {
    max-height: 400px;
    width: auto;
  }
}
.sub_slider h1 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .sub_slider h1 {
    margin-bottom: 5px;
  }
}
.sub_slider .col-sm-4 {
  background: #f0f0ef;
  padding: 20px;
}
.sub_slider .col-sm-4 .strong {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 700;
}
.sub_slider .col-sm-4 .info {
  font-size: 14px;
  margin-bottom: 20px;
}
.sub_slider .col-sm-8 h2 {
  margin-top: 0;
  color: #c5a47e;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
}
.single_testimonial .container {
  padding: 60px 0;
  border-top: 1px solid #d9d7d1;
  border-bottom: 1px solid #d9d7d1;
  text-align: center;
}
@media (max-width: 480px) {
  .single_testimonial .container {
    padding: 30px 0;
  }
}
.single_testimonial .container .testimonial {
  color: #c5b9ae;
  font-family: "Georgia", sans-serif;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-style: italic;
  line-height: 46px;
}
@media (max-width: 768px) {
  .single_testimonial .container .testimonial {
    font-size: 24px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .single_testimonial .container .testimonial {
    font-size: 20px;
    line-height: 40px;
  }
}
.single_testimonial .container .author {
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 1245px) {
  .container.project_container {
    width: 1215px !important;
  }
}
.container.project_container .single_project.project_container_wrap {
  justify-content: center;
  margin-top: 60px;
}
.container.project_container .single_project.project_container_wrap .outer {
  width: 30%;
  margin: 6px;
  position: relative;
  min-height: 380px;
  min-width: 380px;
}
@media (max-width: 768px) {
  .container.project_container .single_project.project_container_wrap .outer {
    width: 48%;
    min-height: 300px;
    min-width: 300px;
  }
}
.container.project_container .single_project.project_container_wrap .outer .project_reverse {
  height: auto;
  overflow: hidden;
  position: relative;
  min-height: 380px;
  min-width: 380px;
  max-width: 380px;
  max-height: 380px;
}
@media (max-width: 768px) {
  .container.project_container .single_project.project_container_wrap .outer .project_reverse {
    height: auto !important;
    overflow: hidden !important;
    position: relative !important;
    min-height: 300px !important;
    min-width: 300px !important;
    max-height: 300px !important;
  }
  .container.project_container .single_project.project_container_wrap .outer .project_reverse .inner img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .container.project_container .single_project.project_container_wrap .outer:nth-child(3n + 3) {
    display: none;
  }
}
.myList .is_h1 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
.myList .is_h1:focus {
  color: #433e3b;
}
.myList a:not(.is_h1) {
  padding-left: 15px;
}
.myList a:focus {
  color: #433e3b;
}
.main_page_content h2 {
  color: #b58b5b;
  font-size: 26px;
  line-height: 30px;
}
.main_page_content .panel-default > .panel-heading {
  background: rgba(181, 139, 91, 0.1);
  border: 1px solid rgba(181, 139, 91, 0.5);
}
.main_page_content .panel-default > .panel-heading:hover {
  cursor: pointer;
}
.main_page_content .panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
}
.main_page_content .panel-default > .panel-heading a:hover,
.main_page_content .panel-default > .panel-heading a:active,
.main_page_content .panel-default > .panel-heading a:visited,
.main_page_content .panel-default > .panel-heading a:focus {
  text-decoration: none;
}
.main_page_content .panel-body {
  border: 1px solid rgba(181, 139, 91, 0.5);
}
.main_page_content .panel-body p:last-of-type {
  margin-bottom: 0;
}
.subpage_hero .container {
  position: relative;
}
.subpage_hero .container h1,
.subpage_hero .container h3 {
  z-index: 1;
}
.subpage_hero.add_overlay .container:after {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.member_wrap {
  padding: 60px 0;
}
.member_wrap .content {
  text-align: center;
  margin-bottom: 40px;
}
.member_wrap .members {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.member_wrap .members .member_tile {
  margin: 7.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #c5a47e;
  max-width: 350px;
}
.member_wrap .members .member_tile:hover .content span.button {
  color: #b58b5b;
}
.member_wrap .members .member_tile:hover .content span.button:before {
  width: 20px;
}
.member_wrap .members .member_tile:hover .image img {
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.member_wrap .members .member_tile .image {
  width: 100%;
  overflow: hidden;
}
.member_wrap .members .member_tile .image img {
  width: 100%;
  transition: 0.25s all;
}
.member_wrap .members .member_tile .content {
  text-align: left;
  max-width: 300px;
  min-width: 300px;
  margin-bottom: 20px;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.member_wrap .members .member_tile .content .button {
  display: block;
  margin-top: auto;
}
.member_wrap .members .member_tile .content h3 {
  margin-bottom: 10px;
}
.member_wrap .members .member_tile .content p {
  margin-bottom: 10px;
  line-height: 25px;
}
.faqs_hero .container,
.services_hero .container,
.subpage_hero .container {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 450px;
  height: 450px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .faqs_hero,
  .services_hero,
  .subpage_hero {
    padding-top: 70px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .faqs_hero,
  .services_hero,
  .subpage_hero {
    padding-top: 60px;
  }
}
.faqs_hero h1,
.services_hero h1,
.subpage_hero h1 {
  font-size: 70px;
  line-height: 79px;
  text-align: center;
  text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: white;
}
@media (max-width: 768px) {
  .faqs_hero h1,
  .services_hero h1,
  .subpage_hero h1 {
    font-size: 41px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .faqs_hero h1,
  .services_hero h1,
  .subpage_hero h1 {
    font-size: 40px;
  }
}
.main_testimonial_content {
  text-align: left;
}
.main_testimonial_content .single_testimonial img {
  width: 70px;
  float: left;
}
@media (max-width: 480px) {
  .main_testimonial_content .single_testimonial img {
    width: 45px;
  }
}
.main_testimonial_content .single_testimonial .testimonial_content {
  padding-left: 85px;
  text-align: left;
  color: #433e3b;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .main_testimonial_content .single_testimonial .testimonial_content {
    padding-left: 60px;
  }
}
.main_testimonial_content .single_testimonial .testimonial_content .author {
  color: #c5a47e;
  font-size: 22px;
  line-height: 33px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main_testimonial_content .single_testimonial .testimonial_content .p_o_b {
  color: #433e3b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 70px;
}
.main_testimonial_content .interested {
  margin: 60px 0;
}
.main_testimonial_content .row:last-of-type .p_o_b {
  margin-bottom: 0;
}
.contact_right {
  min-height: 900px;
  overflow: hidden;
}
.contact_right_img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
#wpcf7-f5-p69-o1 h1,
#wpcf7-f80-p79-o1 h1 {
  margin-bottom: 0;
}
#wpcf7-f5-p69-o1 form,
#wpcf7-f80-p79-o1 form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
#wpcf7-f5-p69-o1 form .ajax-loader,
#wpcf7-f80-p79-o1 form .ajax-loader {
  display: none;
}
#wpcf7-f5-p69-o1 form input:focus::-webkit-input-placeholder,
#wpcf7-f80-p79-o1 form input:focus::-webkit-input-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form input:focus:-moz-placeholder,
#wpcf7-f80-p79-o1 form input:focus:-moz-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form input:focus::-moz-placeholder,
#wpcf7-f80-p79-o1 form input:focus::-moz-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form input:focus:-ms-input-placeholder,
#wpcf7-f80-p79-o1 form input:focus:-ms-input-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form input::-webkit-input-placeholder,
#wpcf7-f80-p79-o1 form input::-webkit-input-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form input::-moz-placeholder,
#wpcf7-f80-p79-o1 form input::-moz-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form input::-moz-placeholder,
#wpcf7-f80-p79-o1 form input::-moz-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form input::-ms-input-placeholder,
#wpcf7-f80-p79-o1 form input::-ms-input-placeholder {
  color: transparent;
}
#wpcf7-f5-p69-o1 form div.wpcf7-validation-errors,
#wpcf7-f80-p79-o1 form div.wpcf7-validation-errors {
  border: none !important;
}
#wpcf7-f5-p69-o1 form .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
#wpcf7-f5-p69-o1 form .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap input {
  width: 100%;
}
#wpcf7-f5-p69-o1 form label,
#wpcf7-f80-p79-o1 form label {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  text-transform: uppercase;
}
#wpcf7-f5-p69-o1 form p:nth-child(12) input,
#wpcf7-f80-p79-o1 form p:nth-child(12) input,
#wpcf7-f5-p69-o1 form p:nth-child(11) input,
#wpcf7-f80-p79-o1 form p:nth-child(11) input,
#wpcf7-f5-p69-o1 form p:nth-child(15) input,
#wpcf7-f80-p79-o1 form p:nth-child(15) input,
#wpcf7-f5-p69-o1 form p:nth-child(12) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(12) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(11) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(11) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(15) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(15) textarea {
  border: 1px solid #cdcec6;
}
#wpcf7-f5-p69-o1 form p:nth-child(1),
#wpcf7-f80-p79-o1 form p:nth-child(1),
#wpcf7-f5-p69-o1 form p:nth-child(2),
#wpcf7-f80-p79-o1 form p:nth-child(2),
#wpcf7-f5-p69-o1 form p:nth-child(3),
#wpcf7-f80-p79-o1 form p:nth-child(3),
#wpcf7-f5-p69-o1 form p:nth-child(4),
#wpcf7-f80-p79-o1 form p:nth-child(4),
#wpcf7-f5-p69-o1 form p:nth-child(5),
#wpcf7-f80-p79-o1 form p:nth-child(5),
#wpcf7-f5-p69-o1 form p:nth-child(6),
#wpcf7-f80-p79-o1 form p:nth-child(6),
#wpcf7-f5-p69-o1 form p:nth-child(7),
#wpcf7-f80-p79-o1 form p:nth-child(7) {
  z-index: 1;
  width: 45%;
  float: left;
  margin-right: 3%;
}
@media (max-width: 768px) {
  #wpcf7-f5-p69-o1 form p:nth-child(1) input,
  #wpcf7-f80-p79-o1 form p:nth-child(1) input,
  #wpcf7-f5-p69-o1 form p:nth-child(2) input,
  #wpcf7-f80-p79-o1 form p:nth-child(2) input,
  #wpcf7-f5-p69-o1 form p:nth-child(3) input,
  #wpcf7-f80-p79-o1 form p:nth-child(3) input,
  #wpcf7-f5-p69-o1 form p:nth-child(4) input,
  #wpcf7-f80-p79-o1 form p:nth-child(4) input,
  #wpcf7-f5-p69-o1 form p:nth-child(5) input,
  #wpcf7-f80-p79-o1 form p:nth-child(5) input,
  #wpcf7-f5-p69-o1 form p:nth-child(6) input,
  #wpcf7-f80-p79-o1 form p:nth-child(6) input,
  #wpcf7-f5-p69-o1 form p:nth-child(7) input,
  #wpcf7-f80-p79-o1 form p:nth-child(7) input {
    -webkit-appearance: none;
  }
}
#wpcf7-f5-p69-o1 form p:nth-child(1):nth-last-of-type(1),
#wpcf7-f80-p79-o1 form p:nth-child(1):nth-last-of-type(1),
#wpcf7-f5-p69-o1 form p:nth-child(2):nth-last-of-type(1),
#wpcf7-f80-p79-o1 form p:nth-child(2):nth-last-of-type(1),
#wpcf7-f5-p69-o1 form p:nth-child(3):nth-last-of-type(1),
#wpcf7-f80-p79-o1 form p:nth-child(3):nth-last-of-type(1),
#wpcf7-f5-p69-o1 form p:nth-child(4):nth-last-of-type(1),
#wpcf7-f80-p79-o1 form p:nth-child(4):nth-last-of-type(1),
#wpcf7-f5-p69-o1 form p:nth-child(5):nth-last-of-type(1),
#wpcf7-f80-p79-o1 form p:nth-child(5):nth-last-of-type(1),
#wpcf7-f5-p69-o1 form p:nth-child(6):nth-last-of-type(1),
#wpcf7-f80-p79-o1 form p:nth-child(6):nth-last-of-type(1),
#wpcf7-f5-p69-o1 form p:nth-child(7):nth-last-of-type(1),
#wpcf7-f80-p79-o1 form p:nth-child(7):nth-last-of-type(1) {
  float: right;
}
@media (max-width: 767px) {
  #wpcf7-f5-p69-o1 form p:nth-child(1):nth-last-of-type(1),
  #wpcf7-f80-p79-o1 form p:nth-child(1):nth-last-of-type(1),
  #wpcf7-f5-p69-o1 form p:nth-child(2):nth-last-of-type(1),
  #wpcf7-f80-p79-o1 form p:nth-child(2):nth-last-of-type(1),
  #wpcf7-f5-p69-o1 form p:nth-child(3):nth-last-of-type(1),
  #wpcf7-f80-p79-o1 form p:nth-child(3):nth-last-of-type(1),
  #wpcf7-f5-p69-o1 form p:nth-child(4):nth-last-of-type(1),
  #wpcf7-f80-p79-o1 form p:nth-child(4):nth-last-of-type(1),
  #wpcf7-f5-p69-o1 form p:nth-child(5):nth-last-of-type(1),
  #wpcf7-f80-p79-o1 form p:nth-child(5):nth-last-of-type(1),
  #wpcf7-f5-p69-o1 form p:nth-child(6):nth-last-of-type(1),
  #wpcf7-f80-p79-o1 form p:nth-child(6):nth-last-of-type(1),
  #wpcf7-f5-p69-o1 form p:nth-child(7):nth-last-of-type(1),
  #wpcf7-f80-p79-o1 form p:nth-child(7):nth-last-of-type(1) {
    float: left;
    margin-left: -20px;
    margin-top: 10px;
  }
}
#wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap,
#wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap,
#wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap,
#wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap,
#wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap,
#wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap,
#wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap,
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  z-index: 0;
}
#wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap textarea,
#wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap textarea,
#wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap textarea,
#wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap textarea,
#wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap textarea,
#wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap textarea,
#wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap textarea,
#wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap textarea,
#wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap textarea,
#wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap textarea,
#wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap textarea,
#wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap textarea,
#wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap textarea,
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #cdcec6;
  border-radius: 3px;
  max-height: 150px;
}
#wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #b58b5b;
  outline: 0;
  box-shadow: 0 0 6px 0 rgba(197, 164, 126, 0.5);
}
@media (max-width: 768px) {
  #wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap input,
  #wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap input,
  #wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap input,
  #wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap input,
  #wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap input,
  #wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap input,
  #wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap input,
  #wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap input,
  #wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap input,
  #wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap input,
  #wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap input,
  #wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap input,
  #wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap input,
  #wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap input,
  #wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap textarea,
  #wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap textarea,
  #wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap textarea,
  #wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap textarea,
  #wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap textarea,
  #wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap textarea,
  #wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap textarea {
    -webkit-appearance: none;
  }
}
#wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap input,
#wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap input,
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap input {
  height: 50px;
  border: 1px solid #cdcec6;
  border-radius: 3px;
  -webkit-appearance: none;
  background-color: #ffffff;
}
#wpcf7-f5-p69-o1 form p:nth-child(1) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(1) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(2) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(2) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(3) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(3) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(4) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(4) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(5) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(5) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(6) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(6) .wpcf7-form-control-wrap input:focus,
#wpcf7-f5-p69-o1 form p:nth-child(7) .wpcf7-form-control-wrap input:focus,
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap input:focus {
  border: 1px solid #b58b5b;
  outline: 0;
  box-shadow: 0 0 6px 0 rgba(197, 164, 126, 0.5);
}
#wpcf7-f5-p69-o1 form p:nth-child(1) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(1) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(2) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(2) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(3) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(3) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(4) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(4) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(5) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(5) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(6) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(6) textarea,
#wpcf7-f5-p69-o1 form p:nth-child(7) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(7) textarea {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #cdcec6;
  border-radius: 3px;
  -webkit-appearance: none;
  resize: none;
  background-color: #ffffff;
}
#wpcf7-f5-p69-o1 form p:nth-child(1) textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(1) textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(2) textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(2) textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(3) textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(3) textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(4) textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(4) textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(5) textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(5) textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(6) textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(6) textarea:focus,
#wpcf7-f5-p69-o1 form p:nth-child(7) textarea:focus,
#wpcf7-f80-p79-o1 form p:nth-child(7) textarea:focus {
  border: 1px solid #b58b5b;
  outline: 0;
  box-shadow: 0 0 6px 0 rgba(197, 164, 126, 0.5);
}
#wpcf7-f5-p69-o1 form input[type="submit"],
#wpcf7-f80-p79-o1 form input[type="submit"] {
  padding: 18px 38px;
  margin-top: 30px;
  color: #433e3b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  transition: background-color 0.5s ease;
  border: 5px solid #b58b5b;
}
#wpcf7-f5-p69-o1 form input[type="submit"]:hover,
#wpcf7-f80-p79-o1 form input[type="submit"]:hover {
  background-color: #b58b5b;
  color: white;
}
@media (max-width: 480px) {
  #wpcf7-f5-p69-o1 form input[type="submit"],
  #wpcf7-f80-p79-o1 form input[type="submit"] {
    padding: 18px 10px;
    width: 100%;
  }
}
#wpcf7-f5-p69-o1 form p:nth-child(6),
#wpcf7-f80-p79-o1 form p:nth-child(6) {
  width: 93%;
  z-index: 1;
}
#wpcf7-f5-p69-o1 form p:nth-child(6) label,
#wpcf7-f80-p79-o1 form p:nth-child(6) label {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
#wpcf7-f5-p69-o1 form p:nth-child(6) textarea,
#wpcf7-f80-p79-o1 form p:nth-child(6) textarea {
  border: 1px solid rgba(82, 39, 19, 0.5);
  width: 100%;
  border-radius: 3px;
}
@media (max-width: 768px) {
  #wpcf7-f5-p69-o1 form p:nth-child(6) textarea,
  #wpcf7-f80-p79-o1 form p:nth-child(6) textarea {
    -webkit-appearance: none;
  }
}
#wpcf7-f5-p69-o1 form iframe,
#wpcf7-f80-p79-o1 form iframe {
  margin-bottom: 0;
}
.modal.in {
  top: 15%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #wpcf7-f80-p79-o1 form p:nth-child(7) {
    margin-bottom: 50px !important;
  }
}
#wpcf7-f80-p79-o1 h3 {
  margin-bottom: 30px;
}
#wpcf7-f80-p79-o1 form .wpcf7-checkbox,
#wpcf7-f80-p79-o1 form .wpcf7-radio {
  display: block;
  margin: 10px 0 0;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item,
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item {
  display: block;
}
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item input[type="radio"],
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item input[type="checkbox"],
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border-radius: 3px;
  content: "\2713";
  height: 20px;
  padding-left: 3px;
  left: -22px;
  width: 20px;
}
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before,
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background: #b58b5b !important;
  border: 1px solid #b58b5b !important;
  border-radius: 13px;
  content: "";
  height: 23px;
  left: 21px;
  top: 16px;
  position: absolute;
  width: 23px;
}
#wpcf7-f80-p79-o1 form .bold_border {
  border: 2px solid #b58b5b !important;
  color: #b58b5b;
}
#wpcf7-f80-p79-o1 form .normal_border {
  border: 1px solid #b58b5b !important;
  color: #433e3b;
}
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item-label,
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  left: 20px;
  line-height: 14px;
  position: relative;
}
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item-label::before,
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item-label::before {
  background: #ffffff;
  border: 1px solid #433e3b;
  border-radius: 3px;
  content: "";
  height: 20px;
  left: -22px;
  position: absolute;
  width: 20px;
}
#wpcf7-f80-p79-o1 form .wpcf7-checkbox .wpcf7-list-item-label:hover,
#wpcf7-f80-p79-o1 form .wpcf7-radio .wpcf7-list-item-label:hover {
  cursor: pointer;
}
#wpcf7-f80-p79-o1 form p:nth-child(3),
#wpcf7-f80-p79-o1 form p:nth-child(4),
#wpcf7-f80-p79-o1 form p:nth-child(5),
#wpcf7-f80-p79-o1 form p:nth-child(6) {
  width: 48% !important;
  margin-right: 2%;
  margin-bottom: 0;
  float: left;
}
#wpcf7-f80-p79-o1 form p:nth-child(7) {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap.best-days {
  display: flex;
  width: 100% !important;
  margin-bottom: 0;
}
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap.best-days .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 10px 0 0;
  width: 100%;
  max-height: 130px;
}
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap.best-days .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 45%;
}
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap.best-days .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 21px;
  padding-left: 8px;
}
#wpcf7-f80-p79-o1 form p:nth-child(7) .wpcf7-form-control-wrap.best-days .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #b58b5b;
  font-weight: bold;
  font-size: 18px;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 {
  display: flex;
  width: 100% !important;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times .wpcf7-form-control.wpcf7-radio,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-form-control.wpcf7-radio {
  display: flex;
  width: 100% !important;
  margin-top: 0;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 48.5%;
  margin-left: 0;
  margin-bottom: 0px;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  left: 0;
  line-height: 20px;
  padding: 18px 60px 18px 52px;
  width: 100%;
  border: 1px solid #b58b5b;
  border-radius: 3px;
  font-weight: bold;
}
@media (max-width: 480px) {
  #wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
  #wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding: 18px 5px 18px 52px;
  }
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #b58b5b;
  font-weight: bold;
  font-size: 18px;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last {
  margin-left: 10px;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-list-item {
  margin-bottom: 0 !important;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.meeting-times2 .wpcf7-list-item .wpcf7-list-item-label {
  margin-bottom: 0 !important;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.your-message textarea {
  border: 1px solid #cdcec6;
  border-radius: 3px;
  width: 99%;
  max-width: 450px;
  padding: 5px 10px;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.sq-ft input,
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap.project-city input {
  height: 50px;
  width: 99%;
  border: 1px solid #cdcec6;
  border-radius: 3px;
  padding-left: 10px;
}
#wpcf7-f80-p79-o1 form p:nth-child(10) label,
#wpcf7-f80-p79-o1 form p:nth-child(14) label {
  margin-bottom: 0;
}
#wpcf7-f80-p79-o1 form p:nth-child(10) .wpcf7-form-control-wrap.request-service1 select,
#wpcf7-f80-p79-o1 form p:nth-child(14) .wpcf7-form-control-wrap.request-service1 select,
#wpcf7-f80-p79-o1 form p:nth-child(10) .wpcf7-form-control-wrap.request-service2 select,
#wpcf7-f80-p79-o1 form p:nth-child(14) .wpcf7-form-control-wrap.request-service2 select {
  height: 50px;
  width: 99%;
  border: 1px solid #b58b5b;
  border-radius: 3px;
  background-color: #ffffff;
  padding-left: 5px;
}
#wpcf7-f80-p79-o1 form input[type="submit"] {
  margin-top: 10px;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap textarea {
  resize: none;
  max-height: 150px;
  width: 100%;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  -webkit-appearance: checkbox !important;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap input[type="radio"] {
  width: auto !important;
  height: auto !important;
  -webkit-appearance: radio !important;
}
#wpcf7-f80-p79-o1 form .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 16px;
}
@media (max-width: 480px) {
  #contact_right_image {
    padding-top: 58px;
  }
  #contact_right_image .content {
    padding-bottom: 50px !important;
  }
}
#contact_right_image .ti-image {
  padding-top: 60px;
}
#contact_right_image .content {
  padding-bottom: 100px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  #contact_right_image {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  #contact_right_image .container .row .ti-image img {
    left: 0;
  }
}
.four0four_page h1 {
  color: #c5a47e;
  font-size: 44px;
  line-height: 54px;
}
@media (max-width: 768px) {
  .four0four_page h1 {
    font-size: 41px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .four0four_page h1 {
    font-size: 40px;
  }
}
.four0four_page h1.top {
  color: #433e3b;
  padding: 0;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 79px;
}
@media (max-width: 768px) {
  .four0four_page h1.top {
    font-size: 41px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .four0four_page h1.top {
    font-size: 40px;
  }
}
.four0four_page ul {
  margin-bottom: 50px;
}
.missing_list li a {
  color: #c5a47e;
}
@media (max-width: 480px) {
  .request_consultation_hero {
    padding-top: 60px !important;
  }
  .request_consultation_hero h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .request_consultation_hero h3 {
    font-size: 23px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .tab_nopad {
    padding-top: 0;
  }
}
.grecaptcha-badge {
  display: none;
}
body.page-template-page-contact .grecaptcha-badge {
  display: block;
}
.alert_bar_wrap {
  width: 100%;
  z-index: 9;
  margin-top: 0;
  transition: 2s all;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.alert_bar_wrap.visible {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}
.alert_bar_wrap.scrolling {
  margin-top: 68px;
}
.alert_bar_wrap .alert-bar {
  padding: 10px 30px;
  position: relative;
  background-color: #433e3b;
}
.alert_bar_wrap .alert-bar .alert_close {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: calc(50% - 17px);
  color: #fff;
}
.alert_bar_wrap .alert-bar .alert_close:hover {
  cursor: pointer;
}
.alert_bar_wrap .alert-bar div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 480px) {
  .alert_bar_wrap .alert-bar div {
    flex-wrap: wrap;
    text-align: center;
  }
}
.alert_bar_wrap .alert-bar div p {
  font-weight: normal;
}
.alert_bar_wrap .alert-bar div a,
.alert_bar_wrap .alert-bar div p {
  font-size: 16px;
  letter-spacing: 0.92px;
  line-height: 28px;
  margin: 0;
  color: #fff !important;
}
@media (max-width: 480px) {
  .alert_bar_wrap .alert-bar div a,
  .alert_bar_wrap .alert-bar div p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
.alert_bar_wrap .alert-bar div a {
  font-weight: normal;
  text-decoration: underline;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.aligncenter {
  float: none;
  margin: 0 auto 20px;
}
.icon_blocks {
  margin: 0 0 75px 0;
}
.icon_blocks .block_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.icon_blocks .block_wrapper > div:nth-of-type(even) {
  background-color: #f0f0ef;
}
.icon_blocks .block_wrapper > div:nth-of-type(odd) {
  background-color: rgba(197, 164, 126, 0.6);
}
.icon_blocks .block_wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 40px 30px;
}
.icon_blocks .block_wrapper .item span {
  margin-top: -5px;
  line-height: 80px;
  font-size: 60px;
  margin-bottom: 10px;
}
.icon_blocks .block_wrapper .item p {
  margin-bottom: 0;
  font-size: 24px;
  text-align: center;
}
.icon_blocks .block_wrapper .item i {
  font-size: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .icon_blocks .block_wrapper .item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .icon_blocks .block_wrapper .item {
    width: 100%;
  }
}
.back_to_top {
  background-color: #c5b9ae;
  border: 1px solid #433e3b;
  padding: 5px 9px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s all;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  right: 20px;
  bottom: 60px;
}
.back_to_top.active {
  opacity: 1;
  visibility: visible;
}
.back_to_top:hover {
  cursor: pointer;
}
.back_to_top img {
  transform: rotate(-90deg);
  height: auto;
  max-width: 15px;
  margin-bottom: 5px;
}
.back_to_top span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.our_process .process_items {
  margin: 40px 0;
}
.our_process .process_items .item {
  display: flex;
  padding: 30px;
  justify-content: flex-start;
  align-items: stretch;
  border: 2px solid #f0f0ef;
}
@media (max-width: 480px) {
  .our_process .process_items .item {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
}
.our_process .process_items .item .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.our_process .process_items .item .content h3 {
  margin-top: 0;
}
.our_process .process_items .item .content > p:last-of-type {
  margin-bottom: 0;
}
.our_process .process_items .item i {
  background-color: white;
  padding: 20px;
  font-size: 110px;
  background-color: #f0f0ef;
  margin-right: 30px;
  display: flex;
  align-items: center;
  color: #ff6f4a;
}
@media (max-width: 480px) {
  .our_process .process_items .item i {
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
    font-size: 40px;
  }
}
.our_process .process_items .item h3 {
  color: #433e3b;
}
.request_quote_widget {
  padding: 40px;
  margin: 20px 0 30px;
  width: 100%;
  border: 2px solid #433e3b;
  display: flex;
  background-color: #f0f0ef;
}
@media (max-width: 992px) {
  .request_quote_widget {
    padding: 20px;
  }
}
.request_quote_widget h2 {
  color: #433e3b;
}
@media (max-width: 768px) {
  .request_quote_widget h2 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .request_quote_widget {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .request_quote_widget .left_content,
  .request_quote_widget .right_content {
    width: 100% !important;
  }
}
.request_quote_widget .left_content {
  padding: 30px;
  background-color: #433e3b;
  margin-right: 30px;
  width: 35%;
}
@media (max-width: 992px) {
  .request_quote_widget .left_content {
    padding: 20px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .request_quote_widget .left_content {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.request_quote_widget .left_content span {
  display: block;
}
.request_quote_widget .left_content a:hover {
  text-decoration: underline;
}
.request_quote_widget .left_content h4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .request_quote_widget .left_content > h4:first-of-type {
    margin-top: 0;
  }
}
.request_quote_widget .left_content > h4:nth-of-type(2) {
  margin-top: 30px;
}
.request_quote_widget .left_content a,
.request_quote_widget .left_content span {
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.request_quote_widget .right_content {
  width: 65%;
}
@media (max-width: 992px) {
  .request_quote_widget .right_content {
    width: 60%;
  }
}
.request_quote_widget .right_content form {
  display: flex;
  flex-wrap: wrap;
}
.request_quote_widget .right_content form > p {
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .request_quote_widget .right_content form > p {
    width: 100%;
    padding-right: 0;
  }
}
.request_quote_widget .right_content form > p label,
.request_quote_widget .right_content form > p br {
  display: none;
}
.request_quote_widget .right_content form > p input {
  max-width: 100%;
  padding: 5px 10px;
  height: 40px;
}
.request_quote_widget .right_content form > p input[type="submit"] {
  border: 1px solid #b58b5b;
  background-color: #ffffff;
  font-weight: bold;
  transition: 0.25s all;
}
.request_quote_widget .right_content form > p input[type="submit"]:hover {
  background-color: #c5a47e;
}
.request_quote_widget .right_content form > p textarea {
  width: 100%;
  max-height: 100px;
  padding: 5px 10px;
}
.request_quote_widget .right_content form > p:nth-of-type(5),
.request_quote_widget .right_content form > p:nth-of-type(6) {
  width: 100%;
}
.subpage_header {
  padding-bottom: 0;
}
.blog_single {
  padding-top: 20px;
}
.insights_wrap {
  padding: 60px 0;
}
.insights_wrap .content {
  text-align: center;
  margin-bottom: 40px;
}
.insights_wrap .posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.insights_wrap .posts .insights_tile {
  margin: 7.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #c5a47e;
}
.insights_wrap .posts .insights_tile:hover .content span.button {
  color: #b58b5b;
}
.insights_wrap .posts .insights_tile:hover .content span.button:before {
  width: 20px;
}
.insights_wrap .posts .insights_tile .image {
  width: 100%;
}
.insights_wrap .posts .insights_tile .image img {
  width: 100%;
}
.insights_wrap .posts .insights_tile .content {
  text-align: left;
  max-width: 300px;
  min-width: 300px;
  margin-bottom: 20px;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.insights_wrap .posts .insights_tile .content .button {
  display: block;
  margin-top: auto;
}
.insights_wrap .posts .insights_tile .content h3 {
  margin-bottom: 10px;
}
.insights_wrap .posts .insights_tile .content p {
  margin-bottom: 10px;
  line-height: 25px;
}
.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.breadcrumbs img {
  max-width: 6px;
  margin: 0 12px;
}
.breadcrumbs span,
.breadcrumbs a {
  font-weight: bold;
}
.fm_split_section {
  padding: 0px;
  overflow: hidden;
}
.fm_split_section .row {
  display: flex;
  flex-wrap: wrap;
}
.fm_split_section .row .hold_image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm_split_section .row .hold_image img {
  z-index: 1;
}
.fm_split_section .row .hold_content {
  display: flex;
  padding: 80px 50px 80px 80px;
}
@media (max-width: 991px) {
  .fm_split_section .row .hold_content {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .fm_split_section .row .hold_content {
    padding: 55px 16px;
  }
}
.fm_split_section .row .hold_content .content {
  align-self: center;
  max-width: 555px;
}
@media (max-width: 640px) {
  .fm_split_section .row .hold_content .content {
    padding: 0 20px;
  }
}
.fm_split_section .row .hold_content .content .button_hold {
  margin-top: 48px;
}
.fm_split_section .row .hold_content .content .button_hold .button {
  margin-bottom: 0px;
}
@media (min-width: 640px) {
  .fm_split_section .row.content_first .hold_content {
    padding: 80px 80px 80px 50px;
    justify-content: flex-end;
  }
}
@media (min-width: 640px) {
  .fm_split_section .row.content_first .hold_image {
    order: 2;
  }
}
.fm_split_section .row.content_first .watermark {
  left: calc(50% + 200px);
  right: unset;
}
.fm_split_section .row.video .hold_image {
  cursor: pointer;
  position: relative;
}
.fm_split_section .row.video .hold_image:hover .play_video svg {
  width: 180px;
}
.fm_split_section .row.video .hold_image .play_video {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.fm_split_section .row.video .hold_image .play_video svg {
  width: 170px;
  transition: width 0.15s;
}
.fm_split_section .row.stretched {
  max-width: none;
}
.fm_split_section .row.stretched .hold_image {
  overflow: hidden;
  min-height: 32vw;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 640px) {
  .fm_split_section .row.stretched .hold_image {
    max-height: 60vw;
  }
}
.fm_split_section .row.stretched .hold_image img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 1000px;
  max-height: unset;
}
@media (max-width: 640px) {
  .fm_split_section .row.stretched {
    flex-direction: column-reverse;
  }
}
.fm_split_section .row.contained {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.fm_split_section .row.contained .hold_content {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  .fm_split_section .row.contained .hold_image {
    margin-bottom: 30px;
  }
}
.fm_split_section .row.contained .watermark {
  height: 130%;
  z-index: 0;
  width: auto;
  position: absolute;
  right: calc(50% + 200px);
  top: -15%;
}
@media (max-width: 640px) {
  .fm_split_section .row.contained .watermark {
    height: 450px;
    width: 100%;
    left: -140px;
    top: -140px;
  }
}
.fm_split_section .row.contained .watermark img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.our_partners {
  padding: 30px 0 60px;
}
.our_partners .content {
  text-align: center;
}
.our_partners .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.our_partners .wrap a {
  margin: 20px 30px;
}
.our_partners .wrap a img {
  transition: 0.25s all;
  max-width: 300px;
  max-height: 130px;
}
.our_partners .wrap a:hover img {
  transform: scale(1.05);
}
[data-module="content_tiles"] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 24px;
  background-color: #ffffff;
  margin-left: 24px;
  margin-right: 24px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  [data-module="content_tiles"] {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
  }
}
[data-module="content_tiles"] .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] .container {
    gap: 48px;
  }
}
@media (max-width: 480px) {
  [data-module="content_tiles"] .container {
    gap: 24px;
  }
}
[data-module="content_tiles"] [data-component="section_intro"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1024px) {
  [data-module="content_tiles"] [data-component="section_intro"] {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  [data-module="content_tiles"] [data-component="section_intro"] {
    gap: 12px;
  }
}
[data-module="content_tiles"] [data-component="section_intro"] > div:first-child {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  gap: 12px;
}
[data-module="content_tiles"] [data-component="section_intro"] > div:first-child h2 {
  margin-bottom: 0;
  color: #433e3b;
}
[data-module="content_tiles"] [data-component="section_intro"] > div:first-child .wysiwyg p {
  margin-bottom: 0;
}
[data-module="content_tiles"] [data-component="section_intro"] > div:last-child .button.accent_inverted {
  background-color: #433e3b;
  color: #ffffff;
  border: 2px solid #433e3b;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
[data-module="content_tiles"] [data-component="section_intro"] > div:last-child .button.accent_inverted span {
  white-space: nowrap;
}
[data-module="content_tiles"] [data-component="section_intro"] > div:last-child .button.accent_inverted:hover {
  background-color: transparent;
  color: #433e3b;
}
[data-module="content_tiles"] .gap.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] .gap.grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
[data-module="content_tiles"] [data-component="content_tile"] {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  color: #433e3b;
  border: 1px solid #d9d7d1;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  background-color: #ffffff !important;
}
[data-module="content_tiles"] [data-component="content_tile"]:link,
[data-module="content_tiles"] [data-component="content_tile"]:visited {
  color: #433e3b;
  text-decoration: none;
}
[data-module="content_tiles"] [data-component="content_tile"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(67, 62, 59, 0.15);
  text-decoration: none;
  color: #433e3b;
  background-color: #ffffff;
}
[data-module="content_tiles"] [data-component="content_tile"]:hover [data-component="image"] img {
  transform: scale(1.08);
}
[data-module="content_tiles"] [data-component="content_tile"]:hover .button.accent {
  background-color: #b58b5b !important;
  color: #ffffff !important;
  border-color: #b58b5b !important;
  text-decoration: none;
}
[data-module="content_tiles"] [data-component="content_tile"] > div:first-child [data-component="image"] {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  height: 240px;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:first-child [data-component="image"] {
    height: 200px;
  }
}
@media (max-width: 480px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:first-child [data-component="image"] {
    height: 180px;
  }
}
[data-module="content_tiles"] [data-component="content_tile"] > div:first-child [data-component="image"] img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.4s ease;
  object-fit: cover;
  object-position: center;
}
[data-module="content_tiles"] [data-component="content_tile"] > div:first-child [data-component="image"] img.responsive-image {
  min-height: 100%;
  max-height: 100%;
}
[data-module="content_tiles"] [data-component="content_tile"] > div:last-child {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:last-child {
    padding: 12px;
    gap: 12px;
  }
}
[data-module="content_tiles"] [data-component="content_tile"] > div:last-child > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
[data-module="content_tiles"] [data-component="content_tile"] > div:last-child > div:first-child h3 {
  margin-bottom: 0;
  color: #433e3b;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:last-child > div:first-child h3 {
    font-size: 18px;
  }
}
[data-module="content_tiles"] [data-component="content_tile"] > div:last-child > div:first-child .wysiwyg p {
  margin-bottom: 0;
  color: rgba(67, 62, 59, 0.8);
  line-height: 1.6;
  font-size: 14px;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:last-child > div:first-child .wysiwyg p {
    font-size: 13px;
  }
}
[data-module="content_tiles"] [data-component="content_tile"] > div:last-child .button.accent {
  background-color: transparent;
  color: #b58b5b;
  border: 2px solid #b58b5b;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  align-self: flex-start;
  display: inline-block;
  white-space: nowrap;
}
[data-module="content_tiles"] [data-component="content_tile"] > div:last-child .button.accent:hover {
  background-color: #b58b5b;
  color: #ffffff;
  border-color: #b58b5b;
  text-decoration: none;
}
@media (max-width: 768px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:last-child .button.accent {
    padding: 8px 16px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:last-child .button.accent {
    padding: 8px 12px;
    font-size: 11px;
  }
}
[data-module="content_tiles"] [data-component="content_tile"] > div:last-child .button.accent span {
  white-space: nowrap;
}
@media (max-width: 480px) {
  [data-module="content_tiles"] [data-component="content_tile"] > div:last-child {
    padding: 12px;
    gap: 8px;
  }
}
.page-template-page-refresh .services_hero.single .container {
  background: none !important;
}
.page-template-page-refresh .services_hero.single .container h1.hero {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .page-template-page-refresh .services_hero.single .container h1.hero {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .services_hero.single .container h1.hero {
    font-size: 32px;
  }
}
.page-template-page-refresh .services_hero.single .container h3 {
  font-size: 24px;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .page-template-page-refresh .services_hero.single .container h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .services_hero.single .container h3 {
    font-size: 18px;
  }
}
.page-template-page-refresh .fm_split_section {
  margin-bottom: 0;
}
.page-template-page-refresh .fm_split_section .hold_content .content ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.page-template-page-refresh .fm_split_section .hold_content .content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}
.page-template-page-refresh .fm_split_section .hold_content .content ul li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #b58b5b;
  font-weight: bold;
  font-size: 18px;
}
.page-template-page-refresh .fm_split_section .hold_content .content h2 {
  color: #433e3b;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .page-template-page-refresh .fm_split_section .hold_content .content h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .fm_split_section .hold_content .content h2 {
    font-size: 22px;
  }
}
.page-template-page-refresh .fm_split_section .hold_content .content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: rgba(67, 62, 59, 0.9);
}
.page-template-page-refresh .fm_split_section .hold_content .content .button_hold {
  margin-top: 30px;
}
.page-template-page-refresh .fm_split_section .hold_content .content .button_hold .button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #b58b5b;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.page-template-page-refresh .fm_split_section .hold_content .content .button_hold .button:hover {
  background-color: #987145;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(181, 139, 91, 0.3);
}
@media (max-width: 480px) {
  .page-template-page-refresh .fm_split_section .hold_content .content .button_hold .button {
    padding: 12px 24px;
    font-size: 14px;
  }
}
.page-template-page-refresh .fm_split_section .hold_image img {
  transition: transform 0.3s ease;
}
.page-template-page-refresh .fm_split_section .hold_image:hover img {
  transform: scale(1.02);
}
.page-template-page-refresh .our_process {
  background-color: #f0f0ef;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .page-template-page-refresh .our_process {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .our_process {
    padding: 40px 0;
  }
}
.page-template-page-refresh .our_process .content h2 {
  color: #433e3b;
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-template-page-refresh .our_process .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .our_process .content h2 {
    font-size: 24px;
  }
}
.page-template-page-refresh .our_process .content p {
  font-size: 18px;
  color: rgba(67, 62, 59, 0.8);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-page-refresh .our_process .content p {
    font-size: 16px;
  }
}
.page-template-page-refresh .our_process .process_items .item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.page-template-page-refresh .our_process .process_items .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.page-template-page-refresh .our_process .process_items .item i {
  color: #b58b5b;
  background-color: rgba(181, 139, 91, 0.1);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .page-template-page-refresh .our_process .process_items .item i {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
}
.page-template-page-refresh .our_process .process_items .item .content h3 {
  color: #433e3b;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-template-page-refresh .our_process .process_items .item .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .our_process .process_items .item .content h3 {
    font-size: 18px;
  }
}
.page-template-page-refresh .our_process .process_items .item .content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(67, 62, 59, 0.8);
}
.page-template-page-refresh .icon_blocks {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .page-template-page-refresh .icon_blocks {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .icon_blocks {
    padding: 40px 0;
  }
}
.page-template-page-refresh .icon_blocks .content h2 {
  color: #433e3b;
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-template-page-refresh .icon_blocks .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .icon_blocks .content h2 {
    font-size: 24px;
  }
}
.page-template-page-refresh .icon_blocks .content p {
  font-size: 18px;
  color: rgba(67, 62, 59, 0.8);
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-page-refresh .icon_blocks .content p {
    font-size: 16px;
  }
}
.page-template-page-refresh .icon_blocks .block_wrapper .item {
  transition: all 0.3s ease;
  border-radius: 10px;
}
.page-template-page-refresh .icon_blocks .block_wrapper .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.page-template-page-refresh .icon_blocks .block_wrapper .item i {
  color: #b58b5b;
  margin-bottom: 20px;
}
.page-template-page-refresh .icon_blocks .block_wrapper .item p {
  font-weight: 600;
  color: #433e3b;
}
.page-template-page-refresh .icon_blocks .block_wrapper .item p small {
  display: block;
  font-weight: 400;
  color: rgba(67, 62, 59, 0.7);
  font-size: 14px;
  margin-top: 5px;
}
.page-template-page-refresh .interested {
  background: linear-gradient(135deg, #b58b5b 0%, #c5a47e 100%);
  color: #ffffff;
}
.page-template-page-refresh .interested h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .page-template-page-refresh .interested h3 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .interested h3 {
    font-size: 20px;
  }
}
.page-template-page-refresh .interested p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-page-refresh .interested p {
    text-align: center;
  }
}
.page-template-page-refresh .interested .button {
  background-color: #ffffff;
  color: #b58b5b;
  border: 2px solid #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.page-template-page-refresh .interested .button:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .page-template-page-refresh .interested .button {
    width: 100%;
    text-align: center;
    padding: 18px 30px;
  }
}
@media (max-width: 480px) {
  .page-template-page-refresh .interested .button {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.testimonials {
  background: linear-gradient(135deg, #b58b5b 0%, #c5a47e 100%);
  color: #ffffff;
}
.testimonials .container .single_testimonial .container .testimonial {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  position: relative;
}
.testimonials .container .single_testimonial .container .testimonial:before {
  content: "";
  font-size: 80px;
  position: absolute;
  top: -20px;
  left: -30px;
  color: rgba(255, 255, 255, 0.3);
  font-family: serif;
}
@media (max-width: 768px) {
  .testimonials .container .single_testimonial .container .testimonial {
    font-size: 22px;
    padding: 0 20px;
  }
  .testimonials .container .single_testimonial .container .testimonial:before {
    font-size: 60px;
    top: -15px;
    left: -10px;
  }
}
@media (max-width: 480px) {
  .testimonials .container .single_testimonial .container .testimonial {
    font-size: 18px;
    padding: 0 15px;
  }
  .testimonials .container .single_testimonial .container .testimonial:before {
    font-size: 40px;
    top: -10px;
    left: -5px;
  }
}
.testimonials .container .single_testimonial .container .author {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .testimonials .container .single_testimonial .container .author {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .testimonials .container .single_testimonial .container .author {
    font-size: 14px;
  }
}
.single-service .fm_split_section.service-section {
  margin-bottom: 0;
}
.single-service .fm_split_section.service-section .row.stretched .hold_image {
  overflow: hidden;
  min-height: 50vh;
  padding: 0;
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_image {
    min-height: 40vh;
  }
}
@media (max-width: 480px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_image {
    min-height: 30vh;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.single-service .fm_split_section.service-section .row.stretched .hold_image img:hover {
  transform: scale(1.05);
}
.single-service .fm_split_section.service-section .row.stretched .hold_content {
  display: flex;
  padding: 80px 50px 80px 80px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content {
    justify-content: center;
    width: 100%;
    padding: 60px 40px;
  }
}
@media (max-width: 640px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content {
    padding: 40px 20px;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content {
  align-self: center;
  max-width: 600px;
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content h2 {
  color: #433e3b;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(67, 62, 59, 0.85);
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content p:last-of-type {
  margin-bottom: 25px;
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content ul {
  list-style: none;
  padding-left: 0;
  margin: 25px 0;
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(67, 62, 59, 0.85);
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content ul li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #b58b5b;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content ul li {
    font-size: 15px;
    padding-left: 25px;
    margin-bottom: 12px;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content ol {
  padding-left: 20px;
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content ol li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: rgba(67, 62, 59, 0.85);
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content ol li {
    font-size: 15px;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content h3,
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content h4 {
  color: #b58b5b;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content h3 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content h3 {
    font-size: 20px;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content .service-content h4 {
    font-size: 16px;
  }
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .button_hold {
  margin-top: 35px;
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .button_hold .button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #b58b5b;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.single-service .fm_split_section.service-section .row.stretched .hold_content .content .button_hold .button:hover {
  background-color: #987145;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(181, 139, 91, 0.3);
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 480px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_content .content .button_hold .button {
    padding: 12px 24px;
    font-size: 13px;
  }
}
@media (min-width: 991px) {
  .single-service .fm_split_section.service-section .row.stretched.content_first .hold_content {
    padding: 80px 80px 80px 50px;
    justify-content: flex-end;
  }
}
@media (min-width: 991px) {
  .single-service .fm_split_section.service-section .row.stretched.content_first .hold_image {
    order: 2;
  }
}
@media (max-width: 768px) {
  .single-service .fm_split_section.service-section .row.stretched {
    flex-direction: column;
  }
  .single-service .fm_split_section.service-section .row.stretched .hold_image,
  .single-service .fm_split_section.service-section .row.stretched .hold_content {
    width: 100%;
    min-width: 100%;
  }
  .single-service .fm_split_section.service-section .row.stretched .hold_image {
    order: 1;
    min-height: 35vh;
  }
  .single-service .fm_split_section.service-section .row.stretched .hold_content {
    order: 2;
    padding: 40px 20px;
  }
  .single-service .fm_split_section.service-section .row.stretched.content_first .hold_image {
    order: 1;
  }
  .single-service .fm_split_section.service-section .row.stretched.content_first .hold_content {
    order: 2;
  }
}
@media (max-width: 480px) {
  .single-service .fm_split_section.service-section .row.stretched .hold_image {
    min-height: 30vh;
  }
  .single-service .fm_split_section.service-section .row.stretched .hold_content {
    padding: 30px 15px;
  }
}
