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

/* :: 01.0 Reboot Area CSS */
* {
  margin: 0;
  padding: 0; }

body {
 font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #747474;
    /*background-color: #191919;*/
    z-index: auto; }

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

a,
a:active,
a:focus,
a:hover {
  color: blue;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }

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.7); }*/}

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

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.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: #ff3c3c;
  height: 30px;
  line-height: 30px; }

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

.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: 80px;
  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: 100px;
  padding-bottom: 0; }



/* :: 5.0 Backtotop Area CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #ff3c3c;
  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; }
  .lg_s{
    font-family: cursive; 
    color: #1437ab !important;
    font-family: 'Satisfy', cursive;
    font-size: 15px;
    line-height: 1px;
    /* margin-left: -29px; */
  }
  .slogan{
    margin-left: -29px;
  }

.trekmandu_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: #ff3c3c;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .trekmandu_btn:focus, .trekmandu_btn:hover {
    font-weight: 500;
    -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);
    background-color: #ffffff;
    color: #ff3c3c; }
  .trekmandu_btn.btn-2 {
    min-width: 180px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #ff3c3c;
    background-color: transparent;
    color: #ffffff;
    margin-top: 3rem; }
    .trekmandu_btn.btn-2:focus, .trekmandu_btn.btn-2:hover {
      color: #ffffff;
      background-color: #ff3c3c; }

.continue-btn {
  padding: 0;
  line-height: 1;
  color: #afb4bf;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 500; }
  .continue-btn:focus, .continue-btn:hover {
    text-decoration: underline;
    color: #000000; }

/* :: 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: #ff3c3c; }
  .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: #ff3c3c; }
    .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: auto;
  background-color: #fff; }
  .top-social-area.ml-auto {
    margin-top: 1.5em;
}
  .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 i {
        padding-right: 5px;
        color: #ff3c3c; }
      @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; } 
        .slogan{
    margin-left: 0px;
  }

}
@media (max-width: 550px){
  .top-social-area a {
  
    margin-right: 0px !important;}
    .lg_t{
      font-size: 20px;
    }
    .lg_s {
    
    font-size: 10px;}

}
.goToTop {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 1;
  background: #1437abbf;
  /*width: 100%;*/
}
.classy-nav-container * {
    box-sizing: border-box;
    padding: 0;
}
.breakpoint-on .classy-navbar-toggler {
    
    margin-left: 1em;}
.breakpoint-off .classynav{
  margin-left: 11em;
}
      .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: #0606ff;
      line-height: 50px;
      font-size: 14px; }
      .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: #ff3c3c; }

.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 80px;
    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: #fff;
      font-weight: 600;
      padding: 0 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          padding: 0 9px; }
          .breakpoint-off .classynav {
    margin-left: 4em;
}

           }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #2a303b; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #ff3c3c; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #2a303b; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #ff3c3c; } }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #afb4bf;
        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: #2a303b; }
      .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: #ff3c3c; }
        /*#trek_nav {
  position: fixed;
  display: block;
  transition: top 0.3s;
  width: 100%;
}*/
  


.classynav ul li.active a {
  position: relative;
  z-index: 1; }
  .classynav ul li.active a::before {
    width: 80%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: ''; }
    @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: #fff;
    font-weight: 600; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 17em;
  -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; }

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

