/*!
Theme Name: SAC Commercials
Theme URI: http://underscores.me/
Author: Talha Torania
Description: Commercial Real Estate theme is designed to meet the minimum requirements of a robust SaaS Application that serves all needs to run and manage property management services.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sac_commercials
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SAC Commercials is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Old Loader */
#loader{
	 position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
}
.loader{
    width: 100px;
    height: 100px;
    margin: 50px auto 0;
    position: relative;
    animation: animeA steps(4) infinite;
    animation-duration: 2s;
	top:40%;
}
.loader:before,
.loader:after{
    content: "";
    background: #fff;
    width: 100%;
    height: 50%;
    transform-origin: 50% 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: animeB 2s linear infinite;
    clip-path: polygon(50% 0,100% 100%,0% 100%);
}
.loader:after{
    transform: rotate(180deg);
    animation: animeC 2s linear infinite;
    clip-path: polygon(50% 0,100% 100%,0% 100%);
}
@keyframes animeA{
    0%{ transform: rotate(0); }
    100%{ transform: rotate(-360deg); }
}
@keyframes animeB{
    0%, 25%, 50%, 75%, 100%{
        opacity: 1;
        transform: translateZ(0) rotateX(0deg);
    }
    12.5%, 62.5%{
        opacity: 1;
        transform: translateZ(1px) rotateX(-180deg);
    }
    37.5%, 87.5% {
        opacity: 0;
        transform: translateZ(0) rotateX(0deg);
    }
}
@keyframes animeC{
    0%, 25%, 50%, 75%, 100%{
        opacity: 1;
        transform: translateZ(0) rotateZ(180deg) rotateX(0deg);
    }
    12.5%, 62.5%{
        opacity: 0;
        transform: translateZ(0) rotateZ(180deg) rotateX(0deg);
    }
    37.5%, 87.5%{
        opacity: 1;
        transform: translateZ(1px) rotateZ(180deg) rotateX(-180deg);
    }
}

/* Captcha  */
.grecaptcha-badge{
	z-index:999;
}

/* Custom Buttons */

.myBtn {
  background: #1b1b1b;
  display: block;
  font-size: 16px;
  position: relative;
}

.myBtn:hover {
  background: transparent;
  color: #000;
}

.myBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 42px;
  height: 1px;
  background: #626060;
}

ul {
  padding-left: 0 !important;
}
.norightpadding{padding-right: 0; !important}
.noleftpadding{padding-left: 0 !important;}
.gen-transition {
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

.deadCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.paddingsm {
  padding-block: 30px;
}

.paddingmd {
  padding-block: 90px;
}

.posR {
  position: relative;
}

.nobottompadding {
  padding-bottom: 0px!important;
}

.notoppadding {
  padding-top: 0px !important;
}

.noinlinepadding {
  padding-inline: 0px !important;
}

/* buttons */
.mybtn {
  padding: 3px 25px 3px 25px !important;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

/* OWL Styles */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--gold);
}

/* misc starts */

