/* =================================== */
/*  Basic Style 
/* =================================== */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');



:root {
  --color-primary: #0e4b7a;
  --color-secondary: #0e4b7a;
  --color-secondary-dark: #0a1a39;
  --color-white: #ffffff;
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

body {

  font-size: 14px;
  font-weight: 400;
  position: relative;
}

html {
  scroll-behavior: smooth;
  
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
      font-family: "Mulish", sans-serif;

}

a{
        font-family: "Mulish", sans-serif;

}

p{
        font-family: "Mulish", sans-serif;

}

h1,h2,h3,h4,h5{
        font-family: "Mulish", sans-serif;

}

@media (min-width: 1200px){
.container {
    max-width: 1360px;
}
}

/* =================================== */
/*  Menu Styles
/* =================================== */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
  padding-bottom: 5px;
  padding-top: 5px;
  /* background: rgba(255, 255, 255, 0.15); */
  padding-left: 0;
  padding-right: 0;
}
.top-menu {
  background: #fff;
  padding: 7px 0;
}
.top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header {
  background-color: var(--color-secondary);

}

#header.header-scrolled {
  transition: all 0.5s;
  background-color: rgba(34, 34, 34, 0.9);
}

#header.header-scrolled .header-top {
  display: none;
}

#header.header-scrolled .main-menu {
  background: transparent;
}

/* #header.package-header-scrolled {
  display: none;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  /* right: 0; */
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu a:hover{
    color:#fff;
}

/* .nav-menu li:hover > a {
  color: var(--color-primary);
} */

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 22px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: var(--color-white);
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}


.sub li:not(:last-child) a {
    border-bottom: 1px solid #c9c9c9;
}

.nav-menu ul li:hover > a {
  color: var(--color-primary);
}

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  float: right;
  position:relative;
  z-index: 999;
  margin-top: -20px;
  border: 0;
  background: none;
  font-size: 32px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: var(--color-white);
  font-weight: 900;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 115px;
  bottom: 0;
  z-index: 998;
  background: #fff;
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}

#mobile-nav ul li a:hover {
  color: #000;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #000;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #000 !important;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: var(--color-white);
}

/* =================================== */
/*  Homepage Styles
/* =================================== */
.section-gap {
  padding: 120px 0;
}

.alert-msg {
  color: #008000;
}

#logo {
  padding-left: 15px;
}

#logo img {
    height:70px;
}

#nav-menu-container {
  padding-right: 15px;
}

.primary-btn {
  background: var(--color-primary);
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: var(--color-white);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: var(--color-white);
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: var(--color-white);
}

.primary-btn:hover span {
  color: var(--color-white);
  right: 20px;
}

.primary-btn.white {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.primary-btn.white span {
  color: var(--color-white);
}

.primary-btn.white:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

.primary-btn.white:hover span {
  color: var(--color-primary);
}

.primary-btn.wh {
  background: var(--color-white);
  color: #222;
  text-transform: uppercase;
}

.primary-btn.wh:hover {
  background: #222;
  color: var(--color-white);
}

.primary-btn.squire {
  border-radius: 0px !important;
  border: 1px solid transparent;
}

.primary-btn.squire:hover {
  border: 1px solid var(--color-white);
  background: transparent;
  color: var(--color-white);
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.section-title h1 {
  margin-bottom: 10px;
}

/*-------- Start Banner Area ------------*/
.banner__text h1 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 2px 3px #00000070;
}
.banner--three__text span {
    font-size: 1.2rem;
    font-weight: 300;
    text-shadow: 1px 2px 3px #00000070;
    color: #fff;
}

 .social-icon {
    display: inline-block;
    margin-left: 10px;
}

.banner-social-meta {
    position: absolute;
    right: 4%;
    bottom: 250px;
    transform: rotate(90deg);
 
    z-index: 1;
}
.social-icon li {
    display: inline-block;
    margin: 0 5px;
    transform: rotate(-90deg);

}
.social-icon li a {
    height: 40px;
    width: 40px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    border: 1px solid var(--color-primary);
    transition: all 0.4s ease 0s;
    color: var(--color-primary);
    background: #fff;
}

.banner-area {
  padding: 0;
}

.banner__video{
  position: relative;
}
.banner__video video{
  width: 100%;
  height: calc(100vh - 141px);
  object-fit: cover;
}

.banner-content{
  position: absolute;
  left: 63%;
  top: 83%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  width: 100%;

}

.banner-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    height: 215px;
    width: 100%;
}



.banner-area .overlay-bg {
  background: rgba(4, 9, 30, 0.2);
}

.fullscreen{
  height: 415px !important;
}

@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: auto !important;
  }
}

.banner-left h6 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
}

.banner-left h6 span {
  color: var(--color-primary);
}

.banner-left h1 {
  margin: 20px 0 0 0;
  font-size: 80px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .banner-left h1 {
    font-size: 40px;
  }
}

