<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
</style>


*{
    padding: 0;
    margin: 0;
}
a.animated_link,
main {
    position: relative;
}
.btn_1,
a,
a.animated_link,
a.btn_1,
a:focus,
a:hover {
    text-decoration: none;
}
#preloader,
header {
    width: 100%;
    position: fixed;
    top: 0;
}
.carousel_item_centered .owl-item,
.carousel_item_centered_rooms .owl-item,
.box_cat_rooms .info {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}
@-webkit-keyframes background {
    0% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}
@-moz-keyframes background {
    0% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}
@-o-keyframes background {
    0% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}
@keyframes background {
    0% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}
#preloader {
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    background-color: #292b33;
    z-index: 99999999999 !important;
    overflow: hidden;
}
#preloader.loaded {
    -webkit-animation: 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards background;
    -moz-animation: 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards background;
    -o-animation: 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards background;
    animation: 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards background;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: 0.95s linear infinite circle;
    -moz-animation: 0.95s linear infinite circle;
    -o-animation: 0.95s linear infinite circle;
    animation: 0.95s linear infinite circle;
    border: 2px solid #111;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
html * {
    -webkit-font-smoothing: antialiased;
}
body {
    background: #faf8f5;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-family: sans-serif;
    color: #333;
}
main {
    z-index: 2;
    background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.hero .wrapper p strong,
.title small,
h3,
h4,
h5,
h6,
strong {
    font-weight: 600;
}
.form-group,
p {
    margin-bottom: 5px;
}
p.lead strong {
    font-weight: 500;
}
hr {
    margin: 30px 0;
    border-color: #d9e1e6;
    opacity: 1;
}
hr.more_margin {
    margin: 10px 0;
}
a {
    color: #e85a00;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    outline: 0;
}
a:focus,
a:hover {
    color: #fff;
    outline: 0;
}
.title small {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 5px;
    font-size: 0.75rem;
}
.title h2,
.title h3 {
    font-weight: 500;
    font-size: 1.9rem;
    margin-bottom: 15px;
    color: #bf966a;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
}
.title h3 {
    font-size: 1.9375rem;
}
.title.center {
    text-align: center;
}
.title.white small {
    color: #ebd7b2;
    opacity: 0.8;
}
.box_facilities.white h3,
.hero,
.slide-text.white,
.slide-text.white h2,
.slide-text.white h3,
.title.white h2,
.title.white h3,
header.fixed_header nav ul li a,
header.fixed_header.sticky nav ul li a.btn_1 {
    color: #000;
}
#carousel-home .owl-carousel .owl-slide-animated,
.slide-animated {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: 50ms;
    -o-transition: 50ms;
    -webkit-transition: 50ms;
    -ms-transition: 50ms;
    transition: 50ms;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned,
.is-transitioned .slide-animated {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.btn_1,
a.btn_1,
header.fixed_header.sticky {
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.is-transitioned .slide-animated.one {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.is-transitioned .slide-animated.two {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
}
.is-transitioned .slide-animated.three {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
}
.is-transitioned .slide-animated.four {
    transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
}
.btn_1,
a.btn_1 {
    border: none;
    color: #fff;
    background: #ba9062;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    padding: 14px 25px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#carousel-home .cover,
.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}
.bg_color_1,
.btn_1:hover,
a.btn_1:hover {
    background-color: #4b514d;
}
.btn_1.inverse,
a.btn_1.inverse {
    background-color: #fff;
    color: #333;
}
.btn_1.full-width,
a.btn_1.full-width {
    width: 100%;
    text-align: center;
}

a.btn_1.outline.header-submit {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}


.btn_1.outline,
a.btn_1.outline {
    background-color: transparent;
    border: 2px solid #24262d;
    color: #24262d;
}

.btn_1.outline.white,
a.btn_1.outline.white {
    border-color: #fff;
    color: #fff;
}
.btn_1.outline.white:hover,
a.btn_1.outline.white:hover {
    background-color: #e85a00;
    border: 2px solid #e85a00;
    color: #fff;
}
.btn_1.outline:hover,
a.btn_1.outline:hover {
    background-color: #4b514d;
    border: 2px solid transparent;
    color: #fff;
}
a.animated_link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #24262d;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s;
}
a.animated_link.active::before,
a.animated_link:hover::before {
    transform: scaleX(1);
}
.lang_wp {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right;
    z-index: 99999;
}
.box_facilities,
.closebt,
.copy,
.logo_panel {
    text-align: center;
}
header {
    padding: 20px 0;
    z-index: 999;
    left: 0;
    background: #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.menu_v1 .closebt,
.menu_v1 .hamburger_2,
.menu_v1 .layer,
header .logo_sticky,
header.fixed_header.sticky .logo_normal {
    display: none;
}
.closebt,
.hamburger_2,
header nav ul li,
header.fixed_header.sticky .logo_sticky {
    display: inline-block;
}
header .logo_normal,
span[data-jarallax-element] {
    display: block;
}
header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
header nav ul li {
    font-weight: bold;
    margin-left: 25px;
    font-size: 14px;
    text-transform: uppercase;
}
/* header nav ul li:first-child {
    margin-left: 0;
} */
.bg_white,
header.fixed_header nav ul li a.animated_link:before {
    background-color: #fff;
}
header.fixed_header.sticky {
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #d9e1e6;
    background-color: #fff;
}
.box_item_info .box_item_footer a.animated_link,
header.fixed_header.sticky nav ul li a {
    color: #333;
}
.headroom--not-top .hamburger-inner,
.headroom--not-top .hamburger-inner::after,
.headroom--not-top .hamburger-inner::before,
.headroom--not-top .hamburger__inner,
.headroom--not-top .hamburger__inner::after,
.headroom--not-top .hamburger__inner::before,
header.fixed_header.sticky .hamburger__inner,
header.fixed_header.sticky .hamburger__inner::after,
header.fixed_header.sticky .hamburger__inner::before,
header.fixed_header.sticky nav ul li a.animated_link:before {
    background-color: #333;
}
.hamburger_2 {
    position: relative;
    top: 8px;
    padding: 0;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger_2:hover .hamburger__inner {
    animation: 0.4s burger;
}
.hamburger_2:hover .hamburger__inner:before {
    animation: 0.4s 0.1s burger;
}
.hamburger_2:hover .hamburger__inner:after {
    animation: 0.4s 0.2s burger;
}
.hamburger_2 .hamburger__box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger_2 .hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger_2 .hamburger__inner,
.hamburger_2 .hamburger__inner::after,
.hamburger_2 .hamburger__inner::before {
    width: 24px;
    height: 2px;
    background-color: #010101;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger_2 .hamburger__inner::after,
.hamburger_2 .hamburger__inner::before {
    content: "";
    display: block;
}
.hamburger_2 .hamburger__inner::before {
    top: -8px;
}
.hamburger_2 .hamburger__inner::after {
    bottom: -8px;
}
@keyframes burger {
    0%,
    100% {
        transform-origin: 0 100%;
        transform: scale(1, 1);
    }
    50% {
        transform-origin: 0 100%;
        transform: scale(0, 1);
    }
}
.hamburger {
    position: relative;
    top: 8px !important;
}
.phone_element {
    border-top: 1px solid #d9e1e6;
    padding: 20px 0;
    position: relative;
    line-height: 1.4;
}
.phone_element a {
    display: flex;
    align-items: center;
}
.phone_element a span {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
}
.phone_element a span em {
    color: #333;
    display: block;
    font-style: inherit;
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 2px;
}
.phone_element a i {
    margin-right: 15px;
    font-size: 1.875rem;
    color: #ba9062;
}
.phone_element.no_borders {
    padding-top: 5px;
    border-top: none;
}
.closebt {
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #ccc;
    position: absolute;
    right: 25px;
    top: 0;
}
.closebt i {
    font-size: 2.625rem;
}
.closebt:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}
.logo_panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    background-color: #faf8f5;
}
.custom_badge,
.qty-buttons,
.social ul li {
    display: inline-block;
}
.menu_v1 .hamburger_2 {
    top: 5px;
}
.menu_v1 .logo_panel {
    display: none;
    border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 991px) {
    .main-menu {
        overflow-y: scroll;
        transform: translateX(102%);
        top: 0;
        right: 0;
        bottom: 0;
        width: 350px;
        height: 100%;
        position: fixed;
        z-index: 99999;
        background-color: #fff;
        -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }
    .main-menu #mainNav {
        padding: 30px;
    }
    .main-menu #mainNav ul {
        text-align: left;
    }
    .main-menu #mainNav ul li {
        display: block;
        margin: 0;
    }
    .main-menu #mainNav ul li a {
        display: block;
        color: #333 !important;
        text-transform: uppercase;
        padding: 0.35rem 0.65rem !important;
        margin: 0 0 10px;
    }
    .main-menu #mainNav ul li a:before {
        display: none !important;
    }
    .main-menu #mainNav ul li a.active,
    .main-menu #mainNav ul li a:hover {
        color: #e85a00 !important;
    }
    .main-menu #mainNav ul li a.btn_1 {
        background-color: transparent;
    }
    .main-menu.show {
        transform: translateX(0);
    }

    .convenience-section .content-column{
        width: 100% !important; 
    }
    .convenience-info-tabs .convenience-tabs .tabs-content .tab{
        padding: 70px 30px 50px !important;
    }
    .list-style-three li{
        padding-left: 20px !important;
        text-indent: -26px !important;

    }

}
.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.kenburns .owl-item.active .item img,
img.jarallax-img.kenburns {
    transform-origin: 50% 50%;
    animation: 15s linear forwards kenburns;
    transition: 1s ease-in-out;
}
@keyframes kenburns {
    0% {
        transform: scale3d(1.4, 1.4, 1.4) translate3d(-5%, -2%, 0);
        transition: transform 7s linear 1s;
    }
    100% {
        transform: scale3d(1.25, 1.25, 1.25) translate3d(0, 0, 0);
        transition: transform 7s linear 1s;
    }
}
img.jarallax-img.kenburns-2 {
    transform-origin: 50% 50%;
    animation: 10s linear forwards kenburns;
    transition: 1s ease-in-out;
}
.hero.full-height {
    height: 66vh;
}

.hero.full-height.contact-banner {
    height: 70vh;
}
img.icon-img {
    margin-bottom: 25px;
}


.hero.medium-height {
    height: 70vh;
}
.hero.small-height {
    height: 60vh;
}
.hero .wrapper {
    text-align: left;
    height: 100%;
}

.hero .wrapper small {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 0 0 10px;
    /*color: #ebd7b2;*/
    color: #fff;
    font-weight: 600;
    width: 60%;
    margin: auto;
}

.hero .wrapper h1,
.hero .wrapper h3 {
    color: #fff;
    font-size: 45px;
    margin: 40px 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.rounded-img.project-section {
    display: flex;
    flex-wrap: wrap;
}
.rounded-img.project-section .item {
    width: 32%;
    padding: 6px;
    border-radius: 15px;
    margin: 10px 7px;
}




.footer-bottom {
    padding: 50px 0px 10px;
    background: #24262d;
    color: #fff;
    background: linear-gradient(0deg, #0a8b23, #073d8b 40%), url(../img/footer-bg1.jpg);
    background-position: bottom;
    background-size: cover;
}

.footer-bottom .left-fottor-section p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.footer-bottom h4{
    color: #fff;
}
.footer-bottom ul{
    padding: 15px;
}
.footer-bottom ul li{
    margin-bottom: 5px;
    list-style-type: none;
}
.footer-bottom ul li a{
    color: #fff;
    font-size: 14px;
}
img.icon-high {
    width: 35px;
    height: 40px;
}
.high-details {
    display: flex;
    justify-content: start;
    align-items: center;
}
.high-details p {
    padding-left: 15px;
    margin: 12px;
}

@media (max-width: 767px) {

    .title h2, .title h3{
        font-size: 20px;
    }
    .carousel-item img {
    margin-top: 0;
}
          .hero.full-height, .hero.medium-height, .hero.small-height {
        min-height: 236px !important;
    }
    .vegas-content-scrollable {
    position: relative;
    height: 29vh !important;
    overflow: auto;
}
.vegas-content-scrollable {
    height: 32vh !important;
  
}
    .modal-logo {
    margin-top: 1vw;
    max-height: 17vw !important;
    max-width: 268px;
}
       #modalRBEnq .modal-title-secondary {
        display: block;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
        padding: 10px 0 5px;
    }
    
    #modalRBEnq h5{
        font-size: 28px;
        margin-bottom: 13px !important;
        border-bottom: 1px solid;
        padding-bottom: 15px;
    }
    
    .modal-highlight-rk-list li{
        font-size:20px;
    }
    
    .form-info{
        display:none;
    }
    .floor-plans .floor-img img {
        width: 100%;
        height: 100%;
    }

    .rounded-img.project-section .item {
        width: 100%;
        padding: 5px;
    }.rounded-img.project-section {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom ul li {
        list-style: none;
    }
    header {
        padding: 15px 0;
    }
    .hero.full-height {
        height: 32vh !important;
    }
    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 2.25rem;
    }
}
.hero .wrapper p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0;
}
.parallax_section_1 {
    height: 70vh;
    overflow: hidden;
}
.container.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
    margin-left: 12%;
}


.copy {
    color: #fff;
    padding: 25px 0;
    background-color: #1f2127;
    font-size: 0.8125rem;
}
.social ul {
    display: block;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.social ul li {
    margin: 0 5px;
}
.social ul li a {
    display: block;
    color: #333;
    opacity: 0.7;
}
.social ul li a:hover {
    color: #e85a00;
    opacity: 1;
}
.box_facilities h3,
.slide-text p,
.social ul li a i {
    font-size: 1.3125rem;
}
.styled-select {
    max-width: 180px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
}
.styled-select.lang-selector:after {
    font-family: bootstrap-icons;
    content: "\F3EE";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
}
.styled-select select {
    background: 0 0;
    width: 110%;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    color: #ccc;
    font-size: 0.8125rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: 0;
}
.intro em,
.styled-select.lang-selector select option {
    color: #555;
}
.styled-select select:focus {
    color: #fff;
    outline: 0;
    box-shadow: none;
}
.styled-select select::-ms-expand {
    display: none;
}
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.35);
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
}
.layer-is-visible {
    opacity: 1;
    visibility: visible;
}
.intro em {
    font-family: Caveat, cursive;
    font-size: 2rem;
    font-style: normal;
}
#carousel-home,
#carousel-home .owl-carousel {
    position: relative;
}
#carousel-home .static {
    position: static;
}
#carousel-home .cover {
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important;
}
#carousel-home .owl-carousel .owl-slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-title-2.is-transitioned {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
#carousel-home .owl-carousel .owl-slide-title-3.is-transitioned {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
}
#carousel-home .owl-carousel .owl-slide-title-4.is-transitioned {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
}
#carousel-home .owl-carousel .owl-dots .owl-dot,
#carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: 0;
}
/* .owl-carousel .owl-dots {
    margin-top: 0 !important;
    right: 15px;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
} */
.owl-carousel .owl-dots {
    margin-top: 0 !important;
    width: 40px;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
    display: flex;
}
.owl-carousel.nav-dots-orizontal .owl-dots {
    margin-top: 20px !important;
    width: 100%;
    position: static;
    display: flex;
    justify-content: center;
}
.slide-text h2,
.slide-text h3 {
    font-size: 3.1875rem;
    text-transform: uppercase;
    font-weight: 700;
}
.slide-text small {
    text-transform: uppercase;
    color: #ebd7b2;
    letter-spacing: 4px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}
.slide-text.black {
    color: #111;
}
.slide-text.black h2 {
    color: #000;
}



