@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,.copyright p a{
  color: #0e0d0d;
}
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;
}


/* ---------------------------------------------------------------- */
/* 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: 10px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}

.text-right p{
  text-align: right!important;
}
/* ---------------------------------------------------------------- */
/* 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 h2 span {
  color: #070707;
}

.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: #6a825c;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-light-grey {
  background: #F9F9FB;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-minus-70 {
  padding-bottom: 70px;
}



/* ---------------------------------------------------------------- */
/* 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                                                     
/* ---------------------------------------------------------------- */

.primary-btn {
  font-weight: 500;
  padding: 10px 25px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #6a825c, #6C7A67 80%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
  border: 1px solid #6a825c;
  border-radius: 5px;
  -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: #6C7A67;
  -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: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px ;
  border: 1px solid #fff;
  color: #fff !important;
}

.outline-btn:hover {
  background: #6a825c;
  border: 1px solid #6a825c;
  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: #6a825c;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px ;
  border: 1px solid #6a825c;
  color: #ffffff !important;
}

.filled-btn:hover {
  background: #ffffff00;
  border: 1px solid #ffffff;
  color: #ffffff !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: #6C7A67;
  -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 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);
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.close{
  top: 13px;
  right: 16px;
  position: absolute;
}
.modal-header {
  display: -ms-flexbox;
  display: flow;
}
.custom-modal .modal-content {
  background: #f5e8eb;
}

.custom-modal .modal-content .modal-header {
  padding: 10px 20px;
  background: #f5e8eb;
  border-radius: 4px 4px 0 0;
  border: none;
}
#contact-popup-2 .form-control ,.cntb .form-control{

margin-bottom: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background: no-repeat;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #141414;

}
.custom-modal .modal-content .modal-header .modal-title {
  color: #0d0e0d;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    margin-left: 5px;
    line-height: 25px;
    align-items: center;
    vertical-align: middle;
}
.modal-body .form-control{
  margin-bottom: 15px;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
}
.modal-content img{
  margin: 0 auto;
}
.modal-content .disc label, .modal-content .disc label a {
  display: contents !important;
  font-size: 12px;
  color: #4c4c4c;
}
.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  color: #000000;
}
.form-popup-inner p{
  margin-bottom: 10px;
}
.custom-modal .modal-content .modal-body {
  padding: 30px;
  background: #f5e8eb;
  border-radius: 0 0 4px 4px;
}

.custom-modal .modal-content .modal-body .popup-form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  height: 60px;
  outline: none;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #000;
  background: #fff;
  padding: 0 20px 0 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
  outline: none;
  border-color: #6a825c;
}

.custom-modal .modal-content .modal-body .popup-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6a825c;
  font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
  height: auto !important;
  padding: 18px 20px 18px 60px !important;
}

body[style], header[style] {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.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;}
}



