/*
style by ASP Consultants.
author - saru
*/
/* //font-family: 'TitilliumWeb-Regular'; */
@font-face {
    font-family: 'LatoLatin-Regular 3';
    src: url('../fonts/LatoLatin-Regular 3.ttf');

}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf');

}

@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('../fonts/TitilliumWeb-Bold.ttf');

}

@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('../fonts/TitilliumWeb-Regular.ttf');

}

@font-face {
    font-family: 'Amalfi Coast';
    src: url('../fonts/Amalfi Coast.ttf');

}

body {
    font-family: 'TitilliumWeb-Regular';
    font-size: 14px;
    color: #0f1113;
    overflow-x: hidden;

}

html {
    scroll-behavior: smooth;
    font-family: 'TitilliumWeb-Regular';
    font-size: 14px;
    color: #0f1113;
    overflow: auto;
    scroll-padding-top: 70px;
}

h2 {
    font-size: 25px;
}

p {
    font-size: 1.3rem;
    font-weight: 100;
    color: #333;
    line-height: 30px;
}

.brou {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
}


#kenytChatBubble.style1 .kbubble-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0 14px rgba(0, 0, 0, .5);
    bottom: 100%;
}

.int {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}

.sectiongap {
    padding-top: 10px;
    padding-bottom: 40px;
}

.high-points li {
    font-size: 17px;
}

.ov-box {
    background: rgb(255, 247, 238);
    box-shadow: 0 17px 16px rgba(0, 0, 0, 0.12), 0 7px 30px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 35px;
}


.content {
    margin-bottom: 20px;
    max-width: 600px;
}

.more-text {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

.more-text.open {
    max-height: 500px;
    /* Set max expected height */
}

.read-more-btn {
    margin-top: 10px;
    background-color: #1DAC52;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* .read-more-btn:hover {
    background-color: #0056b3;
} */


.but {
    border: 2px solid #fff;
    font-size: 1.0rem;
    background-color: #1DAC52 !important;
    color: #fff;
    animation: glow 1.4s ease-out infinite;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #1DAC52;
    }

    50% {
        box-shadow: 0 0 30px 0 #1DAC52;
    }
}



.ov-box:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.lux {
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 1rem;
}

.mob-right-bor a {
    color: #ffff;
}

.ov-form {
    align-items: center !important;
}

.proj-high {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -41px;
}

.ov-form-in {
    margin-bottom: 15px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 90%;
    padding: 20px;
}

.form-inline {
    /* display: -ms-flexbox; */
    display: flex;
    /* -ms-flex-flow: row wrap; */
    flex-flow: row wrap;
    /* -ms-flex-align: center; */
    align-items: center;
    justify-content: center;
}