.form-fields,
.form-fields2,
.form-fields3 {
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 14px;
  border: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #fdfdfd;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

.form-fields-select {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #aaaaaa;
  background: none;
}

.form-fields:focus,
.form-fields2:focus,
.form-fields3:focus {
  background: none;
  outline: none !important;
}

.form-fields-left {
  width: 48%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
}

.form-fields-right {
  width: 48%;
  float: right;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
}

.form-fields2 {
  height: 100px;
}

.form-fields3 {
  height: 150px;
}

.form-terms {
  float: left;
  margin-bottom: 25px !important;
  font-size: 13px;
  line-height: 22px;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.wpcf7-submit,
.ln-widgetBox.search .searchButton a {
  float: right;
  text-align: center;
  background-color: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  outline: none;
  font-weight: 600 !important;
  padding: 10px 25px !important;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  text-indent: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 20px;
  font-size: 14px !important;
}

.wpcf7-submit {
  width: 100%;
  float: none;
}

.wpcf7-submit:hover,
.searchButton a:hover {
  color: #ffffff !important;
  background-color: var(--gold);
  border-color: var(--gold);
}

div.wpcf7 img.ajax-loader {
  float: left;
}

.wpcf7-list-item {
  margin: 0 10px 0 0 !important;
}

.wpcf7-list-item first label {
  margin-bottom: 0;
}

.wpcf7-list-item-label {
  font-weight: 400;
}

div.wpcf7-response-output {
  float: left;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red;
}

.maps iframe {
  pointer-events: none;
}

.modal-open {
  overflow: visible;
}

/************************************
               Home
*****************************************/
.mainBannerContainer {
  position: relative;
}

/* .mainBannerContainer:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 130px;
      background: url(assets/img/angle-arrow.svg) top center no-repeat;
      z-index: 10;
      background-size: 100%;
  } */

.mainBannerContainer .secDivider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mainBannerContainer .secDivider img {
  width: 100%;
}

.mainBannerContainer .camera_wrap .cameraSlide {
  filter: grayscale(1);
}

.camera_overlayer {
  opacity: 0.7;
}

.camera_wrap {
  height: 100vh !important;
  min-height: 550px;
  overflow: hidden;
}

/* .camera_wrap:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: 0.7;} */

.camera_caption {
  bottom: initial;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 1170px;
}

.camera_caption>div {
  background: none;
}

.camera_caption .sliderContentBox {}

.camera_caption .sliderContentBox h3 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 40px;
  text-shadow: 0 0 10px #000000;
  color: #ffffff;
}

.camera_caption .sliderContentBox h1 {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 56px;
  color: #ffffff;
}

.slideText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1170px;
  max-width: 100%;
  padding: 20px 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.slideText .bannerContent {
  width: calc(100% - 232px);
  padding-left: 40px;
  padding-right: 15px;
}

.slideText .bannerLogo {
  width: 232px;
}

.slideText h1 {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
}

.slideText h2 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}

.slideText h4 {
  margin: 0;
  text-shadow: 0 0 10px #000000;
}

.slideText .bannerBtn {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 0;
}

.slideText .bannerBtn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32%;
  height: 1px;
  background: #ffffff;
  transition: 0.3s ease-in-out !important;
  z-index: -1;
}

.slideText .bannerBtn:hover:before {
  width: 100%;
}

/* Home Banner Camera */

.camera_overlayer {
  opacity: 0.7;
}

.camera_wrap {
  height: 100vh !important;
  min-height: 550px;
}

.camera_caption {
  bottom: initial;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 1170px;
}

.camera_caption>div {
  background: none;
}

.camera_caption .sliderContentBox {}

.camera_caption .sliderContentBox h3 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 40px;
  text-shadow: 0 0 10px #000000;
  color: #ffffff;
}

.camera_caption .sliderContentBox h1 {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 56px;
  color: #ffffff;
}

.slideText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1320px;
  max-width: 100%;
  padding: 20px;
  text-align: left;
}

.slideText h1 {
  text-shadow: 0 1px 2px rgb(0 0 0 / 95%);
  font-weight: 700;
  margin: 0;
  font-size: clamp(0.7rem, 2vw + 2rem, 4rem);
  line-height: 56px;
  text-transform: uppercase;
}

