﻿@font-face {
  font-family: Fontello;
  src: url(../font/fontello.woff);
  font-weight: normal;
  font-style: normal;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
h1,
h2,
h3{
    font-family: 'Maven Pro', sans-serif;
}
a{
    text-decoration: none !important;
    transition: .3s ease;
}
i{
    font-family: fontello;
    font-style: normal;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.white {
    color: #fff !important;
}
.sticky {
    border-bottom: 1px solid #000 !important;
}
textarea {
    resize: none;
}

::selection {
	background-color: #333;
	color: #ffffff;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
::-webkit-scrollbar-thumb {
	background: #333;
	-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}
::-webkit-scrollbar-track {
	background: #FFFFFF;
	-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
	border: 1px solid #D8D8D8;
}

.mt-xs-3 {
    margin-top: 0 !important;
}

.bg-dark {
    background-color: #191d26 !important;
}

/* #BACK TO TOP
================================================== */
#back-to-top {
	z-index: 9999;
	position: fixed;
	right: 25px;
	bottom: 80px;
	opacity: 0;
}

.backtop {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.2s ease-out;
	background-color: #000;
	font-size: 20px;
}
.backtop i {
	font-size: 25px;
	font-weight: 600;
	vertical-align: bottom;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top:hover {
    background-color: rgba(0,0,0, 0.7);
}

/* #Navigation
================================================== */
.cd-header {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    z-index: 1200;
}
.nav-but-wrap {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 26px;
    transition: all 0.3s ease-out;
}
.menu-icon {
    width: auto;
    height: auto;
    position: fixed;
    top: 15px;
    z-index: 2;
    cursor: pointer;
    display: block;
}
.menu-icon.hover-target img {
    width: 87%;
}
.nav {
    position: fixed;
    z-index: 98;
}
.nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 21, 26,0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
    background: rgba(9,9,12,1);
    -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
    -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
ul.social-icon-on-nav-home {
    position: absolute;
    bottom: 50px;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 0%) !important;
}
ul.social-icon-on-nav-home li {
    float: left;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}
ul.social-icon-on-nav-home li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 20px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
ul.social-icon-on-nav-home i {
    color: #B19764;
}
ul.social-icon-on-nav-home a:hover{
    background: #B19764;
}
ul.social-icon-on-nav-home a:hover i{
    color: #fff;
}
.nav_list-item a {
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 53px;
}
.close-icon a {
    color: #fff;
}
.nav_list-item a:hover {
    color: #B19764;
}
body.nav-active .nav_content {
    visibility: visible;
}
body.nav-active .nav {
    visibility: visible;
    z-index: 1100;
}
body.nav-active .nav:before, body.nav-active .nav:after {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    border-radius: 0;
}
body.nav-active .nav_list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: .1s cubic-bezier(0.04, 0.01, 1, 0.99)
}
body.nav-active .nav_list-item a{
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
body.nav-active .nav_list-item img {
    max-height: 170px;
}

.logo-on-nav-home a {
    display: inline-block;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.logo-on-nav-home {
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%) !important;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.close-icon {
    position: absolute !important;
    right: 35px;
    top: 25px;
    z-index: 110;
}
.close-icon a {
    font-size: 20px;
}
/*------------- End Menu design---------------*/


section#home-main {
    display: flex;
    align-items: stretch;
}
.home-left-space {
    width: 121px;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    min-height: 100vh;
    position: relative;
    z-index: 3;
}
.home-contents {
    width: calc(100% - 121px);
    background: #fff;
}
.row.home-header-top {
    padding-top: 15px;
}
.home-top-logo a {
    display: inline-block;
    width: 300px;
    padding-left: 20px;
}
.home-nav-fixed-top.sticky .home-top-logo a {
    width: 220px;
}
.home-top-logo img {
    width: 100%;
}
.home-top-contact-number {
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
    padding: 20px 25px 20px 35px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #B19764;
}
.home-top-contact-number p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Maven Pro', sans-serif;
}
.home-top-contact-number a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
}
.home-top-contact-number i {
    color: #fff;
    font-size: 20px;
}
.slick-next {
    right: 0px;
}
.p-x-y-none{
    padding-right: 0px;
    padding-left: 0px;
}
span.slider-title-underline {
    position: absolute;
    width: 90px;
    height: 2px;
    background: white;
    left: 0;
    margin-top: 6px;
}
.golden-bg{
    background: rgba(177, 151, 100, 0.9);
    transition: .3s ease;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff !important;
    padding: 10px 25px;
    margin-top: 15px;
    cursor: pointer;
    border: 0 !important;
    box-shadow: 0 0 5px #B19764;
}
.golden-bg:hover{
    background: rgba(177, 151, 100, 1);
}
ul.slick-dots {
    background: transparent;
    position: absolute;
    width: auto;
    right: 40px;
    bottom: 50%;
    transform: translate(0%, 50%);
}
.slick-dots li {
    position: relative;
    display: inherit;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    position: inherit;
    content: inherit;
}
ul.slick-dots li button {
    color: #fff !important;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 7px;
    transition: .3s ease;
    opacity: 1;
    border: 1px solid transparent;
}
ul.slick-dots .slick-active button {
    border: 2px solid #fff;
}
ul.slick-dots:after {
    position: absolute;
    content: '';
    top: -10px;
    left: 50%;
    width: 2px;
    height: 80px;
    background: white;
    transform: translate(-50%, -100%);
}
h5.sec-title-top {
    font-size: 14px;
    color: #B19764;
    position: relative;
    margin-bottom: 0;
    padding-left: 60px;
    text-transform: uppercase;
    display: inline-block;
}
h5.sec-title-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #B19764;
    transform: translate(0%, -50%);
}
.sec-title h2 {
    color: #1E1D22;
    font-size: 52px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 20px;
}
.sec-title h2.small {
    font-size: 42px;
}
.visit-plan-inputs {
    display: flex;
    justify-content: space-between;
}
.visit-plan-inputs input {
    height: calc(2rem + .75rem + 2px);
    border: 1px solid #B19764;
    width: 100%;
    margin-right: 10px;
    padding: 12px;
    margin-top: 15px;
    color: #FFF !important;
    font-size: 15px;
}

