body{
    margin: 0px;
    overflow-x: hidden-1;
}
/*navigation*/
.top{
    z-index: 1;
    position: fixed;
    background-color: white;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 74px;
    box-shadow: 0 0 3px rgb(60 72 88 / 35%);
}
.logo{
    margin-left: 70px;
}
.logo img{
    position: absolute;
    max-height: 102px;
    background: #fff;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}
.navigation{
    padding: 20px 0px;
    float: right;
    margin-right: 70px
}



.stroke ul{
    padding: 0px;
   margin: 0px;
   
  
  }
  nav ul li {
    display: inline-block;
    padding: 7px 0px 7px 24px;
  }
  nav ul li a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    
    padding: 5px 0px;
   
    letter-spacing: 2px;
    
    margin: 0 10px;
  }
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
    transition: all .5s;
  }
  nav ul li a:hover {
    color: #EE3524;
    text-decoration: none;
  }
  nav.stroke ul li a {
    position: relative;
  }
  nav.stroke ul li a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
  background-color:  #EE3524;
    height: 1px;
  }
  nav.stroke ul li a:hover:after {
    width: 100%;
  }

  .message{
    position: fixed;
    background-color:#a88843;
    height: 60px;
      width: 60px;
      right: 0px;
      bottom: 18px;
      margin: 0px 30px;
      border-radius: 40px;
  }
  .message i{
    color: #fff;
    padding: 18px;
    font-size: 25px;
  }

/*banner*/


   
   
   .banner img{
    cursor: zoom-in;
    width: 100%;

      height: 400px !important;
   }
   
   .banner{
    margin-bottom: 130px;
      padding: 0px !important;
   }
   .banner .col{
     padding: 0px !important;
   }
.modal-content{
  width: 100% !important;
  height: unset !important;
}
.img-cont{
    width: 90%;
    position: absolute;
    top: 355px;
    margin: 0px 70px;
    padding: 30px 15px;
box-shadow: 0 0 3px rgb(60 72 88 / 25%) !important;
border-radius: 6px !important;
background-color: #fff;

}
.img-cont img{
    height: 100px;
    width: 100%;
    padding: 10px;
}

.cont-text{
    display: inline-block;
}
.cont-text h1{
    font-size: 23px !important;
    font-weight: 600 !important;
    margin: 0px !important;
}
.cont-text p{
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #222 !important;
}
.direction{
    display: inline-block;
}
.direction button{
    color: #F44336;
    background-color: #fff;
    border: 1px solid #F44336;
    border-radius: 5px;
    width: 155px;
    outline: none;
}
.direction button i{
    position: relative;
    top: 3px;
    font-size: 18px;
}
.direction button:focus{
    outline: none;
    border: 1px solid #F44336;
}

.btns a{
  background-color: #111;
padding: 9px;
border-radius: 5px;
color: #fff !important;
text-decoration: none;
 font-size: 13px;
 font-weight: 500;
}


.btns button{

  background-color: #111;
  border: 0px;
width: 100%;
height: 37px;
border-radius: 5px;
color: #fff !important; 
font-size: 14px;
font-weight: 500;
}
.btnnum{
  background-color:#a88843 !important;
  border: 0px;
  width: 100%;
  height: 37px;
  border-radius: 5px;
  color: #fff !important; 
  line-height: 10px;
  font-size: 14px;
  font-weight: 500;  
}
.btns button:focus{
border: 0px;
outline: none;
}

.btns button i{
  left: -1px;
  position: relative;
  top: 2px;
  font-size: 14px;
}



.cont-2{
  margin: 0px 73px;
}
.cont-2 h2{
  margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
}
.cont-2 p{
  font-size: 14px;
  width: 85%;
  margin-bottom: 20px;
}
.cont-2 i{
  color: #a88843;
  font-size: 14px;
  padding-right: 10px;
}
.cont-2 h5{
    font-size: 18px !important;
   
}

.carousel-control-prev, 
    .carousel-control-next{
    background-color: #111 !important;
    width: 40px  !important;
    margin: 115px 58px 97px 8px !important;
    border-radius: 5px;
    height: 40px !important;
    padding: 12px !important;
    z-index: unset !important;
  }