.slide-text h3 {
  font-size: clamp(22px, 1vw + 16px, 30px);
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.slide-text h2 {
  font-weight: 400;
  font-size: clamp(16px, 1vw + 16px, 24px);
  line-height: 30px !important;
  margin-bottom: 24px;
  margin-top: 24px;
  color: #ffffff;
}

.slideText h4 {
  margin: 24px 0;
  text-shadow: 0 0 10px #000000;
}

.slideText .hero-buttons .btn-primary {
  margin-left: 12px;
}


/* talha PortFolio */
@media (max-width: 991px){
  .portFolio .agentImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .agentDetailInner{
    margin-block: 30px;
  }
}
@media (max-width: 575px){
  .detailFootrer .kwLogo{
    margin-bottom: 20px;
  }
}
/* Intro */
.intro-text h3 {
  font-size: clamp(16px, 1vw + 16px, 30px);
  line-height: 40px;
  font-weight: 400;
  color: var(--dark);
}

/* Home Portfolio */
.portFolio .agentDetail .kwLogo img{
	width:150px;
}

/* Home Headings */
.lineHeading{
	position:relative;
}
.lineHeading:before{
    position: absolute;
    content: '';
    width: 122px;
    height: 2px;
    background: var(--gold);
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

/* Commercials */
.newsHeader .sec-heading {
  margin-inline: auto;
  max-width: 80%;
}

.baap img:hover{
 
 scale: 1.1;
 z-index: 100;
 filter: grayscale(0%);
}
.baap img{
filter: grayscale(100%);
transition:all 0.3s ease;
}

/* Services Page */
.servicesIcons .iconBox {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(assets/img/service-hover.png) center bottom no-repeat;
  background-size: 0 3px;
}

.servicesIcons .iconBox:hover {
  background: url(assets/img/service-hover.png) center bottom no-repeat #f5f5f5;
  background-size: 100% 3px;
}

.servicesIcons .iconBox .mybtn {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  z-index: 99;
  background-color: var(--dark);
  transform: translate(-50%);
}

.servicesIcons .iconBox:hover .mybtn {
  top: 44%;
  opacity: 1;
}

.servicesIcons .iconBox .iconWrapper {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #eeeeee;
  color: #eeeeee;
  font-size: 20px;
}

.servicesIcons .iconBox h3 {
  font-size: 18px;
  font-weight: 400;
  width: 200px;
  margin: 20px auto;
  font-family: 'Barlow',sans-serif !important;
	line-height:24px;
}

.servicesIcons .iconBox .iconWrapper span {
  font-size: 3rem;
  color: var(--gold);
}

/* Special Icons */

.specialIcons .sec-heading h1 {
  color: #ffffff;
}

.specialIcons {
  position: relative;
  background: black;
  overflow: hidden;
  background: #c33764;
  /* fallback colour. Make sure this is just one solid colour. */
  background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8),
      rgba(195, 55, 100, 0.8)),
    url("assets/img/Office 1.jpg");
  background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)),
    url("assets/img/Office 1.jpg");
  /* The least supported option. */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.specialIcons .iconBox-2 {
  display: flex;
  display: flex;
  flex-basis: 48%;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  padding: 16px;
}

.specialIcons .iconBox-2 .wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.specialIcons .iconBox-2 .wrapper span {
  color: #ffffff;
  font-size: 3rem;
}

.specialIcons .iconBox-2:hover {
  background-color: #ffffff9d;
  background-size: 100% 3px;
}

.specialIcons .iconBox-2 .text {
  text-align: left;
  margin-left: 24px;
}

.specialIcons .iconBox-2 .text p {
  margin: 0 !important;
  padding: 0 !important;
}

.specialIcons .iconBox-2 .text>* {
  color: #ffffff;
}

.iconBox-2:hover .text>* {
  color: var(--dark);
}

.iconBox-2:hover .wrapper {
  background-color: #ffffff;
}

.iconBox-2:hover .wrapper span {
  color: var(--dark);
}

/* Contact Section */

.contactSec .contactSecInner .form-group button {
  float: right;
}

.contactSec .contactSecInner .form-group input,
.contactSec .contactSecInner .form-group textarea {
  background-color: #f5f5f5;
  border: none;
}

.contactSec .contactSecInner .form-group input:focus,
.contactSec .contactSecInner .form-group textarea:focus {
  outline: 1px solid #555555;
  background-color: none;
}

/* Contact Page */
.formSec {
  background: linear-gradient(rgba(5, 5, 5, 0.8), rgba(0, 0, 0, 0.8)),
    url("assets/img/sacramento-1.jpg") center right no-repeat;
  background-size: cover;
}

.formSec .formInner .formBody .form-fields,
.formSec .form-fields2,
.formSec .form-fields3 {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.formSec .formInner {
  background: #fff;
  margin-right: -36px;
  padding: 68px 68px 68px 45px;
}

.formSec .formInner .formTitle {
  display: flex;
  justify-content: flex-end;
  font-size: clamp(1rem, 2vw + 2rem, 3rem);
  line-height: 110px !important;
  font-weight: 600 !important;
  letter-spacing: 4.25px !important;
  color: #1b1b1b !important;
  margin: 0 !important;
  text-shadow: none;
}

.formSec .formInner .formSubtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.formSec .formInner .form-control.simple {
  background: transparent;
  border: none;
  border-bottom: 1px solid #b0b0b0;
  border-radius: 0;
}

.formSec .formInner .formTitle span i.title-line {
  position: absolute;
  height: 4px;
  width: 200%;
  left: -207%;
  bottom: auto;
  top: 51px;
  background: var(--gold);
}

.formSec .formInner .formTitle span {
  display: inline-block;
  text-align: right;
  position: relative;
}

.formSec .formInner .formTitle span b {
  font-size: clamp(1rem, 2vw + 2rem, 3rem);
  font-weight: 600 !important;
  line-height: 0rem;
  letter-spacing: -1.15px;
  display: block;
  color: var(--gold);
}

.formSec .formInner button.btn.btnOutline {
  position: relative;
  border: 1px solid #000;
  color: #000;
  padding: 8px 42px;
}

.formSec .formInner button.btn.btnOutline:hover {
  background: var(--gold);
  border: none;
  border: 1px solid var(--gold);
}

.formSec .formInner button.btn.btnOutline:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1px;
  background: #555555;
  top: 50%;
  left: -25px;
}

