.cust-container {
    width: 90%;
    margin: 0px auto;
}

.header-v2-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.header-inner .navbar-collapse>ul>li {
    line-height: 80px;
}

.header-inner .logo {
    margin: 5px 0;
}

.header-inner .navbar-header {
    margin: 17px 0;
}

.navbar-header .navbar-toggle span {
    background: #040500;
}

.hidden-bar .main-menu {
    padding-top: 60px;
}

#slider-banner {
    margin-top: 80px;
}


/*Banner text*/

#slider-banner .property-details {
    width: 320px;
}

#slider-banner .property-details .address p {
    font-size: 19px !important;
}

#slider-banner .property-details .options p {
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 27px !important;
    line-height: 37px !important;
    font-style: italic;
}

#slider-banner .property-details .options ul li {
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

#slider-banner .property-details .price-number {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: #040500 !important;
}

#slider-banner .property-details a.schedule-visit {
    background: #040500;
    color: #fff;
    margin-top: 10px !important;
}

#slider-banner .property-details a.schedule-visit i {
    color: #ffffff;
}

#slider-banner .property-details a.schedule-visit:hover {
    background: #040500 !important;
}


/*Banner text*/

.mr0 {
    margin: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

#property-highlight .property-highlight-text {
    padding-left: 20px;
    padding-right: 20px;
}

#property-highlight .single-property-highlight {
    margin-bottom: 40px;
}


/*#property-highlight .full-img img {*/


/*max-width: 100% !important;*/


/*float: none !important;*/


/*width: 100%;*/


/*height: 100vh;*/


/*object-fit: cover;*/


/*}*/


/*@media only screen and (min-width: 1200px) {*/


/*.vh100 {*/


/*height: 100vh;*/


/*width: 100%;*/


/*}*/


/*#property-highlight .property-highlight-text{*/


/*height: 100vh;*/


/*display: flex;*/


/*justify-content: center;*/


/*align-items: center;*/


/*}*/


/*}*/

.config-table {
    text-align: center;
}

.config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 0 !important;
}

.config-table tr td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
}

.config-table thead {
    background: #040500;
    color: #fff;
    border: none !important;
}

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
    border: none !important;
}

.config-table tbody {
    background: #ffffff;
}

#luxury-villa .section-title {
    margin-top: 8%;
}

.price-click {
    background: #040500;
    color: #fff;
    padding: 5px 7px;
}

.price-click:hover {
    color: #fff;
}

.pop-form {
    display: inline-block;
}


/*----------- price model From --------------*/

.pop-form input,
.pop-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: #f5f5f5;
    letter-spacing: 1px;
    box-shadow: none;
    padding-left: 23px;
}

.pop-form input::placeholder {
    color: #bebebe;
}

.pop-form .input-group-addon {
    background: #040500;
    color: #fff;
    border: 0;
    /* border-right: 2px solid #040500; */
    position: relative;
}

.pop-form .input-group-addon::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 2px;
    z-index: 3;
    background: #040500;
    transform-origin: bottom left;
    -ms-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}

.pop-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

.pop-form .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

.pop-form .flag-container {
    padding: 0px !important;
}

.price-btn.hvr-sweep-to-right:before {
    background: #040500 !important;
}


/*---------------------------------*/


/* Modal pop up modal styles */

.modal .modal-dialog {}

.modal .modal-dialog .modal-header {
    background: #040500;
    padding: 19px 0;
    position: relative;
}

.modal .modal-dialog .modal-header .close {
    position: absolute;
    right: 40px;
    top: 18px;
    line-height: 32px;
    color: #000000;
    width: 32px;
    height: 32px;
    background: white;
    opacity: 1;
    border-radius: 50%;
    margin: 0;
    z-index: 9999999;
    text-indent: 1px;
    outline: none;
}

.modal .modal-dialog .modal-header h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.modal .modal-dialog .modal-body {
    padding: 0;
}

.modal .modal-dialog .modal-content {
    border-radius: 0;
}

.modal .modal-agent-info-box {
    padding: 0 40px;
    /*margin-top: -40px;*/
}

