
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/nice-select.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
@import url(css/bootstrap-datepicker.min.css);
@import url(css/jquery-ui.min.css);
/* :: 01.0 Reboot Area CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #2a303b;
  line-height: 1.3;
  font-weight: 500; }

a,
a:active,
a:focus,
a:hover {
  color: #2a303b;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500;
  
  }
  
  .classynav ul#nav li.active a:before, a.middle:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

 .classynav ul#nav li.active a:before, a.middle:before {
    content: "";
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #00604F;
   
}
a.middle:before {
    content: "";
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.classynav ul#nav li.active1 a {
    position: relative;
    z-index: 1;
}


li {
  list-style: none; }

p {
  line-height: 1.7;
  color: #636a76;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

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

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(14, 39, 55, 0.2);}

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }



.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #1cc3b2;
  height: 30px;
  line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
  background: #f00; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #e8f1f8 !important; }

textarea:focus,
input:focus {
  outline: none; }

.border {
  border-color: #ebebeb; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing Area CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 27px;
  padding-bottom: 0; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 40px;
  padding-bottom: 0; }


@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
/* :: 4.0 Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .section-heading h6 {
    text-transform: uppercase;
    color: #004A87;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px; }
  .section-heading h2 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white h6,
  .section-heading.white h2 {
    color: #ffffff; }

/* :: 5.0 Backtotop Area CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom:130px;
  background-color: #001235;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 20px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #06dcff;
    color: #ffffff;
	border:1px solid;
	border-color:#FFF;
	 }

/* :: 6.0 Buttons Area CSS */
.btn:focus {
  box-shadow: none; }

.roberto-btn {
  position: relative;
  z-index: 1;
  min-width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  text-transform: capitalize;
  background-color: #01ccff;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .roberto-btn:focus, .roberto-btn:hover {
    font-weight: 500;
    background-color: #001235;
    color: #ffffff;
border: 2px solid #28a745;	}


/* :: 7.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #1cc3b2; }
  .header-area .search-form {
    -webkit-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #1cc3b2; }
    .header-area .search-form.search-form-active {
      height: 80px;
      z-index: 99999999; }
    .header-area .search-form form {
      position: relative;
      z-index: 1; }
      .header-area .search-form form input {
        background-color: transparent;
        width: 100%;
        height: 60px;
        border: none;
        font-size: 14px;
        color: #ffffff; }
      .header-area .search-form form button {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        z-index: 10;
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-size: 18px;
        color: #ffffff;
        text-align: right; }
        .header-area .search-form form button:focus {
          outline: none; }

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  background-color: #76655b;}
  .top-header-area .top-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-header-area .top-header-content > a {
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 50px;
      display: inline-block;
      margin-right: 50px; }
      .top-header-area .top-header-content > a:last-child {
        margin-right: 0; }
      .top-header-area .top-header-content > a em {
        padding-right: 5px;
        color: #f9f3a8; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header-area .top-header-content > a {
          margin-right: 30px; } }
      @media only screen and (max-width: 767px) {
        .top-header-area .top-header-content > a {
          margin-right: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header-area .top-header-content > a span {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .top-header-area .top-header-content > a span {
          display: none; } }
      .top-header-area .top-header-content > a:hover, .top-header-area .top-header-content > a:focus {
        color: #afb4bf; }
    .top-header-area .top-header-content .top-social-area a {
      display: inline-block;
      margin-right: 30px;
      color: #ffffff;
      line-height: 50px;
      font-size: 18px; }
      .top-header-area .top-header-content .top-social-area a:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .top-header-area .top-header-content .top-social-area a {
          margin-right: 15px; } }
      .top-header-area .top-header-content .top-social-area a:hover, .top-header-area .top-header-content .top-social-area a:focus {
        color: #f9f3a8; }

.classy-nav-container {
    background-color: #052e538a;
    padding: 0;
    /* top: -2px; */
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 12;
    height:165px;
    background-position: center bottom;
}
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 115px;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 60px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
 .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 900;
    padding: 0 20px;
}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 13px;
          padding: 0 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #634d33; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #ffffff; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #634d33; } }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:active {
        color: #fff!important;
        font-weight: 700; 
		    background: #01ccff!important;}
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: capitalize;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #ffffff; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #634d33; }

.classynav ul#nav li.active a {
  position: relative;
  z-index: 1;
