@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Roboto", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  color: #000;
  font-size: 45px;
  margin: 0 0 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto";
}

h2 {
  font-size: 60px;
  color: #232323;
  font-weight: 500;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-family: "Roboto";
}

h3 {
  font-family: "Roboto";
  font-size: 35px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 0px;
  text-transform: uppercase;
}

h4 {
  font-family: "Roboto";
  font-size: 24px;
  color: #000;
  font-weight: 300;
  margin: 0 0 0px;
}

h5 {
  color: #000;
  font-size: 16px;
  margin: 0 0 0px;
  font-weight: 400;
  font-family: "Roboto";
}

h6 {
  color: #000;
  font-size: 14px;
  margin: 0 0 0px;
  font-weight: 500;
  font-family: "Roboto";
}

p {
  margin: 0px;
  font-size: 13px;
  color: #7b7b7b;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Roboto";
}

.btn-sd {
  display: flex;
  align-items: center;
  gap: 13px;
}

.theme_btn {
  z-index: 1;
  gap: 15px;
  border: none;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  width: fit-content;
  position: relative;
  padding: 14px 25px;
  align-items: center;
  font-family: "Roboto";
  transition: all 250ms;
  justify-content: center;
  background: linear-gradient(
    45deg,
    rgba(251, 224, 210, 1) 0%,
    rgba(248, 197, 173, 1) 45%
  );
  border-radius: 6px;
}

.btn-img-sd {
  width: 15px;
}

.btn-img-sd img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 0px;
  background-color: #f7f4f0;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.theme_btn:hover {
  color: #000;
}

.theme_btn:hover::before {
  width: 100%;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 3%;
  display: flex;
  text-align: center;
  text-transform: capitalize;
  align-items: center;
  justify-content: flex-end;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  font-family: "Roboto";
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 15px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #fff;
}

.inner-header .menuSec ul li a {
  color: #000;
}

.menuSec ul li:first-child a {
  color: #fff;
}

.inner-header .theme_btn {
  color: #fff;
  background: #000;
}

.inner-header .theme_btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(197deg) brightness(103%) contrast(103%);
}

.inner-header .theme_btn::before {
  background-color: #292929;
}

/*banner css start */

/*banner css end*/

.header-btn {
  display: flex;
  justify-content: end;
}