@-webkit-keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}
  
@keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}
  
.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.visit-plan-inputs input:focus {
    outline: none !important;
    border:1px solid #B19764;
    box-shadow: 0 0 5px #B19764;
}
.visit-plan-inputs input:last-child{
    margin-right: 0px;
}
.visit-plan-inputs input::placeholder{
    color: #333 !important;
    font-size: 15px;
    font-weight: 500px;
}
input.visit-plane-btn {
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    color: #333;
    box-shadow: 0 0 5px #fff;
}
.gray-hover{
    background:rgba(177, 151, 100, 0.9);
    transition: .3s ease;
}
.gray-hover:hover{
    background: rgba(177, 151, 100, 1);
    box-shadow: 0 0 5px #B19764;
}
.form-check input {
    margin-top: 3px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
section#visit-plan {
    background: rgba(234, 233, 232, 0.8);
    padding: 50px 0px;
}
label.form-check-label {
    color: #3F3E3E;
    font-size: 15px;
    margin-left: -20px;
    margin-bottom: 0;
    margin-top: 10px;
}
section#visit-plan h2 {
    font-size: 50px;
}
.form-check-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eae9e8;
    border: 1px solid;
}
.form-check-label input:checked ~ .checkmark:after {
    content: '\EB89';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: Fontello;
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

.welcome-sec-info .sec-title h2 {
    color: #1E1D22;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 20px;
}
section#welcome-section {
    padding: 70px 0px 30px 0;
}
.welcome-sec-text h4 {
    color: #3F3E3E;
    font-size: 17px;
    font-weight: 900;
    position: relative;
    padding-left: 40px;
    line-height: 25px;
    margin-bottom: 20px;
}
.welcome-sec-text h4:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #d28a3b;
    border-radius: 5px;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.welcome-sec-text p {
    color: #3F3E3E;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.welcome-sec-info {
    padding-left: 30px;
}