color:#fff !important;
background:#06dcff!important

  }
  
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .classynav ul li.active a::before {
        display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #ffffff; }

.breakpoint-off .classynav ul li .dropdown, .breakpoint-off .classynav ul li .megamenu {
    width: 237px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    border-radius: 6px;
    /* height: 169px; */
}

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #2a303b; }

.main-header-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff; }
  .main-header-area .book-now-btn a {
    padding: 0 30px;
    background-color: #004A87;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 16px; }
    .main-header-area .book-now-btn a em {
      padding-left: 5px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px; } }
    .main-header-area .book-now-btn a:hover, .main-header-area .book-now-btn a:focus {
      background-color: #2a303b;
      color: #ffffff; }
  .main-header-area .search-btn {
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .search-btn {
        padding: 30px 0; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .search-btn {
        padding: 30px 0; } }
    .main-header-area .search-btn:hover, .main-header-area .search-btn:focus {
      color: #1cc3b2; }

/* :: 8.0 Hero Area CSS */
.welcome-area {
  position: relative;
  z-index: 1; }
  
  @media only screen and (max-width: 430px) {
  .welcome-area {
    position: relative;
    z-index: 1;
    height: 222px;
}

  }


/* :: 9.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background: linear-gradient(#001235, #0012357a), url(img/bg-img/footer.jpg);


    background-size: cover;
}

.footer-area p {
	color:#fff;

}

  
.single-footer-widget {
  position: relative;
  z-index: 1; }
  .single-footer-widget .widget-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: -31px;
    display: block;
    text-transform: capitalize; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-footer-widget .widget-title {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .single-footer-widget .widget-title {
        font-size: 18px; } }
  .single-footer-widget .latest-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .single-footer-widget .latest-blog-area:last-child {
      margin-bottom: 0; }
    .single-footer-widget .latest-blog-area .post-title {
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
      color: #ffffff;
      font-weight: 400; }
      .single-footer-widget .latest-blog-area .post-title:focus, .single-footer-widget .latest-blog-area .post-title:hover {
        color: #1cc3b2; }
  .single-footer-widget .footer-nav {
    position: relative;
    z-index: 1; }
    .single-footer-widget .footer-nav li a {
      display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}





    .single-footer-widget .footer-nav li a:hover {
		
		 color: #01ccff;
		
	}
	
	
      .single-footer-widget .footer-nav li a:focus, .single-footer-widget .footer-nav li a:hover {
        color: #01ccff; }
    .single-footer-widget .footer-nav li:last-child a {
      margin-bottom: 0; }
  .single-footer-widget .nl-form {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .single-footer-widget .nl-form input {
      width: 100%;
      height: 46px;
      background-color: #3e525f;
      border-radius: 30px;
      border: none;
      padding: 0 20px;
      color: #ffffff;
      font-size: 14px; }
      .single-footer-widget .nl-form input:focus {
        box-shadow: none; }
    .single-footer-widget .nl-form button {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      top: 3px;
      right: 3px;
      color: #ffffff;
      background-color: #1cc3b2;
      cursor: pointer;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-footer-widget .nl-form button:focus, .single-footer-widget .nl-form button:hover {
        background-color: #2a303b; }
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px; }
  .single-footer-widget p {
    color: #afb4bf; }
  .single-footer-widget h4 {
    color: #1cc3b2; }
  .single-footer-widget span {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px; }
	
	  .single-footer-widget span a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px; }
	
		  .single-footer-widget span a:hover {
    color: #01ccff;
    font-size: 16px;
    margin-bottom: 10px; }
    .single-footer-widget span:last-child {
      margin-bottom: 0; }

.cw-foot-text {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .cw-foot-text {
      margin-bottom: 15px;
      text-align: center; } }
  .cw-foot-text p {
    font-size: 14px;
    color: #afb4bf;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .cw-foot-text p {
        font-size: 12px; } }
    .cw-foot-text p a {
      color: #afb4bf;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .cw-foot-text p a {
          font-size: 12px; } }
      .cw-foot-text p a:focus, .cw-foot-text p a:hover {
        color: #ffffff; }

.cp-content {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  border-top: 1px solid #ffffff; }
  .cp-content .social-info {
    text-align: right;
    font-size: 21px;
}
    @media only screen and (max-width: 767px) {
      .cp-content .social-info {
        text-align: center; } }
    .cp-content .social-info a {
      display: inline-block;
      color: #672d12;
      padding-left: 20px; }
      .cp-content .social-info a:focus, .cp-content .social-info a:hover {
        color: #ffffff; }



/* :: 13.0 Testimonial Area CSS */
.roberto-testimonials-area {
  position: relative;
  z-index: 1; }
  .roberto-testimonials-area .testimonial-thumbnail {
    position: relative;
    z-index: 1;
    padding-right: 15px; }
    .roberto-testimonials-area .testimonial-thumbnail img {
      border-radius: 8px;
      width: 100% !important; }
  .roberto-testimonials-area .single-testimonial-slide h5 {
    color: #636a76;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .roberto-testimonials-area .single-testimonial-slide h5 {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .roberto-testimonials-area .single-testimonial-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .roberto-testimonials-area .single-testimonial-slide h5 {
        font-size: 16px; } }
  .roberto-testimonials-area .single-testimonial-slide .rating-title {
    position: relative;
    z-index: 1;
    margin-top: 15px; }
    .roberto-testimonials-area .single-testimonial-slide .rating-title .rating {
      display: block;
      margin-bottom: 10px; }
      .roberto-testimonials-area .single-testimonial-slide .rating-title .rating i {
        color: #f5b917;
        font-size: 14px; }
    .roberto-testimonials-area .single-testimonial-slide .rating-title h6 {
      margin-bottom: 0; }
      .roberto-testimonials-area .single-testimonial-slide .rating-title h6 span {
        color: #1cc3b2;
        font-size: 14px;
        font-weight: 400; }

.testimonial-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px; }
  .testimonial-slides .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    height: 12px;
    background-color: #06dcff;
    border-radius: 50%;
    margin: 0 5px; }
    .testimonial-slides .owl-dots .owl-dot.active {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
      flex: 0 0 12px;
      max-width: 12px;
      width: 12px;
      background-color:#001235;
      border-radius: 50%; }