.formSec .contactCol {
  position: relative;
  z-index: 0;
  background: #000000;
  margin: -42% 0 0 -20px;
  padding: 53px 0 49px;
  text-align: center;
}

.formSec .contactCol .contact-info li {
  padding-block: 5px;
}

.formSec .contactCol .contact-info li span {
  font-size: inherit;
  color: #8c8c8c;
}

@media screen and (max-width: 991px) {
  .formSec .formInner {
    margin-right: 0;
    padding: 2rem;
  }

  .formSec .formInner .formTitle {
    font-size: 2.5rem;
    line-height: 80px !important;
  }

  .formSec .contactCol {
    margin: 0;
  }
}

/* Properties Single */

.backButton{
  z-index: 900;
  left: 0;
  top:36%
}
.backButton a{
  writing-mode: vertical-rl;
  padding: 16px 6px;
  background: var(--dark);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  word-spacing: 5px;
  color: #fff;
}

@media (max-width: 991px) {
  .backButton a{
    padding: 14px 2px;
    font-size: .7rem;
  }
  .detailPopup{
    display: none;
  }
}
.backButton a:hover{
  color: var(--gold);
}

.detailPopup {
  position: absolute;
  z-index: 4;
  bottom: 144px;
  right: 0;
  background: #fff;
  width: 390px;
  padding: 16px 15px 16px 65px;
  overflow-y: hidden;
  z-index: 1;
}
.hideMe{
  right: -346px!important;
}
.detailPopup span.show-hide-btn {
  display: block;
  position: absolute;
  width: 100%;
  /* background: #e51937; */
  transform: translateY(-50%) rotate(-90deg);
  left: -44%;
  top: 50%;
  right: 0;
  padding: 10px;
  font-size: 15px;
  transform-origin: center;
  text-align: center;
  cursor: pointer;
  background-color: var(--dark);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid rgba(27, 27, 27, 1);
}

.properties-status a{
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.properties-single-slideshow-info-address {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -1.025px;
  text-transform: uppercase;
  color: var(--dark);
  margin-top: 1px;
  margin-left: -1px;
}
.properties-single-slideshow-info-address span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0;
  color: #666666;
  margin-top: 3px;
  margin-left: 1px;
}
.properties-single-slideshow-info-price {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 1.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gold);
  margin-top: 12px;
}

.our-properties-single-slideshow-slide canvas {
  display: block;
  width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .detailPopup2{
    display: none;
  }
}

.singleDetail {
  margin-bottom: 50px;
  font-family: "Barlow", sans-serif;
}

.singleDetail .propertyDetail {
  background: rgb(255, 255, 255);
  margin-top: -5rem;
}

.singleTitle {
  font-family: "Barlow", sans-serif;
  font-size: clamp(2.3rem, 1.5rem + 1vw, 3rem);
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  line-height: 2.7rem !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  padding: 28px 70px 0;
}

.singleDetail .propertyDetail .paraGraph {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #666666;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  padding: 0 70px;
  margin-block: 24px;
  min-height: 225px;
}

@media screen and (max-width: 991px) {
  .singleDetail .propertyDetail .paraGraph {
    -webkit-column-count: 1;
    column-count: 1;
    padding: 0;
    margin-block: 0;
  }
  .propertyDetail .singleTitle {
    padding: 10px 0;
  }


  .our-properties-single-slideshow-slide canvas {
    min-height: 350px;
  }
  .singleDetail .propertyDetail {
    margin-top: 0;
}

}

@media screen and (max-width: 767px) {

}