.modal-dialog.enq-modal{
        max-width: 35vw;
        border-radius: 3px;
    }
    .modal-logo {
        margin-top: 1vw;
        max-height: 5vw;
        max-width: 268px;
    }
    .close{
        position: absolute;
        right: 1vw;
        top: 0.3vw;
    }
    .modal-head{
        background-color: var(--colorPrimary);
    }
    .modal-title{
        display: block;
        font-size: 1.5vw;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--colorBtn);
        padding: 1.2vw 0;
    }
    .modal-title-secondary{
        display: block;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;
        padding: 1vw 0 .5vw;
    }
    .modal-body{
        padding: 0;
    }
    .modal-highlight-bg{
        background-color: #f9f9f9;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }
    .form-modal{
        padding: 1vw 1.5vw;
    }
    .modal-highlight-title{
        display: block;
        text-align: center;
        font-size: 1.2vw;
        font-weight: 600;
        padding: .4vw 0 .1vw;
        color: var(--colorPrimary);
    }
    .modal-highlight{
        list-style: none;
        padding: 1vw 0;
        margin-bottom: 0;
    }
    .modal-highlight li i{
        display: inline-block;
        font-size: 3.3vw;
        color: var(--colorPrimary);
    }
    .modal-highlight li span{
        display: block;
        font-size: 18px;
        color: var(--colorPrimary);
        padding: 0 0 1.6vw;
    }
    .modal-call-btn, .modal-call-btn:hover{
        display: block;
        background-color: var(--colorPrimary);
        color: var(--colorBtn);
        padding: .5vw 0;
        text-decoration: none;
    }
    
    .bg-primary-rk {
        background-color: #0a469e;
        color: #ffffff;
        padding-left: 0;
        padding-right: 0;
      }

      .modal-highlight-rk-list,
      .modal-highlight-rk-list-bro {
        list-style: none;
        padding: 0;
        font-weight: 600;
      }

      .modal-highlight-rk-list li {
        margin-bottom: 20px;
        padding-left: 16px;
      }

      .modal-highlight-rk-list-bro {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
      }

      .modal-bro-side-img {
        width: 80%;
        display: block;

        transform: rotate(-15deg) scale(1.05) translateY(45px) translateX(40px);
      }

      #enqModel .modal-title-secondary.modal-title {
        font-size: 16px;
        display: inline-block;
        border: 2px solid var(--colorPrimary);
        color: var(--colorPrimary);
        padding: 6px 15px;
        border-radius: 100px;
        margin-top: 5px;
      }

      #enqModel .close {
        color: #fff;
      }

      @media only screen and (min-width: 992px) {
        #enqModel .modal-dialog.enq-modal {
          max-width: 45vw;
        }

        #enqModel .modal-title-secondary.modal-title {
          font-size: 1.3vw;
        }

        #enqModel .modal-dialog.enq-modal.enq-modal-bro {
          max-width: 45vw;
        }
      }


#icon_drag_mobile {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../img/drag_icon.svg) no-repeat;
    width: 50px;
    height: 30px;
    opacity: 0.6;
    z-index: 99;
    display: none;
}
.box_cat_rooms {
    display: block;
    height: 424px;
    position: relative;
    overflow: hidden;
    background-color: #252525;
    border-radius: 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
/* .box_cat_rooms .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25% 30px 30px;
    color: #fff;
    left: 0;
    bottom: -85px;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
} */


button.query-btn {
    margin-top: 10px;
    border: none;
    color: #fff;
    background: #e85a00;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    padding: 13px 25px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
}
.box_cat_rooms .info small {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #fff;
    background: #07a14a;
}
.box_cat_rooms .info h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 5px;
    background: #015aa8;
    margin-top: -48px;
}
.box_cat_rooms .info span {
    font-size: 0.9375rem;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    opacity: 0;
    position: relative;
}
.box_cat_rooms .info span:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 0.5s;
    background-color: #fff;
}
.box_cat_rooms .info span:hover {
    background-color: #24262d;
    border-color: transparent;
}
.box_cat_rooms figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    height: 100%;
    border: 1px solid;
    border-radius: 0;
}

.owl-carousel.rounded-img .owl-item{
    height:457px;
    border-radius: 0;
}





/* .box_cat_rooms:hover .background-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */
.box_facilities {
    padding: 25px 25px;
    background: #faf8f5;
    border: 2px solid #ebebeb38;
    margin: 10px;
    border-radius: 15px;
    /* border-width: 2px;
    border-style: solid;
    border-right: 0;
    border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%; */
}
.box_facilities h5{
    font-size: 18px;
    font-weight: 600;
}
.box_facilities:hover{
    background-color: #faf8f5;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.box_facilities:hover .icon-img{
    transform: scale(1.1);
    transition: transform .5s ease-in-out;
}
.box_facilities i {
    font-size: 3.875rem;
    color: #e85a00;
}
.box_facilities.no-border {
    border-width: 0;
}
.box_facilities.white {
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent) 1 60%;
}
.box_facilities.white i {
    color: #ebd7b2;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.box_overlay {
    background-color: #24262d;
    padding: 45px 45px 45px 225px;
    min-height: 170px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
}
.pic,
.pic h4 {
    position: absolute;
}
.pic {
    left: 45px;
    top: 45px;
    text-align: left;
}
.box_item_info,
.custom_badge,
.list_ok ul li,
.marquee,
.pinned-image,
.qty-buttons {
    position: relative;
}
.pic h4 {
    left: 95px;
    top: 18px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}
.pic h4 small {
    display: block;
    color: #fff;
    margin-top: 3px;
    letter-spacing: normal !important;
}
.pic figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.pic figure img {
    width: 80px;
    height: auto;
}
.comment {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 30px;
    font-size: 1.125rem;
    font-style: italic;
    text-align: left;
}
.accordion .card {
    border: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.accordion .card .card-header {
    background-color: #fff;
    padding: 20px;
    border: 0;
}
.accordion .card-body {
    padding: 0 20px;
}
.accordion .card-header h5 {
    font-size: 1.0625rem;
    color: #333;
}
.accordion .card-header h5 a {
    border: 0;
    display: block;
    color: #333;
}
.accordion .card-header h5 a i.indicator {
    font-size: 1.125rem;
    font-weight: 400;
    float: right;
    color: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.accordion .card-header h5 a.collapsed i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.box_item_info {
    background-color: #fff;
    z-index: 9;
    padding: 40px 40px 20px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.box_item_info small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #e85a00;
}
.box_item_info h2 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.box_item_info .facilities ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.box_item_info .facilities ul li {
    float: left;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 25px 10px 0;
}
.box_item_info .facilities ul li:last-child {
    margin: 0;
}
.box_item_info .facilities ul li i {
    height: 36px;
    font-size: 1.875rem;
    color: #e85a00;
    margin-right: 15px;
}
.box_item_info .box_item_footer {
    border-top: 2px solid #ededed;
    margin-top: 15px;
    padding: 25px 0 15px;
}
.row_list_version_1,
.row_list_version_3 {
    margin-bottom: 60px;
}
.row_list_version_1 .box_item_info {
    max-width: 750px;
    margin: -250px 60px 60px;
}
h4.project-price {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 0px;
}
.query-btn-section {
    display: flex;
    justify-content: space-around;
    /* justify-content: space-evenly; */
}




  
  .query-btn-section .query-btn {
    min-width: 162px;
    background: #015aa8;
    /* backdrop-filter: blur(10px); */
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline-flex;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.query-btn-section a{
    background-color: #0000 !important;
    color: #000 !important;
}
.query-btn-section .query-btn:hover {
    color: black;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: #ba9062;
    border: 1px solid transparent;
}




/* .row_list_version_2 {
    margin-bottom: 120px;
}
.row_list_version_2 .owl-carousel .owl-dots {
    right: auto;
    left: 15px;
}
.row_list_version_2 .box_item_info {
    margin: 0 0 0 -100px;
}
.row_list_version_2.inverted .owl-carousel .owl-dots {
    left: inherit;
    right: 15px;
}
.row_list_version_2.inverted .box_item_info {
    margin: 0 -100px 0 0;
} */





/* New CSS */

.kenburns-2{
    height: 100% !important;
}

h4.project-typology {
    color: #000;
    font-size: 16px;
    padding-top: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}
.banner-btn {
    border: 1px solid #f7f7f7;
    color: #f7f7f7;
    padding: 10px 50px;
    background-color: transparent;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 20px;
    font-size: 16px;
    transition: 0.2s;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.banner-btn.p {
    border: 1px solid #ffffff;
    color: #000000;
    padding: 10px 50px;
    background-color: #ffffff;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 20px;
    font-size: 16px;
    transition: 0.2s;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.banner-btn:hover{
    font-weight: 600;
    color: #000000;
    background-color: #e0b07c;
    border-color: #e0b07c;
    transform: translateY(8px);
}
.footer-line {
    height: 1px;
    background: #95959578;
    width: 100%;
}
.dis {
    text-align: center;
    padding-top: 20px;
}
.dis .btm-foot {
    margin-bottom: 10px;
    font-size: 14px;
}
.dis p{
    font-size: 14px;
}
.dis p a:hover{
    color: #e85a00;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}
footer .footer_bg {
    position: relative;
    padding-top: 230px;
    z-index: 2;
    overflow: hidden;
}
footer .footer_bg .gradient_over {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #24262d);
    background: linear-gradient(to bottom, transparent, #24262d);
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 3;
}
footer .footer_bg .background-image {
    opacity: 0.3;
    filter: grayscale(100%);
}

.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
footer .move_content {
    margin-top: -80px;
    position: relative;
    z-index: 4;
    padding-bottom: 120px;
}
footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.social ul {
    display: block;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
.social ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer_links {
    margin-bottom: 25px;
}
.footer_links ul {
    line-height: 1.9;
}
#newsletter h5 {
    margin: 0 0 25px 0;
}
#message-newsletter {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 5px;
}


.right-fottor-section ul li a, .middle-fottor-section ul li a{
    transition: all .3s ease-out;
    display: inline-block;
}

.right-fottor-section ul li a:hover, .middle-fottor-section ul li a:hover{
    transform: translateX(15px);
}

header nav ul li ul li {
    font-weight: 600;
    margin: 0px;
}
.dropdown-item-li{
    transition: all 0.5s ease-in-out;
}

.dropdown-item-li:focus, .dropdown-item-li:hover {
    color: var(--bs-dropdown-link-hover-color);
    /* background-color: var(--bs-dropdown-link-hover-bg); */
    background-color: #fff;
    transform: translateX(5px);
    transition: all 0.5s ease-in-out;
}
.dropdown-item-li.active, .dropdown-item-li:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background: #fff !important;
}
ul.dropdown-menu.dropdown-menu-light.show{
    padding: 5px 15px 5px 0px;
}
a.dropdown-item-li {
    color: #000 !important;
    transition: all .3s ease-out;
    display: inline-block;
}

img.check-icon {
    width: 24px;
    border: 1px solid #b09677;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
}
p.banner-high {
    margin: 0;
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff;
}
.banner-typology .banner-typology-detail {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.mobile-section-footer{
    display: none;
}
.banner-typology {
    margin-top: 20px;
}
.banner-price .banner-price-detail {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.banner-price .banner-price-detail span{
    font-size: 30px;
    animation: price-blink 1s infinite;
}

.price-section.micro-price {
    position: relative;
    background: linear-gradient(180deg, #fffdf6, transparent), url(../../img/price-shape.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@keyframes price-blink{
    50%{color: #ffa500;}
}
.banner-price {
    margin-top: 25px;
}


.banner-form {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    padding: 30px;
    background: #cacacaa1;
    border-radius: 10px;
}

.banner-form {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    padding: 30px;
    width: 23%;
    outline: 1px solid rgb(0 0 0 / 30%);
    outline-offset: -10px;
    border-radius: 15px;
    background: #eeb97e;
}

.banner-form form .form-control{
     max-width: 100%;
     margin-bottom: 10px;
     padding: 5px 0 !important;
     height: auto;
     background-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-width: 0 0 1px;
     border-style: solid;
     display: block;
     width: 100%;
    height:30px;
     line-height: 1.8em;
     font-size: 16px;
     font-weight: 400;
     color: #000;
     background-image: none;
     border-bottom: 1px solid #000;
     border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     box-sizing: border-box;
     outline: none;
     list-style: none;
     word-wrap: break-word;
     margin-right: 5px;
}


.banner-form form .form-control::placeholder {
  color: #000;
}
::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
}


/* .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.2rem + 2px) !important;
    line-height: 1.25;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 0.8rem .75rem !important;
}
.form-floating>label {
    padding: 0.8rem .75rem !important;
} */


/* Price Section */

.price-section .price-box {
    padding: 40px 20px;
    margin: 10px 35px;
    border-radius: 20px;
    /* background-color: #e0dacf; */
    /* box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3); */
    box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.25), -4px -5px 8px 0 rgba(255, 255, 255, 0.3);
    background: #e85a0017;
    /* box-shadow: 10px 10px 30px #bebebe, -10px -10px 30px #ffffff; */
    transition: .8s ease-in-out;
}
.price-section .price-box:hover{
    background-image: url(../img/amenities/rupee1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #e85a001c;
}
.price-section .typology {
    border: 1px solid #e85a00;
    width: fit-content;
    margin: auto;
    padding: 5px 35px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}
.price-section .price-details {
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
}
.price-section .price-details .onwards-price{
    font-size: 18px;
}
.price-section .size-detail {
    display: flex;
    justify-content: space-around;
    margin: 15px 20px 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed;
}
span.rupee {
    font-size: 20px;
}
.price-section .micro-btn {
    text-align: center;
    padding-top: 10px;
}

/* Amenities Section */

.title-amenities{
    margin: 40px 0px 60px;
}


/* Floor Plan  */

.floor-plans .floor-img{
    position: relative;
}
.floor-plans .floor-img img {
    border-radius: 30px;
    /* padding: 10px; */
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.floor-typology {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    padding: 5px 30px;
    background: #eeeeee;
    border-radius: 10px;
}
.floor-plans p {
    outline: 1px solid #e85a00;
    outline-offset: 2px;
    border-radius: 5px;
    padding: 4px 35px;
    width: fit-content;
    font-weight: 500;
    margin: auto;
    font-size: 17px;
    margin-bottom: -15px;
    position: relative;
    background: #e85a00;
    color: #fff;
}
.floor-typology p{
    margin: 0;
}
.floor-typology h4{
    margin: 0;
}
.floor-img h4 {
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid #e85a00;
    border-radius: 8px;
    padding: 5px 30px;
    margin: 5px 30px 50px;
    text-align: center;
}

/* Location Advantages */

.location-image {
    border: 8px solid #e85a0045;
    border-radius: 25px;
    padding: 5px;
}
.location-image img{
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    border: 3px solid #e0d9cf;
}

.contact-section-footer-micro, .contact-section-footer-platter, .contact-section-footer{
    position: relative;
    background-image: url(../img/bg-pattern-pricelist-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.right-fottor-section p {
    font-size: 13px;
}




/* Modal Form */

h3.modal-head {
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-size: 36px;
}

p.modal-para {
    color: #000000;
    text-align: center;
    font-size: 16px;
}

/* Services Section */

.services .intro {
    padding: 0px 30px;
    /* border: 1px solid #f9f9f9; */
    /* border-radius: 20px; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}


/* Awards Section */

.awards-img-section img {
    border-radius: 15px;
}


/* Blog */
.blog .title {
    text-align: center;
    padding-bottom: 30px;
}
.blog .blog-section {
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog .blog-section .blog-image img{
    border-radius: 20px;
}    
.blog .blog-section .blog-content {
    padding: 10px;
}
.blog .blog-section .blog-content p {
    padding: 0px;
    margin: 0px;
}
.blog .blog-section .readmore-btn {
    padding: 0px 10px;
}

/* Career Section */
.career .title{
    text-align: center;
    padding-bottom: 30px;
}
.career .career-section {
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    border-radius: 10px;
    background: #c7aa760d;
}
.career .career-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.career span.career-time {
    border-radius: 100px;
    color: #fff;
    padding: 5px 20px;
    background: #e85a00;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 12px;
}
.career .career-section .title-head {
    font-size: 24px;
    font-weight: 600;
    padding: 5px;
    padding-bottom: 0px;
}
.career .career-section .location{
    margin-bottom: 20px;
}

.career .career-section .location span img{
    width: 18px;
}
.career .career-section .description{
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 46px;
}
.career .query-btn-section .query-btn.apply-now {
    min-width: 162px;
    background: #e85a00;
    /* backdrop-filter: blur(10px); */
    border: 1px solid #e85a00;
    border-radius: 40px;
    color: #ffffff;
    text-align: center;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline-flex;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: unset;
}
.career .query-btn-section .query-btn {
    min-width: 162px;
    background: #efefef1c;
    /* backdrop-filter: blur(10px); */
    border: 1px solid #fff;
    border-radius: 40px;
    color: #000000;
    text-align: center;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline-flex;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.services .query-btn-section .query-btn {
    min-width: 162px;
    background: #efefef1c;
    /* backdrop-filter: blur(10px); */
    border: 1px solid #fff;
    border-radius: 40px;
    color: #000000;
    text-align: center;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline-flex;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.services .query-btn-section {
    display: flex;
    justify-content: start;
    /* justify-content: space-evenly; */
}

h3.modal-head.career {
    font-size: 26px;
    letter-spacing: 0.4px;
    padding-bottom: 15px;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    height: 39px !important
}

.modal-header{
    padding: 0;
    /* background: #000; */
    height: 27px;
    /* width: 27px; */
    position: absolute;
    top: 2px;
    bottom: 0px;
    right: 7px;
    /* border-radius: 100%; */
    /* border: 2px solid #fff; */
    /* box-shadow: 0px 0px 7px #000; */
    z-index: 11111;
}


.modalheader {
    display: flex;
    justify-content: end;
}
ul.o_details {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}
ul.o_details li{
    background: #e85a00;
    color: #fafafa;
    padding: 4px 15px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
}

.career-detail-apply {
    text-align: end;
}
.career-detail-apply .apply-now{
        min-width: 170px;
        background: #e85a00;
        /* backdrop-filter: blur(10px); */
        border: 1px solid #e85a00;
        border-radius: 40px;
        color: #ffffff;
        text-align: center;
        outline: none;
        cursor: pointer;
        margin-top: 10px;
        display: inline-flex;
        font-weight: 600;
        transition: 0.3s ease-in-out;
        align-items: center;
        justify-content: center;
        padding: 17px;
        box-shadow: unset;

}
.about_role.job_des h3.job-des {
    padding: 50px 0px 10px;
}

.blog-detail .blog-image img.img-fluid {
    border-radius: 20px;
    margin: 20px 0px;
}

.form-heading{
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}
section#builder_section {
    background: #fff;
    padding: 0px 0px 40px;
}
.mobile-view{display: none;}
.desktop-view{display: block;}
@media(max-width:1480px){
   
    .banner-form {
        width: 28%;
        top: 55%;
        right: 6%;
    }

    .price-section .price-box {
        padding: 50px 20px;
    }
    .container.banner-text .slide-text.white {
        position: relative;
        left: 8.9%;
    }
    .container.banner-text {
        margin-left: unset;
    }
}


@media(max-width: 1366px){
    header nav ul li {
        margin-left: 15px;
    }
    .container.banner-text .slide-text.white {
        position: relative;
        left: 21%;
    }
    .container.banner-text {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        z-index: 99;
        /* width: 100%;
        margin-left: 10%; */
    }
    /* .box_cat_rooms {
        height: 450px;
    } */
    .price-section .price-box {
        padding: 45px 20px;
        margin: 10px 25px;
    }
    .floor-img h4 {
        font-size: 17px;
        padding: 6px 20px;
    }
    .floor-plans .floor-img img {
        border-radius: 30px;
        /* padding: 10px; */
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    .query-btn-section {
        display: flex;
        /* justify-content: space-between; */
        justify-content: space-evenly;
    }
    .box_cat_rooms .info h3 {
        color: #efb507;
        font-size: 26px;
    }
    .box_cat_rooms .info {
        padding: 0 0;
    }
    .box_cat_rooms .info small {
        font-weight: 500;
    }
    .query-btn-section .query-btn {
        min-width: 140px;
        padding: 12px 17px;
        font-size: 14px;
        margin: 0;
    }
    .banner-form{
        padding: 20px 30px;
        width: 28%;
        top: 55%;
        right: 9%;
    }
}

@media(max-width:1280px){
    .container.banner-text .slide-text.white {
    position: relative;
    left: 13%;
}
.banner-form {
    right: 6%;
}
}




@media (max-width: 1199px) {
    img.icon-img {
        margin-bottom: 15px;
        width: 50px;
    }
    .box_facilities h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .box_facilities {
        border-width: 0;
        margin: 0;
        padding: 15px;
    }
    .row_list_version_2 .box_item_info {
        margin: -150px 30px 0;
    }
    .row_list_version_2.inverted .box_item_info {
        margin: -50px 30px 0;
    }
}
.row_list_version_3 .box_item_info {
    max-width: 750px;
    margin: -100px 60px 60px;
}
.booking_wrapper,
.contacts_wrapper {
    border-radius: 0 0 10px 10px;
    background-color: rgba(151, 134, 103, 0.05);
    padding: 20px 20px 0;
}
.booking_wrapper hr,
.contacts_wrapper hr {
    border-color: #d9e1e6;
    opacity: 1;
    margin: 0 0 25px;
}
.booking_wrapper .form-control::-moz-placeholder {
    color: #333;
}
.booking_wrapper .form-control::placeholder {
    color: #333;
}
.nav-tabs#customTab {
    border-bottom: none;
}
.nav-tabs#customTab .nav-link {
    border-color: transparent;
    color: #999;
    font-weight: 600;
}
.nav-tabs#customTab .nav-link:hover {
    color: #e85a00;
}
.nav-tabs#customTab .nav-link.active {
    background-color: rgba(151, 134, 103, 0.05);
    border-color: transparent;
    color: #333;
}
.owl-carousel.border-radius .owl-item {
    border-radius: 10px;
    overflow: hidden;
}
.map_contact iframe {
    width: 100%;
    filter: grayscale(85%);
    height: 450px;
    margin-bottom: -10px;
}
.qty-buttons {
    width: 100%;
}
.qty-buttons label {
    position: absolute;
    left: 15px;
    top: 13px;
    font-weight: 500;
    color: #6c757d;
    font-size: 0.9375rem;
}
.qty-buttons input.qty {
    width: 100%;
    text-align: left;
    padding-left: 80px;
}
.qty-buttons input.qtyminus,
.qty-buttons input.qtyplus {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 50%;
    top: 8px;
}
.qty-buttons input.qtyplus {
    background: url(../img/plus.svg) center center no-repeat #f5f5f5;
    right: 15px;
}
.qty-buttons input.qtyminus {
    background: url(../img/minus.svg) center center no-repeat #f5f5f5;
    right: 55px;
}
.qty-buttons.version_2 .form-control {
    height: 50px;
}
.qty-buttons.version_2 input.qty {
    padding-left: 15px;
}
.qty-buttons.version_2 input.qtyplus {
    background: url(../img/plus.svg) center center no-repeat #fff;
    right: 5px;
}
.qty-buttons.version_2 input.qtyminus {
    background: url(../img/minus.svg) center center no-repeat #fff;
    right: 40px;
}
.custom_badge {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
    border-radius: 3px;
    background-color: red;
    font-size: 0.6875rem;
    padding: 3px 5px;
    top: -1px;
}
.carousel_item_centered .owl-item,
.carousel_item_centered_rooms .owl-item {
    opacity: 0.5;
    transform: scale(0.85) !important;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85) !important;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.carousel_item_centered .owl-item.active.center,
.carousel_item_centered_rooms .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1) !important;
    transform: scale(1) !important;
}
.marquee {
    width: 100vw;
    max-width: 100%;
    height: 135px;
    overflow: hidden;
    font-size: 120px;
    font-weight: 700;
    margin-top: -80px;
}
.marquee.micro-site {
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 100px;
    font-weight: 700;
    margin-top: -10px;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: 40s linear infinite marquee;
}
.marquee .content {
    opacity: 0.05;
    line-height: 1.2;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-30%);
    }
}
.modal-content {
    border: none !important;
    /* border-radius: 0 !important; */
    /* padding: 25px; */
    /* border-radius: 15px !important; */
    /* background: #e85a00; */
    /* border: 8px solid #ff8e46 !important; */
    box-shadow: 0px 13px 12px #000;
}
.list_ok ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.list_ok ul li {
    padding-left: 45px;
}
.list_ok ul li strong {
    color: #333;
}
.list_ok ul li:before {
    color: #e85a00;
    position: absolute;
    left: 0;
    top: -7px;
    font-family: bootstrap-icons;
    content: "\F19F";
    font-size: 2rem;
}
.pinned-image {
    display: flex;
    height: 90vh;
    justify-content: center;
    overflow: hidden;
}
.pinned-image.rounded_container {
    border-radius: 15px;
}
.pinned-image--medium {
    height: 75vh;
}
.pinned-image--small {
    height: 50vh;
}
.pinned-image__container {
    transform: scale(0.8);
    border-radius: 15px;
    overflow: hidden;
}
.pinned-image__container-overlay {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.pinned-image__container,
.pinned-image__container img,
.pinned-image__container video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ccc;
}
.parallax_wrapper {
    position: relative;
    margin-bottom: 25px;
}


.parallax_wrapper .img_over {
    left: -25%;
    bottom: 10%;
    position: absolute;
    z-index: 99;
}
.parallax_wrapper .img_over img {
    border: 5px solid #fff;
    width: 50%;
    height: auto;
}
.parallax_wrapper.inverted .img_over {
    text-align: right;
    left: inherit;
    right: -25%;
}
img.rounded-img {
    border-radius: 10px;
}
.bg_gray {
    background-color: #f4f4f4;
}
.daterangepicker {
    border: 0 !important;
    font-family: Montserrat, Helvetica, sans-serif !important;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}
.daterangepicker .calendar-table th {
    font-size: 13px !important;
}
.daterangepicker .calendar-table td {
    width: 40px !important;
    height: 35px !important;
    font-size: 13px !important;
    font-weight: 500;
}
@media screen and (min-width: 560px) {
    .daterangepicker.single {
        width: auto !important;
    }
}
.applyBtn.btn.btn-sm.btn-primary {
    background-color: #4b514d;
    border: 0;
}
.drp-selected {
    display: none !important;
}
@media screen and (max-width: 600px) {

    .hero .wrapper small{
        width: 90%;
    }
    .banner-btn {
        color: #f7f7f7;
        padding: 10px 45px;
        margin-top: 30px;
        font-size: 14px;
    }
    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }
    .daterangepicker .drp-calendar.left,
    .daterangepicker .drp-calendar.right {
        clear: none !important;
        float: none !important;
        margin-right: 0;
    }
}
.footer-submit-btn input#submit-contact {
    width: 200px;
}
p.footer-submit-btn {
    text-align: center;
    margin: 20px 0 0 0 ;
}
div#contactform {
    padding: 30px;
    background:#e85a0029;
    border-radius: 10px;
}
.form-head{
    text-align: center;
}
.nice-select {
    font-weight: 400 !important;
}
.error_message {
    color: red;
}
.form-group label {
    font-weight: 500;
    margin-bottom: 3px;
}
.form-control {
    border-color: #ededed;
    color: #333;
    font-size: 1rem;
    height: 31px !important;
    border: 2px solid #ededed;
    border-radius: 0;
    padding: 10px 10px 14px 10px !important;
}
.form-control:focus {
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}
textarea.form-control {
    height: 130px !important;
}
#success_page {
    padding: 30px 0;
    text-align: center;
    font-size: 1.5rem;
}
#success_page h5 {
    margin-top: 15px;
}
#success_page h5 span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
}
#confirm {
    text-align: center;
    padding: 60px 15px;
}

