/* * Bootstrap v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

body {
  font-family: "Lato", sans-serif;
  font-family: "Poppins", sans-serif;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}
#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
.wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: transparent;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* 18/11/2021 */

.social-media {
  display: inline-block;
}
.social-media p a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.1);
  background: #f37021;
  text-decoration: none;
}
.social-media p a span {
  color: white;
}
.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ftco-navbar-light {
  background: #fff !important;
  z-index: 3;
  padding: 0;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 0.9rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
  visibility: visible;
  background-color: #f37021;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #f37021;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}
.quts {
  font-family: "Poppins", sans-serif;
  background-color: #f37021;
  border-color: #f37021;
  font-size: 2rem;
  font-weight: 300;
  padding: 1.11rem 2rem;
  border-radius: 0px;
}
.quts:hover {
  background-color: #f37021;
  border-color: #f37021;
}
.headingsection h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.headingsection h2 span {
  color: #f37021;
}
.headingsection p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.tabulation-2 .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: #f37021;
}
.tabulation-2 .nav-pills .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  background: #fff;
  border-radius: 4px;
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  -webkit-box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
}
.tabulation-2 .tab-content {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
}
.tabcontnts p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 0.9rem;
  font-weight: 400;
}
img.abtsimg {
  width: 100%;
  border-radius: 5px;
}

/* 19/11/2021 */