.linebreak {
    background-image: url("../images/div0.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    height: 45px;
    margin-bottom: 30px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.table td {
    padding: 1rem;
    vertical-align: middle;

}

.navfont {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000 !important;
}

.nav-item {
    padding-right: 20px;
}

.nav-item a:hover {
    color: gray !important;
}

.mob-btn1 {
    margin: 0px auto;
    display: block;
}

.themebackground {
    background-color: #1DAC52;
}

.navbar-brand img {
    margin-left: 40px;
}

.reverse {
    background-color: #f2df80;
    color: #181818;
}

.themebackground {
    /* background-color: #1DAC52 !important; //D86D12 */
    color: #fff7ee;
}

.fonttangerine-big {
    font-family: 'TitilliumWeb-Regular', serif;
    font-size: 32px;
    font-weight: 500;
    /* //text-shadow: 4px 4px 4px #aaa; */
    line-height: 30px;
}

.fonttangerine-medium {
    font-family: 'TitilliumWeb-Regular', serif;
    font-size: 40px;
    text-shadow: 3px 3px 3px #aaa;
}

.timeline {
    list-style-type: none;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 0px;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: 0px;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.li.complete .status {
    border-top: 2px solid #ddd;
}

.status {
    padding: 0px 10px;
    /* display: flex; */
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

.li.complete .status h4 {
    color: #222;
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.status h4 {
    font-weight: 600;
}

.li.complete .status:before {
    /* background-color: #ddd;*/
    border: none;
    transition: all 200ms ease-in;
    /* background-image:url('../images/favicon.ico');*/
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top;
    top: -24px;
    transform: rotate(0deg);
}

.status:before {
    content: '';
    width: 45px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 41%;
    transition: all 200ms ease-in;
}

.locationBox1 {
    /* margin: 18px 0px; */
    /* margin-top: 65px; */
}

.locationBox1 .location-icon {
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 65px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.locationBox1 .location-icon:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    border-radius: 150px 150px 0px 50px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #222222; */
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    box-shadow: 3px 3px 10px #222222;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.location-icon span {
    color: #b79766;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 52px;
    /* margin: 0 auto 40px; */
    /* display: block; */
    position: relative;
    z-index: 1;
    top: -33px;
}

#map {
    /* height: ; */
    width: 100%;
}

.form-control1 {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem 1.00rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mobile-cta-outer {
    display: none;
}

.iconcss {
    font-size: 75px;
    color: #ddd;
    padding: 5px;
    /* //background-color:#eee; */
}

.rounded-circle1 {
    border-radius: 10% !important;
}

.modal-body input {
    margin: 15px;
    height: 40px;
    width: 85% !important;
    margin-left: 0px;
}

.modal-body,
.modal-footer {
    background: #ccc;
    padding: 5px;
}

.lis-cust {
    display: flex;
    justify-content: space-between;
}

.modal-body i,
#contact-form i {
    height: 40px;
    width: 40px;
    background: #1DAC52;
    color: #fff;
    font-size: 20px;
    text-align: center;
}


.mar-top {
    margin-top: -15px;
}

.conf {
    padding: 50px;
    margin-top: 20px;
}

.you-vi {
    height: 550px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0px 20px 0px #00000059;
}

#configuration {
    background: url('../images/conf-bg.jpg');
    /* height: 350px; */
}

.cust-card {
    background-color: #FFF7EE;
}

.ov-cont {
    margin-top: -38px;
}

.custum-bt {
    color: #000 !important;
}

.cust-bott {
    margin-bottom: 10px !important;
}

.ami-box img {
    width: 20% !important;
    margin: 0px auto;
}

.ami-box p {
    text-align: center;
}

.nav-colo {
    background-color: #fcfcfc;
    color: #000000;
    font-size: 15px;
}

.bot-mar {
    margin-bottom: 40px !important;
}

.lax {
    margin-bottom: -20px;
}

.proj-box {
    text-align: center;
    line-height: 25px;
    box-shadow: 1px 1px 8px #585858;
    padding: 10px;
}

.table-bordered {
    border: 2px solid black;
    border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
    border: 2px solid black;
}

.area {
    font-size: 20px;
}

.flor img {
    filter: blur(3px);
}

.lin {
    height: 1px;
    background: green;
    width: 100%;
}

.sqft {
    font-size: 20px;
    padding: 10px;
}

.tab-back {
    background: #ffffffd4;
}

.cust-nav {
    justify-content: center !important;
    border: none !important;
    gap: 20px;
    margin-bottom: 25px;
}

.nav-cust {
    justify-content: center !important;
    margin-top: 25px;
}

#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: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}



@media only screen and (max-width: 767px) {
    .timeline {
        list-style-type: none;
        display: grid;
        /* align-items: center; */
        justify-content: center;
        padding: 0px;
        /*overflow:hidden;*/
    }

    .navfont {
        margin-left: 20px !important;
    }


    .mobile-cta-outer {
        position: fixed;
        display: block;
        bottom: 0;
        width: 100%;
        background: #1DAC52;
        z-index: 9999;
        padding: 10px 0;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .mob-right-bor {
        border-right: 2px #ffff solid;
    }

    .enq-btn {
        border: none;
        background: #1DAC52;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .mobile-cta-outer .mob-cta {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hidden-xs {
        display: none;
    }

    .form-inline .form-control {
        width: 80%;
    }

    .proj-high {
        margin-top: 0px;
    }

    .lux {
        font-size: 17px;
        text-align: center;
        line-height: 28px;
        font-weight: 600;
    }

    .lax {
        display: none;
    }

    .you-vi {
        height: 350px;
    }

    .fonttangerine-big {
        font-size: 24px;
        line-height: 30px;

    }

    .ov {
        font-size: 30px;
        margin-bottom: -10px;
    }

    .navbar-brand img {
        width: 70%;
        margin-top: 6px;
    }

    h2 {
        font-size: 1.1rem;
    }

    .modal-body input {
        margin: 5px;
        height: 30px;
        width: 80% !important;
        margin-left: 0px;
    }

    .modal-body i {
        height: 30px;
        width: 35px;
        background: #1DAC52;
        color: #fff;
        font-size: 14px;
    }

    .navbar-collapse {
        background: #fff7ee;
        margin: -.5rem -1rem;
        padding: .5rem 1rem;
    }
}

@media only screen and (max-width: 374px) {
    .fon {
        font-size: 9px !important;
    }
}

.artistic-impression {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */



}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1DAC52;
    border-color: #dee2e6 #dee2e6 #fff;
}

.navbar-collapse {
    display: flex;
}

.artistic-impression-master {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

.artistic-impression-banner1 {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 20px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}

.artistic-impression-banner1-m {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(128, 128, 128, 0.5);
    /* Grey background with transparency */
    padding: 2px 20px;
    /* Adjust padding as needed */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Adjust font size as needed */
    line-height: 1;
    /* Ensure the text fits tightly within the padding */
    z-index: 1;
    /* Ensure the text is above the image */

}


.price-click {
    border: 1px solid #ffffff;
    padding: 5px 10px;
    background-color: #1DAC52;
    color: #fff;
    font-size: 16px;
    padding: 8px 19px;
    margin: 30px 0px;
    display: inline-block;
    cursor: pointer;
}

.price-click:hover {
    color: #000;
    text-decoration: none;
}

.floor-btn {
    display: block;
    margin: auto;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    background-color: #1DAC52;
    color: #fff;
    font-size: 16px;
    padding: 8px 19px;
    margin-top: 10px;
}

.floor-btn:hover {
    color: #000;
}


.dwnButton {
    background-color: #1DAC52 !important;
    color: #fff !important;
    position: fixed;
    bottom: 50%;
    z-index: 999;
    right: -66px;
    padding: 6px 0;
    width: 167px;
    left: auto;
    font-size: 16px;
    transform: rotate(270deg);
    border: none;
    animation: glow 1.4s ease-out infinite;
}

@media (max-width: 768px) {
    .price-container {
        display: flex;
        justify-content: center;
    }

    .price-click {
        font-size: 14px;
        margin: 10px 0px;
    }

    .floor-btn {
        color: #fff;
        font-size: 14px;
        padding: 8px 19px;
    }
}