body {
  background: #000000;
  max-width: 100%;
  overflow-x: hidden;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.header-main {
  top: 0px;
  left: 0px;
  right: 0;
  max-width: 100%;
  min-width: 100%;
  z-index: 10000;
  position: fixed;
  /* overflow: hidden; */
  background: #00000075;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 0px 20px 5px rgba(183, 156, 117, 1);
  -webkit-transition: background-color 1.5s ease-out;
  -moz-transition: background-color 1.5s ease-out;
  -o-transition: background-color 1.5s ease-out;
  transition: background-color 1.5s ease-out;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0px 40px;
  max-width: 1280px;
}
.header-main .wrap {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp-hero {
  object-fit: cover;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-Bg {
  padding: 5% 0;
}
.lp-Bg .lp-Bg-contents {
  display: flex;
  align-items: center;
}
.lp-Bg .lp-Bg-contents h1 {
  font-size: 70px;
  line-height: 75px;
  font-weight: 400;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lp-Bg .lp-Bg-contents p {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px !important;
  color: white;
  text-align: justify;
}

.header-main.scrolled {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(183, 156, 117, 1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(183, 156, 117, 1);
  box-shadow: 0px 0px 0px 0px rgba(183, 156, 117, 1);
}
.header-main.scrolled .Req_Demo {
  background: #b79c75;
  box-shadow: 0px 0px 10px 1px rgba(183, 156, 117, 1);
  border: none;
}
.slider-nav-Reels {
  margin-top: 20px;
}
.slider-for-Reels iframe {
  /* 	width:100%!important; */
  width: 81% !important;
  height: 100% !important;
  border-radius: 20px;
}
.slider-nav .thumbImg {
  display: flex !important;
  justify-content: flex-start;
}
.slider-nav .thumbImg {
  align-items: center;
}
.banner-slider .slider.slider-nav {
  height: fit-content !important;
}

.lp-sec1 {
  background: url("/wp-content/uploads/2024/02/living-room-with-blue-walls-white-furniture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10% 0;
  border-radius: 0 !important;
}
.lp-sec1 h2 {
  color: #fff !important;
  font-size: 55px !important;
}
.lp-sec1 p {
  color: #fff !important;
  max-width: 700px !important;
}
.lp-Client-Testimonial {
  background: #000;
  /* background: #e3ddd9; */
  padding: 5% 0;
  width: 100%;
  overflow-x: hidden !important;
}
.lp-Client-Testimonial .container {
  margin-top: 0;
  margin-bottom: 0;
}

.lp-Client-Testimonial.Experience .thumbnail-image {
  padding: 0px 0px !important;
  width: 24.99% !important;
  margin: auto;
}

/* Slider */

.banner-slider .slider.slider-for {
  max-width: 100%;
}
.banner-slider .slider.slider-nav {
  max-width: 100%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
}

.slider-banner-image {
  height: 495px;
  margin: auto;
  text-align: center;
}
.banner-slider .slider.slider-nav {
  padding: 0px 0 0 0;
  width: 81%;
  margin: auto;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
  height: 80px;
  padding: 25px 10px 25px 20px;
  margin: 0 auto;
  border-right: 1px solid #ebebeb !important;
}
.slider-banner-image img,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current span {
  color: #196db6;
}
.banner-slider .thumbnail-image.slick-slide .IconActive {
  display: none;
  transition: display 1.5s;
}
.banner-slider
  .thumbnail-image.slick-slide.slick-current.slick-center
  .IconActive {
  display: block;
  transition: display 1.5s;
}
.banner-slider .thumbnail-image.slick-slide .IconDefault {
  display: block;
  transition: display 1.5s;
}
.banner-slider
  .thumbnail-image.slick-slide.slick-current.slick-center
  .IconDefault {
  display: none;
  transition: display 1.5s;
}
.banner-slider .slider-nav .slick-slide.slick-current span {
  color: #b79c75 !important;
}
.banner-slider .slider-nav .slick-slide:hover span {
  color: #b79c75 !important;
}

.banner-slider .slider-nav .slick-slide:hover .IconDefault {
  display: none;
  transition: display 1.5s;
}
.banner-slider .slider-nav .slick-slide:hover .IconActive {
  display: block;
  transition: display 1.5s;
}
.banner-slider .thumbnail-image.slick-slide .thumbImg img {
  width: 30px;
}
.banner-slider .slider-nav .slick-slide.slick-current .thumbImg {
  background: #191919 !important;
}
.banner-slider .thumbnail-image.slick-slide:first-child .thumbImg {
  border-radius: 0px 0px 0px 20px !important;
}
.banner-slider .thumbnail-image.slick-slide:first-child {
  border-radius: 0px 0px 0px 20px !important;
}
.banner-slider .thumbnail-image.slick-slide:last-child .thumbImg {
  border-radius: 0px 0px 20px 0px !important;
  border-right: 0px solid #ebebeb !important;
}
.banner-slider .thumbnail-image.slick-slide:last-child {
  border-radius: 0px 0px 20px 0px !important;
}
.slider-nav .slick-slide {
  text-align: center;
}
.slider-nav .slick-slide span {
  display: block;

  /* 	color: #654141 !important; */
  color: #fff !important;
  font-size: 16px !important;
  line-height: 20px;
  padding: 0 5px 0 10px;
  font-weight: 400;
}
.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.slick-prev {
  top: 0;
}
.slick-next {
  bottom: 0;
  background-color: #fff;
}
.slick-prev.slick-arrow {
  background-image: url("../images/next_318476.webp") !important;
  position: absolute;
  left: -30px;
  top: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-next {
  background: transparent;
}
.slick-next.slick-arrow {
  background-image: url("../images/next_318476\ copy.webp") !important;
  position: absolute;
  left: 98%;
  top: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.thumb-image .slick-next.slick-arrow {
  display: none !important;
}
.thumb-image .slick-prev.slick-arrow {
  display: none !important;
}
.Reels-slider .slick-slide img {
  display: block;
  padding: 0 0px;
  border-radius: 20px;
  aspect-ratio: 16/9;
  /* mix-blend-mode: color-burn; */
  object-fit: cover;
  max-width: 100%;
}
.slick-slide video {
  max-width: 81%;
  /*   min-width: 100%; */
  max-height: 100%;
  border-radius: 20px 20px 0 0;
}

.banner-slider .thumb-image .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.banner-slider .thumbnail-image {
  padding: 0 !important;
}
.banner-slider .slider-nav .slick-slide {
  background: #212121 !important;
  height: 100%;
}

.banner-slider .slider-nav .slick-slide .thumbImg {
  transition: opacity 0.3s ease-in-out;
  background: #212121 !important;
  /* 	height:100%; */
}

.Reels-slider video {
  border-radius: 20px !important;
}

.lp-Client-Testimonial h2 {
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}
.lp-Client-Testimonial h6 {
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.banner-slider {
  padding-top: 50px;
}

/* Slider End */
.Req_Demo {
  background: #000000;
  box-shadow: 0px 0px 6px 0px rgba(183, 156, 117, 1);
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #b79c75;
}
.w-90 {
  width: 90% !important;
}
.SlickCarousel .slick-center {
  transform: scale(1.2); /* Adjust the scale value as needed */
  transition: transform 0.3s ease;
}
.SlickCarousel .ProductBlock {
  margin: 40px 0px !important;
}
.SlickCarousel {
  padding: 50px 0px;
}
.SlickCarousel video {
  border-radius: 15px;
}

#my-video::-webkit-media-controls {
  display: none;
}
#my-video::-moz-media-controls {
  display: none;
} /* Firefox */
#my-video:-o-media-controls {
  display: none;
} /* Opera */
#my-video::-ms-media-controls {
  display: none;
} /* Internet Explorer */

/* Show only play and pause buttons */
#my-video::-webkit-media-controls-play-button {
  display: block;
}
#my-video::-webkit-media-controls-pause-button {
  display: block;
}

#play-button {
  /* Customize your button's appearance as desired */
  background: url("../images/icons8-play-button-50\ \(1\).png");
  background-repeat: no-repeat;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: 50px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pause-button {
  background: url("../images/icons8-pause-button-50\ \(1\).png");
  background-repeat: no-repeat;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;

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

.my-video::-webkit-media-controls {
  display: none;
}
.my-video::-moz-media-controls {
  display: none;
} /* Firefox */
.my-video:-o-media-controls {
  display: none;
} /* Opera */
.my-video::-ms-media-controls {
  display: none;
} /* Internet Explorer */

/* Show only play and pause buttons */
.my-video::-webkit-media-controls-play-button {
  display: block;
}
.my-video::-webkit-media-controls-pause-button {
  display: block;
}

.play-button {
  /* Customize your button's appearance as desired */
  background: url("/wp-content/uploads/2024/02/icons8-play-button-50.png");
  background-repeat: no-repeat;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: 50px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pause-button {
  background: url("/wp-content/uploads/2024/02/icons8-pause-button-50.png");
  background-repeat: no-repeat;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;

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

.lp-form #gform_wrapper_7 .gform_title {
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}
.lp-form #gform_wrapper_7 .gform_description {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lp-form #gform_wrapper_7 .gform_heading {
  margin-bottom: 20px !important;
}

.lp-form #gform_wrapper_8 .gform_title {
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}
.lp-form #gform_wrapper_8 .gform_description {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lp-form #gform_wrapper_8 .gform_heading {
  margin-bottom: 20px !important;
}

.clients h2 {
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}
.clients h6 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* FooterForm */

.FooterForm {
  background: black;
  padding: 100px 20px 60px 20px;
}
.FooterFormCont {
  background: url("/wp-content/uploads/2024/03/modern-european-top-luxury-homes-night-view-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(183, 156, 117, 1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(183, 156, 117, 1);
  box-shadow: 0px 0px 10px 1px rgba(183, 156, 117, 1);

  padding: 50px 20px 50px 20px;
}
.FooterFormCont .card {
  background: #000 !important;
  padding: 12% 10%;
}
.FooterFormCont .gform_title,
.FooterFormCont .gform_description {
  color: #fff;
}
.FooterFormCont .gform_title {
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}

.FooterFormCont .gform_description {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.FooterFormCont .gform_required_legend {
  display: none;
}
.FooterFormCont form {
  margin-top: 20px;
}
.main-footer {
  padding: 5% 0 5% 0;
  border-bottom: 1px solid #fff;
  background: #000000;
}
.main-footer h2 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}
.main-footer h5 {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.main-footer h6 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
}
.footer-content-add-row h6 {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer-content-add-row {
  padding: 20px 0px;
  background: #191919;
  border-radius: 10px;
}
.footer-content-add-row .col-sm-6.col-md-3 {
  border-right: 1px solid white;
}
.footer-content-add-row .col-sm-6.col-md-3:last-child {
  border-right: 0px solid white;
}
.credit p {
  color: #fff;
  padding: 15px 0px;
  margin: 0;
}
.credit {
  background: #000000;
  padding: 20px 0;
}
/* FooterForm End */

.lp-Bg .lp-Bg-contents {
  display: flex;
  align-items: center;
}
.lp-Bg .lp-form input {
  border-radius: 5px;
  border: 1px #dee2e6 solid;
}
.lp-Bg .lp-form label {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #3939398c !important;
}
.lp-Bg {
  padding: 10% 0;
}
.lp-hero .wrap .contents .lp-form #gform_wrapper_6 {
  border-radius: 12px 12px !important;
}
.lp-Bg .lp-Bg-contents h1 {
  font-size: 70px;
  line-height: 75px;
  font-weight: 100;
  color: white;
  margin-bottom: 25px;
}
.lp-Bg .lp-Bg-contents p {
  font-weight: 100;
  font-size: 19px;
  line-height: 30px !important;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lp-hero::after {
  background-color: rgb(0 0 0 / 0%);
}
.call-to-action {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
}
.header-main .wrap {
  height: 50px !important;
}

.lp-form #gform_wrapper_7 {
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px 12px;
  padding: 32px 32px 72px 32px;
  position: relative;

  background: #000;
  filter: drop-shadow(0px 0px 15px #b79c75);
}

.lp-form #gform_wrapper_7 .gform_title {
  font-weight: 800;
  font-size: 23px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 32px;
  @include mobile {
    font-size: 23px;
  }
}

.lp-form #gform_wrapper_7 .gform_required_legend {
  display: none;
}

.lp-form #gform_wrapper_7 .gfield_label {
  font-size: 14px;
  line-height: 19px;
  color: #393939;
}
.lp-form #gform_wrapper_7 .disclaimer {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 100px;
}
.lp-form #gform_wrapper_7 .gform_footer {
  margin-top: 16px;
  padding-bottom: 0;
}
.lp-form #gform_wrapper_7 .gform_footer .gform_button,
#gform_submit_button_7 {
  background: #b79c75;
  border-radius: 4px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 4px auto;
  width: 100%;
  border: none;
}