/* ---------------------------------------------------------------- */
/* 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: #4a6731;
  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: #4a6731;
  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: #4a6731;
  -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: #4a6731;
}

.header-shrink .nav-item .default-nav-btn {
  border-color: #4a6731;
}

.header-shrink .nav-item .default-nav-btn span {
  z-index: 1;
  color: #4a6731;
}

.header-shrink .nav-item .default-nav-btn:hover {
  color: #4a6731;
}

.header-shrink .nav-item .default-nav-btn:hover span {
  color: #4a6731;
}

.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: #4a6731;
  opacity: 1;
  font-weight: 700;
}

.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
  color: #4a6731;
}

.header-shrink .nav-item .nav-link:after {
  background: #4a6731;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #4a6731;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #4a6731;
}

.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;
}
  
  .navbar-brand img{
    width: 104px;
  }
  .col-xs-6 {
    width: 50%!important;
}
.div-line {
  border-right: 1px solid #fff;
}
.carousel{
  margin-top: 40px;
}
.m-banner {
  display: block;
}
#gallery img{
  height: 250px;
  object-fit: cover;
}

.relative .hero-inner{
  top: 2%;
  left: 4%;
}
.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: #6a825c;
    color: #fff !important;
    border-color: #6a825c;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #6a825c;
    color: #fff !important;
    border-color: #6a825c;
  }
  .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: #6a825c;
  }
  .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: #6a825c;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #6a825c;
  }
  .header-shrink .nav-item .nav-link:after {
    background: #6a825c;
  }
  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #6a825c;
  }
  .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;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .modal-dialog {
    max-width: 500px;
    margin: 4.75rem auto;
  }
  .section {
    padding: 60px 0;
  }
  .embed-responsive {
   
    height: 390px;
  }
  .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;
  }
  #gallery img{
    height: 350px;
    object-fit: cover;
  }
  .relative .hero-inner{
    top: 29%;
    left: 4%;
  }

  .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-inner ul li {
        margin-left: 31px;
    list-style: disc;
}
ul{
    list-style-position: inside;

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media (min-width: 772.98px) {
  th {
    font-size: 25px!important;
    }
  .w-100 {
    width: 100% !important;
    height: 604px;
    object-fit: cover;
}
  .absolute h2{
    text-shadow: none;
    padding-top: 0px;
    font-size: 25px;
    font-weight: bold;
    color: white!important;
    line-height: 40px;
  }
  .absolute h3{
    font-size: 35px;
    color: #e2f102;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .relative .hero-inner ul li {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .mt-desk{
    margin-top: 90px;
  }
  #contactus{
   background-color: #ffffff;
    padding: 30px 0px;
  }
  .header-shrink .logo2 {
    width: 180px;
    filter: invert(1);
  }
  .fixed-top .logo2 {
    width: 70px;
   
  }
  .header-shrink .logo1 {
    width: 186px;
  
  }
  .fixed-top .logo1 {
    width: 70px;
    filter: invert(0);
  }
 .m-banner{
      display:none!important;
  } 

    
}
@media only screen and (max-width: 771.98px) {
  th {
    font-size: 20px!important;
    }
  .absolute h2{
    text-shadow: none;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
    color: white!important;
    line-height: 30px;
  }
  .absolute h3{
    font-size: 25px;
    color: #ff9474;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .relative .hero-inner ul li {
    line-height: 11px;
        margin-bottom: 20px;
        font-size: 14px;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 2.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;
  }
 
  #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,.footer p a{
  font-size: 14px;
  color: #0e0d0d;
}

    .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;
}

.light{
  background-image: url(../images/g5.jpeg);
  padding: 30px 0px;
  margin: 0px 15px;
  background-repeat: no-repeat;
  
}
.card-price .col-lg-6{
  padding: 0px 15px;
}

.header-shrink .logo2 {
  width: 180px;
  filter: invert(1);
}
.fixed-top .logo2 {
  width: 63px;
  filter: invert(0);
}
.header-shrink .logo1 {
  width: 180px;
  filter: invert(1);
}
.fixed-top .logo1 {
  width: 63px;
  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 h2 {
    font-size: 14pt;
    font-weight: 300;
    line-height: 51px;
    font-family:'Montserrat';
    color: #fff;
    margin-bottom: 40px;
    text-shadow: 2px 2px #000000;
  }
}


/* ---------------------------------------------------------------- */
/* 12.Location                                           
/* ---------------------------------------------------------------- */
.location-inner > h6 {
  color:#6a825c;
}
.location-inner > h4 {
  color:#6a825c;
  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';
  
}

.single-service {
  padding: 10px;
  position: relative;
}

.lifestyle-bg {
  background: #f3f3f336;
  padding: 50px 0;
}

.lifestyle-bg p {
  padding: 0 10px;
  text-align: center;
  margin: 10px 0 !important;
  line-height: 13px !important;
  font-size: 14px;
  height: 12px;
}
.single-service img {
  display: block;
  height: 220px;
  object-fit: cover;
  width: 100%;
  margin: auto;
}
.single-service p{
  position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #6a825c;
    border: 1px solid black;
    padding: 5px 20px;
    font-weight: 500;
    color: #fff;
}

.about-img {
  text-align: right;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .about-img {
    text-align: center;
    margin-bottom: 0px;
  }
  .container p{
    text-align: justify;
  }
  #details .col-lg-4{
    margin-right: 15px;
}
  
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
 
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .carousel-item .w-100{
    height: 250px;
    background-size: cover;
    }
    .mt40{
      margin-top: 40px;
    }
    .nopad{
      padding: 0px;
    }
   
}

/* ---------------------------------------------------------------- */
/* 14.Watch Video                                   
/* ---------------------------------------------------------------- */
.video{
  width: 100%;
  height: 450px;
}


/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
 
  .video{
    width: 100%;
    height: 250px;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Footer                    
/* ---------------------------------------------------------------- */
.footer {
  background: #f5e8eb;
}

.footer .footer-top {
  padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-desc {
  color: #0e0d0d;
  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: #6a825c !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: #0e0d0d;;
 }
.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: #6a825c;
}

.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;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .mpb{
    text-align: center!important;
    margin: 0 auto;
  }
  .padding-minus-10 {
    padding-bottom: 90px;
  }
  
  .sidebar-pb-resp {
    padding-bottom: 90px;
  }
  .recent-post-item .recent-post-body .recent-post-title {
    line-height: 1.5;
    font-size: 1rem;
  }
}


