.showcase {
    width: 100%;
    height: 420px;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.showcase::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.562);
}
.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.showcase .overlay {
    position: relative;
    z-index: 2;
    width: 100%;
}
/* 
.showcase hr {
    margin-top: 130px;
    border-radius: 2px;
} */

.showcase h2 {
    font-size: 5em;
    padding: 0 3%;
    text-align: center;
}
.showcase h1 {
    font-size: 4rem;
    padding: 0 3%;
    text-align: center;
}

.showcase ol {
    margin-top: 8px;
    font-size: 1.2em;
    padding: 0 4%;
    gap: 1%;
    display: flex;
    justify-content: center;
}

/* Media Quires */
@media (max-width: 991.98px) {
    /* banner query start */
    .showcase hr {
        display: none;
    }

    .showcase h2 {
        font-size: 76px;
    }
    .showcase h1 {
        font-size: 76px;
    }

    /* .showcase {
        margin-top: 50px;
    } */

    /* banner query end */
}

@media (max-width: 575.98px) {
    .response-after {
        padding: 10px 30px 40px;
    }
    .response-after h4 {
        font-size: 16px;
    }
    .response-after h5 {
        font-size: 16px;
        line-height: 1.6;
    }
    /* banner query start */
    .showcase h2 {
        font-size: 5em;
        padding: 0 3%;
    }
    .showcase h1 {
        font-size: 36px;
        padding: 0 3%;
    }
    .response-after .redirect {
        margin-top: 0px;
    }
    .respone-welcome img {
        height: 190px;
    }
    .tc-header-style1 .slider-card .info {
        bottom: -33px;
    }
    .play-icon .fa-play-circle {
        margin-left: 22px;
        position: absolute;
        top: 0;
        right: 20%;
    }
    .tc-header-style1 .slider-card .info h5 {
        font-size: 20px !important;
        padding-bottom: 10px;
    }
    .tc-header-style1 .slider-card .info .col-lg-5 {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .tc-navbar-style1 .content .navbar-nav .nav-link {
        padding: 6px 0px;
    }
    .tc-header-style2
        .slider-content
        .head-slider
        .slider-card
        .info
        .tags
        span {
        padding: 6px 14px;
    }
    .tc-header-style2 .slider-content .head-slider .slider-card .info .title a {
        font-size: 30px;
    }
    .tc-blog-style1 .blog-card .info {
        padding-top: 15px;
    }
    .foot-main-content .links-group {
        padding-left: 0px !important;
    }
    .tc-woocommerce h1 {
        margin-bottom: 15px !important;
        margin-top: 20px !important;
    }
    .tc-header-style2 {
        padding-top: 20px !important;
    }
    .tc-header-style2 .slider-content h2 {
        margin-top: 8px !important;
    }
    /* banner query end */
}

/* --------------------------------------- Form  */

.contact-pg-style1 {
    position: relative;
}

.contact-pg-style1 .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
}

.contact-pg-style1 .social-icons a:hover {
    background-color: var(--color-orange1);
    border-color: var(--color-orange1);
    color: #fff;
}

.contact-pg-style1 .tc-map-style1 {
    position: relative;
    padding: 90px 4vw 120px;
    border-radius: 0 0 30px 30px;
    margin-bottom: -30px;
    background-color: #fff;
    z-index: 10;
}

.contact-pg-style1 .tc-map-style1 .map-card {
    border-radius: 15px;
    overflow: hidden;
    height: 700px;
}

.contact-pg-style1 .tc-map-style1 .map-card iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -6px;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
}

.contact-pg-style1 .tc-contact-form-style1 {
    position: relative;
    padding: 50px 0;
    background-color: #f1eee9;
    overflow: hidden;
}

.contact-pg-style1 .tc-contact-form-style1 .form {
    display: block;
}