.classy-navbar-toggler .navbarToggler span {
  background-color: #2a303b; }
.nav-brand img{
     height: 7em;
    padding: 5px 0 5px 0;
}
.main-header-area {
  position: relative;
  z-index: 1;
  background-color: #1437ab; }
  .main-header-area .book-now-btn a {
    padding: 0 30px;
    background-color: #ff3c3c;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 16px; }
    .main-header-area .book-now-btn a i {
      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; }
        .info1 {
    display: none !important;
    
} }
    .main-header-area .search-btn:hover, .main-header-area .search-btn:focus {
      color: #ff3c3c; }

/* :: 8.0 Hero Area CSS */
.welcome-area {
  position: relative;
  z-index: 1;
      height: 29.9em; }

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff3c3c;
    text-indent: -50000em;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -40px;
    z-index: 10;
    background-position: center center !important;
    background-size: cover !important;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        width: 40px;
        left: 20px;
        height: 40px; } }
  .welcome-slides .owl-next {
    left: auto;
    right: 30px; }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-next {
        right: 20px; } }
  .welcome-slides:hover .owl-prev,
  .welcome-slides:hover .owl-next, .welcome-slides:focus .owl-prev,
  .welcome-slides:focus .owl-next {
    opacity: 1;
    visibility: visible; }

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 770px;
  background-color: #ff3c3c; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 700px; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text h6 {
      text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffff;
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 25px;
        font-family: 'Old Standard TT', serif;
}
    .single-welcome-slide .welcome-text h2 {
      font-size: 72px;
      display: block;
      margin-bottom: 30px;
      color: #000; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 30px; } }

/* :: 9.0 Footer Area CSS */
.footer1 {
    background: #b3b3ff url(/assets/front/img/footer.png) repeat scroll left top;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.footer1 a{
  color: #fff;
}
.title-widget {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 28px;
}

.title-widget::before {
    background-color: #ea5644;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.footer1 b,.footer1 p{
  color: #fff;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  position: relative;
    text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
  width:95%;
}



.title-median {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

.footerp p {font-family: 'Gudea', sans-serif; }


#social:hover {
          -webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
      }
      #social {
        -webkit-transform:scale(0.8);
                /* Browser Variations: */
-moz-transform:scale(0.8);
-o-transform:scale(0.8); 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
      }           
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
      .social-fb:hover {
        color: #3B5998;
      }
      .social-tw:hover {
        color: #4099FF;
      }
      .social-gp:hover {
        color: #d34836;
      }
      .social-em:hover {
        color: #f39c12;
      }
      .nomargin { margin:0px; padding:0px;}