.nav-tabs .nav-link{
    font-size:25px;
    text-transform:uppercase;
    border:1px solid #000;
    border-radius:0px;
    color:#000;
    margin:10px 5px;
    padding:2px 50px;
    
}
.nav-tabs{
    border:0;
}
.nav-tabs .nav-link:hover{
    background:#015aa8;
    color:#fff;
    box-shadow: 0px 10px 10px #ababab;
}
.nav-tabs .nav-link.active{
    background:#015aa8;
    color:#fff;
    box-shadow: 0px 10px 10px #ababab;
}
#projects .margin-top{
    margin-top: 100px;
}
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
.inlinesvg .svg svg {
    display: inline;
}
.icon--order-success svg path {
    -webkit-animation: 0.25s ease-in-out 0.7s backwards checkmark;
    animation: 0.25s ease-in-out 0.7s backwards checkmark;
}
.icon--order-success svg circle {
    -webkit-animation: 0.6s ease-in-out backwards checkmark-circle;
    animation: 0.6s ease-in-out backwards checkmark-circle;
}
.margin_120_95 {
    padding-top: 145px;
    padding-bottom: 75px;
}
.margin_overview{
    padding-top: 80px;
    padding-bottom: 40px;
}
.margin_120,
.margin_120_0 {
    padding-top: 120px;
}
.margin_120 {
    padding-bottom: 120px;
}
.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}
.margin_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.margin_80_55 {
    padding-top: 80px;
    padding-bottom: 55px;
}
.margin_80_0 {
    padding-top: 80px;
}
.margin_60_0 {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .floor-plans .floor-img img {
        width: 100%;
        height: 100%;
    }
    .high-details p {
        padding-left: 15px;
        margin: 5px;
        line-height: 1.5;
    }
    .margin_120{
        padding-top: 60px;
        padding-bottom: 60px;
    }
   
    header nav ul li:first-child {
        display: none;
    }
    .hamburger_2 {
        top: 5px;
    }
    .menu_v1 .closebt,
    .menu_v1 .hamburger_2,
    .menu_v1 .layer {
        display: block;
    }
    .menu_v1 .logo_panel {
        display: flex;
    }
    .hero.full-height,
    .hero.medium-height,
    .hero.small-height {
        min-height: 600px;
    }
    .parallax_section_1 {
        min-height: 650px;
    }
    .box_cat_rooms {
        height: 480px;
    }
    .parallax_wrapper {
        padding-left: 25%;
    }
    .parallax_wrapper .img_over {
        left: 0;
    }
    .parallax_wrapper.inverted {
        padding-left: inherit;
        padding-right: 25%;
    }
    .parallax_wrapper.inverted .img_over {
        left: inherit;
        right: 0;
    }
    .margin_80 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .margin_80_55 {
        padding-top: 60px;
        padding-bottom: 35px;
    }
    .margin_60_0,
    .margin_80_0 {
        padding-top: 60px;
    }
}
@media (max-width: 575px) {
    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 2rem;
    }
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
    .margin_60_0,
    .margin_80_0 {
        padding-top: 45px;
    }
}
.add_bottom_60 {
    padding-bottom: 60px;
}
.add_bottom_120 {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .mobile-view{display: block;}
.desktop-view{display: none;}
    .career-detail-apply .apply-now {
        min-width: 160px;
        padding: 14px;
        box-shadow: unset;
    }
    .career-detail-apply {
        text-align: start;
    }
    .job-left-section .job-loc{
        padding: 0;
        margin: 0;
    }
    ul.o_details {
        display: block;
        margin-top: 15px;
    }
    ul.o_details li {
        background: #e85a00;
        color: #fafafa;
        padding: 5px 15px;
        font-weight: 500;
        font-size: 13px;
        border-radius: 4px;
        width: 100%;
        margin: 2px;
    }
    .career .career-section .description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        /* min-height: 46px; */
    }
    .career .career-section {
        padding: 30px 10px;
    }
    .reverse-section{
        flex-direction: column-reverse;
    }
    .container.banner-text .slide-text.white {
        position: relative;
        left: 1%;
    }

    .footer-bottom h4 {
        color: #fff;
        border-bottom: 1px solid #7575757a;
        padding-bottom: 10px;
        width: 70%;
        margin: auto;
    }
    .right-fottor-section p {
        font-size: 13px;
        margin: 13px 0px 20px;
    }
    .price-section .price-box {
        padding: 40px 20px;
        margin: 10px 10px;
    }
    .mobile-section-footer {
        position: sticky;
        bottom: 0;
        z-index: 100;
        background: #e85a00;
        width: 100vw;
        padding: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-section-footer a.btn {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
    }


    .mobile-section{
        position: fixed;
        bottom: 0;

    }
    img.check-icon {
        width: 21px;
        padding: 4px;
        margin-right: 5px;
    }

    p.banner-high {
        margin: 0;
        font-size: 15px;
        padding-bottom: 6px;
    }
    .banner-typology .banner-typology-detail {
        padding: 8px 18px;
        border: 1px solid #fff;
        border-radius: 40px;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 1px;
        display: block;
    }
    .banner-price .banner-price-detail {
        padding: 10px 18px;
        border: 1px solid #fff;
        border-radius: 40px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .banner-price {
        margin-top: 10px;
    }
    .banner-form{
        display: none;
    }
    .query-btn-section .query-btn {
        min-width: 140px;
        font-size: 13px;
        padding: 13px 18px;
    }
    .box_cat_rooms .info {
        padding: 25px 15px 30px;
    }
    .container.banner-text {
        margin-left: 0;
    }
    .box_cat_rooms .info h3 {
        color: #fff;
        font-size: 28px;
    }
    h4.project-price {
        font-size: 20px;
    }
    hr.more_margin {
        margin: 0px;
    }
    .marquee {
        width: 100vw;
        max-width: 100%;
        height: 80px;
        overflow: hidden;
        font-size: 60px;
        font-weight: 700;
        margin-top: 0;
    }

    .hero .wrapper p {
        padding: 0;
        font-size: 1.125rem;
    }
    #carousel-home .owl-carousel .owl-slide {
        height: 96vh;
    }
    .slide-text h2,
    .slide-text h3 {
        font-size: 38px;
    }
    #icon_drag_mobile {
        display: block;
    }
    .box_facilities h3 {
        font-size: 1.125rem;
    }
    .box_facilities.white {
        padding: 0;
        margin-bottom: 25px;
    }
    .box_facilities.white i {
        font-size: 3.875rem;
    }
    .box_overlay {
        padding: 30px;
    }
    .pic {
        position: static;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .pic h4 {
        position: static;
    }
    .pic figure {
        margin: 0 auto 10px;
    }
    .comment {
        text-align: center;
        border: 0;
        padding: 0;
    }
    .box_item_info .facilities ul li {
        float: none;
        width: 100%;
    }
    .row_list_version_1 .box_item_info {
        margin: -150px 10px 0;
        padding: 20px 25px 10px;
    }
    .row_list_version_2 {
        margin-bottom: 70px;
    }
    .row_list_version_2 .box_item_info,
    .row_list_version_2.inverted .box_item_info {
        margin: -50px 10px 0;
        padding: 20px 25px 10px;
    }
    .row_list_version_3 .box_item_info {
        margin: -40px 10px 0;
        padding: 20px 25px 10px;
    }
    .margin_120_95 {
        padding-top: 112px;
        padding-bottom: 31px;
    }
    .margin_overview{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .add_bottom_120 {
        padding-bottom: 90px;
    }
}


a.dropdown-item {
    color: #000!important;
    font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: unset;
}

.submenu_version .main-menu ul li {
    position: relative;
}
@media only screen and (min-width: 992px) {
    .submenu_version .main-menu {
        width: auto;
    }
    /* .submenu_version .main-menu ul > li > a:hover {
        opacity: 0.6;
    }
    .submenu_version .main-menu ul > li > a.btn_1:hover {
        opacity: 0.6;
    } */
    .submenu_version .main-menu ul li.submenu:hover > a:before,
    .submenu_version .main-menu ul li.submenu:hover > a:after {
        bottom: -10px;
        opacity: 0;
    }
    .submenu_version .main-menu ul ul {
        position: absolute;
        border-top: 2px solid #e85a00;
        z-index: 1;
        visibility: hidden;
        left: 0;
        top: 130%;
        margin: 0;
        display: block;
        text-align: left;
        padding: 0;
        background: #fff;
        min-width: 210px;
        -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        transform: scale(0.4);
        transform-origin: 10% top;
        transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .submenu_version .main-menu ul ul:before {
        bottom: 100%;
        left: 12%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #e85a00;
        border-width: 7px;
        margin-left: -7px;
    }
    .submenu_version .main-menu ul li:hover > ul {
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-duration: 0s, 0.2s, 0.2s;
        transition-duration: 0s, 0.2s, 0.2s;
    }
    .submenu_version .main-menu ul ul li {
        display: block;
        margin: 0;
    }
    .submenu_version .main-menu ul ul li a {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #333 !important;
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 12px 15px;
        font-weight: 500;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .submenu_version .main-menu ul ul li:last-child a {
        border-bottom: none;
    }
    .submenu_version .main-menu ul ul li:first-child a:hover {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .submenu_version .main-menu ul ul li:last-child a {
        border-bottom: none;
    }
    .submenu_version .main-menu ul ul li:last-child a:hover {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
    .submenu_version .main-menu ul ul li:hover > a {
        background-color: #f9f9f9;
        color: #e85a00 !important;
        padding-left: 20px;
        opacity: 1;
    }
}
@media only screen and (max-width: 991px) {
    .submenu_version .main-menu ul li:hover > ul {
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-duration: 0s, 0.2s, 0.2s;
        transition-duration: 0s, 0.2s, 0.2s;
    }

    .submenu_version .main-menu ul li:hover > ul {
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-duration: 0s, 0.2s, 0.2s;
        transition-duration: 0s, 0.2s, 0.2s;
    }
    /* .submenu .show-submenu ul{
        display: none;
    }
    .submenu .show-submenu:hover > ul{
        display: block;
    } */
   
    .submenu_version .main-menu ul > li > a.show-submenu:hover:after {
        color: #e85a00;
    }
    .submenu_version .main-menu ul > li > a.show-submenu:after {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "bootstrap-icons";
        font-size: 18px;
        font-size: 1.125rem;
        content: "\F282";
        line-height: 1;
        float: right;
        transform: rotate(0);
    }
    .submenu_version .main-menu ul > li > a.show-submenu.show_normal:after {
        transform: rotate(180deg);
    }
    .submenu_version .main-menu ul li.submenu ul {
        border-left: 1px solid #ededed;
        margin: 0 0 15px 25px;
    }
    .submenu_version .main-menu #mainNav ul li ul li a {
        text-transform: none !important;
        font-weight: 500;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .submenu_version .main-menu .show-submenu + ul {
        opacity: 0;
        display: none;
    }
    .submenu_version .main-menu a.show-submenu.show_normal + ul {
        opacity: 1;
        display: block;
    }
    .submenu_version .main-menu #mainNav a.show-submenu.show_normal {
        color: #e85a00 !important;
    }
}
input#name_contact3, input#phone_contact3, input#email_contact3, input#message_contact3, select#experience, input#uploadcv {
    border: 1px solid;
    border-color: #d9ad5b;
}


@media(max-width:1480px){
    .pinned-image--small {
        height: 65vh;
    }
}



/* Offer sticky css */

.patch-img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    z-index: 999;
  }
  .patch-img img {
    animation: show-on-load 2s .5s cubic-bezier(0,1.6,.6,1) forwards;
    opacity: 0;
    width: 100%;
  }
  @keyframes show-on-load {
    0% {
      opacity: 0;
      transform: scale(.5);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes fade-in {
    to {
      opacity: 1;
    }
  }
  
  
  
  
.mobile-section {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    display: none;
    box-shadow: 0 -3px 15px #0000001a;
}


.mobile-section .btn img {
    width: 25px;
}

.mobile-btn img {
    width: 32px;
}

.mobile-section .btn {
    flex: 1;
    display: grid;
    align-items: center;
    justify-content: space-around;
    position: relative;
    justify-items: center;
    box-shadow: 4px 4px 10px #0000001a!important;
}

.mobile-btn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
    font-size: 31px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #e85a00;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    display: flex;
}

.whtsap-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    font-size: 31px;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #248e4f;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    font-size: 24px;
}

@media (max-width: 767px){
    .mobile-section {
        display: flex !important;
        z-index: 99999 !important;
    }
    
    .whatsapp-ico{
        display:none;
    }
  .img-column img {
    width: 100%;
    height: 380px;
}
.highlight-div {
    margin-top: 20px;
    overflow-x: scroll;
    height: 382px;
}
.plans-section .tabs-content .tab .image img {
    width: 100%;
    display: block;
    height: 330px;
}
.title h2, .title h3{
    text-align:center;
}
.owl-carousel.rounded-img .owl-item {
    height: 328px;
}
    .mobile-btn {
        display: none;
    }
    
    .whtsap-btn {
        display: none;
    }
    
    .layer-1 h1 {
        font-size: 24px !important;
        max-width: 700px;
    }
}

.footer-logo img, .navbar-brand img {
    height: 50px !important;
}

.prop-img img{
    /* max-height:240px; */
    height: 240px !important;
    width: 100%;
}


/* ********************* Landing page********************* */

/*** 

====================================================================
    Reset
====================================================================

 ***/
 


.bordered-layout .page-wrapper{
    padding:0px 50px 0px;
}

a{
    text-decoration:none;
    cursor:pointer;
    color: #ffffff;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}

.popup-form h3{
    margin-bottom:35px;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.6em;
}
h1 {
    font-size: 27px;
}

input,button,select,textarea{
    font-family: 'Montserrat', sans-serif;
}

textarea{
    overflow:hidden;
}

p{
    position:relative;
    line-height:1.8em;  
}

.strike-through{
    text-decoration:line-through;   
}

.gray_bg{
    background-color:#f5f5f5;
}

.auto-container{
    margin:0 auto;
}
.image-column {
padding-right: 0px !important;
padding-left: 0px !important;
}

.medium-container{
    max-width:850px;
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}

img{
    display:inline-block;
    max-width:100%;
}

a.whatsapp_float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99; 
    text-decoration: none;
}
a.whatsapp_float .fa {  
    display: none;
}   

.theme-btn{
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.centered{
    text-align:center;  
}

.img-column img{
    width: 100%;
    height: 500px;
}

/*List Style One*/
.location-tb{ color: #000 !important}
.list-style-one{
    position:relative;
}

.list-style-one li{
    position:relative;
    color:#232323;
    font-size:16px;
    padding-left:40px;
    font-weight:400;
    margin-bottom:18px;
    font-family: 'Montserrat', sans-serif;
}

.list-style-one li:last-child{
    margin-bottom:0px;
}

.list-style-one li .icon{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    color:#fa2964;
    font-size:22px;
    line-height:1em;
}

/*List Style Two*/

.list-style-two{
    position:relative;
}

.list-style-two li{
    position:relative;
    color:#2a2a2a;
    font-size:16px;
    font-weight:400;
    padding-left:35px;
    display:inline-block;
    margin-right:30px;
    margin-bottom:12px;
    font-family: 'Montserrat', sans-serif;
}

.list-style-two li:last-child{
    margin-right:0px;
}

.list-style-two li .icon{
    position:absolute;
    left:0px;
    top:0px;
    color:#fa2964;
    font-size:18px;
}

/*List Style Three*/

.list-style-three{
    position:relative;
}

.list-style-three li{
    position:relative;
    color:#666666;
    font-size:16px;
    font-weight:700;
    padding-left:30px;
    text-indent: -30px;
    list-style: none;
    margin-bottom:15px;
}

/*List Style Four*/

.list-style-four{
    position:relative;
}

.list-style-four li{
    position:relative;
    color:#666666;
    font-size:20px;
    font-weight:400;
    padding-left:60px;
    margin-bottom:35px;
    font-family: 'Montserrat', sans-serif;
}

.list-style-four li .icon{
    position:absolute;
    left:0px;
    top:0px;
    color:#fa2964;
    font-size:32px;
    font-weight:400;
    line-height:1em;
}

.list-style-four li strong{
    color:#2a2a2a;
}

/*List Style Five*/

.list-style-five{
    position:relative;
}

.list-style-five li{
    position:relative;
    color:#cfcfcf;
    font-size:15px;
    font-weight:700;
    padding-left:26px;
    margin-bottom:12px;
}

.list-style-five li:before{
    position:absolute;
    content:'.';
    left:0px;
    top:-22px;
    color:#fa2964;
    font-size:70px;
    font-weight:400;
    font-family: 'FontAwesome';
}

/*List Style Six*/

.list-style-six{
    position:relative;
}

.list-style-six li{
    position:relative;
    color:#cfcfcf;
    font-size:16px;
    padding-left:26px;
    margin-bottom:18px;
}

.list-style-six li .icon{
    position:absolute;
    left:0px;
    top:4px;
    color:#fa2964;
    line-height:1em;
    font-size:16px;
}

/*List Style Seven*/

.list-style-seven{
    position:relative;
    margin-bottom:40px;
}

.list-style-seven li{
    position:relative;
    color:#2a2a2a;
    font-size:16px;
    padding-left:30px;
    margin-bottom:15px;
    font-family: 'Montserrat', sans-serif;
}

.list-style-seven li .icon{
    position:absolute;
    left:0px;
    top:4px;
    color:#fa2964;
    line-height:1em;
    font-size:18px;
}

/*List Style Eight*/

.list-style-eight{
    position:relative;
    margin-top:30px;
}

.list-style-eight li{
    position:relative;
    color:#666666;
    font-size:14px;
    font-weight:400;
    padding-left:40px;
    margin-bottom:10px;
}

.list-style-eight li:before{
    position:absolute;
    content: '\f178';
    left:0px;
    top:2px;
    color:#fa2964;
    font-size:20px;
    font-weight:300;
    font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one{
    position:relative;
    padding:11px 26px 10px;
    line-height:24px;
    text-transform:uppercase;
    background: #af7300;
    color:#ffffff;
    border: 2px solid #976300;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
    background:#333333;
    color:#ffffff;
    border-color:#333333;
}

/*Btn Style Two*/

.btn-style-two{
    position:relative;
    padding:11px 20px;
    line-height:24px;
    text-transform:uppercase;
    background:none;
    color:#fa2964;
    border:1px solid #fa2964;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-two:hover{
    background:#fa2964;
    color:#ffffff;
}

/*Btn Style Three*/

.btn-style-three{
    position:relative;
    padding:11px 25px;
    line-height:24px;
    text-transform:uppercase;
    background:none;
    color: #a17c21;
    border: 1px solid #a17c21;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    z-index: 99999;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-three:hover{
    background: #a17c21;
    color:#ffffff;
    border-color: #a17c21;
}

/*Btn Style Four*/

.btn-style-four{
    position:relative;
    padding:10px 26px;
    line-height:24px;
    text-transform:uppercase;
    background:#ffffff;
    color:#fa2964;
    border:2px solid #ffffff;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
    background:none;
    color:#ffffff;
}

table{width:100%;}
table, th, td {border: 1px solid #fbd67c;text-align: center;padding: 2px;color: #fbd67c;}

/*Social Icon One*/

.social-icon-one{
    position:relative;
}

.social-icon-one li{
    position:relative;
    margin:0px 1px;
    display:inline-block;
}

.social-icon-one li a{
    font-size:16px;
    width:42px;
    height:42px;
    display:inline-block;
    line-height:46px;
    color:#2a2a2a;
    text-align:center;
    background-color:#ffffff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.social-icon-one li a:hover{
    color:#ffffff;
    background-color:#fa2964;
}


/*Social Icon Two*/

.social-icon-two{
    position:relative;
}

.social-icon-two li{
    position:relative;
    margin-right:6px;
    display:inline-block;
}

.social-icon-two li a{
    position:relative;
    width:40px;
    height:40px;
    display:inline-block;
    line-height:40px;
    color:#cfcfcf;
    font-size:14px;
    text-align:center;
    border-radius:50%;
    background-color:#202020;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.social-icon-two li a:hover{
    color:#ffffff;
    background-color:#fa2964;
}

/*Social Icon Three*/

.social-icon-three{
    position:relative;
}

.social-icon-three li{
    position:relative;
    margin-right:12px;
    display:inline-block;
}

.social-icon-three li a{
    position:relative;
    display:inline-block;
    color:#9f9f9f;
    font-size:16px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.social-icon-three li a:hover{
    color:#fa2964;
}

/*Social Icon Four*/

.social-icon-four{
    position:relative;
}

.social-icon-four li{
    position:relative;
    margin-right:4px;
    display:inline-block;
}

.social-icon-four li a{
    position:relative;
    width:32px;
    height:32px;
    color:#ffffff;
    font-size:14px;
    line-height:32px;
    text-align:center;
    display:inline-block;
    background-color:#4464b1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.social-icon-four li.twitter a{
    background-color:#57acef;
}

.social-icon-four li.linkedin a{
    background-color:#007bb6;
}

.social-icon-four li.vimeo a{
    background-color:#62a0ad;
}

/*Social Icon Five*/

.social-icon-five{
    position:relative;
}

.social-icon-five li{
    position:relative;
    margin-right:2px;
    display:inline-block;
}

.social-icon-five li a{
    position:relative;
    width:42px;
    height:42px;
    display:inline-block;
    color:#2a2a2a;
    font-size:14px;
    text-align:center;
    line-height:42px;
    background-color:#f7f7f7;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.social-icon-five li a:hover{
    color:#ffffff;
    background-color:#fa2964;
}

.theme_color{
    color:#fa2964;  
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image: url('../images/preloader.svg');}

img{
    display:inline-block;
    max-width:100%;
    height:auto;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/


/*** 

====================================================================
    Main Header style
====================================================================

***/

/*** 

====================================================================
    Hidden Sidebar style
====================================================================

***/


.hidden-bar{
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background: #1c1c1c;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
    margin-right:0px;   
}

.hidden-bar.right-align.visible-sidebar{
    left:0px;   
}

.hidden-bar.right-align {
    left: -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0px;
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    right:20px;
    top:10px;
    background: none;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
    background: none;
    display:block;
    font-size: 16px;
    color:#ffffff;
    width:40px;
    height:40px;
    line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #ffffff;
}

.hidden-bar-wrapper {
    height: 100%;
    padding:30px 5px 30px 30px;
}

.hidden-bar .logo {
    padding:0px 0px 30px;
    background: #1c1c1c;
}

.hidden-bar .logo img{
    display:inline-block;
    max-width:100%; 
}

.hidden-bar .content-box{
    position:relative;
    padding-right:32px;
}

.hidden-bar .content-box h2{
    position:relative;
    font-size:18px;
    color:#ffffff;
    font-weight:500;
    margin-bottom:20px;
}

.hidden-bar .content-box .text{
    position:relative;
    font-size:14px;
    color:rgba(255,255,255,0.60);
    margin-bottom:25px;
}

.hidden-bar .contact-info{
    position:relative;
    margin-top:60px;
}

.hidden-bar .contact-info h2{
    position:relative;
    font-size:18px;
    color:#ffffff;
    font-weight:500;
    margin-bottom:20px;
}

/*** 

====================================================================
    Main Slider style
====================================================================

***/

.main-slider{
    position:relative;
    z-index:10;
}

.main-slider .tp-caption{
    z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
    background:rgba(0,0,0,0.40) !important; 
}


.main-slider h2{
    position:relative;
    color:#ffffff;
    font-size:55px;
    font-weight:600;
    line-height:1.1em;
    display:inline-block;
}

.main-slider .price{
    position:relative;
    font-size:36px;
    font-weight:600;
    color:#ffffff;
    line-height:1.9em;
    font-style:italic;
}

.main-slider .btns-box .theme-btn{
    margin-right:20px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
    display:none !important;    
}


.schedule-form-section{
    position:relative;
    margin-bottom:130px;
}

.schedule-form-section .inner-container{
    position:relative;
    margin-top:-650px;
    z-index:99;
}

/*Schedule Box*/

.schedule-box{
    position:relative;
    max-width:390px;
    float:right;
    width:100%;
}

.schedule-box .inner-box{
    position:relative;
    padding:55px 35px 50px;
    background-color:#ffffff;
}

.schedule-box .inner-box h3{
    position:relative;
    color:#2a2a2a;
    font-size:20px;
    letter-spacing:1px;
    text-align:center !important;
    display:block;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:35px;
    text-transform:uppercase;
}

/*Schedule Form*/

.schedule-form{
    position:relative;
}

.schedule-form .row{
    margin:0px -10px;
}

.schedule-form .form-group{
    position:relative;
    margin-bottom:20px;
    padding:0px 10px;
}

.schedule-form .form-group .icon{
    position:absolute;
    right:25px;
    top:18px;
    z-index:10;
    color:#9f9f9f;
}

.schedule-form input[type="text"],
.schedule-form input[type="email"],
.schedule-form textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 22px;
    height:50px;
    color:#222222;
    font-size:16px;
    border:1px solid #e6e6e6;
    background-color:#ffffff;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
}

.schedule-form textarea{
    resize:none;
}

.schedule-form input[type="text"]:focus,
.schedule-form input[type="email"]:focus,
.schedule-form textarea:focus{
    border-color:#fa2964;
}

.schedule-form .theme-btn{
    margin-top:10px;
    padding:11px 24px 10px;
}

.home-detail {
    width: 418px;
}
.home-detail .inner{
        position: relative;
        padding: 25px;
        background-color: #ffffff;
}

.home-detail .inner h3{
    position:relative;
    color:#2a2a2a;
    font-size:25px;
    font-weight:400;
    line-height:1.2em;
    margin-bottom:5px;
        padding-top: 20px;
        padding-left: 20px;
}
.main-slider-banner {
padding-bottom: 0px;
}
.navbar-collapse .navigation .contact-menu{margin-left:30px} .navbar-collapse .navigation .contact-menu a{border:1px solid #464646;color:#FFF} .navbar-collapse .navigation .contact-menu a:hover, .navbar-collapse .navigation .contact-menu.active a{border:1px solid #9d7f1b;color:#FFF;background-color:#9d7f1b}
.home-detail .inner .text{
    position:relative;
    color:#666666;
    font-size:14px;
    line-height:1.4em;
    padding-left: 20px;
}

.home-detail .inner .home-list{
    position:relative;
    margin-bottom: 25px;
    padding-top: 30px;
}

.home-detail .inner .home-list li{
    position:relative;
    color: #976301;
    font-size: 20px;
    font-weight:500;
    text-align:center;
    padding: 0 4px;
    display:inline-block;
    border-right:1px solid #e6e6e6;
}

.home-detail .inner .home-list li:last-child{
    margin-right:0px;
    padding-right:0px;
    border:none;
}

.home-detail .inner .home-list li span{
    position:relative;
    color:#666666;
    font-size:15px;
    display:block;
    margin-top:8px;
}

.home-detail .inner .price{
    position:relative;
    color:#2a2a2a;
    font-size: 24px;
    font-weight:600;
    line-height: 2.4em;
    padding-left: 20px;
}

.btns-box{ padding-left: 20px;}
.main-slider.style-v1 .home-detail .inner,
.main-slider.style-v1 .home-detail .inner:before{
    border-radius:0;    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.main-slider.style-v1 .btns-box .theme-btn{
    margin-top:10px;
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title{
    position:relative;
    margin-bottom:0px;
}

.sec-title h2{
    font-size:36px;
    color:#2a2a2a;
    line-height:1em;
    font-weight:600;
    text-transform:capitalize;
}
.master-plan {
 
margin-bottom: 30px !important;}
.sec-title .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
}

.sec-title.centered{
    text-align:center;
}

.sec-title.light h2{
    color:#ffffff;
}

/*** 

====================================================================
    About Section
====================================================================

***/

#about .parallax_wrapper img.rounded-img{
    height:347px;
}

#about .parallax_wrapper .small-img{
   height: 218px !important;
   width: 100%;
}

.about-section{
    position:relative;
    padding:115px 0px;
}

.about-section .content-column{
    position:relative;
    margin-bottom:40px;
}

.about-section .content-column .inner-column{
    position:relative;
    padding-right:168px;
}

.about-section .content-column .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:35px;
}

.about-section .content-column .owl-dots{
    display:none;
}

.about-section .content-column .owl-nav{
    position:absolute;
    right:0px;
    bottom:-40px;
    width:52px;
    height:26px;
    text-align:center;
    border:1px solid #666666;
}

.about-section .content-column .owl-nav .owl-next{
    width:25px;
    height:25px;
    float:left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.about-section .content-column .owl-nav .owl-prev{
    width:25px;
    height:25px;
    float:left;
    border-right:1px solid #666666;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.about-section .gallery-column{
    position:relative;
}

.about-section .gallery-column .inner-column{
    position:relative;
    margin-right:-50px;
}

.about-section .gallery-column .inner-column .image{
    position:relative;
    border:10px solid #ffffff;
}

.about-section .gallery-column .inner-column .image img{
    width:100%;
    display:block;
}

.about-section .gallery-column .inner-column .left-column,
.about-section .gallery-column .inner-column .right-column{
    padding:0px 5px;
}

.about-section .gallery-column .inner-column .right-column .image{
    border-bottom:0px;
}

.about-section .gallery-column .inner-column .left-column .image{
    margin-right:-60px;
    z-index:1;
}

.about-section .gallery-column .inner-column h3{
    position:absolute;
    left:-60px;
    bottom:-10px;
    color:#f5f5f5;
    font-size:50px;
    font-weight:700;
    line-height:1em;
    font-family: 'Lato', sans-serif;
}

/*Property Info Block*/

.property-info-block{
    position:relative;
    margin-top:80px;
    border:1px solid #e6e6e6;
    border-right:none;
}

.property-info-block .column{
    padding:0px;
    border-right:1px solid #e6e6e6;
}

/*About Info*/

.about-info{
    position:relative;
}

.about-info .inner{
    position:relative;
    padding:30px 0px;
    text-align:center;
}

.about-info .inner .icon{
    position:relative;
    color:#fa2964;
    font-size:50px;
    line-height:1em;
    margin-bottom:15px;
    display:block;
}

.about-info .inner .title{
    position:relative;
    color:#232323;
    font-size:14px;
    margin-bottom:5px;
    font-family: 'Montserrat', sans-serif;
}

.about-info .inner .total{
    position:relative;
    color:#232323;
    font-size:25px;
    font-weight:500;
    line-height:1.2em;
    font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
    Measurement Section
====================================================================

***/


.fluid-section-one{
    position:relative;
}

.fluid-section-one .outer-container{
    position:relative;
    min-height:250px;
    background-color:#2a2a2a;
}

.fluid-section-one .image-column{
    position:absolute;
    float:left;
    left:0px;
    top:0px;
    width:50%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;  
}

.fluid-section-one .image-column .overlay-link{
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    width:100%;
    height:100%;
    display:block;
    text-align:center;
}

.fluid-section-one .image-column .overlay-link .fa{
    position:relative;
    top:50%;
    width:100px;
    height:100px;
    color:#fa2964;
    font-size:30px;
    line-height:100px;
    text-align:center;
    border-radius:50%;
    margin-top:-50px;
    margin:0 auto;
    padding-left:5px;
    background-color:#ffffff;
}

.fluid-section-one .image-column .image-box{
    position:relative;
    display:none;   
}

.fluid-section-one .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.fluid-section-one .content-column{
    position:relative;
    float:right;
    width:50%;
}

.fluid-section-one .content-column .inner-box{
    position:relative;
    max-width:700px;
    padding:130px 46px 60px 70px;
}

.fluid-section-one .content-column .inner-box h2{
    position:relative;
    color:#ffffff;
    font-size:36px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:15px;
}

.fluid-section-one .content-column .inner-box .text{
    position:relative;
    color:#cfcfcf;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:50px;
}

/*Featured Block*/

.featured-block{
    position:relative;
    margin-bottom:50px;
}

.featured-block .featured-inner{
    position:relative;
}

.featured-block .featured-inner h3{
    position:relative;
    color:#ffffff;
    font-size:20px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:28px;
    padding-left:28px;
    border-left:6px solid #fa2964;
}

.featured-block .featured-inner .featured-text{
    position:relative;
    padding-left:21px;
    color:#cfcfcf;
    font-size:16px;
    line-height:1.8em;
}


/*** 

====================================================================
    Gallery Section
====================================================================

***/
.gallery-section{
    position:relative;
    padding:110px 0px 90px;
    background-color:#f5f5f5;
}
.gallery-section .masonry-items-container{
    position:relative;  
}
.gallery-block{
    position:relative;
    margin-bottom:30px;
}
.gallery-block .inner-box{
    position:relative;
}
.gallery-block .inner-box .image{
    position:relative;
}
.gallery-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}
.gallery-block .inner-box .overlay-box{
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:30%;
    background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.gallery-block .inner-box .overlay-box .lower-box{
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    padding:0px 30px 30px;
}
.gallery-block .inner-box .overlay-box .lower-box h3{
    position:relative;
    font-size:25px;
    font-weight:600;
    line-height:1.3em;
}
.gallery-block .inner-box .overlay-box .lower-box h3 a{
    position:relative;
    color:#ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-block .inner-box .overlay-box .lower-box h3 a:hover{
    color:#fa2964;
}
.gallery-block .inner-box .overlay-box .lower-box .total-gallery{
    position:relative;
    top:5px;
    color:#ffffff;
    font-size:25px;
    font-weight:600;
    margin-top:30px;
}
.gallery-block .inner-box .overlay-box .lower-box .total-gallery .icon{
    font-weight:400;
    font-size:20px;
    margin-left:4px;
}
.contact-section{
    position:relative;
    padding:50px 0px 50px;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
}
.contact-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:rgb(5 75 90 / 72%);
}
.contact-section .info-column{
    position:relative;
    margin-bottom:0px;
}
.contact-section .info-column .inner-column{
    position:relative;
    padding:50px 50px 30px;
    background-color:#2c2c2c;
}

.contact-section .info-column .inner-column h2{
    position:relative;
    color:#ffffff;
    font-size:28px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:30px;
}

.contact-section .info-column ul{
    position:relative;
}

.contact-section .info-column ul li{
    position:relative;
    color:#9f9f9f;
    font-size:16px;
    margin-bottom:22px;
}

.contact-section .info-column ul li span{
    position:relative;
    font-weight:500;
    color:#ffffff;
    display:block;
    margin-bottom:6px;
    font-family: 'Montserrat', sans-serif;
}

.contact-section .form-column{
    position:relative;
}

.contact-section .form-column .inner-column{
    position:relative;
    padding-left:80px;
}

.contact-section .form-column h2{
    position:relative;
    color:#fbd67c;
    font-size:28px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:35px;
    text-align: center;
}

/*Default Form*/

.default-form{
    position:relative;
}

.default-form .form-group{
    position:relative;
    margin-bottom:30px;
    text-align: center;
}
.default-form .form-group #countryCode {
    position: absolute;
    width: 150px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 57%;
    border: 0;
    padding-left: 33px;
    background-color: transparent;
    z-index: 99;    
}
.default-form .form-group #countryCode ~ input {
    padding-left: 150px; 
}
#enquire-now #countryCode {
    position: absolute;
    width: 94px;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    height: 57%;
    border: 0;
    background-color: transparent;
    z-index: 99;
}
#enquire-now #countryCode ~ .form-control {
    padding-left: 110px;
}
#countryCode option {
    color: #000;
}  
.default-form input[type="text"],
.default-form input[type="email"],
.default-form textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:40px;
    padding:10px 22px;
    height:60px;
    font-size: 18px;
    background-color: #2c2c2c00;
    transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-weight: 600;
    
}

.default-form textarea{
    height:220px;
    resize:none;
}

.default-form .theme-btn{
    margin-top:10px;
    padding:11px 18px 10px;
    background-color: rgba(49, 52, 54, 0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 26px;
    color: #fbd67c;
}

.contact-section.style-two{
    padding:120px 0px 80px;
}

.contact-section.style-two:before{
    display:none;
}

.contact-section.style-two .form-column h2{
    color:#2a2a2a;
}

.contact-section.style-two .form-column .inner-column{
    padding-left:70px;
}

/*Contact Form*/

.contact-form{
    position:relative;
}

.contact-form .form-group{
    position:relative;
    margin-bottom:30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:40px;
    padding:10px 22px;
    height:60px;
    color:#222222;
    font-size:16px;
    border:1px solid #e6e6e6;
    background-color:#ffffff;
    transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus{
    border-color:#fa2964;
}

.contact-form textarea{
    height:220px;
    resize:none;
}

.contact-form .theme-btn{
    margin-top:10px;
    padding:11px 18px 10px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
    border-color:#ff0000 !important;    
}

.contact-form label.error{
    display:block;
    line-height:24px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:12px;
    color:#ff0000;
    font-weight:500;    
}



/*** 

====================================================================
    Main Footer
====================================================================

***/

.main-footer{
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#2a2a2a;
    background-position:center center;
}

.main-footer .widgets-section {
    position: relative;
    padding: 30px;
}

.main-footer .footer-widget{
    position:relative;
    margin-bottom:30px;
}

.main-footer .footer-title{
    position:relative;
    margin-bottom:25px;
}

.main-footer .footer-title h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#ffffff;
    text-transform:capitalize;
}

.main-footer .logo-widget .logo{
    position:relative;
    margin-bottom:20px;
}

.main-footer .logo-widget .text{
    position:relative;
    color:#cfcfcf;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:35px;
}

/*Footer Lists*/

.footer-lists{
    position:relative;
}

.footer-lists li{
    position:relative;
    margin-bottom:10px;
}

.footer-lists li a{
    position:relative;
    color:#cfcfcf;
    font-size:16px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.footer-lists li a:hover{
    color:#fa2964;
}


/*Gallery Widget*/

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -6px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box:nth-child(3),
.main-footer .gallery-widget .image-box:nth-child(6){
    margin-right:0px;
}

.main-footer .gallery-widget .image-box .overlay-box{
    position:absolute;
    content:'';
    left:5px;
    right:5px;
    top:0px;
    height:100%;
    display:block;
    z-index:1;
    opacity:0;
    text-align:center;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    background-color:rgba(123,202,51,0.80);
}

.main-footer .gallery-widget .image-box:hover .overlay-box{
    opacity:1;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}


.main-footer .footer-bottom{
    position:relative;
    padding:20px 45px;
    background-color:#272727;
}

.main-footer .footer-bottom.style-two{
    background-color:#ffffff;
    padding-left:0px;
    padding-right:0px;
}

.main-footer .footer-bottom.style-two .copyright{
    color:#666666;
}

.main-footer .footer-bottom.style-two .copyright a{
    color:#2a2a2a;
}

.main-footer .footer-bottom .copyright{
    position:relative;
    color:#7f7f7f;
    font-size:16px;
}

.main-footer .footer-bottom .copyright a{
    position:relative;
    color:#ffffff;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    margin-left:30px;
    display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color:#7f7f7f;
    font-size:12px;
    font-weight:500;
    text-transform:uppercase;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#fa2964;
}

/*** 

====================================================================
    Property Info Section
====================================================================

***/

.property-info-section{
    position:relative;
    padding:0px;
    background-color: #fdedcf;
    border-bottom:1px solid #e6e6e6;
}

.property-info-section .auto-container{
    position:relative;
    max-width:1500px;
    margin:0 auto;
}

/*Property Info*/

.property-info{
    position:relative;
    border-right:1px solid #e6e6e6;
    height: 195px; 
}

.property-info:last-child{
    border:0px;
}
.property-info .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    text-align: center;
    width: 100%;
} 

.property-info .inner .icon{
    position:relative;
    color:#fa2964;
    font-size:50px;
    line-height:1em;
    margin-bottom:15px;
    display:block;
}

.property-info .inner .title{
    position:relative;
    color:#232323;
    font-size:14px;
    margin-bottom:5px;
    font-family: 'Montserrat', sans-serif;
}

.property-info .inner .total{
    position:relative;
    color:#232323;
    font-size:15px;
    font-weight:500;
    line-height:1.2em;
    font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
    About Section Two
====================================================================

***/

.about-section-two{
    position:relative;
    padding:50px 0px 50px;
}

.about-section-two .content-column{
    position:relative;
    margin-bottom:30px;
}

.about-section-two .content-column .inner-column{
    position:relative;
    padding-left: 50px;
}

.about-section-two .content-column h1{
    position:relative;
    color:#2a2a2a;
    font-size:36px;
    font-weight:600;
    line-height:1.3em;
    margin-bottom:30px;
}

.about-section-two .content-column .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:25px;
}
.about-section-two .content-column .text a {
    color: #666;
}

.about-section-two .content-column .price{
    position:relative;
    color:#fa2964;
    font-size:30px;
    font-weight:600;
    font-style:italic;
    margin-bottom:40px;
}

.about-section-two .content-column .price span{
    color:#9f9f9f;
    font-size:18px;
    font-weight:500;
}

.about-section-two .video-column{
    position:relative;
}

.about-section-two .video-column .inner-column{
    position:relative;
    padding-left:30px;
}

/*Video Box*/

.video-box{
    position:relative;
}

.video-box .image{
    position:relative;
    overflow:hidden;
}

.video-box .image img{
    position:relative;
    width:100%;
}

.video-box .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.video-box:hover .overlay-box{
    z-index:1;
    background-color:rgba(0,0,0,0.20);
}

.video-box .overlay-box span{
    position: relative;
    width:80px;
    height:80px;
    top: 47%;
    z-index:99;
    color: #ffffff;
    font-weight:700;
    font-size:22px;
    margin-top: -32px;
    text-align: center;
    border-radius:50%;
    line-height:76px;
    padding-left:4px;
    display: inline-block;
    border:2px solid #fa2964;
    background-color:#fa2964;
}

/*** 

====================================================================
    Services Section
====================================================================

***/

.convenience-section{
    position: initial;
}

.convenience-section .auto-container{
}

.convenience-section h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    font-size:36px;
    text-align:center;
    padding-bottom:60px;
}

.convenience-section .content-column{
    position:relative;
    width:60%;
    float:left;
}

.convenience-section .image-column{
    position: absolute;
    width:40%;
    float: right;
    right: 0px;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.convenience-section .image-column .image{
    position:relative;
    display:none;
}

.convenience-section .image-column .image img{
    position:relative;
    width:100%;
    display:block;
}

.popup-form .form-info{background: #ff8e46;height: 100%;padding: 15px;text-align: center;}

.popup-form .form-info .text-box{margin-bottom: 44px;color: #fff;}
.popup-form .form-info .text-box h4{color:#fff;margin-top: 19px;}


@media (max-width:767px){
    .home-detail {
    width: 357px;
}
    h4.project-typology{font-size:12px;}
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/

.convenience-info-tabs{
    position:relative;
}

.convenience-info-tabs .convenience-tabs{
    position:relative;
}

.convenience-info-tabs .convenience-tabs .tab-btns{
    position:relative;
    z-index:1;
    background-color:#ffffff;
    border-bottom:1px solid #e6e6e6;
}

.convenience-info-tabs .convenience-tabs .tab-btns .tab-btn{
    position:relative;
    display:block;
    float:left;
    width:50%;
    margin-right:0px;
    font-size:18px;
    color:#666666;
    text-transform:capitalize;
    font-weight:600;
    line-height:24px;
    cursor:pointer;
    text-align:center;
    padding:23px 15px 23px;
    transition:all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

.convenience-info-tabs .convenience-tabs .tab-btns .tab-btn.active-btn{
    color:#ffffff;
    background: #af7300;
}

.convenience-info-tabs .convenience-tabs .tabs-content{
    position:relative;  
}

.convenience-info-tabs .convenience-tabs .tabs-content .tab{
    position:relative;
    padding:70px 60px 50px;
    display:none;
    border-top:0px;
    background-color:#ffffff;
    height: 500px;
}

.convenience-info-tabs .convenience-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.convenience-info-tabs .convenience-tabs .tabs-content .tab .content p{
    color:#777777;
    font-size:14px;
    margin-bottom:20px;
}

.convenience-info-tabs .convenience-tabs .tabs-content h3{
    position:relative;
    color:#2a2a2a;
    font-size:20px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:25px;
}

.convenience-info-tabs .convenience-tabs .tabs-content .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:32px;
}

/*** 

====================================================================
    Gallery Section
====================================================================

***/
.site-plan{ padding: 130px 0px 0px  0px !important; }
.gallery-section-two{
    position:relative;
    padding:120px 0px 0px;
}

.gallery-section-two .sec-title{
    margin-bottom:0px;
}

.gallery-section-two .filters{
    margin-bottom:50px;
    text-align:center;
}

.gallery-section-two .filters .filter-tabs{
    position:relative;
    display:inline-block;
    border-top:2px solid #e6e6e6;
    border-bottom:2px solid #e6e6e6;
}

.gallery-section-two .filters li{
    position: relative;
    display: inline-block;
    color: #666666;
    padding:18px 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-right:30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section-two .filters li:last-child{
    margin-right:0px;
}

.gallery-section-two .filters .filter:before{
    position:absolute;
    content:'';
    left:0px;
    top:-2px;
    width:100%;
    height:2px;
    opacity:0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color:#fa2964;
}

.gallery-section-two .filters .filter:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-2px;
    width:100%;
    height:2px;
    opacity:0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color:#fa2964;
}

.gallery-section-two .filters .filter.active:before,
.gallery-section-two .filters .filter:hover:before,
.gallery-section-two .filters .filter.active:after,
.gallery-section-two .filters .filter:hover:after{
    opacity:1;
}

.gallery-section-two .filters .filter.active,
.gallery-section-two .filters .filter:hover{
    color:#fa2964;
}

.gallery-block-two.mix{
    display:none;
}

.gallery-section-two .gallery-block-two{
    position:relative;
    padding:0px;
}

.gallery-block-two .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
}

.gallery-block-two .image-box{
    position:relative;
    display:block;  
}

.gallery-block-two .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.gallery-block-two .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    color:#ffffff;
    text-align:center;
    background:rgba(12,22,35,0.80);
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    transition:all 700ms ease;
    -webkit-transform:translate(-100%,0%);
    -ms-transform:translate(-100%,0%);
    -o-transform:translate(-100%,0%);
    -moz-transform:translate(-100%,0%);
    transform:translate(-100%,0%);
}

.gallery-block-two .inner-box:hover .overlay-box{
    opacity:1;
    -webkit-transform:translate(0%);
    -ms-transform:translate(0%);
    -o-transform:translate(0%);
    -moz-transform:translate(0%);
    transform:translate(0%);
}

.gallery-block-two .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.gallery-block-two .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.gallery-block-two .overlay-inner .link{
    position:relative;
    font-size:16px;
    color:#ffffff;
    width:40px;
    height:40px;
    line-height:40px;
    font-weight:700;
    display:inline-block;
    background-color:#fa2964;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-block-two .overlay-inner .link:before{
    position:absolute;
    content:'';
    left:-15px;
    right:-15px;
    bottom:-15px;
    top:-15px;
    border:1px solid rgb(227, 11, 72);
}

.gallery-block-two .overlay-inner .link .icon{
    position:relative;
}

.gallery-block-two .overlay-inner .link:hover{
    color:#666666;
    background-color:rgba(255,255,255,1);
}

.gallery-block-two .inner-box h3{
    position:relative;
    font-size:17px;
    font-weight:600;
    text-align:center;
    padding:25px 0px 3px;
    line-height:1.2em;
}

.gallery-block-two .inner-box h3 a{
    position:relative;
    color:#242424;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.gallery-block-two .inner-box .text{
    position:relative;
    color:#fa2964;
    font-size:15px;
    text-align:center;
}


.plans-section{
    position:relative;
    padding:0px;
    background: radial-gradient(ellipse at center, rgb(10 131 159) 0%, rgb(7 129 157) 16%, rgb(10 82 98) 100%);
}

.plans-section .title-column{
    position:relative;
    margin-bottom:60px;
}

.plans-section .title-column .inner-column{
    position:relative;
    padding-top: 65px;
    padding-right: 40px;
    padding-left: 52px;
}

.plans-section .title-column .inner-column h2{
    position:relative;
    color:#ffffff;
    font-size: 22px;
    font-weight:600;
    line-height:1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.plans-section .title-column .inner-column .text{
    position:relative;
    color: #ffffff;
    font-size:16px;
    line-height:1.8em;
    margin-top:30px;
    margin-bottom:10px;
}

.plans-section .plans-tab{
    position:relative;
}

.plans-section .plans-tab .tab-btns{
    position:relative;
}

.plans-section .plans-tab .tab-btns li{
    position:relative;
    color:#2a2a2a;
    font-size:16px;
    font-weight:600;
    padding:9px 20px;
    cursor:pointer;
    margin-right:22px;
    margin-bottom:15px;
    display:inline-block;
    border:1px solid #2a2a2a;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.plans-section .plans-tab .tab-btns li.active-btn,
.plans-section .plans-tab .tab-btns li:hover{
    background-color:#fa2964;
    color:#ffffff;
    border-color:#fa2964;
}

.plans-section .tabs-content .tab{
    display:none;
}

.plans-section .tabs-content .tab.active-tab{
    display:block;
}

.plans-section .tabs-content .tab .image img{
    width:100%;
    display:block;
    height: 600px;
}

/*** 

====================================================================
    Fluid Section Two
====================================================================

***/

.fluid-section-two{
    position:relative;
}

.fluid-section-two .outer-container{
    position:relative;
    min-height:250px;
    background-color:#f7f7f7;
}

.fluid-section-two .map-column{
    /* position:absolute; */
    float:left;
    left:0px;
    top:0px;
    /*width: 48%;*/
    height: auto;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.map-column img{
    height:100%;
}
.fluid-section-two .map-column iframe{
    width:100%;
    height: 100%;
}

.fluid-section-two .map-column .map-canvas{
    height:100%;
}

.fluid-section-two .content-column{
    position:relative;
    float:right;
    /* width: 48%; */
}

.fluid-section-two .content-column .inner-box{
    position:relative;
    max-width: 706px;
    padding:90px 15px 90px 60px;
}

.fluid-section-two .content-column .inner-box h2{
    position:relative;
    color:#2a2a2a;
    font-size:36px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:28px;
}

.fluid-section-two .content-column .inner-box .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.9em;
    margin-bottom:45px;
    padding-right: 38px;
}

/*** 

====================================================================
    Call To Action Section
====================================================================

***/

.call-to-action-section{
    position:relative;
    padding:50px 30px;
    background-color:#fa2964;
}
.call-to-action-section br {
    display: none;
}

.about-section-two .content-column .btn-style-three:hover {
    background-color: transparent;
}

.plans-section .btn-style-three:hover {
    background-color: transparent;
}


.call-to-action-section .logo-column{
    position:relative;
}

.call-to-action-section .logo-column .logo{
    position:relative;
    margin-top:15px;
}

.call-to-action-section .text-column{
    position:relative;
}

.call-to-action-section .text-column .text{
    position:relative;
    color:#ffffff;
    font-size:16px;
    line-height:1.8em;
}

.call-to-action-section .btn-column{
    position:relative;
    text-align:right;
}

.call-to-action-section .btn-column .theme-btn{
    margin-top:20px;
}

/*** 

====================================================================
    Featured Section
====================================================================

***/

.featured-section{
    position:relative;
    padding-top:30px;
}

.featured-block-two{
    position:relative;
    margin-bottom:30px;
}

.featured-block-two .inner-box{
    position:relative;
    overflow:hidden;
}

.featured-block-two .inner-box .image{
    position:relative;
}

.featured-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.featured-block-two .inner-box .image .icon-box{
    position:absolute;
    right:0px;
    top:0px;
    color:#ffffff;
    padding:16px 16px;
    font-size:28px;
    z-index:1;
    border-radius:0px 0px 0px 10px;
    background-color:#fa2964;
}

.featured-block-two .inner-box .image .content{
    position:absolute;
    right:-100%;
    top:0px;
    height:100%;
    width:50%;
    display:inline-block;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    background-color:rgba(0,0,0,0.80);
}

.featured-block-two .inner-box:hover .image .content{
    right:0%;
}

.featured-block-two .inner-box .image .content .content-inner{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    padding-left:30px;
    padding-bottom:30px;
}

.featured-block-two .inner-box .image .content .content-inner h3{
    position:relative;
    color:#ffffff;
    font-size:21px;
    font-weight:400;
    margin-bottom:6px;
}

.featured-block-two .inner-box .image .content .content-inner h3 a{
    position:relative;
    color:#ffffff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.featured-block-two .inner-box .image .content .content-inner h3 a:hover{
    color:#fa2964;
}

.featured-block-two .inner-box .image .content .content-inner .square{
    position:relative;
    font-size:22px;
    font-weight:500;
    color:#ffffff;
    margin-bottom:12px;
    font-family: 'Montserrat', sans-serif;
}

.featured-block-two .inner-box .image .content .content-inner .square span{
    font-size:14px;
    font-weight:400;
}

.featured-block-two .inner-box .image .content .content-inner .details{
    position:relative;
    font-size:12px;
    font-weight:500;
    color:#fa2964;
    letter-spacing:1px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
    About Section Three
====================================================================

***/

.about-section-three{
    position:relative;
    padding:90px 0px 120px;
}

.about-section-three.alternate{
    padding:115px 0px 125px;
}

.about-section-three.alternate .title-column .inner-column{
    padding-top:0px;
}

.about-section-three .title-column{
    position:relative;
    margin-bottom:50px;
}

.about-section-three .title-column .inner-column{
    position:relative;
    padding-top:55px;
}

.about-section-three .title-column .inner-column h2{
    position:relative;
    color:#2a2a2a;
    font-size:36px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:25px;
}

.about-section-three .title-column .inner-column .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
    padding-right:100px;
    margin-bottom:35px;
}

.about-section-three .title-column .inner-column .theme-btn{
    padding:11px 25px;
}

.about-section-three .property-info-column{
    position:relative;
}

.about-section-three .property-info-column .inner-column{
    position:relative;
    border:1px solid #e6e6e6;
}

/*Property Info*/

.property-info-two{
    position:relative;
    border-right:1px solid #e6e6e6;
}

.property-info-two .inner{
    position:relative;
    padding:30px 0px;
    text-align:center;
}

.property-info-two .inner .icon{
    position:relative;
    color:#fa2964;
    font-size:50px;
    line-height:1em;
    margin-bottom:15px;
    display:block;
}

.property-info-two .inner .title{
    position:relative;
    color:#232323;
    font-size:14px;
    margin-bottom:5px;
    font-family: 'Montserrat', sans-serif;
}

.property-info-two .inner .total{
    position:relative;
    color:#232323;
    font-size:15px;
    font-weight:500;
    line-height:1.2em;
    font-family: 'Montserrat', sans-serif;
}

.property-info-two:nth-child(3n + 0){
    border:0px;
}

.property-info-two:nth-child(1),
.property-info-two:nth-child(2),
.property-info-two:nth-child(3){
    border-bottom:1px solid #e6e6e6;
}

/*** 

====================================================================
    Fluid Section Three
====================================================================

***/

.fluid-section-three{
    position:relative;
}

.fluid-section-three .outer-container{
    position:relative;
    min-height:250px;
    background-color:#2a2a2a;
}

.fluid-section-three .outer-container .image-column{
    position:absolute;
    float:left;
    left:0px;
    top:0px;
    width:50%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;  
}

.fluid-section-three .outer-container .image-column .image-box{
    position:relative;
    display:none;   
}

.fluid-section-three .outer-container .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.fluid-section-three .content-column{
    position:relative;
    float:right;
    width:50%;
}

.fluid-section-three .content-column .inner-box{
    position:relative;
    max-width:700px;
    padding:135px 50px 110px 50px;
}

/*Feature Tabs*/

.feature-tabs{
    position:relative;
}

.feature-tabs .tab-btns{
    position:relative;
    z-index:1;
}

.feature-tabs .tab-btns .tab-btn:before{
    position:absolute;
    content:'';
    left:50%;
    top:20px;
    width:100%;
    height:1px;
    background-color:#383838;
}

.feature-tabs .tab-btns .tab-btn:last-child::before{
    display:none;
}

.feature-tabs .tab-btns .tab-btn{
    position:relative;
    width:33%;
    display:block;
    float:left;
    margin-right:0px;
    font-size:16px;
    color:#ffffff;
    text-transform:capitalize;
    font-weight:400;
    line-height:24px;
    cursor:pointer;
    text-align:center;
    margin-bottom:25px;
    padding:0px 0px 0px;
    transition:all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

.feature-tabs .tab-btns .tab-btn .number{
    position:relative;
    width:40px;
    height:40px;
    color:#ffffff;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    display:block;
    margin:0 auto;
    margin-bottom:20px;
    border:1px solid #383838;
    background-color:#232323;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.feature-tabs .tab-btns .tab-btn:hover,
.feature-tabs .tab-btns .tab-btn.active-btn{
    color:#fa2964;
}

.feature-tabs .tab-btns .tab-btn:hover .number,
.feature-tabs .tab-btns .tab-btn.active-btn .number{
    color:#ffffff;
    border-color:#fa2964;
    background-color:#fa2964;
}

.feature-tabs .tabs-content{
    position:relative;
    padding-left:30px;
    padding-top:60px;
}

.feature-tabs .tabs-content .tab{
    position:relative;
    display:none;
}

.feature-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.feature-tabs .tabs-content .tab .content p{
    color:#777777;
    font-size:14px;
    margin-bottom:20px;
}

.feature-tabs .tabs-content h3{
    position:relative;
    color:#ffffff;
    font-size:36px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:28px;
}

.feature-tabs .tabs-content .text{
    position:relative;
    color:#cfcfcf;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:32px;
}

/*** 

====================================================================
    Gallery Section Three
====================================================================

***/

.gallery-section-three{
    position:relative;
    padding:115px 0px 90px;
}



.gallery-section-three .filters{
    position:relative;
    float:right;
    max-width:585px;
    width:100%;
}

.gallery-section-three .filters .view-more{
    padding:11px 30px;
}

.gallery-section-three .filters h2{
    position:relative;
    color:#232323;
    font-size:36px;
    font-weight:600;
    margin-bottom:50px;
}

.gallery-section-three .filters .filter-btns{
    position:relative;
    padding-left:20px;
    margin-bottom:70px;
    border-left:2px solid #e6e6e6;
}

.gallery-section-three .filters li{
    position: relative;
    display: block;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding:8px 0px;
    margin: 0px 0px 5px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.gallery-section-three .filters li:before{
    position:absolute;
    content:'';
    left:-22px;
    top:0px;
    width:2px;
    height:100%;
    display:block;
    opacity:0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color:#fa2964;
}

.gallery-section-three .filters li:hover::before,
.gallery-section-three .filters li.active::before{
    opacity:1;
}

.gallery-section-three .filters li:hover,
.gallery-section-three .filters li.active{
    color: #9ac93c;
}

.gallery-section-three .filters-column{
    position:relative;
    width:50%;
    float:left;
}

.gallery-section-three .items-column{
    position:relative;
    width:50%;
    float:left;
}

.gallery-section-three .filters-column{
    margin-bottom:40px;
}

.gallery-section-three .items-column .items-container{
    margin-left:-200px;
}

/*Gallery Block Three*/

.gallery-block-three{
    position:relative;
    margin-bottom:30px;
}

.gallery-block-three.mix{
    display:none;   
}

.gallery-block-three .inner-box{
    position:relative;
    display:block;
}

.gallery-block-three .inner-box .image-box{
    position:relative;
}

.gallery-block-three .inner-box .image-box img{
    position:relative;
    width:100%;
    display:block;
}

.gallery-block-three .inner-box .link-btn{
    position:absolute;
    left:0px;
    bottom:0px;
    color:#ffffff;
    width:48px;
    height:48px;
    text-align:center;
    line-height:48px;
    font-size:20px;
    z-index:1;
    opacity:0;
    background-color:#fa2964;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block-three .inner-box:hover .link-btn{
    opacity:1;
}

/*** 

====================================================================
    Agents Section Two
====================================================================

***/


.map-section{
    position:relative;
    padding:120px 0px;
}

.map-section .map-canvas{
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    display:block;
}

.map-section .location-detail{
    position:relative;
}

.map-section .location-detail .inner-box{
    position:relative;
    max-width:400px;
    width:100%;
    float:right;
    display:inline-block;
    padding:50px 55px 30px;
    background-color:#ffffff;
}

.map-section .location-detail .inner-box h2{
    position:relative;
    color:#232323;
    font-size:28px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:30px;
    text-transform:capitalize;
}

.map-section .location-detail .inner-box ul{
    position:relative;
}

.map-section .location-detail .inner-box ul li{
    position:relative;
    color:#666666;
    font-size:16px;
    margin-bottom:22px;
    line-height:1.8em;
}

.map-section .location-detail .inner-box ul li span{
    position:relative;
    color:#2a2a2a;
    font-size:16px;
    font-weight:500;
    display:block;
    margin-bottom:2px;
    font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title{
    position:relative;
    padding:140px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
    background-position:center top;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:rgba(42,42,42,0.50);
}

.page-title h1{
    position:relative;
    color:#ffffff;
    font-size:36px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:15px;
}

.page-title .page-breadcrumb{
    position:relative;
}

.page-title .page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:10px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    letter-spacing:1px;
    font-family: 'Montserrat', sans-serif;
}

.page-title .page-breadcrumb li:after{
    position:absolute;
    content:'-';
    right:-4px;
    top:0px;
    color:#ffffff;
}

.page-title .page-breadcrumb li:last-child::after{
    display:none;
}

.page-title .page-breadcrumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-title .page-breadcrumb li a{
    color:#ffffff;
    font-weight:700;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.page-title .page-breadcrumb li a:hover{
    color:#fa2964;
}

/*** 

====================================================================
    Professional Section
====================================================================

***/

.professional-section{
    position:relative;
    padding:70px 0px 40px;
    background-color:#f7f7f7;
}

.professional-section .image-column{
    position:relative;
}

.professional-section .image-column .image{
    position:relative;
    margin-left:-220px;
}

.professional-section .image-column .image img{
    position:relative;
    width:100%;
    display:block;
}

.professional-section .content-column{
    position:relative;
    margin-bottom:60px;
}

.professional-section .content-column .inner-column{
    position:relative;
    padding-top:180px;
}

.professional-section .content-column h2{
    position:relative;
    color:#2a2a2a;
    font-size:36px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:15px;
}

.professional-section .content-column .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:32px;
}

/*** 

====================================================================
    Fact Counter style
====================================================================

***/

.fact-counter-section{
    position:relative;
    padding:130px 0px 70px 0px;
    background-position:center top;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
}

.fact-counter-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:rgba(0,0,0,0.60);
}

.fact-counter{
    position:relative;
}

.fact-counter .column{
    position:relative;
    z-index:5;
    margin-bottom:50px;
}

.fact-counter .column .inner{
    position:relative;
    text-align:center;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.fact-counter .count-outer{
    position:relative;
    font-size:80px;
    line-height:1em;
    font-weight:500;
    margin:0px 0px;
    color:#fa2964;
}

.fact-counter .count-outer .count-text{
    position:relative;
    font-weight:500;
    font-size:80px;
    line-height:1em;
    color:#fa2964;
    font-family: 'Montserrat', sans-serif;
}

.fact-counter .column .counter-title{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#ffffff;
    margin-top:10px;
    text-transform:capitalize;
    display:block;
    letter-spacing:1px;
}

/*** 

====================================================================
    Specialist Section
====================================================================

***/

.specialist-section{
    position:relative;
    padding:115px 0px 90px;
    background-color:#f7f7f7;
}

.specialist-block{
    position:relative;
    margin-bottom:30px;
    color:#fff;
}

.specialist-block .inner-box{
    position:relative;
    text-align:center;
    margin-bottom:5px;
    padding:45px 60px 50px;
    background-color:#ffffff;
}

.specialist-block .inner-box .icon-box{
    position:relative;
    font-size:60px;
    line-height:1em;
    color:#fa2964;
    margin-bottom:20px;
}

.specialist-block .inner-box h3{
    position:relative;
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
}

.specialist-block .inner-box h3 a{
    position:relative;
    color:#2a2a2a;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.specialist-block .inner-box h3 a:hover{
    color:#fa2964;
}

.specialist-block .inner-box .text{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
}
.specialist-block a{
    color:#fff;
}
/*** 

====================================================================
    Properties Section
====================================================================

***/

.properties-section{
    position:relative;
}

.properties-section h2{
    position:relative;
    color:#ffffff;
    font-size:36px;
    font-weight:600;
    text-align:center;
    padding:65px 0px;
    background-color:#fa2964;
}

.properties-section .owl-dots,
.properties-section .owl-nav{
    display:none;
}

/*Gallery Block Four*/

.gallery-block-four{
    position:relative;
}

.gallery-block-four .inner-box{
    position:relative;
}

.gallery-block-four .inner-box .image{
    position:relative;
}

.gallery-block-four .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.gallery-block-four .inner-box .overlay-box{
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:30%;
    background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}

.gallery-block-four .inner-box .overlay-box .lower-box{
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    padding:0px 35px 30px;
}

.gallery-block-four .inner-box .overlay-box .lower-box h3{
    position:relative;
    font-size:30px;
    font-weight:600;
    line-height:1.3em;
    margin-bottom:5px;
}

.gallery-block-four .inner-box .overlay-box .lower-box h3 a{
    position:relative;
    color:#ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block-four .inner-box .overlay-box .lower-box h3 a:hover{
    color:#fa2964;
}

.gallery-block-four .inner-box .overlay-box .lower-box .location{
    position:relative;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
}

/*** 

====================================================================
    Gallery Page Section
====================================================================

***/

.gallery-page-section{
    position:relative;
    padding:110px 0px 120px;
}

.gallery-page-section .filters{
    margin-bottom:50px;
    text-align:center;
}

.gallery-page-section .filters .filter-tabs{
    position:relative;
    display:inline-block;
    border-bottom:2px solid #e6e6e6;
}

.gallery-page-section .filters li{
    position: relative;
    display: inline-block;
    color: #666666;
    padding:18px 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-right:30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-page-section .filters li:last-child{
    margin-right:0px;
}

.gallery-page-section .filters .filter:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-2px;
    width:100%;
    height:2px;
    opacity:0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color:#fa2964;
}

.gallery-page-section .filters .filter.active:after,
.gallery-page-section .filters .filter:hover:after{
    opacity:1;
}

.gallery-page-section .filters .filter.active,
.gallery-page-section .filters .filter:hover{
    color:#fa2964;
}

.gallery-page-section .btn-box{
    position:relative;
    margin-top:50px;
}

.gallery-page-section .btn-box .theme-btn{
    padding:11px 33px;
}

.gallery-block-five.mix{
    display:none;
}

.gallery-block-five{
    position:relative;
    margin-bottom:30px;
}

.gallery-block-five .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
}

.gallery-block-five .image-box{
    position:relative;
    display:block;  
}

.gallery-block-five .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.gallery-block-five .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    color:#ffffff;
    text-align:center;
    background:rgba(123,202,51,0.70);
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    transition:all 700ms ease;
    -webkit-transform:translate(-100%,0%);
    -ms-transform:translate(-100%,0%);
    -o-transform:translate(-100%,0%);
    -moz-transform:translate(-100%,0%);
    transform:translate(-100%,0%);
}

.gallery-block-five .inner-box:hover .overlay-box{
    opacity:1;
    -webkit-transform:translate(0%);
    -ms-transform:translate(0%);
    -o-transform:translate(0%);
    -moz-transform:translate(0%);
    transform:translate(0%);
}

.gallery-block-five .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.gallery-block-five .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.gallery-block-five .overlay-inner .link{
    position:relative;
    font-size:16px;
    color:#fa2964;
    width:40px;
    height:40px;
    line-height:40px;
    font-weight:700;
    display:inline-block;
    background-color:#ffffff;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-block-five .overlay-inner .link .icon{
    position:relative;
}

.gallery-block-five .overlay-inner .link:hover{
    color:#666666;
    background-color:rgba(255,255,255,1);
}

.gallery-block-five .inner-box h3{
    position:relative;
    font-size:17px;
    font-weight:600;
    text-align:center;
    padding:25px 0px 3px;
    line-height:1.2em;
}

.gallery-block-five .inner-box h3 a{
    position:relative;
    color:#242424;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.gallery-block-five .inner-box .text{
    position:relative;
    color:#fa2964;
    font-size:15px;
    text-align:center;
}

/*** 

====================================================================
    Gallery Single Section
====================================================================

***/

.gallery-single-section{
    position:relative;
    overflow:hidden;
    padding:30px 0px 80px;
}

.gallery-single-section .auto-container{
    max-width:1060px;
}

.gallery-single-section .gallery-carousel-section{
    position:relative;
}

.gallery-single-section .owl-carousel .owl-stage-outer{
    position:relative;
    overflow:visible;
}

.gallery-single-section .owl-carousel .owl-stage-outer .owl-item .image:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    display:block;
    height:100%;
    z-index:1;
    background-color:rgba(0,0,0,0.50);
}

.gallery-single-section .owl-carousel .owl-stage-outer .owl-item.active .image:before{
    opacity:0;
}

.gallery-single-section .owl-carousel .owl-stage-outer .owl-item .image img{
    width:100%;
    display:block;
}

.gallery-single-section .gallery-carousel-section .owl-dots{
    display:none;
}

.gallery-single-section .gallery-carousel-section .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    width:100%;
}

.gallery-single-section .gallery-carousel-section .owl-nav .owl-prev{
    position:absolute;
    left:-150px;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    display:inline-block;
}

.gallery-single-section .gallery-carousel-section .owl-nav .owl-next{
    position:absolute;
    right:-130px;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    display:inline-block;
}

.gallery-single-section .lower-content{
    position:relative;
    padding-top:70px;
}

.gallery-single-section .lower-content h2{
    position:relative;
    color:#2a2a2a;
    font-size:36px;
    font-weight:600;
    line-height:1.4em;
    margin-bottom:30px;
}

.gallery-single-section .lower-content .text{
    position:relative;
}

.gallery-single-section .lower-content .text p{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:25px;
}

.gallery-single-section .lower-content .text .list-info{
    position:relative;
    padding:25px 70px 12px;
    margin-bottom:30px;
    margin-top:35px;
    border:1px solid #ebebeb;
}

/*Blog Grid Section*/

.blog-grid-section{
    position:relative;
    padding:125px 0px 125px;
}

.blog-grid-section .news-block{
    position:relative;
    margin-bottom:55px;
}

.blog-grid-section .btn-box{
    position:relative;
    margin-top:10px;
}

.blog-grid-section .btn-box .theme-btn{
    padding:11px 29px;
}

/*** 

====================================================================
    Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
    position:relative;
    padding:115px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
    margin-bottom:40px;
}

/*Sidebar Title*/

.sidebar .sidebar-title{
    position:relative;
    margin-bottom:22px; 
}

.sidebar .sidebar-title h3{
    position:relative;
    display:block;
    font-size:22px;
    line-height:1.4em;
    text-transform:capitalize;
    font-weight:600;
    color:#2a2a2a;
}



.sidebar-widget{
    position: relative;
    margin-bottom:50px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
    position:relative;
    margin:0px; 
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
    position:relative;
    line-height:38px;
    padding:10px 50px 10px 20px;
    border:1px solid #e6e6e6;
    background:none;
    display:block;
    font-size:16px;
    width:100%;
    height:60px;
    background-color:#ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
    position:absolute;
    right:0px;
    top:0px;
    height:60px;
    width:60px;
    display:block;
    font-size:16px;
    color:#666666;
    line-height:100%;
    font-weight:normal;
    background:none;
}

/*Popular Category List*/

.popular-category-list{
    position:relative;
}

.popular-category-list li{
    position:relative;
}

.popular-category-list li a{
    position:relative;
    color:#666666;
    font-size:16px;
    padding:14px 12px;
    display:block;
    font-weight:400;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    border-bottom:1px solid #e6e6e6;
}

.popular-category-list li a:hover{
    color:#fa2964;
}

/*Latest Posts*/

.latest-posts{
    position:relative;
}

/*Sidebar Title*/

.latest-posts .sidebar-title{
    margin-bottom:35px;
}

.latest-posts .post{
    position:relative;
    font-size:15px;
    color:#696969;
    padding:0px 0px;
    padding-left:82px;
    min-height:72px;
    margin-bottom:30px;
}

.latest-posts .post:last-child{
    margin-bottom:0px;
}

.latest-posts .post .post-thumb{
     position:absolute;
     left:0px;
     top:0px;
     width:72px;
     height:72px;
}

.latest-posts .post:hover .post-thumb img{
    opacity:0.70;
}

.latest-posts .post .post-thumb img{
    display:block;
    width:100%;
}

.latest-posts .post h4{
    position:relative;
    font-size:15px;
    margin:0px 0px 5px;
    font-weight:600;
    color:#2a2a2a;
    top:-2px;
    line-height:1.5em;
}

.latest-posts .post a:hover{
    color:#fa2964;
}

.latest-posts .post h4 a{
    color:#2a2a2a;  
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
}

.latest-posts .post-info{
    font-size:14px;
    color:#9f9f9f;
    font-weight:400;
}

.latest-posts .post-info span{
    font-weight:700;
}

/*Blog Detail*/

.blog-detail{
    position:relative;
}

.blog-detail .inner-box{
    position:relative;
}

.blog-detail .inner-box h2{
    position:relative;
    color:#2a2a2a;
    font-size:36px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:18px;
}

.blog-detail .inner-box .post-info{
    position:relative;
    margin-bottom:35px;
}

.blog-detail .inner-box .post-info li{
    position:relative;
    color:#9f9f9f;
    font-size:14px;
    margin-right:25px;
    margin-bottom:10px;
    display:inline-block;
}

.blog-detail .inner-box .post-info li span{
    font-weight:700;
}

.blog-detail .inner-box .big-image{
    position:relative;
    margin-bottom:40px;
}

.blog-detail .inner-box .big-image img{
    position:relative;
    width:100%;
    display:block;
}

.blog-detail .inner-box .text{
    position:relative;
}

.blog-detail .inner-box .text p{
    position:relative;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:25px;
}

.blog-detail .inner-box blockquote{
    position:relative;
    color:#9f9f9f;
    font-size:16px;
    font-style:italic;
    margin-left:32px;
    line-height:1.8em;
    font-weight:500;
    border-width:8px;
    padding:0px 0px 0px 35px;
    border-color:#fa2964;
    margin-top:40px;
    margin-bottom:40px;
    font-family: 'Montserrat', sans-serif;
}

.blog-detail .inner-box .post-share-options{
    position:relative;
    margin-top:50px;
    padding:0px 0px 0px;
}

.blog-detail .inner-box .post-share-options .tags span{
    position:relative;
    color:#9f9f9f;
    font-size:16px;
    font-weight:600;
    margin-right:45px;
    font-family: 'Montserrat', sans-serif;
}

.blog-detail .inner-box .post-share-options .tags a{
    position:relative;
    color:#666666;
    font-size:14px;
    font-weight:400;
    margin-left:10px;
    display:inline-block;
    padding:3px 22px;
    margin-bottom:10px;
    border:1px solid #e6e6e6;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.blog-detail .inner-box .post-share-options .tags a:hover{
    color:#fa2964;
    border-color:#fa2964;
}


.sidebar-page-container .comments-area{
    position:relative;
    margin-bottom:80px;
}

.sidebar-page-container .group-title{
    position:relative;
    margin-bottom:45px;
}

.sidebar-page-container .group-title h2{
    font-size:22px;
    text-transform:uppercase;
    color:#2a2a2a;
    font-weight:600;
}

.sidebar-page-container .comments-area .comment-box{
    position:relative;
    padding:0px 0px 0px;
    margin-bottom:40px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment{
    position:relative;
    padding:0px 0px 0px 95px;
    font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
    padding-left:95px;  
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:70px;
    margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
    width:100%;
    display:block;
}

.sidebar-page-container .comments-area .comment-info{
    margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-box strong{
    font-size:18px;
    font-weight:500;
    color:#2a2a2a;
    display:block;
    line-height:1.2em;
    line-height:30px;
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
    margin-bottom:20px; 
    color:#666666;
    font-size:16px;
    line-height:1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
    font-size:14px;
    color:#9f9f9f;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
    padding:6px 20px;
    font-size:14px;
    color:#fa2964;
    border-radius:0px;
    font-weight:600;
    border:1px  solid #fa2964;
    text-transform:uppercase;
    letter-spacing:1px;
    font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
    color:#ffffff;
    background-color:#fa2964;
}

/*** 

====================================================================
    Comment Form
====================================================================

 ***/

.comment-form .form-group{
    position:relative;
    margin-bottom:30px; 
}

.comment-form .form-group:last-child{
    margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 20px;
    color:#222222;
    border:1px solid #e6e6e6;
    height:48px;
    font-size:14px;
    background:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
    border-color:#fa2964;
}

.comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:10px 20px;
    color:#222222;
    border:1px solid #e6e6e6;
    height:190px;
    background:#ffffff;
    resize:none;
    font-size:14px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form button{
    padding:10px 34px 10px;
}

/*New Posts*/

.new-posts{
    position:relative;
    text-align:right;
}

.new-posts li{
    position:relative;
    margin-left:10px;
    display:inline-block;
}

.new-posts li a{
    position:relative;
    width:50px;
    height:50px;
    line-height:46px;
    text-align:center;
    color:#666666;
    font-size:24px;
    display:inline-block;
    border:1px solid #666666;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.new-posts li a:hover{
    color:#fa2964;
    border-color:#fa2964;
}


.modal-open {
    overflow: hidden !important;
}

#schedule-box .modal-content {
    max-width:520px;
    background: #e0e0e0 url(../images/background/bg-pattern.png) repeat;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    margin: 50px auto 0;
}
#schedule-box .modal-content form h3{
    color:#fa2964;
    text-transform: uppercase;
    font-size:20px;
    position: relative;
    font-weight:500;
}

#schedule-box .appointment-form{
    padding:40px 30px;
    background:#ffffff; 
}

#schedule-box .modal-content form label {
    line-height: 30px;
}
#schedule-box .modal-content .appointment-form h3 {
    font-size:20px;
    margin-bottom: 20px;
    color:#fa2964;
    font-weight:600;
}

#schedule-box .close {
    display: block;
    float:none;
    opacity: 1;
    text-shadow:none;
    width:40px;
    line-height: 40px;
    color:#999999;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top:10px;
    right:10px;
    z-index:10;
}

/*Appointment Form*/

.appointment-form .form-group{
    margin-bottom:15px; 
}

.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group input[type="password"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group select,
.appointment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:12px 15px;
    border:1px solid #e5e5e5;
    height:46px;
    color:#222222;
    font-size:13px;
    background:#ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.appointment-form .form-group select{
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.appointment-form .form-group select option{
    text-indent:15px;   
}

.appointment-form .form-group textarea{
    height:108px;
    resize:none;    
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
    width:100%;
    font-size:14px;
    font-style:normal;
    height:65px;
    padding:10px 30px;
    line-height:42px;
    color:#333333;
    border-radius:0px;
    border:1px solid #e5e5e5;
    background:#ffffff;
}

.form-group .ui-button .ui-icon{
    background:none;
    position:relative;
    top:10px;
    text-indent:0px;
    color:#9f9f9f;  
}

.form-group .ui-button .ui-icon:before{
    font-family: 'FontAwesome';
    content: "\f107";
    position:absolute;
    right:0px;
    top:2px !important;
    top:13px;
    width:10px;
    height:20px;
    display:block;
    color:#333333;
    line-height:20px;
    font-size:16px;
    font-weight:normal;
    text-align:center;
    z-index:5;
}

.ui-widget.ui-widget-content{
    border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
    font-size:14px;
    border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
    border:none;    
}

.ui-state-active, .ui-widget-content .ui-state-active{
    background:#fa2964;
    border-color:#fa2964;
}

.ui-menu .ui-menu-item-wrapper{
    position:relative;
    display:block;
    padding:8px 20px ;
    font-size:14px;
    line-height:24px;
}

.ui-menu-item:hover{
    background-color:#fa2964;
}

/*** 

====================================================================
    Appointment Form Section
====================================================================

***/

.apointment-form-section{
    position:relative;
    padding-bottom:90px;
}

.apointment-form-section h2{
    position:relative;
    color:#2a2a2a;
    font-size:36px;
    font-weight:600;
    text-align:center;
    line-height:1.2em;
    margin-bottom:60px;
}

/*Appointment Form*/

.appointment-form-two .form-group{
    margin-bottom:30px; 
}

.appointment-form-two .form-group input[type="text"],
.appointment-form-two .form-group input[type="url"],
.appointment-form-two .form-group input[type="password"],
.appointment-form-two .form-group input[type="email"],
.appointment-form-two .form-group select,
.appointment-form-two .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:33px;
    padding:10px 30px;
    border:1px solid #e6e6e6;
    height:65px;
    color:#222222;
    font-size:16px;
    background:#ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.appointment-form-two .form-group button{
    padding:11px 32px;
    margin-top:15px;
}

/*** 

====================================================================
    Contact Map Section
====================================================================

***/

.contact-map-section{
    position:relative;
}

.contact-map-section .map-canvas{
    position:relative;
    height:730px;
    width:100%;
    display:block;
}

.map-data{
    text-align:center;
    font-size:14px;
    font-weight:400;
    line-height:1.8em;
}

.map-data h6{
    font-size:16px;
    font-weight:700;
    text-align:center;
    margin-bottom:5px;
    color:#121212;
}

.video-tour-section{
    position:relative;
}

.video-tour-section .video-carousel{
    position:relative;
}

.video-tour-section .video-carousel .owl-item li a:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    z-index:1;
    background-color:rgba(0,0,0,0.50);
}