/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .intro-hero-section .intro-hero-title {
    font-size: 1rem;
  }
  .intro-hero-section .intro-hero-title span {
    font-size: 2rem;
  }
  .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, th {
  text-align: left;
  padding: 14px 0px  !important;
  font-size: 10px !important;
  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, th {
  text-align: left;
  padding: 8px 0;
  font-size: 15px !important;
  color: #000;
}

.timeline-item i{
  font-size: 30px;
  text-align: center;
}
.timeline-item h3 {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 35px;
  width: 35%;
  color: white;
  font-weight: 700;

}


.timeline-item {
  margin-top: -0.3em;
  display: -webkit-box;
  margin-bottom: 10px;
  padding: 20px;
  background: #6a825c;
  color: white;
}
.timeline-item:last-child{
  margin-bottom: 0px;
}
.highlight-inner ul{
  margin-bottom: 20px;
}
.highlight-inner li {
  color: black;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  border: 0px solid;
  margin: 5px 10px;
  padding: 2px 10px;
  text-align: left;

}
.highlight-inner li:before{
  content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    line-height: 10px;
    font-size: 17px;
    font-weight: bolder;
    background: white;
    width: 20px;
    height: 20px;
    color: #000000;
    border: 3px solid #6a825c;
    border-radius: 100%;
    padding: 0px 4px;
    margin-right: 10px;
    margin-top: 9px;
}
.black{
  color: black;
}
.highlight-inner li .fa{
  color: white;
  padding: 8px 9px;
  background-color: #6a825c;
  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;

}
.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: 26px;
  color: #ffffff;
  background: #6C7A67;
  border-radius: 50%;
  padding: 8px 9px;
  border: 1px dotted #6C7A67;
}
.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;
  text-align: center;
  color: #3d4242;
}
.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: #000000ad;
  opacity: .9; 
}

.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);
}

.abs{
 
    font-size: 30px;
    font-weight: 600;
}


@media screen and (max-width: 500px) {
  
  .primary-btn {
    font-weight: 500;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    background: #6a825c;
    transition: all 0.5s ease;
    text-transform: capitalize;
    color: #fff !important;
    border: 1px solid #6a825c;
    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;
}

.abs{

    font-size: 20px;
    font-weight: 600;
}
}
.card-price h6{
  font-size: 15px;
  margin-bottom: 7px;
}
.mb-10{
  margin-bottom: 7px;
}
.mt-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

table{
  width: 100%;
}
table tr td, table th{
text-align: center;
}
.Light-red{
  background: #f5e8eb; 
  padding: 50px 0px;
}
.Light-blue{
  background: #f5e8eb; 
  padding: 50px 0px;
}
.cardblack {
  color: black;
  float: right;
  line-height: 60px;
  font-weight: 800;
}


/* -----------New Css-------------- */
.g-0{
  padding: 0px;
}
.relative{
  position: relative;
}
.relative img{
  box-shadow: 1px 1px 25px #e0e0e0;
}
.absolute{
  position: absolute;
}
td, th {
  text-align: left;
  padding: 8px;
  font-size: 12pt;
  color: #000;
  border: 1px solid #c7c7c7;
}

.card-price .img-card{
  width: 100%;
  height: 300px;
  object-fit: cover;
  background-size: cover;
}

.relative .hero-inner .btn-group .outline-btn {
  margin-right: 20px;
}
.relative .hero-inner ul li {
  margin-left: 31px;
  list-style: disc;
}
.floor-plan-cnt {
  height: 100%;
  display: flex;
  align-items: center;
}
.section-link {
  top: -4.3vw;
  height: 4.3vw;
}
.lmap {
  width: 100%;
  height: 32.5vw;
  border: 2px solid #d7d7d7;
}
.floor-plan {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-40{
  margin-top: 34px;
}
.cntb {
  background: rgb(255 255 255 / 89%);
  color: #000000;
  padding: 25px  20px;
}
.location-inner{
  width: 100%;
  overflow-x: hidden;
}
.specific {
  border: 1px solid #c5c5c5;
  overflow-y: hidden;
}
.webkit__scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #d7d7d7;
}
.webkit__scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color:#868686;
}
.specific .other-info {
  max-height: 494px;
  color: #ffffff;
  overflow-y: auto;
  margin: 10px;
}


@media only screen and (max-width: 991.98px) {
  .specific .other-info {
    max-height: 100%;
  }
  .single-service img {
    display: block;
    height: 150px;
  
}
.highlight-inner ul {
  margin-bottom: 0px;
}
.timeline-item h3 {
  text-align: center;
}
}
.bg-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  position: absolute;
  background: #00000080;
}