.contact-pg-style1 .tc-contact-form-style1 .form label {
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.contact-pg-style1 .tc-contact-form-style1 .form .form-control {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    /* padding: 10px 0; */
    font-size: 14px;
}

.contact-pg-style1 .tc-contact-form-style1 .form .form-control:hover,
.contact-pg-style1 .tc-contact-form-style1 .form .form-control:focus {
    border-color: #000;
}

.contact-pg-style1 .tc-contact-form-style1 .shap {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 55%;
}

.contact-pg-style1 .tc-contact-form-style1 ul li span {
    font-size: 22px;
}

.contact-pg-style1 .tc-contact-form-style1 ul li {
    margin-bottom: 18px;
    display: flex;
    gap: 25px;

    font-size: 15px;
}

/* =================================== Map */
.contact-map iframe {
    margin-top: 5%;
}

.tc-woocommerce {
    position: relative;
    padding: 80px 0;
    background-color: #f1eee9;
    z-index: 1;
}

.tc-woocommerce .line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    z-index: -1;
}

.tc-woocommerce .img {
    position: relative;
}

.tc-woocommerce .img .sub-img {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: unset;
    -webkit-transition: all linear;
    transition: all linear;
}

.tc-woocommerce .info .tags {
    margin: 0 -3px;
}

.tc-woocommerce .info .tags a {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: capitalize;
    margin: 6px 3px;
    background-color: #e0dcd4;
    border-radius: 5px;
}

.tc-woocommerce .info .tags a:hover {
    background-color: var(--color-orange1);
    color: #fff;
}

.tc-woocommerce .info p {
    padding-bottom: 10px;
}

.tc-woocommerce .butn {
    padding: 6px 16px;
}

/* .tc-woocommerce .butn:hover {
    background: radial-gradient(
        circle at 10.6% 22.1%,
        rgb(228 18 28 / 74%) 0%,
        rgb(122 21 21 / 76%) 100.7%
    );
} */