.footer-bottom {
    background-color: #343a40;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}


 /*wrap*/
 @media (min-width: 992px){
.page .section-md-111 {
    padding-top: 111px;
    padding-bottom: 111px;
}}
.bg-overlay-teal-blue-94:before {
    background-color: rgba(3, 30, 88, 0.94);
}
.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.text-bold {
    font-weight: 700;
    color: #fff;
}
.bg-primary {
    background: #db383c;
    fill: #db383c;
}
.divider {
    width: 50px;
    height: 4px;
    padding: 0;
    margin: 29px auto 34px;
    background: #8f8f8f;
    border: none;
}
@media (min-width: 992px){
 .section-md-111 {
    padding-top: 111px;
    padding-bottom: 111px;
}}
 .section-90 {
    padding-top: 35px;
    padding-bottom: 90px;
}
 .offset-top-69 {
    margin-top: 69px;
}
 .text-left .top-20 {
    margin-top: 20px;
}
.offset-top-15 {
    margin-top: 15px;
}
.bg-jelly-bean {
    background: #256585;
}
.divider-xs {
    width: 30px;
    height: 2px;
}
.text-white {
    color: #fff;
}
.icon-xlg.icon-circle{
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 46px;
}

.icon_circle_trek {
    color: #fff;
    background: 0 0;
    border-color: #256585;
}
.icon-circle {
    border-radius: 50%;
    border:1px solid;
}
.bg-overlay-back-white:before{
      background-color: rgba(255,255,255,.6);
}
.t-blue{
  color: #033958;
}
@media (max-width: 550px){
  .icon-xlg.icon-circle {
    width: 73px;
    height: 73px;
    line-height: 76px;
    font-size: 42px;
}
.package_details-list li {
    padding: 22px;}
    .package_details-list p {
    
    font-size: 13px;
}
}
/*  */
/* Recomended items */
/*  */
.holiday_package {
    position: relative;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    height: 15em;
}

.holiday_package.border {
    border: 1px solid #f5f5f5;
}

.holiday_package:hover {
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.holiday_package .holiday_package_main {
    width: 53%;
    padding: 30px 0 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
    text-align: left;
}

.holiday_package .holiday_package_main:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(-15deg) translateX(32px);
    -moz-transform: skew(-15deg) translateX(32px);
    -ms-transform: skew(-15deg) translateX(32px);
    -o-transform: skew(-15deg) translateX(32px);
    transform: skew(-15deg) translateX(32px);
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.holiday_package .holiday_package_main
 {
    margin-top: 0;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.holiday_package .holiday_package_main:hover {
    color: #ff3c3c;
}
.holiday_package_main p{
  /*line-height: 1.7;*/
    color: #999;
   
    font-family: 'Hind Siliguri', sans-serif;
}

.holiday_package .holiday_package_main .holiday_price span {
    font-size: 26px;
    color: #424d58;
}

.holiday_package .holiday_package_main .trek_btn {
    line-height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #114562;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.holiday_package .holiday_package_main .trek_btn:hover {
    color: #424d58;
}

.holiday_package .holiday_package_main .holiday_btn {
    min-width: initial;
    padding: 10px 34px;
    padding-right: 16px;
    padding-left: 24px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.holiday_package .holiday_package_main .holiday_btn:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: #ff3c3c;
    -webkit-transform: skew(-15deg) translateX(8px);
    -moz-transform: skew(-15deg) translateX(8px);
    -ms-transform: skew(-15deg) translateX(8px);
    -o-transform: skew(-15deg) translateX(8px);
    transform: skew(-15deg) translateX(8px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.holiday_btn.small.alt {
    background: #ff3c3c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
a.holiday_btn.small.alt:hover{
  background: #424d58;
  color: #fff;
}

.holiday_package .holiday_package_main .holiday_btn:hover:before {
    background: #424d58;
}

.holiday_package .holiday_package_main .action {
    position: absolute;
    z-index: -2;
    top: 30px;
    right: -115px;
    color: #ffffff;
    background: #ff3c3c;
    font-size: 16px;
    padding: 6px 7px 6px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

.holiday_package .trek_move {
    position: relative;
    z-index: 1;
    width: 47%;
    height: 100%;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.holiday_package .trek_move .trek_img:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
}

.holiday_package .trek_move .trek_img img {
    max-width: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 19em;
}

.holiday_package .trek_move .location {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.holiday_package .trek_move:hover {
    width: 100%;
}

.holiday_package .trek_move:hover + .holiday_package_main {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.holiday_package .trek_move:hover + .holiday_package_main:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.holiday_package .trek_move:hover + .holiday_package_main .holiday_btn:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.holiday_package .trek_move:hover + .holiday_package_main .action {
    right: -65px;
}
a.btn-1{
  color: #000 !important;
  font-weight: 600;
}
a.btn-1:hover{
  color: #fff !important;
}

@media (max-width: 560px) {
    .holiday_package .holiday_package_main {
        padding: 15px 0 0 15px;
    }

    .holiday_package {
        font-size: 14px;
    }

    .holiday_package .holiday_package_main .holiday_price span {
        font-size: 10px;
    }

    .holiday_package .holiday_package_main p {
        font-size: 14px;
        line-height: 1.5;
    }

    .holiday_package .holiday_package_main .trek_btn {
        line-height: 30px;
        /*bottom: 30px;*/
        left: 3px;
        font-size: 10px;
        width: 100%;
        /*text-align: center;*/
    }
a.holiday_btn.small.alt {
    
    font-size: 10px;}
    .holiday_btn.alt {
    background: #ff3c3c;
    color: #ffffff;
}
.holiday_btn {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    min-width: 130px;
    padding: 10px 20px;
    color: #939ea9;
    background: #ffffff;
    border: 2px solid #ff3c3c;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    cursor: pointer;
}
    .holiday_package .holiday_package_main .action {
        top: 20px;
        right: -100px;
        font-size: 14px;
        padding: 2px 10px 2px 20px;
    }

    .holiday_package .trek_move .location {
        font-size: 12px;
    }

    .holiday_package .trek_move:hover + .holiday_package_main .action {
        right: -50px;
    }
    a.holiday_btn.small.alt {
   
    /* left: 71px; */
    margin-right: -2em;
}
}

/*about trek*/
.about_trekmandu i{
  text-align: center;
  float: left;
  margin-right: 20px;
}
.about_trekmandu h3{
  color: #fff;
}
.trek_text {
    overflow: hidden;
    
}
.trek_text  p{
  color: #fff;
}

/*testimonial*/
.owl-carousel .owl-item img {
    display: block;
    width: 17%;
    float: left;
    border: 5px solid #fff;
    border-radius: 20px;
    margin-left: 54px;
    margin-right: 35px;
    margin-top: 15px;
}
.testimonial-item.equal-height.style-6 {
    background-color: #eee;
    border-radius: 10px;
    margin: 10px;
}
.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.testimonial-name {
    font-weight: 600;
}
.testimonial-content.quote {
    padding: 17px 55px;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}


/* :: 14.0 Room Area CSS */
.package_slide_1 {
  position: relative;
  z-index: 1;
  height: 700px;
  background-color: #0e2737;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .package_slide_1 {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .package_slide_1 {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .package_slide_1 {
      height: 700px; } }
  .package_slide_1 .package_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .package_slide_1 .package_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 200px !important; } }
  .package_slide_1 .package_text {
    background-color: #0e2737;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 80px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .package_slide_1 .package_text {
        padding-left: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .package_slide_1 .package_text {
        padding-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .package_slide_1 .package_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 50px; } }
    .package_slide_1 .package_text h2 {
      color: #ffffff;
      font-size: 48px;
      display: block;
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .package_slide_1 .package_text h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .package_slide_1 .package_text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .package_slide_1 .package_text h2 {
          font-size: 24px; } }
    .package_slide_1 .package_text h3 {
      color: #ff3c3c;
      font-size: 36px;
      display: block;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .package_slide_1 .package_text h3 {
          font-size: 30px; } }
      .package_slide_1 .package_text h3 span {
        color: #ffffff;
        font-size: 16px; }
    .package_slide_1 .package_text .room-feature {
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .package_slide_1 .package_text .room-feature {
          margin-bottom: 0; } }
      .package_slide_1 .package_text .room-feature li {
        color: #ffffff;
        display: block;
        margin-bottom: 15px; }
        .package_slide_1 .package_text .room-feature li span {
          min-width: 110px;
          display: inline-block; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .package_slide_1 .package_text .room-feature li {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .package_slide_1 .package_text .room-feature li {
            font-size: 12px;
            margin-bottom: 5px; } }
        .package_slide_1 .package_text .room-feature li:last-child {
          margin-bottom: 0; }

.rooms-slides {
  position: relative;
  z-index: 1; }
  .rooms-slides .owl-prev,
  .rooms-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    z-index: 100;
    background-image: none !important;
    background-color: #ffffff !important; }
    .rooms-slides .owl-prev:hover, .rooms-slides .owl-prev:focus,
    .rooms-slides .owl-next:hover,
    .rooms-slides .owl-next:focus {
      background-color: #ff3c3c !important;
      color: #ffffff; }
  .rooms-slides .owl-prev {
    right: 50%; }
  .rooms-slides .owl-next {
    background-color: #ff3c3c !important;
    left: 50%;
    color: #ffffff; }
    .rooms-slides .owl-next:hover, .rooms-slides .owl-next:focus {
      background-color: #2a303b !important;
      color: #ffffff; }



.package_img-slides {
  position: relative;
  z-index: 1; }
  .package_img-slides .carousel-indicators {
    position: relative;
    margin-bottom: 0; }
    .package_img-slides .carousel-indicators li {
      width: 120px;
      height: 70px; }

      .package_details-list {
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;}
    .package_details-list li:first-child {
    border-left: none;
    padding-left: 0;
}
 
 .package_details-list li {
  padding: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px dashed transparent;
    border-top-color: #dedede;
    border-left-color: #dedede;
}
.package_details-right {
    overflow: hidden;
    line-height: 1;
}
.package_details-list p {
    color: #00bfff;
    margin-bottom: 0;
}
.package_details-list span, .package_details-list i {
text-align: center;}
.trip-of-the-month-section .package_details-list span {
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
}

/*blog*/
.blog-img {
  position: relative;
}
.blog-img img {
  width: 100%;
}
.post-category a {
  display: inline-block;
  background-color: #ff3c3c;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
}
.single-blog:hover img {
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
.post-category {
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-content {
  padding: 30px 20px;
      background:#ffffff7a;
}
.single-blog {
  border: 1px solid #eee;
}
.blog-title h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.meta {
  margin-bottom: 20px;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-content a.box_btn {
  display: inline-block;
  background-color: #ff3c3c;
  padding: 5px 15px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
}
a.box_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #CC5B00;
  left: -100%;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}
a.box_btn {
  overflow: hidden;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  text-decoration:none;
}
a.box_btn:hover::before {
  left: 0;
  z-index: -1;
}

/*next page css*/
.bg-overlay-book:before {
    background-color: #343a40;
}
/*about us*/
.banner {
    position: relative;
    padding: 30px 0;
}
.banner {
    height: 219px;
    margin-bottom: 70px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bn1{
  margin-bottom: 0 !important;
}
.trek-md-block {
    display: block!important;
    padding-top: 55px;
}
.bred{
  display: flex;
      margin-top: 3em;
}
.bred li+li:before {
    position: relative;
    top: 0;
    content: '\f178';
    padding-right: 16px;
    line-height: 22px;
    margin-left: 13px;
    font-size: 18px;
    font-family: fontawesome;
}
.blog_main .single-blog{
  margin-bottom: 2rem;
}
/*--------------------------------------------------------------
 blog single post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}
.slider-color{
  color:#ffffff;
}
.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}

.row.post-masonry.post-columns img {
   height: 16em;
    width: 100%;
    object-fit: cover;
}
.widget-posts-image img {
    float: left;
    width: 64px;
        padding-bottom: 19px;
}
.widget-posts-body {
    margin-left: 74px;
}
.widget-posts-title a {
    font-size: 13px;
}
.widget-posts-meta {
    font-size: 11px;
}
.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.sidebar .widget-title {
    color: #111;
}
.font-alt {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sidebar .widget {
    margin-bottom: 60px;
}
.search-box {
    position: relative;
}
.fc1 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    height: 33px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
}
.search-btn {
    position: absolute;
    background: transparent;
    border: none;
    overflow: hidden;
    top: 50%;
    right: 1px;
    width: 42px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    outline: none;
    color: #999;
    margin-top: -20px;
}
/*blog end*/

/*contatc*/
.contact_form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 35px;
    font-size: 16px;
    line-height: 1.375;
    color: #393a3c;
    background-color: transparent;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    -webkit-transform: none;
    transform: none;
    color: #8f8f8f;
    font-size: 16px;
}
.form-text {
    -webkit-transform: none;
    transform: none;
    color: #8f8f8f;
    font-size: 16px;
}
.form_msg {
    height: 170px;
    min-height: 50px;
    max-height: 370px;
    resize: vertical;
}
.ct_btn{
  position: relative;
    padding: 9px 35px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    font-weight: 700;
    text-transform: capitalize;
    white-space: nowrap;
    letter-spacing: .02em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
}
.btn-primary {
    color: #fff !important;
    background-color: #db383c;
    border-color: #db383c;
}
.btn-primary:hover{
  background: #000;
}
.tour-sidebar{
      position: fixed;
}


 .text-left {
    text-align: left;
}
.inset-md-left-30 {
    padding-left: 30px;
}
.offset-top-6 {
    margin-top: 6px;
}
.contact_line {
    position: relative;
    height: 1px;
    padding: 0;
    background: #c2c2c2;
    border: none;
}
.contact_line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background: #db383c;
}
.top-20 {
    /*margin-top: 20px;*/
}
.list-inline-cont {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 8px;
        display: inline-flex;
}
.list-inline-cont>li {
    padding-left: 2px;
    padding-right: 2px;
}
.icon_small.icon-circle{
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}
.icon_contact {
    color: #fff;
    border-color: #c2c2c2;
}
.icon_contact:hover {
    color: #fff;
    background: red;
    border-color: red;
}

a.icon {
    transition: .3s;
}
.top-60 {
    margin-top: 60px;
}
.p1 {
    color: #fff;
    background: #db383c;
    margin-right: 10px;
}
.con_ph {
    display: flex;
    
    /* margin-right: 10px; */
}
.text-primary{
  color: #393a3c !important;
}
.text-left .text-bold{
  color: #393a3c;
}

/*tour single*/
/* Tabs container */
.r-tabs {
 position: relative;
    /* background-color: #746f67; */
    /* border-top: 1px solid #ff3c3c; */
    /* border-right: 1px solid #1437ab; */
    /* border-left: 1px solid #1437ab; */
    /* border-bottom: 4px solid #1437ab; */
    /* border-radius: 4px; */
    background-color: #f7f7f7;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}



/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  /*background-color: #1437ab;*/
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;

  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: bold;
  color: #746f67;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #fff;
    text-shadow: none;
    background-color: #ff3c3c;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;

  border-bottom: 4px solid white;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;

  background-color: #f7f7f7;
  color: #746f67;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
      border-bottom: 2px solid;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: red;
    color: #fff;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
        text-align: center;
    }
}
#horizontalTab i{
display: block;
    text-align: center;
    font-size: 29px;
  }


    .package_text {
      z-index: 9;
    position: relative;
    color: #746f67;
    font-size: 15px;
    font-weight: bold;
    /* left: 50px; */
    /* top: -98px; */
    background: #f7f7f7;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    /* margin-bottom: 10px; */
    /*border-bottom: 2px solid #ff3c3c;*/
    /* padding: 10px; */
}
.package_text h1{
  font-size: 23px;
  color: #746f67;
  font-weight: 600;
}
strong.trekmandu_items_head {
    /*background: #0505f6;*/
    padding: 10px;
    color: #343a40;;
    /* border-bottom: 2px solid #0505f6; */
    /* font-weight: 700; */
    /* font-size: 17px; */
    border-radius: 5px;
}
/*tab end*/
.book-now-btn a {
    padding: 25px;
    background-color: #ff3c3c;
    
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.p_book {
    width: 100% !important;
    display: grid;
}
.p_book a:hover{
  background: #000;
}
.box_tag{
  color: #087D36;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
    padding-top: 10px;
}
.box_p i {
    font-size: 32px;
    margin-bottom: 9px;
}
.box_tag h4{
  font-size: 18px;
      color: #747474;
}
.box_tag h3{
  color: #747474;
}
.bt1{
  border-bottom: none;
}
.package_box{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-transform: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out;
    position: relative;
    /*padding: 10px;*/
    margin: 0 !important;
}
.form_package {
    padding: 10px;
    margin-top: 31px !important;
}
.trekmandu_items_para {
    margin-top: 12px;
    margin-bottom: 16px;
}
.box_p{
  text-align: center;
    display: inline-grid;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #f4f6f6;
    width: 100%;
        margin: 5px;
}
.p_det{
  font-size: 12px;
    font-weight: 700;
    color: #525252;
}
.p_title{
  font-size: 11px;
    color: #777;
}
.box_p:nth-child(even) {
       border-left: 1px solid #f4f6f6;
}
.box_p:nth-child(odd) {
    border-right: 1px solid #f4f6f6;
}

.tb1{
  color: red;
  text-transform: uppercase;

}
.ph{
   background: #ff3c3c;
   color: #fff;
}
.ph i{
  color: #fff;
}

/*book now*/
.form_des{
  text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #AFAFAF;
    font-weight: 600;
    border-bottom: 2px solid #EFEFED;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}
.trek_about label{
  color: #fff;
}
.trek_about .form-control {
  color: #fff;
}

/*********************** Gallery *******************/
.box8 .icon,.box8 .title{margin:0;position:absolute}
.box8{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box8 img{width:100%;height:17em; object-fit: cover;}
.box8 .box-content{width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box8 .icon li a,.box8 .title{background:#ef4050;font-size:20px;color:#fff}
.box8:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0)}
.box8 .title{padding:5px 7px;border-radius:5px;font-weight:600;bottom:20px;left:20px;transition:all .9s ease 0s}
.box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s}
.box8:hover .title{    bottom: -40px;
    background: none;
    font-size: 29px;
    text-align: center;
    color: #000;
    display: none;}
    .box8:hover .title a{
      color: #000;
      font-weight: 600;
    }
.box8 .icon{list-style: none;
    padding: 0;
    top: 42%;
    
    display: -webkit-inline-box;}
    .box8 a{
      color: #fff;
    }
.box8 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin-right:7px}
.box9 .icon,.box9 .title{width:100%;font-size:22px}
.box8 .icon li a:hover{background:#fff;color:#000}
@media only screen and (max-width:990px){.box8{margin-bottom:20px}
}

/* Start Gallery CSS */
.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
  margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


/*faq*/
/******************* Accordion Demo - 9 *****************/
#accordion9 .panel{
    border-radius:0;
    margin-bottom:15px;
}
#accordion9 .panel-heading{
    padding:0;
}
#accordion9 .panel-title{
    position: relative;
}
#accordion9 .panel-title:before{
    content: "";
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #ccc;
    border-top: 23px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 34px;
}
#accordion9 .panel-title a{
    color:#fff;
    background:#ff3c3c;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight:500;
    text-transform: uppercase;
    padding: 13px 10px 13px 65px;
}
#accordion9 .panel-title a.collapsed{
    color:#5b5656;
    background:#fff;
    border: 1px solid #cccccc;
}
#accordion9 .panel-title a:before,
#accordion9 .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top:0;
    left:0px;
    padding:14px 10px;
    color:#e63c22;
    background:#ccc;
}
#accordion9 .panel-title a.collapsed:before{
    content: "\f067";
}
#accordion9 .panel-body{
    color: #828282;
    font-size: 14px;
    line-height: 26px;
}
.panel-body li:before {
    /* background: red; */
    content: "\f054";
    /* font-family: font Awesome; */
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
}
.q_link li{
      padding-top: 10px;
    padding-bottom: 10px;
}
.q_link li:before {
    /* background: red; */
    content: "\f054";
    /* font-family: font Awesome; */
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
}
.quick_package{
      box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
      padding: 10px;
}
.info1 {
    display: inline-block;
    vertical-align: bottom;
    margin:auto;
}
.info1 a {
    text-align: left;
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    position: relative;
    line-height: 1.4;
}
.info1 a.tripadvisor i {
    color: #378d45;
}
.info1 a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
}
.info1 a small {
    color: #717f8a;
    display: block;
    font-size: 14px;
}
.info1 a.tripadvisor b {
    color: #a42721;
}
.info1 a.tripadvisor {
    padding-left: 50px;
}



/*review*/
.reviews{
  padding: 15px;
  max-width: 768px;
  margin: 0 auto;
}

.review-item{
  background-color: white;
  padding: 15px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 5px #343a40;
}

.review-item .review-date{
  color: #cecece;
}
.review-item .review-text{
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  color: #343a40;
}

.review-item .reviewer{
  width: 100px;
  height: 100px;
  border: 1px solid #cecece;
}

.rating {
    display: flex;
    color: orange;
    letter-spacing: 8px;
}
.rev1{
  float: right;
}

.why_us_trekmandu{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;

}