@media (max-width: 413px) {
  .banner-left h1 {
    font-size: 33px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .banner-left h1 {
    font-size: 36px;
  }
  .banner-left h6 {
    font-size: 12px;
  }
}

.banner-left p {
  margin: 10px 0 20px 0px;
  font-size: 20px;
  font-weight: 500;
}

.banner-left .primary-btn {
  background: #000;
}

.banner-left .primary-btn:hover {
  background: #222;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .banner-left {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

/* .banner-area-form input {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
} */

/* .banner-area-form .primary-btn {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
} */

/*-------- End Banner Area ------------*/

section {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 50px;
  position:relative;
}

.section-title h1 {
       color: #555;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 900;
    font-size:2rem;
}

.section-title span:after {
    position: absolute;
    content: "";
    right: -25px;
    top: 13px;
    height: 1px;
    width: 30px;
    background-color: var(--color-primary);
}

.section-title span{
        font-size: 1.125rem;
    color: var(--color-primary);
    position: relative;
    padding-right: 25px;
    font-weight: 600;
}



.section-title p {
  font-size: 18px;
}

/*-------- About ------------*/




.about p {
  font-size: 18px;
}

.about-img img{
    border-radius: 15px;
    width:100%;
}
.about-two__box-content {
    position: absolute;
    bottom: -30px;
    right: 25px;
    z-index: 11;
    background: #fff;
    padding: 12px;
    -webkit-box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 280px;
}
.about-two__box-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid var(--color-primary);
    padding: 2px 40px;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-two__title {
    font-size: 60px;
    color: var(--color-secondary);
    margin-right: 10px;
    font-weight: 700;
}
.about-two__desc {
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
}

.about:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-image:url(https://gaviaspreview.com/wp/gowilds/wp-content/uploads/2022/12/bg-shape-02.png);
    background-position:bottom;
    opacity:0.5;
    z-index:-1;
}

@media(min-width:767px){
    .about-img{
        padding-right:80px;
    }
}
/*-------- End About ------------*/

/*-------- Feature ------------*/
.feature {
  position: relative;
  background-image: url(../img/feature-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
.w-icon{
  height: 60px;
  width:73px;
  margin-bottom: 8px;
}

/* .feature-wrapper {
  margin-bottom: 250px;
} */

.feature .feature-card{
  text-align: center;
}
.feature-card p {
  font-size: 16px;
  font-weight: 300;
}

.feature-card .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  color: var(--color-white);

  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card .icon-box i {
  font-size: 20px;
}

.feature-card h5 {
  font-size: 20px;
  color: #000;
}

.feature-card p {
  font-size: 17px;
}
/*-------- End Feature ------------*/


/* destinaion */

.destination__section {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}

.destination--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}





.each-destination {
  position: relative;
}
.each-destination svg, .each-destination h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 99;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.each-destination h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 4px #000000b0;
}
.each-destination>a.scale:hover img:before, .each-destination>a.scale:hover img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.each-destination>a {
  display: block;
  width: 100%;
  position: relative;
  height: 180px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.each-destination>a:before {
  background: linear-gradient(0deg,rgba(0,0,0,.24) 0%,rgba(0,0,0,.33) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  z-index: 1;
}
.each-destination>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}


/*-------- Upcoming-trips ------------*/
.upcoming-trips {
  position:relative;
}

.upcoming-trips .thumb{
  position: relative;
  overflow: hidden;
}
.trip-card__badge {
  position: absolute;
  top: -3px;
  right: 10px;
  height: 29px;
  color: #fff;
  font-family: CerebriSans-ExtraBold,sans-serif;
  font-size: .875rem;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 4px 10px 3px 8px;
  z-index: 5;
}
.trip-card__badge:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 0;
  height: 0;
  border-color: transparent transparent rgba(0,0,0,.7);
  border-style: solid;
  border-width: 0 0 4px 4px;
}
.trip-card__badge:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/_next/static/media/general-pattern.4948f77b.png) repeat 0 0;
  opacity: .2;
}
.trip-card__badge--group {
  background-color: var(--color-primary);
}

.upcoming-trips .section-title h1 {
  text-transform: capitalize;
}
.upcoming-trips .section-title h1::before{
}

.upcoming-trips .section-title p {
  color: var(--color-white);
}

.single_place {
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  transition: 0.5s;
  border-radius: 0;
  margin-bottom: 30px;
}

.single_place:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.place_info-title h3 {
  font-size: 17px;
  color: #222;
  font-weight: 700;
}
.days {
  display: flex;
  align-items: center;
}
.days i{
  margin-right: 5px;
}

.place_info-title:hover h3 {
  color: var(--color-secondary);
}

.place_info-title:hover {
  text-decoration: none;
}

.place_info .rating i {
  color: #949494;
  margin-right: 5px;
}

.place_info .price_days {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d6d6d6;
}

.place_info .price_days .days i {
  font-size: 20px;
  color: #949494;
}

.place_info .price_days .days a {
  color: #323232;
  text-decoration: none;
}

.place_info .price_days .price {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
}

/*-------- End upcoming-trips ------------*/

/*-------- Best Seller ------------*/


.best-seller .thumb img{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.best-seller{
  position: relative;
}
/*.best-seller::before{*/
/*  position: absolute;*/
/*  content: "";*/
/*    background-image: url(https://images.unsplash.com/photo-1517685352821-92cf88aee5a5?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    opacity: 0.1;*/
/*}*/

/*-------- End Best Seller ------------*/

/*-------- Travel-style ------------*/
.travel-style {
  position: relative;
  background-image: url(../img/travel-style-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.travel-style-wrapper {
  margin-bottom: 200px;
}

.travel-style .section-title h1 {
  color: var(--color-white);
  text-transform: capitalize;

  position: relative;
  padding-bottom: 20px;
}

.travel-style .section-title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background-color: #0270bd;
}

.travel-style .section-title p {
  color: var(--color-white);
}

.single-destination {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  position: relative;
}

.single-destination .thumb {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-destination .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.single-destination .thumb img {
  width: 100%;
}

.single-destination .desc {
  text-align: center;
  position: absolute;
  transition: all 0.7s ease;
  width: 100%;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);

  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}

.single-destination .desc .price-btn {
  background: var(--color-primary);
  text-align: center;
  color: var(--color-white);
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
}

.single-destination:hover .desc {
  background-color: transparent;
}

.single-destination:hover .desc .price-btn {
  display: inline-block;
}
.single-destination .desc .price-btn:hover {
  background-color: var(--color-secondary);
}

.single-destination .desc h4 {
  color: #fff;
}

.single-destination .desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.single-destination:hover .overlay-bg {
  opacity: 1;
}

.single-destination:hover .price-btn {
  opacity: 1;
}

.single-destination:hover .desc {
  top: 50%;
}

/*-------- End Travel-style ------------*/

/*-------- Adventure ------------*/
.adventure .single_place .place_info-title h3 {
  color: #2e4358;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
/*-------- End Adventure ------------*/

/*-------- Destination ------------*/
.destination {
  background-color: #f6f5f5;
}
/*-------- End Destination ------------*/

/*-------- Traveler Reviews ------------*/
.testimonial {
    /* background-image: linear-gradient( to right bottom, rgba(10, 26, 57, 0.6), rgba(10, 26, 57, 0.6) ), url(../img/testimonial-bg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial .section-title h1 {
  color: #000;
  text-transform: capitalize;
}
.testimonial .section-title h1::before {
  background-color: #000;
}

.testimonial .section-title p {
  color: #fff;
}

.single-testimonial{
     padding: 25px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

.testimonial-slider .single-testimonial .card {
  background: transparent;
}

.testimonial-slider .single-testimonial p {
    color: #2a2a2a;
    font-size: 14px;
    font-size: .9375rem;
    line-height: 1.9;
}

.testimonial-slider .single-testimonial .img-circle img {
  border: 3px solid var(--color-primary);
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  height: 75px;
}

.testimonial-slider .single-testimonial .testimonial-name {
  color: #000;
  font-size: 20px;
}
.rating{
    color:var(--color-primary);
}

.category-navigation, .package-navigation, .review-navigation {
    position: absolute;
    content: "";
    top: -40px;
    right: 90px;
}
.swiper-button-lock {
    display: block;
}

/*-------- End Traveler Reviews ------------*/

/*-------- Blogs ------------*/
.blog .section-title h1 {
  text-transform: capitalize;
}
.blog__container {
  position: relative;
}
.blog__container>a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog__container>a img {
  aspect-ratio: 8/5;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.blog__container>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 33.33%,rgba(0,0,0,.75) 76.04%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.blog__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  z-index: 999;
}
.blog__overlay span, .listing__blog span {
  color: #fff;
  font-size: 14px;
}
.blog__overlay h3, .listing__blog h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  color: #fff;
}
.blog__overlay a{
  color: #fff;
}
.listing__blog {
    padding:15px;
} 
.list__blog>div {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 5px;
}
.list__blog>div>a img {
  aspect-ratio: 8/5;
  object-fit: cover;
  width: 100%;
 
}
.listing__blog h3 a {
  color: #2e2e2e;
}
.listing__blog span, .listing__blog span a {
  color: #3b3b3b;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.btn {
  font-size: 15px;
  padding: 8px 24px;
  font-weight: 600;
  font-family: "Mulish",sans-serif;
  display: inline-block;
  text-transform: capitalize !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff !important;
  background: var(--color-secondary) !important;
}
.tag {
    position: absolute;
    left: 15px;
    color: #fff;
    font-size: .8125rem;
    font-weight: 600;
    border-radius: 2px;
    padding: 7px 15px;
    bottom: -15px;
    background-color: #3cacd7;
}
.blog-card {
  background-color: #f4f8fd;
}

.blog-card .blog-date {
  color: #02538b;
  text-transform: uppercase;
}

.blog-card .blog-title {
  margin: 10px 0;
}

.blog-card .blog-title a {
  color: #2e4358;
  font-weight: 600;
  text-decoration: none;
}

.blog-card .blog-title a:hover {
  color: var(--color-primary);
}
/*-------- End Blogs ------------*/

/*-------- accreditation ------------*/
/*.accreditation {*/
/*background-color: #fafafa;*/
/*}*/

.accreditation .section-title h1 {
  text-transform: capitalize;
  color: #01111d;
}

.accreditation .card {
  background-color: transparent;
}

/*-------- End accreditation ------------*/
.newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  padding-bottom: 150px;
}

.newsletter .section-title h1 {
  text-transform: capitalize;
  color: #2e4358;
}

.newsletter input {
  line-height: 42px;
  width: 90%;
}

.newsletter input,
.newsletter button {
  border-radius: 0;
  border: 0;
}

.newsletter .primary-btn {
  background-color: #0270bd;
}

.newsletter input:focus,
.newsletter button:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 20%);
}

