/*Global CSS*/
/*Body*/
body {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  color: #535763;
}

@font-face {
  font-family: "Sohne Breit";
  src: url("../../fonts/SohneBreit-Dreiviertelfett.woff2") format("woff2"), url("../../fonts/SohneBreit-Dreiviertelfett.woff") format("woff"), url("../../fonts/SohneBreit-Dreiviertelfett.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iskry";
  src: url("../../fonts/Iskry-Regular.woff2") format("woff2"), url("../../fonts/Iskry-Regular.woff") format("woff"), url("../../fonts/Iskry-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iskry";
  src: url("../../fonts/Iskry-Bold.woff2") format("woff2"), url("../../fonts/Iskry-Bold.woff") format("woff"), url("../../fonts/Iskry-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YourSignature";
  src: url("../../fonts/YourSignature.woff2") format("woff2"), url("../../fonts/YourSignature.woff") format("woff"), url("../../fonts/YourSignature.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-weight: 700;
  color: #B5A09A;
  font-family: "Iskry";
}

h2, .h2 {
  color: #976A53;
  font-family: "Iskry";
  text-transform: none;
  font-weight: bold;
}

h3, .h3 {
  color: #976A53;
  font-family: "Iskry";
  font-weight: bold;
}

h4, .h4 {
  color: var(--tertiary-color);
  font-family: "Iskry";
}

h5, .h5 {
  color: #717182;
}

a {
  color: #222;
}

.btn-primary, .btn-secondary, .btn-outline-light {
  border-radius: 0px;
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #976A53;
  border-color: #976A53;
  color: #FFF;
}

.btn-secondary {
  background-color: #EEEAE1;
  color: #4F5961;
}

.btn-tertiary {
  color: var(--tertiary-color);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #976A53;
  border-color: #717182;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #ffffff;
  color: #976A53;
  border-color: #976A53;
}

.btn-phone {
  margin-left: 16px;
}

/*Header*/
.main-logo img {
  width: 300px;
}

.home .nav-link, .header.sticky .nav-link {
  color: #FFF;
}

.nav-link {
  color: #000;
}

.home .nav-link::after, .header.sticky .nav-link::after {
  background: #fff;
}

.home .dropdown-toggle.nav-link::after {
  background: transparent;
}

.nav-link:hover, .nav-link:focus, .home .nav-link:hover, .home .nav-link:focus {
  color: #976A53;
}

.nav-link::after, .dropdown-item::after, .header.sticky .dropdown-toggle.nav-link::after {
  background: #B5A09A;
}

.nav-link.current-menu-item::after {
  opacity: 1;
}

.nav-link.current-menu-item, .header.sticky .nav-link.current-menu-item {
  color: #976A53;
}

.home .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.home.location .header {
  position: relative;
  background-color: #15172B;
}

.header {
  padding: 16px 0;
}

.navbar-toggler.collapsed .navbar-toggler-icon, .header.sticky .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.franchise-notification-bar {
  color: #ffffff !important;
  background-color: #4F5961 !important;
}

@media only screen and (max-width: 991px) {
  .nav-link, .home .nav-link, .header.sticky .nav-link {
    color: #B5A09A;
  }
  .btn-primary, .btn-secondary {
    padding: 0.75rem 1.5rem;
  }
  .navbar-toggler {
    border: 1px solid #B5A09A;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .navbar-toggler {
    border: 1px solid #FFF;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    border: 2px solid #B5A09A;
  }
  .nav-link::after, .dropdown-item::after, .header.sticky .dropdown-toggle.nav-link::after {
    background: transparent;
  }
}
#colorlib-main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  background: rgba(0, 0, 0, 0.99);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
}

.colorlib-table {
  display: flex;
  width: 100%;
  height: 100%;
}

#colorlib-main-nav .colorlib-table .colorlib-table-cell {
  padding: 64px 48px 0;
  width: 100%;
}

#colorlib-main-nav .colorlib-nav-toggle {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 20px;
  height: 44px;
  width: 44px;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  #colorlib-main-nav .colorlib-nav-toggle {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#colorlib-main-nav .colorlib-nav-toggle i {
  top: 18px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}

#colorlib-main-nav .colorlib-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

#colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}

.menu-show #colorlib-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#colorlib-main-nav ul {
  padding: 0;
  margin: 0;
}

#colorlib-main-nav ul li {
  list-style: none;
}

#colorlib-main-nav ul li a {
  color: white;
}

#colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
  outline: none;
  text-decoration: none;
}