.modal .modal-agent-info-box .img-holder,
.modal .modal-agent-info-box .content {
    display: table-cell;
    vertical-align: middle;
}

.modal .modal-agent-info-box .img-holder {
    width: 110px;
    border-radius: 50%;
}

.modal .modal-agent-info-box .content {
    padding-left: 30px;
}

.modal .modal-agent-info-box .content h3 {
    margin-top: 52px;
    margin-bottom: 11px;
}

.modal .modal-agent-info-box .content .name {
    font-size: 18px;
    font-weight: bold;
    font-family: 'PT Serif', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    color: #444444;
}

.modal .modal-agent-info-box .content .position {
    font-size: 15px;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    color: #7E7E7E;
}

.modal .modal-agent-info-box .content p {
    font-size: 18px;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    color: #7E7E7E;
    font-weight: 300;
    margin-top: 20px;
}

.modal .modal-contact-form {
    padding: 30px;
}

.modal .modal-contact-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.modal .modal-contact-form .row [class^="col-"],
.modal .modal-contact-form .row [class*="col-"] {
    padding: 0 10px;
}

.modal .modal-contact-form .contact-form-wrap textarea {
    height: 90px;
}

.modal .modal-contact-form .contact-form-wrap button {
    margin-top: 0;
    width: 200px;
    text-align: center;
    background: #282828;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    margin: 0px auto;
    display: block;
}


/*------------Modal --------------------*/


/*---- amenities----*/

.single-gallery .img-holder .content .link-view {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-gallery .img-holder .content .link-view h4 {
    color: #fff;
    font-size: 17px;
    /*font-weight: 800;*/
}

.single-gallery .img-holder .content .image-view {
    background: rgba(0, 0, 0, 0.8);
}

.single-gallery .img-holder .content .link-view {
    background: rgba(0, 0, 0, 0.8);
}


/*------------------*/

.single-room-dimention .content p {
    font-size: 14px;
    line-height: 21px;
}


/*-----------------------*/

.amiwrap {
    text-align: center;
    /*background: #fff;*/
    padding: 5px;
    /*box-shadow: 1px 1px 25px #e0e0e0;*/
    margin-bottom: 20px;
    border: 2px solid #eaeaea;
    transition: ease all 0.5s;
}

.amiwrap:hover {
    background: #fff;
    box-shadow: 1px 1px 25px #e0e0e0;
    transform: translateY(-14px);
    transition: ease all 0.5s;
}

.amiwrap img {
    margin: 0px auto;
    width: 100px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

.amiwrap p {
    font-size: 14px;
    /*font-weight: 800;*/
    height: 60px;
}


/*----- Border Animation -----*/


/*.amiwrap {*/


/*position: relative;*/


/*cursor: pointer;*/


/*}*/


/*.amiwrap::before,*/


/*.amiwrap::after {*/


/*content: "";*/


/*width: 0;*/


/*height: 2px;*/


/*position: absolute;*/


/*transition: all 0.2s linear;*/


/*background: #040500;*/


/*}*/


/*.bo {*/


/**/


/*}*/


/*.bo::before {*/


/*content: "";*/


/*width: 2px;*/


/*height: 0;*/


/*position: absolute;*/


/*transition: all 0.2s linear;*/


/*background: #040500;*/


/*left: 0px;*/


/*top: 0px;*/


/*}*/


/*.bo::after {*/


/*content: "";*/


/*width: 2px;*/


/*height: 0;*/


/*position: absolute;*/


/*transition: all 0.2s linear;*/


/*background: #040500;*/


/*right: 0px;*/


/*top: 0px;*/


/*}*/


/*.amiwrap:hover::before,*/


/*.amiwrap:hover::after {*/


/*width: 100%;*/


/*}*/


/*.amiwrap:hover .bo::before,*/


/*.amiwrap:hover .bo::after {*/


/*height: 100%;*/


/*}*/


/*.border-effect::before {*/


/*left: 50%;*/


/*top: 0;*/


/*transition-duration: 0.4s;*/


/*}*/


/*.border-effect::after {*/


/*left: 50%;*/


/*bottom: 0;*/


/*transition-duration: 0.4s;*/


/*}*/


/*.border-effect .bo::before {*/


/*left: 0;*/


/*top: 50%;*/


/*transition-duration: 0.4s;*/


/*}*/


/*.border-effect .bo::after {*/


/*right: 0;*/


/*top: 50%;*/


/*transition-duration: 0.4s;*/


/*}*/


/*.border-effect:hover::before,*/


/*.border-effect:hover::after {*/


/*left: 0;*/


/*}*/


/*.border-effect:hover .bo::before,*/


/*.border-effect:hover .bo::after {*/


/*top: 0;*/


/*}*/


/*--- End of border amination----------*/

.filter-ami {
    display: none;
}

#gallery.gallery-page-two {
    padding-top: 80px;
    padding-bottom: 80px;
}


/*  contact form -------------------*/

#contact-form input,
#contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    padding-left: 20px;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #515151;
}