.gallery-section {
    background-color: #EFEFEF;
}
.gallery-section .col-12.col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gallery-section .gallery-sec-images {
    z-index: 1;
    background-color: #fff;
}
.gallery-section .item {
    display: block;
    width: calc(50% - 8px);
    margin: 4px;
    float: left;
}
.gallery-section .item img {
    width: 100%;
    max-height: 204px;
}
section#what-we-offer {
    padding: 70px 0px;
}
#what-we-offer .container-fluid {
    margin-top: 15px;
}
.doubel-side-border h5{
    position: relative;
    padding-right: 50px;
}
.doubel-side-border h5:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #B19764;
    transform: translate(25%, -50%);
}
.doubel-side-border h5 {
    margin: 0;
}
.amenities-images-hover {
    background: red;
    position: absolute;
}
.amenities-images img {
    width: 100%;
    position: relative;
}
.amenities-images {
    position: relative;
    transition: .3s ease;
}
.amenities-images-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #5454546e;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .3s ease;
}
.amenities-images:hover .amenities-images-hover{
    display: block;
}
.amenities-items:hover .amenities-items-overlay.top {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amenities-items:hover .amenities-items-overlay.right {
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amenities-items:hover .amenities-items-overlay.bottom {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amenities-items:hover .amenities-items-overlay.left {
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 
by default, overlay is visible… 
*/
.amenities-items-overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;

    background: rgba(0,0,0,0.5);
    color: #fff;
    overflow: hidden;
    text-align: center;
    /* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
    width: 100%; 

    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
…but this hide it
*/
.amenities-items-overlay.top {
    top: 100%;
}
.amenities-items-overlay.right {
    right: 200%;
    left: -100%;
}
.amenities-items-overlay.bottom {
    bottom: 100%;
}
.amenities-items-overlay.left {
    left: 100%;
}

.amenities-items {
    position: relative;
    float: left;
    margin: 0%;
    overflow: hidden;
    width: 100%;
    max-height: 400px;
}
.amenities-items img {
    width: 100%;
}
.amenities-items-overlay h3 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 48px;
    text-transform: uppercase;
}
.amenities-items-overlay p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
}
.amenities-items-overlay a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 30px 6px 20px;
    transition: .3s ease;
    position: relative;
}
.amenities-items-overlay a:hover{
    background: #fff;
    color: #1E1D22;
}
.amenities-items-overlay a i {
    position: absolute;
    right: 5px;
}
.p-r-0{
    padding-right: 0;
}
/*.appartment-info-slider-image img {
    width: 100%;
}*/
#appartment-info-slider .col-12.col-md-5 {
    display: flex;
    align-items: center;
}
.appartment-info-slider-content p {
    color: #3F3E3E;
    font-size: 18px;
    line-height: 25px;
}
.main-info-of-appartment h6 span {
    color: #333;
    font-weight: 600;
    display: inline-block;
}
.main-info-of-appartment h6 {
    color: #222;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #DFDFDF;
    line-height: 40px;
    margin-bottom: 0;
}
.main-info-of-appartment {
    /*width: 70%;*/
}
.appartment-info-slider-content {
    padding-left: 30px;
    padding-right: 45px;
}
#appartment-info-slider {
    padding: 70px 0px;
}
#appartment-info-slider ul.slick-dots {
    display: none;
}
/*.appartment-slider-wraper {
    cursor: pointer;
}*/
.appartment-slider.slick-initialized.slick-slider .slider-next-icon {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 30px;
    color: #727272;
    cursor: pointer;
}
.appartment-slider.slick-initialized.slick-slider .slider-prev-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 30px;
    color: #727272;
    cursor: pointer;
}

#explore{
    background-color: rgba(177, 151, 100, 1);
    padding: 50px 0px 30px;
    z-index: 0;
}
#explore iframe {
    height: 500px;
}
#explore:after{
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.explore-content h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 25px;
}
.explore-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.explore-content a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 5px 8px 15px;
    transition: .3s ease;
    position: relative;
}

.explore-content a:hover {
    background: #fff;
    color: #1E1D22;
}
.explore-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.location-map iframe {
    height: 450px;
}
#location .col-12.col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.location-info h5 {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    color: #000;
    margin-bottom: 15px;
}
.location-info p {
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 20px;
}
.location-info h4{
    font-size: 46px;
    font-weight: 300;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}