.single-testimonial-area {
  position: relative;
  z-index: 1; }
  .single-testimonial-area .testimonial-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-testimonial-area .testimonial-content {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-testimonial-area .testimonial-content {
        padding: 30px; } }
    .single-testimonial-area .testimonial-content .ratings-icon {
      position: relative;
      z-index: 1;
      margin-bottom: 20px; }
      .single-testimonial-area .testimonial-content .ratings-icon .rating {
        color: #f3b409; }
    .single-testimonial-area .testimonial-content h5 {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-bottom: 0;
      color: #707070;
      line-height: 1.5;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-testimonial-area .testimonial-content h5 {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-testimonial-area .testimonial-content h5 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single-testimonial-area .testimonial-content h5 {
          font-size: 16px; } }



.datepicker {
  padding: 15px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
  .datepicker.dropdown-menu {
    font-size: 14px;
    color: #636a76;
    font-weight: 400; }





.hotel-search-form-area {
  position: relative;
  z-index: 1;
  padding-left: 10%;
  padding-right: 10%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hotel-search-form-area {
      padding-left: 2%;
      padding-right: 2%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hotel-search-form-area {
      padding-left: 0%;
      padding-right: 0%; } }
  @media only screen and (max-width: 767px) {
    .hotel-search-form-area {
      padding-left: 0%;
      padding-right: 0%; } }
  .hotel-search-form-area .hotel-search-form {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.38);
    padding: 40px 40px 0 40px;
    border-radius: 5px;
    background:#ffffff;}
    @media only screen and (max-width: 767px) {
      .hotel-search-form-area .hotel-search-form {
        padding: 30px 30px 0 30px;

		} }
    .hotel-search-form-area .hotel-search-form label {
      font-size: 16px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .hotel-search-form-area .hotel-search-form label {
          font-size: 13px; } }
    .hotel-search-form-area .hotel-search-form .form-control {
      width: 100%;
      margin-bottom: 40px;
      height: 50px;
      border: 1px solid #001235;
      font-size: 16px;
cursor: pointer;	  }
      @media only screen and (max-width: 767px) {
        .hotel-search-form-area .hotel-search-form .form-control {
          margin-bottom: 30px; } }
      .hotel-search-form-area .hotel-search-form .form-control:focus {
        box-shadow: none;
        border-color: #000000; }


/*# sourceMappingURL=style.css.map */
 @media only screen and (min-width: 1024px) {
	.img-adj {
    width: 76%;
}
 
 

 
 
 	  .top-manage{
		  margin-top:-70px;
	  }
 }
 

 .parallax {
  /* The image used */
  background-image: url("img/bg-img/amenities.jpg");

  /* Set a specific height */
  min-height: 500px; 
  width:100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box{
	position:relative;
	width:800px;
	height:500px;
	margin-top:50px;
}
 
.red{
	background-color:rgba(0,0,0,0.5);
	width:100%;
}

.container-2 {
    max-width:750px;
    padding-right: 20px;
    padding-left: 80px;
    margin-right: auto;
   /* margin-left: auto;*/
	padding-top:20px;
}

.att-sty{
	color:#FF9;
	font-size:28px;
	border-bottom:2px #FF9 solid; 
	width:65%;
}

.list-color{
	color:#fff;
	padding-top:2%;
	line-height:1.8;
	font-size:20px;
	
}

.box-1{
    text-align: center;
    background: #000;
    overflow: hidden;
    position: relative;
}
.box-1 img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}
.box-1:hover img{
    opacity: 0.4;
    transform: scale(1.1);
}
.box-1 .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box-1 .title {
    font-size: 22px;
    font-weight: 600;
    color: #ffff99;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    opacity: 0;
    margin: 0 0 10px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	font-family: inherit;
}
.box-1:hover .title{
    opacity: 1;
}
.box-content .overlay{
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    transform: rotate(45deg) translate(-50%, -50%);
}
.box-content .overlay:before,
.box-content .overlay:after,
.box-content .overlay div:before,
.box-content .overlay div:after{
    content: "";
    display: block;
    position: absolute;
    background: #f95b34;
    transition: all 0.4s ease-in-out;
}
.box-content .overlay:before,
.box-content .overlay:after{
    width: 0;
    height: 2px;
}
.box-content .overlay div:before,
.box-content .overlay div:after{
    width: 2px;
    height: 0;
}
.box-content .overlay:before,
.box-content .overlay div:before{
    top: 0;
    left: 0;
}
.box-content .overlay:after,
.box-content .overlay div:after{
    bottom: 0;
    right: 0;
}
.box:hover .overlay:before,
.box:hover .overlay:after{
    width: 65%;
}
.box:hover .overlay div:before,
.box:hover .overlay div:after{
    height: 65%;
}
@media only screen and (max-width:990px){
    .box-1{ margin-bottom: 30px; }
}

a.post-title {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
	text-align:center;
}

a.post-title:hover{
	color: #1cc3b2;
}

cp-text a{
	color:#ababad;
}

cp-text a:hover{
	color:#fff;
}

.add-footer-color{
	color:#fff;
}

.add-footer-color p{
	color:#fff;
}
.add-footer-color a{
	color:#fff;
}

.add-footer-color a:hover{
	color:#fff;
}


@media only screen and (max-width:430px){

	.sty-h6 {
    text-transform: uppercase;
    color: #28a745;
    letter-spacing: 2px;
    display: block;
    margin-bottom: -1px;
    margin-top: 43%;
    text-align: center;
}
	
	img.img-adj {
    width: 88%;
}

	iframe{
		width:100%
	}
	
	.container-2 {
    max-width: 750px;
    padding-right: 7px;
    padding-left: 20px;
    /* margin-right: auto; */
    /* margin-left: auto; */
    padding-top: 57px;
}

.att-sty {
    color: #FF9;
    font-size: 100%;
    border-bottom: 2px #FF9 solid;
    width: 65%;
}

.list-color {
    color: #fff;
    padding-top: 2%;
    line-height: 1.8;
    font-size: 100%;
}
	
}

 @media only screen and (max-width: 768px) and (min-width: 426px){
.sty-h6 {
    text-transform: uppercase;
    color: #28a745;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 9px;
}

img.img-adj {
    width: 60%;
}

}

@media only screen and (min-width: 769px) and (max-width: 1024px){
.sty-h6 {
    text-transform: uppercase;
    color: #28a745;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 11px;
    margin-top: 49px;
}
}

.footer-sty{
	color:#ffffff; font-size:22px; padding-bottom:3%; font-weight:bold;
}

.address-color{color:#ffffff;}

.end-footer, .end-footer a{color:#fff; font-size:14px; font-weight:bold;}

.end-footer a:hover{color:#ffffff; font-size:14px; font-weight:bold;}

.h-100-1 {
    height: 70%!important;
}

@media only screen and (max-width:425px){
.room-content {
    margin-top: -256px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.rooms-slides .owl-prev, .rooms-slides .owl-next {
    
    bottom: 90px;
  
}
}

@media only screen and (min-width:768px){
.testimonial-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 46%;
}



}

@media only screen and (max-width:767px){
.testimonial-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 37%;
}
}

.slider-head{
	font-size:34px; padding-top:10px; padding-bottom:10px; color:#004A87;
}


@media only screen and (max-width:768px){
.slider-head {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #004A87;
}

.font-size-big{
	font-size:24px;
}

}

.font-size-big{
	font-size:20px;
}

.social-info-1 {
    font-size: 30px;
}

@media only screen and (max-width: 425px) {
     .social-info-1 {
        text-align: left;
    }

	
	
	.mt-top-1 {
    margin-top: 218px;
}

 }

 .social-info-1 a {
    display: inline-block;
    color: #ffffff;
    background: #01ccff;
    /* padding: 18px; */
    /* border-radius: 50%; */
    height: 44px;
    width: 44px;
    padding-left: 4%;
    font-size: 26px;
    padding-right: 13%;
    /* padding: 2%; */
    padding-top: 2%;
}
       
.social-info-1 a:focus, .social-info-1 a:hover {
        color: #ffffff; 
}

.title-h2 {
    font-size: 30px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 400;
}

.title-h2-1 {
    font-size: 57px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 500;
}

.m-b-7-p{
	margin-bottom:-7%;
}

@media only screen and (max-width: 375px) {
.m-b-7-p {
    margin-bottom: -26%;
}

.title-h2-1 {
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 500;
}

.title-h2 {
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 400;
}
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
.m-b-7-p {
    margin-bottom: -22%;
}

.title-h2-1 {
    font-size: 33px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 500;
}

.title-h2 {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 400;
}

}

@media only screen and (min-width: 426px) and (max-width: 768px) {
.m-b-7-p {
    margin-bottom: -13%;
}

.title-h2-1 {
    font-size: 35px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 500;
}


.title-h2 {
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 400;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.m-b-7-p {
    margin-bottom: -8%;
}

.title-h2-1 {
    font-size: 47px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 500;
}  

}

.p-color{
	color:#000;
	font-size:20px;
}

.tel-color{
	color:#004A87;
}

.tel-color:hover{
	color:#1cc3b2;
}

.link-color{
	color:#636a76;
}

.sty-h2{
	font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
    color: #2a303b;
    font-weight: 500;
}


.sty-h2:before {
    content: "";
    background: #001235;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -16px;
}



.m-t{
	margin-top:2%;
}

.l-h{
	line-height:2.7;
	font-size:17px;
}

.f-c{
	color:#004a87;
}




.img-align{
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:2%;
}

.dir{
	font-size:20px;
	color:#000;
	font-weight:600;
	border-bottom:1px dotted #999;
}

.dir-1 {
    font-size: 20px;
    color: #024a87;
    font-weight: 600;
    border-bottom: 1px dotted #999;
}

.contact-style > p {
	line-height:2.6;
	font-size:18px;
}

.ad-sty{
	font-size:20px;
	font-weight:600;
	letter-spacing:2px;
	color:#004a87;
}

.s-m{
	font-size:19px;
	line-height:2.7;
}

.s-m > li > a{
	color:#004A87;
}

a.post-title-1 {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
    color: #2a303b;
    text-decoration: none;
    transition-duration: 500ms;
    outline: none;
    font-weight: 500;
}

a.post-title-1:hover{
	color: #1cc3b2;
}

.a-t-1 > li{
	font-weight:500;
}

.a-t-1 > li > a{
	font-weight:700;
}

.a-t-1 > li > a:hover{
	font-weight:700;
	color: #1cc3b2;
}

.dir-2 > li {
    font-size: 20px;
    color: #101010;

}


.menu-list {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 135px;
    margin-bottom: 25px;
}

.menu-list-product {
    left: 0;
    max-width: 105px;
    position: absolute;
}

.menu-list h5 {
    border-bottom: 1px dashed #cccccc;
    color:#024a87;
    font-size: 20px;
    padding-bottom: 14px;
    padding-right: 60px;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu-list h5 span {
    color: #e4b95b;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 425px){
    .mar-img{
        margin-bottom: 50%;
    }
	
	.m-t-13{
		margin-top:-13%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	 .mar-img{
        margin-bottom: 10%;
    }
}

.moretext {
  display: none;
}

.five {
    font-size: 18px;
    background-color: #01ccff;
    color: #fff;
    padding: 10px;
	text-align:center;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /* background-color: #fbb600; */
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	color:#6b6b6b;
	float: left;
}

a.primary-btn {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    /* margin-left: 35px; */
    margin-bottom: 3%;
}

.primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #008bfa;
    content: "";
}

.icon-sty{
	font-size:22px;
	color:#024a87;
}

.wrap.location, .contact-slide {
    background: url('img/bg-location.jpg');
}
.wrap {
    position: relative;
}

.center {
    margin: 0 auto;
}

.left {
    float: left;
}



.text{
	margin-top: 4%;
}

.m-t-a{
	margin-top:7%;
}

.m-b-a{
	margin-bottom:10%;
}

.ame-sty{
	color: #65594f;
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
    text-transform: uppercase;
}

.ame-sty-1{
	color: #65594f;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.right{
	float:right;
}


.position-img-1{
	left:123px;
	top:281px;
}

.position-img-2{
	left:-800px;
	top:320px;
}

.position-img-3{
	left:411px;
	top:410px;
}


@media only screen and (max-width: 425px) {
.position-img-1 {
    left: 123px;
    top: 467px;
}

.position-img-2 {
    left: -800px;
    top: 508px;
}

.position-img-3 {
    left: 1720px;
    top: 588px;
}
}



/* :: 3.0 Preloader Area CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url(img/core-img/preloader.gif);
   background-position: center center;
   background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }


.text-animation {
    font: bold 1.7em/1 Bodoni, serif;
    color: #555;
    text-align: center;
    animation: fadeIn 1s infinite alternate;
}

.header_social li{
	display: inline-block;
}

.header_social li a{
	font-size: 18px;
}

.header_top_inner{
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    overflow: hidden;
}

.book_btn .book_now_btn {
    background: #06dcff;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    padding: 0px 25px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #001235;
}

.book_btn .book_now_btn:hover {
	background: transparent;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    padding: 0px 25px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .28px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 2px solid #fff;
}

.display-imgs{
	display:flex;
}


.about_btn_b {
    display: inline-block;
    border: 1px solid #8e8e8e;
    padding: 0px 27px;
    line-height: 46px;
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.about_btn_b:hover {
    color: #fff;
    border-color: #06dcff;
    background: #06dcff!important
	font-weight: 600;
}

 


.roberto-about-area .hotel-search-form-area {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-padding-100-0 {
    padding-top: 40px;
    padding-bottom: 0;
}

.roberto-about-area {
    position: relative;
    z-index: 1;
}

span.cat {
    font-size: 13px;
    color: #28a745;
	text-align:left;
}

.blog-post .desc h3 {
    text-align:left;
	font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.col-md-12.display-imgs img {
    width: 41%;
}

.col-md-12.display-imgs p {
    color: #28a745;
    margin-top: 3%;
    font-weight: 600;
}

@media only screen and (max-width: 430px) {
.header_top_inner, .book_btn{
	display:none;
}

.classy-nav-container {
    background-color: #052e538a;
    padding: 0;
    /* top: -2px; */
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 12;
    height: 54px;
    background-position: center bottom;
}

.sty-h2:before {
    content: "";
    background: #001235;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 36%;
    bottom: -16px;
}

.display-imgs{
	display:initial;
}
.p-t-7{
		padding-top:7px;
	}
}

.social-info-1 a:nth-child(1):hover{
    background: #1c62aa;
    border-radius: 50%;

}

.social-info-1 a:nth-child(2):hover{
	background:#d11718;
    border-radius: 50%;
    
}

.social-info-1 a:nth-child(3):hover{
	background:#f82828;
    border-radius: 50%;
    
}

.social-info-1 a:nth-child(4):hover{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-radius: 50%;
    
}

.social-info-1 a:nth-child(5):hover{
	background:	#1DA1F2;
    border-radius: 50%;
    
}


.testimonial-sty{
    line-height: 1.7;
    color: #636a76;
    font-size: 33px;
    font-weight: 400;
    padding: 10px;
}

.our-team{
    text-align: center;
}
.our-team .pic{
    position: relative;
    overflow: hidden;
}
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(to right, #ff000069, rgba(236, 236, 1, 0.4));
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.our-team:hover .pic:after{
    opacity: 1;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
}

.our-team .social-link{
    width: 80%;
    position: absolute;
    top: 80%;
    left: 10%;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    transform: scale(0.8);
    z-index: 1;
}

.our-team:hover .social-link{
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease 0s;
}
.our-team .social-link li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social-link li a{
    display: inline-block;
    font-size: 19px;
    color: #fff;
}
.our-team .social-link li a:hover{
    text-decoration: none;
}
.our-team .post{
    display: block;
    font-size: 12px;
    color: #808080;
    margin-top: 15px;
    text-transform: uppercase;
}
.our-team .team-title {
    font-size: 20px;
    font-weight: bold;
    color: #28a745;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px 0 0 0;
}
.our-team .team-title:after{
    content: "";
    display: block;
    width: 20%;
    margin: 15px auto;
    border-bottom: 1px solid #222;
}
.our-team .description{
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
@media screen and (max-width: 990px){
    .our-team{ margin-bottom: 25px; }
}

.our-team ul {
    text-align: left;
    line-height: 2;
}

.our-team ul li {
    list-style: inside square;
    color: #414141;
    margin-left: 2%;
}

.our-team .social-link a {
    color: #ffffff;
    font-weight: 600;
}

@media only screen and (max-width: 375px) {
.title-color {
    fill: #fafbfc;
}
}

@media only screen and (max-width: 430px) {
.height-title {
    margin-bottom: 28%;
}
}




.height-title {
    text-align: center;
    font-family: 'Noto Serif', serif;
    font-size: 32px;
    color: #28a745;
}


@media only screen and (min-width: 768px){
.img-dim {
    width: 100%;
    height: 600px;
}
}

.ame-ul-sty > li{
	line-height:2.2;
	list-style-type:square;
	color: #656d74;
}
@media only screen and (min-width: 750px) and (max-width: 800px) {
.m-t-ame {
    margin-top: -1% !important;
}

.m-t {
    margin-top: 15%;
}
}

.m-t-ame {
    margin-top: -6%;
}


@media only screen and (max-width: 430px) {
.section-heading-1 {
    position: relative;
    z-index: 1;
    margin-bottom: -70px;
}

.m-t {
    margin-top: 36%;
}

.container.p-2-a {
    padding: 8%;
}
}

@media only screen and (min-width: 800px) and (max-width: 1030px) {
.m-t-ame {
    margin-top: 0%;
}
}

.att-title {
    font-size: 31px;
    margin-bottom: 5%;
    font-weight: 500;
    color: #28a745;
    margin-left: -5%;
    border-bottom: 1px dotted #333;
}
.att-title-ul > li {
    line-height: 2.2;
    list-style-type: square;
    color: #6b6969;
}

.title4 {
    font-size: 20px;
    font-weight: 600;
    color: #999;
    border-bottom: 1px dotted;
    margin-left: -1%;
    margin-bottom: 2%;
}

.att-title-1 {
    font-size: 24px;
    margin-bottom: 5%;
    font-weight: 500;
    color: #28a745;
    margin-left: -5%;
    border-bottom: 1px dotted #333;
}

.list-sty-1 {
    line-height: 2.5;
}



.our-team{
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
	border: 1px solid #8a7c7c;
}
.our-team img{
    width: 100%;
    height: auto;
    transform: scale(0.7);
    transition: all 1s ease 0s;
}
.our-team:hover img{
    transform: scale(1.2);
}
.our-team .team-content{
    width: 100%;
    height: 100%;
    background: #032646c4;
    border-radius: 50%;
    padding-top: 35%;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out 0s;
}
.our-team:hover .team-content{
    opacity: 0.9;
}
.our-team .title {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 8px 0;
    opacity: 0;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out 0.2s;
    color: #fff;
}
.our-team:hover .title{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}

.our-team:hover .post{
    opacity: 1;
    transform: scale(1);
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}



.sty-h6-1 {
    text-transform: uppercase;
    color: #01ccff;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 11px;
    margin-top: 153px;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 500;
    font-size: 1.5rem;
}


.img-absolute {
    position: absolute;
    bottom: -100px;
    right: -100px;
    z-index: 9;
}

.img-absolute img {
    max-width: 250px;
    border-radius: 50% !important;
    border: 10px solid #f2f4fb;
}

.about_btn_b_room {
    display: inline-block;
    border: 1px solid #8e8e8e;
    padding: 0px 27px;
    line-height: 46px;
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
	margin-left: 3%;
}

.about_btn_b_room:hover {
    display: inline-block;
    border: 1px solid #8e8e8e;
    padding: 0px 27px;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
	background:#01ccff;
}

.about_btn_b_room_one {
    display: inline-block;
    border: 1px solid #8e8e8e;
    padding: 0px 27px;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #01ccff;
}

.about_btn_b_room_one:hover {
    display: inline-block;
    border: 2px solid #01ccff;
    padding: 0px 27px;
    line-height: 46px;
    color: #005112;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: transparent;
}

.m-all {
    padding: 22px 0 22px 0;
	line-height: 1.7;
    color: #636a76;
    font-size: 16px;
    font-weight: 400;
}


.serviceBox{
    text-align: center;
    margin: 0 -15px;
}
.serviceBox img{
    width: 100%;
    height: auto;
}


.serviceBox .service-icon img{
    font-size: 45px;
    line-height: 70px;
    color: #00604f;
    /*transform: rotate(-45deg);*/
	width:50%;
}
.serviceBox .service-content{
    position: relative;
    background: #001235;
    color: #f0f4ba;
    padding: 50px 30px 30px;
}
.serviceBox .service-icon{
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    /*top: -35px;*/
    left: 0;
    right: 0;
    margin: auto;
    /*transform: rotate(45deg);*/
}
.serviceBox .service-icon em{
    font-size: 45px;
    line-height: 70px;
    color: #001235;
    transform: rotate(-45deg);
}
.serviceBox .title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	color:#01ccff;
}
.serviceBox .description{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
	color:#fff;
}

.serviceBox.middle .service-content{
    padding: 30px 30px 50px;
}
.serviceBox.middle .service-icon{
    bottom: 0px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .serviceBox .title{ font-size: 17px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin: 0 0 30px 0; }
}


.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.w-size > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: 0px;
    margin-left: 0px
}

.about_btn_b_vm {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0px 27px;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .45px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.about_btn_b_vm:hover {
 color:#fff;
 font-weight: bold;
}

.rating_r em::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
}
.rating_r_4 em:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_4 em:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_4 em:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 em:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_4 em:nth-child(5)::before{color: #fa9e1b; content: "\f005";}


@media (max-width:770px){
	.sty-h6-1 {
    text-transform: uppercase;
    color: #28a745;
    letter-spacing: 2px;
    display: block;
    /* margin-bottom: 11px; */
    margin-top: 35px;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 500;
    font-size: 1rem;
}

.img-absolute {
    position: absolute;
    bottom: -100px;
    right: 7px;
    z-index: 9;
}
}


@media (max-width:430px){
.our-team img {
    width: 100%;
    height: auto;
    transform: scale(0.5);
    transition: all 1s ease 0s;
}
}

@media (max-width:770px) and (min-width:430px){
.our-team .title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px 0;
    opacity: 0;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out 0.2s;
    color: #fff;
}
}

.about-thumbnail {
  position: relative;
  z-index: 1; }
  .about-thumbnail img {
    border-radius: 6px;
    width: 100%; }

.about-us-thumbnail {
  position: relative;
  z-index: 1; }
  .about-us-thumbnail .single-thumb {
    position: relative;
    z-index: 1;
    margin: 5px;
    display: block;
    overflow: hidden;
    border-radius: 6px; }
    .about-us-thumbnail .single-thumb img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      border-radius: 6px;
      }
    .about-us-thumbnail .single-thumb:first-child {
      margin-bottom: 10px; }
	  
	   @media only screen and (max-width: 425px) {
	  .about-us-thumbnail .single-thumb:first-child {
      margin-bottom: 1px;
    margin-top: -20%;}
	   }
	   @media only screen and (min-width: 426px) and (max-width: 768px) {
	   .about-us-thumbnail .single-thumb:first-child {
    margin-bottom: 10px;
    margin-top: -10%;
}
	   }
	  
    .about-us-thumbnail .single-thumb:hover img, .about-us-thumbnail .single-thumb:focus img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
	  
	  
@media only screen and (min-width: 426px) and (max-width: 768px) {	 
a.moreless-button.about_btn_b.btn-768 {
    margin-bottom: 5% !important;
}
}

em.fa.fa-youtube {
    margin: -16%;
}

.light.cc_dialog {
    background-color: #f2f2f2bd !important;
    color: #111;
}

.cc_dialog.simple {
    left: 0 !important;
    top: auto;
    bottom: 0;
    right: auto !important;
    max-width: 60% !important;
    position: fixed;
}

.cc_dialog {
    background-color: #f2f2f2;
    color: #111;
    z-index: 99999999999;
    font-size: 16px;
    padding: 0.8rem !important;
}

h2.pp {
    font-size: 20px;
    background: #01ccff;
    color: #fff;
    padding: 1%;
}

h2.pp a {
    color: #fff;
}

.ame-1 > li {
    font-size: 18px;
    line-height: 2;
    list-style-type: circle;
}

.parallax-ame {
    background-image: url(img/bg-img/double-room.jpg);
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-room {
    background-image: url(img/bg-img/room-page.jpg);
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-m-room {
    background-image: url(img/bg-img/meeting-room-conf.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-contact {
    background-image: url(img/bg-img/contact-page.jpg);
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-reservation {
    background-image: url(img/bg-img/reservation.jpg);
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-att {
    background-image: url(img/bg-img/attraction-page.jpg);
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-events {
    background-image: url(img/bg-img/events-page.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-faq {
    background-image: url(img/bg-img/faq-page.jpg);
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-sitemap {
    background-image: url(img/bg-img/hotel-exterior.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:440px){
.img-res{
	display:none;
}
}

@media (max-width:430px){
.mt-148{
	margin-top:148px !important;
}

.mt-140{
	margin-top:101px !important;
}

.parallax-ame {
    display:none;
}

.parallax-room {
    display:none;
}

.parallax-m-room {
    display:none;
}

.parallax-contact {
    display:none;
}

.parallax-att {
    display:none;
}

.parallax-events {
    display:none;
}

.parallax-faq {
    display:none;
}

.parallax-sitemap {
    display:none;
}

}

.room-title {
    font-size: 20px;
    margin-bottom: 3%;
    color: darkgreen;
	font-weight:600;
}

.room-desc {
    margin-bottom: 6%;
	text-align:justify;
}

.att-dist {
    float: right;
    color: #b4b5b5;
}

.ame-2 > li {
    font-size: 16px;
    line-height: 2;
    list-style-type: circle;
}

@media only screen and (max-width: 430px){
section.welcome-area.wah {
    height: 330px;
}
}

.gen
{
	color:#fff;
	
}

:root{
    --color1: #0fb513;
    --color2: #d41271;
    --color3: #ff4a26;
    --color4: #1e3799;
}
.serviceBox{
    color: #555;
    font-family: 'Sniglet', cursive;
    text-align:center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon{
    color: #01ccff;s
    background: #fff;
    font-size: 40px;
    line-height: 90px;
    height: 110px;
    width: 110px;
    margin: 0 auto 30px;
    border: 10px solid #01ccff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    position: relative;
    transition: all 0.3s;
}
.serviceBox .service-icon em{
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon em{ transform: rotateY(360deg); }
.serviceBox .service-icon:before{
    content: "";
    background: linear-gradient(to right , #01ccff 49%, transparent 50%);
    width: 122%;
    height: 150%;
    border-radius: 50%;
    transform: translateX(-50%) rotateY(180deg);
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: -1;
    transition: all 0.3s;
}
.serviceBox:hover .service-icon:before{ transform: translateX(-50%) rotateY(0); }
.serviceBox .title{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
 /**   text-transform: uppercase;**/
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
}
.serviceBox.magenta .service-icon{
    color: var(--color2);
    border-color: var(--color2);
}
.serviceBox.magenta .service-icon:before{
    background: linear-gradient(to right,var(--color2) 49%, transparent 50%);
}
.serviceBox.magenta .title{ color: var(--color2); }
.serviceBox.orange .service-icon{
    color: var(--color3);
    border-color: var(--color3);
}
.serviceBox.orange .service-icon:before{
    background: linear-gradient(to right,var(--color3) 49%, transparent 50%);
}
.serviceBox.orange .title{ color: var(--color3); }
.serviceBox.blue .service-icon{
    color: var(--color4);
    border-color: var(--color4);
}
.serviceBox.blue .service-icon:before{
    background: linear-gradient(to right,var(--color4) 49%, transparent 50%);
}
.serviceBox.blue .title{ color: var(--color4); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}













/*
  Styles that apply to ALL screen sizes, including desktop.
  We put the font-size here and ensure there is NO padding by default.
*/
.pull-left {
  font-size: 20px;
  padding: 0; /* No padding on desktops */
}

/*
  This is the media query.
  The styles inside this block will ONLY apply to devices with a
  screen width of 991px or less (tablets and mobile phones).
*/
@media (max-width: 480px) {
  .pull-left {
    padding: 15px; /* Add 20px of padding on all four sides for smaller devices */
  }
}








/*
  Default styles for .sty-h2 on ALL devices, including desktop.
  We set the font-size here and ensure there is no top padding by default.
*/
.sty-h2 {
  font-size: 35px;
  padding-top: 0; /* Ensures no top padding on desktop */
}

.sty-h2 span {
  font-weight: bold; /* Recommended: Style the span this way */
}

/*
  This is the media query for mobile devices.
  These styles will ONLY apply to screens with a width of 767px or less.
*/
@media (max-width: 767px) {
  .sty-h2 {
    padding-top: 40px; /* Applies 40px of padding to the top on mobile */
  }
}