table{
  margin-bottom: 20px;
  font-size: 16px;
  color: #161c2d;
  width: 80%;
  border: 1px solid #f7f7f7;
  background: #ffffff;
}
th{
  border: 2px solid #f5f5f5;
  font-weight: 600;
  font-size: 14px;
    padding: 10px;
}
td{
  border: 2px solid #f5f5f5;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
.amenity{
  margin-bottom: 20px;
}

.commity {
  cursor: pointer;
  text-align: center;
background: #fff;
box-shadow: 1px 1px 25px #e0e0e0;
margin-bottom: 30px;
}

.commity img {
  width: 95px;
  height: 95px;
  padding: 15px;
}
.bo-text{
  font-family: 'Gotham Bold';
  font-size: 14px !important;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px !important;
  height: 35px;
  width: unset !important;
}


.tab-content{
  margin: 0px 0px 20px 0px;
}
.tab-content img{
  width: 230px;
    height: 170px;
    padding: 9px;
  border: 1px solid #eee;
    display: block;
    background-color: #fff;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tab-content p{
  font-size: 13px;
    padding: 0px 10px;
    margin: 0px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #eee;
    border-top: none;
    width: 230px;
    color: #222;
    overflow: hidden-1;
    text-align: center;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.img-image{
  padding: 5px;
display: inline-block;
}
.item-field{

  margin: 10px 0px 20px;
    text-align: left;
}
.nav-item{
  margin: 0px 10px 0px 0px;
}
.nav-item .active{
  background-color: #222 !important;
    color: #fff !important;
    text-decoration: none;
   
}
.nav-item .active:hover{
  background-color: #222 !important;
    color: #fff !important;
    text-decoration: none;
   
}
.tab-content .active{
  padding: 0px;
}
.nav-item a{
 
  line-height: 34px;
  padding: 0px 15px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px !important;
    background-color: #fff !important;
   text-decoration: none;
    margin-bottom: 4px;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    transition: 200ms;
   
}

.nav-item a:hover{
  background-color: #d3d3d3 !important;
  text-decoration: none;
  color: #444 !important;
}
.unit{
  margin-top: 20px !important;
}
.specific a{
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.specific a:hover{
  text-decoration: none;
}
.specific h3{
  padding: 10px 15px 10px 0px;
  margin: 0px !important;
  line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.media-box{
  background: #f9f9f9;
  box-shadow: 0 0 3px rgb(60 72 88 / 25%) !important;
  display: inline-flex;
    margin-top: 60px;
    border-radius: 6px !important;
    padding: 1.5rem!important;
}  
.media-icon{
  padding:6px;
    width: 67px;
    border-radius: 6px;
  background: rgb(0,0,0);
   
}
.media-icon i{
  color: #fff;
  font-size: 55px;
  line-height: 90px;
}
.media-content{
 
  margin-left: 32px;
    align-items: center;
    justify-content: space-between;
  
}
.mediabtn{
  position: relative;
    top: 40px;
}
.mediabtn a{
  cursor: pointer;
  background-color: #b48530;
  border-color: #b48530;
  color: #ffffff !important;
  padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 6px;
}
.media-content h4{
  font-size: 1.25rem;
  color: #161c2d;
}

.north{
  margin: 10px 73px;
}
h1{
  letter-spacing: 0px;
  font-size: 30px !important;
  
  margin: 60px 0px 3px 0px !important;
}
.north .row {
  padding: 16px;
}
.north .col-boxin{
  box-shadow: 0 1px 5px rgb(0 0 0 / 23%);
  margin-right: 20px;
}
.north .col-boxin img{
  padding: 13px 0px;
  width: 100%;
  height: 300px;
}
.north .colbox{
margin: 0px 35px;
transition: all 0.5s ease;
  border-radius: 6px !important;
  right: 0;
  left: 0;
  background: #fff;
  padding: 15px 20px;
  position: absolute;
  bottom: -25px;
  height: 68px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 23%);
}
.north h3{
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-top: 0px !important;
 margin-bottom: 10px !important;
}
.north h2{
  font-size: 15px !important;
  margin: 0px !important;
  font-weight: 500;
}
.hidden-1{
  display: none;
}
.col-boxin:hover a:hover{
  color: #fff;
  text-decoration: none;
  }

.col-boxin:hover .hidden-1{
  display: block;
  
}
.col-boxin:hover .colbox{
  height: 130px;
}
.hidden-1 a{
  background-color: #111;
  padding: 6px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: table;
  line-height: 10px;
   font-size: 13px;
   font-weight: 500;
}
.hidden-1 a:hover{
  text-decoration: none;
  color: #fff;
}
.col-boxin i{
  font-size: 14px;
    margin-right: 8px;
}
.col-boxin p{
  display: inline-block;
  margin-bottom: 7px !important;
}
.col-container{
  margin-bottom: 40px;
}
  


  /*bottom*/
  .endbottom{
    background: #111;
    padding:20px 65px  ;
    color: #fff;
    font-size: 14px;
  }
  
  .icon-text{
    display: inline-block;
      margin: 0px 15px;
  }
  .icon-text a{
    color: #a88843;
    text-decoration: none;
  }
  .icon-text a:hover{
    color: #fff;
    text-decoration: none;
  }
  
  .bottomheading1, .bottomheading2, .bottomheading3{
    margin: 0px 0px 20px 0px;
  }
  .bottomheading1 i{
    position: relative;
    top: -8px;
  }
  .bottomheading2 i{
    position: relative;
    top: -9px;
  }
  .bottomheading3 i{
    position: relative;
    top: -20px;
  }




  

/*media*/


.checkbtn{
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 13px;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 19px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width:768px){

  .checkbtn{
      display: block;
    
    }
    nav ul{
      width: max-content;
      position: absolute;
      right: -30px;
      top: 71px;
        z-index: 1;
        background-color: #000;
       display: none;
        text-align: center;
       
    }
    nav ul li a{
      color: #fff ;
    }
    nav ul li{
        display: block;
        padding: 7px 50px;
        margin: 0px;
        line-height: 20px;
    }
    .logo {
      margin-left: 20px;
  }
  .logo img {
    max-height: 74px;
  }
  .banner img {
    height: 200px !important;
}
.mob-2{
  width: 30% !important;
}
.mob-10{
  width: 70% !important;
}
.mob-not{
  display: none;
}
.img-cont img {
  height: 50px;
  width: 75px;
  padding: 5px;
}
.img-cont {
  top: 145px;
  margin: 0px 20px;
  padding: 15px 5px;
    }  
    
  .cont-text h1 {
    font-size: 13px !important;
    margin: 0px !important;
}
.cont-text p {
  font-size: 7px !important;
  margin-bottom: 3px;
}

.direction button {
  width: 73px;
  font-size: 7px;
  height: 17px;
}
.direction button i {
  font-size: 9px;
}
.btns a {
  padding: 4px;
  font-size: 8px;
}
 

.btns button i {
  margin-right: 0px;
  top: 2px;
  font-size: 9px;
}
.btns button {
  background-color: #111;
  border: 0px;
  padding: 3px;
  height: unset;
  border-radius: 5px;
  color: #fff !important;
  font-size: 8px;
  font-weight: 500;
}
.cont-2 {
  margin: 0px 20px;
}
.cont-2 h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
th {
 
  font-size: 10px;
  padding: 5px;
}
td{
  padding: 5px;
  font-size: 10px;
}
.cont-2 h2 {
  margin-bottom: 5px;
  font-size: 13px;
}
.cont-2 p {
  font-size: 9px;
  margin-bottom: 8px;
}
.nav-item a {
  line-height: 23px;
  padding: 0px 8px;
  margin-bottom: 0px;
  font-size: 11px;
}
.specific h3 {
  padding: 5px 10px 5px 0px;
  font-size: 10px;
}
.media-box {
  margin-top: 15px;
  width: 90%;
  padding: 0.5rem !important;
}
.specific{
  width: 90%;
}
.mediabtn a {
  padding: 4px;
  font-size: 8px;
  border-radius: 6px;
  width: 95px;
  display: block;
}
.mediabtn {
  position: relative;
  top: 41px;
  left: -24px;
}

.north h2 {
  font-size: 7px !important;
  margin: 0px !important;
}
.north h3 {
  font-size: 5px !important;
  margin-bottom: 0px !important;
}
h1 {
  font-size: 20px !important;
  margin: 20px 0px 3px 0px !important;
}
.north .row {
  padding: 5px;
}
.north {
  margin: 10px 15px 0px 15px;
}
.north .colbox {
  padding: 5px;
  bottom: -17px;
  margin: 0px 8px;
  height: 30px;
}
.col-boxin:hover .colbox{
  height: 70px;
}
.col-boxin{
  padding-right: 5px !important;
  padding-left: 5px !important;
  margin: 0px 3px !important;
  margin-bottom: 57px;
 }
  .north .col-boxin img{
     padding: 5px 0px;
     height: 160px !important;
   }

.hidden-1 i{
  font-size: 6px;
  margin-right: 2px;
}
.hidden-1 p{
  font-size: 6px !important;
  margin-bottom: 0px;
}
.hidden-1 a {
  padding: 3px;
  margin-top: 2px;
  font-size: 7px;
}
/*bottom*/
.endbottom {
  padding: 10px 30px;
  font-size: 12px;
}
}




/*copy-right*/
.copy-right {
  text-align: center;
  overflow: hidden;
  padding: 10px 0px;
  border-top: 1px solid #ebebeb3b;
  background: #111;
}
.copy-right {
text-align: center;
overflow: hidden;
padding: 10px 0px;
border-top: 1px solid #ebebeb3b;
background: #111;
}
.copy-text {
color: #b2b2b2;
font-weight: 300 !important;
font-size: 11px;
text-align: center;
margin-bottom: 0px !important;
}
.copy-right a:hover {
text-decoration: none;
color: #fff !important;
cursor: pointer;
transition: all 0.5s ease-in-out;
}



/*modal*/




#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}