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

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    clear: right;
    margin: 5px 0 32px 2em;
}

.wp-block-image .alignright {
    margin-left: 2em;
}

.alignleft {
    float: left;
    margin: 5px 2em 32px 0;
}

.wp-block-image .alignleft {
    margin-right: 2em;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-caption {
    box-sizing: border-box;
}

.bypostauthor {
    box-sizing: border-box;
}

.wp-block-pullquote {
    border: none;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    text-align: center;
}

.wp-block-cover {
    margin-bottom: 28px;
}

.wp-block-embed {
    margin-bottom: 30px;
}

.product-block.grid .product-image {
    width: 100%;
}

.product-block.grid .product-image img {
    width: 100%;
}

.bread-title {
    word-break: break-word;
    word-wrap: break-word;
}

.advane-search-wrapper-fields {
    display: none;
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
    color: #fff;
}

.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo-theme img {
    max-width: 150px;
}

/* fix */
p {
    margin-bottom: 20px;
}

.main-page.full-default {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.cmb-th span.required {
    color: red;
}

@media(max-width: 767px) {
    .widget-listing-search-form.horizontal .form-group-location {
        flex-wrap: wrap;
    }

    .widget-listing-search-form.horizontal .form-group-location>div~div {
        margin-top: 15px;
    }
}

.contact-form-agent .agent-content .email {
    word-wrap: break-word;
}

.elementor-lightbox .elementor-swiper-button {
    outline: none !important;
}

@media(max-width: 1200px) {
    .elementor-lightbox .elementor-swiper-button {
        cursor: auto;
    }
}

.listing-detail-gallery.v1 .image-wrapper {
    text-align: center;
}

.listing-detail-gallery.v1 img {
    display: inline;
}

.row.row-padding-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-padding-5 .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.listings-currencies .currencies {
    list-style: none;
    margin: 0;
    padding: 15px 30px;
}

.listings-currencies .currencies li label {
    width: 100%;
    cursor: pointer;
    font-weight: 400;
}

.listings-currencies .currencies li.active label,
.listings-currencies .currencies li label:hover {
    color: #ff5a5f;
}

.currencies-wrapper .dropdown-toggle i {
    margin-left: 7px;
}

.form-group-price.list ul.price-filter {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.form-group-price.list ul.price-filter li {
    padding: 3px 0px;
    cursor: pointer;
}

.form-group-price.list ul.price-filter li:hover {
    color: #ff5a5f;
}





.wrap .select-box {
    display: flex;
    justify-content: center;
}

.wrap select {
    display: block;
    height: 50px;
    /* text-align: center; */
    width: auto;
    padding: 10px;
    border-radius: 5px;
    /* background-color: blue; */
    margin-bottom: 30px;
    border-color: none;
    margin-top: 30px;
}

.box-img img {
    max-width: 100%;
    display: none;
    transition: 0.5s ease all;
}


.box-img img.imgbg {
    display: block;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

.box-img img.imgbg1 {
    display: block;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

.box-img img.imgbg2 {
    display: block;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

.box-img img.imgbg3 {
    display: block;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

.box-img img.imgbg4 {
    display: block;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.colour-white{
    color: #fff;
}
/* 
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: url();
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
} */

/* .main-video:after {
    content: " ";
    background: rgba(5, 43, 23, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
} */

/* .main-video {
    height: 100vh;
} */


/* Amenities - sec */


.wrap-services-module{
   margin-top: 80px;
}
.services-module {
    position: relative;
}

@media (max-width: 539px) {
    .services-module .wrap-services-module {
        padding: 0 0 40px;
    }
}


.services-module-header {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .services-module-header .wrap-services-header {
        padding-bottom: 35px;
    }

    .services-module-header .wrap-services-header .services-header-title {
        font-size: 24px;
    }
}

@media (max-width: 539px) {
    .services-module-header .wrap-services-header {
        padding-bottom: 45px;
    }

    .services-module-header .wrap-services-header .services-header-subtitle {
        font-size: 20px;
        padding-top: 10px;
    }
}

.services-module-content {
    position: relative;
    z-index: 1;
    /* margin-top: 80px; */
    overflow: hidden;
    -webkit-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
    -ms-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
}

.title-text{
    font-size: 200px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 3vw;
    border-bottom: 1px solid #dadada;

}
.services-module-content.show-all {
    height: auto !important;
}

.services-module-content.show-all .wrap-services-content {
    padding-bottom: 70px;
}

.services-module-content.show-all .wrap-services-content .services-list .services-element:last-child .wrap-element,
.services-module-content.show-all .wrap-services-content .services-list .services-element:nth-last-child(2) .wrap-element {
    border-bottom: 1px solid #c0bfb9;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: end;
}
.projectby_logo img {
    /* width: 200px; */
    margin-right: 15px;
    margin-top: 10px;
}
@media (max-width: 1023px) {
    .services-module-content.show-all .wrap-services-content {
        padding-bottom: 20px;
    }
    .text-right{
        text-align: left;
    }
}

@media (max-width: 767px) {
    .services-module-content.show-all .wrap-services-content .services-list .services-element:nth-last-child(2) .wrap-element {
        border-bottom: none;
    }
}

.services-module-content .wrap-services-content .services-list {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

@media (min-width: 1024px) {
    .services-module-content .wrap-services-content .services-list.full-page {
        margin: 0 -40px;
    }

    .services-module-content .wrap-services-content .services-list.full-page .services-element {
        width: calc(100% / 4);
        min-width: calc(100% / 4);
        padding: 0 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .services-module-content .wrap-services-content .services-list.full-page {
        margin: 0 -30px;
    }

    .services-module-content .wrap-services-content .services-list.full-page .services-element {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        padding: 0 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .services-module-content .wrap-services-content .services-list.full-page .services-element {
        width: calc(100% / 2);
        min-width: calc(100% / 2);
    }
}

.services-module-content .wrap-services-content .services-list .services-element {
    padding: 0 25px;
    width: calc(100% / 2);
    min-width: calc(100% / 2);
}

@media (max-width: 767px) {
    .services-module-content .wrap-services-content .services-list {
        margin: 0;
        padding: 0;
    }

    .services-module-content .wrap-services-content .services-list .services-element {
        width: 100%;
        min-width: 100%;
        padding: 0;
        width: 100%;
    }
}

.services-element {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.services-element .wrap-element {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 45px 0;
    font-size: 0;
    border-top: 1px solid #c0bfb9;
}

.services-element .wrap-element:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0%;
    opacity: 0;
    height: 100%;
}

.services-element .wrap-element .element-content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}

.services-element .wrap-element .element-content .wrap-content {
    position: relative;
    padding: 0 15px;
}

.services-element .wrap-element .element-content .wrap-content:before {
    content: "\2192";
    position: absolute;
    top: 50%;
    left: 0;
    font-family: icomoon;
    font-size: 16px;
    color: #a1ebe5;
    transform: translateY(-50%);
}

.services-element .wrap-element .element-content .wrap-content .content-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    letter-spacing: 0.01em;
    line-height: 1.3;
    padding-left: 15px;
}

.services-element .wrap-element .element-content .wrap-content .content-subtitle {
    font-size: 17px;
    font-weight: 400;
    color: #444;
    letter-spacing: 0.01em;
    line-height: 141.1764705882%;
    padding-top: 5px;
}

.services-element .wrap-element .element-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* border: 2px solid #cfa565; */
}

.services-element .wrap-element .element-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    color: #cfa565;
    /* filter: invert(1); */
}

.services-module-footer {
    position: relative;
    z-index: 1;
}

.services-module-footer .wrap-services-footer {
    padding: 50px 0 30px;
    text-align: center;
    border-top: 1px solid #c0bfb9;
}

.services-module-footer .wrap-services-footer .btn-services .toclose {
    display: none;
}

.services-module-footer .wrap-services-footer .btn-services.toclose .btn-corp-text {
    display: none;
}

.services-module-footer .wrap-services-footer .btn-services.toclose .toclose {
    display: inline-block;
}
.btn-corp .btn-corp-text {
    position: relative;
    z-index: 1;
    display: block;
    padding: 7px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #a1ebe5;
    text-transform: capitalize;
    letter-spacing: 0.15em;
    border: 1px solid #a1ebe5;
    background-color: transparent;
    min-width: 22vw;
    transition: all 0.6s ease-out 0s;
}
.btn-corp {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.btn-corp:focus:hover .btn-corp-text, .btn-corp:hover:hover .btn-corp-text {
    border-color: transparent;
    color: #000000;
    background-color: #a1ebe5;
}
.btn-corp .btn-corp-text:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url();
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0 0;
    opacity: 0;
    -webkit-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
    -ms-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
}
.btn-corp:focus:hover .btn-corp-text:before, .btn-corp:hover:hover .btn-corp-text:before {
    opacity: 0.15;
}
/* Amenities - sec - end*/

.mt-100 {
    margin-top: 100px !important;
    width: 100%;
}
.foot .download-link .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
}
.foot .download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}
.foot .social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    margin: 5px;
}
.white-box{
    background: #fff;
    padding: 100px;
}
.fancybox-container{
    z-index: 11111111;
}
.download-link:hover{
 color: var(--nerf-link-color);
}
span.elementor-counter-number{
    display: none;
}
.projectby_logo{
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-form {
    background: #fff;
    padding: 30px;
}

@media (max-width: 991px) {
    .title-text{
        font-size: 55px;
    }
    .mt-100{
        margin-top: 10px !important;
    }
    .elementor-48 .elementor-element.elementor-element-a5a8c27{
        position: relative;
        right: 0;
        top: 0;
    }
    .white-box{
        padding: 30px;
        background: #fffc;
      }
      .wrap-services-module{
        margin-top:30px;
      }
      .elementor-48 .elementor-element.elementor-element-d73f5cb iframe{
        height: 500px;
      }
}
.social-icons-menu a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    margin-top: 16px;
    border: 1px solid #000;
    margin-right: 14px;
}

.view-img-area {
    position: relative;
}

.view-img-area::after {
    content: '';
    background: #0000003d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(255 255 255 / 15%) 0%, rgb(0 0 0 / 33%) 30%, rgb(0 0 0 / 34%) 59%, rgb(255 255 255 / 21%) 100%);
}

.banner-title-view {
    margin: 0;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 7px;
    color: #fff;
    background: #000000a3;
    font-family: 'Montserrat' !important;
}
.rera-no{
    font-size: 14px;
}
@media (max-width : 767px) {
    .elementor-48 .elementor-element.elementor-element-935543b>.elementor-widget-container {
        line-height: 1.3;
    }
    .elementor-48 .elementor-element.elementor-element-935543b p {
        font-size: 13px;
        line-height: 1.3;
        text-align: left;
    }
    .elementor-widget-image img {
        display: none !important;
    }
    .elementor-48 .elementor-element.elementor-element-fa44952 .elementor-counter-title,
    .elementor-48 .elementor-element.elementor-element-1f05ccb .elementor-counter-title,
    .elementor-48 .elementor-element.elementor-element-1291c65 .elementor-counter-title,
    .elementor-48 .elementor-element.elementor-element-ef8d3ce .elementor-counter-title {
        font-size: 14px;
    }
    .wpc-video {
        padding: 0 15px;
    }
    .services-module-footer .wrap-services-footer p {
        line-height: 1.3;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .white-box {
        background: #fff;
    }
    .foot .social-icons a, .add-fix-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        z-index: 111111;
    }
    .add-fix-top {
        bottom: 15px;
    }
    .title-text {
        font-size: 40px;
        margin: 0 !important;
        letter-spacing: 6vw;

    }
    .foot {
        margin-top: 0 !important;
    }
    .foot .download-link .icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-inline-end: 15px;
    }
    .foot .download-link > span {
        font-size: 14px;
    }
    .foot .download-link > span > br {
        display: none;
    }
    .elementor-48 .elementor-element.elementor-element-d73f5cb iframe {
        height: 350px;
    }
    .apus-offcanvas {
        z-index: 999999999;
    }
    .footer-form {
        padding: 30px 15px;
    }
    .services-module-footer .wrap-services-footer {
        padding: 30px 0 0;
    }
    .elementor-1182 .elementor-element.elementor-element-a1ed01c{
        font-size: 14px;
    }
    .banner-title-view {
        font-size: 10px;
        letter-spacing: 3px;
    }
    .wrap-services-footer br{
        display: none;

    }
    .fs-14{
        font-size: 14px;
    }
    .text-left-mobile{
        text-align: left !important;
    }
    .projectby_logo{
        gap: 10px;
    }
    .projectby_logo :first-child img{
        width: 125px;
    }
    .projectby_logo :first-child img{
        width: 125px;
    }
    .projectby_logo :nth-child(2) img{
        width: 88px;
    }

}
input.wpcf7-text.form-control{
    background: transparent;
}