section.banner-sec {
  position: relative;
  min-height: 600px;
  width: 100%;
  background: linear-gradient(135deg, #fcecd7, #fff6ed);
  margin-top: -30px;
  /* Soft gradient */
}

.banner-img {
  top: 0;
  right: 0;
  z-index: 1;
  width: 70vw;
  height: 700px;
  position: relative;
}

.banner-img img {
  width: 70vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

header {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 40px;
}

.banner-logo {
  z-index: 1;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.banner-logo img {
  width: 90%;
}

.banner-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-bg {
  position: relative;
}

.main-bg::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 1;
  position: absolute;
  background-image: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
}

.logo-bg-desing img {
  height: 800px;
  width: 100%;
}

.logo-bg-desing {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-box-one-text {
  text-align: center;
  width: 90%;
  margin: 50px 0px 15px;
}

.about-box-one-text h2 {
  font-size: 45px;
  display: flex;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.about-box-one-text p {
  margin-bottom: 25px;
  color: #000;
  font-size: 15px;
  line-height: 31px;
}

.about-box-one-text a {
  margin: auto;
}

.about-box-one-img {
  height: 270px;
  min-height: 100%;
}

.about-box-one-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-box-one-img img {
  margin-bottom: 20px;
}

section.about-sec {
  margin: 100px 0px;
  /* background-color: #fdf8f3; */
  /* Light and clean */
}

.about-box-two-img {
  height: 550px;
  width: 100%;
  margin-left: -23px;
}

.about-box-two-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about-box-two-text {
  margin-bottom: 70px;
  padding: 30px 0px 10px 30px;
}

/*banner css end*/

/* INNER BANNER */

.innerbanner .banner-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  justify-content: center;
}

.innerbanner .banner-img img {
  position: absolute;
  height: 600px;
  top: 0;
}

.innerbanner .banner-img h1 {
  z-index: 1;
  font-size: 60px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}

.innerbanner .banner-img p {
  z-index: 1;
  max-width: 650px;
  font-size: 14px;
  text-align: center;
  color: #625752;
  font-weight: 500;
  position: relative;
}

.innerbanner {
  min-height: 500px !important;
}

.innerbanner .banner-logo {
  height: 500px;
}

.innerbanner .banner-img {
  height: 600px;
}

/* INNER BANNER */

/* inner about sec */

.inner-about-box img {
  /* float: right; */
  width: 100%;
  height: 550px;
  max-width: 700px;
  object-fit: cover;
  margin-left: 50px;
  margin-bottom: 25px;
  object-position: top;
}

.inner-about-box h2 {
  gap: 0px;
  display: flex;
  font-weight: 300;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-around;
}

.inner-about-box p {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 31px;
}

.inner-about-box h2 img {
  margin: 0;
  float: none;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* inner about sec */

/*Townhome For Sale Start*/

.Townhome-for-sale-sec {
  padding: 120px 0;
  position: relative;
  background-color: #f7f0ea;
  /* Soft beige tone */
}

.Townhome-for-sale-sec:after {
  top: 0;
  content: "";
  position: absolute;
  background-image: url(../images/gallery-img-1.png);
  width: 60%;
  height: 60%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  left: 0;
  z-index: 0;
}

.Townhome-for-sale-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/what-we-offer-before.png);
  width: 70%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  background-position: bottom right;
  right: 0;
  z-index: 9;
}

.Townhome-for-sale-heading h2 {
  width: 50%;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.Townhome-for-sale-heading {
  position: relative;
  z-index: 1;
}

.Townhome-for-sale-box img {
  width: 100%;
}

.Townhome-for-sale-box {
  padding-right: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.Townhome-for-sale-box p {
  color: #787775;
  width: 90%;
  line-height: 24px;
  margin-bottom: 10px;
  height: 120px;
}

.Townhome-for-sale-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.Townhome-for-sale-box h2 {
  font-size: 24px;
  color: #232323;
  /* height: 50px; */
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 400;
  margin-bottom: 10px;
}

.Townhome-for-sale-heading p {
  width: 50%;
  margin: 0 auto;
}

.Townhome-for-sale-box {
  position: relative;
  z-index: 9;
}

.Townhome-for-sale-box .btn-img-sd img {
  width: 15px;
  height: 11px;
  object-fit: contain;
}

/*Townhome For Sale End*/

/* InnerPage Before start */

/* Our wrapper */

.before-sec {
  position: relative;
  padding: 100px 0px;
  background: linear-gradient(135deg, #fcecd7, #fff6ed);
  /* Same as about for consistency */
}

.before-sec::after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 675px;
  position: absolute;
  background-image: url(../images/gallery-img-1.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.before-sec::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 675px;
  position: absolute;
  background-color: transparent;
}

.banner .wrapper {
  position: absolute;
  width: 80%;
  height: 500px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.before,
.after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.content-image {
  object-fit: cover;
  object-position: left;
  height: 600px;
  background-position: -35px -2px;
}

.after {
  width: 135px;
}

.banner .wrapper img {
  max-width: inherit;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.scroller {
  display: flex;
  width: 60px;
  background: #ecdbbf;
  height: 60px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.scroller a {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroller:hover {
  opacity: 1;
}

.scrolling {
  pointer-events: none;
  opacity: 1;
  z-index: 1;
}

.scroller__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.scroller:before,
.scroller:after {
  content: " ";
  display: block;
  width: 7px;
  height: 400px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.scroller:before {
  top: 100%;
  transform: rotate(180deg);
}

.scroller:after {
  bottom: 100%;
}

.scroller {
}

.scroller:before,
.scroller:after {
  background: #fff;
}

.banner {
  background-color: #000;
  height: 800px;
  position: relative;
  border-bottom: 5px solid var(--theme);
}

.banner_wrp {
  text-align: center;
  position: relative;
  height: auto;
  padding: 0;
  z-index: 5;
  overflow: hidden;
  background: #fdfbf8;
}

.banner .slick-slide img {
  width: auto !important;
}

.banner .slick-slide .wrapper {
  transform: rotate(-15deg) scale(1.1);
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.banner .slick-current .wrapper {
  transform: rotate(0deg) scale(1) !important;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1) !important;
}

.heading.text_center.topbar {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
}

.heading.text_center.topbar h2 {
  font-weight: 300;
}

.banner_wrp::before {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 107%;
  height: 107%;
  z-index: -1;
  background: #fdfbf8;
  content: "";
}

.scroller__thumb i {
  color: #000;
  font-size: 20px;
}

.banner_wrp1 .content-image {
  object-fit: cover;
  object-position: center;
  height: 470px;
}

.before img {
  width: 100% !important;
}

.after img.content-image {
  height: 608px !important;
  background-position: -40px 0;
}

.banner_wrp1 .scroller:before,
.banner_wrp1 .scroller:after {
  content: " ";
  display: block;
  width: 7px;
  height: 406px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.banner_wrp1 {
  margin: 30px 0;
  text-align: center;
  position: relative;
  height: 480px;
  padding: 20px;
  background: #fdfbf8;
  width: 100%;
}

.banner_wrp1::before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 102%;
  height: 104%;
  z-index: -1;
  background: #fdfbf8;
  content: "";
}

.blog-card-text.blog-card-text1 {
  position: unset;
  width: 95%;
  margin: 0 0 0 auto;
  box-shadow: unset;
}

/* InnerPage Before end */

/* quality-treatments-sec */

.quality-treatments-sec {
  padding: 100px 0px;
  /* background-color: #f7f0ea; */
  /* Alternate with about/before */
}

.quality-treatments-box-1 {
  text-align: center;
  position: relative;
  padding: 80px 10% 60px;
  background-color: #f7f4f0;
}

.quality-treatments-box-1::before {
  right: 0;
  bottom: 0;
  content: "";
  width: 50%;
  height: 240px;
  position: absolute;
  background-image: url(../images/quality-treatments-before.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.quality-treatments-box-1 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 25px;
}

.quality-treatments-box-1 h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.quality-treatments-box-1 p {
  color: #323a2f;
  margin-bottom: 30px;
}

.quality-treatments-box-1 a {
  margin: auto;
}

.quality-treatments-box-1 a .btn-img-sd img {
  height: 15px;
  width: 15px;
  margin: 0;
  object-fit: contain;
}

.quality-treatments-box-2 {
  padding-top: 25px;
}

.quality-treatments-box-2 h2 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

.quality-treatments-box-2 img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}

/* quality-treatments-sec */

/* service-detail-box */

.service-detail-box img {
  float: left;
  height: 480px;
  width: 100%;
  max-width: 680px;
  padding-right: 70px;
  margin-bottom: 50px;
  object-fit: cover;
  border-radius: 10px;
}

.service-detail-box h2 {
  font-weight: 300;
  margin-bottom: 15px;
}

.service-detail-box p {
  margin-bottom: 25px;
}

.service-det-bottom {
  margin-top: 50px;
}

.service-det-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

/* service-detail-box */

/* service-sec */

.service-sec {
  padding: 100px 0px;
}

/* service-sec */

/* Footer Start */

.footer-sec {
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #fef1e1;
  /* Slightly lighter than #272727 */
  color: #fffaf3;
  /* Soft white text */
  border-top: 1px solid #00000042;
}

footer {
  background: #2c2c2c;
  position: relative;
}

.quick-links {
  margin-left: 25px;
  padding-bottom: 50px;
}

.quick-links ul li a:hover {
  margin-left: 20px;
  transition: 0.5s;
  text-decoration: underline;
}

.quick-links ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #9b9b9b;
  font-weight: 600;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

.quick-links ul li a:hover {
  cursor: pointer;
}

footer p {
  font-size: 15px;
  width: 90%;
  color: #9b9b9b;
  margin-bottom: 0;
  line-height: 30px;
}

.footer-sec h2 {
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
}

.quick-links ul {
  z-index: 1;
  line-height: 27px;
  position: relative;
}

.ftr-about-us-box a img {
  width: 51%;
  margin-bottom: 26px;
}

footer p {
  font-size: 14px;
  width: 100%;
  line-height: 28px;
}

.ftr-about-us-box {
  padding: 0px 0 20px;
}

ul.footer-list li a {
  font-size: 17px;
  color: #ffffffa6;
  line-height: 40px;
  font-weight: 300;
}

ul.ftr-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 12px;
  color: #000;
  padding-top: 15px;
  margin-bottom: 10px;
}

ul.ftr-list li a:hover {
  cursor: pointer;
}

ul.ftr-list i {
  color: #9b9b9b;
  font-size: 24px;
}

.footer-text {
  width: 94%;
  margin: 0 0 0 auto;
}

.footer-before {
  position: relative;
}

.before {
  position: relative;
}

.footer-before::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  background: #9b9b9b;
  width: 1px;
}

.ftr-btm {
  /* background: #2323233b; */
  padding: 15px 20px;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
}

.ftr-btm ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.ftr-btm ul li {
  font-size: 14px;
  color: #9b9b9b;
  width: 100%;
  text-align: center;
}

.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.ftr-btm ul li a i:hover {
  background-image: -moz-linear-gradient(
    45deg,
    rgb(251, 224, 210) 0%,
    rgb(248, 197, 173) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(251, 224, 210) 0%,
    rgb(248, 197, 173) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(251, 224, 210) 0%,
    rgb(248, 197, 173) 100%
  );
  color: #000;
}

.social-icons a i {
  color: #9b9b9b;
  font-size: 18px;
  border: 1px solid #9b9b9b;
  width: 40px;
  height: 40px;
  font-family: "Font Awesome 5 Brands";
  display: flex;
  align-items: center;
  font-style: normal;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

.footer_bottom ul {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.footer_bottom a {
  color: white;
}

.footer_col a img {
  width: auto;
  height: 150px;
  object-fit: contain;
}

/* Footer End */

/* .inner-before-sec {} */

.inner-before-sec {
  padding: 100px 0px;
}

.inner-before-sec .content-image {
  height: 300px;
  width: 100%;
}

.inner-before-sec .banner_wrp {
  margin-bottom: 25px;
}

/* .inner-before-sec {} */

/* book sec */

.booking-sec {
  padding: 100px 0px;
}

.booking-box {
  padding: 50px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}

.booking-box h2 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}

.booking-box input,
.booking-box select {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  color: #000;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.booking-box textarea {
  width: 100%;
  height: 200px;
  color: #000;
  padding: 10px 25px;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.booking-box input::placeholder,
.booking-box select::placeholder,
.booking-box textarea::placeholder {
  color: #000;
  text-transform: capitalize;
}

.booking-box button {
  width: 100%;
  height: 60px;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 25px;
  border-radius: 5px;
  margin-bottom: 25px;
  font-family: "Roboto";
  text-transform: uppercase;
  background: linear-gradient(
    122deg,
    rgba(251, 223, 208, 1) 0%,
    rgba(248, 197, 173, 1) 100%
  );
}

/* book sec */

/* *inn CONTACT START*/

.contact_page {
  padding: 70px 0;
}

.contact_detail_box:hover {
  background: #fad6c5;
}

.contact_form input {
  height: 52px;
  width: 100%;
  border: 2px solid #e4e4e4;
  margin-bottom: 25px;
  /* border-radius: 100px; */
  padding: 0 15px;
  border-radius: 0;
}

.contact_detail_box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(201deg) brightness(101%) contrast(99%);
}

.contact_detail_box:hover * {
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.contact_form textarea {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  width: 100%;
  border: 2px solid #e4e4e4;
  border-radius: 0;
  padding: 15px 15px;
  resize: none;
}

.section_head {
  margin-bottom: 40px;
}

.section_head p {
  color: #636363;
  width: 70%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}

.section_head h3 {
  color: #222;
  font-size: 60px;
  margin-bottom: 15px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 300;
}

.br_gradient {
  padding: 2px;
  border-radius: 12px;
}

.contact_detail_box p span {
  display: block;
}

.contact_page h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 37px;
  color: #222222;
  text-transform: uppercase;
}

.contact_detail_box figure img {
  width: 55px;
  height: 53px;
  margin: auto;
  object-fit: contain;
}

.contact_detail_box h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin: 30px 0 10px 0;
}

.cont-heading h2 {
  font-weight: 300;
}

.contact_detail_box p {
  font-size: 16px;
  line-height: 25px;
  color: #a8a8a8;
  margin: 0;
  font-weight: 400;
  margin-bottom: 0;
}

.cont-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 30px 0;
}

.cont-heading p {
  width: 60%;
  padding: 10px 0;
}

.contact_detail_box {
  padding: 40px 30px;
  height: 235px;
  border-radius: 0px;
  border-radius: 5px;
  border: 2px solid #fad6c5;
  transition: 0.5s;
}

.contact_form {
  padding-bottom: 80px;
}

.contact_form label {
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 7px;
  font-weight: 400;
}

.btn_wrap button {
  margin: 0 auto;
}

button.btn-1.btn {
  background: linear-gradient(to right, #9e0818, #db1a2f);
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  border: 1px solid transparent;
  transition: 2s ease-in;
}

/*CONTACT page END*/

/*blog start*/

section.blogs {
  padding: 100px 0px 150px;
}

.blog-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.blog-txt p.par {
  font-size: 16px;
  font-family: "Roboto";
  color: #a1a1a0;
}

.blog-txt h4 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-txt h4 span {
  display: block;
}

.blog-txt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.blog-txt ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-txt ul li h6 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  color: #f8c5ad;
}

.blog-txt ul li p {
  font-size: 16px;
  color: #f8c5ad;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Roboto";
}

.blog-txt {
  padding: 30px 20px;
  width: 95%;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 38px 0px rgba(128, 128, 128, 0.13);
  z-index: 9;
}

.blog-img {
  margin-top: 50px;
}

.blog-txt ul li img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* blog detail-sec */

.blog-detail-sec {
  padding: 100px 0px;
}

.blog-detail-img {
  width: 100%;
  height: 500px;
  min-height: 100%;
}

.blog-detail-img img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-detail-text h5 {
  color: #f8c5ad;
  font-weight: 400;
  margin-bottom: 10px;
}

.blog-detail-text h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 10px;
}

.blog-detail-text p {
  margin-bottom: 25px;
}

.blog-detail-text ul {
  display: flex;
  margin-top: 50px;
  padding-top: 25px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
}

.blog-detail-text ul li {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-detail-text ul li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-detail-text ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  color: #f9d1be;
  justify-content: center;
  border: 1px solid #dfdfdf;
}

.blog-detail-text ul li a i {
  font-family: "Font Awesome 5 Free";
}

/* blog detail-sec */

/* After Before Page  */

.after-bofore-image-box {
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
  margin: 20px 0;
}

.after-bofore-image-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: 1s all;
}

.after-bofore-image-box span {
  font-size: 14px;
  color: #fff;
  background: #000;
  position: absolute;
  bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 5px;
}

.after-bofore-image-box span.after-span {
  right: 20px;
}

.after-bofore-image-box span.before-span {
  left: 20px;
}

.after-bofore-image-box:hover span {
  background: linear-gradient(
    45deg,
    rgba(251, 224, 210, 1) 0%,
    rgba(248, 197, 173, 1) 45%
  );
  color: #000;
}

.after-bofore-image-box:hover img {
  transform: scale(1.5);
}

html {
  overflow-x: hidden;
}

.after-bofore-image-box-11 span.before-span {
  top: 20px;
  bottom: auto;
}

/* After Before Page  */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .after img.content-image {
    height: 497px !important;
  }

  .content-image {
    height: 487px;
  }

  .blog-detail-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.banner-sec:after {
    position: absolute;
    content: "";
    background: #00000045;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
  }
  header {
    z-index: 999;
    top: 25px;
  }

  .banner-img {
    height: 400px;
  }

  section.banner-sec {
    min-height: 400px;
  }

  .banner-logo {
    height: 380px;
    z-index: 999;
  }

  section.about-sec {
    margin: 81px 0px;
  }

  .about-box-two-img {
    margin-left: 0px;
  }

  .Townhome-for-sale-heading h2 {
    width: 74%;
    margin-bottom: 0px;
  }

  h2 {
    font-size: 40px;
  }

  .Townhome-for-sale-box {
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .Townhome-for-sale-box h2 {
    margin-top: 22px;
    font-size: 20px;
  }

  .quick-links {
    margin-left: 0px;
  }

  .footer-sec h2 {
    font-size: 17px;
  }

  footer p {
    font-size: 12px;
    line-height: 24px;
  }

  ul.ftr-list li a {
    gap: 8px;
  }

  .ftr-btm ul li {
    font-size: 12px;
  }

  .footer-sec {
    padding-top: 61px;
  }

  .service-sec {
    padding: 60px 0px;
  }
  .innerbanner .banner-img img {
    height: 430px;
  }

  .innerbanner .banner-img {
    height: 430px;
    padding-top: 27px;
  }

  .innerbanner {
    min-height: 420px !important;
  }

  .innerbanner .banner-logo {
    height: 430px;
  }

  .innerbanner .banner-img h1 {
    font-size: 45px;
  }

  .service-detail-box img {
    padding-right: 0px;
    width: 49%;
    height: 400px;
    margin-bottom: 28px;
    margin-right: 30px;
  }

  .service-det-image {
    margin-bottom: 30px;
  }

  .service-det-bottom {
    margin-top: 11px;
  }
  .contact_detail_box {
    padding: 37px 15px;
  }

  .contact_page h4 {
    font-size: 19px;
  }

  .section_head h3 {
    font-size: 44px;
  }
  .booking-box {
    padding: 40px 30px;
  }
  section.blogs {
    padding: 50px 0px 90px;
  }

  .blog-detail-img {
    height: unset;
  }

  .blog-detail-img img {
    width: 100%;
  }

  .blog-detail-sec .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12 {
    width: 100%;
  }

  .blog-detail-text {
    margin-top: 30px;
  }

  .blog-detail-text h2 {
    font-size: 37px;
  }

  .blog-detail-text ul {
    margin-top: 29px;
  }

  .blog-detail-sec {
    padding: 64px 0px;
  }
  .inner-before-sec .col-lg-6 {
    width: 50%;
  }

  .after-bofore-image-box img {
    height: 330px;
  }

  .after-bofore-image-box {
    border-radius: 20px;
  }

  .inner-before-sec {
    padding: 60px 0px;
  }
  .about-box-one-text {
    width: 100%;
  }
  .after img.content-image {
    height: 487px !important;
  }

  img.content-image {
    height: 483px;
  }
  .menuSec ul {
    gap: 3%;
  }

  .header-btn .theme_btn {
    padding: 14px 8px;
    font-size: 11px;
    height: 34px;
  }

  .menuSec ul li a {
    font-size: 14px;
  }
  .inner-about-box img {
    margin-left: 0px;
  }
  .Townhome-for-sale-sec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.banner-sec:after {
    position: absolute;
    content: "";
    background: #00000045;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
  }
  header {
    z-index: 999;
    top: 25px;
  }

  .banner-img {
    height: 400px;
  }

  section.banner-sec {
    min-height: 400px;
  }

  .banner-logo {
    height: 380px;
    z-index: 999;
  }

  .Townhome-for-sale-sec .col-lg-4.col-md-4.col-12 {
    width: 50%;
  }

  section.about-sec {
    margin: 81px 0px;
  }

  .about-box-two-img {
    margin-left: 0px;
  }

  .Townhome-for-sale-heading h2 {
    width: 74%;
    margin-bottom: 0px;
  }

  h2 {
    font-size: 40px;
  }

  .Townhome-for-sale-box {
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .Townhome-for-sale-box h2 {
    margin-top: 22px;
  }

  .quick-links {
    margin-left: 0px;
  }

  .footer-sec h2 {
    font-size: 17px;
  }

  footer p {
    font-size: 12px;
    line-height: 24px;
  }

  ul.ftr-list li a {
    gap: 8px;
  }

  .ftr-btm ul li {
    font-size: 12px;
  }

  .footer-sec {
    padding-top: 61px;
  }
  section.service-sec .col-lg-4.col-md-4.col-12 {
    width: 50%;
  }
  .service-sec {
    padding: 60px 0px;
  }
  .innerbanner .banner-img img {
    height: 430px;
  }

  .innerbanner .banner-img {
    height: 430px;
    padding-top: 27px;
  }

  .innerbanner {
    min-height: 420px !important;
  }

  .innerbanner .banner-logo {
    height: 430px;
  }

  .innerbanner .banner-img h1 {
    font-size: 45px;
  }

  .service-detail-box img {
    padding-right: 0px;
    width: 100%;
    height: 600px;
    margin-bottom: 28px;
  }

  .service-det-image {
    margin-bottom: 30px;
  }

  .service-det-bottom {
    margin-top: 11px;
  }
  .contact_detail_box {
    padding: 37px 15px;
  }

  .contact_page h4 {
    font-size: 19px;
  }

  .section_head h3 {
    font-size: 44px;
  }
  .booking-box {
    padding: 40px 30px;
  }
  section.blogs {
    padding: 50px 0px 90px;
  }

  section.blogs .col-lg-4.col-md-4.col-12 {
    width: 50%;
  }
  .blog-detail-img {
    height: unset;
  }

  .blog-detail-img img {
    width: 100%;
  }

  .blog-detail-sec .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12 {
    width: 100%;
  }

  .blog-detail-text {
    margin-top: 30px;
  }

  .blog-detail-text h2 {
    font-size: 37px;
  }

  .blog-detail-text ul {
    margin-top: 29px;
  }

  .blog-detail-sec {
    padding: 64px 0px;
  }
  .inner-before-sec .col-lg-6 {
    width: 50%;
  }

  .after-bofore-image-box img {
    height: 330px;
  }

  .after-bofore-image-box {
    border-radius: 20px;
  }

  .inner-before-sec {
    padding: 60px 0px;
  }
  .about-box-one-text {
    width: 100%;
  }
  .after img.content-image {
    height: 377px !important;
  }

  img.content-image {
    height: 377px;
  }
  .menuSec ul {
    gap: 3%;
  }

  .header-btn .theme_btn {
    padding: 14px 8px;
    font-size: 11px;
    height: 33px;
  }

  .menuSec ul li a {
    font-size: 14px;
  }
  .Townhome-for-sale-sec {
    padding: 60px 0;
  }
  .inner-about-box img {
    margin-left: unset;
    height: 430px;
  }

  section.about-sec .col-xl-7.col-lg-7.col-md-7.col-sm-7.col-7 {
    width: 70%;
  }
  .booking-sec .col-md-11 {
    width: 100%;
  }
    ul.socails {
        gap: 10px !important;
    }
    ul.socails li a {
        padding: 4px 4px !important;  
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  header {
    top: unset;
  }
  .banner-logo {
    height: 390px;
    padding-top: 36px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 23px;
  }

  .banner-img img {
    width: 100%;
    height: unset;
  }

  .banner-img {
    width: 100%;
    height: 280px;
  }

  section.banner-sec {
    min-height: 810px;
  }

  .banner-logo img {
    width: 79%;
  }

  .about-box-two-img {
    height: 320px;
    margin-left: unset;
  }

  .about-box-one-text h2 {
    font-size: 34px;
  }

  .about-box-one-text {
    width: 100%;
  }

  .Townhome-for-sale-heading h2 {
    width: 100%;
  }

  .Townhome-for-sale-box {
    padding-right: 0px;
    margin-top: 25px;
  }

  .Townhome-for-sale-box img {
    height: 300px;
  }

  .Townhome-for-sale-box p {
    width: 100%;
    line-height: 24px;
    height: unset;
  }

  .Townhome-for-sale-sec {
    padding: 50px 0;
  }

  h2 {
    font-size: 30px;
  }

  .footer-before::before {
    display: none;
  }

  .quick-links {
    margin-left: 1px;
    padding-bottom: 30px;
  }

  .ftr-btm ul {
    display: block;
  }

  .footer-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .ftr-btm {
    padding: 13px 7px;
  }

  .ftr-btm ul li {
    text-align: center;
    margin-top: 10px;
  }

  .footer-sec {
    padding-top: 45px;
  }

  .before-sec {
    padding: 79px 0px;
  }

  .Townhome-for-sale-box h2 {
    margin-top: 22px;
    font-size: 21px;
  }
  .inner-about-box img {
    margin-left: 0px;
    height: 320px;
  }

  section.about-sec {
    margin: 50px 0px;
  }

  section.about-sec .col-xl-7.col-lg-7.col-md-7.col-sm-7.col-7 {
    width: 100%;
  }

  .innerbanner .banner-logo {
    height: 343px;
  }

  .innerbanner .banner-img img {
    height: 210px;
  }

  .innerbanner .banner-img {
    height: 200px;
    padding-top: 0px;
  }

  section.banner-sec.innerbanner {
    padding-bottom: 40px;
  }

  .innerbanner .banner-img h1 {
    font-size: 33px;
  }
  .after-bofore-image-box img {
    height: 300px;
  }

  .after-bofore-image-box {
    border-radius: 20px;
    margin: 12px 0;
  }

  .inner-before-sec {
    padding: 40px 0px;
  }
  .blog-detail-img img {
    width: 100%;
  }

  .blog-detail-img {
    height: 340px;
  }

  .blog-detail-sec {
    padding: 60px 0px;
  }

  .blog-detail-text h2 {
    font-size: 23px;
  }

  .blog-detail-text ul {
    margin-top: 30px;
  }

  .blog-detail-text {
    padding-top: 20px;
  }
  .blog-txt h4 {
    font-size: 18px;
  }

  .blog-txt ul li {
    gap: 5px;
  }

  .blog-txt ul li h6 {
    font-size: 14px;
  }

  .blog-txt ul li p {
    font-size: 13px;
  }

  .blog-img img {
    height: 250px;
  }

  .blog-img {
    margin-top: 39px;
  }

  section.blogs {
    padding: 20px 0px 50px;
  }
  .booking-box {
    padding: 30px 20px;
  }

  .booking-box h2 {
    font-size: 30px;
  }

  .booking-sec {
    padding: 60px 0px;
  }

  .booking-box button {
    margin-bottom: 0px;
  }
  .booking-box textarea {
    height: 150px;
    padding: 10px 15px;
  }
  .section_head h3 {
    font-size: 32px;
    line-height: 41px;
  }

  .contact_page {
    padding: 50px 0;
  }

  .cont-heading {
    padding: 0 0 20px 0;
  }

  .contact_page h4 {
    font-size: 20px;
  }

  .contact_detail_box {
    padding: 30px 30px;
    margin-top: 20px;
  }

  .contact_page h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .cont-heading {
    padding: 0 0 0px 0;
  }

  .contact_form input {
    margin-bottom: 19px;
  }

  .contact_form {
    padding-bottom: 50px;
  }
  .contact_form textarea {
    height: 200px;
  }
  .service-sec {
    padding: 50px 0px;
  }
  .service-detail-box img {
    padding-right: 0px;
    height: 370px;
    margin-bottom: 29px;
  }

  .service-det-image img {
    height: 400px;
  }

  .service-det-image {
    margin-bottom: 20px;
  }

  .service-det-bottom {
    margin-top: 10px;
  }
  section.blogs a {
    width: 100%;
  }
  .after img.content-image {
    height: 248px !important;
  }

  .content-image {
    height: 238px !important;
  }

  .booking-sec .col-md-11 {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 519px) {
  .content-image {
    height: 260px;
  }

  .after img.content-image {
    height: 260px !important;
  }
  header {
    top: unset;
  }
  .banner-logo {
    height: 420px;
    padding-top: 70px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 23px;
  }

  .banner-img img {
    width: 100%;
    height: unset;
  }

  .banner-img {
    width: 100%;
    height: 350px;
  }

  section.banner-sec {
  margin-top: 0px;
  }

  .banner-logo img {
    width: 69%;
  }

  .about-box-two-img {
    height: 490px;
    margin-left: unset;
  }

  .about-box-one-text h2 {
    font-size: 34px;
  }

  .about-box-one-text {
    width: 100%;
  }

  .Townhome-for-sale-heading h2 {
    width: 100%;
  }

  .Townhome-for-sale-box {
    padding-right: 0px;
    margin-top: 25px;
  }

  .Townhome-for-sale-box img {
    height: 300px;
  }

  .Townhome-for-sale-box p {
    width: 100%;
    line-height: 24px;
    height: unset;
  }

  .Townhome-for-sale-sec {
    padding: 50px 0;
  }

  h2 {
    font-size: 30px;
  }

  .footer-before::before {
    display: none;
  }

  .quick-links {
    margin-left: 1px;
    padding-bottom: 30px;
  }

  .ftr-btm ul {
    display: block;
  }

  .footer-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .ftr-btm {
    padding: 13px 7px;
  }

  .ftr-btm ul li {
    text-align: center;
    margin-top: 10px;
  }

  .footer-sec {
    padding-top: 45px;
  }

  .before-sec {
    padding: 79px 0px;
  }

  .Townhome-for-sale-box h2 {
    margin-top: 22px;
    font-size: 21px;
  }
  .inner-about-box img {
    margin-left: 0px;
    height: 320px;
  }

  section.about-sec {
    margin: 50px 0px;
  }

  section.about-sec .col-xl-7.col-lg-7.col-md-7.col-sm-7.col-7 {
    width: 100%;
  }

  .innerbanner .banner-logo {
    height: 460px;
  }

  .innerbanner .banner-img img {
    height: 210px;
  }

  .innerbanner .banner-img {
    height: 200px;
    padding-top: 0px;
  }

  section.banner-sec.innerbanner {
    padding-bottom: 40px;
  }

  .innerbanner .banner-img h1 {
    font-size: 33px;
  }
  .after-bofore-image-box img {
    height: 300px;
  }

  .after-bofore-image-box {
    border-radius: 20px;
    margin: 12px 0;
  }

  .inner-before-sec {
    padding: 40px 0px;
  }
  .blog-detail-img img {
    width: 100%;
  }

  .blog-detail-img {
    height: 200px;
  }

  .blog-detail-sec {
    padding: 60px 0px;
  }

  .blog-detail-text h2 {
    font-size: 23px;
  }

  .blog-detail-text ul {
    margin-top: 30px;
  }

  .blog-detail-text {
    padding-top: 20px;
  }
  .blog-txt h4 {
    font-size: 18px;
  }

  .blog-txt ul li {
    gap: 5px;
  }

  .blog-txt ul li h6 {
    font-size: 14px;
  }

  .blog-txt ul li p {
    font-size: 13px;
  }

  .blog-img img {
    height: 250px;
  }

  .blog-img {
    margin-top: 39px;
  }

  section.blogs {
    padding: 20px 0px 50px;
  }
  .booking-box {
    padding: 30px 20px;
  }

  .booking-box h2 {
    font-size: 30px;
  }

  .booking-sec {
    padding: 60px 0px;
  }

  .booking-box button {
    margin-bottom: 0px;
  }
  .booking-box textarea {
    height: 150px;
    padding: 10px 15px;
  }
  .section_head h3 {
    font-size: 32px;
    line-height: 41px;
  }

  .contact_page {
    padding: 50px 0;
  }

  .cont-heading {
    padding: 0 0 20px 0;
  }

  .contact_page h4 {
    font-size: 20px;
  }

  .contact_detail_box {
    padding: 30px 30px;
    margin-top: 20px;
  }

  .contact_page h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .cont-heading {
    padding: 0 0 0px 0;
  }

  .contact_form input {
    margin-bottom: 19px;
  }

  .contact_form {
    padding-bottom: 50px;
  }
  .contact_form textarea {
    height: 200px;
  }
  .service-sec {
    padding: 50px 0px;
  }
  .service-detail-box img {
    padding-right: 0px;
    height: 370px;
    margin-bottom: 29px;
  }

  .service-det-image img {
    height: 400px;
  }

  .service-det-image {
    margin-bottom: 20px;
  }

  .service-det-bottom {
    margin-top: 10px;
  }

  section.blogs .col-lg-4.col-md-4.col-12 > a {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 399px) {
  header {
    top: unset;
  }
  .banner-logo {
    height: 310px;
    padding-top: 70px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 23px;
  }

  .banner-img img {
    width: 100%;
    height: unset;
  }

  .banner-img {
    width: 100%;
    height: 280px;
  }

  section.banner-sec {
    min-height: -40px;
    margin-top: 0;
  }

  .banner-logo img {
    width: 80%;
  }

  .about-box-two-img {
    height: 320px;
    margin-left: unset;
  }

  .about-box-one-text h2 {
    font-size: 34px;
  }

  .about-box-one-text {
    width: 100%;
  }

  .Townhome-for-sale-heading h2 {
    width: 100%;
  }

  .Townhome-for-sale-box {
    padding-right: 0px;
    margin-top: 25px;
  }

  .Townhome-for-sale-box img {
    height: 300px;
  }

  .Townhome-for-sale-box p {
    width: 100%;
    line-height: 24px;
    height: unset;
  }

  .Townhome-for-sale-sec {
    padding: 50px 0;
  }

  h2 {
    font-size: 30px;
  }

  .footer-before::before {
    display: none;
  }

  .quick-links {
    margin-left: 1px;
    padding-bottom: 30px;
  }

  .ftr-btm ul {
    display: block;
  }

  .footer-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .ftr-btm {
    padding: 13px 7px;
  }

  .ftr-btm ul li {
    text-align: center;
    margin-top: 10px;
  }

  .footer-sec {
    padding-top: 45px;
  }

  .before-sec {
    padding: 79px 0px;
  }

  .Townhome-for-sale-box h2 {
    margin-top: 22px;
    font-size: 21px;
  }
  .inner-about-box img {
    margin-left: 0px;
    height: 320px;
  }

  section.about-sec {
    margin: 50px 0px;
  }

  section.about-sec .col-xl-7.col-lg-7.col-md-7.col-sm-7.col-7 {
    width: 100%;
  }

  .innerbanner .banner-logo {
    height: 400px;
  }

  .innerbanner .banner-img img {
    height: 210px;
  }

  .innerbanner .banner-img {
    height: 200px;
    padding-top: 0px;
  }

  section.banner-sec.innerbanner {
    padding-bottom: 40px;
  }

  .innerbanner .banner-img h1 {
    font-size: 33px;
  }
  .after-bofore-image-box img {
    height: 300px;
  }

  .after-bofore-image-box {
    border-radius: 20px;
    margin: 12px 0;
  }

  .inner-before-sec {
    padding: 40px 0px;
  }
  .blog-detail-img img {
    width: 100%;
  }

  .blog-detail-img {
    height: 200px;
  }

  .blog-detail-sec {
    padding: 60px 0px;
  }

  .blog-detail-text h2 {
    font-size: 23px;
  }

  .blog-detail-text ul {
    margin-top: 30px;
  }

  .blog-detail-text {
    padding-top: 20px;
  }
  .blog-txt h4 {
    font-size: 18px;
  }

  .blog-txt ul li {
    gap: 5px;
  }

  .blog-txt ul li h6 {
    font-size: 14px;
  }

  .blog-txt ul li p {
    font-size: 13px;
  }

  .blog-img img {
    height: 250px;
  }

  .blog-img {
    margin-top: 39px;
  }

  section.blogs {
    padding: 20px 0px 50px;
  }
  .booking-box {
    padding: 30px 20px;
  }

  .booking-box h2 {
    font-size: 30px;
  }

  .booking-sec {
    padding: 60px 0px;
  }

  .booking-box button {
    margin-bottom: 0px;
  }
  .booking-box textarea {
    height: 150px;
    padding: 10px 15px;
  }
  .section_head h3 {
    font-size: 32px;
    line-height: 41px;
  }

  .contact_page {
    padding: 50px 0;
  }

  .cont-heading {
    padding: 0 0 20px 0;
  }

  .contact_page h4 {
    font-size: 20px;
  }

  .contact_detail_box {
    padding: 30px 30px;
    margin-top: 20px;
  }

  .contact_page h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .cont-heading {
    padding: 0 0 0px 0;
  }

  .contact_form input {
    margin-bottom: 19px;
  }

  .contact_form {
    padding-bottom: 50px;
  }
  .contact_form textarea {
    height: 200px;
  }
  .service-sec {
    padding: 50px 0px;
  }
  .service-detail-box img {
    padding-right: 0px;
    height: 370px;
    margin-bottom: 29px;
  }

  .service-det-image img {
    height: 400px;
  }

  .service-det-image {
    margin-bottom: 20px;
  }

  .service-det-bottom {
    margin-top: 10px;
  }
  .after img.content-image {
    height: 168px !important;
  }

  .content-image {
    height: 160px;
  }

  .booking-sec .col-md-11 {
    width: 100%;
  }
  section.blogs .col-lg-4.col-md-4.col-12 > a {
    display: inline-block;
    width: 100%;
  }
}

/*Media Query End*/



/*SLICK NAV CSS START */
/*SLICK NAV CSS START */
/*SLICK NAV CSS START */

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  margin: 5px 5px 6px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  zoom: 1;
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  box-sizing: border-box;
  background: #212121;
  padding: 5px;
}

.slicknav_menu *,
.slicknav_nav * {
  box-sizing: border-box;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 1.188em;
  color: #fff;
  font-weight: bold;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
  position: relative;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  background-color: #212121;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav a {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  background: #851112;
  color: #fff;
}

.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  color: #fff;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin-left: 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

a:focus {
  outline: none;
}

/* Responsive Menu Display */
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
}

/*SLICK NAV CSS START */