@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Open+Sans:wght@300;400;600;700;800&display=swap");
body,
html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

.bg-orange-light {
  background-color: #FFF9F5;
}

.btn {
  font-size: 14px;
  border-radius: 0;
  padding: 8px 24px;
}
.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}

/* .btn */
.btn-orange {
  background-color: #E46C15;
  border-color: #E46C15;
  color: #fff;
}
.btn-orange:hover, .btn-orange:focus {
  background-color: #fff;
  color: #E46C15;
}

/* .btn-orange */
.btn-black {
  background-color: #222329;
  border-color: #222329;
  color: #fff;
}
.btn-black:hover, .btn-black:focus {
  background-color: #fff;
  color: #222329;
}

/* .btn-black */
.text-orange {
  color: #E46C15;
}

.title {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  color: #222329;
  padding: 0;
  margin: 60px 0;
  position: relative;
}
.title::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 0;
}
.title small {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  z-index: 100;
  font-family: "Open Sans", sans-serif;
}
.title span {
  position: relative;
  z-index: 100;
}

.navbar {
  background-color: #fff;
  /* .navbar-nav */
}
.navbar .navbar-brand img {
  height: 54px;
  margin: 0;
}
.navbar .navbar-toggler {
  padding: 0.5rem 1rem;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:first-child {
  display: block;
}
.navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:last-child {
  display: none;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:first-child {
  display: none;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:last-child {
  display: block;
}
.navbar .navbar-nav {
  /* .nav-item */
}
.navbar .navbar-nav .nav-item {
  position: relative;
  /* .large-dropdown-menu */
}
.navbar .navbar-nav .nav-item.active::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFF9F5;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  z-index: -1;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #222329;
  padding: 4px 16px;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  top: 57px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem 1.5rem;
  border-radius: 8px;
  border: 0;
  min-width: 300px;
  max-width: 90%;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding: 0.4rem 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #E46C15;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu {
  position: fixed;
  top: 80px;
  width: calc(100vw - 30px);
  border-radius: 8px;
  left: 15px;
  right: 15px;
  border: 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem 1.5rem;
  /* intro-card */
}
.navbar .navbar-nav .nav-item .large-dropdown-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -14px;
  left: 43vw;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .intro-card {
  position: relative;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .intro-card img {
  width: 100%;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .intro-card .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  padding: 1rem;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .intro-card .caption h3 {
  font-size: 22px;
  font-weight: 400;
  color: #222329;
  padding: 0;
  margin: 0 0 8px;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .intro-card .caption p {
  font-size: 16px;
  font-weight: 600;
  color: #222329;
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .pr-card:hover h3 {
  color: #E46C15;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .pr-card img {
  width: 100%;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .pr-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222329;
  padding: 0;
  margin: 16px 0 8px;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .pr-card h3 small {
  display: block;
  font-weight: 400;
  margin: 4px 0 0;
}
.navbar .navbar-nav .nav-item .large-dropdown-menu .pr-card p {
  font-size: 16px;
  color: #222329;
  padding: 0;
  margin: 0;
}
.navbar .social-nav .nav-item .nav-link {
  font-size: 20px;
  padding: 4px 10px;
  line-height: 1;
}

/* .navbar */
.banner {
  position: relative;
  background-color: #FFF9F5;
  /* .caption */
}
.banner video {
  width: 100%;
  height: calc(100vh - 76px);
  object-fit: cover;
  margin: 0;
  border: 0;
}
.banner .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1rem 2rem;
  text-align: center;
}
.banner .caption h1 {
  font-size: 50px;
  font-family: "DM Serif Display", serif;
  color: #fff;
  padding: 0;
  margin: 0 0 60px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
.banner .caption .logo {
  max-width: 340px;
  height: 80px;
  margin: 0 auto 0;
}
.banner .caption p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 30px 0;
}
.banner .caption .mc-ic img {
  width: 30px;
}

/* banner */
.member-logo {
  display: inline-block;
  max-width: 340px;
  max-height: 60px;
}

section {
  padding: 60px 0;
}

.weBuild {
  background-color: #FFF9F5;
  position: relative;
  /* .owl-carousel */
}
.weBuild .col-xl-10 {
  position: relative;
}
.weBuild h2 {
  font-size: 40px;
  font-family: "DM Serif Display", serif;
  color: #222329;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 200px;
  transform: rotate(-90deg);
  left: -130px;
  top: calc(50% - 100px);
}
.weBuild h3 {
  font-size: 30px;
  color: #222329;
  font-family: "DM Serif Display", serif;
  padding: 0;
  margin: 16px 0;
}
.weBuild h3 small {
  display: block;
  margin: 4px 0 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.weBuild p {
  font-size: 16px;
  color: #222329;
  margin: 0 0 30px;
  line-height: 24px;
}
.weBuild .owl-carousel {
  /* .owl-nav */
  /* .owl-dots */
}
.weBuild .owl-carousel .owl-item {
  opacity: 0.6;
}
.weBuild .owl-carousel .owl-item.active {
  opacity: 1;
}
.weBuild .owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  margin: 0;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  left: -200px;
  right: 100px;
}
.weBuild .owl-carousel .owl-nav button {
  font-size: 18px !important;
  color: #222329;
}
.weBuild .owl-carousel .owl-nav button:hover, .weBuild .owl-carousel .owl-nav button:focus {
  background-color: transparent;
  color: #E46C15;
}
.weBuild .owl-carousel .owl-dots {
  margin: 60px 0 0;
}
.weBuild .owl-carousel .owl-dots .active button {
  color: #E46C15;
}
.weBuild .owl-carousel .owl-dots button {
  border: 0;
  box-shadow: 0;
  outline: 0;
  padding: 4px 16px;
  background-color: #FFF9F5;
  color: #222329;
  font-family: "DM Serif Display", serif;
  font-size: 20px;
}
.weBuild .owl-carousel .owl-dots button:hover, .weBuild .owl-carousel .owl-dots button:focus {
  outline: none;
  box-shadow: none;
  color: #E46C15;
}

/* .weBuild */
.smartHome {
  background-image: url(../images/smart-homes-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.smartHome label {
  margin: 4px 0;
  font-size: 14px;
  color: #222329;
  display: block;
  text-transform: uppercase;
}
.smartHome iframe {
  width: 100%;
  height: 230px;
}
.smartHome .card {
  background-color: #E46C15;
  padding: 1rem 2rem;
  height: 100%;
  border: 0;
}
.smartHome .card p {
  color: #fff;
  margin: 0 0 60px;
}
.smartHome .card .title {
  color: #fff;
}
.smartHome .container {
  position: relative;
}
.smartHome .container * {
  position: relative;
  z-index: 10;
}
.smartHome .watermark {
  font-size: 6rem;
  font-family: "DM Serif Display", serif;
  color: rgba(34, 35, 41, 0.1);
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: 0;
}

/* .smartHome */
.why {
  background-image: url(../images/why-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.why .title {
  color: #fff;
}
.why p {
  color: #fff;
  margin: 0 0 30px;
}
.why video {
  width: 100%;
  height: 350px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* .why */
.enquiry {
  background-color: #FFF9F5;
}
.enquiry .title {
  text-align: center;
}
.enquiry .title::before {
  left: calc(50% - 80px);
  background-color: rgba(255, 255, 255, 0.8);
}
.enquiry .form-select,
.enquiry .form-control {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #222329;
  padding: 1.625rem 0 0.625rem;
}
.enquiry .form-select:focus, .enquiry .form-select:hover,
.enquiry .form-control:focus,
.enquiry .form-control:hover {
  border-color: #E46C15;
  outline: none;
  box-shadow: none;
}

/* enquiry */
.homeGallery .title {
  text-align: center;
}
.homeGallery .title::before {
  left: calc(50% - 80px);
  background-color: #FFF9F5;
}
.homeGallery .item h4 {
  font-size: 16px;
  color: #222329;
  padding: 0;
  margin: 16px 0 4px;
}
.homeGallery .item .btn {
  background-color: transparent;
  color: rgba(34, 35, 41, 0.6);
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.homeGallery .item .btn i {
  vertical-align: middle;
}
.homeGallery .owl-carousel {
  /* .owl-dots */
}
.homeGallery .owl-carousel .owl-nav {
  margin: 30px 0 0;
  text-align: right;
}
.homeGallery .owl-carousel .owl-nav button.owl-next,
.homeGallery .owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  border: 0;
  box-shadow: 0;
  outline: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #222329;
  background-color: #fff;
  color: #222329;
  font-family: "DM Serif Display", serif;
}
.homeGallery .owl-carousel .owl-nav button.owl-next:hover, .homeGallery .owl-carousel .owl-nav button.owl-next:focus,
.homeGallery .owl-carousel .owl-nav button.owl-prev:hover,
.homeGallery .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
  box-shadow: none;
  color: #E46C15;
  border-color: #E46C15;
}

/* homeGallery */
.gallery-modal .modal-body {
  padding: 1rem;
  text-align: center;
  background-color: #222329;
}
.gallery-modal .modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #fff;
  z-index: 1000;
}
.gallery-modal .modal-body .carousel-inner {
  height: calc(100vh - 98px);
  display: flex;
  align-items: center;
}
.gallery-modal .modal-body img {
  display: block;
  max-height: calc(100vh - 98px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.gallery-modal .modal-body h5 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.gallery-modal .modal-body .carousel-indicators {
  margin: 0;
  bottom: -80px;
  overflow-y: auto;
  white-space: nowrap;
  text-align: center;
}
.gallery-modal .modal-body .carousel-indicators button {
  display: inline-block;
  width: 100px;
  height: 50px;
}
.gallery-modal .modal-body .carousel-indicators button img {
  width: 100px;
  height: 50px;
  object-fit: cover;
}

/* .gallery-modal */
.testimonial {
  background-color: #E46C15;
  padding-top: 120px;
}
.testimonial .title {
  color: #fff;
}
.testimonial .card {
  padding: 1rem 4rem 4rem;
  border: 0;
  border-radius: 0;
  position: relative;
  width: calc(100% - 60px);
  margin: 0 0 0 30px;
  background-color: #EE883F;
}
.testimonial .card::before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 200px;
  background-image: url("../images/home-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -176px;
  right: -30px;
  left: auto;
}
.testimonial .card::after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  background-color: #E46C15;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  position: absolute;
  left: -15px;
  bottom: -10px;
}
.testimonial .card img {
  width: 60px;
}
.testimonial .card h3 {
  font-size: 20px;
  font-family: "DM Serif Display", serif;
  padding: 0;
  margin: 0 0 0 16px;
  color: #fff;
}
.testimonial .card h3 small {
  display: block;
  font-family: "Open Sans", sans-serif;
}
.testimonial .card p {
  color: #fff;
  margin: 0;
}

/* testimonial */
.subscribe {
  padding: 60px 0;
  background-color: #FFF9F5;
}
.subscribe h2 {
  font-size: 40px;
  font-family: "DM Serif Display", serif;
  color: #222329;
  padding: 0;
  margin: 0 0 8px;
}
.subscribe p {
  font-size: 16px;
  color: #222329;
  margin: 0;
}
.subscribe .form-control {
  border-radius: 0;
  background-color: #FFF9F5;
}
.subscribe .form-control:hover, .subscribe .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #E46C15;
}

/* subscribe */
footer {
  padding: 30px 0 16px;
  background-color: #fff;
  background-image: url("../images/footer-bg-1.svg"), url("../images/footer-bg-2.svg");
  background-position: left top, right top;
  background-size: 200px, 300px;
  background-repeat: no-repeat;
}
footer h2 {
  font-size: 20px;
  font-family: "DM Serif Display", serif;
  margin: 0 0 16px;
}
footer ul.ic-ul {
  padding-left: 0;
  list-style: none;
}
footer ul.ic-ul li {
  position: relative;
  font-size: 16px;
  color: #222329;
  padding-left: 30px;
  margin: 0 0 4px;
}
footer ul.ic-ul li a {
  color: #222329;
  text-decoration: none;
}
footer ul.ic-ul li a:hover {
  color: #E46C15;
}
footer ul.ic-ul li i {
  position: absolute;
  left: 0;
}
footer h3 {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  color: #222329;
  margin: 0 0 16px;
}
footer .nav a {
  color: #222329;
  text-decoration: none;
  padding: 0;
  margin: 4px 0;
}
footer .nav a:hover {
  color: #E46C15;
}
footer .copy {
  font-size: 14px;
  color: rgba(34, 35, 41, 0.6);
  margin: 16px 0 0;
  text-align: center;
}

.pageBanner {
  position: relative;
}
.pageBanner .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 60px;
}
.pageBanner .caption h2 {
  font-size: 50px;
  font-family: "DM Serif Display", serif;
  padding: 0;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.pageBanner .caption .logo {
  height: 90px;
}
.pageBanner .carousel-control-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #222329;
  color: #fff;
  position: absolute;
  bottom: 60px;
  right: 120px;
  left: auto;
  top: auto;
  opacity: 1;
}
.pageBanner .carousel-control-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #222329;
  color: #fff;
  position: absolute;
  bottom: 60px;
  right: 60px;
  left: auto;
  top: auto;
  opacity: 1;
}

/* .pageBanner */
.about-who {
  padding: 0;
}
.about-who .title::before {
  background-color: #FFF9F5;
}

/* about-who */
.about-weOffer {
  background-color: #FFF9F5;
  background-image: url(../images/offer-bg.png);
  background-size: 30%;
  background-position: center right;
  background-repeat: no-repeat;
}
.about-weOffer .title::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.about-weOffer label {
  font-size: 16px;
  color: #222329;
  margin: 0 0;
}

/* about-weOffer */
.about-exproence {
  background-image: url("../images/exprience-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.about-exproence .container {
  background-color: #E46C15;
  padding-bottom: 100px;
  padding-top: 60px;
}
.about-exproence .container .title {
  color: #fff;
}
.about-exproence .container p {
  color: #fff;
  margin: 0;
}
.about-exproence .container h3 {
  font-size: 48px;
  font-family: "DM Serif Display", serif;
  margin: 0;
  padding: 0;
  color: #fff;
}
.about-exproence .container h3 small {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 4px 0 0;
}

/* .about-exproence */
.about-team {
  background-image: url("../images/team-bg.jpg");
  background-size: 20%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.about-team .title {
  text-align: center;
}
.about-team .title::before {
  background-color: #FFF9F5;
  left: calc(50% - 80px);
}
.about-team h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222329;
  padding: 0;
  margin: 0 0 16px;
}
.about-team p {
  font-size: 16px;
  margin: 0;
}

/* .about-team */
.specialOffer.border-bottom {
  border-bottom: 1px solid #DB8C52 !important;
}
.specialOffer.bg-orange-light .title::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.specialOffer .title {
  margin-top: 0;
}
.specialOffer .title::before {
  background-color: #FFF9F5;
}
.specialOffer img {
  width: 100%;
}
.specialOffer p {
  margin: 0 0 30px;
}

/* .specialOffer */
.contact {
  position: relative;
}
.contact::after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #E46C15;
  z-index: -1;
}
.contact .title::before {
  background-color: #FFF9F5;
}
.contact .form-floating {
  margin-bottom: 16px;
}
.contact .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #222329;
}
.contact .form-control:focus, .contact .form-control:hover {
  outline: none;
  border-color: #E46C15;
  box-shadow: none;
}
.contact textarea {
  height: auto !important;
}
.contact .card {
  padding: 2rem;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px rgba(228, 108, 21, 0.3);
}
.contact h3 {
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  margin: 0 0 16px;
  padding: 0;
  color: #222329;
}
.contact p {
  font-size: 16px;
  color: #222329;
}
.contact a {
  text-decoration: none;
  color: #222329;
}
.contact a .ri-whatsapp-fill {
  color: #0CEA1A;
  font-size: 22px;
  vertical-align: middle;
}
.contact a .ri-facebook-box-fill {
  color: #5279FA;
  font-size: 22px;
  vertical-align: middle;
}
.contact .plant {
  width: 16%;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* .contact */
.ginni-wel {
  background-image: url("../images/ginninderry-residence-bg.png");
  background-size: 35%;
  background-position: center left;
  background-repeat: no-repeat;
}
.ginni-wel .title {
  margin-top: 0;
}
.ginni-wel .title::before {
  background-color: #FFF9F5;
}

/* .ginni-wel */
.ginni-gallery {
  background-color: #FFF9F5;
}
.ginni-gallery .title {
  text-align: center;
}
.ginni-gallery .title::before {
  background-color: rgba(255, 255, 255, 0.6);
  left: calc(50% - 80px);
}

/* ginni-gallery */
.smartFeatures::before {
  content: "";
  width: 12vw;
  height: calc(100vh - 60px);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 60px;
}
.smartFeatures.security-bg::before {
  background-image: url(../images/security-bg.jpg);
}
.smartFeatures.light-bg::before {
  background-image: url(../images/light-control-bg.jpg);
}
.smartFeatures.light-bg .slider {
  top: 16.6666666667%;
}
.smartFeatures.climate-bg::before {
  background-image: url(../images/climate-control-bg.jpg);
}
.smartFeatures.climate-bg .slider {
  top: 33.3333333333%;
}
.smartFeatures.entertainment-bg::before {
  background-image: url(../images/entertainment-bg.jpg);
}
.smartFeatures.entertainment-bg .slider {
  top: 50%;
}
.smartFeatures.entrance-bg::before {
  background-image: url(../images/enterance-bg.jpg);
}
.smartFeatures.entrance-bg .slider {
  top: 66.6666666667%;
}
.smartFeatures .title {
  text-align: center;
}
.smartFeatures .title::before {
  background-color: #FFF9F5;
  left: calc(50% - 80px);
}
.smartFeatures .logo {
  max-height: 80px;
  max-width: 100%;
  margin: 30px 0;
}
.smartFeatures label {
  display: block;
  font-size: 16px;
  color: #222329;
  margin: 16px 0 60px;
}
.smartFeatures .nav {
  list-style: none;
  padding: 0 0 0 30px;
  position: sticky;
  top: 100px;
}
.smartFeatures .nav li {
  font-size: 16px;
  color: #222329;
  padding: 0;
  margin: 2rem 0;
  position: relative;
  cursor: pointer;
}
.smartFeatures .nav li.active {
  color: #E46C15;
}
.smartFeatures .nav li.active::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFF9F5;
  position: absolute;
  z-index: -1;
  left: 0;
  top: calc(50% - 24px);
}
.smartFeatures .slider {
  width: 3px;
  height: 16.6666666667%;
  background-color: #E46C15;
  position: absolute;
  left: 0;
  top: auto;
  transition: all 0.4s linear;
}
.smartFeatures .security,
.smartFeatures .lightControl,
.smartFeatures .climate,
.smartFeatures .entertainment,
.smartFeatures .entrance {
  padding: 60px 0;
  min-height: calc(100vh - 100px);
}

/* smartFeatures */
#videoModal .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}
#videoModal .modal-body {
  background-color: #222329;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}
#videoModal iframe {
  width: 60vw;
  height: 40vw;
  max-width: 100%;
  max-height: 95%;
  object-fit: cover;
}

label.error {
  position: relative !important;
  padding: 0 !important;
  margin: 8px 0 0 !important;
  color: #E46C15 !important;
}

/*--------------------------------------- media  queries----------------------------- */
@media only screen and (min-width: 1300px) {
  .testimonial .card::before {
    top: -150px;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonial .card::before {
    top: -176px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .title {
    font-size: 30px;
  }
  .navbar .navbar-brand img {
    height: 50px;
  }
  .banner .caption h1 {
    font-size: 36px;
    margin: 0 0 30px;
  }
  .banner .caption p {
    margin: 16px 0;
  }
  .weBuild h2 {
    left: -10px;
  }
  .weBuild .owl-carousel .owl-nav {
    top: 30%;
    left: 0;
    right: 16px;
  }
  .smartHome .card {
    padding: 1rem;
  }
  .why {
    background-position-x: 40%;
  }
  .testimonial .card {
    padding: 1rem 2rem 2rem;
  }
  .testimonial .card::before {
    top: -126px;
  }
  .pageBanner .caption {
    padding-bottom: 30px;
  }
  .pageBanner .caption h2 {
    font-size: 30px;
  }
  .specialOffer .title {
    margin-top: 50px;
  }
  .ginni-wel {
    background-size: 56%;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
  .title {
    margin: 30px 0 60px;
    font-size: 30px;
  }
  .title::before {
    bottom: -50px;
  }
  .navbar .navbar-brand img {
    height: 34px;
  }
  .navbar .navbar-nav .nav-item .large-dropdown-menu {
    width: 100vw;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 90px;
    height: 80vh;
    overflow-y: auto;
  }
  .banner .caption h1 {
    font-size: 26px;
    margin: 0 0 16px;
  }
  .banner .caption .logo {
    width: 250px;
  }
  .weBuild .owl-carousel .owl-dots button {
    padding: 4px 10px;
  }
  .weBuild .owl-carousel .owl-nav {
    left: 0;
    right: 0;
    top: -6%;
    justify-content: center;
  }
  .smartHome img {
    width: 100%;
  }
  .smartHome label {
    text-align: center;
  }
  .smartHome .watermark {
    font-size: 4rem;
    bottom: 66px;
  }
  .testimonial {
    padding-top: 60px;
  }
  .testimonial .title {
    margin-bottom: 150px;
  }
  .testimonial .card {
    padding: 1.4rem 1rem 1rem;
  }
  .testimonial .card::before {
    height: 72px;
    top: -72px;
    right: -26px;
  }
  footer {
    background-image: none;
  }
  footer .nav a {
    font-size: 14px;
  }
  .pageBanner .caption {
    padding: 0 0 16px;
  }
  .pageBanner .caption h2 {
    font-size: 26px;
  }
  .pageBanner .caption .logo {
    height: 40px;
  }
  .pageBanner .carousel-control-next {
    width: 30px;
    height: 30px;
    bottom: auto;
    top: 16px;
    right: 16px;
  }
  .pageBanner .carousel-control-prev {
    width: 30px;
    height: 30px;
    bottom: auto;
    top: 16px;
    right: 60px;
  }
  .testimonial .card {
    width: calc(100% - 30px);
    margin: 0 0 0 15px;
  }
  .specialOffer.bg-orange-light .title::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .specialOffer .title {
    margin-top: 30px;
  }
  .specialOffer .title::before {
    background-color: rgba(228, 108, 21, 0.1);
  }
  .contact .form-control {
    background-color: transparent;
  }
  .contact .plant {
    width: 26%;
  }
  .ginni-wel .title::before {
    bottom: 0;
  }
  .smartFeatures::before {
    display: none;
  }
  .security,
  .lightControl,
  .climate,
  .entertainment,
  .entrance {
    padding: 30px 0 !important;
    min-height: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar {
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #FFF9F5;
  }
  .navbar .navbar-nav .nav-item.active::before {
    display: none;
  }
  .navbar .navbar-nav .nav-item.active .nav-link {
    color: #E46C15;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1rem 1rem 0;
    text-align: right;
  }
  .navbar .social-nav {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}

/*# sourceMappingURL=style.css.map */