/* Footer */


.accredit {
    background: var(--color-primary);
    padding: 50px 0;
    border-bottom: 1px solid #fff;
}


.site-footer{
  background-color: var(--color-primary);
  position: relative;
  padding-top:50px;
}
/*.site-footer::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-image: url(https://images.unsplash.com/photo-1580424917967-a8867a6e676e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  opacity: 0.3;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
.site-footer__top {
  position: relative;
  display: block;
}
.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -8px;
}
.footer-widget__title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-widget__about-contact li .text a {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    transition: all 500ms ease;
}

.text p{
    color:#fff;
}

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: all 500ms ease;
}
.newsletter-input {
  background-color: #fff;
  border: none;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  width: 100%;
  font-family: CerebriSans-Regular,sans-serif;
  font-size: .9375rem;
  outline: none;
  border-radius: 4px;
  margin-bottom: 8px;
}
.submitButton {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  background: var(--color-secondary);
  color: #fff;
  border: none;
  outline: none;
  margin-top: 7px;
}
.newsletter-block .form-group{
  margin-bottom: 0;
}
.online-pay__thumbnail img {
  height: 30px;
}

.single-footer-widget h6 {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}

.single-footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}

.single-footer-widget ul li a {
  color: #b3d9f3;
}

.single-footer-widget ul li a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid var(--color-secondary);
  margin-top: 50px;
  padding-top: 30px;
}

.footer-bottom p {
  color: #b3d9f3;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-bottom .social {
  justify-content: flex-end;
}

.footer-bottom .social a {
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .about h1 {
    font-size: 34px;
  }

  .section-title h1 {
    font-size: 36px;
  }

  .feature-card h5 {
    font-size: 18px;
  }

  .travel-style-wrapper {
    margin-bottom: 100px;
  }

  .blog-card {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .about h1 {
    font-size: 28px;
  }

  .section-title h1 {
    font-size: 30px;
  }



  .travel-style-wrapper {
    margin-bottom: 0px;
  }

  .accreditation {
    padding-top: 10px;
  }

  .newsletter input {
    width: 100%;
    margin: 0 20px;
  }

  .footer-bottom .social {
    justify-content: center;
  }

  .footer-bottom img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .single-footer-widget {
    margin-bottom: 20px;
  }
}

/* ***********************
* Package Details
************************ */
.tourmaster-single-header {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.tourmaster-single-header {
  min-height: 45vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tourmaster-single-header.detail{
  min-height: 71vh;
}

.tourmaster-single-header-background-overlay {
  background: #000;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.tourmaster-single-header-background-overlay {
  opacity: 0.35;
}

.traveltour-body * {
  border-color: #e1e1e1;
}

.tourmaster-single-header-overlay {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 300px;
  background: url(../img/single-tour-gradient.png) bottom repeat-x;
}

.tourmaster-single-header-overlay {
  height: 291px;
}

.tourmaster-single-header-overlay,
.tourmaster-payment-head .tourmaster-payment-head-overlay {
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.traveltour-body * {
  border-color: #e1e1e1;
}

.tourmaster-single-header .tourmaster-single-header-container {
  width: 100%;
}

.tourmaster-single-header-container-inner {
  position: relative;
}

.tourmaster-item-pdlr {
  padding-left: 15px;
  padding-right: 15px;

  /* background-color: rgba(0, 0, 0, 0.3); */
}

.tourmaster-single-header-title-wrap {
  padding-top: 500px;
}

.tourmaster-single-header-title-wrap {
  padding-bottom: 45px;
}

.tourmaster-single-header-title-wrap {
  padding-top: 0;
}

.tourmaster-single-header .tourmaster-single-header-title-wrap {
  padding-right: 0;
  padding-left: 0;
}

.tourmaster-single-header .triphead-block {
  margin: 0;
  float: left;
}

.tourmaster-single-header .trip-topic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tourmaster-single-header .trip-topic .tourmaster-single-header-gallery-wrap {
  margin-top: auto;
  padding-bottom: 40px;
}

.tourmaster-single-header .trip-topic .trip-destinations {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 1rem;
  /* text-transform: uppercase; */
}

.tourmaster-single-header .trip-topic .trip-destinations ul {
  list-style: none;
  margin: 0;
}

.tourmaster-single-header .trip-topic .trip-destinations ul li {
  display: inline-block;
  font-size: 20px;
  /* letter-spacing: -1px; */
  border-left: 2px solid #1fc0e3;
  border-right: 2px solid #1fc0e3;
  padding: 0 10px;
}

.tourmaster-single-header .tourmaster-single-header-title {
  margin-top: 0;
}

.tourmaster-single-header .trip-topic h1 {
  display: inline-block;
  font-weight: unset;
  color: #ffffff;
  /* margin-bottom: 0.8rem; */
  font-size: 52px;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px #00000070;
}

.tourmaster-single-header .trip-topic h1 p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}

.tourmaster-single-header .triphead-block {
  margin: 0;
  float: left;
}

.tourmaster-single-header .trip-price {
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tourmaster-single-header .trip-price {
  text-align: right;
}

.tourmaster-single-header .trip-price .price-tag {
  color: #1fc0e3;
  /* margin-top: 7rem; */
}

.tourmaster-single-header .trip-price .price-tag h3 {
  font-weight: 400;
  color: inherit;
  font-size: 22px;
}

.package-feature {
  background: #000204;
  color: var(--color-white);
}

.package-feature .package-feature-single {
  padding: 35px 0;
  text-align: center;
}

.package-feature .col-md-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.package-feature h5,
.package-feature h6 {
  font-weight: 300;
  font-size: 17px;
}

.package-feature .group-cost {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
}

.package-feature .group-cost a {
  font-weight: 400;
  color: #1fc0e3;
  font-size: 22px;
  text-decoration: none;
}

.package-feature .group-cost a span {
  color: #fff;
}

.package-overview,
.package-itinerary,
.package-inclusion,
.package-date-price,
.package-faq, .package-info, .packing-list {
  padding: 50px 0 0;
}

.package-overview p {
  font-size: 16px;
}

.package-details-title h1 {
  font-size: 34px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Accordion */
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* padding: 20px; */
  margin: 0;
  list-style: none;
}

ul.accordion-list > li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}



ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}

ul.accordion-list li h3 {
  /* font-weight: 700; */
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-size: 18px;
}

ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-secondary-dark);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  /* font-weight: 300; */
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.package-inclusion-widget {
  background-color: #e9ffe9;
  padding: 30px 12px;
}
.package-inclusion-widget.exclusion{
  background-color: #fff4f4;
}