#contact-form textarea::placeholder {
    display: block !important;
}

#contact-form .input-group-addon {
    background: #040500;
    color: #fff;
    border: 0;
    position: relative;
}

#contact-form .input-group-addon::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 2px;
    z-index: 3;
    background: #040500;
    transform-origin: bottom left;
    -ms-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}

.form-ico {
    font-size: 19px;
    position: relative;
    z-index: 99;
}

.form-ico2 {
    position: relative;
    z-index: 99;
}

#contact-form textarea {
    border: none;
    resize: none;
    background: #e4e4e4;
    height: 60px;
    padding-left: 30px;
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#contact-form .selected-flag {
    background: #5d5d5d;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#contact-form .flag-container {
    padding: 0px !important;
}

.form-btn {
    margin: 0px auto;
    display: block !important;
    background: #040500 !important;
    border: none;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 39px 8px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    margin-top: 0 !important;
}

.form-btn:hover {
    color: #fff !important;
    transition: ease all 0.4s;
}


/*----------------------------------*/

footer {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

footer img {
    width: 85px;
}

footer p span,
footer p a {
    color: #484848;
    font-weight: 800;
}

#about-section .img-holder {
    width: 90%;
    margin: 0px auto;
}

.interested {
    position: fixed;
    /* z-index: 9999; */
    bottom: 10px;
    left: 10px;
    background: 050505 !important;
    border: none;
    letter-spacing: 1px;
    font-size: 18px !important;
}

.interested:hover,
.interested:focus {
    color: #ffffff !important;
}

.etour {
    position: relative;
    /* z-index: 9999; */
    top: 4px;
    left: 43px;
    background: 050505 !important;
    border: none;
    letter-spacing: 1px;
    font-size: 18px !important;
}

.flat {
    position: relative;
    /* z-index: 9999; */
    top: 4px;
    /* left: 35px; */
    background: 050505 !important;
    border: none;
    letter-spacing: 1px;
    font-size: 18px !important;
}

.brochure {
    position: relative;
    /* z-index: 9999; */
    top: 4px;
    left: 0px;
    background: 050505 !important;
    border: none;
    letter-spacing: 1px;
    font-size: 18px !important;
}

.brochure:hover,
.brochure:focus {
    color: #ffffff !important;
}

.fixed-footer-cust {
    background: #040500;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
    position: relative;
    top: 4px;
    transform: rotate(90deg);
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
    padding: 0;
    background: transparent;
}

.div-line {
    border-right: 1px solid #fff;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 160px;
    margin-left: -62px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

label.error {
    color: #050505;
    font-weight: normal;
    font-size: 13px;
}

.inner-banner {
    padding: 100px 0px;
    background: url(../images/inner-banner.jpg) center no-repeat;
    margin-top: 50px;
}

.banner-txt-thank h1 {
    margin: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #040500;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #040500;
    border-radius: 25px;
}

.oops-greet {
    color: #414041;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.glob-sec {
    padding: 40px 0;
}

#amenities {
    padding: 80px 0 50px;
    background: #F2F2F2;
}

.loc-wrap {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    height: 100%;
    border-radius: 10px;
}

.loc-wrap img {
    width: 70px;
    margin: 0px auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
}

.loc-wrap h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.loc-wrap ol {}