.location-info span {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
}
#location .col-12.col-md-8 {
    padding: 0;
}
section#footer {
    /*background: #3F3E3E;*/
    background: rgba(177, 151, 100, 1);
    color: #fff;
    padding: 50px 0px 0px;
}
.footer-info img {
    width: 180px;
    margin-bottom: 20px;
}
.footer-info p {
    font-size: 15px;
    line-height: 25px;
}
.footer-contact {
    float: right;
}
.full-custom-border {
    margin-top: 15px;
    border-top: 1px solid #fff;
    padding-top: 15px;
}
#footer p {
    font-size: 15px;
    line-height: 25px;
}
.footer-contact h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.development-copyright-text p {
    text-align: right;
}
.footer-contact p {
    margin-bottom: 0;
}
.footer-location-info {
    margin-top: 25px;
}
.header-social-links ul {
    padding: 0;
    margin: 0;
    position: absolute;
    left: -82px;
    top: 85%;
    transform: translate(0%, -50%);
    list-style: none;
}
.header-social-links ul li a {
    border: 2px solid;
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: -2px;
    color: #000000 !important;
}
.header-social-links ul li a i {
    font-size: 18px;
}
#header {
    position: relative;
    z-index: 999;
    background: #fff;
}
.header-social-links ul span {
    left: -12%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    transform: rotate(-90deg) translate(76%, -100%);
    width: 95px;
    top: -8%;
}
.header-social-links ul span:after {
    content: '';
    position: absolute;
    width: 70px;
    height: .5px;
    background: #000;
    right: -10px;
    top: 50%;
    transform: translate(95%, -50%);
}
.welcome-sec-image img {
    width: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
}

/* Home page style end --- Design by Kamrul H Supon*/

.navbar-brand img {
    width: 160px;
}

.navbar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #f8f9fa!important;
	-moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

/*.navbar.sticky ul.navbar-nav.m-auto li a, .navbar.sticky .call-us-main-menu p, .navbar.sticky button.navbar-toggler span {
    color: #000 !important;
}*/
ul.navbar-nav.m-auto li a {
    color: #000 !important;
    font-size: 17px;
    border: 1px solid transparent;
    padding: 5px 7px !important;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
}
ul.navbar-nav.m-auto li a:hover{
    border: 2px solid #B19764;
}
ul.navbar-nav.m-auto li.nav-item.active a {
    border: 2px solid #B19764;
}
.call-us-main-menu p {
    color: #000;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    font-family: 'Maven Pro', sans-serif;
}
.call-us-main-menu a {
    color: #B19764;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
}
.call-us-main-menu {
    display: flex;
    align-items: center;
}
.call-us-main-menu i {
    background: #B19764;
    padding: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: #fff;
}
.call-us-main-menu div {
    text-align: center;
}
.pages-header-title-bg img {
    width: 100%;
}
.pages-header {
    background-size: cover !important;
    background-position: center 50% !important;
    padding: 100px 0px;
    position: relative;
}
.pages-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000004e;
    left: 0;
    top: 0;
}
.pages-header-title h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 900;
}

