/********** Template CSS **********/
:root {
    --primary: #FD5D14;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}
.brouchure{
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99;
    /* background-color: rgb(37, 211, 102); */
    border-radius: 50px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 250px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0) 0px 0px 25px -6px;
}
.pro-contact{
    background: url(../img/club.jpg);
    padding: -10px;
    margin: 0px;

}
 .table-header{
    background: #FD5D14;
    color: #fff;
 }
 .map img{
    width: 100%;
    padding: 50px;
 }
 .table-body{
    background: #fff;
    color: #FD5D14;
 }
 .table-body button{
    color: #ffffff!important;
    background: #FD5D14;
 }   
.project{
    background: url(../img/project.jpg);
}

.title{
    background:#FD5D14;
    color: #fff;
    padding: 10px 0px;
}
.blue-btn{
    background: #040F28;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
}

.location ul li{
    background: #FD5D14;
    width: 400px;
    min-width: 360px;
    list-style-type: none;
    margin: 5px;
}
.dropbtn {
  background-color: #FD5D14;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}

.dropdown {
    width: 100%;
  position: relative;
  display: inline-block;
}
.dropdown span{
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  /*min-width: 360px;*/
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /*z-index: 1;*/
}

.dropdown-content ul li {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  display: block;
  list-style-type: none;
  overflow: auto;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
        

.amenities{
    /*width: 200px;*/
    background: #fff;
    padding: 30px;
    align-items: center;
    text-align: center;
    margin: 10px;
    border-radius: 40% 20% 30%;
    
}
.amenities img{
    width: 80%;
    align-items: center;
    margin: auto;
}
.amenities p{
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}
.contact-form{
    margin-left: 0px!important;
}
.contact-form form p input[type=text], .contact-form form p input[type=tel], .contact-form form p input[type=email], .contact-form form p input[type=date], .contact-form form p input[type=number] {
    width: 49%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.contact-form form p input[type=emails] {
    width: 99%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.contact-form form p textarea {
    border: 1px solid #ddd;
    padding: 15px;
    height: 200px;
    border-radius: 3px;
    width: 99%;
    resize: none;
}
.whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    /* background-color: rgb(37, 211, 102); */
    border-radius: 50px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0) 0px 0px 25px -6px;
}
.whatsapp img{
    width: 100%;
}
.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.border-box{
    padding-top: 10%;
    text-align: center;
    border: 2px solid #FD5D14;
}
.features{
    padding: 10px;
}
.features img{
    margin-bottom: 50px;
}
.phase-img img{
    width: 100%;
}
.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .30);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .4), rgba(4, 15, 40, .3)), url(../img/header.jpg) center center no-repeat;
    background-size: cover;
}

.project ul li{
    list-style-type: none;
    padding: 5px;
}
.master{
    width: 100%;
    padding: 20px;
    margin: 20px auto;
}
.master img{
    width: 100%;
}
.background{
    width: 100%;
    position: relative;
    background: url(../img/background.png) center center no-repeat;
}
.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}