/*
Template Name: Tour Booking
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.a2ztrip.com/
Licence: <a href="https://www.a2ztrip.com/license">Website a2ztrip Template Licence</a>
*/
body {
  font-family: "Verdana Gothic", sans-serif;
  /* background: #b5b5b595; */
}

ul {
  list-style: none;
  padding: 0;
}

p {
  font-size: 14px;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h6 {
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #63ab45;
}

a:focus {
  text-decoration: none;
  color: #63ab45;
}

.a_tag:hover {
  color: #63ab45 !important;
}

.a_tag:focus {
  color: #63ab45 !important;
}

.a_tag1:hover {
  color: #fbb03b !important;
}

.a_tag1:focus {
  color: #fbb03b !important;
}


.button {
  transition: 0.3s;
  padding: 15px 36px 15px 36px;
  display: inline-block;
  font-size: 16px;
  background: #63ab45;
  border-radius: 5px;
  font-weight: bold;
  background: linear-gradient(90deg, #28a745 60%, #218838 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.12);
  letter-spacing: 0.5px;
}

.button:hover {
  background: #fbb03b !important;
  color: #000 !important;
}

.button_1 {
  transition: 0.3s;
  padding: 15px 36px 15px 36px;
  display: inline-block;
  font-size: 16px;
  background: #fbb03b;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
}

.button_1:hover {
  background: #000 !important;
  color: #fff !important;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_green {
  color: #63ab45 !important;
}

.col_yellow {
  color: #fbb03b !important;
}

.col_light {
  color: #b1d3a3 !important;
}

.bg_black {
  background-color: #222 !important;
}

.bg_green {
  background-color: #63ab45 !important;
}

.bg_yellow {
  background-color: #fbb03b !important;
}

.bg_light {
  background: #edf2de;
}

.bg_light1 {
  background: #faf5ee;
}

.bg_back {
  background-color: rgba(0, 0, 0, .4) !important;
}

hr {
  opacity: 1;
  background-color: #c4dfb9;
}


.font_14 {
  font-size: 14px;
}

.font_8 {
  font-size: 8px;
}

.font_10 {
  font-size: 10px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.font_15 {
  font-size: 15px;
}

.font_60 {
  font-size: 60px;
}

.font_50 {
  font-size: 50px;
}

.font_70 {
  font-size: 70px;
}

.line {
  height: 2px !important;
  width: 100px;
  background-color: #63ab45;
}

.line_1 {
  background-color: #4e4c4c;
}

.p_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border_1 {
  border: 1px solid #c4dfb9;
}

.carousel_p .carousel-indicators {
  bottom: -60px !important;
}

.carousel_p {
  padding-bottom: 70px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.slick-prev,
.slick-next {
  background-color: transparent;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #218838;
}

.slick-prev {
  left: -50px;
  /* Adjust position */
  margin-bottom: 10px;
}

.slick-next {
  right: 0px !important;
  top: 0px;
  float: right !important;
  position: absolute !important;
  margin: 0px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: #fff;
}

.px_4 {
  /* padding-left:40px; */
  /* padding-right:40px;  */
}

.family_1 {
  font-family: "Dancing Script", cursive;
}

.rounded_1 {
  border-radius: 10px;
}

.rounded_2 {
  border-radius: 20px;
}

.rounded_5 {
  border-radius: 50px;
}

.rounded_top {
  border-radius: 10px 10px 0px 0px;
}

.rounded_bottom {
  border-radius: 0px 0px 10px 10px;
}

/*********************header****************/

/*********************top****************/
.top_1m {
  padding-top: 7px;
}

.top_1r ul li a {
  border: 1px solid #a39a9a;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}

.top_1r ul li a:hover {
  background: #63ab45;
  border: 1px solid #63ab45;
}

.top_1r {
  padding-top: 9px;
}

/*********************top_end****************/
.nav_hide:after {
  display: none;
}

.navbar {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
  background: #fff;
  z-index: 999 !important;
}

.navbar-collapse {
  align-items: start;
}

/* .nav_1 {
  margin-top: 10px;
} */

.nav_2 {
  margin-top: 2px;
}

#header .navbar-brand {
  font-size: 28px;
  margin: 0;
}

#header .nav-link {
  padding: 6px 16px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  /* text-transform: lowercase; */
}

.nav-link.dropdown-toggle::before {
  color: #000000;
}

#header .nav-link:hover {
  background: none;
  color: #63ab45;
}

#header .nav-link:focus {
  background: none;
  color: #63ab45;
}

#header .active {
  background: none;
  color: #63ab45;
  font-weight: bold;
  background: aliceblue;
}

#header .drop_1 {
  min-width: 200px;
  border-radius: 0;
  margin-top: 0px !important;
  border: none;
  background: #fff;
  padding: 0;
  left: auto !important;
  right: 0 !important;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
  padding: 0;
}