.show-more {
    display:block;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    margin-top:20px;
    color:#0077C8;
    text-decoration:none;
    position: relative;  
}
.showMore {
    display:block;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    margin-top:20px;
    color:#0077C8;
    text-decoration:none;
    position: relative;  
}
.showMore:before {
    content:'VIEW MORE';
}
.showMore:after {
    content:'\E87B';
    font-family: Fontello;
    margin-left: 10px;
    font-size: 15px;
}
.showLess{
    position: relative;
}
.showLess::before {
    content:'VIEW LESS';
}
.showLess:after {
    content:'\E87E';
    font-family: Fontello;
    margin-left: 10px;
    font-size: 15px;
}
ul.animated-list-main, ul.animated-list-main2 {
    list-style: none;
    padding: 0;
}
li.animated-list, li.animated-list2 {
    font-weight: 100;
    color: #fff;
    line-height: 28px;
}
.amenities .container {
    background: #23262D;
    padding: 40px 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.community-amenities-text h2 {
    color: #fff;
}
.community-amenities-text h2 {
    color: #fff;
    font-size: 55px;
}
ul.animated-list-main a, ul.animated-list-main2 a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    letter-spacing: 1px;
}
.image-for-appartment-item .image {
    position: relative;
    height: 470px;
    cursor: pointer;
}
/*.image-for-feature img {
    width: 500px;
    position: absolute;
    bottom: -80px;
    position: relative;
    box-shadow: 0px 0px 50px #0e020233;
}*/
.image-for-feature .image {
    position: relative;
    height: 377px;
    box-shadow: 0px 0px 50px #0e020233;
}
/*.image-for-feature2 img {
    width: 500px;
    position: absolute;
    bottom: -80px;
    left: -80px;
    position: relative;
    box-shadow: 0px 0px 50px #0e020233;
}*/
.image-for-feature2 .image {
    position: relative;
    height: 377px;
    box-shadow: 0px 0px 50px #0e020233;
}
.amenities .sec-title-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #fff;
}
.amenities h5.sec-title-top {
    color: #fff;
}
/*section#apartment-amenities .container {
    background: #23262D;
    padding: 50px 0;
    padding-left: 50px;
    margin-top: 60px;
}
section#apartment-amenities .sec-title-top:after {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #d28a3b;
    transform: translate(-50%, -50%);
}
section#apartment-amenities {
    margin-top: 130px;
}*/
section#parking-policies {
    padding: 30px 0px;
}
section#parking-policies .container {
    background: #EFEFEF;
    padding: 20px 70px 40px 70px;
}
section#parking-policies ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 32px;
}
section#parking-policies ul li {
    color: #646464;
    font-weight: 300;
}
section#parking-policies ul li b{
    color: #646464;
    font-weight: 900;
}
section#parking-policies .sec-title {
    text-align: center;
    margin-bottom: 40px;
}
section#schedule-two {
    margin-bottom: 30px;
}
section#schedule-two .bg {
    padding: 60px 120px;
    /*margin-top: 60px;*/
    background: url('../images/schedule-two.png') no-repeat;
    background-size: cover !important;
    background-position: 100% 20% !important;
    position: relative;
}
section#schedule-two .bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0000006a;
}
/*section#schedule-two .container {
    position: relative;
    z-index: 2;
}*/
section#schedule-two .visit-plan-form{
    position: relative;
    z-index: 2;
}
.schedule-two-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.schedule-two-title h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}
.schedule-two-title p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 30px;
}
#schedule-two .visit-plan-inputs input:focus {
    outline: none !important;
    border:1px solid #fff;
    box-shadow: 0 0 5px #fff;
}
.schedule-two-submit-btn {
    text-align: center;
}
.schedule-two-submit-btn input {
    padding: 12px 20px;
    margin-top: 50px;
    background: transparent;
    color: #fff;
    border: 1px solid;
    position: relative;
}
.schedule-two-submit-btn input:hover{
    border: 1px solid #B19764;
    background: #B19764;
}
section#schedule-two .visit-plan-inputs input {
    border: 1px solid #ffffff;
    font-size: 15px;
    background: transparent;
    color: #fff !important;
}
section#schedule-two .visit-plan-inputs input::placeholder {
    color: #fff !important;
}
section#schedule-two .visit-plan-inputs input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
button.navbar-toggler {
    border: 0px;
    font-size: 29px;
}
button.navbar-toggler span{
    color: #000;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
section#neighborhood {
    background: #EFEFEF;
}
.neighborhood-info {
    height: 450px;
    background: #fff;
    display: flex;
    text-align: center;
    align-items: center;
}
.neighborhood-map iframe {
    height: 450px;
}
.col-12.col-md-6.neighborhood-p-l-none {
    padding-left: 0 !important;
}
.col-12.col-md-6.neighborhood-p-r-none {
    padding-right: 0 !important;
}
.neighborhood-info {
    background: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0px 60px;
    margin-top: 40px;
}
#neighborhood .sec-title {
    margin-bottom: 50px;
}
.neighborhood-info-text i {
    font-size: 100px;
    color: #B19764;
}
.neighborhood-info-text h2 {
    margin-top: -10px;
    color: #1E1D22;
    font-size: 58px;
    line-height: 1;
}
.neighborhood-info-text p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
.neighborhood-map {
    margin-top: 40px;
}
#neighborhood .sec-title-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #B19764;
    transform: translate(0%, -50%);
}
#contact-us {
    background-color: #EFEFEF;
}
#contact-us .contact-us-form input:focus, #contact-us .contact-us-form textarea:focus, #contact-us .contact-us-form select:focus {
    outline: none !important;
    border:1px solid #B19764;
    box-shadow: 0 0 5px #B19764;
}
#contact-us .contact-us-form input::placeholder, #contact-us .contact-us-form textarea::placeholder {
	color: #222;
}
#contact-us .contact-us-form input, #contact-us .contact-us-form textarea, #contact-us .contact-us-form select {
    width: 100%;
    color: #000;
    outline: none;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 0;
    height: auto;
}