.lp-form #gform_wrapper_7 .gform_validation_errors {
  display: none;
}

.lp-form #gform_wrapper_7 .gfield_description {
  padding-top: 0;
  font-size: 11px;
  line-height: 13px;
}

.lp-form #gform_wrapper_7 .gfield_validation_message,
.validation_message {
  background: #fff !important;
  border: none;
  margin-top: 6px;
  padding: 0px 0px;
  color: #ee0004;
}

.lp-form #gform_wrapper_7 .gfield_error .gfield_label {
  color: #ee0004 !important;
}

.lp-form #gform_wrapper_8 {
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px 12px;
  padding: 32px 32px 72px 32px;
  position: relative;

  background: #000;
  filter: drop-shadow(0px 0px 15px #b79c75);
}

.lp-form #gform_wrapper_8 .gform_title {
  font-weight: 800;
  font-size: 23px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 32px;
  @include mobile {
    font-size: 23px;
  }
}

.lp-form #gform_wrapper_8 .gform_required_legend {
  display: none;
}

.lp-form #gform_wrapper_8 .gfield_label {
  font-size: 14px;
  line-height: 19px;
  color: #393939;
}
.lp-form #gform_wrapper_8 .disclaimer {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 100px;
}
.lp-form #gform_wrapper_8 .gform_footer {
  margin-top: 16px;
  padding-bottom: 0;
}
.lp-form #gform_wrapper_8 .gform_footer .gform_button,
#gform_submit_button_8 {
  background: #b79c75;
  border-radius: 4px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 4px auto;
  width: 100%;
  border: none;
}