.singleDetail .propertyDetail .paraGraph p:first-child::first-letter {
  font-family: "Barlow", sans-serif;
  font-size: 105px;
  font-weight: 600;
  line-height: 87px;
  float: left;
  color: #1b1b1b;
  text-transform: uppercase;
  padding-right: 8px;
}

.singleDetail .propertyNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -3rem;
  background: #fff;
  gap: 5px;
  padding: 5px 0 0 5px;
}

@media screen and (max-width: 991px) {
  .singleDetail .propertyNav {
    margin-top: 0;
  }
}

.singleDetail .propertyNav .navBox {
  display: flex;
  flex-basis: calc(50% - 5px);
  cursor: pointer;
  margin: 0;
}

.singleDetail {}

.propertyNav .slick-slide {
  cursor: pointer;
  outline: none;
}

.propertyNav .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.propertyNav .navBox .hidden {
  display: none;
}

.propertyNav .navBox a.modalButton::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  z-index: 1;
  top: 0;
  left: 0;
}

.propertyNav .navBox a.modalButton::after {
  content: "\2b";
  position: absolute;
  color: #ffffff;
  z-index: 2;
  font-family: "FontAwesome 5 Free";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {

  .propertyNav .navBox .modalButton::after,
  .propertyNav .navBox .modalButton::before {
    display: none;
  }

  .propertyNav .navBox .modalButton .hidden {
    display: block;
  }

  .innerSlider {
    display: none !important;
  }
}

.innerSlider {
  display: flex;
  background: #1b1b1b;
  padding: 40px 30px;
  height: auto;
  width: 550px;
  position: absolute;
  bottom: 55px;
  right: 0;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  align-content: flex-start;
  gap: 10px;
  z-index: 1;
}

a.sliderClose {
  position: absolute;
  right: 15px;
  bottom: 58px;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.innerSlider .navBox {
  width: calc(33% - 6px);
}

.propertyNavOuter .buttons {
  margin: 32px 5px;
}

/* Map */
.mapSection {
  position: relative;
}

.mapSection .mapOuter {
  flex-basis: 50%;
}

.mapSection .mapOuter .leaflet-top.leaflet-left {
  z-index: 400;
}

.mapSection .inquiryForm {
  flex-basis: 50%;
  position: relative;
  z-index: 0;
  padding: 22px 0;
}

.mapSection .inquiryForm .form-fields,
.mapSection .form-fields2,
.mapSection .form-fields3 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.mapSection .inquiryForm .formInner ::placeholder {
  color: #ffffff;
}

.mapSection .inquiryForm:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./assets/img/sacramento-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}

.mapSection .inquiryForm:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: -1;
}

.mapSection .inquiryForm .formInner {
  width: 80%;
  max-width: 100%;
}

.mapSection .inquiryForm .formInner h2 {
  color: #ffffff;
  font-size: 1.7rem;
  font-family: "Barlow";
  font-weight: 600;
  padding-block: 1rem;
  line-height: 3rem;
  text-transform: uppercase;
}

#map {
  height: 500px;
}

/* News Single */

.singleNews .postThumb {
  position: relative;
  overflow: hidden;
  height: 60vh;
  background-size: cover;
}

.singleNews .postThumb .postOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: var(--dark);
  opacity: 0.7;
  z-index: 0;
}