.loc-wrap ol li {
    color: #fff;
    list-style-type: decimal;
    line-height: 20px;
    margin-bottom: 10px;
}

#carousel-example-generic {
    margin-top: 80px;
}

.bounce1 {
    -webkit-animation-name: bounce1;
    animation-name: bounce1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce1 {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce1 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

#carousel-example-generic .carousel-control {
    background-image: none !important;
}


/*---- aminities slide-------*/

.ami-carousel .owl-nav {
    margin-top: 0px !important;
}

.ami-carousel img {
    width: 35px;
}

.ami-carousel .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid transparent !important;
    padding: 5px !important;
    border-radius: 50% !important;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav .owl-next:hover {
    background: transparent !important;
    border: 2px solid #222222 !important;
    cursor: pointer;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav .owl-prev {
    background: rgba(255, 255, 255, 0.6) !important;
    padding: 5px !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav .owl-prev:hover {
    background: transparent !important;
    border: 2px solid #222222 !important;
    cursor: pointer;
    transition: ease all 0.5s;
}

.ami-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}


/*---- aminities slide-------*/

form i {
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 768px) {
    #slider-banner {
        height: 95vh;
    }
    .tp-revslider-slidesli {
        height: 95vh;
    }
    .tp-revslider-slidesli {
        height: 95vh !important;
    }
    #slider-banner .property-details {
        width: 250px;
        left: 8% !important;
    }
    #slider-banner .property-details .address p {
        font-size: 17px !important;
        line-height: 20px !important;
    }
    #slider-banner .property-details .options p {
        font-size: 21px !important;
        line-height: 32px !important;
    }
    #slider-banner .property-details .price label {
        font-size: 17px !important;
        font-weight: 600;
        margin-bottom: 30px !important;
        max-width: 100% !important;
    }
    #slider-banner .property-details .price-number {
        font-size: 28px !important;
    }
    #slider-banner .property-details a.schedule-visit {
        font-size: 14px !important;
        padding: 10px 16px !important;
        display: block;
        width: 162px;
        margin-left: 10px !important;
    }
    #slider-banner .property-details a.schedule-visit i {
        color: #ffffff;
        font-size: 14px !important;
    }
    #property-highlight .full-img img {
        height: initial;
    }
    #luxury-villa .section-title {
        margin-bottom: 20px;
        margin-top: initial;
    }
    /*-----Modal -----------*/
    .modal .modal-agent-info-box .img-holder,
    .modal .modal-agent-info-box .content {
        display: block;
    }
    .modal .modal-agent-info-box {
        margin-top: 0;
        padding: 0 20px;
        text-align: center;
    }
    .modal .modal-agent-info-box .img-holder {
        border-radius: 50%;
        width: 33%;
        margin: 0px auto;
        margin-top: 10px;
    }
    .modal .modal-agent-info-box .content {
        padding-left: 0;
    }
    .modal .modal-agent-info-box .content h3 {
        margin-bottom: 11px;
        margin-top: 13px;
    }
    .contact-form-wrap {
        margin-top: 0;
    }
    .modal .modal-dialog .modal-header h4 {
        font-size: 16px;
    }
    .modal .modal-dialog .modal-header .close {
        height: 25px;
        line-height: 25px;
        right: 20px;
        width: 25px;
    }
    .modal .modal-contact-form {
        padding: 30px 20px 30px;
    }
    /*----modal------------------------*/
    footer {
        margin-bottom: 40px;
    }
    #carousel-example-generic {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 992px) {
    .d-flex {
        display: flex;
    }
}

@media only screen and (min-width: 1200px) {
    #carousel-example-generic1 {
        height: 100vh;
    }
    #carousel-example-generic1 .carousel-inner .item img {
        height: 100vh;
        object-fit: cover;
    }
    .vh100 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
}

@media only screen and (max-width: 768px) {
    .single-gallery .img-holder .content .link-view {
        bottom: 0%;
    }
    .chatWithUsMessage {
        display: none !important;
    }
    .brochure {
        top: 4px;
        /* left: 50px; */
    }
    .etour {
        top: 20px;
        left: 0px;
    }
    .flat {
        top: 36px;
        left: 0px;
    }
}