@font-face {
	font-family:'Neue Haas Unica Pro';
    src: url('font/Neue%20Haas%20Unica%20Pro.eot');
	src: url('font/Neue%20Haas%20Unica%20Prod41d.eot?#iefix') format('embedded-opentype'),
		url('font/Neue%20Haas%20Unica%20Pro.woff2') format('woff2'),
		url('font/Neue%20Haas%20Unica%20Pro.woff') format('woff'),
		url('font/Neue%20Haas%20Unica%20Pro.ttf') format('truetype'),
		url('font/Neue%20Haas%20Unica%20Pro.svg#Neue Haas Unica Pro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
	font-family:'NeueHaasUnicaPro-Light';
    src: url('font/NeueHaasUnicaPro-Light.eot');
	src: url('font/NeueHaasUnicaPro-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('font/NeueHaasUnicaPro-Light.html') format('woff2'),
		url('font/NeueHaasUnicaPro-Light.woff') format('woff'),
		url('font/NeueHaasUnicaPro-Light.ttf') format('truetype'),
		url('font/NeueHaasUnicaPro-Light.svg#NeueHaasUnicaPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
@font-face {
	font-family:'NeueHaasUnicaPro-Bold';
    src: url('font/NeueHaasUnicaPro-Bold.eot');
	src: url('font/NeueHaasUnicaPro-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('font/NeueHaasUnicaPro-Bold.woff2') format('woff2'),
		url('font/NeueHaasUnicaPro-Bold.woff') format('woff'),
		url('font/NeueHaasUnicaPro-Bold.ttf') format('truetype'),
		url('font/NeueHaasUnicaPro-Bold.svg#NeueHaasUnicaPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
body, html {
  font-size: 14px;
  font-family:'Montserrat';
  font-weight: 400;
  color: #2b2a2a;
  margin: 0;
  padding: 0;
}
.copyright p{
  color: rgb(204, 204, 204);
}
p{
  font-size: 16px;
}
body {
  position: relative;
}

::-moz-selection {
  background: #292f36;
  color: #fff;
}

::selection {
  background: #292f36;
  color: #fff;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.rera{position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 10px;
    padding: 5px;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  /* font-family:"Derivia"; */
  font-weight: 700;
  color: #121212;
  margin: 0;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 40px;
  font-weight: bolder;
}

h3, .h3 {
  font-size: 2.9rem;
}

h4, .h4 {
  font-size: 2.5rem;
}

h5, .h5 {
  font-size: 1.467rem;
}

h6, .h6 {
  font-size: 16px;
}

p {
  line-height: 1.5;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  h3, .h3 {
    font-size: 2.1rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section .section-heading {
  text-align: left;
  margin-bottom: 30px;
}

.section-heading h2 ,.section-heading h3{
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  font-family: 'Montserrat';
  position: relative;
}

.section .section-heading h3{
  color: #000000;
}
.section .section-heading h3 span {
  color: #000000;
}

.section .section-heading h2 span {
  color: #000000;
}

.section .section-heading h4 {
  font-family:'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7C7885;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}
.white{
  color: white!important;
}
.inner-header-title:after {
  width: 100%;
  background: rgba(255, 255, 255, .2);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #000000;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-light-grey {
  background: #F9F9FB;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.bg-overlay {
  z-index: 1;
  padding: 80px 0 100px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.4;
  background: #5a565600;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 1.5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #121212;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: none;
  width: 25px;
  height: 7px;
  margin: 0 5px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading h2 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.white-btn {
  font-weight: 500;
  padding: 16px 35px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #000 !important;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.white-btn:hover {
  background: transparent;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: pulseWhite 1s 1 ease-in-out forwards;
          animation: pulseWhite 1s 1 ease-in-out forwards;
}

.primary-btn {
  font-weight: 500;
  padding: 10px 25px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
  border: 1px solid #000000;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
          box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
          margin: 10px 0;
}

.primary-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #c95317;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: #0000008e;
}
.outline-btn {
  font-weight: 500;
  padding: 10px 25px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background: #fffffffa;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px ;
  border: 1px solid #000000;
  color: #000000 !important;
}

.outline-btn:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
  -webkit-animation: pulsePrimary 1s ease-in-out forwards;
          animation: pulsePrimary 1s ease-in-out forwards;
}
.filled-btn {
  font-weight: 500;
  padding: 10px 25px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background: #000000;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px ;
  border: 1px solid #000000;
  color: #ffffff !important;
}

.filled-btn:hover {
  background: #fffffffa;
  border: 1px solid #000000;
  color: #000000 !important;
  -webkit-animation: pulsePrimary 1s ease-in-out forwards;
          animation: pulsePrimary 1s ease-in-out forwards;
}

.scroll-top-btn {
  bottom: 0;
  opacity: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 144;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #121212;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */

body[style], header[style] {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.comment-block-mt {
  margin-top: 30px;
}
.dnone{display: none !important;}
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
 
  .none{display: none !important;}
  .dnone{display: block !important;}
}

/* ---------------------------------------------------------------- */
/* =========== gallery section start =========== */

.gallery_bg {
  padding: 90px 0;
}

.gallery_bg .gallery_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60vh;
}

.gallery_bg .gallery_img h3 {
  color: #000000;
  /* opacity: .6; */
  -webkit-text-stroke: 1px #fff;
  position: relative;
  left: 30px;
  top: 14px;
}

.gallery_bg .gallery_img {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  position: relative;
  border: 2px solid #ecebeb;



  &:hover {
    flex: 7;

  }
}

.gallery_bg .gallery_img_1 {
  background-image: url('../images/g1.png');
}

.gallery_bg .gallery_img_2 {
  background-image: url('../images/g2.png');
}

.gallery_bg .gallery_img_3 {
  background-image: url('../images/g3.png');
}

.gallery_bg .gallery_img_4 {
  background-image: url('../images/g4.png');
}

.gallery_bg .gallery_img_5 {
  background-image: url('../images/g5.png');
}
.gallery_bg .gallery_img_6 {
  background-image: url('../images/g6.png');
}

.gallery_img .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 188px;
  height: 38px;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: 0.3s;
  transform: scale(0);
}


.gallery_img:hover .overlay {
  transform: scale(1);
  transition: 0.3s;
}

.gallery_img .overlay a {
  color: #000;
  font-size: 15px;
  transition: 0.3s;
}

.gallery_img .overlay a i {
  color: #ffffff;
  font-size: 19px;
  background-color: #ae8d45;
  padding: 7px;
  margin-left: 13px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


#unit-plan .item {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}
.floor_plan_img img {
  opacity: 0.5;
  filter: blur(4px);
}
.floor_plan_box h5 {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 300;
  background-color: #2e2e2d;
}
.btan {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 17px 40px;
  color: #ffffff;
  background: #000000;
  border-radius: 42px;
  z-index: 99;
}
.btan:hover{
  color: #ffffff;
  background: #c55117;
}
.overlay .btan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  display: flex;
  text-align: center;
  width: 182px;
  height: 51px;
  margin: auto;
}
.floor_plan_img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  display: flex;
  text-align: center;
  width: 182px;
  height: 47px;
  margin: auto;
}
.btan::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* =========== gallery section end =========== */


/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#preloader-wrap .gooey {
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  position: absolute;
  -webkit-filter: contrast(20);
          filter: contrast(20);
  margin: -20px 0 0 -71px;
  background: #fff;
}

#preloader-wrap .gooey .dot {
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
  position: absolute;
  background: #000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
          animation: dot 2.8s infinite;
}

#preloader-wrap .gooey .dots {
  margin-top: 12px;
  margin-left: 31px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dots 2.8s infinite;
          animation: dots 2.8s infinite;
}

#preloader-wrap .gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
  background: #000;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);

}

.header .navbar-brand {
  padding: 0;
  color: #2e2e2d;
  margin-right: 0;
  text-transform: capitalize;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: inline;

}

.header .nav-item .nav-link {
  color: #2e2e2d;
  font-weight: 600;
  padding: 18px 18px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  font-size: 16px;
}

.header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #59773e;
}

.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: #2e2e2d;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item:hover > a {
  color: #516b3a;
  opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #3e3e3b;
  border-bottom-color: #3e3e3b;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 0;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
 
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

/* Header Shrink */
.header-shrink {
  border-bottom: none;
  padding: 0;
  background: #ffffff!important;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header-shrink .nav-item:hover .nav-link {
  color: #2e2e2d;
}

.header-shrink .nav-item .default-nav-btn {
  border-color: #2e2e2d;
}

.header-shrink .nav-item .default-nav-btn span {
  z-index: 1;
  color: #2e2e2d;
}

.header-shrink .nav-item .default-nav-btn:hover {
  color: #2e2e2d;
}

.header-shrink .nav-item .default-nav-btn:hover span {
  color: #2e2e2d;
}

.header-shrink .nav-item .default-nav-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header-shrink .nav-item .default-nav-btn:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  background: #3e3e3b;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header-shrink .nav-item .nav-link {
  color: #2e2e2d;
  opacity: 1;
  font-weight: 700;
}

.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
  color: #2e2e2d;
}