.lp-form #gform_wrapper_8 .gform_validation_errors {
  display: none;
}

.lp-form #gform_wrapper_8 .gfield_description {
  padding-top: 0;
  font-size: 11px;
  line-height: 13px;
}

.lp-form #gform_wrapper_8 .gfield_validation_message,
.validation_message {
  background: #fff !important;
  border: none;
  margin-top: 6px;
  padding: 0px 0px;
  color: #ee0004;
}

.lp-form #gform_wrapper_8 .gfield_error .gfield_label {
  color: #ee0004 !important;
}
#BG-Video {
  min-width: 100%;
  min-height: 100%;
}
.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 35px 30px;
  color: #ffffff;
  margin: 5% 0px;
  min-width: 210px;
  min-height: 205px;
  align-items: center;
}
.counter-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 10px; /* control the border thickness */
  background: linear-gradient(194deg, black, #b79c75);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.counter-container span {
  font-size: 18px;
  line-height: 25px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 100;
}
.counter,
.counter_sec span {
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
}
.counter-sec {
  background: #191919;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.add h5,
.add h6 {
  color: #e4e0e0;
}
.counter-sec h3 {
  color: #ffffff;
  margin: 5% 0 0% 0;
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}
.SmartHomeSec {
  background: url("../images/black-leather-texture-background-1.png");

  object-fit: cover;
  background-repeat: no-repeat;
  padding: 5% 0;
}
.SmartHomeSec2 {
  background: black;
  object-fit: cover;
  background-repeat: no-repeat;
  padding: 5% 0;
  background-size: cover;
  max-width: 100%;
  overflow-x: hidden;
}
.SmartHomeSec h4 {
  margin-bottom: 15px !important;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}
.SmartHomeSec p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.SmartHomeIcon {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.SmartHomeIcon img {
  width: 45.6px;
  padding: 10px;
}
.SmartHomeItemCont {
  text-align: center;
  padding: 0px 30px;
  color: #ffffff;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.SmartHomeIconCont {
  display: grid;
  align-items: center;
  align-content: center;
}

.SmartHomeIconCont h5 {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
}
.SmartHomeIconCont p {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.SmartHomeIconCont ul {
  text-decoration: none;
  list-style: none;
  color: #ffffff;
  padding: 0;
  margin: 0;
  /*   padding-top: 15px; */
}
.SmartHomeIconCont ul li {
  line-height: 30px;
  font-size: 19px;
}

.SmartHomeSec .cont {
  padding: 0 5%;
}
.fluid-container {
  width: 90%;
  margin: auto;
}

.prev-slide {
  width: 50px;
  position: absolute;
  left: 2.7%;
  top: 40%;
}
.next-slide {
  width: 50px;
  position: absolute;
  right: 2.8%;
  top: 40%;
}
.clients .prev-slide {
  top: 26%;
}
.clients .next-slide {
  top: 26%;
}
.alexa img {
  height: 42px;
}
.GetDirec {
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  width: 100% !important;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px 10px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  border: 2px solid #b79c75;
  border-radius: 5px;
  background: #b79c75;
  color: #fff;
  box-shadow: 0px 0px 20px 5px rgba(183, 156, 117, 1);
  font-weight: 600;
  padding: 5px 10px;
}
#gform_7 input {
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 8px;
  border-radius: 5px;
  border: 0px #dee2e6 solid;
}
#gform_7 .gfield_label {
  display: none;
}
.lp-form #gform_wrapper_7 .gform_footer .gform_button,
#gform_submit_button_7 {
  background: #b79c75;
  /*background: #1f59a5; */
  border-radius: 4px;
  font-size: 20px !important;
  line-height: 32px;
  color: #ffffff;
  padding: 4px auto;
  width: 100%;
  border: none;
}