.singleNews .postThumb .postTitle {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.singleNews .postThumb .postTitle h1 {
  font-weight: 600;
  color: #ffffff;
  font-size: clamp(1rem, 2vw + 1rem, 2.5rem);
}

.singleNews .blog-info {
  padding: 10px 10px;
  display: inline-block;
  background: var(--dark);
  color: #ffffff;
}

.singleNews .postContent {
  padding: 1rem 0 4rem;
}

.singleNews .postContent p {
  line-height: 1.8;
  margin: 15px 0 0 0 !important;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

/* Footer */

.footer-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  font-size: 18px;
  color: #bfbfbf;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.dark-footer .social .footer-icons a:hover {
  color: #080808;
  background: #fafafa;
}

footer p {
  margin: 5px 0 0 0 !important;
}

/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Call To Action -------------------*/
.call-to-act-wrap {
  padding: 50px 0;
}

.call-to-act {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  align-items: center;
}

.call-to-act-head {
  flex: 1;
}

.call-to-act h3 {
  color: #ffffff;
  margin-bottom: 5px;
}

.btn.btn-call-to-act {
  background: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  color: #333640;
  font-weight: 600;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.footerCta .title h3{
	color: #ffffff;
    font-size: 3rem;
    line-height: 3rem;
}
@media (max-width: 575px){
	.footerCta .title h3{
    font-size: 2rem;
}
}
.footerCta .form-fields {
    position: relative;
    color: #000000;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 25px;
    font-size: 14px;
    border: none;
    margin-bottom: 0;
    background: #e9eaed;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    border: 1px solid #ba9b4d;
    border-radius: 57px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.footerCta .subscribe {
    position: absolute;
    content: '';
    right: -40px;
    top: 0;
    transform: translate(-50%);
    color: #000000;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 16px!important;
    font-size: 14px;
    border: none;
    margin-bottom: 0;
    background: var(--gold);
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    border-radius: 0 50px 50px 0;
}
.footerCta .wpcf7-spinner{
	position:absolute;
	top:0;
	left:50%;
}


/*---------- Small footer -------------------*/
footer {
  z-index: 99;
  position: relative;
}

footer.dark-footer {
  position: relative;
  background: url("assets/img/footerBg.jpg") no-repeat center center;
  background-size: cover;
  /* background-attachment: fixed; */
  filter: grayscale(0.3);
}

footer.dark-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: -2;
}

.footer-logo {}

footer.footer-small {
  padding: 50px 0 0 0;
}

img.img-footer {
  max-width: 180px;
}

.ft-itext {
  font-weight: 500;
  font-size: 16px;
  text-align: center !important;
  margin: 10px;
}

.ft-itext i {
  margin-right: 5px;
}

ul.social {
  margin: 0;
  padding: 0;
}

ul.social li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}

ul.social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  line-height: 40px;
  text-align: center;
}

.footer-add {
  color: #5a6980;
  font-size: 14px;
}

footer.skin-light-footer .footer-add {
  color: #243751;
}

.ft-copyright {
  border-top: 1px solid #eaeef3;
  padding: 15px 0 12px 0;
}

.ft-copyright p {
  margin-bottom: 0;
}

.footer-logo img {
  max-width: 185px;
}

.footer-widget {
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .footer-widget {
    padding: 30px 0;
  }
}

h4.widget-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fafafa;
  display: inline-block;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  list-style: none;
  margin-top: 5px;
  display: block;
}

.footer-widget ul li a {
  color: #243751;
  font-weight: 600;
  font-size: 14px;
}

footer.skin-dark-footer h4 {
  color: #ffffff;
}

footer.skin-light-footer .footer-widget ul li a,
footer.skin-light-footer,
footer.skin-light-footer a {
  color: #243751;
  transition: all ease 0.4s;
  font-size: 14px;
  font-weight: 600;
}

footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a,
footer.skin-dark-footer p {
  color: #bfbfbf;
  transition: all ease 0.4s;
  font-size: 14px;
  font-weight: 600;
}

footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
  color: #ffffff;
}

.widget_media_image {
  margin-top: 3rem;
}

.footer-bottom {
  padding: 4px 0;
  border-top: 1px solid #e9edf3;
}

.skin-dark-footer .footer-bottom {
  background: #000000;
  border-top: none;
  position:relative;
}
.skin-dark-footer .footer-bottom:before {
 content:'';
	position:absolute;
	bottom:20px;
	background:var(--gold);
	width:100%;
	height:1.5px;
}

ul.footer-bottom-social {
  margin: 0;
  padding: 0;
}

ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  margin-top: 0;
}

ul.footer-bottom-social li a {
  color: #546e7a;
}

ul.footer-bottom-social li a:hover,
ul.footer-bottom-social li a:focus {
  color: #007bff;
}

ul.footer-bottom-social li i {
  margin-right: 5px;
}

footer.skin-dark-footer ul.footer-bottom-social li a {
  color: #5a6980;
  font-size: 14px;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
  color: #ffffff;
  opacity: 1;
}

.fw {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  width: 100%;
}

.fw:last-child {
  margin: 0;
}

