body {
  font-family: 'Roboto', sans-serif;
}

.nav-holder .nav-footer ul.nav>li a {
  font-weight: 500;
}
#hlogo{
  display: hidden;
}

img.header-logo {
  height: 65px;
}

.homelogo {
  height: 200px;
}

.home_logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.box-awesome-service.text-center {
  background-color: #ffffffc7;
  padding: 10px;
}

.hide {
  display: none;
}




.filter-tour .filter-wrap .filter-box {
  margin-top: -50px;
  padding: 21px;

}

.user-profile,
.upimg {
  max-width: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
}

ul {
  margin-block-start: 0em;
}

#top-bar .social-top a {
  color: #fff;
}

#footer .about-widget img.logo-footer {
  height: 85px;
  margin-bottom: 1px;

}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  min-width: 500px;
}

#header.home {
  top: 0;
  background: rgba(0, 0, 0, 0.0);
}

a.bookTickets.new-btn {
  border-radius: 3px;
  margin-top: -10px;
  padding: 9px 7px !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  background: #f4b843 !important;
  border-color: #f4b843 !important;
  color: #000 !important;
}

a.bookTickets.new-btn:hover {
  color: #000 !important;
}

a#loginButton {
  cursor: pointer;
}

.inner-banner {
  padding: 40px 0 45px 0;
  background-image: url(../images/bg-footer.jpg);
  background-position: top;
}

.inner-banner .box h2 {
  padding-bottom: 50px;
}

.box-p {
  padding-bottom: 30px;
}

.vc_custom_riim {
  background-image: url("../images/slider/1-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.itrm {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.vc_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 90vh;

}

.lg-b {
  display: block;
  width: 100%;
  text-align: inherit;
}

.mimg {
  display: none;
}

.bookNow{
  color: #000 !important;
}

/* responsive */
@media (max-width: 720px) {
  .resviw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Reverse Column Order */
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

@media (max-width: 721px) {
  .nav-footer ul.nav {
    display: block;
  }

  .modal-dialog {
    min-width: 100%;
  }

  a.bookTickets.new-btn {
    margin-top: 0px;
  }

  .vc_left {
    min-height: 63vh;
  }

  .mimg {
    display: block;
  }

  .vc_custom_riim {
    display: none;
  }

}

@media screen and (max-device-width: 767px) and (orientation: landscape) {}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 860px) {
  .vc_left {
    min-height: 100vh;
  }
}

@media screen and (min-width: 1400px) and (max-width: 3600px) {
  .zt-container {
    max-width: 1600px;
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }


}

.gpextra {
  margin-bottom: 30px;
}