.bgclrs {
  background: #ebecf1 !important;
}
.projctssection {
  padding: 3rem 0;
  position: relative;
}
.headsection h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.ftco-animate {
  opacity: 0;
  visibility: hidden;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.tabsections .leftmenu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.tabulation .tabsections .leftmenu a.active {
  color: #f37021;
  background: #ebecf1 !important;
  border-right: 1px solid transparent;
}
.leftmenu a {
  background: #ebecf1 !important;
  border-radius: 0;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  border-radius: 0px !important;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.leftmenu a:hover {
  color: #f37021;
}
.leftmenu:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tabcontns {
  background: linear-gradient(to bottom, #64463b0d 25px, #64463b0d 25px);
  border-radius: 10px 10px 10px 10px;
}
.tabcontns .retil_img {
  width: 100%;
  border-radius: 10px 10px 0 35px;
  margin: -1px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tabcontns .retail_img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.projectslide {
  padding: 20px 10px;
  -webkit-box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
  border-radius: 0px 0px 15px 15px;
}
.projectslide h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
}
.projectslide p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 57px;
}
.projectslide a {
  color: #f37021;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 500;
}
.projectslide a:hover {
  color: #000;
}
.dropcontent {
  color: #000;
}
.dropsection {
  position: relative;
}
.droplist a {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.droplist a:hover {
  color: #f37021;
}
.droplist {
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  background-color: #fff;
  border: none;
}
.nxtpgs {
  background-color: #f37021;
  border-color: #f37021;
}
.nxtpgs:hover {
  background-color: #f37021;
  border-color: #f37021;
}
.testimony-wrap .icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d9ba2b;
}
.testimony-wrap .icon span {
  color: #fff;
}
.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
}
.testimony-section .owl-dots {
  text-align: center;
}
.testimony-section .owl-dots .owl-dot.active {
  background: #d9ba2b !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}
.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}
.testimony-section .owl-carousel .owl-stage-outer {
  padding: 20px 0 0em 0;
  position: relative;
}
.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.img,
.blog-img,
.user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.text p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 0.95rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 54px;
}
.clientscts h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
.clientscts p {
  font-size: 0.9rem;
  margin-bottom: 0px;
}
.headsection p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 1rem;
  font-weight: 400;
  width: 62%;
  display: block;
  margin: 0 auto;
}
img.imgs {
  width: 100%;
}
.footer {
  position: relative;
  padding-top: 90px;
  background: #252525;
  color: #ffffff;
}
.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
  position: relative;
  margin-bottom: 45px;
}
.footer h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #f37021;
  letter-spacing: 0.5px;
}
.footer p {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #666666;
}
.footer h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #f37021;
}
.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: 0.3s;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  opacity: 0.5;
}
.footer .footer-link a:hover {
  color: #f37021;
  letter-spacing: 1px;
  text-decoration: none;
}
.footer .footer-contact p i {
  width: 25px;
}
.footer .footer-social {
  position: relative;
  margin-top: 20px;
}
.footer .footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid rgba(256, 256, 256, 0.3);
  border-radius: 60px;
  transition: 0.3s;
}
.footer .footer-social a i {
  font-size: 15px;
  color: #ffffff;
}
.footer .footer-social a:hover {
  background: #fdbe33;
  border-color: #fdbe33;
}
.footer .footer-social a:hover i {
  color: #030f27;
}
.footer .newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.footer .newsletter input {
  height: 50px;
  border: 2px solid #121518;
  border-radius: 0;
}
.footer .newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fdbe33;
  background: #121518;
  border-radius: 0;
  border: 2px solid #fdbe33;
  transition: 0.3s;
}
.footer .newsletter .btn:hover {
  color: #121518;
  background: #fdbe33;
}
.footer .footer-menu .f-menu {
  position: relative;
  padding: 15px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
  border-bottom: 1px solid rgba(256, 256, 256, 0.1);
}
.footer .footer-menu .f-menu a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-menu .f-menu a:hover {
  color: #fdbe33;
}
.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer .copyright {
  padding: 30px 15px;
}
.footer .copyright p {
  margin: 0;
  color: #ffffff;
}
.footer .copyright .col-md-6:last-child p {
  text-align: right;
}
.footer .copyright p a {
  color: #fdbe33;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer .copyright p a:hover {
  color: #ffffff;
}
.copybtnfotr {
  border-top: 1px solid #ccc;
  padding: 1rem 1rem 0.7rem;
  text-align: center;
}
.copybtnfotr p {
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
.copybtnfotr p a {
  color: #f37021;
  text-decoration: none;
}

/* 20/11/2021 */

.imglogo {
  margin-bottom: 10px;
}
.hero-wrap {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 496px;
}
.innerconts {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.6;
  background: #000000;
}
.innerconts h2 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.prjctlist p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.imgleft {
  background: linear-gradient(to bottom, #64463b0d 25px, #64463b0d 25px);
  border-radius: 10px 10px 10px 10px;
}
.imgleft .flat_img {
  width: 100%;
  border-radius: 10px 10px 0 35px;
  margin: -1px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contentblws {
  padding: 20px 10px;
  -webkit-box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
  border-radius: 0px 0px 15px 15px;
}
.contentblws h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  min-height: 45px;
}
.contentblws p {
  margin-bottom: 0px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #a5afb8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 65px;
}
.bredslits {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0.75rem 0rem;
}
.brdsections {
  background: #ebecf1;
}
.bredslits li a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.bredslits li {
  color: #f37021;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.bredslits li.active {
  color: #f37021;
}
.bredslits li a:hover {
  color: #f37021;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">>";
}
.innerdetail h2 span {
  color: #f37021;
}
.aminiteslist {
  display: flex;
  justify-content: space-between;
}
.aminiteslist ul {
  margin-bottom: 0px;
  list-style: none;
  padding: 0px;
  min-height: 300px;
}
.aminiteslist ul li {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.aminiteslist p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.aminiteslist ul li {
  padding: 0.2rem 0rem;
}
img.floor_img {
  border-radius: 4px;
  cursor: pointer;
}
.floorrow .floorplan {
  position: relative;
  overflow: hidden;
}
.floorrow .floorplan img {
  width: 100%;
}
.floorrow .serviceoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, 0.7);
  transition: 0.5s;
  opacity: 0;
  color: #fff;
}
.floorrow .floorplan:hover .serviceoverlay {
  opacity: 1;
}

/* 22/11/2021 */

.plusicons {
  font-size: 4rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.plusicons:hover {
  color: #fff;
  text-decoration: none;
}
.mapimg {
  width: 100%;  
  margin-bottom: 10px;
}
.mapaddrs p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
section.footrbtn {
  margin-bottom: 50px;
  text-align: center;
}
.ftrbtns {
  background-color: #f37021;
  border-color: #f37021;
}
.ftrbtns:hover {
  background-color: #f37021;
  border-color: #f37021;
}
.flrconts {
  margin-top: 10px;
  text-align: center;
}
.flrconts p {
  font-size: 1.1rem;
  font-weight: 500;
}
.divwdths {
  width: 50%;
}
span.bgiconclrs {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.1);
  background: #f37021;
  text-decoration: none;
  color: #fff;
  padding: 7px 9px;
}
.iconimgs {
  margin-right: 35px;
}
.iconamties {
  margin-top: 20px;
  text-align: center;
}

/* 24/11/2021 */

.bannercontents {
  position: absolute;
  top: 44%;
  width: 100%;
  text-align: center;
}
.bannercontents h3 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.bannercontents h3 span {
  color: #f37021;
}
.innerband {
  padding: 12px !important;
  position: unset !important;
}
img.logoimg.innerlogo {
  display: none;
}
.innermenulist {
  background-color: #fff;
  padding: 0px;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%); */
}
section.innersection {
  position: absolute;
  width: 100%;
  top: 72px;
  /* background-color: #f370211f; */
}
.droplist li a {
  color: #000 !important;
}
.socialmedia a {
  color: #fff !important;
  margin-right: 8px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
img.bandimg {
  width: 100%;
}
.img_bgclr {
  background-color: #fff;
}
.spndivtel {
  color: #fff;
  margin-right: 6px;
}
.bgclrinner {
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.79) 42%, rgba(30,30,30,0.79) 52%, rgba(81,81,81,0) 69%, rgba(102,102,102,0) 76%);
}
.indexbg {
  height: 120px;
  display: flex;
  align-items: center;
}
.indexlogo {
  width: 197px;
  height: 62px;
}
.img_bgclr a {
  margin-right: 0px !important;
}