#colorlib-main-nav ul li a:hover span:before, #colorlib-main-nav ul li a:active span:before, #colorlib-main-nav ul li a:focus span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
  background: #000;
}

.colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
  background: #000;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  color: #000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background-color: #976A53;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu-show .colorlib-nav-toggle i {
  background: #fff;
  color: #fff;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #976A53;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.home .colorlib-nav-toggle i::before, .home .colorlib-nav-toggle i::after {
  background: #FFF;
}

.home .colorlib-nav-toggle i {
  background: #FFF;
}

.home header.sticky .colorlib-nav-toggle i::before, .home header.sticky .colorlib-nav-toggle i::after, header.sticky .colorlib-nav-toggle i::before, header.sticky .colorlib-nav-toggle i::after, header.sticky .colorlib-nav-toggle i {
  background: #FFF;
}

.menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.colorlib-nav-toggle.dark i {
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .colorlib-nav-toggle {
    right: 10px;
  }
}
.brand-column, .brand-content {
  margin: 0 0 24px;
}

.brand-column img {
  width: 200px;
}

.location-information h2 {
  font-size: 24px;
  color: #FFF;
}

.location-information h3 {
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.location-information p, .location-information li, .location-information a {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  text-decoration: none;
}

#colorlib-main-nav ul.hours-list {
  display: flex;
  flex-direction: column;
}

#colorlib-main-nav ul.hours-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-top: 5px;
}

#colorlib-main-nav ul.hours-list li:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

.location-information div {
  margin: 0 0 1em;
}

#all-services {
  padding: 0;
}
#all-services h2 {
  color: #976A53;
}

/*Hero*/
.hero-card {
  text-align: center;
}

.hero-text .hero-main-heading {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.hero-text .hero-main-subheading {
  color: #FFF;
  font-size: 6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .hero-text .hero-main-subheading {
    color: #FFF;
    font-size: 3rem;
    line-height: 1.2;
  }
}
/*Page Banner*/
.page__banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 7em 0;
  text-align: center;
  margin: 0 0 64px;
}

.page__banner h1 {
  color: #FFF;
  font-weight: 700;
}

.page__banner h2 {
  color: #FFF;
  font-size: 1.5em;
  letter-spacing: 3px;
  font-weight: 400;
}

/*Content*/
.content_2.section__wrapper .section_img_wrapper {
  position: relative;
}

.content_2.section__wrapper .section_img_wrapper img {
  width: 100%;
}

.content_2.section__wrapper .section_img_wrapper::before {
  border: 2px solid #976A53;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: -1em;
  bottom: 1em;
}

.content_2.section__wrapper .flex-row-reverse .section_img_wrapper::before {
  left: auto;
  right: -1em;
  bottom: 1em;
}

.content_2 .section__content {
  padding: 0 5rem;
}

#image-span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15rem 0px;
}

#image-span::before {
  display: none;
}

#home-features {
  position: relative;
  margin-top: 4em;
  padding-top: 5em;
}

#home-features h2 {
  font-size: 6rem;
  margin: 0;
  position: absolute;
  top: -48px;
}

#home-features .column {
  margin: 0;
  cursor: pointer;
}

#home-features .column-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 70px 70px 35px 55px;
  height: 100%;
}

#home-features .column-text h3 {
  color: #FFF;
  font-weight: 800;
  font-size: 2.5em;
  text-transform: uppercase;
}

#home-features .column-text p {
  color: #FFF;
  visibility: hidden;
  display: none;
  transition: all 300ms ease-in-out;
}

#home-features .column::before {
  opacity: 0.5;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  left: 0;
  top: 0;
  transition: all 300ms ease-in-out;
}

#home-features .column:hover::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

#home-features .column-img img {
  width: 100%;
}

#home-features .column:hover p {
  visibility: visible;
  display: block;
}

#home-features .column .btn {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-color: #FFF;
}

#home-features .column .btn svg {
  fill: #FFF;
  color: #FFF;
  transition: all 300ms ease-in-out;
  transform: rotate(270deg);
}

#home-features .column .btn:hover svg {
  transform: rotate(225deg);
}

@media only screen and (max-width: 1199px) {
  #home-features h2 {
    font-size: 4rem;
    top: -32px;
  }
  #home-features {
    margin-top: 2em;
    padding-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #home-features h2 {
    position: relative;
    font-size: 3em;
    line-height: 1;
    margin: 0;
  }
  #home-features {
    margin: 0;
    padding-top: 4em;
  }
}
#center-video {
  background-image: url(../../../assets/images/shutterstock_1725987937.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 10rem 0;
}

