*{
  margin: 0px;
  padding: 0px;
}
 @font-face { font-family: Esphimere; src: url('../fonts/Esphimere Light.otf'); }
 @font-face { font-family: Roboto; src: url('../fonts/Ubuntu-M.ttf'); }
 @font-face { font-family:Raleway; src: url('../fonts/Raleway-Regular.ttf'); }
body{
   background: #fff;
font-family: Roboto , sans-serif !important;

}
 .btn-special{
  background: #000;
  color: #ffd37b;
 }



 .btn-special:hover{
  background: #ffd37b;
  color: #000;
 }


#background-carousel{
  position:fixed; 
  width:100%;
  height:100%;
  z-index:-1;
}
.carousel,
.carousel-inner {
  width:100%;
  height:100%;
  z-index:0;
  overflow:hidden;
}
.item {
  width:100%;
  height:100%;
  background-position:center center;
  background-size:cover;
  z-index:0;
}
 
#content-wrapper {
  position:relative;
  z-index:1 !important;
  min-width:100%;
  min-height:100%;
}
.well {
  background: transparent !important;
  border:none;
}

.title{ color:white; font-size:40px; }
.logo-img{
  width: 180px !important;
  padding-top: 10px !important;
}

.about-header{
  background: #000;
  width: 100%;
}


 .navbar .navbar-nav > li > a{
    transition:5s linear; 
  color: #fff;
font-family: Roboto , sans-serif;
 
 
   
 font-weight: bolder;
   line-height: 2px;
   letter-spacing: 1px;
    margin-left:5px;
    margin-right: 5px;
   font-size: 13px;
 text-transform: uppercase;

 
    text-align: center;
    transition: .2s linear;
 
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
  

}

 
.navbar .navbar-nav > li > a:hover{
color: #ffd37b;
 
 
background:transparent;
 
 


border-radius: 1px;

    font-weight: 500;
    
     font-weight: bold;
   

}
 
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
color: #ffd37b;
background:transparent;
 

border-radius: 1px;

    font-weight: bold;
   

}
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.navbar{
  background: none;
  border:none;
  transition: .5s ease;

}
.nav{
 
}
.navbar2{
 
  transition: .5s ease;
  min-height:115px;
}
.navbar4{
  background: url(../images/about.jpg);
  width: 100%;

  transition: .5s ease;
  min-height:360px;
  background-size: cover;
}
.navbar4 h1{
  color: #fff;
font-family: 'Raleway', sans-serif;
  font-size: 20px;
  padding-top: 100px;
}
.navbar4 hr{
  width: 60px;
}

 .margin{
  padding: 0px;
  margin:0px;
 }


.w-90{
  width: 95% !important;
}
.header p{
  color: #fff;
font-family: Roboto , sans-serif;
 

}
.header span{
color: #ffd37b;
  
}

.booking-form{
  background: url(../images/form.png);
  padding:10px;
}

.booking-form h4{
  color: #fff;
  font-family: Roboto , sans-serif;
    font-weight: bolder !important;
}

.booking-form label{
  color: #fff;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.booking-form .form-control{
background: transparent !important;
border-radius: 0px;
}

.booking-form input{
  width: 100%;
}
.intro h3{
color: #fff !important;
font-family: Roboto , sans-serif;
    font-weight: bolder !important;
}
.intro p{
  color: #fff !important;
  line-height: 35px;
  word-spacing: 5px;
  font-size:16px;
  text-align: justify;
}


.about-section{
  min-height: 500px !important;
  width: 100%;
  background: #fff;
}
.room-section{
  min-height: 500px !important;
  width: 100%;
  background: #f6f6f6;
}


.about-section h1{
 
color: #000;
    font-family: Roboto , sans-serif;
    font-weight: bolder !important;

}
.about-section h3{
  line-height: 35px;
 
color: #000;
    font-family: Roboto , sans-serif;
    font-weight: bold !important;

}
.about-section p{
    font-family: Roboto , sans-serif;
    line-height: 40px;
    word-spacing: 5px;
    font-size: 15px;
}
.about-section span{
  color: #ffd37b !important;
}

.room-section h1{
 
color: #000;
    font-family: Roboto , sans-serif;
    font-weight: bolder !important;

}
.room-section h3{
  line-height: 35px;
 
color: #000;
    font-family: Roboto , sans-serif;
    font-weight: bold !important;

}
.room-section h4{
  line-height: 30px;
 
color: #fff;
    font-family: Roboto , sans-serif;
    font-weight: bolder !important;

}
.room-section p{
    font-family: Roboto , sans-serif;
    line-height: 40px;
    word-spacing: 5px;
    font-size: 15px;
}