.counter-section {
    padding: 60px 0px;
    background: linear-gradient(#f1eee9, white);
}

.counter-box {
    text-align: center;
    border-right: 1px solid #dddddd;
}

.counter-box .counter {
    font-size: 30px;
    font-weight: 700;
}

.counter-plus {
    font-size: 20px;
}

.no-border {
    border: unset;
}

.counter-icon {
    width: 90px;
    height: 90px;
    /* padding: 20px; */
    margin: auto;
}

.bank-logo img {
    filter: grayscale(0.9);
    transition: 0.5s ease;
}

.bank-logo img:hover {
    filter: grayscale(0);
    transition: 0.5s ease;
}

.bank-slider-sec {
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 40px 0px;
}

.inner-page p {
    margin-bottom: 13px;
}

.mission-sec {
    padding: 50px 0px;
    /* background-color: #ffe9ea; */
    background: linear-gradient(#ffe9ea, #ffffff);
}

.vision-sec {
    padding: 90px 0px;
    /* background-color: #ffe9ea; */
    background: linear-gradient(#ffe9ea, #ffffff);
}

.mission-sec .container,
.vision-sec .container {
    position: relative;
    z-index: 1;
}

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 240px;
    color: #ffe4e4;
    font-weight: 700;
    z-index: -1;
}

.vision-sec .bg-text {
    top: -121px;
    transform: translate(-50%, 0px);
}

.gallery-tab li {
    margin-right: 12px;
}

.gallery-tab li button {
    padding: 6px 13px !important;
    margin: 0px !important;
}

.gallery-tab li button.active {
    border-bottom: 2px solid var(--color-orange1) !important;
}

.fi-rr-house-building {
    color: #e4121c;
    font-size: 38px;
}

.cont a {
    line-height: 1.3;
}

.view-btn {
    text-align: center;
    /* color: #e4121c; */
}

.no-proj img {
    width: 450px;
}

.no-proj {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-proj-content {
    text-align: center;
}

.no-proj-content h4 {
    padding: 25px 0px 20px 0px;
    font-size: 38px;
}

.no-proj-content h6 {
    line-height: 1.3;
}

.project-type {
    padding: 2px 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-weight: 400;
}
.text-align-center {
    text-align: center;
}

.villas {
    background: linear-gradient(45deg, #b5b0a9, #ec5c63);
}

.apartments {
    background: linear-gradient(45deg, #8756b3, #e2e50e);
}

.villas-apartments {
    background: linear-gradient(45deg, #00c3c3, #a54dd8);
}

.values {
    padding-left: 10px;
}

.values li {
    line-height: 2;
    font-size: 16px;
}

.fi-rr-gem {
    padding-right: 8px;
    color: #e4121c;
}

.terms {
    margin: 50px;
}

.terms h5 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

.terms h4 {
    font-size: 16px;
    padding-top: 14px;
}

.terms p {
    line-height: 1.3;
    padding-top: 15px;
}

.terms li {
    list-style: disc;
    font-size: 16px;
}

.terms .terms-list {
    padding-left: 47px;
    padding-top: 10px;
}

.terms .terms-contact {
    padding-left: 47px;
    list-style: none;
}

.terms-contact li {
    list-style: none;
    padding-top: 10px;
    line-height: 1.3;
}

.terms h3 {
    font-size: 58px;
    padding: 45px 0px 45px 0px;
}

.project-img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.project-img-box a {
    display: block;
}

.project-content ul {
    padding-left: 20px !important;
}

.project-content ul li {
    list-style-type: disc !important;
    line-height: 2;
}

.custom-btn {
    color: var(--color-orange1);
    font-weight: 600;
}

.bookingstatus .img-gallery,
.bookingstatus .img-gallery img {
    width: 100%;
}

.bookingstatus .sub-title {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.clr-red {
    color: var(--color-orange1);
}

/* blog page style */

.post-pg-style1 {
    position: relative;
}

.post-pg-style1 .tc-main-img-style1 {
    position: relative !important;
    z-index: -1;
    top: 0px !important;
}

.post-pg-style1 .tc-main-img-style1 .main-img {
    height: 600px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }

.post-pg-style1 .tc-main-img-style1 .main-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#000000c8),
        color-stop(#00000079),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(
        bottom,
        #000000c8,
        #00000079,
        transparent
    );
    background-image: -o-linear-gradient(
        bottom,
        #000000c8,
        #00000079,
        transparent
    );
    background-image: linear-gradient(
        to top,
        #000000c8,
        #00000079,
        transparent
    );
}
.ws-1 {
    word-spacing: 1.2;
}

.post-pg-style1 .tc-main-img-style1 .main-img img {
    max-height: unset;
    height: 100%;
    -o-object-position: top;
    object-position: top;
    /* margin-top: -25%; */
    -webkit-transition: all linear;
    -o-transition: all linear;
    transition: all linear;
}

.post-pg-style1 .tc-main-img-style1 .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 5;
    padding: 180px 0;
    text-align: center;
}

.post-pg-style1 .tc-main-img-style1 .content .title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
}

.post-pg-style1 .tc-post-content-style1 {
    position: relative;
    padding: 110px 0;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
    z-index: 20;
}

.post-pg-style1 .tc-post-content-style1 .breadcromb {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    margin-bottom: 90px;
}

.post-pg-style1 .tc-post-content-style1 .breadcromb .icon {
    margin: 0 5px;
}

.post-pg-style1 .tc-post-content-style1 .breadcromb a:last-of-type {
    opacity: 0.7;
}

.post-pg-style1 .tc-post-content-style1 .lg-letter {
    font-size: 90px;
    line-height: 55px;
    letter-spacing: -0.03em;
    color: #000;
    float: left;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
}

.post-pg-style1 .tc-post-content-style1 .share-content .tags a {
    font-size: 12px;
    color: #000;
    background-color: #ebebf3;
    padding: 5px 10px;
    border-radius: 30px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-weight: 500;
}

.post-pg-style1 .tc-post-content-style1 .share-content .tags a:hover {
    background-color: var(--color-orange1);
    color: #fff;
}

.post-pg-style1 .tc-post-content-style1 .share-content .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-pg-style1 .tc-post-content-style1 .share-content .share .links a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
}

.post-pg-style1 .tc-post-content-style1 .share-content .share .links a:hover {
    border-color: var(--color-orange1);
    background-color: var(--color-orange1);
    color: #fff;
}

.post-pg-style1 .tc-post-content-style1 .editor {
    margin-top: 110px;
    position: relative;
    padding: 80px 0;
    border-top: 1px solid #ccc;
}

.post-pg-style1 .tc-post-content-style1 .editor .img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}

.post-pg-style1 .tc-post-content-style1 .editor .social-links {
    position: relative;
    margin-top: 30px;
}

.post-pg-style1 .tc-post-content-style1 .editor .social-links a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
}

.post-pg-style1 .tc-post-content-style1 .editor .social-links a:hover {
    border-color: var(--color-orange1);
    background-color: var(--color-orange1);
    color: #fff;
}

.post-pg-style1 .tc-post-content-style1 .related-posts {
    position: relative;
    padding: 40px 0 30px;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}

.post-pg-style1 .tc-post-content-style1 .related-posts .arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-prev,
.post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-next {
    position: static;
    margin: 0;
    -webkit-margin-start: 40px;
    margin-inline-start: 40px;
}

.post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-prev::after,
.post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-next::after {
    font-size: 18px;
    color: #000;
}

.post-pg-style1 .tc-post-content-style1 .related-posts .related-slider {
    position: relative;
    overflow: hidden;
}

.post-pg-style1 .tc-navbar-style1 {
    background: #fff;
}

.enquiry-btn {
    position: fixed;
    top: 40%;
    right: 20px;
    z-index: 999;
    border: unset;
    background-color: #ffffff;
    color: var(--color-orange1);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0.5);
    animation: enquiry 3s infinite;
}