#center-video::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.home .testimonial_2 {
  background-color: #B5A09A;
  color: #FFF;
  padding: 10rem 0;
  margin-bottom: 64px;
  overflow: hidden;
}

.home .testimonial_2::before {
  content: "testimonials";
  text-transform: uppercase;
  font-weight: 700;
  color: #131619;
  -webkit-text-fill-color: #B5A09A;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 30rem;
  position: absolute;
  top: 50%;
  left: -10%;
  opacity: 0.5;
  line-height: 1;
  transform: translateY(-50%);
}

.home .testimonial-slide {
  text-align: left;
}

.home .testimonial-author {
  max-width: 80%;
  margin: 0 auto;
  color: #FFF;
}

.home .testimonial-content blockquote {
  margin: 0 auto 1em;
}

.home .testimonial-author .customer-title {
  color: #FFF;
  font-weight: 800;
  letter-spacing: 5px;
  margin: 0;
}

.home .testimonial_2 .slick-arrow svg {
  fill: #FFF;
}

@media only screen and (max-width: 991px) {
  .content_2 .section__content {
    padding: 0 1rem;
  }
  #home-features h2 {
    font-size: 3rem;
  }
  #home-features .column-text {
    padding: 32px 24px 32px 24px;
  }
  #home-features .column-text h3 {
    font-size: 1.5em;
  }
  #home-features .column .btn {
    width: 50px;
    height: 50px;
    margin-top: 1em;
  }
  #center-video {
    padding: 5rem 0;
  }
  .home .testimonial_2 {
    padding: 5em 0;
  }
  .home .testimonial_2::before {
    font-size: 13rem;
    word-wrap: break-word;
    width: 100%;
    top: 0;
    transform: none;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 0.2;
  }
}
@media only screen and (max-width: 767px) {
  #home-features .column-text h3 {
    font-size: 3rem;
  }
}
#features .container, .features .container {
  max-width: none;
}

#features .column-text, .features .column-text {
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.0705882353);
  padding: 15px;
  width: 85%;
  float: right;
  margin-top: -50px;
  background: #fff;
  position: relative;
  text-align: left;
}
#features .column-text h3, .features .column-text h3 {
  margin: 0;
}

#features .section__container, .features .section__container {
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 0px;
}

#features h3, .features h3 {
  text-transform: none;
  margin: 1.5em 0 1em;
}

#features .column, .features .column {
  padding: 32px 16px;
}

.contact_1 iframe {
  width: 100%;
}

.feature_2.section__wrapper img {
  max-height: 270px;
  object-fit: cover;
}

/*Services*/
#all-services .container {
  padding: 0;
  max-width: 100%;
}

.services-container {
  column-gap: 0;
  flex-direction: column;
}

#all-services .card {
  border: none;
  display: flex;
  flex-direction: row;
}

#all-services .card-img-top {
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  width: 50%;
}

#all-services .card-body {
  width: 50%;
  padding: 15em 10rem;
  background-color: #B5A09A;
}

.services-container h3 {
  color: #976A53;
  font-weight: 700;
  font-size: 3em;
  margin: 0 0 0.5em;
}

.services-container p {
  color: #FFF;
  margin: 0 0 2.5em;
}

#all-services .btn-secondary {
  border-color: #FFF;
  color: #FFF;
}

#all-services .card:nth-child(2n) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1199px) {
  #all-services .card-body {
    padding: 15em 5rem;
  }
}
@media only screen and (max-width: 991px) {
  #all-services .card-body {
    padding: 10em 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #all-services .card-body {
    padding: 3em 5rem;
    text-align: center;
  }
  #all-services .card, #all-services .card:nth-child(2n) {
    flex-direction: column;
  }
  #all-services .card-img-top, #all-services .card-body {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .services-container h3 {
    font-size: 2em;
  }
}
.accordion-button:not(.collapsed) {
  color: #B5A09A;
}

/*About Team Profiles*/
#our-team {
  padding: 5em 0;
  background-color: #eff0f3;
  margin: 0 0 64px;
}

#our-team::before {
  content: "Team";
  text-transform: uppercase;
  font-weight: 700;
  color: #131619;
  -webkit-text-fill-color: #eff0f3;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #131619;
  font-size: 30rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  line-height: 1;
  z-index: 0;
}

#our-team .section__container {
  position: relative;
}

/*Footer*/
.site-footer {
  background-color: #EEEAE1;
  padding: 5em 0;
  font-size: 18px;
  text-align: center;
}