.package-inclusion-widget h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.package-inclusion-widget ul {
  list-style-type: disc;
  margin-left: 40px;
}

.package-inclusion-widget ul li {
  font-size: 16px;
}

/* Package FAQ */
.package-faq ul.accordion-list li:nth-child(odd) {
  background: #fff;
}

.package-faq ul li {
  border: 1px solid #e7f0f4;
}

.package-faq ul.accordion-list li h3:after {
  content: "\f0d7";
}

/* Reviews */
.package-review {
  padding: 50px 0 0;
}

.package-review-wrapper {
  background-color: #f4f8fd;
  padding: 0 0 3.7rem 0;
  /* margin-bottom: 60px; */
}

.package-review-header {
  margin: 2.5rem auto 0;
  padding: 60px 0 15px;
  border-bottom: 1px solid #dadde0;
}

.tourmaster-tour-rating {
  /* float: left; */
  padding: 10px 0px;
  margin-top: 0;
  font-size: 14px;
}

.tourmaster-tour-rating-text {
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
  line-height: 25px;
  /* float: left; */
  color: #272727;
}

.tourmaster-tour-rating i {
  font-size: 16px;
  margin-right: 2px;
  line-height: 25px;
  /* float: left; */
  color: #f29c06;
}

.package-review-single {
  padding: 60px 0;
}

.tab-review-block .review-txt .media img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-right: 3.5rem;
}

.tab-review-block .review-txt .media .media-body h5 {
  font-size: 25.5px;
  margin-bottom: 20px;
  color: #333333;
}

.review_desc {
  position: relative;
}

.review_desc p {
  
  transition: all 0.5s ease;
}

.tab-review-block .review-txt .media .media-body p {
  font-size: 15.3px;
  margin-bottom: 1.5rem;
}

.traveltour-body a {
  color: #0260c0;
}

.review_desc .show-rdesc,
.review_desc .hide-rdesc {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  font-size: 15.3px;
}

.tab-review-block .review-txt .media .media-body .footer-note {
  margin-top: 55px;
}

.tab-review-block .review-txt .media .media-body .footer-note h6 {
  color: #000;
}

.tab-review-block .review-txt .media .media-body .footer-note span {
}

.review-rating {
  padding-left: 6rem;
}