.wpcf8-form-control.wpcf8-text.wpcf8-email.wpcf8-validates-as-email {
  width: 100% !important;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px 10px;
}
.wpcf8-form-control.has-spinner.wpcf8-submit {
  border: 2px solid #b79c75;
  border-radius: 5px;
  background: #b79c75;
  color: #fff;
  box-shadow: 0px 0px 20px 5px rgba(183, 156, 117, 1);
  font-weight: 600;
  padding: 5px 10px;
}
#gform_8 input {
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 8px;
  border-radius: 5px;
  border: 0px #dee2e6 solid;
}
#gform_8 .gfield_label {
  display: none;
}
.lp-form #gform_wrapper_8 .gform_footer .gform_button,
#gform_submit_button_8 {
  background: #b79c75;
  /*background: #1f59a5; */
  border-radius: 4px;
  font-size: 20px !important;
  line-height: 32px;
  color: #ffffff;
  padding: 4px auto;
  width: 100%;
  border: none;
}
.gform_footer.top_label {
  margin-top: 16px;
}
.owl-carousel-clients-logo .item img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  aspect-ratio: 3/2;
  mix-blend-mode: color-burn;
  object-fit: contain;
}
.owl-carousel-clients-logo .item img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
.credit a:hover {
  color: #ff7029 !important;
  text-decoration: none !important;
}
.switches {
  /* 	background:#e3ddd9; */
  background: #191919;
  background-image: none;
}
.switches .text-center h4,
.switches .text-center p {
  color: #ffffff;
}
.switches .owl-dots {
  text-align: center;
}
.switches .owl-carousel-switches .owl-dot {
  background: #d9cfc1 !important;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 5px;
}
.switches .owl-carousel-switches .owl-dot.active {
  background: #b79c75 !important;
}
.switches .owl-carousel .owl-item img {
  border-radius: 20px;
}
.BottomTitle h5 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  margin: 2% 0;
}