@keyframes enquiry {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7),
            0 0 0 0 rgba(255, 109, 74, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
            0 0 0 0 rgba(255, 109, 74, 0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
            0 0 0 30px rgba(255, 109, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 30px rgba(255, 109, 74, 0);
    }
}

.red-btn {
    background-color: var(--color-orange1);
    padding: 8px 22px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid var(--color-orange1);
}

.red-btn:hover {
    background-color: #ffffff;
    color: var(--color-orange1);
}

.enquiry-modal-content {
    /* background: linear-gradient(-45deg, #e4121c, #ffc8cb, #e4121c); */
    border: unset;
    border-radius: 15px;
}

.enquiry-modal-content .form-control {
    background-color: #ffffff24;
    /* border: 1px solid #ffffff; */
}

/* .enquiry-modal-content label {

} */

.enquiry-modal-content .form-control:focus {
    background-color: #ffffff7c;
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    z-index: 101;
    display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
    position: absolute;
    width: auto;
    max-width: 480px;
    height: 310px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding: 10px 20px;
}

/*   This is the closing button  */
#btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #bcbcbc;
}

/*   This is the closing button hover state  */
#btnClose:hover {
    color: #c90c12;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
    display: block;
    width: 44%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
}

/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
    color: #444444;
    font-size: 36px;
    line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
    width: 47%;
    padding: 1%;
    display: block;
    font-size: 16px;
    color: #666;
    margin-left: 1%;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
    width: 95%;
    height: 30px;
    font-size: 18px;
    padding: 3px;
    margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
    border: solid 2px #40c348;
    box-shadow: 0 1px 3px #aaaaaa;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
    border: solid 2px #40c348;
    box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
    width: 100% !important;
    height: 40px !important;
    margin: 10px auto 0 auto;
    background: #5d9e62;
    border: none;
    color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
    background: #40c348;
    color: #fff;
    box-shadow: none !important;
    cursor: pointer;
}