.header-shrink .nav-item .nav-link:after {
  background: #2e2e2d;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #2e2e2d;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #2e2e2d;
}

.header-shrink .white-btn {
  color: #fff !important;
  background: #3e3e3b;
  border: 1px solid #3e3e3b;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
          box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
}

.header-shrink .white-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #444445;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .modal-header {
    display: block;
  }
  .modal-header img{
    margin: 0 auto;
    display: block;
  }
  .close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.hero-inner ul li {
  margin-left: 15px!important;
}
  .hero-banner {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/g4.jpg);
    margin-left:-6px;
  }
  .navbar-brand img{
    width: 104px;
  }
  .col-xs-6 {
    width: 50%!important;
}
.div-line {
  border-right: 1px solid #fff;
}

.m-banner {
  display: block;
}
.fixed-footer-cust a:hover {
  color: #e0e0e0;
  }
.fixed-footer-cust {
  background: #111212;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  color: white;
  box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  z-index: 99;
}
.fixed-footer-cust .btn {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0;
  min-height: auto;
}
.fixed-footer-cust a {
  color: white;
}
.fixed-footer-cust .icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
    display: block;
    margin: auto;
}
.fixed-footer-cust .btn .icon_bg {
  height: 40px;
  width: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-top: -10px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);

}
.d_sm_flex {
  display: flex!important;
}
  .header .container {
    max-width: 100%;
    padding: 0;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .main-menu .navbar-nav {
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
  }
  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .header .main-menu .navbar-nav .nav-link {
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #eee;
  }
  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #000000;
    color: #fff !important;
    border-color: #000000;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #000000;
    color: #fff !important;
    border-color: #000000;
  }
  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #edeffe;
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #000000;
  }
  .header .dropdown-toggle:before {
    top: 22px !important;
    right: 20px !important;
  }
  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 11px !important;
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .header .search-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 60px;
  }
  .header.header-shrink .search-btn-mobile {
    color: #000;
  }
  .header .search-btn-resp {
    display: none;
  }
  .navbar-btn-resp {
    display: none !important;
  }
  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #000000;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #000000;
  }
  .header-shrink .nav-item .nav-link:after {
    background: #000000;
  }
  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #000000;
  }
  .header-shrink .togler-icon-inner span {
    background-color: #000;
  }
}
.fixed-top .dnone{
  display: none;
}
.blur-effect{
  filter: blur(1.3px);

}
.blur{
  filter: blur(3px);
}
.blur:hover{
  filter: blur(2px);
  opacity: 0.75;
}
.opa{
  opacity: 0.75;
}
.opa:hover{
  opacity: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.custom-modal .modal-content .modal-header .modal-title {
  color: #2e2e2d;
  font-weight: 600;
  font-size: 20px;
  margin-left: 5px;
  align-items: center;
  vertical-align: middle;
}
.custom-modal .modal-content .modal-header button {
  opacity: 1;
}
.custom-modal .modal-content .modal-body {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.modal-content{
  padding: 20px;
}
.modal-content p{
  margin-bottom: 10px;
}
.form-control{
  margin-bottom: 10px;
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .modal-dialog {
    max-width: 500px;
    margin: 6.75rem auto;
  }
  .section {
    padding: 40px 0;
  }
  .embed-responsive {
   
    height: 360px;
  }
  .cntb {

    margin-top: 50px;
}
.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  background: #ffffff;
}
.hero-banner {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/bg/bg-hero.jpg);
  margin-left:-6px;
}
  .m-banner{
    display: none;
  }
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }
  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */


.hero-banner .hero-inner h6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.hero-banner .hero-inner h1 {
  margin-bottom: 30px;
  color: #fff;
}
.hero-banner .hero-inner h3{
 
  color: #fff;
}
.hero-banner .hero-inner h4{
  font-size: 20px;
  color: #fff;
  
}
.hero-banner .hero-inner h5{
  padding-top:20px; 
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  font-size: 30px;
}
.hero-banner .hero-inner h2 {
  text-shadow: none; 
  padding-top:0px; 
  font-size: 45px;
  font-weight: bold; 
   margin-bottom: 10px;
   color: #000000;
}
.hero-banner .hero-inner ul{
  margin-bottom: 30px;
}
.hero-banner .hero-inner ul li{
  color: rgb(0, 0, 0);
  font-size: 25px;
}

.hero-banner .hero-inner .btn-group .outline-btn {
  margin-right: 20px;
}

.hero-img {
  position: relative;
  text-align: right;
}

.hero-img img {
  text-align: right;
  display: inline-block;
}

#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#hero_video {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  z-index: 35;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero_video .hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

#hero_video .video-content {
  z-index: 27;
  position: relative;
}
.hero-inner ul li {
        margin-left: 31px;
    list-style: disc;
}
ul{
    list-style-position: inside;

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media (min-width: 772.98px) {
  table th{
    padding: 8px;
    color: #000;
    font-size: 22px!important;
  }
  .gallery_bg .gallery_img h3 {
    font-size: 50px;
  }
  .gallery_bg .gallery_wrap  {

    height: 67vh;
  }
  .hero-inner{
    margin-top: 30px;
    background-color: #ffffff81;
    width: 70%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .mt-desk{
    margin-top: 90px;
  }
  #contactus{
    background-image: url(../images/g5.png);
    padding: 30px 0px;
  }
  .header-shrink .logo2 {
    width: 180px;
    filter: invert(1);
  }
  .fixed-top .logo2 {
    width: 186px;
   
  }
  .header-shrink .logo1 {
    width: 186px;
  
  }
  .fixed-top .logo1 {
    width: 186px;
    filter: invert(0);
  }
 .m-banner{
      display:none!important;
  } 

    
}
@media only screen and (max-width: 771.98px) {
  .gallery_bg .gallery_img h3 {
    font-size: 30px;
  }
  .gallery_bg .gallery_wrap  {
    height: 47vh;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 8.75rem auto;
  }
  #unit-plan .owl-next {
    top: 35%!important;
    left: -3%!important;
  }
  #unit-plan .owl-prev{
    top: 35%!important;
    right: -3%!important;
  }
  #projects .col-lg-6{
    margin-right: 15px;
  }
  .contact .container-fluid{
    background-color: #53cbdd80;
  }
  #contactus{
    padding-bottom: 20px;
  }
  .contact-box{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact .info-box{
    margin-top: 30px;
  }
  
  #contactus .col-lg-6,#contactus .col-lg-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar {
    padding: 0.3rem .5rem 0 .5rem !important;
}
    .call .icon-c {
    border: 2px solid black;
    border-radius: 50%;
    height: 30px!important;
    width: 30px!important;
        font-size: 13px!important;
    display: inline-block;
    color: black;
    text-align: center;
    line-height: 26px!important;
    margin-right:10px!important;
    }
    .call a,.call .icon-c{
            display: inline-block!important;
    }
    .call{
            padding: 15px 0px !important;
    }
    .bg-overlay:before {
           opacity: 0.9;
    background: #000000;
}
    
    .call a ,.call a span{
    
    font-size: 20px!important;
    }
    .scroll-top-btn {
    bottom: 0;
    opacity: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    }
    .footer {
    background: #060606;
    margin-bottom: 40px;
    font-size: 14px;
}
.footer p{
  font-size: 14px;
}

    .highlight-inner p {
  
    margin: 13px 0px!important;
    }
    .fixed-top {
    
    background: #ffffff;
}
.card-price{
  margin-bottom: 20px;
}
.timeline-item h3 {
  line-height: 35px;
  padding: 0px  10px!important;
  width: 100%!important;
}