.FooterForm #gform_wrapper_7 .disclaimer {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 100px;
  display: none !important;
}
.chatIconSec {
  position: fixed;
  right: 20px;
  top: 35%;
  /* 	display:none; */
  z-index: 10;
}
.chatIconSec img {
  width: 54px;
  height: 54px;
}
.showDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showDiv a {
  margin: 20px 0px;
}
.showDiv {
  position: absolute;
  top: 50px;
  right: -100px; /* Initially off-screen */
  transition: right 0.5s ease; /* Transition effect */
}

.showDiv.active {
  right: 0; /* Slide in when active */
}
.closeIcon {
  content: "✖"; /* Unicode character for close mark */
  font-size: 20px; /* Adjust size as needed */
  /* Add any other styles for the close mark */
}
.ytp-expand-pause-overlay .ytp-pause-overlay {
  display: none !important;
}
.thakyoupage .content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  position: absolute;
  text-align: center;
}
.thakyoupage .content h2 {
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  padding-bottom: 35px;
}
.thakyoupage .content a {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #b79c75 !important;
  padding: 10px 20px;
  border: 1px solid #b79c75;
  border-radius: 10px;
  margin-top: 30px;
}

.switches .owl-carousel .owl-item img {
  max-height: 495px;
  object-fit: cover;
  width: auto !important;
  margin: auto;
}
.siq_bR {
  bottom: 60px !important;
  right: 20px !important;
}
.zcwf_lblLeft .zcwf_col_fld input[type="text"],
input[type="password"],
.zcwf_lblLeft .zcwf_col_fld textarea {
  margin-bottom: 0px !important;
}
#formsubmit {
  line-height: 45px;
}
.zcwf_lblLeft .zcwf_sub_title {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}














