
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@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: 14px;
  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;
  
  }

  .row {
    margin: 0;
}

.bg {
    background: #f3f6eb59;
}
.two-forths3 {
    width: 100%;
    margin: 0 3.3% 23px 0;
    padding: 20px;
    float: left;
    border: #CCCCCC double 1px;
    overflow: hidden;
    /* line-height: 20px; */
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

ul {
    list-style: none;
}

.list-sty-1 {
    list-style-type: square;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

.categories1 ul li {
    list-style-type: none;
    background: url(/star.png) no-repeat 0 3px;
    display: block;
    padding-left: 2em;
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: none;
    color: #555;
    line-height: 25px;
    font-family:"Poppins", sans-serif;
    font-weight: 600;
}

.fqa {
    font-family:"Poppins", sans-serif;
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #2a303b;
    font-weight: normal;
    line-height: 25px;
}

.space-divide {
    height: 25px;
    width: 100%;
}

.five1 {
    font-size: 20px;
    margin-bottom: 10px;
    /* background: rgba(234, 185, 168, 0.96); */
    /* padding-left: 5px; */
    color: #212529;
    font-weight: normal;
}


  
  .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: #b40f1e;
   
}
a.middle:before {
    content: "";
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color:#d7515e;
    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: 72px;
  background-color: #35a2ff;
  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: #000000;
    color: #ffffff; }

/* :: 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: #dc3545;
  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: #185f9a;
    color: #ffffff;
border: 2px solid #185f9a;	}


/* :: 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:#88262f80;
    padding: 0;
    /* top: -2px; */
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 12;
    height: 150px;
    background-position: center bottom;
}
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 165px;
    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: 70px; } }
    @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: #ffffff;
      font-weight: 500;
      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: #ffffff !important;
        font-weight: 500; }
    .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:#ffffff !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;
}

.welcome-area2 {
    position: relative;
    z-index: 1;
    top: 149px;
}

.mt-1000 {
    margin-top: 69px;
}

.hotel-search-form-area2 .hotel-search-form2 {
    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;
}

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

.hotel-search-form-area2 {
    position: relative;
    z-index: 1;
    padding-left: 7%;
    padding-right: 7%;
}

.hotel-search-form-area2 .hotel-search-form2 .form-control2 {
    width: 100%;
    margin-bottom: 40px;
    height: 50px;
    /* border: 1px solid #dc3545; */
    font-size: 16px;
    cursor: pointer;
}

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

@media (min-width: 1200px){
.container {
    max-width: 1277px;
}
}
  
  @media only screen and (max-width: 430px) {
  .welcome-area {
    position: relative;
    z-index: 1;
    height: 359px;
}

  }


/* :: 9.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background: linear-gradient(#88262f, #84252e63), url(img/bg-img/footer1.png);
    background-size: cover;
}

  
.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: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
      .single-footer-widget .footer-nav li a:focus, .single-footer-widget .footer-nav li a:hover {
        color: #ffffff; }
    .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: 14px;
    margin-bottom: 10px; line-height: 27px;}
    .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: #083963;
    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: #024b8c;
      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: 7%;
    padding-right: 7%;
}

  @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 #dc3545; */
    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 a{
	color:#fff;
}

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


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

	.sty-h6 {
    text-transform: uppercase;
    color: #003a50;
    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: #003a50;
    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: #003a50;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 11px;
    margin-top: 49px;
}
}

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

.address-color{color:#ffffff;}

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

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

.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: 20px;
}

@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: #fb616e;
    padding: 11px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding-top: 5px;
}
       
.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:0%;
}

@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: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
    color: #2a303b;
    font-weight: 500;
}


.sty-h2:before {
    content: "";
    background: #003a50;
    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: #02205c;
    color: #fff;
    padding: 10px;
	text-align:center;
}
.five-01 {
    font-size: 40px;
    /* background-color: #02205c; */
    color: #000;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    -webkit-text-stroke: 1px #fff;
}
.five-02 {
    font-size: 32px;
    background-color: #0d0d0d2e;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    -webkit-text-stroke: 1px #000;
}
.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;
}

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: #88262f;
    color: #ffffff;
    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 #88262f;
}

.book_btn .book_now_btn:hover {
	background: #88262f9c;
    color: #ffffff;
    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 #88262f;
}

.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;
}

.mt-100 .about_btn_b:hover {
    color: #fff!important;
    border-color: #003a50;
    background: #003a50;
	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: #0f0f0f75;
    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: #64e203;
    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%;
    
}

.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: #18609a;
    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: #28a745;
    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: 1rem;
}


.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:#005112;
}

.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: #005112;
}

.about_btn_b_room_one:hover {
    display: inline-block;
    border: 2px solid #005112;
    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;
}


.serviceBox{
    text-align: center;
    margin: 0 -15px;
}
.serviceBox img{
    width: 100%;
    height: auto;
}
.serviceBox .service-content{
    position: relative;
    background: #003a50;
    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: 30px;
    line-height: 70px;
    color: #003a50;
    transform: rotate(-45deg);
}
.serviceBox .title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	color:#ffffff;
}
.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: -35px;
    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; }
}

.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:#ffffff;
 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: 0%;}
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
	.about-us-thumbnail .single-thumb:first-child {margin-bottom: 10px;margin-top: 0%;}
}
	  
.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); 
}
	  