#header .drop_1 a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4dfb9;
  color: #100c08;
  transition: 0.3s;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

#header .drop_1 a:hover {
  background: #fff;
  color: #63ab45;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 99 !important;
  background-color: #fff !important;
  border-radius: 0;
}

.z-3 {
  z-index: 3 !important;
}

.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

/*********************header_end****************/


/*********************common****************/
.pages ul li {
  display: inline-block;
}

.pages ul li a {
  display: block;
  color: #0c121d;
  margin: 0 2px;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #c4dfb9;
  background: #fff;
}

.pages ul li a:hover {
  background: #63ab45;
  border: 1px solid #63ab45;
}

.pages ul li a:hover {
  color: #fff !important;
}

.act {
  background: #63ab45 !important;
  border: 1px solid #63ab45 !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 2px 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #c4dfb9;
}

.form-select:focus {
  box-shadow: none;
  border-color: #c4dfb9;
}

.form-control {
  border-color: #c4dfb9;
  box-shadow: none;
  border-radius: 0;
  /* height: 50px; */
}

.form-select {
  border-color: #c4dfb9;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  color: #777;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.carousel-indicators [data-bs-target] {
  background-color: #63ab45;
}

.input-group .form-control {
  height: auto;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #63ab45;
  border-color: #63ab45;
}

.form_text {
  height: 150px !important;
}

.center_om {
  padding-top: 100px;
  padding-bottom: 100px;
}

.offer_1li1 {
  background: #0000004f;
}

.profile6il1i1 {
  /* left:-17px;  */
  text-align: center;
  margin-top: -15px;
}

.profile6il1i1 h6 {
  min-width: 50%;
  text-align: center;
  z-index:1;
}

.detail_1l4b1l .form-control:focus {
  background: #edf2de;
}

.tour_dt1li1 {
  padding-top: 50%;
  display: none;
  transition: 0.3s;
}

.tour_dt1l:hover .tour_dt1li1 {
  display: block;
  transition: 0.3s;
}

.tour_dt1r .tour_dt1li1 {
  padding-top: 45%;
}

.tour_dt1ri1 .tour_dt1li1 {
  padding-top: 35%;
}

.tour_dt1lm img {
  /* min-height: 542px; */
  width: 100%;
  object-fit: cover;
}

/*********************common_end****************/

/*********************blog_h****************/
.blog_h1lili1 h5 {
  width: 70px;
  height: 70px;
  padding-top: 10px;
}

.blog_h1l:hover .blog_h1lili1 h5 {
  transition: 0.3s;
  background: #63ab45 !important;
}

/*********************blog_h_end****************/

/*********************choose****************/
.choose_1lil span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  color: #63ab45;
  transition: 0.3s;
}

.choose_1l:hover span {
  background: #63ab45 !important;
  color: #fff !important;
}

/*********************choose_end****************/

/*********************explore****************/
.explore_1l .nav-tabs .nav-link {
  border: none;
  width: 200px;
  height: 140px;
  color: #000;
  background: #edf2de;
  transition: 0.3s;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 33px;
}

.explore_1l .nav-tabs .nav-link i {
  font-size: 40px;
  margin-bottom: 10px;
}

.explore_1l .nav-tabs .nav-link:hover {
  background: #fbb03b;
  color: #fff;
}

.explore_1l .nav-tabs .nav-link.active {
  background: #fbb03b;
  color: #fff;
}

/*********************explore_end****************/

/*********************vacation****************/
.bg-dk {
  /* background-color: white; */
  box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 31%);
}

.vacation_2i3 {
  padding-top: 40%;
  display: none;
  transition: 0.3s;
}

.vacation_2i:hover .vacation_2i3 {
  display: block;
  transition: 0.3s;
}

.vacation_2i2 {
  padding-top: 105%;
  border-radius: 10px;
}

.vacation_2i3 {
  border-radius: 10px;
}

.vacation_2i:hover .vacation_2i2 {
  display: none;
  transition: 0.3s;
}

.vacation_2i2o {
  padding-top: 50%;
}

.vacation_2i3o {
  padding-top: 22%;
}

.vacation_2i1 img {
  min-height: 330px;
}

/*********************vacation_end****************/


/*********************footer****************/
.join_1 {
  border-radius: 30px;
}

.main_footer1 {
  top: -160px;
}

.main_footer {
  margin-top: 160px;
}

#footer {
  padding-top: 160px;
}

#footer .top_1r {
  padding-top: 0;
}

/*********************footer_end****************/



