*{
    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: #e00505;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0 0 0 / 20%);
    border-radius: 50px;
    animation: shakedks1 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
}
.top-header-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.h-call {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.h-call i {
    padding: 8px;
    background: #000000;
    color: #fff;
    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: #e00505;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 15px 40px;
    border: 1px solid;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    animation: shakedks1 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
}
.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: #e00505 !important
}
.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: #000;
}
.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;
   
}
.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{
    cursor: pointer;
}
.list-style li i {
    font-size: 14px;
    color: #e50b00;
    margin-right: 11px;
    vertical-align: middle;
    transition: all .5s ease-in-out;
}
.list-style li:hover i{
    margin-right: 15px;
    font-size: 17px;
}
.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: 50px;
    margin-top: 15px;
    text-align: center;
    transition: all .3s ease-in-out;
    box-shadow: 0 0px 5px rgba(0 0 0 / 50%);
}
.amenities-box:hover {
    background: #c90701;
}
.amenities-box:hover img {
    filter: grayscale(1);
    transform: scale(1.2);
}
.amenities-box:hover h4{
    color: #fff;
}
.amenities-box img {
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.amenities-box h4 {
    margin-bottom: 0;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.choose-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.choose-imgbox {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.choose-imgbox img {
    width: 100%;
    height: 395px;
    object-fit: contain;
    padding: 10px;
    border: 1px solid #ecec;
}
.top-tittle{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.top-tittle::after{
    content: '';
    width: 130px;
    background: #000;
    height: 2px;
    display: block;
    margin-top: 5px;
}
.choose-info .list-style {
    margin-bottom: 25px;
}
.choose-info li {
    font-size: 17px;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.gallery-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.gallery-box {
    display: inline-block;
    width: 100%;
    height: 195px;
    padding: 0px;
    border: 1px solid #ecec;
    margin-top: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    position: relative;
}
.gallery-box samll {
    position: absolute;
    bottom: 0;
    left: 0px;
    color: #fff;
    background: rgba(0 0 0 / 58%);
    padding: 3px 25px;
    font-size: 12px;
}
.gallery-box:hover{
    box-shadow: 0 2px 5px rgba(0 0 0 / 50%);
}
.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.gallery-box:hover img{
    transform: scale(1.1);
}
.location-panel{
    display: inline-block;
    width: 100%;
}
.about-builders-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.site-map {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #f2f2f2;
}
footer {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #158447;
}
.footer-box{
    text-align: center;
}
.footer-box img {
    width: 145px;
    margin-bottom: 15px;
}
.footer-box p {
    font-size: 20px;
}
.copy-right {
    text-align: center;
    background: #e00505;
    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{
    width: 25%;
    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: #e00505;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}
.enquiry-btn {
    display: inline-block;
    position: fixed;
    top: 66%;
    right: -55px;
    z-index: 9;
    transform: rotate(90deg);
    padding: 8px 15px;
    border-radius: 0;
    background: #158447;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 997;
    animation: blink 0.8s infinite;
}
.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;
}
.floor-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #efefefcc;
}
.floor-panel .thead-dark th {
    background: #000;
    color: #fff;
    text-align: center;
}
.floor-panel td {
    color: #000;
    text-align: center;
    vertical-align: baseline;
    font-size: 15px;
    font-weight: 600;
}
.floor-panel td a {
    width: 100%;
}
.map-video video {
    width: 100%;
    height: 340px;
    border: 1px solid #ecec;
}
.floating_btn {
    position: fixed;
    bottom: 25px;
    left: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
.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;
}
.faq-section {
    padding: 55px 0px;
}
.faq-section .faq-head h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.faq-section .faq-box {
    border: 3px solid #e00505;
    padding: 30px;
    margin: 13px 0px;
    height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.faq-section .faq-box h6 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 5px;
}
.faq-section .faq-box p {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 20px;
}
@keyframes pulsing {
100% {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
}
}
    
@keyframes shakedks1 {
    5%, 45% {
        transform: translate3d(-1px, 0, 0);
    }

    10%, 40% {
        transform: translate3d(2px, 0, 0);
    }

    15%, 25%, 35% {
        transform: translate3d(-2px, 0, 0)
    }

    20%, 30% {
        transform: translate3d(2px, 0, 0);
    }

    50% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes blink {
    0% {
        opacity: 2;
        background: #000000;
    }

    50% {
        opacity: 2;
        background: #e00505;
    }

    100% {
        opacity: 2;
        background: #000000;
    }
}
@keyframes opactity {
    0% { 
    opacity: 0;}
    100% { opacity: 1;}
 }
.stars {
  color: #f5b301; /* star yellow */
  font-size: 1.2rem;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:768px){
    .nav-top {
        padding: 0;
        position: absolute;
        top: 76px;
        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 {
        display: inline-block;
        width: 100%;
    }
    .choose-info h2 {
        font-size: 30px;
    }
    .fixed-getquote.show {
        width: 85%;
    }
    .com-btn {
        padding: 9px 20px;
    }
    header .com-btn {
        padding: 9px 20px;
        margin-left: auto;
        margin-right: 10px;
    }
    .overview-panel {
        padding: 10px 0;
    }
    .img-banner-panel img {
        height: 88px;
        object-fit: cover;
    }
    .choose-panel {
        padding: 25px 0;
    }
    .floor-panel {
        padding: 25px 0;
    }
    .amenities-panel {
        padding: 30px 0;
    }
    .amenities-box {
        padding: 10px;
    }
    .amenities-box img {
        margin-bottom: 5px;
        width: 100px;
        height: 50px;
        object-fit: contain;
    }
    .amenities-box h4 {
        font-size: 14px;
    }
    .gallery-panel {
        padding: 30px 0;
    }
    .about-builders-panel {
        padding: 30px 0;
    }
    .contact-panel .getquote-form {
        padding: 40px;
    }
    .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;
        border-radius: 0 !important;
    }
    .call-action .com-btn:first-child {
        background: #000;
    }
    .copy-right {
        margin-bottom: 48px;
    }
    .faq-section .faq-box {
        padding: 12px;
        margin: 10px 0px;
        height: auto;
    }
    .faq-section {
        padding: 25px 0px;
    }
}