#flood-plant .sec-title-top:after {
    content: '';
    position: absolute;
    left: -65%;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #B19764;
    transform: translate(0%, -50%);
}
section#flood-plant {
    padding: 50px 0px;
}
#flood-plant .sec-title p{
    width: 75%;
    margin: 0 auto;
    line-height: 30px;
}
section#flood-plant {
    padding: 50px 0px;
    background: #23262D;
}
section#flood-plant .sec-title h2, section#flood-plant .sec-title p {
    color: #ffffff;
}
section#flood-plant .sec-title{
    margin-bottom: 70px;
}
.appointment-plan-design img {
    width: 100%;
}
.ppointment-plan-design-info h3 {
    color: #1E1D22;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ppointment-plan-design-info h4 {
    color: #1E1D22;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ppointment-plan-design-info p {
    line-height: 28px;
}
.ppointment-plan-design-info {
    margin-top: 10px;
    margin-bottom: 30px;
}
.testimonial-slider-item {
    text-align: center;
    padding: 80px 25px;
    background: #fff;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
img.testimonial-icon {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0%);
    width: 60px;
}
section#testimonial {
    background: #EFEFEF;
    padding: 50px 0px;
}
img.testimonial-user-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 90px;
    bottom: -35px;
}
.testimonial-slider-main .slick-list.draggable {
    padding: 60px 0px;
}
section#testimonial .sec-title-top:after {
    content: '';
    position: absolute;
    left: -63%;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #d28a3b;
    transform: translate(0%, -50%);
}
.testimonial-slider-item p {
    font-size: 19px;
    color: #23262D;
    font-weight: 600;
}
.testimonial-slider-item h4 {
    font-size: 25px;
    color: #23262D;
    font-weight: 400;
}
.testimonial-slider-item h4 {
    font-size: 25px;
    color: #23262D;
    font-weight: 400;
}
section#location {
    /*margin-bottom: -7px;*/
}

/*/* #ISOTOPE
================================================== */
.grid-item {
    width: 33.3%;
    position: relative;
    float: left;
    padding: 5px;
}
.grid-item img {
    max-width: 100%;
}

