*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.top-header {
    display: inline-block;
    width: 100%;
    background: #212121;
    padding: 15px 0;
}
.brochure-btn {
    background: #fff;
    display: inline-block;
    color: #000;
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0 0 0 / 20%);
}
.top-header-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.h-call {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.h-call i {
    padding: 8px;
    background: #fff;
    color: #000;
    border-radius: 6px;
}
header {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0 0 0 / 5%);
    z-index: 999;
}
.navbar-brand img{
    width: 150px;
}
.com-btn {
    display: inline-block;
    background: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 6px 20px;
    border: 1px solid;
    transition: all .5s ease-in-out;
}
.com-btn:hover{
    background: #fff;
    color: #000;
    box-shadow: 0 2px 5px rgba(0 0 0 /50%);
}
.nav-top {
    padding: 0;
}
.nav-top a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px !important;
}
.nav-top a.active {
    color: #158447 !important;
}
.dropdown-menu {
    display: none;
    border-radius: 0;
    border: none;
}
.nav-item.dropdown:hover .dropdown-menu{
    display:block;
}
.hero-panel {
    display: inline-block;
    width: 100%;
    /* padding: 50px 0; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed;
    background-position: top center; */
    position: relative;
   
}
/* .hero-panel::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / 75%);
    position: absolute;
    top: 0;
    left: 0;
} */
.hero-panel img {
    width: 100%;
}
.hero-content {
    width: 100%;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    text-align: center;
    
}
.hero-content h1 {
    font-size: 85px;
    color: #fff;
    font-weight: 700;
}
.hero-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.overview-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.overview-content p {
    text-align: justify;
}
.getquote-form {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #158447;
}
.getquote-form h5 {
    font-size: 25px;
    color: #fff;
}
.getquote-form p {
    font-size: 16px;
    color: #ffffff;
}
.getquote-form .form-control {
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px;
}
select.form-control{
    appearance: auto;
}
.porject-area {
    display: flex;
    padding: 15px 0;
   
}
.porject-area p {
    font-size: 18px;
}
.porject-area p strong {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}
.list-style {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-style li i {
    font-size: 10px;
    color: #158447;
    margin-right: 5px;
    vertical-align: middle;
}
.overview-box {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.overview-box img {
    width: 75px;
    margin-bottom: 10px;
}
.overview-box {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-top: 7px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0 0 0 / 20%);
    transition: all .5s ease-in-out;
}
.overview-box:hover{
    transform: scale(1.1);
}
.overview-box h6 {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: overline;
}
.top-tittle {
    font-size: 50px;
    margin-bottom: 15px;
}
.amenities-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.amenities-box {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #ececec;
    text-align: justify;
    align-items: center;
    text-align: center;
    transition: all .5s ease-in-out;
}
.amenities-box img {
    width: 60px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 5px;
    transition: all .5s ease-in-out;
}
.amenities-box:hover{
    box-shadow: 0 2px 5px rgba(0 0 0 / 20%);
}
.amenities-box:hover img{
        transform: scale(1.1);
}
.amenities-box h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.choose-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.choose-imgbox img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.choose-info h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}
.choose-info .list-style {
    margin-bottom: 25px;
}
.choose-info li {
    font-size: 18px;
    /* display: flex; */
    align-items: center;
    margin-bottom: 5px;
}
.choose-info li i {
    width: 50px;
    font-size: 18px;
    border: 2px solid;
    padding: 13px;
}
.gallery-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.gallery-box {
    display: inline-block;
    width: 100%;
    height: 225px;
    padding: 10px;
    border: 1px solid #ecec;
    margin-top: 15px;
    overflow: hidden;
}
.gallery-box img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}
.gallery-box samll {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.location-panel{
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
footer {
    display: none;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    background: #000;
}
.footer-box{
    text-align: center;
}
.footer-box img {
    width: 145px;
    margin-bottom: 15px;
    filter: invert(1);
}
.footer-box p {
    font-size: 25px;
    color:#fff;
}
.copy-right {
    text-align: center;
    background: #000000;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}
.fixed-getquote {
    width: 25%;
    position: fixed;
    top: 180px;
    right: -25%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}
.fixed-getquote.show{
    visibility: visible;
    opacity: 1;
    right: 0;
    z-index: 998;
}
.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 11px;
    background: #000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}
.enquiry-btn {
    display: inline-block;
    position: fixed;
    top: 66%;
    right: -45px;
    z-index: 9;
    transform: rotate(90deg);
    padding: 10px 28px;
    border-radius: 0;
    background: #158447;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 997;
    animation: opactity .5s infinite ease-in-out;
}

.location-info p {
    text-align: justify;
}
.contact-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
}
.contact-panel .getquote-form {
    padding: 60px;
    background: #000;
}
.thanks-panel {
    display: inline-block;
    width: 100%;
    padding: 10% 0;
    text-align: center;
}
.thanks-panel h1 {
    font-size: 85px;
    margin-bottom: 10px;
}
.thanks-panel p {
    font-size: 20px;
}
@keyframes opactity {
    0% { 
    opacity: 0;}
    100% { opacity: 1;}
 }
@media (max-width:768px){
    .nav-top {
        padding: 0;
        position: absolute;
        top: 65px;
        width: 100%;
        background: #fff;
        left: 0;
    }
    .navbar-toggler {
        order: 1;
        border-radius: 0;
    }
    .top-tittle {
        font-size: 30px;
    }
    .choose-info li i {
        width: 30px;
        font-size: 12px;
        padding: 7px;
        float: left;
    }
    .h-call {
        font-size: 15px;
    }
    .navbar-brand img {
        width: 125px;
    }
    .porject-area {
        width: 100%;
    }
    .choose-info h2 {
        font-size: 30px;
    }
    .fixed-getquote{
        width: 85%;
        right: -85%;
    }
    .call-action {
        display: flex !important;
        position: fixed;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        width: 100%;
        z-index: 999;
    }
    .call-action .com-btn {
        width: 50%;
        padding: 10px;
    }
    .call-action .com-btn:first-child {
        background: #007133;
    }
    .overview-panel {
        padding: 30px 0;
    }
    .porject-area p strong {
        font-size: 17px;
    }
    .porject-area p {
        font-size: 15px;
    }
    .amenities-panel {
        padding: 25px 0;
    }
    .amenities-box h4 {
        font-size: 14px;
    }
    .choose-imgbox iframe {
        height: 250px !important;
        margin-bottom: 10px;
    }
    .choose-info li {
        font-size: 16px;
        display: inline-block;
    }
    .gallery-panel {
        padding: 30px 0;
    }
    .location-panel {
        padding: 30px 0;
    }
    .copy-right {
        margin-bottom: 48px;
    }
    footer {
        padding: 20px 0 0px;
    }
    .contact-panel .getquote-form {
        padding: 30px;
    }
}