.tab-review-block .review-rating .top-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.tab-review-block .review-rating .top-rating .overallrating {
  width: 40px;
  height: 40px;
  background-color: #02c03b;
  border-radius: 50%;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.tab-review-block .review-rating .top-rating .overallstars {
  margin-left: 12px;
}

.tab-review-block .review-rating .top-rating .overallstars p {
  margin-bottom: 4.25px;
  font-size: 16px;
}

.tab-review-block .review-rating .top-rating .overallstars span {
  margin-top: -6px;
}

.tab-review-block .review-rating .top-rating .overallstars span i {
  color: #f29c06;
  font-size: 24px;
}

.tab-review-block .review-rating .bottom-rating {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-review-block .review-rating .bottom-rating .col {
  padding: 0;
}

.tab-review-block .review-rating .bottom-rating .col ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

.tab-review-block .review-rating .bottom-rating .col ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:first-of-type {
  font-size: 15px;
  width: 45%;
  display: inline-block;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:last-of-type {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tab-review-block .review-rating .bottom-rating .col ul li span:last-of-type i {
  color: #f29c06;
  font-size: 15px;
}

/* Package Navbar */
.package-nav {
  background-color: #fff;
}
.package-nav .navbar {
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
  padding: 0;
}
.package-nav .navbar .nav-link {
  font-size: 15px;
  color: #323232;
  text-transform: uppercase;
  display:inline-flex;
  align-items:center;
}

.nav-link svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.package-nav .navbar .nav-item {
  padding: 7px 0;
  border: 2px solid transparent;
  transition: background 300ms, color 300ms, border-color 300ms;
}

.package-nav .navbar .nav-item:hover {
  border-bottom: 2px solid var(--color-secondary);
}

.package-nav .navbar .nav-item:not(:last-child) {
  /* margin-right: 10px; */
}

.package-btn .btn-request-fee {
  background-color: #000204;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 5px;

  transition: all 0.5s ease;
}

.package-btn .btn-request-fee:hover {
  background-color: var(--color-primary);
}

.package-btn .btn-book-now {
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 10px;
  background-color: #0042c5;

  transition: all 0.5s ease;
}

.package-btn .btn-book-now:hover {
  background-color: var(--color-secondary);
}

.package-btn .btn-request-fee:focus,
.package-btn .btn-book-now:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 16%);
}

.package-date-price .list-group {
  flex-direction: unset;
  /* border-bottom: 1px solid #ccc; */
}

.package-date-price .list-group .list-group-item {
  width: auto;

  border-radius: 0;
  padding: 20px;
  border-top: 2px solid transparent;
  border: 0;
  color: #000;
  font-size: 16px;

  /* transition: all .5s ease-in-out; */
}

.package-date-price .list-group .list-group-item.active {
  background-color: transparent;
  border-top: 2px solid #0043c5;
  color: #323232;
}

.package-date-price .list-group .list-group-item:not(:last-child) {
  border-right: 1px solid #ccc;
}

.package-date-price table thead th {
  text-transform: uppercase;
}

.package-date-price table tbody td {
  padding: 20px 5px;
  font-size: 18px;
}

.package-date-price table tbody td span {
  display: block;
  font-size: 14px;
}

.package-date-price-wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .package-nav .navbar-collapse {
    overflow-y: scroll;
  }

  .package-nav .navbar-collapse .nav-item,
  .package-nav .navbar-collapse .btn {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .package-btn {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .tourmaster-single-header .tourmaster-single-header-title-wrap {
    padding:15px;
  }
  .tourmaster-single-header .trip-topic h1 {
    font-size: 35px;
  }
  .package-feature .group-cost {
    justify-content: center;
    padding: 10px 0;
  }

  .package-details-title h1 {
    font-size: 32px;
  }

  .package-date-price .list-group .list-group-item {
    padding: 10px;
  }

  .package-date-price table tbody td {
    padding: 10px 2px;
    font-size: 16px;
  }

  .tab-review-block .review-txt .media img {
    margin-right: 1rem;
  }
}

/* **********************
* About Us
********************** */
.about-introduction {
}

.about-title,
.team-title,
.package-listing-title,
.destination-title {
  text-align: center;
}

.about-title h1,
.team-title h1,
.package-listing-title h1,
.destination-title h1 {
  font-size: 34px;

  position: relative;

  padding-bottom: 20px;
  margin-bottom: 45px;
  color: var(--color-primary);
}

.about-title h1::after,
.team-title h1::after,
.package-listing-title h1::after,
.destination-title h1::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  background-color: #4fab96;
  width: 200px;
  height: 2px;
}

.about-content {

  font-size: 17px;
  color: #000;
}

.about-feature-single {
  padding: 90px 0 120px;
}

.about-feature .about-feature-single:nth-child(odd) {
  background-color: #4fa994;
  color: var(--color-white);
}

.about-feature-single .about-feature-title {
  margin-bottom: 30px;
}

.about-feature-single .about-feature-content {
  font-size: 18px;
}

.composition {
  position: relative;
}

.composition__photo {
  width: 70%;
  -webkit-box-shadow: 0 15px 40px rgb(0 0 0 / 40%);
  box-shadow: 0 15px 40px rgb(0 0 0 / 40%);
  border-radius: 10px;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline-offset: 20px;
}

.composition__photo--p1 {
  left: 0;
  top: -20px;
}

.composition__photo--p2 {
  right: 0;
  top: 100px;
}

.composition__photo:hover {
  outline: 15px solid var(--color-secondary);
  -webkit-transform: scale(1.05) translateY(-5px);
  transform: scale(1.05) translateY(-5px);
  -webkit-box-shadow: 0 25px 40px rgb(0 0 0 / 50%);
  box-shadow: 0 25px 40px rgb(0 0 0 / 50%);
  z-index: 20;
}

.about-img-content img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .composition__photo {
    width: 100%;
    position: relative;
  }

  .composition__photo--p1 {
    top: 0;
  }

  .composition__photo--p2 {
    top: 0;
    margin-top: 20px;
  }

  .about-feature-single {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  /* .composition {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  } */

  .composition__photo {
    position: relative;

    display: flex;
    width: 48%;
    margin-bottom: 20px;
    display: inline;
  }

  .composition__photo--p1 {
    top: 0;
    margin-right: 10px;
  }

  .composition__photo--p2 {
    top: 0;
  }

  .about-feature-single {
    padding-bottom: 60px;
  }

  .about-img-content {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .about-title h1 {
    font-size: 28px;
  }
}

/* ***************************
* Privacy Policy
****************************/
.privacy-policy-title {
  font-size: 36px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.privacy-policy {
  font-size: 18px;
}

.privacy-policy p {
  margin-bottom: 30px;
}

/* ***************************
* Our Team
****************************/
.team-title {
  text-align: left;
}

.team-title h1::after {
  left: 0;
  transform: translateX(0);
  background-color: #000;
}

.team-title p {
  font-size: 18px;
}

.team-content {
  margin-top: 50px;
}

.team-content-single {
    margin: 30px 0 30px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}





.team-content-img img {
  border-radius: 20px;
}

.team-content-info .team-content-name {
  font-size: 26px;
  color: var(--color-secondary);
  margin-bottom: 0;
}

.team-content-info .team-content-post {
  color: var(--color-primary);
  font-size: 15px;
  display: inline-block;
}

.team-content-info .team-content-description {
  font-size: 17px;
}

.team-content-info .link-read-more {
  color: var(--color-primary);
  font-size: 16px;
}

/* Team Detail */
.team-detail-img img {
  border-radius: 10px;
}

.team-detail-list {
  margin-bottom: 20px;
}

.team-detail-list-title {
  color: var(--color-secondary);
  font-size: 24px;
}

.team-detail-list-info {
  display: inline-block;
  color: var(--color-primary);
  font-size: 18px;
}

.team-detail-description {
  font-size: 17px;
  color: #707070;
  margin-bottom: 20px;
}

.team-detail-title h1 {
  color: var(--color-secondary);
  font-size: 36px;
  margin-bottom: 20px;
}

.team-detail-single {
  padding: 30px 0 15px;
}

.team-detail-certificate {
  padding: 30px 0 70px;
}

.team-detail-certificate .swiper-button-next,
.team-detail-certificate .swiper-button-prev {
  top: 90%;

  width: 40px;
  height: 40px;
  border: 1px solid #707070;
  border-radius: 50%;
}

.team-detail-certificate .swiper-button-next:after,
.team-detail-certificate .swiper-button-prev:after {
  font-size: 22px;
  color: #707070;
}

.team-detail-certificate-single {
  text-align: center;
}

/* ***************************
* Client Review
****************************/
.client-review-title {
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.client-review-description {
  font-size: 20px;
}

.client-review-wrapper {
    margin-top: 60px;
    width: 58%;
    margin-inline: auto;
    border: 1px solid #d7d7d7;
    padding: 20px;
}

.client-review-img {
  overflow: hidden;
}

.client-review-img img {
    /* border-radius: 50%; */
    /* width: 280px; */
    height: 172px;
    object-fit: cover;
}

.client-review-name {
  margin-top: 20px;
  font-size: 32px;
  color: var(--color-primary);
}

.client-review-country {
  display: inline-block;
  color: var(--color-primary);
  font-size: 20px;
  margin: 8px 0;
}

.client-review-info p {
  color: #707070;
  font-size: 16px;
  margin-bottom: 5px;
}

.client-review-info p i {
  margin-right: 5px;
}

.client-review-rating i {
  color: var(--color-primary);
  font-size: 32px;
}

.client-review-description {
  margin-top: 30px;
}

.client-review-details {

}





.client-review-single {
    padding: 35px 0;
    border-bottom: 1px solid #d7d7d7;
}

.client-review-single:first-child {
  padding-top: 20px;
}

@media screen and (max-width: 576px) {
  .client-review-img img {
    width: 230px;
    height: 230px;
  }

  .client-review-details {
    width: 100%;
    /* text-align: center; */
    margin-bottom: 20px;
  }
}

/* *************************
* Blogs
**************************/

.blog-listing-card img {
  border-radius: 10px;
  border: 1px solid #707070;
}

.blog-listing-card-title a {
  font-size: 22px;
  color: var(--color-secondary);
}

.blog-listing-card-title a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.blog-listing-card-info {
  display: flex;
  justify-content: space-between;

  margin-top: 20px;
}

.blog-listing-card-info .date {
  font-size: 17px;
}

.blog-listing-card-info .more {
  font-size: 17px;
  color: var(--color-primary);
}

.blog-listing-wrapper {
  margin-top: 50px;
}

/* Blog search */
.container .searchInput {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  /* box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12); */
}

.searchInput input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  font-style: italic;
  border: 2px solid #707070;
  /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
}

.searchInput.active input {
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.resultBox li {
  list-style: none;
  padding: 10px 12px;
  display: none;
  width: 100%;
  font-size: 22px;
  cursor: default;
  /* border-radius: 3px; */

  border-bottom: 1px solid #707070;
}

.resultBox li a {
  color: #707070;
  text-decoration: none;
}

.searchInput.active .resultBox li {
  display: block;
}
.resultBox li:hover {
  background: #efefef;
}

.searchInput .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 26px;
  color: #707070;
  cursor: pointer;
}
/* Blog search end */


/* Blog Details */
.blog-details-summary {
  font-size: 16px;
}

.blog-details-summary .title-date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-details-summary .title-date .title {
  color: #000;
}

.blog-details-summary .title-date .date {
  color: #707070;
  font-size: 20px;
}



.blog-details-single {
  margin: 50px 0;
}

.blog-details-title h1 {
  color: #000;
  font-size: 36px;
  margin-bottom: 20px;
}

.blog-details-single p {
  font-size: 18px;
}

.blog-details-author-share {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.blog-details-author-share .author {
  font-size: 20px;
}


.blog-details-author-share .share {
  display: flex;
}
.blog-details-author-share .share i {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.blog-details-author-share .share i:not(:last-child) {
  margin-right: 10px;
}

.latest-blogs {
  padding-top: 30px;
}

.latest-blogs-title h1 {
  color: #000;
}


/* *************************
* Package Listing
**************************/
.package-listing-summary {
  text-align: center;
  font-size: 20px;
}

.package-listing-popular {
  margin-top: 70px;
}

.package-listing-card {
  border-radius: 10px;
  border: 1px solid #707070;
  overflow: hidden;
  margin-bottom: 40px;
}

.package-listing-card .card-body {
  padding-left: 12px;
  padding-right: 12px;
}

.package-listing-card-title a {
  font-size: 23px;
  color: #296777;
  text-decoration: none;
}

.package-listing-tag {
  display: block;
  text-align: right;
  font-style: italic;
  margin: 20px 0 10px;
}

.package-listing-info {
  display: flex;
  justify-content: space-between;
}

.package-listing-info .date {
  font-size: 18px;
}

.package-listing-info .price {
  font-size: 22px;
  color: var(--color-primary);
}

.more-packages {
  text-align: right;
}

.more-packages a {
  font-size: 28px;
  color: #0A1A39;
}

.more-packages a:hover {
  color: var(--color-primary);
  text-decoration: none;
}


/* *************************
* Destination
**************************/
.destination-title h1 {
  color: #000;
  font-weight: 600;
}

.destination-title h1::after {
  background-color: #000;
}

.destination-summary p {
  text-align: center;
  font-size: 18px;
}

.destination-summary {
  margin-bottom: 50px;
}

.destination-feature .destination-feature-single {
  padding: 60px 0;
}

.destination-feature .destination-feature-single:nth-child(odd) {
  background-color: #f3f3f3;
}

.destination-feature .destination-feature-single:nth-child(odd) .destination-title h1,
.destination-feature .destination-feature-single:nth-child(odd) .more-packages .link-more-package {
  color: #000;
}

.destination-feature .destination-feature-single:nth-child(odd) .destination-title h1::after {
  background-color: #000;
}

.destination-faq {
  padding-top: 70px;
}

.destination-faq ul.accordion-list li h3:after {
  content: "+";
  font-size: 22px;
}

.destination-faq ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}

.destination-faq ul li {
  border: 1px solid #707070;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #1b2b3a;
  border: 1px solid rgba(27,41,48,.3);
  border-radius: 4px;
  padding: 1.5rem 15px;
  font-family: CerebriSans-Regular,sans-serif;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  width: 100%;
}
.form-group {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.contact-list__item--mb15 {
  margin-bottom: 15px;
}
.contact-list__item {
  margin: 0 0 15px;
}
.contact-list .detail, .contact-list .title, .contact-list span {
  font-size: 1rem;
  letter-spacing: normal;
  color:#000;
}
.title--bold{
  font-weight: 500;
}

.trip-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 100!important;
  border-top: 1px solid #cacaca;
}
.card-icon {
  width: 27px;
  margin-right: 7px;
}
.trip-card__meta-detail{
  display: block;
}
.trip-card__meta-value{
  display: block;
}
.trip-card__meta > div{
  display: flex;
  align-items: center;
}
.trip-card__meta-value {
  display: block;
  font-weight: 300;
  font-size:13px;
}
.best-seller .trip-card__badge{
  bottom: 0;
  top: unset;
  height: unset;
  font-size: 1.2rem;
}
.best-seller .trip-card__badge{
  content: unset;
}
.best-seller .thumb{
  position: relative;
  overflow: hidden;
  padding:5px;

}
.thumb img{
  transition: all 0.3s ease;
  height:300px;
  width:100%;
  object-fit:cover;
}

.card:hover .thumb img{
  transform: scale(1.1);
}
.mega-menu {
  width: 60rem;
  position: absolute;
  z-index: 99;
  background: #fff;
  padding: 20px 10px;
  top: 23px;
}
.nav-pills .nav-link {
  border-radius: 0;
  border: none;
  text-align: left;
  padding: 8px;
  background: transparent;
  cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #f5f5f5;
  border: none;
  outline: none;
}
button:focus {
  outline: none;
}
.mega-menu i{
  float: right;
}
.tab-content ul {
  column-count: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  position: unset;
  background: unset;
  display: block;
  box-shadow: none;
}
.tab-content ul li{
  margin-bottom: 8px;
  border-bottom: 1px solid #d3d3d3;
}
.nav-pills h4{
  font-size: 20px;
  margin-top: 15px;
  color: #000;
}
.mega-menu .row .col-3{
  border-right: 1px solid #d3d3d3;
  padding-right: 5px;
}
.mega-menu {
  display: none;
}

.mega-menu-list {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.package-gallery-wrapper img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  margin-bottom: 30px;
}
.package-gallery {
  padding:  3.7rem 0;
  /* margin-bottom: 60px; */
}

.trip-detail__table img{
  height: 40px;
}
.sidebar-card {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(27, 43, 58, 0.15);
  background-color: #fefefc;
  border: solid 1px #002a47;
}
.sidebar-btn a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  background-color: var(--color-primary);
}
.enquiry-btn{
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  color: #000;
  border-radius: 10px;
  background-color:transparent;
  margin-top: 8px;
}
.trip-detail__table {
  margin-top: 60px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
}
.trip-detail__table img{
  margin-right: 8px;
}
.sticky-me{
  position: sticky;
  top: 100px;
}
.trip-price__pax {
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}
.trip-price__amount {
  display: block;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 15px;
}
.trip-price__info li {
  font-weight: 300;
  margin-bottom: 8px;
}
.trip-booking__card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.trip-booking__instaconfirm {
  position: absolute;
  top: -12px;
  color: #fff;
  padding: 3px 12px;
  font-size: .875rem;
  font-weight: 500;
  border-radius: 2px;
  background-color: var(--color-secondary);
}
.trip-booking__date {
  display: flex;
}
.trip-booking__date__wrapper.trip-booking__date--from {
  padding-right: 35px;
}
.trip-booking__date__item {
  display: block;
  line-height: 1.2;
}
.trip-booking__date__item--date {
  font-weight: 500;
  font-size: 1.125rem;
}
.trip-booking__price__item {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
.package-date-price {
  background-color: #f8f8f8;
  margin-top: 30px;
  padding: 30px;
}
.trip-booking__card {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
  margin-bottom: 30px;
  border: none;
}
.package-overview ul{
  list-style: disc;
  padding-left: 15px;
}
.package-overview ul li{
  margin-bottom: 5px;
}

/*@media (min-width: 768px)*/
/*{*/
/*.trip-itinerary-block__info {*/
/*    max-width: 50%;*/
/*}*/
/*}*/

.trip-itinerary-block__info li {
    border-bottom: 1px dashed #c5ccd6;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.trip-itinerary-block__info li p{
    margin-bottom:0 !important;
    padding-top:0 !important;
}
.trip-itinerary-block__info img{
  height: 22px;
  margin-right:5px;
}
.tab-pane h5{
  color: #000;
  margin-left: 5px;
}
.document img{
  width: 100%;
  object-fit: contain;
  border: 1px solid #d7d7d7;
  padding: 15px;
}
.footer__recommended img {
  height: 20px;
  margin-right: 10px;
}

.banner-area .item {
  height: 100vh;
  position: relative;
}
.banner-area .item img {
    width: 100%;
    height: 100%
    padding: 0;
    object-fit: cover;
}
.banner-area .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
/*.banner-area .item .cover .header-content {*/
/*  position: relative;*/
/*  padding: 56px;*/
/*  overflow: hidden;*/
/*}*/
.banner-area .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner-area .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner-area .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.banner-area .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner-area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-area .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner-area .owl-nav .owl-prev {

  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: var(--color-primary) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-area .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
    line-height: 24px;
}
.banner-area .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner-area .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner-area .owl-nav .owl-next {

  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: var(--color-primary) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-area .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  line-height:24px;
}
.banner-area .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-area .owl-nav .owl-next:hover {
  background: #000 !important;
}


.banner-area .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 14%;
    right: 17%;
    display:flex;
}


.header-contact {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 20px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    margin-top: 0px;
}
.team-comtent-img img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit:cover
}

@media(max-width:767px){
    .banner-area .item img {
    width: 100%;
    height: 500px;
  
}
.header-contact{
    border-right:none;
}
.banner-content {
 
    padding: 0 18px;
}
#header {
    background-color: #ffffff;
}
#mobile-nav-toggle i {
    color: #000000;
    font-weight: 900;
}
#logo img {
    height: 43px;
}
.main-menu {
    padding-bottom: 9px;
     padding-top: 0px;
    
}


#mobile-nav-toggle {
  
    margin-top: 4px;
   
}
.client-review-wrapper{
    width:100%;
}
.blog-details-summary{
    width:100% !important;
}
.blog-details-summary p{
    width:100% !important;
}
.package-date-price{
    padding:15px;
}
.trip-booking__price__item {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
}
.package-review-single .media{
    flex-direction:column;
        align-items: flex-start !important;

}
}