#footer-1 {
  text-align: center;
  margin: 0 0 3em;
}

.h4.widget-footer-title {
  font-weight: 700;
  color: #FFF;
  margin: 0 0 1em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.menu-footer-container ul {
  list-style: none;
  margin: 0;
}

.menu-footer-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover, .site-footer a:focus {
  color: #976A53;
}

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.social-list a:hover svg {
  fill: #976A53;
}

.social-list svg {
  fill: #222;
  height: 32px;
  width: 32px;
}

.social-list li {
  margin-right: 1em;
}

.social-list li:last-child {
  margin-right: 0;
}

#copyright {
  margin-top: 3em;
}

.cybermark {
  font-size: 14px;
  font-weight: 700;
}

.site-footer ul {
  list-style: none;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .footer-area {
    margin: 0 0 3em;
  }
  .footer-area:last-child {
    margin: 0;
  }
}
.location .social-list {
  justify-content: center;
}

/*Blog*/
.widget ul li a {
  text-decoration: none;
  color: #B5A09A;
}

#search-button {
  color: #976A53;
}

.blog-entry-title, .blog-entry-title a {
  color: #717182;
}

.blog-entry-info > * {
  color: #B5A09A;
}

/*Location Specific*/
.home .header {
  position: relative;
  background-color: #15172B;
}

#location-home .container {
  max-width: 100%;
}

#location-home {
  padding: 0 0 1em;
  margin: 0 0 64px;
}

.local-home-column.local-home-column-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#loc-id-card {
  padding: 0 4em;
  text-align: left;
}

.local-home-column {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.local-home-column-bg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.local-hero-content {
  width: 100%;
  position: relative;
  text-align: center;
}

.local-hero-content .h1 {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.local-home-text {
  display: block;
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  margin: 0 0 0.15em;
}

.local-hero-content .btn-link {
  text-decoration: none;
  font-size: 4vw;
  color: #FFF;
  padding: 0;
  line-height: 1;
}

.local-home-text.outline-lg {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 5vw;
  opacity: 0.7;
}

.local-home-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-headline {
  color: #FFF;
  font-weight: 800;
  font-size: 3vw;
  line-height: 1;
  margin: 0 0 0.25em;
  text-transform: uppercase;
}

#hero-promo-area .local-hero-content {
  padding: 0 40px;
}

.offer-subheadline {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 1em;
  line-height: 1;
  color: #d0d0d0;
}

@media only screen and (max-width: 1199px) {
  .header {
    padding: 8px 0;
  }
  .local-home-text {
    font-size: 36px;
  }
  .main-logo {
    max-width: 200px;
  }
  #colorlib-page {
    display: none;
  }
  #hero-promo-area .local-hero-content {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 991px) {
  .local-home-column {
    min-height: 300px;
    text-align: center;
  }
  #loc-id-card {
    text-align: center;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .local-hero-content {
    width: 100%;
  }
  .local-hero-content .btn-link {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .local-home-text {
    font-size: 30px;
  }
  .header-button a {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
}
.map-block .btn {
  margin-top: 12px;
}

/*Landing Pages*/
.primary-offer__wrapper {
  border: 1px solid #976A53;
  padding: 24px;
}

.primary-offer-header .h3 {
  font-weight: 700;
  font-size: 40px;
}
.primary-offer-header p {
  margin: 0 0 1em;
  line-height: 1.3;
  color: #4F5961;
}

.primary-offer-form .button {
  background-color: #976A53 !important;
}

.primary-offer-form .button:hover {
  background-color: #fff !important;
  color: #976A53 !important;
  border: 1px solid #976A53 !important;
}

.primary-offer-form .gform_submission_error {
  font-size: 16px !important;
  padding: 8px;
}

.primary-offer-form .btn-container .btn:first-of-type {
  margin-top: 15px;
  margin-bottom: 24px;
}

#offer-hero {
  position: relative;
  margin-bottom: 0;
}
#offer-hero .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#offer-hero h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
}
#offer-hero h2 {
  font-size: 48px;
  color: #ffffff;
}
#offer-hero p, #offer-hero li {
  color: #ffffff;
}
#offer-hero .primary-offer__wrapper p {
  color: #4F5961;
}
#offer-hero small {
  font-size: 0.675em;
}

.primary-offer-form .gform_fields {
  row-gap: 20px !important;
}

@media only screen and (max-width: 1199px) {
  #offer-hero h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #offer-hero h2 {
    font-size: 32px;
  }
}