@import url('css/bootstrap.css');
@import url('css/font-awesome/css/font-awesome.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url('css/animate.css');
@import url(css/jquery.fancybox.min.css);
@import url(css/icofont/icofont.min.css);
@import url(css/pe-icon-7-stroke.css);


@font-face {
  font-family: 'PalatinoLinotype-Bold';
  src: url(fonts/PalatinoLinotype-Bold.ttf);  
}
@font-face {
  font-family: 'PalatinoLinotype-BoldItalic';
  src: url(fonts/PalatinoLinotype-BoldItalic.ttf);  
}
@font-face {
  font-family: 'PalatinoLinotype-Regular';
  src: url(fonts/PalatinoLinotype-Regular.ttf);  
}


@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url(fonts/TitilliumWeb-Regular.ttf);  
}
@font-face {
  font-family: 'TitilliumWeb-SemiBold';
  src: url(fonts/TitilliumWeb-SemiBold.ttf);  
}
a, a:hover, a:focus
{
  text-decoration: none
  outline: none;
}

ul
{
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
  margin: 0px;
}
  
body
{
margin:0;
padding: 0;
font-family: 'TitilliumWeb-Regular';

}
p
{
  margin: 0px;
}
h2
{
  font-family: 'PalatinoLinotype-Bold';
  font-size: 30px;
  color: #222;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
}




/*=============Navbar===========*/
header
{
  
}
header .header-left{
  float: left;
  width:20%;
  text-align: center;
  padding: 0px 0px;
}
header .header-right{

  float: right;
  width:16%;
  text-align: center;
  background: #004540;

}
header .header-left img{
  padding: 0px;
    height: 113px;
}
header .header-right a
{
  line-height: 50px;
  font-size: 14px;
  padding: 31px 0px;
  letter-spacing: 1.5px;
  color: #fff;
  font-family: 'TitilliumWeb-SemiBold';
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
header .header-right img
{
  width: 40px;
  margin-top: -5px;
  display: inherit;
}
.menuzord
{
  background: #dfdad6;width: 84%;
}
.menuzord-brand 
{
  padding: 10px 0px;
  position: relative;
}
.menuzord-brand img 
{
    height: 80px;
}

.menuzord-menu {

  position: relative;
  float: left !important;
  width: 80%;
  text-align: center;
}
.menuzord-menu > li > a 
{
  padding: 0px 10px;
  color: #373435;
  font-family: 'TitilliumWeb-Regular';
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
}

.menuzord-menu > li 
{
  padding: 30px 5px;
  float: none;
}

.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a 
{
    color: #fff;
}
.menuzord-menu li.active a,  .menuzord-menu li a:hover
{
    background: #004540;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
  background:#fff;
}
.menuzord-menu ul.dropdown li a
{
  font-size: 14px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  line-height: 20px;
}
.menuzord-menu ul.dropdown li
{
  padding: 0px;
  border-bottom: 1px  dashed #444;
}
.menuzord-menu ul.dropdown
{
  top: 50px;
}
@media screen and (max-width: 1350px){
  .menuzord-menu > li > a 
{
  padding: 0px 5px;
}
header .header-right {
  float: right;
  width: 16%;
      height: 126px;
  }
  .menuzord {
  background: #dfdad6;
  width: 84%;
}
}


@media screen and (max-width: 1100px){
  header .header-left img {
  padding: 12px 0px;
}
header .header-right a{
  font-size: 12px;
}
.menuzord-menu > li > a{
  font-size: 13px;
letter-spacing: 1px;
}
.menuzord-menu{
  text-align: right;
  padding-right: 20px;
}
}


@media screen and (max-width: 990px){
  header .header-right a {
  padding: 25px 15px;
  font-size: 14px;
}
}


/***

====================================================================
  Hidden Sidebar style
====================================================================
***/


.hidden-bar{
  position: fixed;
  right: -500px;
  top: 0px;
  max-width: 600px;
  /*height:100%;*/
  overflow-y:auto;
  z-index: 99999;
  opacity: 0;
  background-color: #222222;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .hidden-bar{
  right:0px;
  opacity:1;
  visibility:visible;
}

.hidden-bar .inner-box{
  position:relative;
  background-color: #004540;
  padding:40px 20px 40px;

}

.hidden-bar .inner-box .cross-icon{
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  z-index: 999;
}

.hidden-bar .inner-box h2
{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'TitilliumWeb-SemiBold';
  margin-bottom: 0;
  margin-top: 0px;
  margin-right: 50px;
  padding: 0px;
}


.form-back-drop{
  position:fixed;
  right:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  background:rgba(0,0,0,0.70);
  visibility:hidden;
  z-index:99999;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}

.side-content-visible .form-back-drop{
  opacity:1;
  visibility:visible;
}

.inner-box  ul
{
  list-style: none;
  padding-top: 20%;
}

.inner-box  ul span img
{
  width: 50px;
  margin: 0px auto;
}
.inner-box  ul li
{
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px dashed #fff;
}
.inner-box  ul li:last-child
{
  border-bottom: none;
}
.inner-box  ul li a
{
  color: #fff;
  text-decoration: none;
}
.inner-box  ul li a h3
{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
}

/*
====================================================================
  Main Slider style
====================================================================
***/

.slotholder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
    background:rgba(27, 44, 76, 0.1);


}
.rev_slider_wrapper #slider1 .banner-caption-h1 {
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'Rubik-Bold';
    line-height: 50px;
    text-transform: uppercase;
    color:#fff;  
    letter-spacing: 10px;  
    text-shadow: 3px 4px 5px rgb(0, 0, 0);    
  }
  .rev_slider_wrapper #slider1 .banner-caption-h3 {
    font-size: 20px;
    line-height: 30px;
      font-family: 'Roboto-Medium';
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff
  }