/*.accreditation img {*/
/*    height: 125px;*/
/*    background: #fff;*/
/*    padding: 25px 50px;*/
/*    box-shadow: 0 6px 6px #dddddd;*/
/*}*/
.accordion-button{
    background:transparent;
    border:none;
    padding-left:0;
}

.accreditation img{
        max-width: 100%;
    max-height: 55px;
}

.acc-wrapper{
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 5px;
    height: 70px;
    width:110px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, .1);
    background:#fff;
}
.review-img {
    height: 134px;
}
.thankyou img{
    height:120px;
}

.thumb{
    overflow:hidden;
}
.banner-area-form {
    width: 50%;
    margin-inline: auto;
}

button{
    cursor:pointer;
}
.blog-details-summary img{
     width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog-details-summary  {
    width:80%;
    margin-inline:auto
}

.team-gallery img{
    height:350px;
    object-fit:cover
}



.translate {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
  font-size: 13px;
  color: #939598;
  max-width: 60%;
}



.google-wrapper {
  display: inline-block;
  width: 150px;
  background-color: #fff;
  color: #939598;
  overflow: hidden;
  position: relative;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
}

.google-wrapper select {
  border: none;
  background: transparent;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  width: 100%;
  color: #939598;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  cursor: text;
  padding: 5px 10px;
}

.google-wrapper a,
.google-wrapper a:hover {
  display: inline-block;
  background-color: none;
  border: none;
  color: #939598;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  transition: all .3s ease;
  margin: 0;
}

.google-wrapper a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4.5px solid transparent;
  border-left-color: #939598;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -5px;
}