/* 26/11/2021 */

.overlaybrghts {
  background: #000000a8;
  opacity: 0.3;
}

/* 29/11/2021 */

.galryimg h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.thumbimgs {
  width: 160px;
  height: 100px;
  border-radius: 0.5rem;
}
.galleryimage .imglist {
  position: relative;
  overflow: hidden;
}
.galleryimage .imglist img {
  width: 100%;
}
.galleryimage .serviceoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, 0.7);
  transition: 0.5s;
  opacity: 0;
  color: #fff;
}
.galleryimage .imglist:hover .serviceoverlay {
  opacity: 1;
}
.imglist {
  margin-bottom: 20px;
}
.mapaddrs h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* 30/11/2021 */

.abtsinner {
  position: unset !important;
  background: #252525;
}
.abtsection {
  padding: 10rem 0rem 3rem;
}
.abtsection p {
  font-family: "Poppins", sans-serif;
  color: #a5afb8;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.ftco-counter {
  overflow-x: hidden;
  position: relative;
  padding: 4em 0;
  background: #f37021;
}
.ftco-counter .text .icon span {
  font-size: 30px;
  font-weight: normal;
  color: #f37021;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ftco-counter .text span {
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}
.ftco-counter .text .number {
  line-height: 1;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.ftco-counter .text .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
.info-wrap {
  background: #f37021 !important;
}
.contact-wrap {
  background: #fff;
}
.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}
.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #fff;
}
.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.info-wrap .dbox .text {
  width: calc(100% - 50px);
}
.contacttext p {
  color: #fff;
  font-weight: 300;
  min-height: auto;
}
.contacttext p a {
  color: #fff;
  text-decoration: none;
}
.info-wrap h3 {
  margin-top: 5px !important;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.contact-wrap h3 {
  margin-top: 5px !important;
  font-size: 1.5rem;
  font-weight: 500;
}
.btnsndsmsg {
  background-color: #f37021;
  border-color: #f37021;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.btnsndsmsg:hover {
  background-color: #f37021;
  border-color: #f37021;
}
iframe.maplcts {
  width: 100%;
  height: 300px;
}
.suggest {
  padding: 1rem 0rem;
}
.dwnlds {
  background-color: #f37021;
  border-color: #f37021;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.dwnlds:hover {
  background-color: #f37021;
  border-color: #f37021;
}
.bouchr {
  text-align: right;
}
.enquryheads h2 {
  margin-top: 5px !important;
  font-size: 1.6rem;
  font-weight: 500;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom:0px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: none !important;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
button.owl-prev {
  background-color: #d9ba2b !important;
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  border-radius: 0.5rem;
  position: absolute;
  top: 40%;
}
button.owl-next {
  background-color: #d9ba2b !important;
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  border-radius: 0.5rem;
  position: absolute;
  top: 40%;
  right: 0px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}
button.owl-prev span {
  color: #fff;
  font-size: 29px;
  padding: 0rem 1rem;
}
button.owl-next span {
  color: #fff;
  font-size: 29px;
  padding: 0rem 1rem;
}

/* 23/12/2021 */

.abtsection h1 {
  font-family: "Poppins", sans-serif;
  color: #343a40;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
.gallry_img {
  transition: all ease-in-out 0.4s;
  border-radius: 10px 10px 0 35px;
}

/* 24/12/2021 */

.galryimg h2 {
  font-family: "Poppins", sans-serif;
  color: #343a40;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

/* 30/12/2021 */

.clsaminites ul {
  width: 50%;
}
.clsaminites {
  width: 100%;
}
  

/* Media Quiery Section Start */

@media (max-width: 575px) {
  .ftco-navbar-light {
    background: #000000 !important;
    position: relative;
    top: 88px;
    padding: 10px 15px;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #f37021;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    display: none;
  }
  .quts {
    font-size: 1.5rem !important;
  }
  .imgsects {
    padding: 0px !important;
  }

  /* 19/11/2021 */

  .tab-content {
    margin-top: 1.15rem;
  }
  .headsection p {
    width: auto !important;
  }

  /* 20/11/2021 */
  .wrap {
    padding: 8px 0;
    background-color: #202020;
  }
  .flatgrid {
    margin-bottom: 10px;
  }
  .flatgrid:last-child {
    margin-bottom: 0px !important;
  }

  /* 22/11/2021 */

  .mapaddrs {
    margin-top: 12px;
  }
  .floorgrid {
    margin-bottom: 20px;
  }

  /* 24/11/2021 */

  .bannerimg {
    height: 496px;
  }
  .bannercontents {
    top: 34% !important;
  }
  .bannercontents h3 {
    font-size: 2.2rem !important;
  }    
  .spndivtel {
    display: none !important;
  }
  .innersection {
    top: 0px !important;
  }
  img.bandimg {
    height: 575px;
  }
  .indexbg {
    height: auto !important;
  }

  /* 29/11/2021 */

  .thumbimgs {
    height: auto !important;
  }

  /* 30/11/2021 */

  .responsemb {
    margin-bottom: 20px;
  }
  .abtsection {
    padding: 5rem 0rem 3rem !important;
  }
  img.abtsimg {
    margin-bottom: 20px;
  }
  .contacttext p {
    word-break: break-all;
  }

  /* 1/12/2021 */

  .aminiteslist {
    display: block !important;
  }
  .divwdths {
    width: 100% !important;
  }
  .iconamties {
    margin-bottom: 20px;
  }
  .iconimgs {
    margin-right: 10px;
  }

  /* 30/12/2021 */

  .clsaminites div {
    display: block !important;
  }
  .clsaminites ul {
    width: 100% !important;
    margin-bottom: 20px;
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  .wrap {
    background: #202020;
    padding: 4px 0;
  }
  .ftco-navbar-light {
    background: #000000 !important;
    position: relative;
    top: 80px;
    padding: 10px 15px;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #f37021;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    display: none;
  }
  .quts {
    font-size: 1.5rem !important;
  }
  .imgsects {
    padding: 0px !important;
  }

  /* 19/11/2021 */

  .tab-content {
    margin-top: 1.15rem;
  }
  .headsection p {
    width: auto !important;
  }

  /* 22/11/2021 */

  .mapaddrs {
    margin-top: 12px;
  }
  .floorgrid {
    margin-bottom: 20px;
  }

  /* 24/11/2021 */

  .spndivtel {
    display: none !important;
  }
  .bannerimg {
    height: 496px;
  }
  .bannercontents {
    top: 34% !important;
  }
  .indexbg {
    height: auto !important;
  }
  img.bandimg {
    width: 100%;
    height: 437px;
  }
  .innermenulist {
    top: 8px !important;
  }

  /* 29/11/2021 */

  .thumbimgs {
    height: auto !important;
  }

  /* 1/12/2021 */

  .aminiteslist {
    display: block !important;
  }
  .divwdths {
    width: 100% !important;
  }
  .iconamties {
    margin-bottom: 20px;
  }
  .iconimgs {
    margin-right: 10px;
  }
  
  /* 30/12/2021 */

  .clsaminites div {
    display: block !important;
  }
  .clsaminites ul {
    width: 100% !important;
  }


}

@media (min-width: 768px) and (max-width: 991px) {
  .ftco-navbar-light {
    background: #000000 !important;
    position: relative;
    top: 0px;
    padding: 10px 15px;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #f37021;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    display: none;
  }
  .quts {
    font-size: 1.5rem !important;
  }
  .imgsects {
    padding: 0px !important;
  }

  /* 19/11/2021 */

  .tabmobview {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tab-content {
    margin-top: 1.15rem;
  }
  .flatgrid {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  /* 24/11/2021 */

  .spndivtel {
    display: none !important;
  }
  .bannerimg {
    height: 496px;
  }
  .bannercontents {
    top: 45% !important;
  }
  .bannercontents h3 {
    font-size: 2.4rem !important;
  }
  
  /* 29/11/2021 */

  .thumbimgs {
    height: auto !important;
  }

  /* 30/11/2021 */

  .contacttext p {
    word-break: break-all;
  }

  /* 1/12/2021 */

  .iconimgs {
    margin-right: 20px;
    width: 40px;
    height: 40px;
  }
  .aminiteslist ul {
    min-height: 332px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 9px !important;
  }

  /* 19/11/2021 */

  .leftmenu a {
    font-size: 14px !important;
  }

   /* 24/11/2021 */

   .bannercontents h3 {
    font-size: 2.5rem !important;
  }

   /* 30/11/2021 */

   .contacttext p {
    word-break: break-all;
  }

}

@media (min-width: 1200px) {
}

/* Media Quiery Section End */
