body {
    font-family: 'Montserrat', sans-serif !important;
}

a {
    text-decoration: none !important;
}

.bg-green {
    background-color: #ddad06 !important;
}

.bg-blue {
    background-color: #000 !important;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.541);
    z-index: 9977 !important;
}

.main-header {
    width: 100%;
    padding: 10px 0px !important;
    transition: all .5s;
}

.navbar-brand {
    color: #eee;
    font-weight: 500;
    font-size: 30px !important;
}

.navbar-brand img {
    width: 200px;
}

.nav-link { 
    color: #fff !important;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.nav-link:hover {
    color: #000 !important;
}

.active-nav {
    background-color: #000;
    z-index: 9999;
}
  

.navbar-nav {
    margin-left: auto;
}

.brochure {
    background-color: #ddad06;
    color: #000 !important;
    border-radius: 100px;
    padding: 10px 20px !important;  
}

.brochure:hover {
    color: #fff !important;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

.banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 6666;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.heading-sec {
    padding: 180px 50px !important;
    height: 100vh;
}

.modal {
    z-index: 9999 !important;
}

.banner-headings {
 
}

.banner-headings h5 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ddad06;
}

.banner-headings h1 {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.banner-headings p {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
}

.banner-headings img {
    width: 200px;
}

.banner-form {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 0px 10px 10px 10px;
    overflow: hidden;
    text-align: center;
}

.banner-form p {
    font-size: 11px;
    font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    margin: 0;
    padding: 12px 25px;
    border-radius: 10px 10px 0px 0px;
}


.banner-form label {
    width: 50%;
    float: left;
}

.banner-form input, .banner-form select {
    width: 100%;
}

.banner-form input, .banner-form select {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 6px;
    border: none;
    border-bottom: 1px solid #999;
}


.banner-form  button {
    width: 100%;
    color: #000;
    border: 1px solid #ddad06;
    background-color: #ddad06;
    padding: 8px 5px;
    margin-top: 10px;
    transition: all .4s;
}

.banner-form button:hover {
    background-color: transparent;
    border: 1px solid #ddad06;
    color: #ddad06;
}

.banner-form h3 {
    background-color: #ddad06;
    color: #000;
    border: 1px solid #ddad06;
    padding: 5px 5px;
    width: 100%;
    font-size: 12px;
    
}

.banner-form p {
    margin-bottom: 20px;
}

/* About */


/* About */

.about {
    padding: 30px 40px !important;
    margin: auto !important;
  }
  
  .about-img {
    text-align: center;
    width: 100%;
    padding: 30px;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 0s;
  }
  
  .about-img img {
    width: 80%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  
  
  .about h2 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #222;
    text-align: left;
  }
  
  .about h2 span {
    display: block;
  }
  
  .about h2 span span {
    display: inline-flex;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #000;
  }
  
  .about p {
    text-align: left;
    font-size: 18px;
    color: #333;
  }
  
  .about a {
    padding: 8px;
    /* border: 1px solid #555; */
    color: #333 !important;
    text-decoration: none;
  }
  
  .about span {
    transition: all 0.6s;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .about a:hover span {
    padding-right: 20px;
  }
  
/* End About */

/* Project Detail */


.pro-detail-img {
    width: 100%;
  }
  
  .pro-detail-img img {
    width: 110%;
    position: relative;
    left: 40px;
  }
  
  
  .pro-head {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .pro-head h2 {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
  }
  
  .pro-head h2 span {
    display: inline-flex;
    font-weight: 700;
    border-bottom: 2px solid #fff;
  }

  .pro-head-location {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .pro-head-location h2 {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
  }
  
  .pro-head-location h2 span {
    display: inline-flex;
    font-weight: 700;
    border-bottom: 2px solid #000;
  }
  
  .pro-detail-list {
    border-bottom: 1px solid #ccc;
    padding: 15px;
  }
  
  .pro-detail-one {
  
  }
  
  .pro-detail-one h6 {
    margin-bottom: 0px;
    text-align: left;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .pro-detail-two {
  
  }
  
  .pro-detail-two p {
    margin-bottom: 0px;
    text-align: right;
    color: #ddd;
    font-weight: 400;
    font-size: 14px;
  }
  
  .p-d-l {
    border-top: 1px solid #ccc;
  }
  
  .detail-contact-button {
    display: flex;
    margin-top: 30px;
  }
  
  .detail-contact-button a {
    background-color: #ddad06;
    color: #000;
    padding: 10px 30px;
    transition: all .5s;
  }
  
  
  .detail-contact-button a:hover {
    background-color: transparent;
    color: #ddad06;
    border: 1px solid #ddad06;
    padding: 10px 30px;
  
  }

  
  

/* End Project Detail */

/* Headings */
.fp-heading {
    width: 100%;
    text-align: center;
  }
  
  .fp-heading h2 {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
  }
  
  .fp-heading h2 span {
    display: inline-flex;
    font-weight: 700;
    border-bottom: 2px solid #fff;
  }

  .our-col-heading {
    width: 100%;
    text-align: center;
  }
  
  .our-col-heading h2 {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #222;
    text-align: center;
  }
  
  .our-col-heading h2 span {
    display: inline-flex;
    font-weight: 700;
    border-bottom: 2px solid #000;
  }
  
/* End */


.price-third{
    /* background-image: url('../images/bg-info3.jpg'); */
    /* background-color: #15233d; */
    background-repeat: no-repeat;
    overflow: hidden;

}
.background-layer2{
    /* background-color: rgba(0, 0, 0, 0.342); */
}
.third{
    padding: 80px 35px;
    color: 000;
}
.third button{
    color: 000;
    background-color: #e54242;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 11px;
    border: 1px solid #e54242;
   
}


.special-offer  h3{
    color: #000;
    font-size: 48px;
    font-weight: 400;
    padding-bottom: 20px;
}
.special-offer h3 span{
    font-weight: 100;
}

.special-offer p{
    padding-bottom: 8px;
    
}
.table table{
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 6px;
    
}



.table th{
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    background-color: #15233d;
   
}

table td{
    background-color: #000;
    padding: 10px;
}
.four img{
    width: 100%;
}
.two-img img{
    width: 100%;
    border: 1px solid #ccc;
}

.two-img h3{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 8px 6px;
    /* background-color: white; */
    margin-top: 2%;
    text-align: center;
    border: 1px solid #ccc;
}
.two-img p{
    font-size: 15px;
    padding: 8px;
    background-color: #000;
}
.two-img p i{
    margin-right: 3%;
}
.img-hall{
    padding: 0%;
}
.img-hall img{
    width: 100%;
    height: 100%;
}
.hall-text {
    padding: 50px 50px !important;
}

.hall-text h3{
    color: #ddad06;
    font-size: 34px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.hall-text h3 span{
    font-weight: 100;
}

.hall-text h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.hall-text ul {
    padding: 0;
    margin-left: 20px;
}

.hall-text li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: justify;
    line-height: 30px;
}
.hall-text li i{
    color: gold;
    font-size: 16px;
    margin-right: 10px;
}

/* Gallery */
.price-img {
    /* background: url('../images/bg-info3.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}

.price-layer {
    background-color: rgba(0,0,0,.5);
}

.price-info {
    margin: auto;
}



.price-info h3 {
    color: #eee;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
}

.price-info p {
    color: #eee;  
    font-size: 16px;
    line-height: 28px; 
}

.price-table {

}

.price-table table{
    width: 100%;
    border-collapse:separate;
    border-spacing: 5px 10px;
    
}

.price-table table tr {
  
  
}

.price-table table th{
    padding: 8px 4px;
    text-align: center;
    background-color: #000;
    color: #eee;
}

.price-table table td{
    padding: 8px 4px;
    text-align: center;
    background-color: #eee;
    
    box-shadow: 0px 0px 10px -5px;
    
}

.img-box {
    height: 250px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    z-index: 90;
    border-radius: 3px;
    /* border-radius: 10px; */
}

.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    /* background-color: #121B22;    */
    opacity: 0.2;
    z-index: 99;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .img-box img {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.hover-effect img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.hover-effect:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.gallery-heading {
    text-align: center;
}

.gallery-heading  h3{
    color: #ddad06;
    font-size: 58px;
    font-weight: 400;
    padding-bottom: 20px;
}
.gallery-heading h3 span{
    font-weight: 100;
}

/* Banner 2 */

.aite-plan {
    background-color: #1C072D;
    padding: 10px;
}

.site-img {
    text-align: center;
}

.site-img img {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 10px;
}

.contact-form{
    padding: 10px;
    position: relative;
}

.contact-form input, .contact-form select{
    padding: 20px;
    width: 100%;
    border: 1px solid transparent !important;
    background-color: rgba(238, 238, 238, 0.932);
    
}

.contact-form input:focus{
    box-shadow: 0px 0px 10px -6px !important;
    border: transparent !important;
}

.contact-form i{
    position: absolute;
    right: 30px;
    top: 35px;
}

.contact-text {
    color: #ddad06;
}

.contact-form-button {
    width:auto;
    color: #000;
    border: 1px solid #ddad06;
    padding: 8px 15px;
    margin-top: 10px;
    transition: all .4s;
}

.c-info {
    color: #fff;
    padding: 5px 10px;
    width: max-content;
    margin: auto;
    border-radius: 50px;
    margin-bottom: 20px;
    
}

.c-info i {
    margin-right: 10px;
    font-size: 16px;
}

.c-info span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}

.end p{
    color: #eee;
    text-align: center;
    padding: 15px;
    margin-bottom: 0%;
}
.bg-end {
    background-color: #222;
}

.res-footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: #000;
  }
  
  .res-footer-item {
    border-right: 2px solid #555;
  }
  .res-footer p {
    font-size: 12px;
  }
  .res-footer a,
  .res-footer a:hover,
  .res-footer a:active {
    text-decoration: none;
    color: #fff;
  }

  
.modal-hd {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .modal-heading {
    font-size: 18px;
    text-align: center;
  }
  
  .modal-logo {
    width: 80px;
    padding-bottom: 20px;
  }
  
  .site-video iframe {
      width: 100%;
      height: 400px;
  }
  
  
 

  @media (max-width: 576px) {

/*     
.row {
    --bs-gutter-x: 0rem !important;
} */
.site-video iframe {
    width: 100%;
    height: 250px;
}


    .swiper-slide img {
        height: 50vh;
    }

    .nav-link:hover {
        color: #000 !important;
    }

    .brochure {
        margin-bottom: 15px;
    }

    .contact-form i {
        top: 24px;
    }

    .about h2 {
        font-size: 24px;
    }

    .about p {
        font-size: 14px;
    }

    .pro-head h2 {
        font-size: 32px;
    }

    .detail-contact-button a {
        margin-bottom: 20px;
    }

    .pro-detail-img img {
        font-size: 32px;
    }

    .fp-heading h2 {
        font-size: 30px;
    }

    .bg-end {
        padding-bottom: 50px;
    }

    .pro-detail-img img {
        position: unset;
        width: 100%;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .contact-form input, .contact-form select {
        padding: 10px;
    }

    .hall-text li {
        font-size: 14px;
    }

    .third {
        padding: 20px 20px;
    }

    .img-box {
        height: 100px;
        margin-bottom: 1rem;
    }

    .banner {
        height: unset;
    }

    .heading-sec {
        height: unset;
        padding: 180px 10px 30px 10px !important;
    }
    
    .about-text h2 {
        font-size: 34px;
    }

    .banner-content h1 {
        font-size: 26px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        padding: 10px 20px;
    }

    .banner-form label {
        width: 100%;
    }

    .banner-form {
        padding: 20px 10px;
    }

    .banner-bg {
        height: unset;
    }

    .bg-layer {
        padding: 35px 0px;
    }

    .banner-content {
        padding-top: 110px;
    }

    .about-cntnt h2 {
        font-size: 26px;
    }

    .gallery-heading h3 {
        font-size: 40px;
    }

    .hall-text h3 {
        font-size: 40px;
    }

    .special-offer {
        text-align: center;
    }

    .special-offer h3 {
        padding-bottom: 0px;
    }

    .two-img h3 {
        margin-bottom: 20px;
    }

    .hall-text {
        padding: 50px 15px !important;
    }

    .p-form {
        padding: 80px 10px 0px 10px !important;
    }

    .form-personal input {
        width: 100%;
        margin-bottom: 5px;
    }

    .form-personal textarea {
        width: 100%;
        margin-bottom: 5px;
    }

    .contact-details {
        padding: 50px 10px;
    }

    .banner-form input[type="text"] {
        width: 100%;
    }

    .banner {
        position: unset;
        background: #000;
    }

    .heading-sec {
        padding: 40px 10px !important;
    }

    .banner-headings h5 {
        font-size: 16px;
    }

    .banner-headings h1 {
        font-size: 32px;
    }

    .banner-headings p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .slide-bar {
        color: #fff;
        font-size: 24px;
    }


}

@media (max-width: 992px) { 


    .navbar-nav {
        background-color: #000;
    }

    .banner-bg {
        height: unset;
    }

}



    .details-tp {
	background:#ddad06;
	/*padding-top:0.2em;*/
	padding-bottom:0.2em;
}


.details-tp h3 {
	
	font-size:14px;
	margin-bottom:5px;
	margin-top:5px;
	color:#000;
	text-transform:uppercase;
	padding:0px 15px;
	text-align:left;
}

.details-tp h3 a, .details-tp a:hover
  {
    text-decoration: bold;
    color: #fff;
  }


.details-tp h3 span {
	font-size:22px;
	font-family:arial;
	margin-bottom:-10px;
}

.details-tp h2 {
	font-size:15px;
	color:#000;
	margin-top:15px;
	padding:5px 15px 0px;
	text-align:left;
    font-weight:bold;
}