@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-color: #181d25;
  --body-setting--font-family: "Space Grotesk", sans-serif;
  --body-setting--body-text-color: #dadada;
  --body-setting--font-size: 16px;
  --heading-font: Italiana, sans-serif;
  --white-color: white;
  --main-color: #c6ac73;
  --dark-color: #11141a;
  --nav-height: 100px;
  --black: black;
  --light-color: #f6f6f6;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--secondary-color);
  font-family: var(--body-setting--font-family);
  color: var(--body-setting--body-text-color);
  font-size: var(--body-setting--font-size);
  line-height: 26px;
}

h1 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

h3 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

h4 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h5 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h6 {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: var(--white-color);
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 30px;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  color: var(--white-color);
  margin-bottom: 8px;
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup, sub {
  -webkit-text-stroke-color: var(--dark-color);
}

blockquote {
  font-family: var(--heading-font);
  color: var(--white-color);
  background-image: url('../images/quote_1quote.png');
  background-position: 5px 16px;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  border-left: 1px #000;
  border-radius: 16px;
  padding: 20px 0 20px 90px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

figure {
  margin-bottom: 10px;
  margin-right: 0;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.container.hero-container {
  border-radius: 25px;
  align-items: center;
  min-height: 100%;
  padding-left: 50px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--dark-color);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  width: 600px;
  padding: 40px 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-gap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-gap.padding-top-0 {
  padding-top: 0;
}

.section-gap.padding-top-0.pad00 {
  padding-bottom: 0;
}

.nav-menu {
  color: var(--white-color);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.down-icon {
  color: var(--white-color);
  padding-left: 14px;
  font-size: 12px;
  display: block;
}

.menu-button {
  order: 1;
}

.header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header.header-two {
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.header.header-one {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  vertical-align: middle;
  height: 50px;
  line-height: 40px;
  display: inline-block;
}

.nav-text {
  height: var(--nav-height);
  font-family: var(--heading-font);
  color: var(--white-color);
  font-size: 14px;
  line-height: var(--nav-height);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 500;
  transition: color .5s cubic-bezier(.77, 0, .175, 1);
}

.nav-text:hover {
  color: var(--white-color);
}

.nav-text.w--current {
  color: var(--main-color);
}

.nav-text.small {
  font-family: var(--body-setting--font-family);
  color: var(--white-color);
  letter-spacing: .5px;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}

.nav-list {
  background-image: none;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-list.first {
  color: var(--white-color);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: relative;
}

.logo-link {
  order: -1;
}

.logo-link.w--current {
  line-height: var(--nav-height);
}

.dropdown-nav {
  display: block;
}

.dropdown-toggle {
  justify-content: space-around;
  align-items: center;
  padding: 0 12px 0 0;
  display: flex;
}

.dropdown-list {
  border-bottom: 3px solid var(--main-color);
  background-color: var(--secondary-color);
  width: 220px;
  padding: 20px;
  transition: opacity .2s;
  box-shadow: 1px -5px 25px -6px #0003;
}

.dropdown-list.w--open {
  background-color: var(--black);
  border-top: 0 #0000;
  border-bottom: 0 #c6ac73;
  border-radius: 0;
  box-shadow: 0 7px 17px -7px #0000004d;
}

.dropdown-list._w-auto {
  width: auto;
}

.dropdown-list._w-auto.w--open {
  box-shadow: none;
  border-top-style: none;
  border-bottom-style: none;
}

.dropdown-link {
  color: var(--body-setting--body-text-color);
  letter-spacing: .3px;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--main-color);
}

.social-link {
  border: 2px solid var(--main-color);
  color: var(--white-color);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--main-color);
  color: var(--dark-color);
}

.hero-one-section {
  background-color: #0000;
  height: 100vh;
  overflow: hidden;
}

.hero-one-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bronxville-14.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-one-title {
  z-index: 1;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 85px;
  line-height: 85px;
}

.margin-top-20 {
  margin-top: 20px;
  list-style-type: disc;
}

.breadcrumb-title {
  color: var(--white-color);
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 70px;
}

.widget {
  background-color: var(--dark-color);
  margin-bottom: 0;
  padding: 100px 50px;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
}

.arrow-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  transform: rotate(-180deg);
}

.button {
  background-color: var(--main-color);
  font-family: var(--heading-font);
  color: var(--dark-color);
  letter-spacing: .36px;
  border-radius: 50px;
  padding: 13px 35px;
  font-size: 18px;
  line-height: 28px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.button:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.button.global-color {
  background-color: var(--main-color);
}

.button.global-color:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.button.password-btn {
  margin-top: 10px;
}

.heading-title-1 {
  z-index: 1;
  color: var(--white-color);
  letter-spacing: -1.35px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 65px;
  position: relative;
}

.advertisement {
  color: var(--white-color);
  text-align: center;
  background-image: url('../images/bronxville-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 216px;
  position: relative;
  overflow: hidden;
}

.advertisement.scars {
  background-image: url('../images/scarsdale13.jpg');
}

.contact-form-input {
  background-color: var(--white-color);
  color: var(--white-color);
  border: 1px solid #15141c1a;
  border-radius: 30px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
}

.contact-form-input:focus {
  border: 1px solid #15141c99;
}

.footer-title {
  font-family: var(--heading-font);
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.footer-link {
  color: var(--body-setting--body-text-color);
  padding-bottom: 5px;
  display: flex;
}

.footer-link:hover {
  color: var(--white-color);
}

.hero-one-content {
  align-self: center;
  max-width: 700px;
  margin-right: auto;
  padding-top: 90px;
}

.footer-logo {
  height: 100px;
  margin-bottom: 30px;
}

.footer-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 30px;
  display: flex;
}

.footer-line {
  display: block;
}

.footer-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-column {
  padding-bottom: 60px;
}

.footer-column.last-column {
  border-right-style: none;
  border-right-width: 0;
  flex-flow: column wrap-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column.second {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  display: flex;
}

.footer-small-link {
  color: var(--body-setting--body-text-color);
  font-size: 15px;
  font-weight: 300;
  line-height: 14px;
  overflow: hidden;
}

.footer-small-link:hover {
  color: var(--white-color);
}

.footer-small-link.right-border {
  border-right: 2px solid #ffffff80;
  margin-right: 8px;
  padding-right: 10px;
  font-weight: 300;
}

.footer-links {
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.field-label {
  display: none;
}

.password-image {
  width: 200px;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.icon-style-two-title {
  color: var(--white-color);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 34px;
}

.icon-style-two-title.non-space {
  margin-bottom: 0;
}

.icon {
  font-family: Themify;
  font-size: 16px;
  line-height: 20px;
}

.icon.social {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-block-wrap {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-style-two-desc {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.button-link {
  background-color: var(--main-color);
  font-family: var(--heading-font);
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 7px 7px 35px;
  font-size: 15px;
  line-height: 26px;
  display: flex;
}

.button-link:hover {
  background-color: var(--white-color);
}

.button-link.outline-btn {
  border: 2px solid var(--main-color);
  background-color: #0000;
  padding: 6px 6px 6px 20px;
}

.button-link.outline-btn:hover {
  background-color: var(--main-color);
}

.header-right-content {
  order: 1;
  align-items: center;
  display: flex;
}

.header-button-wrap {
  align-self: center;
  margin-right: 20px;
  display: none;
}

.header-button-link {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header-button-text {
  font-family: var(--heading-font);
  color: var(--white-color);
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}

.client-one-logo-wrap {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  padding: 100px;
  display: inline-block;
  overflow: visible;
}

.client-logo-one-box {
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: flex;
}

.slide-nav-rounded {
  z-index: 1;
  background-color: var(--secondary-color);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 30px 16px 24px;
  display: none;
  bottom: 50%;
  left: auto;
  right: 0;
  transform: translate(0, 50%);
}

.ads-title-one {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 30px;
}

.ads-title-two {
  color: #c6ac73;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.ads-title-two:hover {
  color: var(--main-color);
}

.navbar-two-wrap {
  height: var(--nav-height);
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-top: 30px;
  display: flex;
  position: static;
  bottom: 5px;
  right: 5px;
}

.button-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.button-text {
  letter-spacing: .36px;
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 15px;
  font-size: 18px;
  line-height: 28px;
}

.icon-style-two {
  z-index: 2;
  background-color: var(--dark-color);
  align-items: center;
  height: 100%;
  padding: 40px 20px 35px;
  position: relative;
}

.icon-style-two.bz-hours {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.list-style-01-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.logo-wrap {
  order: -1;
  align-items: center;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.mega-menu-column-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.mega-menu-column {
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 20px;
  display: block;
}

.footer-main-wrap {
  background-color: var(--dark-color);
}

.home-one-about-right-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  margin-left: auto;
}

.home-one-about-right-content.new {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.nav-two-menu {
  padding-left: 65px;
}

.nav-two-menu.header-two {
  background-color: #0000;
  padding-left: 0;
}

.nav-one-menu {
  background-color: #0000;
  flex: none;
  margin-left: 40px;
}

.navbar-one-wrap {
  height: var(--nav-height);
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ads {
  background-image: linear-gradient(0deg, #11141ae6, #11141ae6 64%, #11141acc 79%, #0000);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-one-about1-section.section-gap {
  position: relative;
}

.home-one-about1-section.section-gap.overflow-hidden {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-one-about1-right-column {
  width: 50%;
  padding-top: 32px;
}

.home-one-about1-left-column {
  width: 50%;
  padding-right: 40px;
}

.home-one-about2-section {
  background-color: var(--dark-color);
  width: 100%;
  display: block;
  position: relative;
}

.team-two {
  margin-left: 50px;
  margin-right: 50px;
}

.team-two-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-two-link {
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.team-two-image-wrap {
  z-index: 1;
  width: 100%;
  height: 580px;
  position: relative;
  overflow: hidden;
}

.team-two-preview {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.team-two-preview.logo-op {
  opacity: .1;
  object-fit: contain;
}

.team-two-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.team-two-title:hover {
  color: var(--white-color);
}

.footer-small-link-right {
  line-height: 20px;
  overflow: hidden;
}

.footer-small-link-text {
  color: #ffffffb3;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s;
}

.button-arrow-bg-color {
  background-color: var(--white-color);
  text-align: left;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button-arrow-bg-color.global-bg {
  background-color: var(--main-color);
}

.button-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow-hover {
  position: absolute;
  right: 0;
  transform: translate(-100%);
}

.button-arrow-hover.white {
  filter: invert();
}

.subtitle-head-wrap {
  margin-bottom: 8px;
  overflow: hidden;
}

.home-one-about3-title {
  color: var(--main-color);
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 34px;
}

.home2-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.slider-subtitle-head-line {
  border-top: 1px solid var(--main-color);
  width: 40px;
  margin-bottom: 5px;
}

.slider-subtitle-head-line.line-center {
  margin-left: auto;
  margin-right: auto;
}

.footer-icon {
  color: var(--main-color);
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.footer-link-text {
  font-size: 17px;
  line-height: 28px;
}

.padding-top-0 {
  padding-top: 0;
}

.footer-text {
  text-align: right;
  margin-bottom: 20px;
}

.team-two-image-overlay {
  z-index: 5;
  background-color: #11141ae0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: opacity .5s;
  position: absolute;
  bottom: 0;
}

.home2-contact-text {
  color: var(--body-setting--body-text-color);
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  transition: none;
  display: block;
}

.split-section-inner {
  width: 100%;
  display: block;
  position: relative;
}

.client-logo-one-box-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-logo-one-box-2.border-top {
  border-top: 1px solid #161f7b33;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.order-item-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.cart-wrap {
  padding-right: 15px;
}

.cart-button {
  background-color: #0000;
  border: 2px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
}

.cart-icon {
  width: 25px;
  height: 25px;
}

.cart-icon.white {
  filter: invert();
}

.cart-quantity {
  background-color: var(--main-color);
  color: var(--dark-color);
  min-width: 18px;
  height: 18px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.cart-header {
  border-bottom-color: var(--light-color);
  padding-left: 30px;
  padding-right: 30px;
}

.cart-heading {
  font-size: 30px;
  line-height: 40px;
}

.cart-list {
  padding: 20px 30px;
}

.cart-container {
  background-color: var(--dark-color);
}

.cart-footer {
  border-top-color: var(--light-color);
  padding-left: 30px;
  padding-right: 30px;
}

.cart-item {
  border-bottom: 1px solid var(--light-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.image {
  object-fit: cover;
  border: 1px solid #161f7b1a;
  border-radius: 10px;
  width: 100px;
  height: 80px;
}

.cart-content {
  text-align: left;
}

.cart-price {
  font-family: var(--heading-font);
  font-size: 17px;
  line-height: 28px;
}

.cart-quantity-3 {
  color: var(--dark-color);
}

.remove-btn:hover {
  color: var(--white-color);
}

.close-btn-icon {
  filter: invert();
}

.hero-subtitle-slider-one {
  margin-bottom: 30px;
  position: relative;
}

.breadcrumb-separation {
  background-color: #f6f6f6cc;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 18px;
}

.breadcrumb-menu-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.home-one-about1-columns {
  display: flex;
}

.home-one-about1-image {
  object-fit: cover;
  width: 120%;
  max-width: none;
  height: 120%;
}

.home-one-about1-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 690px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-about3-columns {
  background-color: var(--dark-color);
  display: flex;
}

.home-one-about3-right-column {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.home-one-about3-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-one-about3-left-column {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 40%;
  padding: 30px;
}

.team-position {
  z-index: 2;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.team-position.non-fixed {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subtitle-head-2 {
  color: #144b24;
  letter-spacing: .26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.heading-title-animation {
  margin-bottom: 30px;
  overflow: hidden;
}

.heading-title-animation.style2 {
  margin-bottom: 0;
}

.heading-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 60px;
}

.heading-subtitle {
  margin-bottom: 50px;
  position: relative;
}

.heading-subtitle.center {
  text-align: center;
}

.heading-subtitle.style3 {
  margin-bottom: 30px;
}

.subtitle-head {
  color: var(--white-color);
  letter-spacing: .45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.heading-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.heading-title.offer-title {
  letter-spacing: -1.4px;
  font-size: 97px;
  line-height: 87px;
}

.heading-subheading-desc-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}

.heading-subheading-desc-wrap.style2 {
  margin-bottom: 20px;
}

.heading-subheading-desc-wrap.padding-off {
  margin-bottom: 0;
}

.heading-subheading-desc {
  margin-bottom: 0;
  font-weight: 300;
}

.pricing-feature {
  align-self: stretch;
  font-weight: 300;
}

.split-section-image-wrapper {
  width: 50%;
  height: 100vh;
  margin-right: auto;
  position: sticky;
  inset: 0 auto auto;
}

.split-section-content-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 50%;
  margin-left: auto;
  padding: 80px 50px 30px;
}

.split-section-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.splite-slide-pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ffffff26;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 25px;
  transition: all .3s;
  display: flex;
}

.splite-slide-pricing:hover {
  border-color: #fff6;
}

.split-slider-pricing-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-slide-pricing-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.split-slide-price {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.split-slide-price-span {
  font-family: var(--heading-font);
  font-size: 20px;
}

.split-slide-pricing-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
}

.testimonial-two {
  background-color: #0000;
  height: auto;
  position: relative;
}

.heading-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 60px;
}

.subtitle-head-3 {
  color: #144b24;
  letter-spacing: .26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.offer-section-inner {
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.offer-section-bg-image {
  z-index: -1;
  background-image: url('../images/offer-bg-shadow.png'), url('../images/scarsdale21.jpg');
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.offer-section-bg-image.scars2 {
  background-image: url('../images/offer-bg-shadow.png'), url('../images/bronxville-36.jpg');
  background-position: 100%, 50% 35%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
}

.offer-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.wavy-img-animation {
  z-index: -1;
  position: absolute;
  top: 120px;
  left: 98%;
}

.hero-one-flex {
  display: flex;
}

.icon-style-three {
  border-top: 1px solid #ffffff26;
  align-items: center;
  max-width: 650px;
  margin-top: 50px;
  padding-top: 33px;
  display: flex;
}

.icon-style-three-image {
  filter: contrast(69%);
}

.icon-style-three-content {
  margin-left: 22px;
}

.icon-style-three-title {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.icon-style-three-desc {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.display-none {
  display: none;
}

.footer-timing-wrap {
  justify-content: space-between;
  width: 280px;
  display: flex;
}

.footer-small-link-text-link {
  color: var(--body-setting--body-text-color);
}

.footer-small-link-text-link:hover {
  color: var(--white-color);
}

.footer-time {
  color: var(--body-setting--body-text-color);
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
}

.home-one-about3-image-bg-animation {
  z-index: 2;
  background-color: var(--dark-color);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.header-left-content {
  order: -1;
  display: flex;
}

.subtext {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Smooch Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.subtext.black {
  color: #fff;
}

.heading-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--secondary-color);
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: filter .35s;
  display: flex;
}

.heading-wrapper-2:hover {
  filter: invert();
}

.col {
  color: #fff;
  background-image: linear-gradient(#0000, #00000080), url('../images/bronxville-11.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.col._2 {
  background-color: #9b9b9b;
  background-image: linear-gradient(#0000, #00000080), url('../images/scarsdale26.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  text-decoration: none;
  position: relative;
}

.heading-wrapper-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: filter .35s;
  display: flex;
}

.heading-wrapper-1:hover {
  filter: invert();
  background-color: #e7e4db;
}

.hero {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--secondary-color);
  align-items: stretch;
  height: 100vh;
  padding: 18px;
  display: flex;
  position: relative;
}

.code-embed {
  z-index: 999999;
  border: 2px solid var(--main-color);
  background-color: var(--secondary-color);
  letter-spacing: 1px;
  padding: 13px 20px;
  font-weight: 600;
  position: fixed;
  inset: auto 1% 1% auto;
}

.calendars {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.c {
  padding-top: 100px;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.text-bio {
  opacity: .82;
  font-family: var(--body-setting--font-family);
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.scarsdale-pic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/scarsdale8.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

.code-embed-3 {
  z-index: 99;
  position: relative;
}

.home2-about3-content-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 52px;
}

.container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.home2-about3-bg-color {
  background-color: #11141a66;
  position: relative;
  inset: 0;
}

.home2-about3-content {
  z-index: 3;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
}

.heading-subheading-desc-2 {
  margin-bottom: 0;
  font-weight: 300;
}

.button-arrow-bg-color-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button-link-2 {
  background-color: #c6ac73;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 7px 7px 35px;
  font-family: Italiana, sans-serif;
  font-size: 15px;
  line-height: 26px;
  display: flex;
}

.button-link-2:hover {
  background-color: #fff;
}

.button-link-2.outline-btn {
  background-color: #0000;
  border: 2px solid #c6ac73;
  padding: 6px 6px 6px 20px;
}

.button-link-2.outline-btn:hover {
  background-color: #c6ac73;
}

.review-sec {
  background-color: var(--dark-color);
  padding-top: 88px;
  padding-bottom: 88px;
  overflow: hidden;
}

.button-text-2 {
  letter-spacing: .36px;
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 15px;
  font-size: 18px;
  line-height: 28px;
}

.home2-about3-content-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  padding-bottom: 40px;
  display: flex;
}

.home2-avout3-rating {
  margin-bottom: 18px;
  display: flex;
}

.home2-about3-bg-video {
  position: relative;
}

.home2-about3-star {
  color: #c6ac73;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

@media screen and (min-width: 1280px) {
  .down-icon {
    padding-left: 15px;
  }

  .nav-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-list.first {
    margin-right: 7px;
  }

  .dropdown-list.w--open {
    transition: opacity .2s;
    box-shadow: 0 8px 9px -3px #00000024;
  }

  .heading-title-1 {
    font-size: 70px;
    line-height: 75px;
  }

  .icon-style-two-title {
    font-size: 28px;
    line-height: 38px;
  }

  .header-button-wrap {
    display: block;
  }

  .navbar-two-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-style-two {
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-one-about-right-content {
    padding-right: 20px;
  }

  .nav-two-menu {
    padding-left: 65px;
    padding-right: 170px;
  }

  .nav-two-menu.header-two {
    padding-right: 0;
  }

  .nav-one-menu {
    margin-left: 80px;
  }

  .navbar-one-wrap {
    border-bottom: 1px solid #ffffff26;
  }

  .home-one-about1-left-column {
    padding-right: 100px;
  }

  .team-two {
    margin-left: 35px;
    margin-right: 35px;
  }

  .team-two-title {
    font-size: 70px;
    line-height: 70px;
  }

  .home-one-about3-left-column {
    padding: 54px 50px 48px;
  }

  .split-section-content-wrapper {
    background-image: url('../images/effect-1.png');
    background-position: 95% 10%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .split-slide-pricing-lists {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 280px;
    max-width: 280px;
  }

  .wavy-img-animation {
    left: 98%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-text.small {
    font-size: 17px;
  }

  .dropdown-list.w--open {
    box-shadow: 0 8px 9px -3px #00000042;
  }

  .icon-style-two-title {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar-two-wrap {
    margin-left: 70px;
    margin-right: 70px;
  }

  .icon-style-two {
    padding-left: 38px;
    padding-right: 45px;
  }

  .nav-two-menu {
    padding-right: 0;
  }

  .team-two-title {
    font-size: 86px;
    line-height: 86px;
  }

  .home2-title-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .split-section-content-wrapper {
    padding: 155px 80px 100px;
  }

  .splite-slide-pricing {
    padding: 40px 55px;
  }

  .wavy-img-animation {
    left: 96%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-two-menu, .nav-one-menu {
    padding-right: 0;
  }

  .button-arrow-bg-color {
    padding: 0;
  }

  .split-section-content-wrapper {
    padding-left: 110px;
  }

  .wavy-img-animation {
    left: 87%;
  }

  .button-arrow-bg-color-2 {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    min-height: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-content {
    width: 500px;
  }

  .section-gap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav-menu {
    border-top: 2px solid var(--main-color);
    box-shadow: inset 0 -1px 16px -15px var(--dark-color);
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: block;
  }

  .down-icon {
    color: var(--dark-color);
    display: block;
  }

  .menu-button {
    order: 1;
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--dark-color);
    background-color: #0000;
  }

  .header {
    z-index: 2;
    position: relative;
  }

  .nav-text {
    height: auto;
    line-height: 40px;
  }

  .nav-text.small {
    color: var(--dark-color);
    height: auto;
    padding-left: 0;
    line-height: 40px;
  }

  .nav-list {
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .dropdown-nav {
    flex: 1;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    padding-right: 0;
  }

  .dropdown-list {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-radius: 0;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .hero-one-section {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-one-title {
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 65px;
  }

  .breadcrumb-title {
    font-size: 70px;
    line-height: 60px;
  }

  .widget {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left-arrow {
    display: none;
  }

  .arrow-wrap {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .arrow-wrap.display-none, .right-arrow {
    display: none;
  }

  .heading-title-1 {
    letter-spacing: -.8px;
    font-size: 50px;
    line-height: 55px;
  }

  .advertisement {
    background-position: 50% 25%;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-one-content {
    max-width: none;
  }

  .footer-main {
    padding-top: 20px;
  }

  .footer-column {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-column.last-column {
    border-right-style: solid;
    border-right-width: 1px;
    align-items: flex-end;
    width: 100%;
  }

  .footer-column.second {
    border-right-style: none;
    width: 100%;
  }

  .footer-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon {
    color: var(--white-color);
    font-size: 40px;
    line-height: 40px;
  }

  .footer-block-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-style-two-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .header-right-content {
    flex: 1;
    justify-content: flex-end;
  }

  .client-one-logo-wrap {
    padding: 60px 40px;
  }

  .slide-nav-rounded {
    z-index: 1;
  }

  .footer-social-icons {
    justify-content: center;
    margin-top: 0;
  }

  .button-wrap.display-none-991 {
    display: block;
  }

  .icon-style-two {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-style-two.bz-hours {
    width: auto;
  }

  .footer-main-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .home-one-about-right-content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .nav-two-menu {
    padding-left: 0;
  }

  .nav-one-menu {
    z-index: 2;
    margin-left: 0;
    padding-left: 0;
    left: 0;
    transform: translate(0%);
  }

  .display-none-991 {
    display: none;
  }

  .home-one-about1-section.section-gap.overflow-hidden {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-one-about1-right-column {
    width: 100%;
    padding-top: 40px;
  }

  .home-one-about1-left-column {
    width: 100%;
    padding-right: 0;
  }

  .team-two {
    margin-left: 30px;
    margin-right: 30px;
  }

  .team-two-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-two-image-wrap {
    height: 550px;
  }

  .team-two-title {
    font-size: 60px;
    line-height: 60px;
  }

  .icon-style-two-icon {
    height: 60px;
  }

  .home-one-about3-title {
    margin-bottom: 20px;
  }

  .footer-text {
    text-align: left;
  }

  .home2-contact-text {
    color: var(--body-setting--body-text-color);
    display: block;
  }

  .split-section-inner {
    height: auto;
  }

  .client-logo-one-box-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .client-logo-one-box-2.border-top {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cart-wrap {
    padding-right: 15px;
  }

  .hero-subtitle-slider-one {
    margin-bottom: 0;
  }

  .breadcrumb-separation {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .home-one-about1-columns {
    display: block;
  }

  .home-one-about1-image {
    width: 100%;
    height: 100%;
  }

  .home-one-about1-image-wrap {
    height: 650px;
  }

  .home-one-about3-columns {
    flex-flow: column-reverse;
  }

  .home-one-about3-right-column {
    width: 100%;
    height: 400px;
  }

  .home-one-about3-left-column {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding: 20px 20px 2px;
  }

  .heading-title-2 {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-subtitle, .heading-subtitle.center {
    margin-bottom: 30px;
  }

  .heading-title {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-title.offer-title {
    letter-spacing: -.5px;
    font-size: 70px;
    line-height: 65px;
  }

  .split-section-image-wrapper {
    width: 100%;
    position: static;
  }

  .split-section-content-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding: 50px 30px;
  }

  .split-section-img {
    position: static;
  }

  .splite-slide-pricing {
    margin-bottom: 20px;
  }

  .splite-slide-pricing.last, .split-slide-pricing-title {
    margin-bottom: 0;
  }

  .heading-title-3 {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 46px;
  }

  .offer-section-inner {
    text-align: left;
    padding-top: 120px;
  }

  .offer-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .wavy-img-animation {
    display: none;
  }

  .icon-style-three {
    max-width: 500px;
    margin-top: 35px;
    padding-top: 25px;
  }

  .heading-wrapper-1 {
    padding: 30px;
  }

  .calendars {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .section, .section.c {
    padding-top: 50px;
  }

  .home2-about3-content-title {
    font-size: 40px;
    line-height: 40px;
  }

  .review-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home2-about3-content-flex {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 22px;
    line-height: 28px;
  }

  .utility-page-content {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-gap.no {
    padding-bottom: 50px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .menu-button {
    margin-right: -10px;
  }

  .logo-link {
    padding-left: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .hero-one-section {
    height: 70vh;
  }

  .hero-one-slide {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/bronxville-14.jpg');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-one-title {
    font-size: 50px;
    line-height: 50px;
  }

  .breadcrumb-title {
    font-size: 60px;
    line-height: 50px;
  }

  .widget {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-title-1 {
    letter-spacing: -.5px;
    font-size: 40px;
    line-height: 40px;
  }

  .footer-column {
    border-right-style: none;
    width: 100%;
  }

  .footer-column.last-column {
    border-right-style: none;
    padding-bottom: 40px;
  }

  .footer-column.second {
    align-items: flex-start;
  }

  .footer-small-link {
    margin-bottom: 10px;
    display: block;
  }

  .footer-links {
    text-align: center;
    display: block;
  }

  .icon-style-two-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .footer-block-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .client-one-logo-wrap {
    padding: 60px 30px;
  }

  .slide-nav-rounded {
    display: none;
  }

  .icon-style-two {
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-style-two.bz-hours {
    background-color: var(--secondary-color);
    padding: 0;
  }

  .list-style-01-wrap {
    margin-bottom: 10px;
  }

  .mega-menu-column-wrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .home-one-about-right-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .home-one-about1-section.section-gap.overflow-hidden {
    padding-bottom: 50px;
  }

  .team-two-list {
    grid-template-columns: 1fr;
  }

  .team-two-link.hide-m {
    display: none;
  }

  .footer-small-link-right {
    justify-content: center;
    display: flex;
  }

  .slider-subtitle-head-line {
    padding-bottom: 0;
  }

  .client-logo-one-box-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cart-button {
    width: 45px;
    height: 45px;
  }

  .cart-icon.white {
    width: 20px;
    height: 20px;
  }

  .breadcrumb-separation {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-one-about1-image-wrap {
    height: 550px;
  }

  .heading-title-2, .heading-title {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .heading-title.offer-title {
    font-size: 60px;
    line-height: 55px;
  }

  .pricing-feature {
    padding-bottom: 0;
    line-height: 25px;
  }

  .split-section-image-wrapper {
    height: 480px;
  }

  .split-section-content-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .splite-slide-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .split-slide-pricing-title {
    font-size: 24px;
    line-height: 30px;
  }

  .split-slide-price {
    line-height: 55px;
  }

  .heading-title-3 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 46px;
  }

  .offer-flex {
    display: block;
  }

  .offer-right-column.margin-bottom-30 {
    margin-top: -10px;
  }

  .hero-one-flex {
    display: block;
  }

  .icon-style-three {
    border-right-style: none;
  }

  .col {
    width: 100%;
    height: 50%;
  }

  .hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px;
  }

  .calendars {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-bottom: 0;
  }

  .home2-about3-content-title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .home2-about3-content-flex {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .home2-avout3-rating {
    margin-bottom: 15px;
  }

  .home2-about3-star {
    font-size: 16px;
    line-height: 16px;
  }

  .display-none-767 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  blockquote {
    background-position: 5px 0;
    background-size: auto 45px;
    padding-top: 50px;
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .hero-one-section {
    height: 75vh;
  }

  .hero-one-title {
    border-bottom-style: none;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 55px;
  }

  .breadcrumb-title {
    font-size: 44px;
    line-height: 40px;
  }

  .heading-title-1 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .advertisement {
    padding-top: 200px;
  }

  .footer-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-two-column {
    display: block;
  }

  .footer-column {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .footer-column.last-column {
    padding-bottom: 30px;
  }

  .footer-small-link.right-border {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .password-image {
    width: 100px;
  }

  .icon-style-two-title {
    font-size: 22px;
    line-height: 28px;
  }

  .icon-style-two-title.non-space {
    font-size: 25px;
  }

  .footer-block-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .icon-style-two-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .client-one-logo-wrap {
    padding: 50px 20px;
  }

  .slide-nav-rounded {
    display: none;
  }

  .ads-title-one {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 35px;
  }

  .ads-title-two {
    font-size: 22px;
    line-height: 22px;
  }

  .button-text {
    -webkit-text-stroke-width: .3px;
  }

  .icon-style-two {
    padding: 30px 20px;
    display: block;
  }

  .icon-style-two.bz-hours {
    width: 100%;
  }

  .list-style-01-wrap {
    margin-bottom: 10px;
  }

  .mega-menu-column-wrap {
    grid-template-columns: 1fr;
    height: auto;
  }

  .ads {
    padding: 22px 20px 13px;
  }

  .home-one-about1-right-column {
    padding-top: 30px;
  }

  .home-one-about1-left-column {
    padding-right: 0;
  }

  .team-two {
    padding-top: 0;
  }

  .team-two-image-wrap {
    height: 560px;
  }

  .team-two-title {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-small-link-right {
    display: block;
  }

  .icon-style-two-icon {
    height: 50px;
  }

  .home-one-about3-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .home2-title-wrap {
    margin-bottom: 10px;
    display: block;
  }

  .footer-icon {
    font-size: 12px;
    line-height: 26px;
  }

  .footer-link-text {
    font-size: 15px;
    line-height: 26px;
  }

  .home2-contact-text {
    font-size: 15px;
    line-height: 24px;
  }

  .client-logo-one-box-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .display-none-478 {
    display: none;
  }

  .hero-subtitle-slider-one {
    margin-bottom: 32px;
  }

  .home-one-about1-image-wrap {
    height: 350px;
  }

  .home-one-about3-right-column {
    height: 350px;
    padding-right: 0;
  }

  .team-position {
    padding-top: 25px;
    padding-left: 25px;
  }

  .team-position.non-fixed {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .heading-title-2 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-subtitle {
    margin-bottom: 30px;
  }

  .subtitle-head {
    letter-spacing: .2px;
    font-size: 13px;
    line-height: 22px;
  }

  .heading-title {
    letter-spacing: 0;
    font-size: 35px;
    line-height: 38px;
  }

  .heading-title.offer-title {
    font-size: 35px;
    line-height: 35px;
  }

  .split-section-image-wrapper {
    height: 400px;
  }

  .split-section-content-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .splite-slide-pricing {
    margin-bottom: 10px;
    padding: 25px 20px 20px;
    display: block;
  }

  .split-slider-pricing-content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .split-slide-pricing-title {
    -webkit-text-stroke-width: .1px;
    font-size: 22px;
    line-height: 24px;
  }

  .split-slide-price, .split-slide-price-span {
    line-height: 20px;
  }

  .split-slide-pricing-lists {
    grid-template-columns: 1fr;
  }

  .heading-title-3 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .offer-section-inner {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .offer-right-column.margin-bottom-30 {
    margin-top: 0;
  }

  .icon-style-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .icon-style-three-content {
    margin-top: 15px;
    margin-left: 0;
  }

  .icon-style-three-title {
    color: #e5cf9f;
    -webkit-text-stroke-width: .7px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .icon-style-three-desc {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .footer-timing-wrap {
    margin-bottom: 10px;
    display: block;
  }

  .footer-time {
    padding-bottom: 2px;
  }

  .image-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtext {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .heading-wrapper-2, .heading-wrapper-1 {
    padding: 20px;
  }

  .hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    height: 100vh;
    padding: 12px;
  }

  .calendars {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

  .section {
    padding-bottom: 30px;
  }

  .text-bio {
    line-height: 22px;
    display: inline-block;
  }

  .home2-about3-content-title {
    -webkit-text-stroke-width: .5px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .home2-about3-content-flex {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}