#translator-wrapper select:focus,
#translator-wrapper a:focus,
#translator-wrapper select:active,
#translator-wrapper a:active {
  border: none;
  outline: none;
  cursor: pointer;
}

.google-dropdown {
  background: #FFFFFF;
  color: #939598;
  min-width: 190px;
  padding: 15px;
  line-height: 20px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
}

#translator-wrapper a:hover,
#translator-wrapper a:active {
  opacity: 0.9;
}





.nav-tabs .nav-link{
    font-size:20px;
    border-radius:0 !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    
    padding: 15px;
    width: 25%;
}

@media(max-width:767px){
    .nav-tabs .nav-link {
   
    padding: 3px;
    width: 50%;
    font-size: 15px;
}
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border:1px solid #000;
}
.month-wrapper {
    box-shadow: 0 0 10px #c4c4c4;
    padding:50px 30px;
    margin-top:30px;
}

.month-wrapper p{
    font-size:1.1rem;
}
.month-img {
    width: 100%;
    height: 20rem;
    border-radius: 15px;
    object-fit: cover;
}

/*gear*/
.equipment-items-img{
    margin-bottom:15px;
}


.equipment-items-img>div {
    display: inline-block;
    background: #ebebeb;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
}
.equipment-items-img h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
}
.equipment-items-img>div img, .equipment-items-img>div svg {
    height: 30px;
}
.gear-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #111;
}