.fw:before {
  font-family: "themify";
  vertical-align: initial;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.fw.fw-location:before {
  content: "\e693";
}

.fw.fw-mail:before {
  content: "\e75a";
}

.fw.fw-call:before {
  content: "\e621";
}

.fw.fw-skype:before {
  content: "\e72d";
}

.fw.fw-web:before {
  content: "\e665";
}

.other-store-link {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.other-store-link:last-child {
  margin-bottom: 0;
}

.other-store-app {
  width: 250px;
  height: 70px;
  border: 1px solid #353d56;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
}

.os-app-caps span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #5a6980;
}

.os-app-icon {
  margin-right: 13px;
}

.os-app-icon i {
  font-size: 32px;
}

.os-app-caps {
  font-size: 18px;
  font-weight: 600;
  color: #243751;
}

footer.skin-dark-footer .os-app-caps {
  color: #ffffff;
}

.f-newsletter {
  max-width: 510px;
  margin-top: 15px;
  display: block;
  position: relative;
}

.f-newsletter .form-control {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #7f8ca2;
  background-color: transparent;
  border: 2px solid #a5aebf;
  padding: 18px 20px 18px;
  border-radius: 3px;
  height: 60px;
}

.skin-dark-footer .f-newsletter .form-control {
  border: 2px solid #9ea6ba;
}

.f-newsletter .btn {
  bottom: 4px;
  position: absolute;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 18px 12px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  border-width: 0;
  color: #9ea6ba;
  cursor: pointer;
  border-radius: 2px;
  height: 52px;
  background: transparent;
}

.skin-dark-footer .form-control::-webkit-input-placeholder {
  color: #9ea6ba;
}

.skin-dark-footer .form-control:-ms-input-placeholder {
  color: #9ea6ba;
}

.skin-dark-footer .form-control::placeholder {
  color: #9ea6ba;
}

/* Footer Bottom */
.footer-bottom .sacLogo{
	
}
.footer-bottom .sacLogo img{
	width:130px;
}
.footer-bottom .sacLogo p{
}
.footer-bottom .infoSec{
	text-align:center;
}
.footer-bottom .infoSec h2{
	    font-size: 49px;
    color: #ffffff;
    font-weight: 600;
}

.footer-bottom .infoSec .subTitle{
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.footer-bottom .infoSec .phone{
	 display: block;
	   color: var(--gold);
    font-size: 33px;
}
.footer-bottom .infoSec .mail{
	display:block;
	font-size: 24px;
    font-weight: 400;
}
.footer-bottom .kwLogo{
	self-align:flex-end;
}
.footer-bottom .kwLogo img{
	width: 6.5rem;
}
.footer-bottom .kwLogo p{
	
}

@media (max-width:767px){
	.footer-bottom{
		display:none;
	}
}

/* ====================== New Updated Styles ==================*/
.slick-dots li button:before {
  font-family: slick;
  font-size: 18px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "•";
  text-align: center;
  opacity: 0.3;
  color: #26345f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(1, 41, 91, 0.1);
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #626e80;
  line-height: 18px;
  content: "•";
  font-size: 7px;
}

/* My Account */
.myAccount{

}
.myAccount .profileRow {
    
}
.myAccount .profileRow .profileRowInner{
align-items: center;
margin-bottom: 30px;
	
}
.myAccount .profileRow .profileRowInner .profilePicture {
  margin-top: -80px!important;
  border-radius: 50%;
  border: 3px solid #fafafa;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  width: 180px;
  height: 180px;
}
.myAccount .profileRow .profileRowInner .profilePicture img{
  width: 180px;
  height: 180px;
}

@media (max-width: 767px) {

}

.myAccount .profileRow .profileRowInner .userDetail{
margin-top: 30px;
}
.myAccount .profileRow .profileRowInner .userDetail h2{
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 44px;
}
.myAccount .profileRow .profileRowInner .userDetail a{
color: var(--dark);
}
.myAccount .profileRow .profileRowInner .userDetail a:hover{
color: var(--gold);
}
.myAccount .profileRow .profileRowInner .userDetail h5{

}
.myAccount .profileRow .profileRowInner .userDetail .socialLinks{

}

.sec2{
  background: #eeeeee;
}
.sec2Inner h2{
  font-weight: 500;
}
.sec2Inner h3{
  font-size: 2.5rem;
  color: var(--dark);
}

.propertyTable table>a{
	white-space:nowrap;
}


/* Sub Menu Styles */
.header-fixed #navigation .current-menu-item{
  color: var(--gold);

}
#navigation .current-menu-item{
  color: var(--gold);
}

