@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
body,html {
  width:100%;
  margin:0;
  padding:0;
  left:0;
  top:0;
  font-size:100% 
}
.center,
.container {
  margin-left:auto;
  margin-right:auto 
}
* {
  font-family:Lato,Helvetica,sans-serif;
  color:#000;
  line-height:1.5 
}
h1 {
  font-size:2.5rem 
}
h2 {
  font-size:2rem; 
  color: #ca2f70;
}
h3 {
  font-size:1.375rem 
}
h4 {
  font-size:1.125rem 
}
h5 {
  font-size:1rem 
}
h6 {
  font-size:.875rem 
}
.font-light {
  font-weight:300 
}
.font-regular {
  font-weight:400 
}
.font-heavy {
  font-weight:700 
}
.left {
  text-align:left 
}
.right {
  text-align:right 
}
.center {
  text-align:center 
}
.justify {
  text-align:justify 
}
.container {
  width:90% 
}
.row {
  position:relative;
  width:100% 
}
.row [class^=col] {
  float:left;
  margin:.5rem 2%;
  min-height:.125rem 
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  width:96% 
}
.col-1-sm {
  width:4.33% 
}
.col-2-sm {
  width:12.66% 
}
.col-3-sm {
  width:21% 
}
.col-4-sm {
  width:29.33% 
}
.col-5-sm {
  width:37.66% 
}
.col-6-sm {
  width:46% 
}
.col-7-sm {
  width:54.33% 
}
.col-8-sm {
  width:62.66% 
}
.col-9-sm {
  width:71% 
}
.col-10-sm {
  width:79.33% 
}
.col-11-sm {
  width:87.66% 
}
.col-12-sm {
  width:96% 
}
.row::after {
  content:"";
  display:table;
  clear:both 
}
.hidden-sm {
  display:none 
}
@media only screen and (min-width:33.75em) {
  .container {
    width:80% 
  }
}
@media only screen and (min-width:45em) {
  .col-1 {
    width:4.33% 
  }
  .col-2 {
    width:12.66% 
  }
  .col-3 {
    width:21% 
  }
  .col-4 {
    width:29.33% 
  }
  .col-5 {
    width:37.66% 
  }
  .col-6 {
    width:46% 
  }
  .col-7 {
    width:54.33% 
  }
  .col-8 {
    width:62.66% 
  }
  .col-9 {
    width:71% 
  }
  .col-10 {
    width:79.33% 
  }
  .col-11 {
    width:87.66% 
  }
  .col-12 {
    width:96% 
  }
  .hidden-sm {
    display:block 
  }
}
@media only screen and (min-width:60em) {
  .container {
    width:95%;
  }
}
body p {
  color:#5b5a5b;
  font-size: 14px;
  line-height: 1.5;
}
.logo img {
  height: 50px;
  display: inline;
  margin: 0px;
  padding: 0px;
}
.logo {
  padding: 0px 10px !important;
  margin: 0px 20px;
}
.topnav {
  background-color:#ca2f70;
  overflow: hidden;
}
.topnav i {
  color:#fff
}
.topnav a {
  float:left;
  display:block;
  color: #fff;
  text-align:center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
}
.topnav a:hover {
  color: #f1bbd5;

}
.topnav a.active {
  background-color: #FF4A52;
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.center,
header {
  display:initial
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.mr-50 {
  margin:50px 0px;
}
.pd-50 {
  padding: 50px 0px
}
.dark-bg {
  background-color: #000
}
.text-center {
  text-align:center;
}
.pd-90{padding: 0px 90px 20px}
.top-bar {
  text-align: center;
}

.top-bar a{color: #ca2f70;}
.top-bar h5 {
  font-size: 14px;
  padding:5px;
  margin:0px;
}
.top-bar i {
  padding:10px;
  font-size: 16px;
  color: #EDC7B7;
}
.slider {
  overflow: hidden;
  max-height:460px;
}
.slider-item {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.slider-item img {
  width:100%
}
.slider-text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-text h2 {
  color: #fff;
  font-size: 5vw;
  padding:0;
  margin:0;
  line-height: .5;
  text-shadow: 2px 2px #0000006b;
  font-family: 'Nothing You Could Do', cursive;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.slider-text p,
span,
a {
  color: #fff;
  text-decoration:none;
  padding: 0;
  margin: 0;
}
.slider-text p {
  font-size: 1.6rem;
  font-weight: 400;
  text-shadow: 2px 2px #000000b5;
  margin-bottom: 20px;
  color: #fff;
}
.slider-text span {
  color:#e891bb;
  font-size:2.5rem;
  padding: 0 20px;
  font-weight: 600;
}
.slider-text a {
  background-color: #e891bb;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .slider-text h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .slider-text span {
    font-size: 23px;
    padding: 0 5px
  }
  .slider-text p {
    font-size: 14px
  }
}
.where_togo_area {
  background:#ca2f70;
  padding: 50px 0;
  margin-top: -10px;
}
.where_togo_area .form_area h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .where_togo_area .form_area h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .where_togo_area .form_area h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .where_togo_area .form_area h3 {
    font-size: 18px;
  }
}
.where_togo_area .search_wrap .search_form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  .search_form {
    display: block !important;
  }
}
.input_field {
}
@media (min-width: 768px) and (max-width: 991px) {
  .input_field {
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .input_field {
  }
}
@media (max-width: 767px) {
  .input_field {
    width: 90%;
    margin-bottom: 15px;
  }
}
.input_field input,
textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #eee2dc;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.input_field input {
  height:50px;
}
.input_field input,
textarea::placeholder {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.input_field input:focus {
  outline: none;
}
.input_field .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #AAB1B7;
  font-weight: 300;
  background: transparent;
  border: 1px solid #363E52;
}
@media (max-width: 767px) {
  .input_field .nice-select {
    margin-bottom: 15px;
  }
}
.input_field .nice-select::after {
  content: '\f0d7 ';
  right: 21px;
  top: 5px;
  font-family: 'fontawesome';
  color: #AAB1B7;
  font-size: 16px;
}
.input_field .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
  font-weight: 400;
}
.input_field .nice-select.open .list {
  width: 100%;
}
.top-form h3 {
  color:#fff;
  font-size: 1.2rem;
}
.boxed-btn {
  padding:15px 20px;
  background-color: #e891bb;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: auto;
}
.btn-full {
  width:auto;
}
.places p {
  text-align: left;
}
.awards{height:180px; margin: auto; display:block;}
.awards-text p{text-align: left; color:#fff;font-size: 18px;}
.award{color:#fff; padding: 0; margin: 0 0 0 10px;text-align: left;font-family: 'Nothing You Could Do', cursive;font-weight: bolder;}
.year{/*! color:#484848; */ /*! text-align: left !important; *//*! font-style: italic; */width: 110px;/*! background-color: #fff; */border-radius: 100%;padding: 0;margin: 0;display: inline;}
.places h2 {
  text-align: right;
  color:#ca2f70;
}
.call-btn{text-align:center;
  position: relative;
  display: inline-block;
  min-width:110px;
  background-color: #a12559;
  padding: 5px;
  margin: 10px;
  color: #fff;
  font-size: 14px;}
.tour-item {
  display: block;
  position: relative;
}
.over {
  width:100%;
  display: block;
  height: 450px;
}
.over:hover {
  transition: all 5s;
}
.overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fae5ef;
  text-align: center;
}
.overlay h2 {
  font-size:16px;
  color: #000;
  padding: 10px;
  position: relative;
  left: auto;
  right: auto;
  text-align: center;
  font-family: 'Nothing You Could Do', cursive;
}
.single-tour {
  box-shadow: 0 0 10px #00000029;
  margin-bottom: 30px;
  min-width:300px
}
.tour-top {
  position: relative;
}
.single-tour img {
  width: 100%;
  display: block;
  height: 240px;
}
.overlay-tour {
  position: absolute;
  bottom:0px;
  color: #fff;
  background-color: #0000;
  right: 0;
  left: 0;
  text-align:center;
  top: 0;
}
.overlay-tour .days {
  color:#a12559;
  background-color: #fff;
  display: block;
  padding: 5px 10px;
}
.overlay-tour .price {
  color:#fff;
  background-color: #ca2f70;
  display: block;
  padding: 5px 10px;
}
.left {
  left:0;
  position: absolute;
}
.right {
  right:0;
  position: absolute;
}
.tour-detail {
  text-align: center;
  color: #000;
  position: relative;
}
.tour-detail h2 {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}
.tour-detail p {
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d7d7;
  color: #123c69;
}
.tour-detail i {
  color:#000
}
.icons {
  list-style: none;
  padding: 0px;
  bottom: 0px;
  margin: 0;
  margin-bottom: 20px
}
.icons li {
  display: inline-flex;
  color: #123c69;
  flex-direction: column;
  font-size:12px;
  padding: 0px 10px;
  margin: 0px auto;
}
.icons i {
  color: #ca2f70;
  font-size:36px;
}
.tour-detail a {
  text-align:center;
  position: relative;
  display: inline-block;
  min-width:110px;
  background-color: #a12559;
  padding: 5px;
  margin: 10px;
  color: #fff;
  font-size: 14px;
}
.tour-detail a:hover{background-color: #e891bb;}
.cta {
  background-image: url("../images/ladakh-slider.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
.cta .action {
  padding: 40px;
  border-radius: 10px;
  /*! border: 2px solid #fff; */
  text-align: center;
  background-color:#f1bbd5ba;
  display: block;
}
.cta .action:hover{background-color: #ca2f70;}
.cta i {
  font-size: 72px;
  color:#fff;
  display: block;
  text-align: center;
  margin: auto;
}
.cta h2 {
  color:#fff;
}
.cta p {
  color:#fff;
  font-weight: 400
}
.contact {
  background-color: #ca2f70;
  color:#000;
  text-align: center;
}
.contact h2,h3 {
  color:#eee2dc;
}
.contact .input_field input,
textarea {
  border:1px solid #fff;
}
.contact .input_field {
  margin: 0 10px;
}
.contact li {
  list-style: none;
  margin: 20px;
  color:#595959;
  text-align:center;
  font-size: 14px;
  height: 150px;
  text-transform:lowercase;
}
.contact i {
  font-size: 32px;
  color: #fff;
  margin: auto;
  display: block;
  background-color: #edb7c7;
  border-radius: 50px;
  width: 45px;
  padding: 10px;
  height: 45px;
  line-height: 1.5;
}
.contact p {
  font-size: 14px;
  line-height: 1.2;
  color: #eee2dc;
}
@media only screen and (max-width: 600px) {
  .contact i {
    position: absolute;
  }
  .contact p {
    margin-left:80px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
  }
  .contact li {
    margin: 0 0 20px 0px;
    height: 70px;
  }
}
.cabs .single-tour {
  min-width: auto;
}
.cabs .single-tour img {
  height:150px
}
.cabs .tour-detail a {
  min-width: 90px;
  background-color:#f1bbd5;
  color: #575656;
}
.cabs .tour-detail a:hover{background-color: #a12559; color:#fff;}
.cabs .tour-detail i {
  color:#ca2f70;
}
.cabs .days {
  background-color: #123c69 !important;
  color: #fff !important;
  font-weight: 300;
  bottom:-20px;
  padding: 2px;
  font-size: 12px;
  font-weight: 600;
}
.cabs .price {
  background-color: #ca2f70 !important;
  color: #fff !important;
  font-weight: 300;
  bottom:-20px;
  padding: 2px;
  font-size: 12px;
  font-weight: 600;
}
.reviews {
  background-color: #F3F3F3;
  padding: 50px 0px;
  color: #000;
  margin-bottom: 60px;
}
.reviews p {
  color:#131313 !important;
  ;
}
.review-body {
  display:block;
  padding: 30px;
  /*! margin-bottom: 40px; */
  background: #fff;
  border-radius: 10px;
  margin: 20px;
  padding: 40px;
}
.review-body .user {
  text-align: center;
  margin:auto;
}
.review-body .user i {
  text-align: center;
  font-size: 32px;
  margin-left: 0;
  padding: 10px 15px;
  /*! border: 2px solid #edb7c7; */
  border-radius: 5px;
  /*! background: #edb7c7; */
  color: #ca2f70;
}
.review-body .review-text {
  text-align: center;
  font-size:10px;
  color: #ca2f70;
}
.review-text p {
  font-size: 14px;
  line-height: 1.5;
  color: #5b5a5b !important;
}
.review-text span {
  font-size: 14px;
  text-shadow: none;
  color:#e891bb;
  line-height: 1;
  margin: 0px;
  padding: 0px;
}
footer {
  background-color: #000;
  padding: 20px 20px 60px;
  /*! background-image: linear-gradient(#060606f0, #00000036), url("../images/footer-bg.jpg"); */
  linear-gradient(red, yellow, blue);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-logo{height: 90px}
footer ul{padding: 0}
.f-menu a:hover{color:#e891bb;}
.footer-cta {
  background-color: #fff;
  text-align:center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left:0px;
}
.action-btns ul {
  list-style: none;
  display: inline;
  text-align: center;
  margin: 0;
  padding:0
}
.action-btns li {
  display: inline-block;
  margin: auto 20px;
  text-align: center;
  font-size:24px;
  color: #000;
}
.action-btns i {
  color: #ca2f70 !important;
}
footer li {
  list-style: none;
  margin-bottom: 15px;
  color:#fff
}
footer i {
  color:#fff;
  margin-right:10px
}
footer h5,
p,
i {
  color: #fff;
}
footer p {
  font-size: 14px;
  text-align: justify;
  color: #fff;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: -40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  background-color: #1ec6b6;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 80%;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content h3 {
  margin: 0px;
  padding: 0px
}
@media (max-width: 767px) {
  .modal-form .input_field {
    margin:0px;
  }
}
.modal-form input {
  height:30px
}
.m.modal-form .input_field input,
::placeholder {
  color:#fff
}


.home-tour h2{margin: 0; padding: 0;}
.home-tour span{color:#000;}


.popup-form {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}
.popup-form h3{color: #fff;
  background: #e891bb;
  padding: 10px;}


.form-control {
  display: block;
  width: 90%;
  margin:auto;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:0;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}