 @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Barlow:wght@100;300;400;500;600&family=Nunito:wght@300;400;600;700&display=swap');
 
html {
     font-size: .62rem;
 }

 body {
     font-size: 1.6rem;
 }

 p {
     font-size: 1.7rem;
     color: #333;
     line-height: 1.7;
 }

@font-face {
  font-family: 'HimalayanKingdom';
  src:  url('../fonts/HimalayanKingdom.eot?wh5whk');
  src:  url('../fonts/HimalayanKingdom.eot?wh5whk#iefix') format('embedded-opentype'),
    url('../fonts/HimalayanKingdom.ttf?wh5whk') format('truetype'),
    url('../fonts/HimalayanKingdom.woff?wh5whk') format('woff'),
    url('../fonts/HimalayanKingdom.svg?wh5whk#HimalayanKingdom') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="hk-"], [class*=" hk-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'HimalayanKingdom' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hk-GPS-data:before {
  content: "\e903";
  
}
.hk-transportation:before {
  content: "\e904";
}
.hk-trip-duration:before {
  content: "\e905";
  color: #45b349;
}
.hk-ethnicity:before {
  content: "\e906";
  
}
.hk-Ascent:before {
  content: "\e901";
  color: #43b51f;
}
.hk-Descent:before {
  content: "\e902";
  color: #43b51f;
}
.hk-accommodation:before {
  content: "\e900";
  color: #43b51f;
}
.hk-Difficulty-category:before {
  content: "\e911";
  color: #43b51f;
}
.hk-Distance:before {
  content: "\e912";
  color: #43b51f;
}
.hk-Group-size:before {
  content: "\e922";
  color: #43b51f;
}
.hk-max-altitude:before {
  content: "\e924";
  color: #43b51f;
}
.hk-meals:before {
  content: "\e925";
  color: #43b51f;
}
.hk-meals-small:before {
  content: "\e926";
  color: #43b51f;
}
.hk-religion:before {
  content: "\e927";
  
}
.hk-time:before {
  content: "\e928";
  color: #43b51f;
}
.hk-trip-end:before {
  content: "\e936";
  color: #43b51f;
}
.hk-Trip-start .path1:before {
  content: "\e937";
  color: rgb(69, 179, 73);
}
.hk-Trip-start .path2:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(67, 181, 31);
}
.hk-calendar:before {
  content: "\e953";
}
.hk-vimeo:before {
  content: "\eaa0";
}



 * {
     font-family: 'Barlow', sans-serif;
     font-size: 100%;
 }

 :root {
     --brand-color-1: #163950;
     --button-color-green: #43B51F;
     --light-green: #BFD730;
     --page-title-color: #C0964B;
 }

 h1,
 .uk-h1,
 h2,
 .uk-h2,
 h3,
 .uk-h3,
 h4,
 .uk-h4,
 h5,
 .uk-h5,
 h6,
 .uk-h6 {
     font-family: 'Barlow', sans-serif;
 }



 a:hover,
 a:active,
 a:focus {
     text-decoration: none;
 }

 /* header css */

 .site-header {
     background: #fff;
     padding: 1.25rem 0 0 0;
     box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
     position: relative;
 }

 .site-header .uk-flex {
     padding-bottom: 2rem;
     padding-top: 1rem;
 }

 .search-trips form {
     position: relative;
     -webkit-border-radius: 0.7rem;
     border-radius: 0.7rem;
     border: 1px solid #b5b9bc;
     background: #fff;
 }



 .search-trips input {
     -webkit-border-radius: 0.7rem;
     border-radius: 0.7rem;
     background: #f2f2f2;
     border: none;
     padding-right: 4.8rem;
     padding-left: 1.3rem;
 }

 .search-trips input[type="submit"] {
     width: auto;
 }

 .search-trips form {
     width: 191px;
 }

 .search-trips button {
     position: absolute;
     background: #fff;
     color: #fff;
     border: none;
     display: inline-block;
     height: 100%;
     right: 0;
     cursor: pointer;
     top: 0;
     padding: 0 7px;
     border-radius: 0 0.7rem 0.7rem 0;
 }

 .label-radio .uk-radio {

     margin-right: 11px;
     margin-top: 3px;
     vertical-align: top;
 }

 .search-trips button i {
     right: 7px;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     width: 3.2rem;
     line-height: 2.7rem;
     height: 3.2rem;
     background: var(--light-green);
     color: #fff;
     top: 3px;

 }


 .mobile_search {
     border-left: 1px solid #6b6b6b;
     padding-left: 1.5rem;
 }

 .search-trips>div {
     display: none;
     position: absolute;
     background: #f1f1f1;
     width: 100%;
     z-index: 2;
     left: 0;
     padding: 18px;
     top: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }


 .seach-mobile .search-trips>div {
     display: block;
 }

 .search-trips form {
     width: 100%;
     margin: auto;
 }

 /* header css */


 .nav-icon-8 {
     padding-right: 1.5rem;
     border-right: 1px solid #6b6b6b;
     cursor: pointer;
 }

 .site-logo {
     width: 235px;
     padding: 0 14px;
 }


 .site-header .uk-container {
     position: relative;
 }

 .site-header .uk-flex .site-logo {
     -webkit-justify-content: center;
     justify-content: center;
 }

 .text-holder {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100%;
 }

 .text-holder.product-banner .cat-head {
     /*display: flex;*/
     background: none;
     padding: 0;
     margin: 0;
     text-shadow: 1px 2px rgba(0, 0, 0, .3);
     text-align: center;
 }

 .site-navigation::before {
     display: block;
     content: '';
     width: 100%;
     height: 100%;
     top: 0;
     position: absolute;
     background: linear-gradient(180deg, #21201fbd, rgba(33, 32, 31, 0));
 }

 .default-template .site-navigation::before {
     background: none;
     display: none;
 }

 .text-holder .cat-head {
     font-size: 3.3rem;
     font-weight: 700;
     font-family: 'Barlow Condensed', sans-serif;
     background: #00000030;
     padding: 10px 18px;
     color: #fff;
     margin-left: -20px;

     margin-right: -20px;
 }

 .text-holder .product-info {
     background: #00000091;
     padding: 30px 50px 30px 47px;
     background: linear-gradient(180deg, #163a51a1, rgba(33, 32, 31, 0.7));
     margin-bottom: 30px;
 }

 .text-holder .product-info p {
     color: #fff;
     text-shadow: 1px 2px rgba(0, 0, 0, .3);
     margin: 9px 0;
     font-size: 1.8rem;
 }

 .ui-widget.ui-widget-content {
     border: 1px solid #c5c5c5;
     z-index: 1521 !important;
 }

 .text-holder.product-banner .btn-text-large {
     padding-right: 36px;
     padding-left: 36px;
     border-radius: 5px;
     font-size: 20px;
     border: transparent;
     background: #fff;
     color: var(--page-title-color);
 }

 .text-holder.product-banner .uk-bt-green {
     color: var(--brand-color-1);
 }

 .text-holder.product-banner .uk-btn:hover {
     background: var(--button-color-green);
     color: #fff;
 }

 .text-holder .product-banner h3 {
     font-weight: bold;
     text-transform: uppercase;
     padding: 10px 0 20px 0;
     text-shadow: 1px 2px rgba(0, 0, 0, 0.32);
     font-size: 28px;
     font-weight: 700;
     font-family: 'Barlow Condensed', sans-serif;
     letter-spacing: 1px;
 }

 .text-holder button {
     background: var(--brand-color-1);
     font-family: 'Barlow', sans-serif;
     right: 0;
     color: #fff;
     margin: 0;
     border: none;
     font-weight: bold;
     padding: 12px;
     cursor: pointer;
     text-transform: uppercase;
 }

 .uk-select-menu select {
     width: 100%;
     cursor: pointer;   

 }

 .uk-select-menu input {
     color: var(--brand-color-1) !important;
     font-size: 1.5rem;
     border: none;
     font-weight: bold;
     text-transform: uppercase;
 }


 .uk-select-menu input::placeholder {
     /* Chrome, Firefox, Opera, Safari 10.1+ */

     color: var(--brand-color-1) !important;
     opacity: 1;
     /* Firefox */
 }


 .uk-select-menu input::-ms-input-placeholder {
     /* Internet Explorer 10-11 */

     color: var(--brand-color-1) !important;
 }


 .uk-select-menu inpu::-ms-input-placeholder {
     /* Microsoft Edge */

     color: var(--brand-color-1) !important;
 }


 .uk-select-menu {
     position: relative;
     text-align: left;
     background: #fff;
 }

 .cat-head.text-small {
     letter-spacing: 0;
     font-size: 3.1rem;
 }

 .text-holder button {
     right: 0;
     width: 220px;
     height: 40px;
     margin: 0;
     padding: 0;
 }

 .uk-select-menu::after {
     height: 21px;
     background: #ccc;
     position: absolute;
     top: 10px;
     right: -10px;
     width: 2px;
     content: '';
 }

 .uk-select-menu select,
 .uk-select-menu {
     cursor: pointer;
     -webkit-appearance: none;
     color: var(--brand-color-1) !important;
     font-size: 1.5rem;
     height: 40px;
     font-family: 'Barlow', sans-serif;
     font-weight: bold;
     border: none;
     background-color: none !important;
     text-transform: uppercase;
 }

 .uk-select-menu .ui-datepicker {
     z-index: 322;
 }

 .uk-select-menu .calendar {
     position: absolute;
     right: 0;
     position: absolute;
     right: 10px;
     top: 8px;
     cursor: pointer;
     background: url(../img/calendar-icon.svg) no-repeat top right;
     height: 24px;
     width: 26px;
 }



 .uk-select-menu select option {
     font-family: 'Barlow', sans-serif;
     color: var(--brand-color-1) !important;
     font-weight: 500;
 }

 .trip__review .slider-section .owl-stage-outer {
     margin: 0;
 }

 .about__section {
     /* padding: */
     background: none;
 }

 .itinenary-banner {
     height: 36vh;
     object-fit: cover;
 }


 .home-spacing {
     padding: 3.5rem 0;
 }

 .cat-head {
     color: var(--brand-color-1);
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 3.2rem;
     margin-bottom: 1.9rem;

 }

 .uk-btn {
     position: relative;
     display: inline-block;
     border: none;
     padding: 1rem 1.6rem;
     text-transform: uppercase;
     font-size: 1.5rem;
     cursor: pointer;
     letter-spacing: 0.02rem;
     font-weight: 500;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .uk-btn-green {
     color: #fff;
     background: var(--button-color-green);
 }

 .uk-btn-small {
     padding: 0.9rem 2.6rem;
 }

 .uk-btn-green:hover {
     color: #163950;
     background: var(--light-green);
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
 }

 .uk-active .site-navigation>div>div>ul {
     margin: 0;
 }

 .uk-active .site-navigation:before {
     background: none;
 }

 .uk-active .site-navigation {
     background: var(--brand-color-1);
     box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
 }

 .uk-active .site-navigation>div>div>ul>li>a {
     color: #fff;
 }

 .uk-active.site-navigation>div>div>ul>li:nth-child(2n)>a::after {
     background: none !important;
 }

 .uk-active .site-navigation>div>div>ul>li:hover>a {
     color: #fff;
 }

 .uk-active .site-navigation>div>div>ul>li {
     padding: 11px 0;
 }

 .uk-active .site-navigation>div>div>ul>li:hover,
 .uk-active .site-navigation>div>div>ul>li .mega-menu-wrapper,
 .uk-active .site-navigation>div>div>ul>li:hover .dropDown-menu {
     background: rgb(54, 84, 104);
 }

 .uk-active .site-navigation .menu-panel>ul>li>a {
     font-size: 1.69rem;
 }

 .about-image {
     display: none;
 }

 .about-content p {
     font-size: 1.6rem;
     font-weight: 300;
     line-height: 1.7;
     color: #163950;
     font-family: 'Nunito', sans-serif;
 }


 .each-trips {
     overflow: hidden;
     position: relative;
 }

 .each-trips>a {
     display: block;
     overflow: hidden;
 }

 .each-trips a img {
     transition: 0.3s linear;
 }

 .each-trips a:hover img {
     transition: 0.3s linear;
     transform: scale(1.1);
 }

 .uk-duration {
     font-family: 'Barlow Condensed', sans-serif;
     background: #00000070;
     position: absolute;
     top: 0;
     left: 0;
     width: 9rem;
     font-size: 1.9rem;
     color: #fff;
     padding: 1.3rem;
     z-index: 1;
     box-sizing: border-box;
     text-align: center;
 }

 .uk-duration strong {
     font-weight: bold;
     font-size: 4rem;
 }

 .trip-header {
     padding: 2.1rem 0 0 0;
     text-align: center;
 }

 .featured__trip .slider-section .item {
     background: none;
 }

 .blog-images {
     height: 100%;
     display: block;
 }

 .blog-images img {
     height: 100%;
     object-fit: cover;
 }


 .uk-price strong {
     font-weight: 600;
     display: block;
 }

 .trip-title {
     margin: 0;
     letter-spacing: -0.2px;
     font-family: 'Barlow Condensed';
     font-size: 2.4rem;
     font-weight: bold;
     color: var(--brand-color-1);
 }

 .trip-title a {
     text-transform: uppercase;
     font-weight: 700;
     font-size: 26px;
     font-style: normal;
     color: var(--brand-color-1);
     font-family: 'Barlow Condensed', sans-serif;
 }

 .trip-title a:hover {
     opacity: .9;
 }

 .trip-header .trip-title {
     margin-bottom: 1.7rem;
 }

 .each-trips .price {
     font-family: 'Barlow Condensed', sans-serif;
     position: absolute;
     left: 50%;
     bottom: 0;
     border: #fff 1px solid;
     height: 134px;
     width: 125px;
     text-transform: capitalize;
     text-align: center;
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     z-index: 1;
     transform: translateX(-50%);
     color: var(--brand-color-1);
     border-radius: 100%;
     font-size: 2.2rem;
     line-height: 24px;
     padding-top: 35px;
     box-sizing: border-box;
 }

 .each-trips .price::before {
     background: #fff;
     height: 93%;
     width: 99%;
     content: "";
     position: absolute;
     top: 3px;
     z-index: -1;
     left: 3px;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     right: 3px !important;
 }

 .price strong {
     display: block;
     font-family: 'Barlow Condensed', sans-serif;
     line-height: 27px;
     font-weight: 500;
     text-transform: uppercase;
     padding-top: 12px;
     font-size: 25px;
 }

 .slide-icon .owl-nav {
     position: absolute;
     top: -6.8rem;
     left: 20rem;
     margin: 0;
     text-align: left;
 }


 .slide-icon .owl-nav .owl-prev span,
 .slide-icon .owl-nav .owl-next span {
     /* font-size: 23px; */
     margin: 0;
     height: 4rem !important;
     width: 4rem !important;
     display: inline-block;
     font-size: 45px !important;
     background: var(--light-green) !important;
     opacity: 1 !important;
     color: #fff !important;
     border-radius: 100% !important;
     -webkit-transition: 0.3s linear;
     border: transparent !important;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     line-height: 3.2rem !important;
     cursor: pointer;
     margin-right: 1.3rem;
 }

 .slide-icon .owl-nav .owl-next:hover,
 .slide-icon .owl-nav .owl-prev:hover,
 .slide-icon .owl-nav .owl-next,
 .slide-icon .owl-nav .owl-prev {
     background: none;
     margin: 0;

 }


 .slider-section {
     margin-top: 3rem;
 }


.why-travel-banner {
    padding: 190px 0;
}
.why-travel-banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 100%;
    background: #000;
}

.why-travel-banner-wrap > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity:    .4;
}


 .explore-content-wrap>div .cat-head,
 .why-explore-content-wrap>div .cat-head {
     color: #fff;
     margin-bottom: 1.5rem;

 }
 .explore-content-wrap {
     width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .explore-content-wrap .explore-content.uk-card-body {
     padding: 20px;
 }

 .explore-content-wrap .explore-content p {
     font-size: 1.7rem;
     margin-top: 0;
     color: #fff;
 }

 .uk-btn.btn-text-large {
     font-size: 1.9rem;
     font-family: 'Barlow Condensed', sans-serif;
 }

.explore-banner {

    background: #000;
    position: relative;
}
 .explore-banner img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     /*opacity: .5;*/
 }

 .explore-content-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.explore-content-wrap>.uk-container {
    display: flex;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
 .nepal-luxuary-content {
     height: 100%;
     font-size: 1.8rem;
 }

 .nepal-luxuary-content>div {
     height: 100%;
 }

 .nepal-luxuary-content>div>div {
     padding: 0 4.0rem 0 5.0rem;
 }

 .nepal-luxuary-content>div>div>a {
     color: #C0964B;
     font-size: 2.0rem;
     font-family: 'Barlow Condensed', sans-serif;
     font-weight: bold;
     text-transform: uppercase;
 }

 .nepal-luxuary-content>div>div>a:hover {
     color: var(--light-green);
 }


 .news-updates .slider-section .owl-stage-outer {
     margin-right: -40px;
     margin-left: -16px;
 }

 .news-updates .uk-btn {
     color: #fff;
 }

 .blog-content .uk-btn {
     margin-top: 1.6rem;
     font-weight: 400;
 }

 .nepal-luxuary-content>div>div p {
     font-size: 1.7rem;
     font-family: 'Barlow', sans-serif;
     font-weight: 400;
 }

 .news-updates .uk-btn:hover {
     /* color: #fff !important; */
     color: #163950;
 }

 .posted-date {
     margin-top: 1.1rem;
     font-family: 'Barlow Condensed', sans-serif;
     display: block;
     font-weight: 400;
     font-size: 1.63rem;
     position: relative;
     letter-spacing: 0;
     color: var(--brand-color-1);
 }


 .posted-date::before {
     border: 0;
     content: "";
     height: 2px;
     background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
     background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0));
     background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
     background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
     position: absolute;
     top: 43px;
     left: 0;
     width: 70%;
 }

 .news-updates .slider-section .owl-stage,
 .nepal-luxuary .slider-section .owl-stage {
     margin: 30px 0 30px 10px;
     /*padding-left: 8px;  */
 }

 .news-updates .nepal-luxuary-content>div>div {
     padding: 0 8.0rem 0 5.0rem;
 }

 .news-updates.slide-icon .owl-nav,
 .nepal-luxuary.slide-icon .owl-nav {
     top: -3.8rem;
 }


 .associated-with h3 {
     color: #fff;
     font-size: 2.8rem;
 }

 .site-footer {
     background: var(--brand-color-1);
 }

 .footer-heading {
     font-weight: 500;
     font-size: 2.33rem;
     font-family: 'Barlow Condensed', sans-serif;
     color: #fff;
     margin: 0 0 0.9rem 0;
     text-transform: uppercase;
 }

 .each-footer-link ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .each-footer-link ul li a {
     font-size: 1.6rem;
     position: relative;
     font-weight: 300;
     color: #fff;
     display: block;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     padding: 0.6rem 0 0 0;
 }


 .each-footer-link ul li a::before {
     content: '\f2ee';
     position: absolute;
     top: 6px;
     left: -16px;
     font-size: 15px;
     color: #fff;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     font-family: 'Material-Design-Iconic-Font';
 }

 .each-footer-link ul li a:hover {
     opacity: .6;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     padding-left: 1.4em;
 }

 .each-footer-link ul li a:hover::before {
     opacity: 1;
     left: 0;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     visibility: visible;
 }

 .news-updates .nepal-luxuary-content>div>div p {
     padding-top: 22px;
 }

 .last-footer p {
     color: #fff;
     margin: 0;

     font-size: 1.5rem;
     font-weight: 400;
     padding-bottom: 11px;
     line-height: 1.7;
 }

 .contact-panel p a {
     color: #fff;
     display: block;

 }

 .contact-panel p a i {
     margin-right: 0.9rem;
     display: inline-block;
     vertical-align: text-bottom;
     font-size: 15px;
 }

 .contact-panel p a:hover {
     opacity: .6;
 }

 .social-icons a {
     display: inline-block;
     vertical-align: bottom;
 }

 .contact-address-wrap .social-icons a svg path {
     fill: #000;
 }


 .site-footer .social-icons a {
     color: #fff;
 }

 .site-footer .social-icons a:hover {
     opacity: .5;
     color: #fff;
 }

 .copy-right p {
     font-size: 1.67rem;
     font-weight: 300;
 }



 .site-navigation {
     position: absolute;
     left: 0;
     width: 100%;
     z-index: 12;
 }


 .site-navigation ul {
     padding: 0;
     list-style: none;
     margin: 0rem 0 0 0;

 }

 .site-navigation>div>div>ul {
     margin: 2.0rem 0 0 0;
     list-style: none;
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .site-navigation>div>div>ul>li {
     display: flex;
     /*position: relative;*/
     height: 100%;
     align-items: center;
 }

 .site-navigation>div>div>ul>li:hover svg .st0 {
     fill: #bf954b !important;
 }



 .site-navigation>div>div>ul>li:last-child:hover a {
     color: #bf954b;
 }

 .site-navigation>div>div>ul>li:hover {
     /*background: rgba(22, 57, 80, 0.6);*/
     background: rgba(3, 64, 118, 0.80);
 }

 .site-navigation>div>div>ul>li:first-child:hover,
 .site-navigation>div>div>ul>li:last-child:hover,
 .default-template .site-navigation>div>div>ul>li:first-child:hover a,
 .default-template .uk-active .site-navigation>div>div>ul>li:first-child:hover>a,
 .default-template .uk-active .site-navigation>div>div>ul>li:last-child:hover>a {
     background: none;
 }

 .site-navigation>div>div>ul>li:hover {
     border-left: none;
 }


 #searchResult .tag-btn {
     margin-bottom: 15px;
 }

 .site-navigation>div>div>ul>li>a {
     color: #fff;
     display: block;
     opacity: 1;
     font-weight: 500;
     font-family: 'Barlow Condensed', sans-serif;
     text-transform: uppercase;
     transition: 0s;
     font-size: 1.9rem;
     display: flex;
     -webkit-align-items: center;
     -webkit-align-self: stretch;
     align-self: stretch;
     align-items: center;
 }

 .site-navigation>div>div>ul>li>a {
     height: 100%;
     padding: 7px 15px;
 }

 .each__banner picture {
     background-position: top center;
     background-repeat: no-repeat;
     min-width: 100%;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     height: 100%;
 }

 .each__banner picture img {
     height: 100%;
     /* position: absolute; */
     top: 0;
     left: 0;
     object-fit: cover;
     position: absolute;
     top: 0;
     width: 100% !important;
 }

 .banner__section .owl-carousel .owl-stage-outer {
     height: 100%;
 }

 .banner__section .owl-carousel .owl-stage {
     display: flex;
     height: 100%;
 }

 .desktop-menu-panel {
     display: flex;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     -webkit-align-items: center;
     align-items: center;
     position: relative;


 }

 .site-navigation>div>div>ul>li:nth-child(2n)>a {
     position: relative;
 }

 .site-navigation>div>div>ul>li>a>i {
     font-size: 25px;
 }

 .site-navigation>div>div>ul>li:nth-child(2n)>a:before,
 .site-navigation>div>div>ul>li:nth-child(2n)>a:after {
     width: 1px;
     height: 25px;
     background: #fff;
     /*content: '';*/
     position: absolute;
 }


 .site-navigation>div>div>ul>li:nth-child(2n)>a:before {
     position: absolute;
     left: -10px;
 }

 .site-navigation>div>div>ul>li:nth-child(2n)>a:after {
     background: #fff;
     /*content: '';*/
     position: absolute;
     right: -19px;
 }


 .site-navigation>div>div>ul>li:last-child a:after {
     /* border-right:none; */
     background: none;
 }

 .mega-menu-wrapper {
     position: absolute;
     color: #fff;
     background-clip: padding-box;
     z-index: 1;
     display: none;
     top: 100%;
     background: rgba(3, 64, 118, 0.80);
     left: 0;
     width: 100%;
     padding: 3.7rem;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all .2s;
     -moz-transition: all .2s;
     -ms-transition: all .2s;
     min-height: 40vh;
     -o-transition: all .2s;
     transition: all .2s;
     z-index: 100;
 }

 .mega-menu-wrapper>div {
     position: relative;
 }

 .left-menu {
     list-style: none;
     padding: 0 0 0 0;
     margin: 0;
     width: 20%;
     border-right: 1px solid var(--light-green);
 }

 .left-menu>li>a {
     font-weight: 500;
     position: relative;
     padding: 0 0rem 0 0;
     color: #fff;
     border-bottom: transparent;
     text-transform: uppercase;

     font-family: 'Barlow Condensed', sans-serif;
     font-size: 1.9rem;
     display: block;
     padding-bottom: 1rem;
 }


 .left-menu>li>a::before {
     width: 0%;
     height: 1px;
     content: '';
     bottom: 11px;
     left: 0;
     background: var(--light-green);
     position: absolute;
 }

 .left-menu>li>a:hover,
 .left-menu>li>a:hover:before,
 .left-menu .tourmenu__hoverable--active>a:before,
 .left-menu .tourmenu__hoverable--active>a {
     width: 100%;
     color: var(--light-green);

 }

 .left-menu>li>div {
     position: absolute;
     top: 0;
     right: 0;
     width: calc(100% - 23%);
     display: flex;
     align-items: center;
     opacity: 0;
     visibility: hidden;
     text-align: left;
 }

 .trek-menu li a {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 1.9rem;
     color: #fff;
     display: block;
     font-weight: 400;
     text-transform: uppercase;
     padding-bottom: 7px;
 }

 .trek-menu li a:hover {
     color: var(--light-green);

 }

 .left-menu>li.tourmenu__hoverable--active>div {
     opacity: 1;
     visibility: visible;
 }

 .each-slider img {
     width: 100% !important;
     object-fit: cover;
 }

 .each-slider:hover>a {
     border: 2px solid var(--button-color-green);
 }

 .each-slider:hover a,
 .each-slider:hover {
     color: var(--light-green);
 }

 .each-slider h3 {
     font-weight: 400;
     margin: 8px 0 0 0;
     text-align: center;

 }

 .each-slider h3 a {
     color: #fff;
     font-size: 1.9rem;
 }

 .each-slider a {
     text-transform: uppercase;
     display: block;
     font-family: 'Barlow Condensed', sans-serif;
     overflow: hidden;

 }

 .each-slider>a {
     text-transform: uppercase;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     border: 2px solid #fff;
 }

 .each-slider h3 a:hover {
     color: var(--light-green);
 }

 .each-slider>a:hover {
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     border: 2px solid var(--light-green);
 }

 .trek-menu-wrapper .owl-theme .owl-nav {
     text-align: left;
     position: absolute;
     top: 34%;
     left: 0;
     z-index: 1;
     margin-top: 0;
     width: 100%;
     background: #000;
     transform: translateY(-50%);
 }

 .trek-menu-wrapper .owl-theme .owl-nav [class*="owl-"],
 .owl-theme .owl-nav [class*="owl-"]:hover {
     margin: 0 !important;
     cursor: pointer !important;
     width: auto !important;
     height: auto !important;
     padding: 0 !important;
     background: none !important;
     opacity: 1 !important;
 }

 .trek-menu-wrapper .owl-theme .owl-nav .owl-prev span,
 .trek-menu-wrapper .owl-theme .owl-nav .owl-next span {
     font-size: 38px;
 }

 .owl-prev:focus,
 .owl-next:focus {
     outline-style: none;
 }

 .trek-menu-wrapper .owl-theme .owl-nav .owl-prev span:hover,
 .trek-menu-wrapper .owl-theme .owl-nav .owl-next span:hover {
     color: var(--light-green);
 }

 .trek-menu-wrapper .owl-theme .owl-nav .owl-next {
     right: -23px;
     position: absolute;
 }

 .trek-menu-wrapper .owl-theme .owl-nav .owl-prev {
     left: -23px;
     position: absolute;
 }

 .default-template nav {
     position: static;
     background: var(--brand-color-1);
 }

 .default-template .site-navigation>div>div>ul {
     margin-top: 0;
 }

 .default-template .site-navigation>div>div>ul>li {
     padding: 0;
     margin: 0 0px;
     margin-top: 0;
     height: inherit;
 }

 .default-template .site-navigation>div>div>ul>li>a {
     padding: 15px;
     height: auto;
 }

 .default-template .site-navigation>div>div>ul>li:hover>a {
     background: rgba(3, 64, 118, 0.80);
 }

 .default-template .mega-menu-wrapper,
 .default-template .dropDown-menu {
     background: rgb(3, 63, 116);
 }

 .default-template .site-navigation>div>div>ul>li:last-child>a {
     background: none;
 }

 .default-template .uk-active .site-navigation>div>div>ul>li:hover>a {
     background: rgb(54, 84, 104);
 }

 .default-template .site-navigation>div>div>ul>li:first-child i {
     font-size: 2.1rem;
 }

 .uk-pageTitle {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 3.3rem;
     font-weight: bold;
     letter-spacing: -0.1rem;
     color: var(--page-title-color);
 }

 .pageTitle-wrapper {
     padding: 2.8rem 0;
 }

 .frame iframe {
     width: 100%;
 }

 .contact-form .uk-card {
     padding: 3.4rem;
 }

 .each-label label {
     display: block;
     font-size: 1.6rem;
     font-weight: 600;
     margin-bottom: 0.9rem;
 }

 .each-label textarea {
     height: 20rem;
 }

 .each-label button {
     display: block;
     width: 100%;
     font-size: 1.6rem;
 }

 .uk-form-controls .uk-select {
     background-image: none !important;
     -webkit-appearance: none;
 }

 .uk-form-controls span {
     left: 80%;
 }

 .uk-color-btn {
     background: var(--page-title-color);
     color: #fff;
 }

 .contact-address>p {
     font-size: 1.9rem;
 }

 .contact-address>p>a {
     display: block;
     padding-bottom: 4px;
     color: #333333d6;
     font-size: 1.9rem;
 }

 .contact-address>p>a:hover,
 .social-icons a:hover {
     color: var(--brand-color-1);
 }

 .uk-offcanvas-bar.hk-sidebar-menu {
     /*padding: 0;*/
     background: #fff;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
 }

 .contact-address>p>a>i {
     margin-right: 1.0rem;
     font-size: 2.3rem;
     vertical-align: middle;
     display: inline-block;
 }


 .mobile-navigation {
     position: absolute;
     width: 100%;
     z-index: 592;
     top: 100%;
     background: #fff;
     left: 0;
 }

 .mobile-menu ul {
     background: #fff;
 }

 .mobile-menu>ul>li>span {
     color: #fff;
     cursor: pointer;
     margin-bottom: 2.2rem;
     font-weight: 600;
     padding: 15px 1.7rem 15px 1.7rem;
     background: var(--brand-color-1);
     font-size: 2.2rem;
     display: block;
     font-family: 'Barlow Condensed', sans-serif;
     text-transform: uppercase;
 }

 .mobile-menu ul {
     list-style: none;
     margin: 0;
     padding: 0;

 }

 .mobile-cta {
     margin: 30px;
 }

 .cta-btn {
     width: 100%;
     padding: 11px 29px !important;
     font-weight: 600;
     color: var(--brand-color-1) !important;
     display: inline-block;
     margin-bottom: 2.0rem;
     text-transform: uppercase;
     border-radius: 5px;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 2.0rem;
 }

 .hk-sidebar-menu {
     width: 380px;
 }

 .cta-btn i {
     margin-top: 2px;
     margin-right: 6px;
     font-size: 17px;
     background: var(--brand-color-1);
     color:
         #fff;
     height: 35px;
     width: 35px;
     border-radius: 100%;
     line-height: 35px;
     font-size: 13px;
 }

 .cta-btn:hover {
     color: inherit;
 }

 .mobile-menu>ul>li>ul>li>a {
     border-bottom: 1px solid #cccccc5e;
 }

 .mobile-menu>ul>li>ul>li:last-child a {
     border-bottom: none;
     padding-bottom: 0;
 }

 .mobile-menu>ul>li>ul>li>a:hover {
     opacity: .9;
 }

 .mobile-menu>ul>li {
     position: relative;
 }

 .mobile-menu ul i {
     position: absolute;
     right: 20px;
     background: #fff;
     top: 16px;
     z-index: 2;
     height: 30px;
     width: 30px;
     border-radius: 100%;
     text-align: center;
     cursor: pointer;
     font-style: normal;
     line-height: 28px;
     font-size: 21px;
 }


 .mobile-menu ul i:before {
     content: '\f278';
     color: var(--brand-color-1);
     font-family: 'Material-Design-Iconic-Font';
 }

 .mobile-menu>ul>li>ul>li:last-child span {
     border-bottom: none;
     margin: 0;
 }


 .mobile-menu>ul>li>ul>li>span,
 .menu-header,
 .mobile-menu>ul>li>ul>li>a {
     color: var(--brand-color-1);
     cursor: pointer;
     font-size: 1.9rem;
     display: block;
     font-weight: 500;
     padding-left: 1.93rem;
     margin-bottom: 0.5rem;
     font-family: 'Barlow Condensed', sans-serif;
     padding-bottom: 17px;
     text-transform: uppercase;
     display: block;
     padding-top: 1.1rem;
 }

 .mobile-menu>ul>li>ul>li {
     position: relative;
 }

 .mobile-menu>ul>li>ul>li.showSub-menu span,
 .mobile-menu>ul>li>ul>li.showSub-menu,
 .mobile-menu>ul>li>ul>li.showSub-menu i:before {
     color: #ac8643;
 }

 .mobile-menu>ul>li>ul>li>span {
     padding-top: 1.1rem;
     border-bottom: 1px solid #cccccc5e;
 }

 .mobile-menu>ul>li>ul>li:first-child>span,
 .mobile-menu>ul>li>ul>li:first-child>a {
     padding-top: 0;
 }

 .mobile-menu>ul>li>ul>li:first-child i {
     top: 0;
 }

 .menu-header {
     cursor: pointer;
     position: relative;
     padding: 0 13px 0 0;
 }

 .menu-header .uk-offcanvas-close {
     position: absolute;

     color: #ac8643 !important;
 }

 .menu-header .uk-offcanvas-close svg {
     width: 25px;
     height: 25px;
 }

 .menu-header .uk-offcanvas-close {
     position: absolute;
     /*top: 26px;*/
     top: 2px;
     /*right: 20px;*/
     right: 0;
 }

 .menu-header h3 {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 3.1rem;
     color: #ac8643 !important;
     margin: 0;
     font-weight: 700;
     text-transform: uppercase;
 }

 .mobile-menu>ul>li>ul>li>ul>li>a {
     color: var(--brand-color-1);
     font-size: 1.9rem;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
     padding-left: 4.8rem;
     padding-bottom: 1rem;
     font-family: 'Barlow Condensed', sans-serif;
     margin-bottom: 8px;
 }


 .mobile-menu>ul>li>ul>li>ul>li {
     position: relative;
     padding: 5px 0;
 }

 .mobile-menu>ul>li>ul>li>ul {
     display: none;
     padding-top: 20px;
 }

 .mobile-menu>ul>li>ul>li>ul>li:hover>a,
 .mobile-menu>ul>li>ul>li>ul>li:hover:after,
 .mobile-menu>ul>li>ul>li:hover span,
 .mobile-menu>ul>li>ul>li:hover i:before,
 .dropdown-mobile:hover>a {
     color: var(--page-title-color);
 }



 .uk-offcanvas-overlay::before {
     background: #16395070;
 }

 .mobile-menu>ul>li>ul>li>ul>li:hover:before {
     background: var(--page-title-color);
 }

 .mobile-menu>ul>li>ul>li>ul>li:last-child {
     padding-bottom: 0;
 }

 .mobile-menu>ul>li>ul>li>ul>li:after {
     background: #fff;
     color: var(--brand-color-1);
     width: 2.0rem;
     font-family: 'Material-Design-Iconic-Font';
     content: '\f26d';
     position: absolute;
     box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
     top: 7px;
     left: 20px;
     border-radius: 100%;
     font-size: 15px;

 }

 .mobile-menu>ul>li>ul>li {
     position: relative;
 }


 .mobile-menu>ul>li>ul>li>ul>li::before {
     height: 100%;
     content: '';
     width: 2px;
     top: 15px;
     left: 25px;
     position: absolute;
     background: var(--brand-color-1);
 }


 .mobile-menu>ul>li>ul>li>ul>li:last-child:before {
     background: none;
 }

 .mobile-menu>ul>li>ul>li>ul>li i {
     box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
 }

 .mobile-menu>ul>li>ul {
     display: none;
     margin-top: 20px;
 }


 .mobile-menu>ul>li>ul>li i {
     top: 4px;
     background: none;
     height: auto;
     width: auto;
     right: 31px;
 }

 .mobile-menu>ul>li>ul>li>a:hover,
 .mobile-menu>ul>li>ul>li>ul>li>a:hover {
     color: var(--page-title-color);
 }

 .showSub-menu i::before,
 .menu-show>i::before {
     font-family: 'Material-Design-Iconic-Font';
     content: '\f273' !important;
 }



 .add-search.search-trips>div {

     display: block !important;
 }


 .uk-subTitle {
     font-weight: bold;
     color: var(--brand-color-1);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 2rem;
 }

 .faqs-panel ul li a {
     font-size: 2.2rem;
     color: var(--brand-color-1);
     padding: 14px 17px;
     font-weight: 500;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .faqs-panel p {
     font-size: 1.8rem;
     font-weight: 300;
     padding: 0 30px;
     line-height: 1.6;
 }


 .example-image-link {
     display: block;
     overflow: hidden;
 }

 .example-image-link img,
 .example-image-link:hover img {
     width: 100%;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
 }

 .example-image-link:hover img {
     -webkit-transform: scale(1.2) rotate(12deg);
     -moz-transform: scale(1.2) rotate(12deg);
     -ms-transform: scale(1.2) rotate(12deg);
     -o-transform: scale(1.2) rotate(12deg);
     transform: scale(1.2) rotate(12deg);

 }

 .video-content {
     height: 80%;
 }


 .video-content>div {
     height: 100%;
 }
.section-video:before {
    position: absolute;
    height: calc(100% - 110px);
    content: '';
    top: 0;
    left: 0;
    background: var(--page-title-color);
    width: 100%;
    z-index: -1;
}
 .section-video h3 {
     font-size: 2.1rem;
    font-family: 'Barlow Condensed';
    font-weight: 600;
 }

 .section-video p {
     font-size: 1.8rem;
     margin-top: 7px;
     color: #fff;
 }

 .video-frame {
     position: relative;
     height: 250px;
     margin-top: 0;
 }

 .video-frame iframe {
     height: 100%;
     position: absolute;
 }

 .search-header {
     width: 100%;
     text-align: center;
 }


 .search-header .uk-pageTitle {
     text-align: center;
 }

 .show-filter-form {
     overflow: hidden;
 }

 .uk-filter-search {
     background: var(--page-title-color);
     color: #fff;
 }

 .search-header .uk-reset-search,
 .sort-by .uk-btn {
     display: none;
 }

 .sort-by-mobile,
 .sort-by-holiday {
     display: inline-block;
 }

 .sort-by-mobile .btn-text-large {
     padding-top: 11px;
     padding-bottom: 13px;
     text-transform: uppercase;
 }

 .search-header p {
     margin: 0 1.4rem 11px 0;
     display: block;
     font-size: 2rem;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .search-header .uk-reset-search {
     margin-top: 8px;
 }

 .search-header button {
     font-size: 1.4rem;
     text-transform: capitalize;
 }



 .search-result .tag-btn {
     margin-right: -4px;
     -webkit-border-radius: 0;
     border-radius: 0;
 }

 .search-result .tag-btn:last-child {
     margin-bottom: 0;
 }

 .search-result .tag-wrap {
     margin-top: 23px;
 }

 .filter-heading {
     text-transform: uppercase;
     font-size: 2.01rem;
     font-weight: 600;
     font-family: 'Barlow Condensed', sans-serif;
     color: var(--brand-color-1);
 }

 .each-trip-list:last-child {
     margin-bottom: 0;
 }


 .label label,
 .inserted-div label {
     display: flex;
     align-items: center;
     color: #333;
     position: relative;
 }

 .filter-heading .label {
     margin-bottom: 1.1rem;
 }

 .filter-heading .label label {
     font-size: 1.65rem;
     font-weight: 400;
     cursor: pointer;
 }

 .filter-heading:hover,
 .filter-heading.uk-accordion-title:hover:before,
 .filter-search .uk-open .filter-heading,
 .filter-search .uk-open .filter-heading.uk-accordion-title::before,
 .label label:hover {
     color: var(--page-title-color);
 }

 .filter-heading:focus,
 .filter-heading.uk-accordion-title:focus:before {
     color: var(--brand-color-1);
 }

 .inserted-div label {
     margin-bottom: 0.9rem;
 }

 .filter-search .label,
 .filter-search .inserted-div label {
     display: flex;
     align-items: center;
 }

 .filter-search .label i {
     font-style: normal;
 }
 .filter-search .uk-checkbox {
     margin-top: 3px;
     margin-right: 8px;
 }



 .label label>span {
     width: 17px;
     height: 17px;
     display: flex;
     justify-content: center;
     border: 1.2px solid #163950;
     margin-right: 15px;
     transition: all .3s;
     vertical-align: middle;
     margin-top: 6px;
     -webkit-align-items: center;
     align-items: center;
 }

 .label {
     margin-bottom: 0.9rem;
 }

 .label label {
     font-size: 1.6rem;
     font-weight: 400;
     cursor: pointer;
 }

 .label input:checked+label>span {
     border: 2px solid #163950;
     animation: bounce 250ms;
 }


 .label input:checked+label>span::before {
     content: '';
     position: absolute;
     top: 12px;
     left: 3px;
     border-right: 3px solid transparent;
     border-bottom: 3px solid transparent;
     transform: rotate(45deg);
     transform-origin: 0% 100%;
     animation: checked-box 125ms 250ms forwards;
 }

 .uk-accordion-content .uk-icon {
     left: 69%;
 }



 .uk-keyword button {
     position: absolute;
     background: var(--brand-color-1);
     color: #fff;
     width: 4.0rem;
     border: none;
     display: inline-block;
     height: 100%;
     top: 0;
     right: 0;
     line-height: 11px;
     cursor: pointer;
     border-radius: 0.5rem;
 }


 .filter-heading.uk-accordion-title::before {
     cursor: pointer;
     font-style: bold;
     line-height: 33px;
     font-size: 27px;
     content: '\f2f9';
     background: none;
     color: var(--brand-color-1);
     font-family: 'Material-Design-Iconic-Font';
     width: auto;
     height: auto;
     transition: rotate .3s linear;
 }


 .filter-search .uk-open .filter-heading.uk-accordion-title::before {
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
     transition: rotate .3s linear;
 }

 .filter-search ul li,
 .filter-search .uk-accordion> :nth-child(n+2) {
     margin: 0;
 }

 .filter-search ul li {
     padding: 16px 0 11px 0;
     border-top: 1px solid #cccccc7d;
 }

 .filter-search .uk-accordion li:first-child {
     border-top: 1px solid transparent;
     padding-top: 0;
 }

 .filter-search .uk-accordion-content {
     margin: 10px 0;
 }

 @keyframes checked-box {
     0% {
         width: 0;
         height: 0;
         border-color: #212121;
         transform: translate(0, 0) rotate(45deg);
     }

     33% {
         width: 4px;
         height: 0;
         border-color: #212121;
         transform: translate(0, 0) rotate(45deg);
     }

     100% {
         width: 4px;
         height: 8px;
         border-color: #212121;
         transform: translate(0, -8px) rotate(45deg);
     }
 }

 @keyframes bounce {
     0% {
         transform: scale(1);
     }

     33% {
         transform: scale(.7);
     }

     100% {
         transform: scale(1);
     }
 }

 .indicator {
     /*margin-top: 1.3rem;*/
 }

 .indicator div {
     display: inline-block;
     font-size: 1.9rem;
     margin-top: 1.3rem;
     padding-right: 5rem;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .indicator div:last-child {
     padding-right: 0;
 }

 .indicator div i {
     margin-right: 1.1rem;
     font-size: 24px;
 }

 .trek-highlight {
     margin: 2.7rem 0 1.5rem 0;

 }

 .trek-highlight h4 {
     margin: 0 0 15px 0;
 }


 .trek-highlight ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .trek-highlight ul li {
     position: relative;
     color: var(--brand-color-1);
     font-weight: 400;
     font-size: 1.7rem;
     padding-bottom: 0.6rem;
     padding-left: 2.0rem;
 }

 .trek-highlight ul li:before {
     position: absolute;
     color: var(--brand-color-1);
     left: 4px;
     content: '\f26d';
     top: 8px;
     font-size: 8px;
     font-family: 'Material-Design-Iconic-Font';
 }

 .tourlisting__image img {
     height: 100%;
     object-fit: cover;
     box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
 }

 .trek-highlight h4 {
     color: var(--brand-color-1);
     text-transform: uppercase;
     font-size: 2.2rem;
     font-weight: 600;
     letter-spacing: 0;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .trip-content h3 {
     font-size: 2.0rem;
     margin-top: 1.3rem;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .each-trip-list .trip-content,
 .search-result .each-trip-list {
     background: url(../img/transparent-pattern.png) no-repeat;
     background-position: left center;
     background-size: cover;
 }

 .search-trip-content {
     padding: 9px 20px 0 30px;
 }

 .departure-by-dates .each-trip-list .search-trip-content {
     width: 100%;
     padding: 9px 0 0 0;
 }

 .trip-content>div {
     position: relative;
 }

 .search-result .trek-highlight {
     margin-top: 23px;
     width: 100%;
 }

 .search-result .dp-dates {
     display: none;
 }

 .search-result.departure-by-dates .dp-dates {
     display: flex;
 }

 .dp-dates {
     padding: 1.2rem 2rem;
     color: #fff;
     background: var(--brand-color-1);
 }

 .dp-dates .status {
     font-weight: 600;
     position: relative;
 }

 .dp-dates .status:before {
     width: 15px;
     height: 15px;
     background: #43B51F;
     content: "";
     position: absolute;
     top: 6px;
     left: -22px;
     border-radius: 100%;
 }

 .dp-dates h3 {
     text-transform: uppercase;
     color: #fff;
     margin: 0;
     font-weight: bold;
     font-size: 1.9rem;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .each-trip-list .trip-title a {
     font-size: 28px;
 }

 .trip-content>div .uk-btn {
     position: absolute;
     top: -26px;
     right: -10px;

 }

 .indicator p {
     font-size: 1.7rem;
     display: inline-block;
     margin-top: 0;
     margin-bottom: 0;
 }

 .indicator p:nth-child(even) {
     margin: 0 3rem;
 }

 .each-trip-list {
     margin-bottom: 3.5rem;
 }

 .tag-btn i {
     vertical-align: initial;
     font-size: 1.7rem;
     margin-right: 5px;
 }

 .tag-btn.tag-btn-blue:last-child {
     background: #BF954B;
 }


 .tag-btn {
     font-weight: 400;
     font-family: 'Barlow Condensed', sans-serif;
     display: inline-block;
     font-size: 1.9rem;
     margin-right: 18px;
     vertical-align: middle;
     padding: 6px 22px 8px 20px;
     -webkit-border-radius: 0.4rem;
     border-radius: 0.4rem;
     margin-bottom: 7px;
 }


 .tag-btn.tag-btn-blue {
     color: #fff;
     background: var(--brand-color-1);
 }



 .paginate-links {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .paginate-links .page-numbers {
     transition: all .3s ease;
     display: inline-block;
     text-align: center;
     text-decoration: none;
     font-size: 18px;
     font-weight: 600;
     height: 40px;
     line-height: 40px;
     min-width: 40px;
     border-radius: 100%;
     margin-right: 1.0rem;
     color: var(--brand-color-1);
 }


 .page-numbers a {
     color: #fff;
     background: var(--brand-color-1);
     height: 40px;
     line-height: 40px;
     min-width: 40px;
     color: #fff;
     display: block;
     border-radius: 100%;

 }

 .paginate-links .page-numbers.current,
 .paginate-links .page-numbers a:hover {
     background: var(--button-color-green);
     color: #fff;
 }

 .breadcrumb_section ol,
 .breadcrumb_section ul {
     padding: 0;
     list-style: none;
     margin: 0;
 }

 .breadcrumb_section ol li,
 .breadcrumb_section ul li {
     display: inline-block;
     font-size: 16px;
     padding-right: 5px;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .breadcrumb_section ol li a:hover {
     color: var(--button-color-green);
 }

 .breadcrumb_section .breadcrumb>*>* {
     color: #333;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 16px;
 }

 .breadcrumb_section i:before {
     font-family: 'Material-Design-Iconic-Font';
 }

 .category-content p {
     color: var(--brand-color-1);
     ;
 }

 .region-map {
     background: #f1f1f1;
     padding: 1.2rem;
 }

 .map-indicator h3 {
     font-size: 2.7rem;
 }

 .map-indicator ul {
     margin: 15px 0 0 0;
     padding: 0;
     list-style-type: none;
 }

 .map-indicator ul li {
     font-size: 1.8rem;
     position: relative;
     color: #333;
     padding-left: 40px;
     padding-bottom: 1.1rem;
 }

 .map-indicator ul li i {
     position: absolute;
     top: 14px;
     left: 0;
     height: 5px;
     width: 24px;
 }

 .map-indicator ul li i.red {
     background: #782306;
 }

 .map-indicator ul li i.light-green {
     background: #32D615;
 }



 .map-indicator ul li i.purple {
     background: #3C29D2;
 }

 .map-indicator ul li i.pink {
     background: #E53FCF;
 }


 .map-indicator ul li i.dark-red {
     background: #D22E12;

 }

 .map-indicator ul li i.orange {
     background: #DD8309;
 }

 .map-indicator ul li i.pink {
     background: #E53FCF;
 }

 .map-indicator ul li i.light-yellow {

     background: #EBEF43;
 }


 .category__products .uk-heading-line:before,
 .category__products .uk-heading-line:after {
     border-bottom: 2px solid var(--page-title-color) !important;
 }

 .tourlisting__image img {
     width: 100%;
 }

 .category__products .tourlisting__image img {
     border-radius: 0.5rem;
     padding: 10px;
     width: 100%;
     background: #fff;
 }

 .trip-content>div .uk-btn:hover:before {
     border-right: 16px solid var(--light-green);
 }

 .search-result .trip-content>div .uk-btn {
     top: -35px;
     right: -20px;
 }

 .trip-content>div .uk-btn::before {
     position: absolute;
     content: '';
     left: -30px;
     top: 0;
     border-left: 16px solid transparent;
     border-top: 16px solid transparent;
     border-right: 16px solid var(--button-color-green);
     z-index: 291;
 }



 .category__products .uk-heading-line> ::after,
 .category__products .uk-heading-line> ::before {
     border-bottom: calc(.2px + .05em) solid #C0964B4F;
 }


.user-review div.user-img {
    width:  250px;
    height: 280px;  
}


.each-review strong {
    color:  var(--brand-color-1);
    font-size: 2.4rem;  
    font-family: 'Barlow Condensed';
    font-weight: 600;
    text-transform: uppercase;
}
.user-review img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    background: #fff;
    padding:7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

 .user-review div h5 {
     font-size: 2.4rem;
     margin-bottom: 1.2rem;
     font-family: 'Barlow Condensed', sans-serif;
     font-weight: 500;
     line-height:  1.6;
     color: var(--brand-color-1);
     margin: 0;
     
 }

 .user-review div p {
     font-size: 1.4rem;
     font-weight:   300;
     line-height:   1.4;
     
 }

 .user-review>div {
     margin-top: 1.3rem;
 }

 .user-review div h5 {
 }

 .each-review {
     margin-bottom: 3.0rem;
 }

 .each-review:last-child {
     margin-bottom: 0;
 }

 .each-review p {
     color: var(--brand-color-1);
     font-size: 1.8rem;
 }


 .rating svg polygon {
     fill: #f7d03a !important;
     stroke: #f7d03a !important;
 }


 .itinenary-banner .uk-slider-nav {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 321;
 }

 .itinenary-banner .uk-slider-nav a {
     background: #fff;
     height: 10px;
     width: 10px;
 }

 .itinenary-banner .uk-slider-nav .uk-active a {
     background: var(--button-color-green);
 }



 .tag-btn {
     font-size: 1.9rem;
     color: var(--brand-color-1);
     background: #fff;
 }

 .tag-wrap {
     text-align: left;
 }



 .tag-btn:hover {
     color: var(--brand-color-1);
     opacity: .9;
 }

 .descriptions-text {
     margin-top: 1.3rem;
 }

 .descriptions-text p {
     color: #fff;
     /*padding-right:4.0rem;*/
 }

 .inquiry-box {
     position: relative;
     bottom: 50px;
    background: var(--button-color-green);
     padding: 2.5rem;
     padding-bottom: 0;
 }

 .inquiry-box::after {
     position: absolute;
     content: '';
     left: -100px;
     top: 1px;
     border-left: 50px solid transparent;
     border-top: 50px solid transparent;
     border-right: 50px solid var(--button-color-green);
 }

.itinerary-img {
        margin-right: 40px;
        margin-top: 10px;
    }

 .inquiry-box-wrap.uk-active{
      
      -webkit-border-radius: 0;
              border-radius: 0;
 }
 .inquiry-box-wrap.uk-active .inquiry-box:after {
      border:none;
 }


 .field-items {
     display: block;
     font-weight: 500;
     font-size: 1.8rem;

 }




 .why-book li {
     font-size: 1.6rem;
     position: relative;
     padding: 0.8rem 0 0 2.6rem;
     line-height: 1.29;
     font-weight: 500;
 }

 .why-book li::before {
     font-size: 1.7rem;
     content: '\f26b';
     position: absolute;
     top: 10px;
     left: 0;
     font-family: 'Material-Design-Iconic-Font';
     font-weight: bold;
     color: #fff;
 }

 .uk-btn-white {
     background: #fff;
     color: #43B51F;
 }

 .uk-btn-white:hover {
     opacity: .9;
 }


 .inquiry-box {
     height: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }


 .inquiry-box .uk-btn-small {
     font-size: 1.9rem;
     font-weight: 600;
 }

 .inquiry-box .btn-holder {
     margin-bottom: 0.6rem;
 }

 .uk-price {
     line-height: 1.3;
     margin-bottom: 1.8rem;
 }

 .itineary-detailed {
     padding-top: 4rem;
 }


 .eachTrip-status h4 {
     font-size: 2.0rem;
     margin: 0;
     font-weight: 600;
     font-family: 'Barlow Condensed', sans-serif;
     text-transform: uppercase;
 }





 .itinenary-menu ul li span {
     display: none;
 }





 .book-btn {
     color: var(--brand-color-1);
     font-size: 2.2rem;
     font-family: 'Barlow Condensed', sans-serif;
     transition: 0s;
     font-weight: 600;
     text-transform: uppercase;
     text-align: center;
     padding: 8px 20px;
     position: relative;
 }

 .book-btn:hover {
     color: #fff;
     -webkit-border-radius: 0.7rem;
     border-radius: 0.7rem;
     background: var(--button-color-green);
 }



 .itinenary-menu ul li:last-child:after {
     /*border-right: none;*/
     background: none !important;
 }

 .uk-active.itinenary-menu {
     z-index: 27;
     padding-top: 4px;
     -webkit-transition: all .2s;
     -moz-transition: all .2s;
     -ms-transition: all .2s;
     -o-transition: all .2s;
     transition: all .2s;
     padding-bottom: 6px !important;
     margin-top: 0 !important;
 }


 .popup-form-wrap {
     padding: 2.4rem;
 }



 .form-wraper label {
     font-size: 18px;
     font-weight: 500;
     font-family: 'Barlow Condensed', sans-serif;
     display: block;
     text-transform: uppercase;
     margin-bottom: 0.9rem;
 }


 .form-wraper .uk-form-controls input,
 .form-wraper .uk-form-controls select {
     height: 4.5rem;
     font-size: 1.7rem;
     padding-left: 2.0rem !important;
     font-family: 'Barlow Condensed', sans-serif;
 }



 .included-section h5 {
     margin-top: 0;
     font-weight: bold;
     margin-bottom: 6px;
     font-size: 2.4rem;
     text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
     color: var(--brand-color-1);
 }

 .included-section ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }



 .included-section ul li:before {
     font-family: 'Material-Design-Iconic-Font';
 }

 .included-section .is-not-included ul li::before {
     color: #900;
     content: '\f271';
 }





 .uk-btn-customize {
     font-size: 1.8rem;
     background: var(--page-title-color);
     color: #fff;
     font-family: 'Barlow Condensed', sans-serif;
     -webkit-border-radius: 0.3em;
     border-radius: 0.3em;
 }


 .uk-btn-customize:hover {
     color: #fff;
     opacity: .9;
 }

 .date-filter .uk-btn-customize {
     display: none;
 }

 .date-filter-menu {
     color:     #fff;
 }
.date-filter-menu div {
    color: #fff;
    background: var(--brand-color-1);
    border-radius: 5px;
    width: 150px;
    position: relative;
    border:1px solid var(--brand-color-1);
    border-left:none;
}

.date-filter-menu div:before {
    background: #fff;
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    content: '';
    top: 0;
    z-index: 1;
    border-radius: 0 5px 5px 0;
}


.date-filter-menu div select {
    cursor: pointer;
    border: none;
    padding: 12px 10px 12px 20px;
    -webkit-appearance: none;
    width: 100%;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    background: url(../img/chevron-down.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: 91% 56%;
}

 .date-filter-menu div select option {
    color: var(--brand-color-1);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
 }


.date-filter-menu div select:focus {
    outline:none;
    /* height: 50px; */
    border: none;
    outline-offset: 0;
}

 .date-filter {
     padding-bottom: 30px;
 }

 .date-filter .uk-select-menu:after {
     height: 0;

 }


 .divTable {
     display: block;
     width: 100%;
 }

 .divTableHeading {
     display: table-header-group;
 }

 .divTableRow {
     display: block;
 }


 .highlighted.divTable.blueTable .divTableHeading .divTableHead {
     background: #a81f00;

 }

 .divTableCell,
 .divTableHead {
     display: block;
 }


 .divTableHead {
     font-size: 1.8rem;
     text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
 }


 .divTableBody .divTableCell {
     font-size: 1.83rem;
     padding: 15px 0 0 0;
     text-align: right;
     color: var(--brand-color-1);
     font-weight: 400;
 }



 .divTableCell {
     display: block;
 }

 .divTableCell a {
     color: #333;
 }

 .divTableCell a i {

     color: #ED1C24;
 }

 .divTableCell>i {
     margin-right: 2px;
     color: #ED1C24;
     display: inline-block;
     vertical-align: text-bottom;
 }

 .divTableCell .uk-btn {
     font-size: 1.8rem;
     color: #fff;
     font-family: 'Barlow Condensed', sans-serif;
     -webkit-border-radius: 0.3em;
     border-radius: 0.3em;
     padding: 0.9rem 1.8rem;
 }


 .add-more i {
     background: #A7A9AC;
     z-index: 2;
     height: 35px;
     color: #fff !important;
     width: 35px;
     border-radius: 100%;
     text-align: center;
     cursor: pointer;
     font-style: normal;
     line-height: 35px;
     font-size: 22px;
 }

 .add-more i:hover {
     background: var(--page-title-color);
 }

 .uk-btn-red {
     background: #ED1C24;
 }

 .tab-content .cat-head {
     font-size: 3.2rem;
 }


 .trip__review.slide-icon .owl-nav {
     left: 42rem;
    top: -8.0rem;
     
 }



 .itinenary-banner .text-holder .cat-head {
     text-align: center;
 }



 .subnav-container {
     position: relative;
     top: 60px;
     width: 100%;
     z-index: 1;
 }


 .subnavs {
     background-color: #000;
     color: #fff;
     position: relative;
     width: 100%;
     padding: 1rem 0;
 }


 .list-itinenary {
     margin-top: 25px;
 }

 .list-itinenary .uk-accordion li {
     position: relative;
     color: var(--brand-color-1);
     font-family: 'Barlow Condensed', sans-serif;
 }





 .list-itinenary ul li h3 {
     margin: 0;
     line-height: 30px;   
     font-weight:  400;
     color: var(--brand-color-1);
     font-family: 'Barlow Condensed', sans-serif;
 }
 


 .accomodation-list>div {
     padding:  0 44px;
     position: relative;
     padding-bottom: 15px;
 }




 .mobile-toggle {
     margin-bottom: 30px;
 }


 .each-col i {
     color: var(--button-color-green);
     font-size: 36px;
 }


 .hero-bg>div,
 .explore__himalaya-home img {
     background-position: center top;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .gradient-border .cat-head {
     position: relative;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .gradient-border .cat-head span {
     background: #fff;
     position: relative;
     z-index: 1;
     display: inline-block;
     font-family: 'Barlow Condensed', sans-serif;
     padding-right: 20px;
 }

 .gradient-border .cat-head:before {
     background: #C0964B;
     width: 100%;
     height: 1px;
     content: '';
     position: absolute;
     right: 0;
     top: 20px;
 }



 .tag-btn-blue:hover {
     opacity: .9;
     color: #fff;
 }

 .explore-content-wrap .explore-content {
     background: #00000085;
     position: absolute;

     padding: 30px;
     display: flex;
     -webkit-align-items: center;
     align-items: center;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
 }



 .the-content p,
 .the-content {
     color:
         #333;
     font-size: 1.8rem;
 }

 .the-content h6,
 .the-content h5,
 .the-content h4,
 .the-content h3,
 .the-content h2,
 .the-content h1 {
     margin-top: 0;
     font-weight: 600;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .category-post {
    position: sticky;
    top:100px;
 }
 

.the-content h5 {
    font-size: 2.1rem;
}



 .the-content h6 {
     font-size: 1.9rem;
 }

 .banner__section-content {
     position: absolute;
     /* top: 0; */
     left: 0;
     bottom: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background: #000000a8;
     width: 100%;
     padding: 30px;
     color: #fff;
 }


 .banner__section {
     position: relative;
     padding: 72rem 0 0rem 0;
 }


 .barlow-cons {
     font-family: 'Barlow Condensed', sans-serif;
 }


 .banner__section .owl-dots {
     position: absolute;
     bottom: 50px;
     left: 0;
     z-index: 131;
     width: 100%;
     justify-content: center;
     margin: auto;
     text-align: center;
 }

 .banner__section .owl-carousel {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
 }


 .banner__section .owl-dot span {
     border: 2px solid #fff;
     height: 17px;
     width: 17px;
     padding: 0;
     display: inline-block;
     border-radius: 100%;
     margin-right: 12px;
 }

 .banner__section .owl-dot {
     outline-style: none;
 }

 .banner__section .owl-dot.active span {
     background: #fff;
 }

 .banner__section-content p {
     color: #fff;
     font-size: 1.8rem;
 }


 .blog-post-meta p {
     padding-top: 20px;
     margin-bottom: 0;
 }


 .product-image {
     display: block;
     overflow: hidden;
 }

 .single-blog-post {
     padding-bottom: 4.5rem;
     margin-bottom: 4.5rem;
     border-bottom: 2px solid #e5e5e5;
 }
.single-blog-post .blog-post-meta p {
    padding-top:13px;
    margin:0;

}
 .product-image img {
     transition: 0.2s linear;
     object-fit: cover;
 }

 .product-image:hover img {
     transform: scale(1.1);
     transition: 0.2s linear;
 }

 span.post-date i,
 span.post-read-time i {
     margin-right: 0.7rem;
 }
span.post-date {
    margin-right: 1.3rem;
}
 .blog-content .trip-title {
     margin: 13px 0 6px 0;
 }
 .recent-blog-post span.post-date, .recent-blog-post span.post-read-time {
    padding:9px 0 0 0;
 }

 .blog-content p {
     font-size: 1.7rem;
     line-height: 1.6;
     margin: 11px 0 0 0;
 }

 .blog-content .trip-title {
     font-size: 2rem;
     text-transform: uppercase;
 }

.blog-category {
    color: var(--brand-color-1);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 22px;
}
 .blog-category a {
     color: #fff;
 }

span.post-date,
span.post-read-time {
    font-size: 1.6rem;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-top:19px;

}


 .each-blog-section  .post-date {
       position: absolute;
        top: 0;
        color: #fff;
        margin:0 ;
        font-weight: bold;
        background: var(--brand-color-1);
        left: 0;
        z-index: 1;
        padding: 11px 18px;
        border: none
 }



 .single-blog-landing .author-wrap {
     border-top: 1px solid #0000000f;
     padding-top: 12px;
     margin-top: 24px;
 }

 .full-blog-content {
     margin-top: 40px;
 }


 .the-content table {

     border-collapse: collapse;
     width: 100%;
 }

 .the-content table td,
 .the-content table th {
     border: 1px solid #ddd;
     padding: 8px;
 }

 .the-content table tr:nth-child(even) {
     background-color: #f2f2f2;
 }

 .the-content table tr:hover {
     background-color: #ddd;
 }

 .the-content table th {
     padding-top: 12px;
     padding-bottom: 12px;
     text-align: left;
     color: #fff;
     background-color: var(--brand-color-1);
 }

 .tab-holder {
     margin-top: 30px;
 }

 .tab-holder ul.tabs {
     display: flex;
     margin: 0px;
     padding: 0px;
     list-style: none;
     justify-content: center;
     flex-wrap: wrap;
     align-items: center;
     border: #ededed 1px solid;
     border-left: none;
     border-right: none;
 }

 .tab-holder ul.tabs li {
     padding: 11px;
     cursor: pointer;
     position: relative;
     font-size: 1.6rem;
     border-bottom: 0;
     text-transform: uppercase;
     font-weight: bold;
     margin-right: 12px;
 }

 .tab-holder ul.tabs li:hover {
     color: var(--brand-color-1);
 }

 .tab-holder ul.tabs li.current {
     position: relative;
     color: #fff;
     background-color: var(--brand-color-1);
 }


 .team-detail {
     padding: 2rem 1.7rem;
     background:
         #fff;
 }

 .product-image img {
     width: 100%;
 }

 .team-tab-content {
     display: none;
 }

 .team-tab-content.current {
     display: block;
 }

 .filter-search-wrap {
     /* top: 0; */
     display: none;
     z-index: 27;
 }

 .search-result {
     padding: 2.5rem 0;
 }



 .uk-closes {
     background: var(--brand-color-1);
     height: 40px;
     width: 40px;
     display: inline-block;
     text-align: center;
     border-radius: 100%;
     color: #fff;
     line-height: 44px;
     position: absolute;
     right: 14px;
     top: 10px;
     display: none;
 }

 .uk-closes:hover {
     color: #fff;
 }

 .uk-closes i {
     font-size: 21px;
 }



 .show-filter-form .uk-closes {
     display: block;

 }

 .show-filter-form .filter-search-wrap {
     display: block;
     position: fixed;
     top: 0;
     height: 100%;
     left: 0;
     background: #fff;
     overflow: hidden;
     width: 100%;
     background: #fff;
     z-index: 99;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

 .show-filter-form .filter-search-wrap>div {
     padding: 30px;
     height: calc(100% - 30px);
     -ms-overflow-y: scroll;
     overflow-y: scroll;
 }

 .inspire-head {
     color: var(--brand-color-1);
     font-size: 1.8rem;
     text-transform: uppercase;
 }

 .each-expert {
     text-align: center;
     color: var(--brand-color-1);
     font-weight: 400;
     position: relative;
     text-transform: uppercase;
 }

 .each-expert:before {
     background: #f1f1f1;
     height: 100%;
     width: 100%;
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
 }

 .each-expert .expert-detail {
     padding: 14px 0 0 0;
 }

 .each-expert h3 {
     text-transform: uppercase;
     font-size: 2rem;
     font-weight: 600;
     margin: 0 0 9px 0;
     color: var(--brand-color-1);

 }

 .social-contact {
     margin: 20px 0;
 }

 .social-contact a {
     display: inline-block;
     margin-right: 8px;
 }

 .social-contact a img {
     width: 25px;
 }


 .each-expert>a>img {
     width: 100%;
 }

 .expert-number {
     display: block;
     font-weight: bold;
     text-align: center;
     font-size: 1.5rem;
     padding: 9px 0;
     margin-top: 12px;
     color: #fff;
     background: var(--page-title-color);
 }

 .expert-number:hover {
     color: #fff;
 }

 .book-form {
     max-width: 700px;
     margin: auto;
 }

 .form-group {
     margin-top: 1.6rem;
 }

 .form-group label {
     color: #000;
     font-weight: 500;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 20px;
     margin-bottom: 0.9rem;
     display: block;
 }

 .form-group .uk-select {
     background-image: none !important;
 }

 .form-group:first-child {
     margin-top: 0;
 }

 .form-group input {
     height: 4.9rem;
 }

 .form-group .uk-icon {
     color: var(--brand-color-1);
 }

 .booking-templates {
     padding: 4rem 0;

     padding-bottom: 0;
 }

 .submit-btn button {
     display: block;
     border: none;
     text-transform: uppercase;
     width: 100%;
     color: #fff;
     font-weight: 600;
     font-size: 20px;
     font-family: 'Barlow Condensed', sans-serif;
     text-align: left;
     padding: 10px 0 10px 20px;
     cursor: pointer;
     margin-top: 2.5rem;
     background: var(--page-title-color);
 }

 .submit-btn button:hover {
     opacity: .8;
 }

 .book-form p {
     color: var(--brand-color-1);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 1.7rem;
 }

 .book-form p strong {
     text-decoration: underline;
     text-transform: uppercase;
 }

 .book-form p em {
     color: var(--page-title-color);
     text-transform: uppercase;
     font-style: normal;
     font-weight: 600;
     font-size: 20px;
 }

 .each-traveller h2 {
     color: var(--page-title-color);
     font-size: 32px;
     font-weight: bold;
     text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .each-traveller .uk-accordion-title {
     display: inline-block;
     font-weight: 600;
     color: var(--brand-color-1);
     font-size: 2.1rem;
 }

 .each-traveller .uk-accordion-title:hover,
 .each-traveller .uk-accordion-title:focus {

     color: var(--brand-color-1);
 }

 .each-traveller .uk-accordion-title:before {
     background-color: var(--brand-color-1);
     -webkit-border-radius: 100%;
     border-radius: 100%;
 }

 .each-traveller .uk-accordion-content label {
     font-size: 18px;
     font-weight: 500;
     font-family: 'Barlow Condensed', sans-serif;
     display: block;
     color: #333;
     text-transform: uppercase;
     margin-bottom: 0.9rem;
 }

 .each-traveller .uk-accordion-content input,
 .each-traveller .uk-accordion-content textarea,
 .each-traveller .uk-accordion-content select {
     color: #333 !important;
 }

 .form-group .uk-icon {
     left: inherit;
 }

 .each-traveller .uk-accordion-content input::placeholder {
     /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: #333;
     opacity: 1;
     /* Firefox */
 }

 .each-traveller .uk-accordion-content input:-ms-input-placeholder {
     /* Internet Explorer 10-11 */
     color: #333;
 }

 .each-traveller .uk-accordion-content input::-ms-input-placeholder {
     /* Microsoft Edge */
     color: #333;
 }

 .each-traveller .submit-btn button {
     display: block;
     border: none;
     text-transform: uppercase;
     width: 100%;
     color: #fff;
     font-weight: 600;
     font-size: 20px;
     font-family: 'Barlow Condensed', sans-serif;
     text-align: left;
     padding: 10px 0 10px 20px;
     position: relative;
     cursor: pointer;
     margin-bottom: 20px;
     margin-top: 2.5rem;
     background-color: var(--brand-color-1);
 }


 .each-traveller .submit-btn button i {
     background: #fff;
     z-index: 2;
     height: 35px;
     position: absolute;
     right: 0;
     color: var(--brand-color-1);
     width: 35px;
     border-radius: 100%;
     text-align: center;
     cursor: pointer;
     font-style: normal;
     line-height: 35px;
     top: 6px;
     right: 6px;
     font-size: 22px;
 }

 .go-back {
     text-align: center;
     background: #E6E6E6;
     color: #333;
     display: inline-block;
     text-transform: uppercase;
     font-size: 12px;
     font-family: 'Barlow', sans-serif;
     padding: 6px 16px;
 }



.modal-info {
    background: #163c57ad !important;
    }

 .modal-info .uk-modal-dialog {
     box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
     border-radius: 11px 11px 11px 11px;
     background: #fff;
     width: 760px;
     padding: 50px;
 }

 .modal-info h3 {
     color: var(--brand-color-1);
     font-size: 19px;
     text-transform: uppercase;
     font-size: 25px;
     font-weight: bold;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .modal-info ul {
     list-style: none;
     margin: 0;
     padding: 0;

 }

 .modal-info ul li {
     color: var(--brand-color-1);
     font-weight: 400;
     font-size: 1.69rem;
     position: relative;
     padding-left: 20px;
     padding-bottom: 8px;
 }

.modal-info ul li:before {
     content: '\f26d';
     position: absolute;
     left: 0;
     top: 5px;
     font-size: 10px;
     font-family: 'Material-Design-Iconic-Font';
 }

 .modal-info button {
     background: #fff;

     height: 40px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.43);
     width: 40px;
     line-height: 30px;
     text-align: center;
     border-radius: 100%;
 }
.modal-info button svg line {
    stroke:var(--brand-color-1);
}
 .view-mores {
     position: relative;
     background: #000;
     display: block;
 }

 .view-mores span {
     position: absolute;
     width: 100%;
     color: #fff;
     text-transform: uppercase;
     font-size: 20px;
     top: 0;
     left: 0;
     font-weight: bold;
     text-align: center;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .view-mores:hover img {
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     transform: scale(1.2);
 }

 .view-mores {
     overflow: hidden;

 }

 .view-mores img {
     height: 136px;
     width: 100%;
     overflow: hidden;
     object-fit: cover;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     opacity: .4;
 }

 .uk-btn-blue {
     color: #fff;
     background: var(--brand-color-1);
     font-weight: 500;
     text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
     border-radius: 5px;
 }

 .uk-btn-blue:hover {
     opacity: .8;
     color: #fff;

 }




 .recommendation-company {
     display: flex;
     list-style-type: none;
     -webkit-justify-content: center;
     justify-content: center;
     margin: 0;
     padding: 24px 0;
     align-items: center;
     flex: 1;
     flex-wrap: wrap;
 }


 .recommendation-company li {
     display: inline-block;
     text-align: center;
     padding: 0 20px 0px 20px;
 }


 .departure-by-dates .each-trip-list .tourlisting__image {
     display: none;
 }


 .departure-by-dates .trip-content>div {
     padding: 0;
 }

 .departure-by-dates .tag-wrap {
     display: none;
 }

 .departure-by-dates .each-trip-list .trip-content {
     width: 100%;
 }

 .last-footer p a {
     color: #fff;
     font-size: 1.6rem;
 }


 /* Single Blog */
 .sidebar-post ul {
    margin:0;
    padding:0;
    list-style: none;

 }

 .category__sector.uk-active {
    z-index: 27;
 }
 .category__sector h5, .sidebar-post h5 {
     font-size: 24px;
     text-decoration: none;
     color: #fff;
     padding: 0 0 13px 0px;
     margin: 0 0 0px 0px;
     font-weight: 500;
     margin-top: 0;
     text-transform: uppercase;
     background: var(--brand-color-1);
     padding: 7px 20px;
     color: #fff;
     font-family: 'Barlow Condensed', ;
 }


 .category__sector ul {
     background: #f1f1f1;
     margin: 0;
     padding: 0;
 }




 .category__sector ul li a {
     display: block;
     padding-left: 10px;
     color: #333;
     font-size: 18px;
 }

 .category__sector ul li a:hover {
     color: var(--brand-color-1);
 }

 .category__sector ul li span {
     position: absolute;
     right: 10px;
     background: var(--page-title-color);
     top: 8px;
     height: 30px;
     width: 30px;
     color: #fff;
     border-radius: 100%;
     font-size: 16px;
     text-align: center;
     line-height: 30px;
 }


 .category__sector ul li {
     position: relative;
     padding: 9px 0;
     list-style: none;
     border-bottom: 1px solid #3333331f;
 }

 .blog_news-category {
     margin-bottom: 30px;
     z-index: 27;
 }
 .blog-content .trip-title.blog-title {
    font-size: 22px;

    line-height: 1.56;
}
.single-blog-post .posted-date {
    position: absolute;
    top: 0;
    color: #fff;
    margin: 0;
    font-weight: bold;
    background: var(--brand-color-1);
    left: 0;
    z-index: 1;
    padding: 11px 18px;
    border: none;
}

 .single-blog-post .nepal-luxuary-content {
    background:#f1f1f1;
 }

 .blog-content .trip-title.blog-title a {
    font-size: inherit;
 }


 .recent-blog-post .blog-post {
     text-align: left;
     padding: 20px 0;
     display: block;
 }


 .each-blog-section .blog-content {
    box-shadow:none;
 }
 
.recent-blog-post .blog-post:last-child {
    padding-bottom:0; 
}
 .blog__img {
     flex: 2;
     margin-bottom: 20px;
 }
 .post-content {
     flex: 2;
 }


 /* Single Blog */



 .review-internal {
     background: #f1f1f1;
     padding: 30px;
 }




 .control-label label {
     display: block;
     margin-bottom: 8px;
     font-size: 15px;
     font-weight: 600;
     color: var(--brand-color-1);
     text-transform: uppercase;
 }

 .control-label label strong {
     color: #f00;
 }

 .review-internal .control-label input[type="text"] {
     height: 40px;
 }

 .review-internal .control-label .uk-radio {
     height: 16px;
 }

 .form-group strong {
     font-weight: bold;
     color: #900;
 }

 .form-groups .uk-btn {
     margin-top: 15px;
 }

 .form-groups input[type="file"] {
     display: inline-block;
     vertical-align: -moz-middle-with-baseline;
 }

 .sort-trip label {
     margin-right: 10px;
     display: inline-block;
     vertical-align: text-top;
     margin-bottom: 12px;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 600;
     color: #333;
     letter-spacing: -0.3px;
 }

 .sort-trip label input[type="radio"] {
     margin-right: 6px;
 }

 .each__sidebar-reviews {
     border-top: 1px solid #ccc;
     padding: 2.6rem 0;
 }

 .form-groups textarea {
     width: 100%;
     height: 200px;
 }

 .each__sidebar-reviews:first-child {
     border-top: none;
     padding-top: 0;
 }

 .user-photo .img-rounded {
     height: 5.5rem;
     width: 5.5rem;
 }

 .user-photo h5 {
     margin-bottom: 0.4rem;
     color: var(--brand-color-1);
     margin-top: 11px;
     font-size: 15px;
 }

 .review-from p {
     font-size: 1.4rem;
     margin-top: 0;
     margin-bottom: 0;
 }

 .review-from p strong {
     font-weight: 500;
 }

 .review-detail {
     flex: 1;
 }

 .review-detail p {
     font-size: 15px;
     margin-top: 11px;
     margin-bottom: 0;
 }

 .user-photo {
     margin-right: 1.5rem;
 }


 .trek-name {
     font-size: 20px;
     color: var(--brand-color-1);
     font-weight: 600;
 }

 .drop-down {
     position: relative;
 }

 .dropDown-menu {
     position: absolute;
     top: 120%;
     z-index: 1;
     left: 0;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
     padding-top: 6px !important;
     padding-bottom: 6px !important;
     background: rgba(3, 64, 118, 0.80);
     width: 200px;
 }

 .dropDown-menu li a {
     color: #fff;
     font-weight: bold;
     display: block;
     opacity: 1;
     font-size: 1.5rem;
     padding: 6px 0px 6px 19px;
     text-transform: uppercase;
     transition: 0s;
     display: flex;
     -webkit-align-items: center;
     -webkit-align-self: stretch;
     align-self: stretch;
     align-items: center;
 }

 .dropDown-menu li a:hover {
     color: #BFD730;
 }


 .drop-down:hover .dropDown-menu {
     top: 100%;
     opacity: 1;
     visibility: visible;
     -webkit-transition: 0.3s linear;
     -moz-transition: 0.3s linear;
     -ms-transition: 0.3s linear;
     -o-transition: 0.3s linear;
     transition: 0.3s linear;
 }



 .trek-menu {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-column-gap: 30px;
     width: 100%;
 }


 .form-grid {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     grid-column-gap: 30px;
 }

 .tailormade-customize-form h3 {
     color: #333;
     text-transform: uppercase;
     border-bottom: 1px solid #ccc;
     padding-bottom: 21px;
     margin-bottom: 21px !important;
 }

 .overall-ratings {
     display: inline-block;

 }
 .overall-rating span {
    margin-right:   6px;
    display: inline-block;  
 }

.overall-rating ins {
    background: var(--page-title-color);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 12px;
    font-weight: bold;
}

.allreview {
    font-size:  1.8rem;
    line-height: 1.9;
    color: var(--brand-color-1);
}
 .glyphicon {
     position: relative;
     top: 1px;
     margin-right: 7px;
     display: inline-block;
     font-family: 'Material-Design-Iconic-Font';
     font-style: normal;
     font-weight: 400;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }


 .glyphicon-star::before {
     content: '\f27d';
 }

 .j-rating .text {
     margin-left: 15px;
     cursor: default;
     font-size: 15px;
     padding: 5px 15px;
     display: inline-block;
     text-align: center;
     vertical-align: text-top;
     float: none;
 }

.each-review p {
    color: var(--brand-color-1);
    font-size: 1.8rem;
}


.rating svg polygon {
    fill: #f7d03a !important;
    stroke: #f7d03a !important;
}


.itinenary-banner .uk-slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 321;
}

.itinenary-banner .uk-slider-nav a {
    background: #fff;
    height: 10px;
    width: 10px;
}

.itinenary-banner .uk-slider-nav .uk-active a {
    background: var(--button-color-green);
}

.section-overview {
    background: var(--brand-color-1);
    color: #fff;
}


.tag-btn {
    font-size:  1.9rem;
    color: var(--brand-color-1);
    background: #fff;
}

.tag-wrap {
        text-align: left;   
    }



.tag-btn:hover {
    color: var(--brand-color-1);
    opacity: .9;
}

.descriptions-text {
    margin-top: 2rem;
    font-size:      1.8rem;
    padding-right:  4rem;
    line-height:    1.6;
    font-weight: 300;
}

.descriptions-text p {
    color: #fff;
    /*padding-right:4.0rem;*/
}

.inquiry-box {
    position: relative;
    bottom: 50px;
    background: #43B51F;
    z-index: 1;
    padding: 2.5rem;
    padding-bottom: 0;
}

.inquiry-box::after {
    position: absolute;
    content: '';
    left: -100px;
    top: 1px;
    border-left: 50px solid transparent;
    border-top: 50px solid transparent;
    border-right: 50px solid var(--button-color-green);
}

.inquiry-box-wrap {
    background: #43B51F;
    margin-bottom: -9px;
    border-radius: 0 0 8px 8px;
}



.trip-currency {
    font-weight: bold;
    font-size: 3.5rem;
}

.why-book {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}


.why-book li {
    font-size: 1.6rem;
    position: relative;
    padding: 0.8rem 0 0 2.6rem;
    line-height: 1.29;
    font-weight: 500;
}

.why-book li::before {
    font-size: 1.7rem;
    content: '\f26b';
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'Material-Design-Iconic-Font';
    font-weight: bold;
    color: #fff;
}

.uk-btn-white {
    background: #fff;
    color: #43B51F;
}

.uk-btn-white:hover {
    opacity: .9;
}


.inquiry-box {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.inquiry-box .uk-btn-small {
    font-size: 1.9rem;
    font-weight: 600;
}

.inquiry-box .btn-holder {
    margin-bottom: 0.6rem;
}

.uk-price {
    line-height: 1.3;
    margin-bottom: 1.8rem;
}

.breadcrumb_section {
    margin-top:40px;
}

.css-grid {
    display: grid;
    grid-column-gap: 33px;
    width: 100%;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 30px;
}
.eachTrip-status:last-child {
    grid-column:span 2;
    max-width: 610px;
}

.uk-active .inquiry-box {
     height: auto;
}

.eachTrip-status {
    display: flex;
    color: var(--brand-color-1);
    max-width: 300px;

}
.eachTrip-status i {
     margin-right: 20px;
    color: var(--button-color-green);
    font-size: 4rem;
}



.itinenary-menu ul {
    margin: 0;  
    padding: 0; 
    list-style: none;   
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.itinenary-menu {
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.itinenary-menu ul li.tab-title a  {
    color: var(--brand-color-1);
    display: block;
    font-size: 2.2rem;
    font-family: 'Barlow Condensed', sans-serif;
    transition: 0s;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    cursor: pointer;
    display: flex;
    position: relative; 
    align-items: center;
    align-self: stretch;
}

.itinenary-menu ul li.tab-title {
    height: 100%;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

.itinenary-menu ul .tab-title span {
    display: none;
}

.itinenary-menu ul .tab-title:hover a,
.itinenary-menu ul .tab-title.uk-active a    {
    background: var(--page-title-color);
    color: #fff;
    border-radius: 4px;
}

.itinenary-menu ul .tab-title:nth-child(even)::before,
.itinenary-menu ul .tab-title:nth-child(even)::after {
    width: 2px;
    height: 25px;
    background: #00000038;
    content: '';
    top: 16px;
    position: absolute;
}

.itinenary-menu ul .tab-title:nth-child(even):before {
     left:     -22px;
}
.itinenary-menu ul .tab-title:nth-child(even)::after {
     right:     -22px;
}

.itinenary-menu ul li.tab-title.last-item:after {
     background:none;
}


.book-btn {
    color: var(--brand-color-1);
    font-size: 2.2rem;
    font-family: 'Barlow Condensed', sans-serif;
    transition: 0s;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 20px;
    position: relative;
}

.book-btn:hover {
    color: #fff;
    -webkit-border-radius: 0.7rem;
    border-radius: 0.7rem;
    background: var(--button-color-green);
}


.trip__overview p {
    color: var(--brand-color-1);
}
.itinenary-menu ul li:last-child:after {
    /*border-right: none;*/
    background: none !important;
}

.uk-active.itinenary-menu {
    z-index: 27;
    padding-top: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding-bottom: 6px !important;
}


.popup-form-wrap {
    padding: 2.4rem;
}



.form-wraper label {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}


.itinenary-menu.sticky {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 999;
    margin-top: 0 !important;  
}

.form-wraper .uk-form-controls input,
.form-wraper .uk-form-controls select {
    height: 4.5rem;
    font-size: 1.7rem;
    padding-left: 2.0rem !important;
    font-family: 'Barlow Condensed', sans-serif;
}



.included-section h5 {
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    color: var(--brand-color-1);
}

.included-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.included-section ul li {
    position: relative;
    color: var(--brand-color-1);
    font-size: 1.8rem;
    padding:  7px 0 6px 30px;
    font-weight:400;
    line-height: 24px;   
}


.is-included {
    margin: 3rem 0;
}


.included-section ul li::before {
    content: "\2713";
    color: #3e9811;
    margin-right:1.4rem;
    position: absolute;
    font-size: 2.4rem;
    left: 0;
    top: 10px;
}
.is-not-included {
    margin-bottom: 10px;
}

.date-filter {
    margin-top: 2.5rem;
}

.uk-btn-customize {
    font-size: 1.8rem;
    background: var(--page-title-color);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}


.uk-btn-customize:hover {
    color: #fff;
    opacity: .9;
}

.date-filter .uk-btn-customize {
    display: none;
}

.date-filter .uk-select-menu:before {
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
    color: var(--brand-color-1);
    position: absolute;
    right: 0;
    -webkit-border-radius: 0px 7px 7px 0 !important;
    border-radius: 0px 7px 7px 0 !important;
    background: #fff;
    border: 1px solid #ccc;
    top: 0;
    font-size: 20px;
    height: 38px;
    width: 32px;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
}

.date-filter .uk-select-menu:after {
    height: 0;

}


.divTable {
    display: block;
    width: 100%;
}

.divTableHeading {
    display: table-header-group;
}

.divTable.blueTable .divTableHeading .divTableHead {
    background: var(--brand-color-1);
    color: #fff;
    font-weight: 500;
    padding: 14px 35px;
    display: none;
    font-size: 2.1rem;
    vertical-align:     middle;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}


.highlighted.divTable.blueTable .divTableHeading .divTableHead {
    background: #a81f00;
}

.faqs-panel  {
    margin-top: 40px;
}
.divTableBody .divTableRow {
    display: block;
    align-items: center;
    padding: 15px 24px 20px 24px;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f1f1f1;
    margin-bottom: 25px;
}


.divTableBody {
    font-weight: 500;
    display: block;
}


.divTableCell a {
    color: #333;
}

.divTableCell a i {
    color: #ED1C24;
}

.divTableCell>i {
    margin-right: 2px;
    color: #ED1C24;
    display: inline-block;
    vertical-align: text-bottom;
}

.divTableCell .uk-btn {
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    padding: 0.9rem 1.8rem;
}


.add-more i {
    background: #A7A9AC;
    z-index: 2;
    height: 35px;
    color: #fff !important;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    line-height: 35px;
    font-size: 22px;
}

.add-more i:hover {
    background: var(--page-title-color);
}

.uk-btn-red {
    background: #ED1C24;
}

.tab-content .cat-head {
    font-size: 3.2rem;
}


.trip__review.slide-icon .owl-nav {
    left: 42rem;
}



.itinenary-banner .text-holder .cat-head {
    text-align: center;
}

.it-mobile-heading {
    display: none;
}




.subnavs {
    background-color: #000;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 1rem 0;
}




.list-itinenary .uk-accordion li:last-child {
    margin-bottom: 25px;
}


.list-itinenary .uk-accordion-title:before {
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 7px;
    z-index: 2;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    line-height: 33px;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.list-itinenary ul li .days   {
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    background-color: #fff;
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
        box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
    margin-right: 90px;
    font-weight: 500;
    padding: 9px 22px;
    border-radius: 5px;
}


.list-itinenary ul li .days span {
    font-family: 'Barlow Condensed', sans-serif;
}


.accomodation-list>div i {
    font-size: 2.9rem;
    margin-right: 1.4rem;
    color: var(--light-green);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: 0;
}


.accomodation-list>div strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
}

.itinerary-img {
    float: left;    
}
.list-itinenary .uk-accordion li a {
        width:90%;
}
.list-itinenary .uk-accordion li {
        padding-left: 112px;    
        margin-top: 0;
    }


.list-itinenary .uk-accordion li::before {
        display: block;
        width: 10px;
        height: 100%;
        position: absolute;
        top: 10px;
        left: 20px;
        background: url(../img/footpath-line.svg) repeat-y;
        content: '';
    }
.list-itinenary .uk-accordion li a h3 {
    font-size: 20px;
    padding:9px 22px;
    padding-right: 80px;
    border-radius: 5px;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.08);
    display: block;
    line-height:    27px;
}
    
    .list-itinenary .uk-accordion li:nth-child(even) {
       padding-top: 0;
       padding-bottom: 0;
       margin: 0;
    }
.mobile-toggle {
    margin-bottom: 30px;
}

.why-uswrap {
    width: 100%;
}

.each-col i {
    color: var(--button-color-green);
    font-size: 36px;
}

.each-col h3 {
    color: #fff;
    font-weight:    600;
    text-transform: uppercase;
}

.hero-bg>div,
.explore__himalaya-home img {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.gradient-border .cat-head {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
}

.gradient-border .cat-head span {
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    padding-right: 20px;
}

.gradient-border .cat-head:before {
    background: #C0964B;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
}



.tag-btn-blue:hover {
    opacity: .9;
    color: #fff;
}

.explore-content-wrap .explore-content {
    background: #00000085;
    position: absolute;

    padding: 30px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.explore-content-wrap .cat-head.text-small, 
.why-explore-content-wrap .cat-head.text-small {
    font-size: 3.5rem;
}

.the-content p,
.the-content {
    color:
        #333;
    font-size: 1.8rem;
}

.the-content h6,
.the-content h5,
.the-content h4,
.the-content h3,
.the-content h2,
.the-content h1 {
    margin-top: 0;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}

.the-content h1 {
    font-size: 4.0rem;
}
.the-content h2 {
    font-size: 3.0rem;
}
.the-content h3 {
    font-size: 2.7rem;
}

.the-content h4 {
    font-size: 2.4rem;
}



.the-content h6 {
    font-size: 2rem;
}

.banner__section-content {
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000000a8;
    width: 100%;
    padding: 30px;
    color: #fff;
}


.banner__section {
    position: relative;
    padding: 72rem 0 0rem 0;
}


.barlow-cons {
    font-family: 'Barlow Condensed', sans-serif;
}


.banner__section .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 131;
    width: 100%;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.banner__section .owl-carousel {
       position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
}


.banner__section .owl-dot span {
    border: 2px solid #fff;
    height: 17px;
    width: 17px;
    padding: 0;
    display: inline-block;
    border-radius: 100%;
    margin-right: 12px;
}

.banner__section .owl-dot {
    outline-style: none;
}
.banner__section .owl-dot.active span {
    background:#fff;
}

.banner__section-content p {
    color: #fff;
    font-size: 1.8rem;
}




.product-image {
    display: block;
    overflow: hidden;
}


.product-image img {
    transition: 0.2s linear;
    object-fit: cover;
}

.product-image:hover img {
    transform: scale(1.1);
    transition: 0.2s linear;
}

.blog-content .trip-title {
    margin: 13px 0 6px 0;
}

.blog-content p {
    font-size: 1.7rem;
    line-height: 1.6;
    margin: 11px 0 0 0;
}

.blog-content .trip-title {
    font-size: 2rem;
    text-transform: uppercase;
}


.blog-category a {
    color: #fff;

}


.pageTitle-wrapper.single-blog-landing {
    padding: 4rem 0;
}

.single-blog-landing .author-wrap {
    border-top: 1px solid #0000000f;
    padding-top: 12px;
    margin-top: 24px;
}


.the-content table td,
.the-content table th {
    border: 1px solid #ddd;
    font-size:  15px;
    padding: 8px;
}

.bog-category {
    position:sticky;
    top:100px;
}
.the-content table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.the-content table tr:hover {
    background-color: #ddd;
}

.the-content table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: #fff;
    background-color: var(--brand-color-1);
}

.tab-holder {
    margin-top: 30px;
}

.tab-holder ul.tabs {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border: #ededed 1px solid;
    border-left: none;
    border-right: none;
}

.tab-holder ul.tabs li  {
    padding: 11px;
    cursor: pointer;
    position: relative;
    font-size: 1.6rem;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 12px;
}

.tab-holder ul.tabs li:hover {
    color: var(--brand-color-1);
}

.tab-holder ul.tabs li.current {
    position: relative;
    color: #fff;
    background-color: var(--brand-color-1);
}


.team-detail {
    padding: 2rem 1.7rem;
    background:
        #fff;
}

.product-image img {
    width: 100%;
}

.team-tab-content {
    display: none;
}

.team-tab-content.current {
    display: block;
}

.filter-search-wrap {
    /* top: 0; */
    display: none;
    z-index: 	27;
}

.search-result {
    padding: 2.5rem 0;
}



.uk-closes {
    background: var(--brand-color-1);
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    line-height: 44px;
    position: absolute;
    right: 14px;
    top: 10px;
    display: none;
}

.uk-closes:hover {
    color: #fff;
}

.uk-closes i {
    font-size: 21px;
}



.show-filter-form .uk-closes {
    display: block;

}
.show-filter-form .filter-search-wrap {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;   
    left: 0;
    background:#fff;
    overflow: hidden;   
    width: 100%;
    background: #fff;
    z-index:   99;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.show-filter-form .filter-search-wrap > div {
    padding: 30px;
    height: calc(100% - 30px);
    -ms-overflow-y:     scroll;
        overflow-y:     scroll;
}
.inspire-head {
    color: var(--brand-color-1);
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.each-expert {
    text-align: center;
    color: var(--brand-color-1);
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.each-expert:before {

    background: #f1f1f1;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.each-expert .expert-detail {
    padding: 14px 0 0 0;
}

.similar__trip {
    margin-top: 80px;
}

.each-expert h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 9px 0;
    color: var(--brand-color-1);

}

.social-contact {
    margin: 20px 0;
}

.social-contact a {
    display: inline-block;
    margin-right: 8px;
}

.social-contact a img {
    width: 25px;
}


.each-expert>a>img {
    width: 100%;
}

.expert-number {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    padding: 9px 0;
    margin-top: 12px;
    color: #fff;
    background: var(--page-title-color);
}

.expert-number:hover {
    color: #fff;
}

.book-form {
    max-width: 700px;
    margin: auto;
}

.form-group {
    margin-top: 1.6rem;
}

.form-group label {
    color: #000;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    margin-bottom: 0.9rem;
    display: block;
}

.form-group .uk-select {
    background-image: none !important;
}

.form-group:first-child {
    margin-top: 0;
}

.form-group input {
    height: 4.9rem;
}

.form-group .uk-icon {
    color: var(--brand-color-1);
}

.booking-templates {
    padding: 4rem 0;

    padding-bottom: 0;
}

.submit-btn button {
    display: block;
    border: none;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: left;
    padding: 10px 0 10px 20px;
    cursor: pointer;
    margin-top: 2.5rem;
    background: var(--page-title-color);
}

.submit-btn button:hover {
    opacity: .8;
}

.book-form p {
    color: var(--brand-color-1);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.7rem;
}

.book-form p strong {
    text-decoration: underline;
    text-transform: uppercase;
}

.book-form p em {
    color: var(--page-title-color);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.each-traveller h2 {
    color: var(--page-title-color);
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

.each-traveller .uk-accordion-title {
    display: inline-block;
    font-weight: 600;
    color: var(--brand-color-1);
    font-size: 2.1rem;
}

.each-traveller .uk-accordion-title:hover,
.each-traveller .uk-accordion-title:focus {

    color: var(--brand-color-1);
}

.each-traveller .uk-accordion-title:before {
    background-color: var(--brand-color-1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.each-traveller .uk-accordion-content label {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.each-traveller .uk-accordion-content input,
.each-traveller .uk-accordion-content textarea,
.each-traveller .uk-accordion-content select {
    color: #333 !important;
}

.form-group .uk-icon {
    left: inherit;
}

.each-traveller .uk-accordion-content input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
    /* Firefox */
}

.each-traveller .uk-accordion-content input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.each-traveller .uk-accordion-content input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.each-traveller .submit-btn button {
    display: block;
    border: none;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: left;
    padding: 10px 0 10px 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 2.5rem;
    background-color: var(--brand-color-1);
}


.each-traveller .submit-btn button i {
    background: #fff;
    z-index: 2;
    height: 35px;
    position: absolute;
    right: 0;
    color: var(--brand-color-1);
    width: 35px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    line-height: 35px;
    top: 6px;
    right: 6px;
    font-size: 22px;
}

.go-back {
    text-align: center;
    background: #E6E6E6;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Barlow', sans-serif;
    padding: 6px 16px;
}



.modal-info {
    background: rgba(0, 0, 0, 0.23) !important;
}


.modal-info ul {
    list-style: none;
    margin: 0;
    padding: 0;

}





.view-mores {
    position: relative;
    background: #000;
    display: block;
}

.view-mores span {
    position: absolute;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-mores:hover img {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.view-mores {
    overflow: hidden;

}

.view-mores img {
    height: 136px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: .4;
}

.uk-btn-blue {
    color: #fff;
    background: var(--brand-color-1);
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 5px;
}

.uk-btn-blue:hover {
    opacity: .8;
    color: #fff;

}




.recommendation-company {
    display: flex;
    list-style-type: none;
    -webkit-justify-content:    center;
            justify-content:    center;
    margin: 0;
    padding: 24px 0;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}


.recommendation-company li {
    display: inline-block;
    text-align: center; 
    padding: 0 20px 0px 20px; 
}


.departure-by-dates .each-trip-list .tourlisting__image {
    display: none;
}


.departure-by-dates .trip-content > div {
    padding: 0;
}
.departure-by-dates .tag-wrap {
    display: none;
}

.departure-by-dates .each-trip-list .trip-content {
    width: 100%;
}

.last-footer p a {
    color: #fff;
    font-size:  1.6rem;
}


/* Single Blog */



.category__sector ul {
    background: #f1f1f1;
    margin: 0;
    padding: 0;
}




.category__sector ul li a {
    display: block;
    padding-left: 10px;
    color: #333;
    font-size: 18px;
}

.category__sector ul li a:hover {
    color: var(--brand-color-1);
}

.category__sector ul li span {
    position: absolute;
    right: 10px;
    background: var(--page-title-color);
    top: 8px;
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}


.category__sector ul li {
    position: relative;
    padding: 9px 0;
    list-style: none;
    border-bottom: 1px solid #3333331f;
}



.blog__img img {
    width: 100%;
}
.blog-content-featured-image img {
    width: 100%;
}

.post-content h4 {
    margin: 0;
    font-weight: bold;
    color: var(--brand-color-1);
    font-size: 19px;
}

/* Single Blog */



.review-internal {
    background: #f1f1f1;
    padding: 30px;
}




.control-label label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-color-1);
    text-transform: uppercase;
}

.control-label label strong {
    color: #f00;
}

.review-internal .control-label input[type="text"] {
    height: 40px;
}

.review-internal .control-label .uk-radio {
    height: 16px;
}

.form-group strong {
    font-weight: bold;
    color: #900;
}

.form-groups .uk-btn {
    margin-top: 15px;
}

.form-groups input[type="file"] {
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
}

.sort-trip label {
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.3px;
}

.sort-trip label input[type="radio"] {
    margin-right: 6px;
}

.each__sidebar-reviews {
    border-top: 1px solid #ccc;
    padding: 2.6rem 0;
}

.form-groups textarea {
    width: 100%;
    height: 200px;
}

.each__sidebar-reviews:first-child {
    border-top: none;
    padding-top: 0;
}

.user-photo .img-rounded {
    height: 5.5rem;
    width: 5.5rem;
}

.user-photo h5 {
    margin-bottom: 0.4rem;
    color: var(--brand-color-1);
    margin-top: 11px;
    font-size: 15px;
}

.review-from p {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

.review-from p strong {
    font-weight: 500;
}

.review-detail {
    flex: 1;
}

.review-detail p {
    font-size: 15px;
    margin-top: 11px;
    margin-bottom: 0;
}

.user-photo {
    margin-right: 1.5rem;
}


.trek-name {
    font-size: 20px;
    color: var(--brand-color-1);
    font-weight: 600;
}

.drop-down {
    position: relative;
}

.dropDown-menu {
    position: absolute;
    top: 120%;
    z-index: 1;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    background: rgba(3,64,118, 0.80);
    width: 200px;
}

.dropDown-menu li a {
    color: #fff;
    font-weight: bold;
    display: block;
    opacity: 1;
    font-size: 1.5rem;
    padding: 6px 0px 6px 19px;
    text-transform: uppercase;
    transition: 0s;
    display: flex;
    -webkit-align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    align-items: center;
}

.dropDown-menu li a:hover {
    color: #BFD730;
}


.drop-down:hover .dropDown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}



.trek-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    width: 100%;
}


.form-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;
}

.tailormade-customize-form h3 {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 21px;
    margin-bottom: 21px !important;
}

.overall-ratings {
    display: inline-block;

}

.glyphicon {
    position: relative;
    top: 1px;
    margin-right: 7px;
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.glyphicon-star::before {
    content: '\f27d';
}

.j-rating .text {
    margin-left: 15px;
    cursor: default;
    font-size: 15px;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    float: none;
}



 /** 
 start css for ajax, pagination and error handling
*/
 .inner-section-loader {
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     z-index: 1011;
     display: none;
     background: #fff;
     opacity: 1;
 }

 .global-loader {
     position: fixed;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     z-index: 1011;
     display: none;
     background: #fff;
     opacity: 0.8;
 }

 .global-loader.loading,
 .inner-section-loader.loading {
     display: block;
 }

 label.error {
     color: #ff0000 !important;
     font-weight: 400 !important;
 }

 /* label[id$="error"] {
        color: #fff !important;
        padding-top: 0 !important;
        background: #f00;
        font-weight: bold;
        display: inline-block !important;
        width: auto;
        padding: 4px 11px !important;
        font-size: 16px !important;
        margin-top: 14px !important;
        margin-bottom: 0 !important;
    } */

 .loader {
     display: none;
     border: 5px solid #f3f3f3;
     border-radius: 50%;
     border-top: 5px solid #3498db;
     width: 30px;
     height: 30px;
     -webkit-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite;
     margin: auto;
 }

 @-webkit-keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
     }

     100% {
         -webkit-transform: rotate(360deg);
     }
 }

 @keyframes spin {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 .error-list {
     padding: 20px;
     background: #f00;
     margin-bottom: 30px;
     border-radius: 4px;
 }

 .error-list .is-invalid {
     color: #fff;
     line-height: 1;
     margin-bottom: 10px;
 }

 .pagination {
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     padding-left: 0;
     list-style: none;
     border-radius: 0.25rem;
 }

 .page-link {
     position: relative;
     display: block;
     padding: 0.5rem 0.75rem;
     margin-left: -1px;
     line-height: 1.25;
     color: #163950;
     background-color: #fff;
     border: 1px solid #dee2e6;
     width: 40px;
     height: 40px;
     line-height: 40px;
     padding: 0;
     border-radius: 100px !important;
     text-align: center;
 }

 .page-link:hover {
     z-index: 2;
     color: #fff;
     text-decoration: none;
     background-color: #43b51f;
     border-color: #43b51f;
 }

 .page-link:focus {
     z-index: 2;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }

 .page-item {
     margin-right: 5px;
 }

 .page-item:first-child .page-link {
     margin-left: 0;
     border-top-left-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
 }

 .page-item:last-child .page-link {
     border-top-right-radius: 0.25rem;
     border-bottom-right-radius: 0.25rem;
 }

 .page-item.active .page-link {
     z-index: 1;
     color: #fff;
     background-color: #43b51f;
     border-color: #43b51f;
 }

 .page-item.disabled .page-link {
     color: #6c757d;
     pointer-events: none;
     cursor: auto;
     background-color: #fff;
     border-color: #dee2e6;
 }

 .pagination-lg .page-link {
     padding: 0.75rem 1.5rem;
     font-size: 1.25rem;
     line-height: 1.5;
 }

 .pagination-lg .page-item:first-child .page-link {
     border-top-left-radius: 0.3rem;
     border-bottom-left-radius: 0.3rem;
 }

 .pagination-lg .page-item:last-child .page-link {
     border-top-right-radius: 0.3rem;
     border-bottom-right-radius: 0.3rem;
 }

 .pagination-sm .page-link {
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
 }

 .pagination-sm .page-item:first-child .page-link {
     border-top-left-radius: 0.2rem;
     border-bottom-left-radius: 0.2rem;
 }

 .pagination-sm .page-item:last-child .page-link {
     border-top-right-radius: 0.2rem;
     border-bottom-right-radius: 0.2rem;
 }

 header .owl-nav .disabled {
     display: none;
 }

 .owl-nav .disabled {
     pointer-events: none;
     opacity: .2;
 }

 /** 
 end default css for ajax, pagination and error handling 
*/

 .luxuary-wrapper .owl-carousel .owl-item img {
     width: auto;
 }

 .luxuary-img img {
     min-height: 258px;
     height: 300px;
     max-height: 400px;
     object-fit: cover;
 }


 .no-seperator:after {
     display: none;
 }


 .blog-title a {
     font-family: 'Barlow Condensed', sans-serif;
 }

 .each-luxuary-trek {
     background: #efe0c9;
 }

 .luxuary-content {
     padding: 20px 20px 0 30px;
     box-sizing: border-box;
     height: 100%;
     display: flex;
     -webkit-justify-content: center;
     justify-content: center;
     /* align-items: center; */
     flex-direction: column;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .luxuary-content p {

     line-height: 1.5;
     margin: 6px 0 0 0;

 }

 .luxuary-title {
     font-size: 2.1rem;
     margin: 0;
     font-weight: 600;
     text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
 }

 .luxuary-title a {
     color: #000;
 }

 .luxuary-title a:hover {
     color: .8;
 }

 .category-banner .owl-dot .owl-dots {
     bottom: 10px;
 }

 .category-banner .product-info {
     margin-bottom: 0;
 }

 .owl-dot span {
     height: 10px;
     width: 10px;
 }
.itinerary-video .section-video {
    margin-top: 90px;   
}

.complete-review .uk-modal-dialog {
    background: #fff;
    width: 760px;
    padding: 50px;
}


.why-explore-content-wrap {
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.itinerary-mobile .trek-highlight {
    margin: 2.0rem 0 1.5rem 0px;
        color: var(--brand-color-1);
}
.itinerary-mobile .trek-highlight li {
    line-height:1.9;
    font-size:  1.7rem;
}

 
.team-block{
    margin-top: 10px !important;
}

.team-block h2{
    margin-bottom: 0px !important;
}

.team-block img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.itinerary-contents {
    line-height: 28px;
}