@media screen and (max-width : 767px) {
    
    .explore_1l .nav-tabs .nav-link {
    width: 300px;
    }
    
  .navbar-collapse {
    max-height: 100%;
    overflow-y: scroll;
    border-top: 1px solid #c4dfb9;
    margin-top: 15px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }

  .d-sm-none {
    display: none !important;
  }

  #header .nav-link {
    font-size: 16px !important;
    /* border-bottom: 1px solid #c4dfb9; */
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0 !important;
    border-right: none;
  }

  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #fafafa;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }

  #header .drop_1 {
    margin-top: 0 !important;
    min-width: 100%;
  }

  #header .drop_1 a {
    font-size: 22px;
  }

  .nav_2 {
    display: none !important;
  }

  .navbar {
    /* padding-top: 10px !important; */
    /* padding-bottom: 10px !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    border-radius: 0;
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }


  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .center_sm {
    text-align: center !important;
  }

  .center_left {
    text-align: left !important;
  }

  .font_60 {
    font-size: 45px;
  }

  .font_50 {
    font-size: 36px;
  }

  #top {
    display: none;
  }

  #header .navbar-brand {
    font-size: 24px;
  }

  .px_4 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_1 {
    margin-top: 0;
  }

  .nav_2 {
    margin-top: 0;
  }

  #header .font_14 {
    margin-top: 15px;
  }

  .vacation_2i {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .profile6il2 {
    text-align: center;
  }

  .profile6il2ir {
    text-align: center !important;
  }

  .profile6il {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .profile7il2ir {
    text-align: center !important;
  }

  .profile7il2 {
    text-align: center;
  }

  .profile7il {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .profile8il {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .profile8il2ir {
    text-align: center !important;
  }

  #tour {
    padding: 0px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .group-offer .text-section {
    color: #ffffff !important;
    padding: 30px 30px;
    background: radial-gradient(#000000b5, #00000080);
    
    text-align: right;
    animation: fadeSlideLoop 5s ease-in-out infinite;
  }

  .group-offer .text-section h2 {
    font-size: 16px !important;
  }

  .choose_1l {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }

  .choose_1lir {
    margin-top: 15px;
  }

  .explore_1r {
    text-align: center;
  }

  .explore_1rilir {
    margin-top: 15px;
  }

  .explore_1r p {
    text-align: left;
  }

  .offer_1l {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .blog_h1l {
    text-align: center;
    margin-top: 10px;
  }

  .blog_h1li1ir {
    text-align: center !important;
    margin-top: 10px;
  }

  .main_footer1 {
    position: static !important;
  }

  .main_footer {
    margin-top: 0;
  }

  #footer {
    padding-top: 30px;
    margin-bottom: 50px;
  }

  .footer_1l {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }

  .footer_3ism h6 {
    margin-top: 10px !important;
  }

  .footer_2l {
    text-align: center;
  }

  .footer_2r {
    text-align: center !important;
    margin-top: 10px;
  }

  .detail_1l4b1l {
    margin-top: 10px;
  }

  .main_footer1 {
    margin-bottom: 20px !important;
  }

  .join_1l img {
    width: 50px !important;
  }

  .join_1m h1 {
    font-size: 20px !important;
  }

  .join_1m p {
    font-size: 12px !important;
  }

  .tour .tour_1 {
    padding: 0px !important;
    margin: 0px !important;
  }
}

@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  .top_1m p {
    font-size: 12px;
  }

  .px_4 {
    padding-left: 0;
    padding-right: 0;
  }

  #header .nav-link {
    padding: 6px 4px;
    font-size: 12px;
  }

  #header .navbar-brand {
    font-size: 17px;
  }

  #header .fs-5 {
    font-size: 12px !important;
  }

  #header .fs-4 {
    font-size: 14px !important;
  }

  .nav_2 {
    margin-top: 6px;
  }

  .about_h1l .nav-tabs .nav-link {
    padding: 12px 6px;
    font-size: 13px;
  }

  .about_h1l p {
    font-size: 14px;
  }

  .choose_1lil span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

}

@media (min-width:871px) and (max-width:991px) {
  #header .nav-link {
    padding: 6px 10px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  .top_1m p {
    font-size: 14px;
  }

  .px_4 {
    padding-left: 0;
    padding-right: 0;
  }

  #header .nav-link {
    padding: 5px 10px;
    font-size: 13px;
  }

  #header .navbar-brand .navlogo{
   width:90px;
   height:35px;
    
  }
  .logintext{
      display:none;
  }
 #header .pls {
    padding-left: 5px;
    align-items: center;
  }
   #header .pls i{
       font-size:10px !important;
   }
   
  .nav-link.dropdown-toggle::before{
      display:none;
  }

  .choose_1lil span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }
}

@media (min-width:1201px) and (max-width:1300px) {
  .px_4 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:1400px) and (max-width:1700px) {
  .container-xl {
    max-width: 1140px;
  }
}