/*
====================================================================
  Home Page About style
====================================================================
***/
.home-about-section
{
  padding: 60px 0px;
  background: url(images/about-bg.jpg);
}
.home-about-section h2
{
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #004540;
  text-transform: uppercase;
  font-family: 'PalatinoLinotype-Bold';
}
.home-about-section h2 span
{
     font-family: 'PalatinoLinotype-Bold';
    font-size: 30px;
    color: #222;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
  }
.home-about-section p
{
  line-height: 30px;
  color: #666666;
  font-family: 'TitilliumWeb-Regular';
  letter-spacing: 1.5px;
  text-align: justify;
  font-size: 15px;
  margin-bottom: 5px;
}

.home-about-section a
{
  line-height: 45px;
  padding: 0px 10px;
  color: #fff;
  font-family: 'TitilliumWeb-SemiBold';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #004540;
  display: inline-block;
  position: relative;
  z-index: 999;
  margin-top: 20px;
  text-decoration: none;
  transition: all .4s ease;

}
.home-about-section  a:before
{
position: absolute;
content: "";
width: 0;
height: 100%;
right: -20px;
top: 0;
bottom: 0;
border-style: solid;
border-width: 45px 20px 00px 00px;
transition: all .4s ease;
border-color: #004540 transparent #e6781900 transparent;
}
/*.home-about-section a:hover
{
  background: #fff;
  color: #004540;
  border-color:#004540;
}
.home-about-section  a:hover:before
{  
  border-color: #004540 transparent #e6781900 transparent;
}*/
.about-us-page a {
  line-height: 45px;
  padding: 0px 15px;
  color: #fff;
  font-family: 'TitilliumWeb-SemiBold';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #004540;
  display: inline-block;
  position: relative;
  z-index: 999;
  margin-top: 20px;
  text-decoration: none;
  transition: all .4s ease;
}
.about-us-page a:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.home-about-section a:hover{
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
/*
====================================================================
  Home Page Specifications style
====================================================================
***/
.specifications-section
{
  padding: 60px 0px;
  background: #004540;
  color: #666666;
  position: relative;
}
.specifications-section:before
{

  content: "";
  position: absolute;
  width: 500px;
  height: 80%;
  right: 0px;
  bottom: 0;
  /*background: url(images/specifications-icon.png);*/
  background-size: cover;
  opacity: 0.2; 
}
.speci-title 
{

}
.speci-title h2
{
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff;
  margin-top: 20px;
}
.speci-title p
{
  font-size: 16px;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 30px;
  font-family: 'TitilliumWeb-Regular';
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.speci-title a
{
  line-height: 45px;
  padding: 0px 25px;
  color: #004540;
  font-family: 'TitilliumWeb-SemiBold';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 999;
  margin-top: 20px;
  transition: all .4s ease;
  text-decoration: none;

}
.speci-title a:before
{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: -20px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 45px 20px 00px 00px;
  transition: all .4s ease;
  border-color: #fff transparent transparent transparent;
}
.speci-title a:hover
{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.home-speci-block
{
  margin: 15px auto;
}
.specifi-box
{
  position: relative;
  padding: 20px;
  border:5px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
}
.specifi-box h3
{
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 25px;
  font-family: 'PalatinoLinotype-Bold';
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.specifi-box p
{
  letter-spacing: 1.5px;
  line-height: 25px;
  font-size: 15px;
  min-height: 50px;
  color: #fff;
}
.specifi-box img
{
  width: 80px;
  position: absolute;
  top: -45px;
}


/***
====================================================================
  Home Page Amenities style
====================================================================
***/
.home-amenities-section
{
  background: #484848;
  padding-top:  60px;
  padding-bottom: 35px;
  position: relative;
}
.home-amenities-bg
{
  position: absolute;
  height: 100%;
  width: 40%;
  left: 0px;
  top: 0px;
  background: url(images/Page2.jpg) center no-repeat;
  background-size: cover;
}
.home-amenities-img
{
  display: none;
}
.home-amenities-section h2
{
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff;
  margin-top: 20px;
  margin-top: 0;
}
.amenities-ul li
{
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 10px 0px;
}
.amenities-ul li img 
{
  
  float: left;
  width: 60px;border: 5px solid #fff;
border-radius: 50px;
  height:60px;
      padding: 5px;
}
.amenities-ul li p 
{
  padding-left: 80px;
  line-height: 30px;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 0px;
  font-family: "TitilliumWeb-SemiBold";
  text-align: left;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-style: italic;
}
.line-height-60
{
  line-height: 60px !important;
}

/***
====================================================================
  Home Page Gallery style
====================================================================
***/
.home-gallery-section
{
  padding: 60px 0px;
  text-align: center;
  overflow: hidden;
}
#gallery-carousel .owl-stage-outer
{
  overflow: inherit;
}
#gallery-carousel .item
{
  padding: 0px 15px;
}
#gallery-carousel
{
 
  margin-top: 30px;
}
#gallery-carousel .owl-nav div
{
  color: #fff;
  font-size: 24px;  
  left: 15px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50px);  line-height: 100px;
  height: 100px;;
  width: 40px;
  transition: 0.4s;
  border-radius: 2px;
  z-index: 1;
  padding: 0px !important;
  text-align: center;
  background: rgba(0,0,0,0.9); 
  transition: all 0.8s ease;
}

#gallery-carousel .owl-nav div.owl-next 
{
  left: auto;
  right: -50%;
}
#gallery-carousel .owl-nav div.owl-prev
{
  left: -50%;
} 
#gallery-carousel:hover .owl-nav div.owl-prev
{
  left: 20px;
}
#gallery-carousel:hover .owl-nav div.owl-next
{
  right:  20px;
}
#gallery-carousel .owl-controls
{
  margin: 0px;
}

.home-galley-item
{
  padding: 0px 15px;
}
.gallery-img 
{
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 5px;
  border:4px solid #fff;
}
.gallery-img:before 
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(31, 70, 121, 0.9);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}

.gallery-img img 
{
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.gallery-img a 
{
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  line-height: 46px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}
.gallery-img:hover:before 
{
  opacity: 1;
}
.gallery-img:hover a 
{
  top: 50%;
  opacity: 1;
}
.gallery-img:hover img 
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/***
====================================================================
  Footer style
====================================================================
***/
footer
{
  background: #222222;
  padding: 40px 0px;
}

.footer-block:first-child img
{
    max-height: 180px;
    margin: 0px auto;
}
.footer-block:first-child  .footer-box
{
  float: left;
}

.footer-block
{
  text-align: center;
  position: relative;
}/*
.footer-block:before
{
  content:  " ";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #1d3d64;
  top: 0px;
  left: -1px
}
.footer-block:first-child:before
{
  display: none;
}*/
.footer-box
{
  text-align: left;
  display: inline-block;
}

.footer-block h3
{
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'PalatinoLinotype-Bold';
  text-transform: uppercase;
}
.footer-contact div {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.footer-contact div:last-child p {
  line-height: 40px;
}
.footer-contact div:last-child
{
  margin-bottom: 0px;
}
.footer-contact i {
  float: left;
  font-size: 30px;
  color: #fff;
  text-align: center; 
  line-height: 40px;
}

.footer-contact p 
{
  margin-left: 55px;
  line-height: 30px;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 0px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
}
.copy-right
  {
    background: #004540;
    color: #fff;
    text-align: center;
  }
  .copy-right p
  {
    
    font-size: 14px;
    margin: 0px  auto;
    padding: 15px 0px;letter-spacing: 2px;
  }
  .copy-right p a
  {
    color: #fff;
    text-transform: uppercase;
  }
.scroll-top-wrapper 
{
  position: fixed;
  opacity: 0;-
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  color: #fff;
  background: rgb(17, 135, 200);
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 0px;
  bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover 
{

  color: #fff;
}
.scroll-top-wrapper.show 
{
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i
{
  line-height: inherit;
  font-size: 35px;
}

/***
====================================================================
  Inner Banner  style
====================================================================
***/
.inner-banner {
  /*background: #002c42 url(images/slider-4.jpg) center top no-repeat;*/
  background-size: cover;
  position: relative;
  padding: 0px 0;
  padding-top:50px;
  padding-bottom: 40px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004540;
  opacity: .7;
}
.inner-banner .container
{
  position: relative;
}
.inner-banner  h2
{
  font-size: 35px;
  color: #FFFFFF;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 1px;
  float: left;
  line-height: 40px;
}
.inner-banner .breadcrumb 
{
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  padding: 0px;
  margin: 0px;
  float: right;
}
.inner-banner .breadcrumb li 
{  
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 40px;
}
.inner-banner .breadcrumb li + li:before 
{
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
  font-size: 25px;
  line-height: 30px;
  padding: 0px;
  color: #fff;
}
.inner-banner .breadcrumb li a 
{
  color: #fff;
  text-decoration: none;
}
/***
====================================================================
  About Us Page  style
====================================================================
***/
.about-us-page
{
  padding: 60px 0px;
  background-color: #dfdad6;
}
.about-text h5
{
  font-size: 18px;
  font-family: 'TitilliumWeb-SemiBold';
  letter-spacing: 1.5px;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #004540;
}
.about-text p
{
  line-height: 30px;
  color: #666666;
  font-family: 'TitilliumWeb-Regular';
  letter-spacing: 1px;
  font-size: 16px;
  text-align: justify;
}
.about-text div
{
  padding: 15px 0px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.about-text div:first-child
{
  padding-top: 0px;
  border-top: none;
}
.p-none
{
    padding-top: 0px;
    border-top: none;  
}
.about-us-page-gallery
{
  background:rgba(41, 91, 155, 0.3);
}
.about-us-page-gallery #gallery-carousel
{
  margin-top: 10px;
}
/***
====================================================================
  Specifications Page  style
====================================================================
***/
.specifications-page
{
  padding: 60px 0px;
}
.specifications-page .row:first-child
{
  margin-bottom: 40px;
}
.speci-box
{
  width:100%;
  position:relative;
  padding: 15px 0px;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.speci-box:last-child
{
  border-bottom: none;
}
.speci-box .text-block
{
 
  padding-left: 80px;
}
.speci-box img
{
  width: 60px;
  position: absolute;
  top: 15px;
  left: 0px;
}
.speci-box .text-block h3 {
  margin: 0;
  color: #002c42;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'TitilliumWeb-SemiBold';
  line-height: 30px;
}
.speci-box .text-block p
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
}

.margin-section
{
  margin-top: 60px;
  margin-bottom: 60px;
}
/***
====================================================================
  Gallery Page  style
====================================================================
***/

.gallery-section
{
  padding: 60px 0px;
}
.gallery-block
{
  margin: 15px 0px;
}
.gallery-block .gallery-img
{
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  border-radius: 0px;
}
/***
====================================================================
  Contact Us Page  style
====================================================================
***/
.contact-us-section
{
  padding: 60px 0px;
}
.contact-information{
  padding: 30px;
  background-color: #004540;
  color: #fff;
  border-radius: 5px;
}
.contact-information li {
    display: flex;
    border-bottom: 1px solid #fff;
}
.contact-information li p 
{
  margin-bottom: 0;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.contact-information ul li:first-child
{
  padding-top: 0px;
}
.contact-information ul li:last-child
{
  padding-bottom: 0px;
  border-bottom: none;
}
.contact-information li i 
{
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.contact-information ul li 
{
    padding: 20px 0px;
}

.contact-information h5 
{
  font-size: 20px;
  font-family: 'TitilliumWeb-SemiBold';
  text-transform: uppercase;
  margin-bottom: 20px;  
  line-height: 23px;  
}
.submit-btn
{
  padding: 0px 20px;
  border: none;
  background: #004540;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  /*margin-top: 25px;*/
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}
.submit-btn:hover
{
  background: #373737;
}
.google-map
{
  /*padding-bottom: 40px;*/
}
.google-map iframe
{
  width: 100%;
  display: inline-block;
  height: 300px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
}
/*--  Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-transform: uppercase;
  letter-spacing: 1px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-transform: uppercase;
  letter-spacing: 1px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-transform: uppercase;
  letter-spacing: 1px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*input Field*/
textarea{
  height: 201px;
  padding: 10px 20px;
  width: 100%;
  border: 0;
  color: #9c9c9c;
  resize: none;
  background-color: #fff;
  border: 1px solid #eeeeee;margin-bottom: 25px;
}

input[type="submit"]{
  margin-bottom: 0px;
  line-height: 50px;
}

input[type="text"],
input[type="email"],
input[type="password"]{
  padding: 0 20px;
  line-height: 50px;
  width: 100%;
  border: 0;
  margin-bottom: 25px;
  background: #ffffff;
  color: #9c9c9c;
  border: 1px solid #eeeeee;
}
.captcha input
{
    max-width: 65%;
    padding: 0px 20px;
    float: right;
    display: inline-block;
}
/*============media screen============*/
@media screen and (max-width: 1200px) {
  .menuzord-menu > li
  {
    padding: 30px 0px;
  }
  .menuzord-menu
  {
    padding-left: 0px;
  }
  header .header-left
  {
    width: 15%;
  }
  .menuzord-menu
  {
    width: 85%;
  }
}
@media screen and (max-width: 993px) {
  .menuzord
  {
    width: 100%;
  }
  .menuzord-responsive .menuzord-brand
  {
    margin: 0px;
    padding-left: 20px;
  }
  .menuzord-menu > li > a
  {
    line-height: 45px;
  }
  header .header-right
  {
    width: auto;
    position: absolute;
    right: 70px;
  }
  header .header-right a
  {
    padding: 25px 10px;
  }
  /*
  #menuzord-right:before
  {
    content: " ";
    position: absolute;
    background: #00a0e3;
    width: 100%;
    height: 100px;
    top: 0;
    left: 50%;
    z-index: -1;
  }*/
  .menuzord .showhide
  {
    background: #004540;
  }
  .menuzord-menu
  {
    padding-left: 0px;
  }
  .menuzord-right li a, .menuzord-right li a:hover
  {

  }
  .menuzord-responsive .menuzord-menu li .indicator
  {
    height: 50px;
    line-height: 50px;
  }
  .menuzord .showhide 
  {
    width: 70px;
    height: auto;
    padding: 35px 20px;
    display: none;
    float: right;
    text-decoration: none;
    text-align: center;
  }
  .menuzord .showhide em
  {
    background: #fff;
    width: 25px;
    height: 2px;
    margin: 4px 0px;
    float: left;
  }
  .home-speci-block
  {
    width: 50%;
    float:left;
  }
  .home-amenities-img
  {
    display: initial;
    margin-top: -60px;
    margin-bottom: 50px;
  }
  .line-height-60 
  {

    line-height: 30px !important;
  }
  
  .home-amenities-bg
  {
    display: none;
  }
  .gallery-block
  {
    width: 50%;
    float: left;
  }
  .about-us-page img
  {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) 
{
    header .header-left
    {
      float: left;
      width: auto;
      text-align: center;
      padding: 5px 0px;
    }
    /*header .header-right
    {
      width: auto;
      position: absolute;
      right: 80px;
    }*/
    /*header .header-right img 
    {
      width: 40px;
      margin-top: -5px;
      display: inherit;
      margin: 0px auto;
    }
    header .header-right a
    {
      padding: 20px 10px;
    }*/
    h2, .speci-title h2, .home-about-section h2, .home-amenities-section h2
    {
      font-size: 25px;
    }
    .speci-title p
    {
      font-size: 14px;
      letter-spacing: 1px;
    }
    .speci-title
    {
      width: 100%;
    }
    .specifi-box
    {
      padding: 20px 10px;
      padding-top: 40px;
    }
    .specifications-section::before
    {
      display: none;
    }
    .footer-block:first-child .footer-box
    {
      float: none;
    }
    .footer-box
    {
      width: 80%;
      margin: 15px auto;
    }
    .inner-banner h2
    {
      font-size: 25px;
    }
    .inner-banner .breadcrumb
    {
      float: left;
    }
    .inner-banner
    {
      padding: 30px 0px;
    }
    #gallery-carousel
    {
      margin-top: 0px;
    }
}
@media screen and (max-width: 600px) 
{
  .specifications-section
  {
    padding-bottom: 40px;
  }
  .home-speci-block
  {
    width: 100%;
    float: none;
  }
  .speci-title
  {
    width: 100%;
  }
  .specifi-box p
  {
    min-height: auto;
  }
  header .header-left img{
    padding: 0;
width: 128px;
height: auto;

  }
}
@media screen and (max-width: 500px) 
{
  
  .menuzord .showhide
  {
    padding: 30px 20px;
    margin-right: 0px;
  }
  header .header-right
  {
    right: 60px;
  }
  header .header-right a 
  {
    padding: 10px;
    display: inherit;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  header .header-right img
  {
    width: 40px;
    margin-top: -5px;
    display: inherit;
    margin: 0px auto;
  }

  .menuzord .showhide
  {
    width: 60px;
    padding: 48px 15px;
  }
  .line-height-60
  {
    line-height:30px !important;
  }/*
  .amenities-ul li p
  {
    padding-left: 0px;
  }
  
  .amenities-ul li img
  {
    float: none;
  }*/
  .footer-box
  {
    width: 90%;
  }
  .gallery-block
  {
    width: 80%;
    margin: 15px 10%;
  }
}



.contact-section
{
  padding: 100px 0px 50px;
  background: #2b2a29;
}
.content-row
{
  padding-bottom: 25px;
  border-bottom: 2px solid;
  margin-top: -45px;
}

.content-box  i 
{
  background-color: #373737;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #ffff;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 50px;
}
.content-box i::before {
    font-size: 20px;
}
.content-box .text 
{
    padding-left: 75px;
}
.content-box .text p  span
{
  font-size: 16px;
  color: #fff;
  /*font-family: 'Poppins-Medium';*/
}
.content-box .text p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    /*font-family: 'Poppins-Light';*/
    letter-spacing: 1px;
}
.dis
{
    display:none;
}

.location-row
{
  margin-top: 25px;
}
.contact-section h4
{
  font-size: 25px;
  /*text-transform: uppercase;*/
  letter-spacing: 4px;
  font-family: 'Anada';
  margin-bottom: 20px;
  color: #fff;
}
.google-map
{
  width: 100%;
  height: 313px;
  border-radius: 0px;
  border: 5px solid #fff !important;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.inquiry-form .form-group{
  margin-bottom: 20px;
  font-family: 'Poppins-Light'
}

.inquiry-form input
{
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  width: 100%;
  padding: 0px 15px;
  border:1px solid rgba(0,0,0,0.08);
  /*box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);*/
  background: #fff;height: 40px;
  border-radius: 0px;
}
.inquiry-form textarea
{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #848484;
    width: 100%;
    height:80px;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: none;
    resize: none;
    border-radius: 0px;
    border:1px solid rgba(0,0,0,0.08);
    /*box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);*/
    background: #fff;display: inherit;
}
.inquiry-form button
{
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    z-index: 1;
    background: #434343;
    color: #f5f5f5;
    font-family: 'Poppins-Regular';
    border: none;
    line-height: 20px;
}
.inquiry-form button:before 
{
    background-color: #222;
    border: 1px solid #434343;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1; 
}

.inquiry-form button:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.inquiry-form button:hover 
{
  color: #fff;
}
.inquiry-form input::-webkit-input-placeholder , .inquiry-form  textarea::-webkit-input-placeholder 

{
    color: #848484 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.inquiry-form  input:-moz-placeholder,  .inquiry-form  textarea:-moz-placeholder /* Firefox 18- */
{ 
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.inquiry-form  input::-moz-placeholder, .inquiry-form  textarea::-moz-placeholder  /* Firefox 19+ */
{ 
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.inquiry-form  input:-ms-input-placeholder, .inquiry-form textarea:-ms-input-placeholder 
{  
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform:  uppercase;
}
.mobile-screen-footer
{
    float:left;
    display:none;
    width: 100%;
    position: fixed;
    z-index: 9999999999 !important;
    bottom: 0px;
    background:#004540;
    border-radius: 30px 30px 0px 0px;
    border: 2px solid #fff;
    border-bottom: none;
   
}
.mobile-footer-block
{
    width: 25%;
    float: left;
    text-align: center;
}
.mobile-footer-box
{
    width: 100%;
    margin: 0px auto;
    padding: 0px 5px;
    float: left;
}
.mobile-footer-box a
{
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    float: left;
    padding-bottom: 5px;
    
}
.mobile-footer-box a img
{
    width: 25px;
    margin: 0px auto;
}
.mobile-footer-box a h5
{
font-size: 11px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
     font-family: 'Poppins-Light';
    letter-spacing: 1px;
} 
@media screen and (max-width: 600px){
  .specifi-box{
    margin-top: 60px;
  }
  .specifications-section {
  padding: 30px 0px;
}
.home-about-section{
  padding: 60px 0px 30px;
}.contact-section {
  padding: 50px 0px 50px;
  background: #2b2a29;
}.about-us-page {
  padding: 60px 0px 30px;
  background-color: #dfdad6;
}.home-gallery-section {
  padding: 40px 0px;
  text-align: center;
  overflow: hidden;
}
.content-box{
  margin-bottom: 10px;
}.google-map {
  margin-bottom: 30px;
}
.mobile-screen-footer{
  display: block;
}
}