/*/* #Navigation 2nd time edit by supon
================================================== */
.nav-active .nav{
    width: 100%;
}
.nav_list {
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nav {
    position: fixed;
    z-index: 98;
    height: 915px;
}
.nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 21, 26,0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
    background: rgba(9,9,12,1);
    -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
    -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav_content {
    position: relative;
    visibility: hidden;
    top: 50%;
    margin-top: 20px;
    -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
}
.nav_list {
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.nav_list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
    opacity: 0;
    text-align: center;
    color: #fff;
    overflow: hidden; 
    -webkit-transform: translate(100px, 0%);
          transform: translate(100px, 0%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-top: 0;
    margin-bottom: 0;
}
body.nav-active .nav_content {
    visibility: visible;
}
body.nav-active .menu-icon_line {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon_line-left {
    width: 15px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon_line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon_line-left,
body.nav-active .menu-icon:hover .menu-icon_line-right {
    width: 15px;
}
body.nav-active .nav {
    visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
    -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
    border-radius: 0;
}
body.nav-active .nav:after {
    -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav_list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
          transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav_list-item:nth-child(0) {
    -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav_list-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav_list-item:nth-child(2) {
    -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav_list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav_list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav_list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav_list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav_list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav_list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav_list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav_list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
body.nav-active .nav_list-item:nth-child(11) {
    -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
body.nav-active .nav_list-item:nth-child(12) {
    -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
body.nav-active .nav_list-item:nth-child(13) {
    -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}
body.nav-active .nav_list-item:nth-child(14) {
    -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
body.nav-active .nav_list-item:nth-child(15) {
    -webkit-transition-delay: 2.1s;
          transition-delay: 2.2s;
}
.testimonial-slider-main.slick-initialized.slick-slider .slider-next-icon {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 30px;
    color: #727272;
    cursor: pointer;
}
.testimonial-slider-main.slick-initialized.slick-slider .slider-prev-icon {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 30px;
    color: #727272;
    cursor: pointer;
}
.header-social-links {
    position: fixed;
    bottom: 50px;
    z-index: 5;
}
.home-nav-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    border: 0px;
    left: 0;
    height: 100px;
}
.home-nav-fixed-top.sticky{
    background: #000;
    border-bottom: none !important;
    transition: 1.6s ease;
}
.home-top-logo {
    margin-left: 121px;
}


/* Slider */

.slider {
	height: 100vh;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.slider p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
    line-height: 30px;
    position: relative;
    word-break: break-word !important;
    white-space: normal !important;
}
.slider p::before {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 1.5px;
    background: white;
    top: -15px;
    left: 0;
    margin-bottom: 10px;
}

.slider .rev_slider_wrapper, .slider .rev_slider_wrapper {
	direction:ltr;
	left: 0 !important;
}

.slider .slide--item {
	height: 600px;
}

.slider .slide--subheadline,
.slider .slide--bio {
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;*/
}

.slider .slide--headline {
	color: #fff;
	font-weight: 600;
	line-height: 65px;
	margin-bottom: 10px;*/
}

.slider .rev-btn {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
}
.slider .rev-btn:hover {
	color: rgba(255, 255, 255, 1.00) !important;
    background-color: rgba(103, 210, 202, 0.5) !important;
    border: 1.5px solid rgba(255, 255, 255, 1.00) !important;
    border-radius: 5px 5px 5px 5px !important;
	-webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.slider .slide--bio {
	margin-bottom: 40px;
}

.header-transparent + .mtop-100,
.header-transparent + .page-title,
.header-transparent + .hero,
.header-transparent + .slider {
	position: relative;
	margin-top: -80px;
}

/* Revoultion Slide bullets */
.slider .zeus .tp-bullet {
	height: 7px;
	width: 7px;
	border-color: transparent;
}

.slider .tp-bullet.selected,
.slider .tp-bullet:hover {
	background-color: transparent;
	border-color: #ffffff;
}

.slider .zeus .tp-bullet:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.slider .zeus .tp-bullet:hover:after,
.slider .zeus .tp-bullet.selected:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.slider .uranus.tparrows:hover:before {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

/* Revoultion Slide Overlay */
.slide-overlay-dark .slotholder:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background-image: -webkit-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
	background-image: -moz-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
	background-image: -o-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
	background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
	background-color: #1b1a1a;
	opacity: .35;
}

.slide-overlay-black .slotholder:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background-color: rgba(27, 26, 26, 0.7);
}

.slide-overlay-black2 .slotholder:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background-color: rgba(27, 26, 26, 0.85);
}

.slider .btn--video {
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	text-transform: capitalize;
	letter-spacing: 1px;
	height: auto;
}

.slider .btn--video:hover {
	color: #3bbab1;
}

.slider .btn--video i {
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #ffffff;
	margin-right: 13px;
	font-size: 14px;
}

.slider .btn--video:hover i {
	border: 2px solid #3bbab1;
}

.store-slider .slide--headline,
.store-slider .slide--bio {
	color: #282828;
}


/* Ajax Loading */

.ajax_loading .loading {
	text-align: center;
}

/* Validation */

.field-validation-error {
	background-color: #a94442 !important;
	color: #ffffff; color: rgba(255,255,255,1);
	display: block;
	padding: 5px;
	font-size: 12px;
}

.field-validation-valid { display: none; }

.input-validation-error, .input-validation-error:focus { border: 3px solid #a94442 !important; }

.validation-summary-valid {	display: none; }

.alert-success {
    background-color: #d28a3b;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.alert-danger {
    background-color: #721c24;
    border-color: transparent;
    color: #fff;
    padding: 0 1.25rem;
    border-radius: 0;
}