.project-status-type h2 {
    color: #e4121c;
    text-align: center;
    margin: 10px 0px 50px 0px;
    font-weight: 600;
}


.full-image {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.gallery-list li iframe {
    width: 100%;
    height: 250px;
}

@media screen and (max-width: 460px) {
    .tc-projects-style1 .tabs-links .nav-pills .nav-link {
        margin-inline-end: 15px;
        padding: 2px;
        font-size: 16px;
    }

    .tc-projects-style1 {
        padding-top: 18px !important;
    }

    .tc-projects-style1 .tabs-links {
        margin-bottom: 8px !important;
    }

    .gallery-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-list li .img-gallery img {
        width: 500px !important;
    }
    .tc-blog-style1 .blog-card .img {
        height: 234px;
    }
    .tc-blog-style1 .view-btn a {
        margin-top: 2px !important;
        padding: 10px 30px;
    }
    .tc-services-style2 .col-lg-7 h5 {
        font-size: 20px !important;
    }
    .tc-services-style2 .butn {
        margin-top: 30px !important;
        padding: 10px 20px;
    }
    .tc-blog-style1 .blog-card .info {
        display: flex;
        gap: 12px;
    }
    .tc-blog-style1 .blog-card .info .date {
        width: fit-content !important;
    }
    .tc-blog-style1 .blog-card .info .date .num {
        font-size: 24px !important;
    }
    .tc-blog-style1 .blog-card .cont a {
        font-size: 20px !important;
    }
    .tc-blog-style1 .blog-card .info .date small {
        font-size: 10px !important;
    }
    .tc-footer-style2 .shap {
        bottom: 120px !important;
    }
    /* .tc-projects-style1 .projects .gallery-list .project-title{
        bottom: 9px;
    } */
    .contact-pg-style1 .tc-contact-form-style1 {
        padding: 25px;
    }

    .contact-pg-style1 .tc-contact-form-style1 h3 {
        margin-bottom: 12px !important;
        font-size: 22px !important;
        margin-top: 2px !important;
    }

    .contact-pg-style1 .tc-contact-form-style1 .container h3 {
        font-size: 20px !important;
        text-align: center;
        margin-bottom: 25px !important;
    }
    .contact-pg-style1 .tc-contact-form-style1 .container .butn {
        padding: 12px 16px;
    }
    .contact-pg-style1 .tc-contact-form-style1 .container .butn span {
        font-size: 13px;
    }
    .tc-contact-form-style1 .contact-map {
        margin-top: 13px;
    }
    .contact-pg-style1 .tc-contact-form-style1 ul li {
        gap: 12px;
    }
    .contact-pg-style1 .tc-contact-form-style1 ul li i {
        font-size: 18px;
    }
    #pills-tab {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* client changes */
.pl-3 {
    padding-left: 3px !important;
}
.navbar-toggler {
    padding: 15px 0px 0px 0px !important;
}
.hamburger {
    width: 24px;
    height: 2px;
    background-color: #333;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hamburger::before,
.hamburger::after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #e4121c;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.hamburger::before {
    transform: translateY(-8px);
}

.hamburger::after {
    transform: translateY(8px);
}

.navbar-toggler .hamburger {
    background-color: #000;
}

.navbar-toggler:hover .hamburger::before {
    transform: translateY(0) rotate(45deg);
}

.navbar-toggler:hover .hamburger::after {
    transform: translateY(0) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburger {
    background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .hamburger::before {
    transform: translateY(0) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburger::after {
    transform: translateY(0) rotate(-45deg);
}

.navbar-toggler:not(:hover) .hamburger {
    background-color: #333;
}

.navbar-toggler:not([aria-expanded="true"]) .hamburger::before {
    transform: translateY(-8px) rotate(0deg);
}

.navbar-toggler:not([aria-expanded="true"]) .hamburger::after {
    transform: translateY(8px) rotate(0deg);
}
/* .navbar-toggler {
    border: none;
    padding: 10px;
    background-color: transparent;
    border-radius: 50%;
}

.navbar-toggler i {
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:hover i {
    color: #444;
    transform: scale(1.2);
}

.navbar-toggler[aria-expanded="true"] .fa-bars {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .fa-times {
    display: block !important;
} */
/* 
.custom-toggler {
    border: 1px solid black !important;
    background-color: white;
    padding: 0px 6px;
}

.custom-toggler .navbar-toggler-icon {
    background: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after,
.custom-toggler .navbar-toggler-icon span {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.custom-toggler .navbar-toggler-icon::before {
    top: 6px;
}

.custom-toggler .navbar-toggler-icon::after {
    bottom: 6px;
}

.custom-toggler .navbar-toggler-icon span {
    top: 12px;
} */
.top-header a {
    color: #fff;
    font-weight: 600;
}
.top-header i {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
}
.top-header {
    background: #e4121c;
}
.booking-btn a {
    padding: 6px 14px !important;
    background: #e4121c;
    border-radius: 5px;
    font-size: 15px !important;
}
.navbar-nav button {
    margin: 0px !important;
    border: unset;
    padding: 0px;
    background-color: unset;
}
.tc-navbar-style1 .content .navbar-nav .butn .nav-link {
    color: #fff;
    padding: 7px 15px;
    margin: 0px;
}
.tc-navbar-style1 .content .navbar-nav .butn .nav-link:hover {
    color: #000;
}
.top-header .nav-link:hover {
    color: #fff !important;
}
.tc-footer-style2 .foot-main-content .links-group ul li a {
    margin: 3px 0px !important;
}
.tc-footer-style2 .foot-info h3 {
    /* color: #ffffffb8; */
    line-height: 1.5;
    font-size: 15px !important;
}
.pr-3 {
    padding-right: 3px;
}
.cont .tags span i {
    padding-left: 3px;
}
.tc-process-style1 .accordion-item .accordion-body .text li {
    list-style-type: disc;
}
.tc-header-style2 .slider-content .head-slider .slider-card .project-logo {
    position: absolute;
    top: 65px;
    /* transform: translate(-50%, -50%); */
    z-index: 1;
    opacity: 1;
    left: -10%;
}
/* .tc-header-style2 .slider-content .head-slider .slider-card .project-logo img{
    width: 70%;
} */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.tc-header-style1 .slider-card .info .sweet-child-royal h3 {
    font-family: "sweet-child-royal", sans-serif;
}
.tc-header-style1 .slider-card .info .against-regular-emerald h3 {
    font-family: "against-regular-emerald", sans-serif;
}
.tc-header-style1 .slider-card .info .alstoria-east h3 {
    font-family: "alstoria-east", sans-serif;
}
.tc-header-style1 .slider-card .info .agaramond-bold-vista h3 {
    font-family: "agaramond-bold-vista", sans-serif;
}
.clr-r {
    color: #e4121c;
}
.menu-contact-btn {
    padding: 5px 10px !important;
    background-color: #e4121c;
    color: #fff !important;
    border-radius: 10px;
}
.menu-contact-btn i {
    font-size: 15px !important;
    color: #fff !important;
}
.play-icon p {
    position: absolute;
    top: 33%;
    left: 56%;
}
.pb-85 {
    padding-bottom: 85px;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}
@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.granted-image img {
    height: 80%;
    border-radius: 5%;
}
.granted-image .carousel-inner {
    border-radius: 5%;
}
.gated-estate .bg-text {
    top: 62%;
    font-size: 185px;
    color: #ebebcd73 !important;
}
.gated-estate {
    background: linear-gradient(#fffff8, #ffffff);
}
.fsz-43 {
    font-size: 43px;
}
.br-3 {
    border-radius: 3%;
}