.video-tour-section .video-carousel .owl-item li a:after{
    position: absolute;
    content: "\f144";
    left:50%;
    top: 47%;
    z-index:99;
    font-weight:700;
    font-size:100px;
    margin-top: -32px;
    text-align: center;
    border-radius:50%;
    line-height:76px;
    padding-left:4px;
    margin-left:-40px;
    display: inline-block;
    color:#fa2964;
    font-family: 'FontAwesome';
}

.video-tour-section .video-thumbs-carousel .owl-item li:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    z-index:1;
    cursor:pointer;
    background-color:rgba(0,0,0,0.50);
}

.video-tour-section .video-thumbs-carousel .owl-item li:after{
    position: absolute;
    content: "\f144";
    left:50%;
    top: 47%;
    z-index:99;
    font-weight:700;
    font-size:70px;
    margin-top: -32px;
    text-align: center;
    border-radius:50%;
    line-height:76px;
    margin-left:-40px;
    display: inline-block;
    color:#fa2964;
    font-family: 'FontAwesome';
}
.callleft-box {
    left: 0;
    width: 100%;
    position: fixed;
    top: 230px;
    z-index: 10;
    
}

.callleft-box a img {border:none;}

.callright-box {
    right: 0;
    width: auto;
    position: fixed;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
} 

