body {
  height:100%;
  width:100%;
  font-family: raleway;

}
iframe {
  max-width: 100%;
}
.color_yellow{
  color : #FDBA04;
}
/*=============NAVBAR==============*/ 
.navbar-default {
  
  border-radius:0px;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  background-color:#FDFDFD;
  padding: 0px 90px 0px 73px;
}

.navbar-link {
   padding-top : 27px !important ;
    color: #000000;
    font-size: 1.5em;
    padding-left: 20px;
    
}
ul.navbar-container {
    padding: 15px 18px 12px 0px;
    overflow: hidden;
}
li.inline-menu{
    display: inline-block;
    padding: 0px 0px 0px 5px;
}
li.inline-menu_2{
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.social_media_nav{
  
    padding: 10px 5px !important;
     transition: 0.3s;
}
a.nav
{
    color:#000000 !important;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}
.navbar-container > li > a:hover, .navbar .navbar-container > li > a:focus {
    color: #E8AF00 !important;
    background-color: transparent;
}

.nav_border{
    border-right: 2px solid #FDBA04;
}


/*=============Scroll==============*/ 

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/*=============Slider==============*/ 
#slider {
  
  height:100vh;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
    
}

.filter{
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1));
    background-size: cover;
    height: 100%;
    width: 100%;  
}


.slider_row {

  padding: 0px 80px;
}

.identity{
  position: absolute;
  bottom : 10px;
  color : white;
  
}
.title{
  text-align:center;
  color:#eee;
  text-shadow:1px 1px 1px #333;
  font-weight:600;
  letter-spacing:3px;
  text-align: left;
  display: inline;
 
}

.subtitle {
  text-align:center;
  color:#eee;
  text-shadow:1px 1px 1px #333;
  font-size:17px;
  letter-spacing:2px;
  text-align: left;
}


.logo_container{
  
  padding: 8px 0px;
}

.logo{
  height: 60px;
  width : auto;
  margin-right: 10px;
}
.logoz {
	width: auto;
	margin: auto;
	display: block;
	margin-top: 30vh;
}
.identity_cont{
  display: inline-flex;
}
.company_name{

  margin :6px 0px 0px 0px;

}

/*========Scroll Down========*/
/* Scroll Down */
#section05 a {
  padding-top:70px;
}

#section05 a span {
  position:absolute;
  top:0;
  left:50%;
  width:24px;
  height:24px;
  margin-left:-12px;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -webkit-animation:sdb05 1.5s infinite;
  animation:sdb05 1.5s infinite;
  box-sizing:border-box;
}

@keyframes sdb05 {
  0% {
    transform:rotate(-45deg) translate(0, 0);
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    transform:rotate(-45deg) translate(-20px, 20px);
    opacity:0;
  }
}

.demo a {
  bottom:20px;
  z-index:4444;
  display:inline-block;
  -webkit-transform:translate(0, -50%);
  transform:translate(0, -50%);
  color:#fff;
  font:normal 400 17px/1 'Josefin Sans', sans-serif;
  letter-spacing:.1em;
  text-decoration:none;
  transition:opacity .3s;
}

.demo a:hover {
  opacity:.5;
}

.arrow {
  margin-top:40px;
}


/*=============Gallery=============*/



#go {

  
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:fixed;
 
}
.filter_gall{
    background-color: rgba(0, 0, 0, 0.8);;
    background-size: cover;
    height: auto;
    width: 100%;  
}


.gall_back{
  background-color: #000;
  color : #F8F8F8;
  padding: 50px 100px ;
  font-size: 50px;
}

.gall_padd{
  padding: 60px 110px;
}

.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-dialog{
  
    

}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
.gal-container .modal-content{
  width : 500px;
  margin : auto;
}
#modal_pos{
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    

}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
      background-color : transparent;
    }
}
/*===============For-425===============*/
@media screen and (max-width:425px)  {
#modal_pos{
    position: absolute !important;
    top: 50%;

}
}
/* Footer Style */
i.red{
    color:#BC0213;
}


footer a,footer a:hover{
    color: #88C425;
}

/*=======Contact_us========*/
#contact{
  padding : 40px 0px 50px;
}

.contact_head_container{
  color : #777777;
  padding: 0px 0px 40px;
  font-size: 50px;
}
.contact_icon{
  color : #FDBA04;
  font-size: 25px;
  padding: 9px 11px;
  
}
.contact_container{
  padding : 0px 0px;
}
.contact_text{
  color : #FDBA04;
  font-size: 17px;
 
  margin-left :2px ;
}

.contact_row{
  margin-bottom :25px ;
}
.contact_text_2{
  font-size: 17px;
  color : #7F7F7F;
  margin-top :2px ;

}
.social_head{
  font-size:20px
}

.links_box{
  margin-top : 40px;
}

.fb_link{
  border : 7px solid #007acc;
  font-size: 31px;
  color : #007acc;
  transition: 0.7s;
  padding : 16px 26px;
  border-radius: 50px;

}
.fb_link:hover{
  border : 7px solid #FDBA04;
  color : #FDBA04;
  
}

.tripadvisor_link{
  border : 7px solid #8EC560;
  font-size: 34px;
  color : #8EC560;
  transition: 0.7s;
  padding : 15px 17px;
  border-radius: 50px;
  margin-left: 20px;
}
.tripadvisor_link:hover{
  border : 7px solid #FDBA04;
  color : #FDBA04;
  transition: 0.4s
}

.map{
  height : 330px;
  width : 100%;
}


/*=======footer========*/

#footer{
  background:#fff; 

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0), rgba(248,248,248, 0.8));
}

.copyright{
  text-align: center;
  font-size: 16px;
  padding: 30px 0px;

}
.designer_link,.designer_link:hover{
  text-decoration: none;
  color : #4B4B4B;
}