/*Additional css*/	  
.rooms-sec.hop6 .room-details {margin-bottom: 30px;}
.room-details {position: relative;overflow: hidden;}
.rooms-sec.hop6 .room-hd {top: 57px;left: 60px;z-index: 9;}
.room-hd {position: absolute;}
.room-hd > h3 {color: #ffffff;font-size: 30px;text-transform: uppercase; background-color: #950016;}
.room-hd > h4 {color: #ffffff;font-size: 21px;text-transform: uppercase; background-color: #950016;}
.rooms-sec.hop6 .booking-btn {bottom: 55px;left: 60px;padding: 0;}
.room-details:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}

.room-details > img {
    width: 100%;
	transition: all 0.4s ease-in-out;
}
.booking-btn {
    display: inline-block;
    position: absolute;
    bottom: 97px;
    left: 91px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 7px;
    z-index: 9;
}
#about {
    background: url("img/about-img.jpg");
    position: relative;
    color: #fff;
    padding: 40px 0 40px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
	min-height:350px;
}
#about:before {
    content: "";
    background: #151b2e24;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.res {
    font-size: 30px;
    color: #000;
    font-weight: 700;
	padding-top: 25px;
}
.sec-title > h3 {
    color: #252c41;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 15px;
}
.sec-title {
    margin-bottom: 30px;
    text-align: center;
}
.c-block {
    padding: 20px 0;
}
.booking-btn em {
    padding-left: 5px;
}	  

.caption-text {
    margin: auto;
    width: 50%;
    top: 80%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.caption {
    font-size: 45px;
    background: #333333d9;
    color: #fff;
}

/*Additional Css*/
.pull-left span {color: #fff;}
@media only screen and (max-width: 480px) {
.rooms-sec.hop6 .booking-btn {bottom: 55px;left: 60px;background: #333c;padding: 0 5px;}
.rooms-sec.hop6 .room-hd {top: 57px;left: 60px;z-index: 9;background: #333c;padding: 0 5px;}
}
.serviceBox .service-content a:active,
.serviceBox .service-content a:focus,
.serviceBox .service-content a:hover {
  color: #efffff;
  }
.pp {background: #88262f;padding: 1%;margin-bottom:1px;}
.fluid.pp h2 {padding: 0 30px;}
.fluid.pp h2, .fluid.pp a {font-size: 16px;color: #fff;text-align: center;}
.rooms-sec.hop6 .room-details a:hover {color: #fff;}
@media only screen and (max-width: 768px){
	a.moreless-button.about_btn_b.btn-768 {margin-bottom: 5% !important;}
}

.cc_dialog.simple {
    left: 0 !important;
    top: auto;
    bottom: 0;
    right: auto;
    max-width: 64% !important;
    position: fixed;
    padding: 1em !important;
    background: #e8e8e8ab !important;
}
a#videoLink:focus {color: #ffffff;}
.col-lg-6.amenities-sty > ul > li {line-height: 2;font-size: 18px;list-style-type: circle;}
.amenities-sty span{float:right;color:#a09f9f;}
.single-footer-widget.mb-80 a {color: #fff;}
.single-footer-widget.mb-80 {color: #fff;}

.room-details a:focus {color: #ffffff;}

.post-slide{
    margin: 0 10px;
    background: #fff;
}
.post-slide .post-img{
    overflow: hidden;
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
    transform: scale(1,1);
    transition: all 0.30s ease 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    text-align:center;
    background: rgb(0 0 0 / 0%);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    padding:0;
    margin:0;
    list-style:none;
    position: relative;
    top:45%;
}
.post-slide .post-link li{
    display: inline-block;
    margin-right:10px;
}
.post-slide .post-link li a{
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color:#fff;
    background:#333;
    font-size:20px;
    transform: scale(1,1);
    transition: all 0.20s linear;
}
.post-slide .post-link li a:hover{
    text-decoration:none;
    transform: scale(1.1,1.1);
}
.post-slide .post-review{
  padding: 15px 0;
    overflow: hidden;
    background-color: #930202;
    color: white;
}
.post-slide .post-title{
    margin-top: 0;
}
.post-slide .post-title a{
    display: block;
    color: #fff;
    font-size: 18px;
    text-align:center;
    font-weight: bold;
    text-transform:uppercase;
    transition: all 0.50s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#1f80bb;
}
.post-slide .post-info{
    list-style:none;
    padding:10px 0 0 0;
    margin:0 0 7px 0;
    text-align:center;
    border-top:1px solid #d3d3d3;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 13px;
}
.post-slide .tag-info{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom:1px solid #d3d3d3;
}
.post-slide .tag-info li{
    list-style:none;
    display: inline-block;
}
.post-slide .tag-info li a{
    color:#ffffff;
    text-transform:capitalize;
}
.post-slide .tag-info li a:hover{
    color:#1f80bb;
    text-decoration:none;
}
.post-slide .post-description{
    color: #ffffff;
    font-size: 14px;
    padding:5px 25px;
    line-height: 25px;
}
.post-slide .read-more{
    color:#fff;
    float: right;
    font-weight: bold;
    margin-right:25px;
    text-transform:capitalize;
}
.post-slide .read-more:hover{
    color:#1f80bb;
    text-decoration:none;
}
.owl-theme .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-30px;
}
.owl-theme .owl-buttons .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-30px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 990px) {
    .post-slide .post-info li { margin-right: 5px; }
    .owl-theme .owl-buttons div{ display:none; }
}
@media only screen and (max-width: 767px) {
    .post-slide .post-link li a{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size:13px;
    }
    .post-slide .post-title a{
        font-size:14px;
    }
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.fqa {
    font-family: "Poppins", sans-serif;
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #2a303b;
    font-weight: normal;
    line-height: 25px;
}