.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: white;
  width: 100%; }
  .nav-bar .hr-1 {
    position: absolute;
    top: 13%;
    left: 0;
    width: 97%;
    margin-left: 1.4%; }
  .nav-bar .hr-2 {
    position: absolute;
    width: 97%;
    margin-left: 1.4%;
    top: 88%; }
  .nav-bar .nav-top {
    height: 35px;
    line-height: 35px; }
    .nav-bar .nav-top .nav-left {
      font-weight: 500;
      width: 50%;
      float: left; }
      @media (max-width: 767px) {
        .nav-bar .nav-top .nav-left {
          width: 63%;
          margin-left: -50px; } }
      @media (max-width: 576px) {
        .nav-bar .nav-top .nav-left {
          font-size: 12px;
          margin-left: 0;
          width: 52%; } }
      @media (max-width: 420px) {
        .nav-bar .nav-top .nav-left {
          width: 51%; } }
      .nav-bar .nav-top .nav-left span:first-child {
        padding-right: 15px;
        border-right: 1px solid #ccc; }
        @media (max-width: 420px) {
          .nav-bar .nav-top .nav-left span:first-child {
            padding-right: 0;
            border: none;
            margin-left: -12px; } }
      .nav-bar .nav-top .nav-left span:last-child {
        padding-left: 15px; }
        @media (max-width: 767px) {
          .nav-bar .nav-top .nav-left span:last-child {
            padding-left: 10px; } }
        @media (max-width: 576px) {
          .nav-bar .nav-top .nav-left span:last-child {
            font-size: 10px;
            margin-left: -7px; } }
      .nav-bar .nav-top .nav-left span i {
        color: #3498db;
        font-size: 15px;
        padding-right: 10px; }
    .nav-bar .nav-top .nav-right {
      float: right; }
      .nav-bar .nav-top .nav-right li {
        float: left;
        padding: 0 10px;
        outline: none;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 420px) {
          .nav-bar .nav-top .nav-right li {
            font-size: 13px; } }
        .nav-bar .nav-top .nav-right li:hover {
          color: #3498db; }
        .nav-bar .nav-top .nav-right li:last-of-type {
          padding-left: 15px;
          border-left: 1px solid #ccc;
          margin-left: 7px; }
  .nav-bar .nav-bottom {
    height: 80px;
    line-height: 70px; }
    .nav-bar .nav-bottom .logo img {
      width: 100px;
      float: left; }
    .nav-bar .nav-bottom nav {
      float: right;
      text-align: right; }
      .nav-bar .nav-bottom nav button {
        position: absolute;
        top: 161%;
        right: 35%; }
      .nav-bar .nav-bottom nav i {
        position: absolute;
        top: 7%;
        right: -22%;
        font-size: 25px;
        display: none;
        cursor: pointer; }
        .nav-bar .nav-bottom nav i:hover {
          color: #3498db; }
        @media (max-width: 576px) {
          .nav-bar .nav-bottom nav i {
            right: -6%; } }
      .nav-bar .nav-bottom nav ul li {
        padding-left: 15px;
        font-weight: 500;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .nav-bar .nav-bottom nav ul li ul {
          z-index: 10000;
          background: white;
          text-align: left;
          display: none;
          line-height: 2.2;
          position: absolute;
          top: 100%;
          color: #121113; }
          .nav-bar .nav-bottom nav ul li ul li {
            border: .5px solid #ccc;
            outline: none;
            text-align: left;
            padding: 5px 10px;
            width: 200px;
            margin-top: -1px;
            font-weight: 500;
            cursor: pointer;
            outline: #f39c12;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .nav-bar .nav-bottom nav ul li ul li:hover {
              color: white;
              background: #3498db; }
        .nav-bar .nav-bottom nav ul li i {
          padding-left: 5px;
          font-size: 11px; }
      .nav-bar .nav-bottom nav .nav-item .dropdown-menu {
        padding: 0; }
        .nav-bar .nav-bottom nav .nav-item .dropdown-menu .dropdown-item {
          padding: 0 10px;
          height: 60px;
          line-height: 60px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .nav-bar .nav-bottom nav .nav-item .dropdown-menu .dropdown-item:hover {
            font-weight: bold;
            background: #3498db;
            color: white;
            padding: 0 20px; }
    .nav-bar .nav-bottom .navbar-light .navbar-nav .nav-link {
      color: #121113; }
    .nav-bar .nav-bottom .navbar-light .navbar-nav .nav-link:hover {
      color: #3498db; }
    .nav-bar .nav-bottom .navbar-light .navbar-nav .active > .nav-link {
      color: #3498db; }

.alert .over-lay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none; }
.alert .alert-form {
  background: white;
  width: 440px;
  height: 150px;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: -10%;
  left: 36%; }
  @media (max-width: 992px) {
    .alert .alert-form {
      left: 28%; } }
  @media (max-width: 767px) {
    .alert .alert-form {
      left: 23%; } }
  @media (max-width: 576px) {
    .alert .alert-form {
      left: 12%; } }
  @media (max-width: 500px) {
    .alert .alert-form {
      left: 5%; } }
  @media (max-width: 420px) {
    .alert .alert-form {
      left: .1%; } }
  .alert .alert-form input {
    border: 1px solid #ccc;
    padding: 11px 17px;
    border-radius: 12px;
    outline: none;
    width: 230px; }
  .alert .alert-form button {
    background: #f39c12;
    padding: 10px 45px;
    border: none;
    border-radius: 12px;
    margin-top: 12px; }
    .alert .alert-form button:hover {
      background: #f1c40f;
      cursor: pointer; }
  .alert .alert-form a {
    color: white;
    font-size: 20px; }
    .alert .alert-form a:hover {
      text-decoration: none; }

#ascrail2000-hr {
  opacity: 0 !important; }

footer {
  padding: 100px 0;
  color: white;
  background: linear-gradient(#3498db, #3498db, #3498db, #2980b9, #2980b9, #2980b9, #2980b9, #2980b9, #3498db, #3498db, #3498db); }
  @media (max-width: 576px) {
    footer {
      text-align: center; } }
  @media (max-width: 420px) {
    footer {
      width: 444px; } }
  footer .footer-logo {
    text-align: left; }
    footer .footer-logo img {
      margin-top: 50px; }
      @media (max-width: 767px) {
        footer .footer-logo img {
          margin-top: 85px;
          margin-left: 0; } }
      @media (max-width: 576px) {
        footer .footer-logo img {
          margin: 0 177px 30px; } }
      @media (max-width: 500px) {
        footer .footer-logo img {
          margin: 0 142px 40px; } }
  footer h3 {
    margin-bottom: 50px; }
  footer ul {
    line-height: 2.5; }
  footer li {
    opacity: .7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 576px) {
      footer li ul {
        margin: 0 0 0 204px; } }
    footer li ul li {
      float: left;
      margin-right: 10px; }
    footer li:hover {
      cursor: pointer;
      opacity: 1; }
  footer i {
    margin-right: 10px;
    font-size: 15px; }
  footer .footer-copyright {
    text-align: center;
    margin-top: 50px;
    margin-left: 100px; }
    @media (max-width: 992px) {
      footer .footer-copyright {
        margin-left: 0; } }
    footer .footer-copyright a {
      color: #f39c12; }
      footer .footer-copyright a:hover {
        color: #f1c40f;
        text-decoration: none; }

body {
  font-family: 'Nunito', sans-serif;
  box-sizing: border-box;
  text-transform: capitalize;
  overflow-x: hidden; }

@media (max-width: 420px) {
  .nav-bar .nav-top .nav-right {
    float: left;
    margin-left: -226px; } }
@media (max-width: 420px) {
  .nav-bar .nav-bottom button {
    left: 550% !important; } }
@media (max-width: 420px) {
  .nav-bar .nav-bottom nav {
    float: left;
    margin-left: 100px; } }

.container-fluidy {
  padding-right: 35px;
  padding-left: 35px;
  height: 1500px; }
  @media (max-width: 992px) {
    .container-fluidy {
      height: 2800px; } }
  @media (max-width: 767px) {
    .container-fluidy {
      height: 2700px; } }
  @media (max-width: 576px) {
    .container-fluidy {
      height: 2900px; } }
  .container-fluidy .service-tour {
    background: url(../img/tourlist-service.jpg) no-repeat center center;
    min-height: 460px;
    position: relative;
    text-align: center; }
    @media (max-width: 420px) {
      .container-fluidy .service-tour {
        width: 450px; } }
    .container-fluidy .service-tour .service-info {
      padding: 50px 30px;
      width: 1000px;
      background: #fff;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 15%;
      text-align: center;
      border-radius: 15px; }
      @media (max-width: 992px) {
        .container-fluidy .service-tour .service-info {
          margin: 233px 50px; } }
      @media (max-width: 767px) {
        .container-fluidy .service-tour .service-info {
          margin: 233px -315px; } }
      @media (max-width: 576px) {
        .container-fluidy .service-tour .service-info {
          margin: 233px -100px; } }
      .container-fluidy .service-tour .service-info h2 {
        margin-bottom: 100px; }
        @media (max-width: 992px) {
          .container-fluidy .service-tour .service-info h2 {
            margin-left: -490px; } }
        @media (max-width: 767px) {
          .container-fluidy .service-tour .service-info h2 {
            margin-left: 0; } }
        @media (max-width: 576px) {
          .container-fluidy .service-tour .service-info h2 {
            margin-left: -450px; } }
      .container-fluidy .service-tour .service-info .destinations-img {
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
        margin-bottom: 30px; }
        @media (max-width: 992px) {
          .container-fluidy .service-tour .service-info .destinations-img {
            margin-bottom: 25px;
            width: 400px;
            margin-right: 25px; } }
        @media (max-width: 767px) {
          .container-fluidy .service-tour .service-info .destinations-img {
            margin-bottom: 25px;
            width: 400px; } }
        @media (max-width: 576px) {
          .container-fluidy .service-tour .service-info .destinations-img {
            margin: auto 55px;
            margin-bottom: 25px; } }
        .container-fluidy .service-tour .service-info .destinations-img .over-lay {
          color: white;
          position: absolute;
          background: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          top: 0;
          left: 9%;
          width: 82.5%;
          height: 100%;
          padding: 35px;
          opacity: 0; }
          @media (max-width: 992px) {
            .container-fluidy .service-tour .service-info .destinations-img .over-lay {
              width: 82.5%; } }
          @media (max-width: 767px) {
            .container-fluidy .service-tour .service-info .destinations-img .over-lay {
              width: 41.2%;
              left: 29.5%; } }
          @media (max-width: 576px) {
            .container-fluidy .service-tour .service-info .destinations-img .over-lay {
              width: 100%;
              left: 0%; } }
          .container-fluidy .service-tour .service-info .destinations-img .over-lay:hover {
            opacity: 1; }
          .container-fluidy .service-tour .service-info .destinations-img .over-lay h6 {
            font-weight: bold;
            font-size: 25px;
            margin-bottom: 25px;
            letter-spacing: 2px;
            margin-top: 25px; }
          .container-fluidy .service-tour .service-info .destinations-img .over-lay ul {
            line-height: 2; }
            .container-fluidy .service-tour .service-info .destinations-img .over-lay ul li i {
              margin-right: 10px;
              font-size: 15px; }
          .container-fluidy .service-tour .service-info .destinations-img .over-lay p {
            display: block;
            margin-top: -25px;
            font-size: 30px;
            margin-left: 30%;
            margin-bottom: 50px; }
          .container-fluidy .service-tour .service-info .destinations-img .over-lay a {
            display: block;
            margin-top: 55px;
            color: #f39c12;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .container-fluidy .service-tour .service-info .destinations-img .over-lay a:hover {
              color: #f1c40f;
              cursor: pointer;
              text-decoration: none; }
        .container-fluidy .service-tour .service-info .destinations-img img {
          max-width: 100%;
          height: 300px;
          width: 400px; }
          @media (max-width: 992px) {
            .container-fluidy .service-tour .service-info .destinations-img img {
              width: 400px; } }
          @media (max-width: 767px) {
            .container-fluidy .service-tour .service-info .destinations-img img {
              width: 400px; } }
        .container-fluidy .service-tour .service-info .destinations-img p {
          position: absolute;
          top: 81%;
          left: 10%;
          color: white;
          font-weight: bold;
          font-size: 25px;
          letter-spacing: 1.3px; }

.container-fluid {
  padding-left: 35px;
  padding-right: 35px; }
  .container-fluid .subscribe {
    background: url(../img/tourlist-subscribe.jpg) 50% 23%;
    min-height: 400px;
    position: relative; }
    @media (max-width: 420px) {
      .container-fluid .subscribe {
        width: 444px; } }
    .container-fluid .subscribe .over-lay {
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      width: 100%;
      min-height: 400px; }
      .container-fluid .subscribe .over-lay .subscribe-info {
        position: absolute;
        left: 57%;
        top: 20%;
        color: white; }
        @media (max-width: 992px) {
          .container-fluid .subscribe .over-lay .subscribe-info {
            left: 25%;
            text-align: center; } }
        @media (max-width: 767px) {
          .container-fluid .subscribe .over-lay .subscribe-info {
            text-align: center;
            left: 10%; } }
        @media (max-width: 576px) {
          .container-fluid .subscribe .over-lay .subscribe-info {
            left: 0%; } }
        .container-fluid .subscribe .over-lay .subscribe-info h2 {
          margin-bottom: 20px;
          letter-spacing: 0.5px;
          font-weight: bold; }
        .container-fluid .subscribe .over-lay .subscribe-info p {
          margin-bottom: 30px;
          font-size: 15px; }
        .container-fluid .subscribe .over-lay .subscribe-info input {
          width: 400px;
          margin-top: 30px;
          height: 55px;
          padding: 10px;
          border-radius: 6px 0 0 6px;
          border: none; }
          @media (max-width: 767px) {
            .container-fluid .subscribe .over-lay .subscribe-info input {
              margin-bottom: 40px; } }
          @media (max-width: 576px) {
            .container-fluid .subscribe .over-lay .subscribe-info input {
              border-radius: 6px;
              margin-bottom: 40px; } }
        .container-fluid .subscribe .over-lay .subscribe-info a {
          background: #f39c12;
          color: white;
          padding: 14px 25px 15.912px 25px;
          margin-left: -13px;
          border-radius: 0 6px 6px 0;
          font-size: 19px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (max-width: 576px) {
            .container-fluid .subscribe .over-lay .subscribe-info a {
              border-radius: 6px; } }
          .container-fluid .subscribe .over-lay .subscribe-info a:hover {
            background: #f1c40f;
            cursor: pointer;
            text-decoration: none; }

.scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #645a5a;
  line-height: 50px;
  position: fixed;
  top: 90%;
  right: 3%;
  text-align: center;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10000000; }
  @media (max-width: 992px) {
    .scroll-top {
      top: 85%; } }
  .scroll-top:hover {
    background: #3498db;
    cursor: pointer; }
  .scroll-top i {
    font-size: 18px;
    color: white; }

footer {
  margin-right: 35px;
  margin-left: 35px; }

/* Loading Page */
.loading {
  background: black;
  position: fixed;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 9999999; }
  .loading .boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .loading .boxLoading:before {
      content: '';
      width: 50px;
      height: 5px;
      background: #000;
      opacity: 0.1;
      position: absolute;
      top: 59px;
      left: 0;
      border-radius: 50%;
      animation: shadow .5s linear infinite; }
    .loading .boxLoading:after {
      content: '';
      width: 50px;
      height: 50px;
      background: #3498db;
      animation: animate .5s linear infinite;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 3px; }
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px; }
  75% {
    transform: translateY(9px) rotate(67.5deg); }
  100% {
    transform: translateY(0) rotate(90deg); } }
@keyframes shadow {
  0%,
        100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1); } }

/*# sourceMappingURL=tourlistsingle.css.map */