.sub-menu {
  display: none;
  position: absolute;
  bottom: 50px;
  z-index: 99;
  width: 100%;
  background: var(--gold);
  text-align: center;
  padding-block: 5px;
  transition: all 0.7s ease;
}
.sub-menu li {
  padding: 5px 0;
  transition: all 0.4s ease;
}
.sub-menu li:hover {
  background: var(--dark);
}
.sub-menu li a{
  color: #fafafa;
}
.nav-menu>li:hover > .sub-menu{
  display: none;
  bottom: -24px;
}


/*Cash Offers Page */
.offersTitle .sec-heading p{
  font-size: 1.5rem;
  line-height: 36px;
}
.offersMain .detail ul{
  margin-left: 30px;
}
.offersMain .detail ul li{
  font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #459a1c;
    font-variant: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}
.offersMain .detail ul li:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 18px;
  color: #459a1c;
}
.offersMain .offerFormSec .title h3{

}
.offersMain .offerFormSec{
  padding: 32px 18px;
  border: 1px solid var(--gold);
}
.offersMain .formBody .form-fields,.offersMain .formBody .form-fields2,.offersMain .formBody .form-fields3 {
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 14px;
  border: none;
  margin-bottom: 15px;
  border: 1px solid var(--gold)!important;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

/* Link Tree Page Styles */

   .linktree {
        background: #000000;
	   border-bottom: 2px solid var(--gold);
    }

    .linktree .linksouter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
.linktree .linksouter .shareMaster{
	    position: absolute;
    top: 0;
    right: 18px;
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 50%;
    font-size: 33px;
    text-align: center;
	cursor:pointer;
}
.linktree .linksouter .shareMaster i{
	    font-size: 24px;
    line-height: 24px;
	color:#ffffff;
}


    .linktree .linksouter .thumb {
        width: 10em;
        height: 10rem;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #000000;
    }

    .linktree .linksouter.thumb img {}

    .linktree .linksouter .title h3 {
        color: rgb(255, 255, 255);
        font-weight: 600;
        font-size: 26px;
        line-height: 1.5;
        text-overflow: ellipsis;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        margin-block: 1em;
    }

    .linktree .linksouter .title pre {}

    .linktree .linksouter .links {
        width: 100%;
        text-align: center;
        max-width: 670px;
    }

    .linktree .linksouter .links li {
        z-index: 0;
        overflow: hidden;
        margin-bottom: 16px;
        transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
        border: 1px solid rgb(255, 255, 255);
        background-color: transparent;
        color: rgb(255, 255, 255);
        border-radius: 30px;
        padding: 1em 1.2em;
        position: relative;

    }

    .linktree .linksouter .links li:hover {
        background-color: rgb(255, 255, 255);
    }

    .linktree .linksouter .links li:hover .simpleLink {
        color: #000000;
    }

    .linktree .linksouter .links .simpleLink {
        display: block;

        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        white-space: normal;
        background: none;
        color: inherit;
        transition: all 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;

        font-size: 1em;
        line-height: 1.5;
        width: 100%;
        font-weight: 500;
    }

    .linktree .linksouter .links .shareLinks {
        position: absolute;
        content: '';
        right: 34px;
        top: 11px;
        width: 40px;
        height: 40px;
        line-height: 30px;
        text-align: center;
        font-size: 30px;
		cursor:pointer;
    }

    .linktree .linksouter .links .shareLinks i {
        font-size: 22px;
        color: #000000;
        line-height: 22px;
    }

/* Responsive */
@media (min-width: 1400px) {
  .smallContainer {
    max-width: 1170px;
  }
}
/* Disable sub menu on mobile */
@media (max-width: 768px) {
  .menu-item .sub-menu {
    display:none;
  }
	.contactWrapper{
		display:none;
	}
	.contactWrapperMobile{
		display:block;
	}
	.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: flex;
    gap: 4px;
    flex-direction: column;
}
	.btn {
    color: #ffffff;
    padding: 6px 10px;
		font-size:14px;
}
}
@media (max-width: 576px){
	.nav-brand img {
    max-width: 6.5rem;
    position: relative;
}
}