.embed-responsive {
  position: static;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#contactus {
  background-color: #ad551914;
}
.light{
  background-image: url(../images/g5.jpg);
  padding: 30px 0px;
  margin: 0px 15px;
  background-repeat: no-repeat;
  
}
.card-price .col-lg-6{
  padding: 0px 15px;
}
.cntb {
  background: rgb(255 255 255 / 89%);
  color: #000000;
  padding: 25px;
}
.header-shrink .logo2 {
  width: 180px;
  filter: invert(1);
}
.fixed-top .logo2 {
  width: 135px;
  filter: invert(0);
}
.header-shrink .logo1 {
  width: 180px;
  filter: invert(1);
}
.fixed-top .logo1 {
  width: 135px;
  filter: invert(0);
}
.header{
  padding: 0px 0!important;
}
.banner1{
  margin-top: 85px;
}
  .d-banner{
      display:none!important;
  }
 
  .hero-img-resp {
    display: none;
  }
  .hero-banner {
    position: relative;
    min-height: 50vh;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
.banner{
  display: none;
}
@media only screen and (max-width: 575.98px) {
 
  .bg-dark{
    padding: 30px 0px;
  }
.section {
    margin: 10px 0px!important;
}
  .bg-overlay {
    z-index: 1;
    padding:  0px 10px;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
  .banner{
    display: block;
    background-image: url(../img/bg/bg-hero-mob.jpg);
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    height: 158vh;
    position: relative;
  }
  .hero-banner .hero-inner h1 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 449.98px) {
  .hero-banner .btn-group {
    display: block;
  }
  .hero-banner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .hero-banner .hero-inner h5{
    padding-top:20px; 
    color: white;
    margin-bottom: 8px;
  }
  .hero-banner .hero-inner h2 {
    text-shadow: none; 
    padding-top:0px; 
    font-size: 35px;
    font-weight: bold; 
     margin-bottom: 18px;
     color: #ffffff;
  }
  .hero-banner .hero-inner ul{
    margin-bottom: 30px;
  }
  .hero-banner .hero-inner ul li{
    color: white;
    font-size: 20px;
  }
}


/* ---------------------------------------------------------------- */
/* 12.Location                                           
/* ---------------------------------------------------------------- */
.location-inner > h6 {
  color:#000000;
}
.location-inner > h4 {
  color:#000000;
  font-size: 18pt;
}

.location-inner h2 {
  line-height: 46px;
  margin-bottom: 20px;
}

.location-inner p {
  font-size: 12pt;
    padding-left: 7px;
    color: #000000;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    display: inline-block;
    width: 100%;
}
.location-inner ul {
  margin: 0 0 25px 0;
  font-size: 12pt;
  padding-left: 25px;
  color: #000000;
}
.location-inner li {
  list-style-type: disc;
  font-family:'NeueHaasUnicaPro-Light';
  
}



/* ---------------------------------------------------------------- */
/* 14.Watch Video                                   
/* ---------------------------------------------------------------- */
.video{
  width: 100%;
  height: 450px;
}

/* =======================amenities style start ===================== */

.amenities_bg {
  position: relative;
}

.amenities_box {
  background: #ad551914;
  text-align: center;
  height: 100%;
  border: 1px solid #bbbdbb;
  min-height: 137px;
  padding: 11px 7px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 7px 8px;
  position: relative;
  border-radius: 5px;
}

.amenities_box h4 {
  color: #000000;
}

.amenities_box img {
  filter: grayscale(50%);
  transition: 0.3s;
}

.amenities_box:hover img {
  filter: grayscale(0%);
  transition: 0.3s;
}



.amenities_box .overlay_text {
  z-index: 1;
  position: relative;
}


.amenities_bg .amenities_over {
  font-size: 69px;
  position: absolute;
  line-height: 100px;
  font-weight: 600;
  z-index: 99;
  opacity: 0.2;
  text-transform: uppercase;
  left: 25px;
  writing-mode: tb-rl;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  height: 100%;
  text-align: center;

}

.amenities_bg .amenities_over h3 {
  color: #000000;
  font-size: 71px;
  letter-spacing: 15px;
}
.amenities_box h4 {
  color: #000000;
  font-size: 19px;
    font-weight: 300;
}

/* =======================amenities style end ===================== */


/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
 
  .video{
    width: 100%;
    height: 250px;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Footer                    
/* ---------------------------------------------------------------- */
.footer {
  background: #060606;
}

.footer .footer-top {
  padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-desc {
  color: #fff;
  opacity: 0.75;
  margin-bottom: 40px;
}

.footer .footer-top .footer-widget .footer-title {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
}

.footer .footer-top .footer-widget .footer-title:after {
  content: "";
  display: block;
  background: #fff;
  margin-top: 10px;
  width: 50px;
  height: 2px;
}

.footer .footer-top .footer-widget .footer-social-links a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 20px;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  color: #000000 !important;
  background: #fff;
  -webkit-animation: pulseWhite 1s 1 ease-in-out;
          animation: pulseWhite 1s 1 ease-in-out;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
  margin-bottom: 18px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li h6 {
  color: #fff;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li p {
  color: #fff;
  opacity: 0.75;
  vertical-align: middle;
}

.footer .footer-top .footer-widget .footer-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  font-weight: 700;
  margin-right: 15px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-top .footer-widget .footer-links li:hover:before {
  width: 20px;
}
.footer h5{
  color: #d5d5d5;;
 }
.footer .copyright {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* 23.Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #000000;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
  text-align: center;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* 24.Sidebar                             
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .mpb{
    text-align: center!important;
  }
  .padding-minus-10 {
    padding-bottom: 90px;
  }
 
}



/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
 
  .call{
    position: relative;color:#000000 !important;
  }
  .header .navbar-toggler .togler-icon-inner span {
    height: 3px;
    margin: 5px;
    width: 30px;
    display: block;
    background: #121212;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.spm{margin-top: 25px;}
.px-5{margin-left: -62px !important;}

td {
  text-align: left;
  padding: 14px 0px!important;
  font-size: 10px;
  color: #000;
  font-weight: bolder;
}
td {
  text-align: left;
  padding: 14px 0px!important;
  font-size: 10px;
  color: #000;
  font-weight: bolder;
}
td, th {
  text-align: center!important;
  
}
}

.px-5{margin-left: 65px;}

/*# sourceMappingURL=style.css.map */
.navbar {
  padding: 0.3rem 1rem 0 1rem;
}
a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.call{
  font-weight: 500;
  padding: 15px 18px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  color:#646464;
  font-size: 14px;
}
.cntb{   
   background: rgb(255 255 255 / 89%);
  color: #000000;
  padding: 25px;}
  label {
    display: inline-block;
    margin: 0.5rem 0;
}
.tblfnt{
  font-weight: 400;
  font-size: 20px;
}
td{
  text-align: left;
  padding: 8px 0;
  font-size: 15px !important;
  color: #000;
}

.timelines {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  justify-content: center;
  margin-right: 15%;
}


.timeline-item h3 {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 26px;
  width: 35%;
  color: #000000;
  font-weight: 700;
  text-decoration: underline;

}
.timeline-item i {
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
}
.timelines {
  display: contents;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  justify-content: center;
  margin-right: 15%;
}
.timeline-item {
  margin-top: -0.3em;
  display: -webkit-box;
  margin-bottom: 25px;
}
.highlight-inner ul{
  margin-bottom: 20px;
}
.highlight-inner li {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  /* padding-bottom: 10px; */
  border: 0px solid;
  margin: 5px 10px;
  padding: 2px 10px;
  text-align: left;

}

.highlight-inner li h4 {
  font-size: 20px;
  display: inline-flex;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  border: 4px solid #dbdbdb;
  padding: 2px 4px;
  margin-right: 10px;
}
.black{
  color: black;
}
.highlight-inner li .fa{
  color: white;
  padding: 8px 9px;
  background-color: #000000;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 10px;
  
}
.disc{
        text-align: justify;
}
 .disc label ,.disc label a{
    display: contents!important;
    font-size: 12px;
    color: #a1a1a1;

}
.disc input{
   display: inline-block;
   width: 10px;
   height: 10px;
   color: #a1a1a1;
}
.whatsapp-pop {
  position: fixed;
  top: 90%;
  left: 30px;
  z-index: 9;
}
.whatsapp-pop a {
  border-radius: 50%;
  text-align: center;
  padding: 23px 10px;
  background-color: #2db742;
  transition: 0.5s all;
}
.whatsapp-pop a img {
  max-width: 46px;
  margin-bottom: 5px;
}
.whatsapp-mini-text-img span {
  background-color: #ECC37E;
  color: black;
  padding: 15px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 8;
}

.contact-box{
  background-color: white;
  padding: 20px;
  align-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
.visit-form label{
  display: block;
  margin: 0.5rem 0;
  text-align: left;
  font-weight: 600;
}
.contact .info-box {
  color: #000000;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}
.contact .info-box i {
  font-size: 32px;
  color: #3d4242;
  border-radius: 50%;
  padding: 8px 9px;
  border: 1px dotted #323230;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box a {
  color: #3d4242;
  text-decoration: none;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.column{
  flex: 25%;
  max-width: 33%;
}
.img-hover-zoom{
  height: auto;
  overflow: hidden;
  border: 5px solid #ffff;
  position: relative;
}

.img-hover-zoom:last-child img{
  background-color: #ffffff;
}
.cover{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:#444;
  opacity: .4;    
}

.abs{
  position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: max-content;
    padding: 5px 20px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-weight: 500;
    color: #fff;
    font-weight: 600;
}
.img-hover-zoom .w-100{
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  transition:  transform .5s ease;
}
.img-hover-zoom:hover .w-100{
  transform: scale(1.1);
}
.Large{
  height: 332px;
  object-fit: cover;
}
.abs{
 
    font-size: 30px;
    font-weight: 600;
}
.medium{
  height: 218px;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .column{
      flex: 50%;
      max-width: 50%;
  }
}

@media screen and (max-width: 500px) {
  
  .primary-btn {
    font-weight: 500;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    background: #000000;
    transition: all 0.5s ease;
    text-transform: capitalize;
    color: #fff !important;
    border: 1px solid #000000;
    border-radius: 20px;
    box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
    margin: 10px 0;
}

  .highlight-inner li {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    /* padding-bottom: 10px; */
    border: 0px solid;
    margin: 5px;
    list-style: circle;
    display: flex;
    padding: 2px 5px;
    text-align: left;
}
.location-inner p {
  margin-left: 10px;
}
  .timeline-item {
    margin-top: -0.3em;
    display: flow!important;
    margin-bottom: 25px;
}
  .column{
      flex: 100%;
      max-width: 50%;
  }
  .column:last-child{
    flex: 100%;
    max-width: 100%;
    display: flex;
}

  .small{
    height: 100px;
  }
  .Large {
    height: 229px;
    object-fit: cover;
}
.medium {
  height: 150px;
}
.abs{

    font-size: 20px;
    font-weight: 600;
}
}
.card-price h6{
  font-size: 16px;
  margin-bottom: 8px;
}
.mb-10{
  margin-bottom: 7px;
}
.mt-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-price{
  background-color: #ad551914;
  padding: 20px;
}
.card-price h4{
  margin-bottom: 20px;
}
.card-price .img-card{
  width: 100%;
  height: 246px;
  object-fit: cover;
  background-size: cover;
}
table{
  width: 100%;
}
table tr td, table th{
text-align: center;
}
.Light-blue{
  background: #ad551914; 
  padding: 50px 0px;
}
.cardblack {
  color: black;
  float: right;
  line-height: 60px;
  font-weight: 800;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