.callright-box a img {border:none;}

 
  .form-box{position: absolute; top:50%; right:60px; background:rgba(255, 165, 0, 0.88); padding:20px 25px; width:350px; transform:translateY(-50%);}
.form-box h3{margin:0 0 5px;text-align: center; color:#000; font-size:28px;}
.form-box p{font-size:16px; text-align: center; color:#000;margin:0px 0;}
.form-box p.small{font-size:13px;}
.form-box .btn-black{background:#000; color:#fff;}
.form-box .btn-black:hover, .form-box .btn-black:focus{background:#2a2929; color:#fff;}
.form-box .form-control{background:transparent; color:#fff; border-color:#fff; font-size:16px;}
.form-box .form-control::-webkit-input-placeholder{color:#fff;}
.form-box .form-control::-moz-placeholder {color:#fff;}
.form-box .form-control:-ms-input-placeholder{color:#fff;}
.form-box .form-control:-moz-placeholder{color:#fff;}

.form-box{position: static; transform:translateY(0); margin:0 auto; clear: both;}

.form-box{width:20%;}

.fa-close:before,.fa-times:before{content:"\f00d"}

.button2 {width: 50%;}
.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button:hover {
    background-color: #000; /* Green */
    color: white;
}
.button2 {border-radius: 4px;}

.button2 {padding: 12px 28px;}

.button2 {font-size: 12px;}

.button2 {background-color: #f44336;} /* Red */ 

.button {
   background-color: #000000;
    border: none;
    color: #fbd67c;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}




#mobile-footer-widget { 
    position:fixed;
    width:100%;
    padding:0 !important;
    margin:0;
    left:0;
    bottom:0;
    z-index: 99;
}

#mobile-footer-widget .row{
    background: #384e62;
    color: #fff;
    padding:0 -15px;
    margin:0;
}

#mobile-footer-widget .row .col-xs-6 {
    border: 1px solid #ffffff;
    border-collapse:collapse;
}

#mobile-footer-widget .row p{
    padding: 7px 0;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
} 

/* Absolute Center Spinner */
.loading {
  position:relative;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-title {
color:#fbd67c; 
font-size:32px;
text-transform: uppercase; 
}
.modal-para {
color: #6b6b6b;
    font-size: 18px;
    text-align: center;
}
.modal-body button {background-color: #0a469e !important;font-size: 16px;width: 68%;color: #fff;border: 2px solid #000;border-radius: .25rem;padding: 2px;margin-bottom: 20px;}
.rera{ background-color: #696969;
    color: #fff;
    padding: 7px 7px;
        text-align: center;}
.card-inner {
    position: absolute;
    top: 30px;
    text-align: center;
    left: 26px;
    right: 26px;
    border: 1px solid #6ed9f7;
    bottom: 30px;
        padding-top: 17%;
        clear: both;
}
.towers-card {
    padding-left: 34px;
}
.card-inner h4 {
color: #fff;
padding-top: 15px;
}
.card-holder {
     position:relative;
    width: 246px;
    float: left;

}
.lazyloaded-tower {
    margin-top: 70px;
}
.lazyloaded-tower1{
    margin-top: -70px;
}
.mizu-tower {
        margin-top: 140px;
}
.mizu-tower1 {
        margin-top: -125px;
}
.gallery-section-two .row{ padding: 0 30px; margin: 0px;}
.card-holder:hover{box-shadow: 0 0 76px 0 rgba(0,0,0,.75);
                   transition: all 0.3s ease-in-out;
}
.tower-heading {
    font-size: 36px;
    color: #2a2a2a;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.card-inner p {
    color: #fff;
    font-size: 9px;
    padding-top: 15px;
}
.main-slider-banner .mobile-banner{ display:none;}
.image-column:before {content:'';position: absolute;left: 2%;top: 2%;width: 96%;height: 96%;border: 1px solid white;box-shadow: 5px 10px 18px 2px #00000042;}


.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

/******************** Popular Locations *******************/
.popular-location .row .item {
    border: 5px solid #fff;
    display: block;
    position: relative;
    overflow: hidden;
}
.popular-location .row .item .items-content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 15px;
    z-index: 1000;
    width: 195px;
    text-align: center;
    font-weight: 600;
}
/******************** Popular Locations *******************/