/* New Home Style */

.new-header-nav {
  display: flex;
  padding: 0;
  margin: 0;
}
.new-header-nav .menu-item {
  list-style: none;
  color: #fff;
  position: relative;
  padding: 30px 25px 30px 0;
}

.new-header-nav .sub-menu {
  list-style: none;
  display: none;
  position: absolute;
  top: 83px;
  left: 0;
  z-index: 100;
  background: #00000085;
  padding: 20px;
  border-radius: 5px;
  width: max-content;
}
.new-header-nav .menu-item:hover > .sub-menu {
  display: block;
}
.new-header-nav .sub-menu .menu-item{
    padding: 10px 0;
}
.SocialMediaDiv{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.SocialMediaDiv a {
    padding: 7px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
  }
  .SocialMediaDiv a:last-child {
    margin-right: 0px;
  }
.hamburger{
	display:none;
}

.hamburger .line{
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}












@media (max-width: 1200px) {
  .slider.slider-for.slick-initialized.slick-slider {
    height: 412px;
  }
  .slick-list.draggable {
    height: 100% !important;
  }
  .lp-Bg {
    padding: 12% 0;
  }
  .slider-banner-image {
    height: 412px;
  }
  .footer-content-add-row .col-sm-6.col-md-3 {
    padding-left: 20px;
  }
}
@media (max-width: 1152px) {
  .SmartHomeSec h4 {
    color: #ffffff;
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
  }
}
@media (max-width: 992px) {
	.hamburger{
	display:block;
		
}
	.hamburger .line {
        width: 20px;
        height: 2px;
		margin: 5px auto;
	}
	.hamburger.is-active .line {		
    margin: 11px auto;
	}
	  .header-navbar {
        position: fixed;
        top: 83px;
        left: 0;
        padding: 100px 50px;
        height: 100vh;
        width: 100%;
        background: #000000a8;
		transform: translateY(-115vh);
		transition: 1s ease-in-out;
    }
	
	.new-header-nav {
    flex-direction: column;
	}
	    .header-main {
        position: fixed;
    }
	 .header-navbar.active{
		display:block;
		  transform: translateX(0px);
	}
	.new-header-nav .sub-menu {
    list-style: none;
    display: none;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 100;
    background: #00000000;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    width: max-content;
}

	
	
  .slider.slider-for.slick-initialized.slick-slider {
    height: 375px;
  }
  .counter-container {
    padding: 50px 15px;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    height: 80px;
  }
  .lp-Bg {
    padding: 18% 0 10% 0;
  }
  .FooterFormCont form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .FooterForm #gform_wrapper_7 .disclaimer {
    left: 10%;
  }
  /* 	
	Slider */
  .banner-slider .slider.slider-nav {
    padding: 0px 0 0 0;
    width: 100%;
    margin: auto;
  }
  .slick-slide video {
    max-width: 100%;
  }

  .Reels-slider .slider-banner-image {
    height: 304px;
  }
}
@media (max-width: 767px) {
  .slider.slider-for.slick-initialized.slick-slider {
    height: 275px;
  }
  .thumbImg img {
    padding: 0 !important;
  }

  .lp-form #gform_wrapper_7 {
    max-width: 100%;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    padding: 20px 10px;
  }
  .lp-Bg .lp-Bg-contents {
    padding: 20% 0;
  }
  .lp-Bg {
    padding: 18% 0 10% 0;
    background-position: center;
  }
  .lp-Client-Testimonial h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .lp-Client-Testimonial h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .main-footer h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .slider-nav .slick-slide span {
    font-size: 14px !important;
    padding: 0;
  }
  .slider-nav .slick-slide.slick-current span {
    font-size: 14px !important;
    padding: 0;
  }
  .slider-nav .slick-slide span {
    font-size: 14px !important;
    line-height: 18px;
  }
  .banner-slider .thumbnail-image.slick-slide .thumbImg img {
    width: 25px;
  }
  .banner-slider .slider-nav .slick-slide .thumbImg {
    display: flex;
    flex-direction: column;
  }
  .switches .owl-carousel .owl-item img {
    width: 100% !important;
  }
  .Reels-slider .slider-banner-image {
    height: 230px;
  }
  .footer-content-add-row .col-sm-6.col-md-3:nth-child(2) {
    border-right: 0px solid white;
  }
  .footer-content-add-row .col-sm-6.col-md-3 {
    padding-left: 40px;
  }

  .counter-container {
    width: 190px;
    height: auto;
    margin: 5% 3%;
  }
}
@media (max-width: 575px) {
  .call-to-action {
    display: none;
  }
  .Demo {
    position: fixed;
    width: 100%;
    z-index: 99999;
    bottom: 0;
    background: #141919;
    padding-top: 20px;
	padding-bottom: 20px!important;
  }
  .credit {
    padding-bottom: 95px !important;
  }
  .tenyears {
    width: 100px !important;
  }
  .footer-content-add-row .col-sm-6.col-md-3 {
    border-right: 0px solid white;
    padding-left: 15px;
  }
  .chatIcon,
  .whatsappIcon,
  .PhoneIcon {
    width: 40px;
  }
  .footer-content-add-row {
    padding: 20px 30px;
  }
	.SocialMediaDiv{
		padding-bottom:30px;
	}
}
@media (max-width: 475px) {
  .slider.slider-for.slick-initialized.slick-slider {
    height: 202px;
  }
  .Reels-slider .slider-banner-image {
    height: 185px;
  }
  .counter-container:nth-child(3),
  .counter-container:nth-child(4) {
    display: none;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    padding: 8px 10px;
  }
  .banner-slider .slider-nav .slick-slide .thumbImg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  h2,
  h3,
  h4,
  h6,
  p {
    text-align: left;
  }
  .wrap {
    padding: 0px 25px;
  }
  .lp-Bg .lp-Bg-contents {
    padding: 20% 14px;
  }
  .main-footer h6 {
    width: 100% !important;
	  text-align:left;
  }
  .lp-Client-Testimonial h6 {
    width: 100% !important;
  }
  .chatIconSec {
    position: fixed;
    right: 20px;
    top: 70%;
    z-index: 10;
  }
  .zcwf_lblLeft .zcwf_title {
    font-size: 30px !important;
  }

  .counter-container {
    padding: 20px 40px;

    min-width: 140px;
    min-height: 140px;
    width: 140px;
    height: auto;
  }
  .counter-container span {
    font-size: 12px;
    line-height: 18px;
  }
  .counter,
  .counter_sec span {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
	margin: 0 !important;
  }
}
@media (max-width: 425px) {
  .slider.slider-for.slick-initialized.slick-slider {
    height: 202px;
  }
  .slider-nav .thumbImg {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .lp-Bg .lp-Bg-contents h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .lp-Bg .lp-Bg-contents p {
    font-size: 15px;
    line-height: 18px !important;
  }

  .header-main .wrap {
    height: 50px !important;
  }
  .logo img {
    height: 30px !important;
  }
  .header-main {
    position: fixed;
  }
  body {
    padding-top: 0px !important;
    overflow-x: hidden;
  }
  .slick-next.slick-arrow {
    left: 90%;
  }
  .slick-prev.slick-arrow {
    left: -10px;
  }
  .slider-banner-image {
    height: 415px;
  }
  .lp-Client-Testimonial h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .lp-Client-Testimonial h6 {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    width: 100% !important;
  }
  .SmartHomeSec h4,
  .SmartHomeSec p {
    font-size: 30px;
    line-height: 35px;
  }
  .SmartHomeSec p {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
  }
  .counter-container {
    padding: 20px 40px;

    min-width: 140px;
    min-height: 140px;
    width: 140px;
    height: auto;
  }
  .counter-container span {
    font-size: 12px;
    line-height: 18px;
  }

  .FooterForm .wrap {
    padding: 0;
  }
  .FooterForm .card {
    margin-top: 15px;
  }
  .FooterFormCont .gform_title {
    font-size: 24px;
  }
  .FooterFormCont .gform_description {
    font-size: 13px;
  }
  .FooterFormCont #gform_fields_7 {
    margin-top: 20px;
  }
  .next-slide {
    width: 30px;
    top: 35%;
  }
  .prev-slide {
    width: 30px;
    top: 35%;
  }

  .call-to-action {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  .Req_Demo {
    margin-left: 10px !important;
    padding: 5px 10px;
  }
  .lp-form #gform_wrapper_7 .disclaimer {
    left: 10%;
  }
  .FooterForm #gform_wrapper_7 .disclaimer {
    left: 10%;
  }
  .clients h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .clients h6 {
    font-size: 16px;
    line-height: 22px;
    width: 100% !important;
  }
  .main-footer h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .counter,
  .counter_sec span {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }
  .switches .owl-carousel .owl-item img {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .slider.slider-for.slick-initialized.slick-slider {
    height: 170px;
  }
}
@media (max-width: 370px) {
  .slider.slider-for.slick-initialized.slick-slider {
    height: 150px;
  }
  .wrap {
    padding: 0px 25px;
  }
}
@media (max-height: 600px) {
  .banner-slider {
    margin: 0 14.8%;
  }
  .slider-banner-image {
    height: 430px;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    height: 60px;
    padding: 15px 10px 15px 20px;
  }
}
.thumbnail-image.slick-slide.slick-active {
  transform: scale(0.9);
}
.thumbnail-image.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
}