/*product-list-hover-effect*/
.product-list-fade-effect
{
  width:100%;
  height:auto;
  position:relative;
  margin-bottom:20px; 
  overflow:hidden;
}

.product-list-fade-effect img
{
  transition-duration:0.4s;
}

.product-list-fade-effect .product-overlay
{
  width:90%;
  height:90%;
  position:absolute;
  padding:20px;
  background:rgba(3, 122, 147, 0.9);
  color:#fff;
  top:5%;
  left:5%;
  opacity:0;
  transition-duration:0.4s;
}

.product-list-fade-effect .product-overlay h3
{
  margin:0 0 12px 0;
}

.product-list-fade-effect:hover .product-overlay
{
  opacity:1;
}

.product-list-fade-effect:hover img
{
   transform: scale(1.1);
}
/*product-list-hover-effect*/

.mt-60
{
  margin-top:60px;
}

.theme-heading
{
  text-align:center;
  margin-bottom:2.8rem;
  font-weight:300;
}

.search-text{
   padding-bottom:10px;
}
  
.search-text .input-search{
  height:45px;
  width:40%;
  padding-left:20px;
    color:#333;
} 

.search-text .btn-search{
    background: #545454;
    font-family:Roboto;
    border:none;
  color:#FFF;
  height: 45px;
    width: 80px;
}

.search-text h4{
    color:#888582;
    font-weight: 700;
}

footer{
  background-color:#222222;
    padding: 60px 0px;
}

footer ul{
    list-style:none;
    margin:0 auto;
    display:inline-block;
    padding-top:50px;
}

footer ul li{
    float:left;
}
footer p{
  line-height: 35px;
  word-spacing: 5px;

}
footer ul li a{
  color:#b1aca1;
    padding:20px;
}

footer ul li a:hover{
  color:#ffd37b;
  text-decoration:none;
}

.footer-top{
  padding-bottom:50px;
}

.footer-top .fa{
    font-size:18px;
    color: #FFF;
    padding-right:10px;
}

.footer-top a{
    color:#FFF;
    background:#333333; 
    padding: 10px;
}

.footer-top .col-lg-2:hover .fa , .footer-top .col-lg-2:hover a{
    color:#7dabdb;
  text-decoration:none;
}

.copyright{
    background-color:#f0f0f0;
}

.copyright p{
  font-size:12px;
  padding:15px 0 10px 0;
}

#top{
    color: #fff;
    background: #7dabdb;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 30px;
    position: fixed;
    border-radius: 3px;
    text-align: center;
    bottom: 350px;
}


/*  Footer 2 */

.footer-top2 a{
    display: block;
    color: #FFF;
    background: #333333;
     border-radius: 72px;
    height: 100px;
    width: 100px;
    padding: 43px 0px;
}


.footer-top2{
  padding-bottom:50px;
}

.footer-top2 .fa{
    font-size:18px;
    color: #FFF;
    padding-right:10px;
}

.footer-top a{
    color:#FFF;
    background:#333333; 
    padding: 10px;
}

.footer-top2 .col-lg-2:hover a{
    color:#FFF;
  text-decoration:none;
  background:#7dabdb;
    transition: all 2s ease-in-out;
}

/*  Footer 2 End */


/*  Footer 3 */

.footer-top3 .fa{
    background: #333333;
    color:#FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size:14px;
    margin-right:5px;
} 

.footer-top3 .fa:hover{
    color:#FFF;
  background:#7dabdb;
    transition: all 2s ease-in-out;
} 

.footer-top3 a{
    color:#FFF;
    text-decoration:none;
}

/*  Footer 3 End */
.footer-top h4{
  font-size:22px !important;
  color: #fff !important;

}

.footer-top p{

  color: #fff !important;
}

.about p{
  line-height: 40px;
  word-spacing: 5px;
  font-size: 14px;
}
.ab{
  background: #f6f6f6;
  width: 100%;
}

.place img{
  height: 250px !important;
}

.about label{
  margin-top:15px !important;
  margin-bottom: 15px !important;
}
.about .form-control{
  margin-bottom: 15px;
}

.header-form{
  padding: 10px;
  border:1px solid #ccc;
}
 