.gear-list li:not(:last-child){
    margin-bottom:13px;
}
.gear-list {
    padding-left: 15px;
}
.packing_list--wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.features-style1, .features-style3 {
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
    transition: 0.5s ease-in-out;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
}
.features-style1 .features-bg, .features-style3 .features-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.features-style1 .features-image, .features-style3 .features-image {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}



.features-style1 .features-image img, .features-style3 .features-image img {
    width: 45px;
}
.features-style1 .features-title, .features-style3 .features-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
    color:#fff;
} 
.features-content p{
    color:#fff;
}
.plan-content-wrapper {
    background-color: var(--color-primary);
    border-radius: 2px;
    position: relative;
    padding: 50px 20px;
    text-align: center;
    top: -20px;
    color:#fff;
}
.plan-content-wrapper:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-bottom: 0;
    border-right: 30px solid #f1f5f8;
    z-index: 1;
}
.footer-widget__explore-list li{
    padding-top:5px;
    padding-bottom:5px;
}
.main-menu__search, .main-menu__user {
    height: 30px;
    width: 30px;
    background-color: #faf5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    color: var(--thm-black);
    transition: all 500ms ease;
}
.icon-magnifying-glass:before {
    content: "\f002 ";
    font-family: 'FontAwesome';
}
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--color-secondary);
}

.search-popup__content .thm-btn:hover {
    color: #fff;
}

.search-popup__content .thm-btn i {
    margin: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-primary) !important;
}


.top-wrapper .btn {
    background: transparent !important;
    border: 2px solid var(--color-primary);
    color: var(--color-secondary) !important;
    border-radius: 0;
}

.trip-detail__table--title{
    color:var(--color-primary);
}
.trip-detail__table--subtitle{
    font-weight:400;
}

.why-us{
    position:relative;
    background-image:url(https://images.unsplash.com/photo-1533130061792-64b345e4a833?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
        background-position:center;


}

.why-us:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.5;
    
}

.tourBox {
    position: absolute;
    bottom: 16px;
    left: 31px;
    background: var(--color-primary);
    width: 81px;
    height: 28px;
    line-height: 29px;
    text-align: center;
    border-radius: 4px;
    z-index:9;
}

.tourBox p{
    color:#fff;
}

.header-enquiry{
    background:#fff !important;
    color:var(--color-primary) !important;
    margin-left:15px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
    .mega-menu1{
        display:none;
    }
}

@media(max-width:767px){
    .main-menu__search{
        display:none;
    }
    .top-wrapper{
        display:none;
    } 
    .banner-content{
        left:50%;
        top:50%;
    }
    .social-icon{
        display:none;
    }
    .package-inclusion-widget ul {
        margin-left:13px;
    }
    .acc-wrapper{
        width:50px;
        height:54px;
    }
    .section-title {
    margin-bottom: 30px;
    position: relative;
}

#mobile-nav {
    position: fixed;
    top: -64px;
    padding-top: 115px;
    bottom: 0;
    z-index: 998;
    background: #fff;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
}

.banner-area .item {
    height: unset;
}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    a.main-menu__search.search-toggler {
    display: none;
}
    .top-menu {
    display: none;
}
  #logo {
    padding-left: 0;
    display: flex !important;
    align-items: center;
}  
#mobile-nav {
  
    width: 50%;
  
}
#mobile-nav-toggle {
   
    margin-top: 3px;
  
}
    .about-img {
        padding-right: 0;
    }
}

