@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');


* {
  outline: none;
}

:root {
  /* --primary-color: #621c0c; */
  --primary-color: #1161b5;
  --secondary-color: #0066b3;
  --default-color: #fec774;
  --white-color: #fff;
  --dark-color: #000;
  --text-color: #565656;
  --border-color: #eee;
  --transition: ease-in-out 0.3s;
  --border-radius: 4px;
  --light--black: #252525;
}

body {
  font-family: 'Mulish', sans-serif;
  overflow-x: hidden;
  font-weight: 500;
  line-height: 1.5;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
th {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  margin: 0;
}

h2 {
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.22;
}

h4 {
  font-size: 22px;
  line-height: 1.25;
}

p {
  color: #585858;
  font-size: 16px;
  line-height: 1.67;
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

img {
  width: 100%;
}

.mt {
  margin-top: 70px;
}

.mb {
  margin-bottom: 70px;
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.sec-padding {
  padding: 80px 0 90px 0;
}


.sub-title {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 600;
  line-height: 1.68;
}

li {
  list-style: none;
}

.la-star {
  color: #ffa033;
}

ul {
  margin: 0;
  padding: 0;
}

.tab-pane li {
  font-size: 15px;
  color: #767676;
  line-height: 1.67;
}

.text-light {
  color: #dfdfdf !important;
}

.container {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-main {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s linear;
}

.btn-main svg {
  margin-left: 7px;
}

.btn--pacakage {
  background-color: transparent;
  border-radius: 5px;
  color: #767676;
  border: 1px solid #767676;
}

.btn--pacakage:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

/* .btn--primary {
  background: linear-gradient(45deg, #d60d45 0%,#046b8c 100%);
  border-radius: 5px;
  color: #fff;
} */
.btn--primary {
  background: linear-gradient(45deg, var(--primary-color) 0%, var(--primary-color) 100%);
 border-radius: 5px;
 color: #fff;
 }

.btn-search-book {
  padding: 8px 12px;
}

.btn--primary:hover {
  background-color: #ffaa2a;
  color: #fff;
}

.btn-search svg {
  margin-right: 6px;
}

/* Top Header  */

.top-header {
  background: var(--white-color);
  padding: 0;
  /* border-bottom: 1px solid #ebebeb; */
  height: 45px;
}

/* .middle-header {
  background: linear-gradient(45deg, #d60d45 0%,#046b8c 100%);
  position: relative;
} */
.middle-header {
  /* background: linear-gradient(45deg, #0B0B0B 0%, #0B0B0B 100%); */
  background-color: var(--primary-color);
  position: relative;
}

.middle-header .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 26%;
  height: 80px;
  z-index: 8;
}

.darkHeader.middle-header .logo-bg::before {
  display: none;
}

.middle-header .logo-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  clip-path: polygon(0 0, 84% 0, calc(100% - 96px) 100%, 0% 100%);
  z-index: -1;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.th-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 190px;
}

.th-wrap .header-address {
  padding: 15px 0;
}

.th-wrap .header-social .header-social-item img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}

.th-wrap .header-social .header-social-item {
  padding: 5px 7px 5px 10px;
  transition: background-color 0.3s ease-in-out;
}

.th-wrap .header-social .header-social-item:hover span {
  color: var(--primary-color);
}

.th-wrap .header-social .header-social-item span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  display: inline-block;
  transition: color 0.3s ease;
}

.th-wrap .header-social .header-social-item a {
  display: flex;
  align-items: center;
  color: var(--light--black);
}

.th-wrap .header-social ul {
  display: flex;
  gap: 16px;
}

.th-wrap .header-address p {
  font-size: 13.5px;
  line-height: 1.11;
  color: var(--light--black);
}

.header-contact ul {
  display: flex;
}

/* .header-contact ul li+li {
    margin-left: 25px;
} */

.header-contact a {
  display: block;
  color: var(--dark-color);
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: var(--transition);
}

.header-contact a:hover {
  color: var(--default-color);
}

.header-contact a i {
  font-size: 20px;
  vertical-align: middle;
}

.social_link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.social_link p {
  margin: 0;
  font-size: 12px;
  border-right: 1px solid #e7ebef;
  padding: 5px 14px;
}

.top-header ul {
  padding: 0;
}

.social_link ul {
  display: flex;
}

.social_link h3 {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--dark-color);
  font-weight: 500;
  opacity: 0.5;
}

.social_link ul li a {
  display: block;
  color: #92a5bb;
  font-size: 20px;
  margin-left: 10px;
  font-weight: 100;
  transition: var(--transition);
}

.social_link ul li a:hover {
  color: var(--default-color);
}

/* Top Header End  */

/* Middle Header  */

.mh-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 80px;
}

.hamburger_menu {
  cursor: pointer;
  position: relative;
}

.hamburger_menu::before {
  position: absolute;
  content: "";
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  transition: var(--transition);
}

.hamburger_menu i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 100%;
  color: var(--white-color);
  font-size: 24px;
  transition: var(--transition);
}

.hamburger_menu:hover i {
  background: var(--secondary-color);
}

.hamburger_menu:hover::before {
  border-color: var(--secondary-color);
}

.header-left {
  display: flex;
  align-items: center;
  /* padding-left: 4px; */
  z-index: 10;
  position: relative;
  /* top: 5px; */
  left: -6%;
}

.darkHeader .header-left {
  left: -2%;
}

/* .site_logo {
    margin-left: 15px;
} */

.site_logo img {
  height: 72px;
  object-fit: cover;
  width: auto;
}

.darkHeader .site_logo {
  position: absolute;
  /* top: -25px; */
}

.darkHeader .header-left .site_logo {
  /* transform: scale(0.8); */
}

.header-utilities {
  display: flex;
  align-items: center;
}

.header-phone span {
  display: block;
}

.header-phone a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: var(--primary-color);
  transition: var(--transition);
}

.header-phone a:hover {
  color: var(--secondary-color);
}

.header-phone a i {
  vertical-align: middle;
  font-size: 28px;
}

.header-btn {
  margin-left: 20px;
  display: flex;
}

.header-btn a {
  display: block;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 8px 15px;
  border-radius: var(--border-radius);
  font-weight: 500;
  transition: var(--transition);
  border: 1px solid var(--primary-color);
}

.header-btn a:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.header-btn {
  margin-left: 20px;
}

.header-btn a+a {
  margin-left: 10px;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.header-btn a+a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.header-btn a i {
  margin-left: 5px;
  font-size: 20px;
  vertical-align: middle;
}

/* .middle-header {
    padding: 15px 0;
} */
.darkHeader {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  box-shadow: 0 4px 15px 0 rgb(177 177 177 / 32%);
}

.darkHeader .header-menu .nav-link {
  color: #000000;
}

.darkHeader .header-menu ul li i {
  color: var(--light--black);
}

.award {
  margin-right: 20px;
}

.award img {
  height: 70px;
  width: auto;
}

/* Middle Header End  */

/* Header  */

.header {
  background: var(--white-color);
  border-top: 1px solid #ebebeb;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
  position: relative;
  z-index: 1015;
}

.header-menu ul {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu .nav-link {
  padding: 20px 13px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  transition: var(--transition);
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

/* .header-menu .nav-link:after {
  height: 4px;
  content: "";
  position: absolute;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  display: none;
} */

/* .header-menu .nav-link:hover:after {
  display: block;
  width: 100%;
  transform: scaleX(1);
  transition: all 0.25s ease-out;
} */

.other-content {
  margin-top: 20px;
}

.header-menu .nav-link:hover {
  color: var(--default-color);
}

.header-menu li:first-child .nav-link {
  padding-left: 0;
}

.search_button_icon i {
  transform: rotate(270deg);
  font-size: 24px;
  color: var(--primary-color);
  cursor: pointer;
  transition: var(--transition);
}

.search_button_icon i:hover {
  color: var(--secondary-color);
}

.filter-search {
  margin-top: -46px;
}

.filter-search .search_button_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-search .search_button_icon .form-select {
  width: 198px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  color: #6a6a6a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px 10px;
}

.filter-search .search_button_icon h3 {
  color: #2a2a2a;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  font-size: 19px;
}

.filter-search .search_button_icon form {
  display: flex;
  gap: 25px;
}

/* about us section */
.about-us {
  padding: 100px 0 80px 0;
}

/* .about-us .about-us-img-wrapper,
.about-us .about-us-img,
.about-us .about-us-inner {
  position: relative;
}

.about-us .about-us-img-wrapper::before,
.about-us .about-us-img-wrapper::after,
.about-us .about-us-img::before,
.about-us .about-us-img::after {
  content: "";
  background-image: url("../../images/traingle.svg");
  width: 28px;
  height: 28px;
  position: absolute;
} */

/* .about-us .about-us-inner::before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 40%;
  top: 37px;
  background-color: var(--primary-color);
} */

.about-us .about-us-img-wrapper::before {
  top: 15px;
  left: 15px;
}

.about-us .about-us-img::before {
  top: 29px;
  right: 7px;
  transform: rotate(-38deg);
}

.about-us .about-us-img-wrapper::after {
  left: 111px;
  bottom: 10px;
}

.about-us .about-us-img::after {
  bottom: 63px;
  right: 15px;
  transform: rotate(57deg);
}

.about-us .about-us-img img {
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}

/* .about-us .about-us-inner{
  padding-right: 30px;
} */

.about-us .about-us-content {
  padding-left: 35px;
}

.about-us .about-us-content h2 {
  padding-bottom: 18px;
}

.about-us .about-us-content p {
  padding-bottom: 29px;
  color: #000;
  font-weight: 500;
}

/* end of about us */

.header-search {
  max-width: 800px;
  z-index: 7;
  position: relative;
  padding: 25px 20px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.search_box {
  position: absolute;
  background: #fff;
  z-index: 10;
  top: 100%;
  right: 0;
  left: auto;
  width: 330px;
  display: none;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
}

.visible_search {
  transition: ease-in-out 0.5s;
}

.visible_hidden {
  opacity: 0;
  visibility: hidden;
}

.search_box i {
  position: absolute;
  right: 14px;
  top: 20px;
  font-size: 24px;
  color: #9caba5;
  cursor: pointer;
}

.search_box input {
  border: none;
  height: 45px;
  padding: 7px 15px;
}

.search_box input:focus {
  outline: none;
  box-shadow: none;
}

.search_box input::placeholder {
  color: #c0c0c0;
}

.search_box form {
  position: relative;
}

.search_box button {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 23px;
  transform: rotate(270deg);
  color: #c0c0c0;
}

/* Header End  */

/* Mobile Menu */

#mySidenav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1020;
  background: var(--white-color);
  width: 250px;
  height: 100%;
  overflow-x: hidden;
}

.sidenav {
  margin-left: -250px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.sidenav.active {
  margin-left: 0;
  box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
  opacity: 1;
  visibility: visible;
}

#menu1 li a {
  display: block;
  padding: 10px 20px;
  color: var(--text-color);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}

.go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* background-color: #621c0c; */
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;

  display: none;
}

.go-top.active {
  display: block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* #menu1 li a i {
  font-size: 30px;
} */

#menu1 li a:hover {
  color: var(--primary-color);
}

.mobile-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: var(--white-color);
  box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  position: sticky;
  top: 0;
  z-index: 9;
}

.mobile-logo img {
  height: 50px;
  width: auto;
}

#close-btn {
  background: var(--primary-color);
  color: var(--white-color);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 22px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#mySidenav::-webkit-scrollbar {
  width: 7px;
}

#mySidenav::-webkit-scrollbar-track {
  background: var(--white-color);
  display: none;
}

#mySidenav::-webkit-scrollbar-thumb {
  background: rgb(208 208 208);
  border-radius: 10px;
}

.toggle-btn {
  cursor: pointer;
  display: none;
}

.toggle-btn span {
  display: block;
  height: 2px;
  background: var(--secondary-color);
  margin: 7px 0;
  width: 30px;
}

.toggle-btn span:nth-child(3) {
  width: 17px;
  margin-left: auto;
}

.toggle-btn span:nth-child(2) {
  width: 24px;
  margin-left: auto;
}

.mobile-social-media {
  display: flex;
  padding: 10px 20px;
}

.mobile-social-media li a {
  display: block;
  font-size: 22px;
  color: #939393;
  transition: var(--transition);
}

.mobile-social-media li a:hover {
  color: var(--primary-color);
}

.mobile-social-media li+li a {
  margin-left: 10px;
}

body.active {
  position: relative;
  transition: var(--transition);
}

body.active::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
  z-index: 1020;
  transition: var(--transition);
}

.hamburger_menu-mobile {
  display: none;
}

/* Mobile Menu End */

/* Banner */

.carousel-item {
  height: 565px;
  overflow: hidden;
  position: relative;
}

.carousel-item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  overflow: hidden;
  z-index: 12;
  width: 100%;
  height: 565px;
}

.banner-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-left: 5px;
  margin-right: 5px;
}

.banner-slider .carousel-indicators {
  bottom: 45px;
}

.banner-slider .carousel-indicators button.active {
  background-color: var(--primary-color);
}

.carousel-item img {
  height: 565px;
  width: 100%;
  object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
  width: 15%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

}

#web_banner .carousel-control-prev span,
#web_banner .carousel-control-next span {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s linear;
}

.carousel-control:hover {
  background-color: var(--default-color) !important;
}

#web_banner .carousel-control-next span img {
  transform: rotate(180deg);
}

#web_banner .carousel-control-prev span img,
#web_banner .carousel-control-next span img {
  width: 20px;

}

#web_banner .carousel-control-prev,
#web_banner .carousel-control-next {
  opacity: 1;
}

#site_banner {
  position: relative;
  z-index: 5;
  height: 565px;
}

.banner-caption {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1010;
}

.banner-caption h2 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 0;
  text-shadow: 0px 4px 5px rgb(0 0 0 / 30%);
}

.banner-caption p {
  margin: auto;
  margin-bottom: 25px;
  margin-top: 13px;
  font-size: 18px;
  color: var(--white-color);
  max-width: 80%;
  line-height: 1.6;
  font-weight: 500;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 30%);
}

/* Banner End */

/* Popular Tours  */

#activities_wrapper {
  position: relative;
  background-image: url(../../images/slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 72px 0 30px 0;
}

#activities_wrapper .popular-tours-img {
  position: relative;
}

#activities_wrapper .popular-tours-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#activities_wrapper .popular-tours-img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  padding: 12px 16px 12px 22px;
  background-color: rgba(0, 99, 179, 0.48);
}



#activities_wrapper .popular-tour-info p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #585858;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

#activities_wrapper::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  background-image: url(../images/grunge-overlay-banner.png);
  width: 100%;
  height: 18px;
  z-index: 2;
}

.section_header {
  margin-bottom: 0;
  text-align: center;
}

.section-header-utilities {
  margin-top: 0;
  text-transform: uppercase;
}

.section-header-utilities .section-header-btn {
  display: flex;
  justify-content: end;
}

.section_header h3 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: var(--primary-color);
}

.section-header-btn a {
  display: block;
  border: 1px solid var(--secondary-color);
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  transition: var(--transition);
  white-space: nowrap;
  background: var(--secondary-color);
}

.section-header-btn a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.popular-tours-img {
  height: 265px;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.popular-tours-img small {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary-color);
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 13px;
  color: var(--white-color);
}

.popular-tours-img a {
  height: 100%;
  width: 100%;
}

.popular-tours-img img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  transition: var(--transition);
}

.popular-tours-wrap:hover .popular-tours-img img {
  transform: scale(1.15);
}

.popular-tours-content h3 {
  font-size: 17px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 900;
}

.popular-tours-content h3 a {
  display: block;
  color: var(--dark-color);
  transition: var(--transition);
}

.popular-tours-content h3 a:hover {
  color: var(--primary-color);
}

.popular-tours-content {
  padding: 15px;
  margin-bottom: 30px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #f4f4f4;
  border-radius: 0 0 5px 5px;
  border: 1px solid #d1d1d1;
}

.popular-tours-content .popular-tours-head {
  display: flex;
  gap: 11px;
  justify-content: space-between;
  padding-bottom: 11px;
  flex-direction: column;
  align-items: flex-start;
}

.popular-tours-content .popular-tours-head .package-info-icons {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  padding: 5.5px 17px 5.5px 17px;
  border: 1px solid #cfcfcf;
  border-radius: 24px;
  color: #000;
  text-transform: uppercase;
}

.popular-tours-content .popular-tours-head .package-info-icons span {
  font-size: 12px;
  color: #000;
  line-height: 1.33;
  font-weight: 700;
}

.popular-tours-content .popular-tour-info {
  padding: 0;
}

.popular-tours-content .popular-tour-info li svg {
  color: var(--primary-color);
  margin-right: 15px;
  font-size: 14px;
}

.popular-tours-content .popular-tour-info li:not(:last-child) {
  margin-bottom: 10px;
}

.popular-tours-content .popular-tour-info span {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
}

.popular-tours-content b {
  display: block;
  /* margin-top: 7px; */
  font-size: 18px;
  color: var(--secondary-color);
}

.activities-col,
.activities-col .owl-carousel {
  position: relative;
}

.activities-col .owl-nav .owl-prev,
.activities-col .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* overflow-x: hidden !important; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.activities-col .owl-nav .owl-prev {
  left: -50px;
}

.activities-col .owl-nav .owl-next {
  right: -50px;
}

.footer-logo {
  text-align: center;
}
/* 
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    height: 33px;
    width: 33px;
    line-height: 33px !important;
    text-align: center;
    padding: 0 !important;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    font-size: 18px;
    color: var(--primary-color);
    transition: var(--transition);
}

.owl-carousel .owl-nav button.owl-prev {
    right: 38px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
} */

/* Popular Tours End  */

/* Special Trips  */
.special-trip .popular-tours-img {
  height: 340px;
  border-radius: 5px;
  position: relative;
}

.special-trip .popular-tours-img::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.special-trip .popular-tours-wrap {
  margin-bottom: 30px;
}

.special-trip {
  position: relative;
}

/* Special Trips End  */

/* Travel Information  */

.travel-information-wrap {
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: var(--border-radius);
  padding: 35px 15px;
  transition: var(--transition);
}

.travel-information-wrap:hover {
  border-color: var(--primary-color);
}

.travel-information-wrap img {
  height: 50px;
  width: auto;
  transition: var(--transition);
}

.travel-information-wrap:hover img {
  transform: translateY(-7px);
}

.travel-information-wrap h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
}

.travel-information-wrap {
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: var(--border-radius);
  padding: 35px 15px;
}

.travel-information-wrap h3 a {
  display: block;
  color: var(--text-color);
  transition: var(--transition);
}

.travel-information-wrap h3 a:hover {
  color: var(--primary-color);
}

/* Travel Information End  */

/* Latest Travel Packages  */

.testimonial-main {
  padding-top: 40px;
}

.travel-col {
  position: relative;
  z-index: 0;
}

.travel-col::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 178px;
  left: 0;
  background: #00224c;
  z-index: -1;
}

.travel-col .section_header h3 {
  color: var(--white-color);
}

.travel-col .section-header-btn a {
  color: var(--white-color);
  border-color: var(--white-color);
}

.travel-col .section-header-btn a:hover {
  border-color: var(--primary-color);
}

.travel-package-media {
  height: 200px;
  overflow: hidden;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.travel-package-media a {
  height: 100%;
  width: 100%;
}

.travel-package-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.travel-package-content {
  background: var(--white-color);
  padding: 25px;
  box-shadow: 0px 7px 15px rgb(0 0 0 / 15%);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.travel-package-content span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.travel-package-content h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}

.travel-package-content h3 a {
  display: block;
  color: var(--text-color);
  transition: var(--transition);
}

.travel-package-content p {
  margin-bottom: 0;
  margin-top: 12px;
  line-height: 1.5;
}

.travel-package-content h3 a:hover {
  color: var(--primary-color);
}

.travel-col .item {
  padding: 0 12px 20px 12px;
}

.travel-package.mb {
  margin-bottom: 50px;
}

/* Latest Travel Packages End  */

/* Testimonials  */

.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

.testimonials::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(2 30 51 / 70%);
  z-index: -1;
}

.testimonials .section_header {
  justify-content: center;
}

.testimonials .section_header h3 {
  font-size: 40px;
  color: var(--white-color);
}

.stories {
  text-align: center;
}

.stories span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 10px;
}

.stories p {
  font-size: 19px;
  color: var(--white-color);
  max-width: 65%;
  margin: auto;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px;
}

.stories img {
  height: 80px;
  width: 80px !important;
  object-fit: cover;
  border-radius: 100%;
  margin: auto;
  margin-top: 30px;
  border: 3px solid #d3d3d3;
}

.stories h3 {
  line-height: normal;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 0;
}

.text-btns a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--default-color);
  display: block;
  transition: var(--transition);
}

.text-btns a i {
  font-size: 13px;
  vertical-align: middle;
}

.text-btns {
  margin-top: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.text-btns a:hover {
  opacity: 0.7;
}

.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  transform: translateY(-50%);
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
  left: 70px;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
  right: 70px;
}

/* Testimonials End  */

/* Blog  */

.blog-media {
  height: 250px;
  overflow: hidden;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.blog-media a {
  height: 100%;
  width: 100%;
}

.blog-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: ease 0.5s;
}

.blog-wrap:hover .blog-media img {
  transform: scale(1.1);
}

.blog-info {
  background: var(--white-color);
  padding: 25px;
  box-shadow: 0px 7px 40px rgb(0 0 0 / 18%);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.blog-info span {
  display: block;
}

.blog-info span a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 3px 7px;
  border-radius: var(--border-radius);
  display: inline-block;
}

.blog-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1.3;
}

.blog-info h3 a {
  display: block;
  color: var(--text-color);
  transition: var(--transition);
}

.blog-info h3 a:hover {
  color: var(--primary-color);
}

.blog-page .blog-wrap {
  margin-bottom: 25px;
}

.blog-page.mb {
  margin-bottom: 45px;
}

/* Blog End  */

/* Footer  */

.footer {
  position: relative;
}

.footer span {
  font-size: 14px;
}

/* .footer {
  background-image: url(../../images/footer-bg.png);
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
} */

.footer {
  background-image: url(../../images/footer-bg-brand.png);
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

.footer .footer-col {
  padding-top: 20%;
}

.footer-info span {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  color: var(--primary-color);
  white-space: nowrap;
  font-weight: 600;
}

.footer-info {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.footer-info a {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  color: var(--default-color);
  font-weight: 600;
  transition: var(--transition);
}

.footer-info a:hover {
  color: #1c75bb;
}

.footer-info a+a {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.footer-info a+a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 20px;
  background: var(--primary-color);
  transform: rotate(18deg);
  bottom: 0;
  margin: auto;
}

.footer-link {
  display: flex;
  align-items: center;
}

.footer-wrap h3 {
  font-size: 25px;
  color: var(--white-color);
  position: relative;
}

.footer-wrap h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}

.footer .footer-menu {
  padding-top: 25px;
}

.footer-contact span {
  display: block;
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 500;
}

.footer-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact ul li {
  color: #cfcfcf;
  font-size: 15px;
  margin-top: 10px;
}

.footer-contact ul li a {
  color: #cfcfcf;
  font-weight: 500;
}

.footer-contact ul li a:hover {
  color: var(--primary-color);
}

.footer-wrap p {
  color: var(--white-color);
  line-height: 1.5;
  font-size: 15px;
}

.footer-wrap .form-control {
  background: #5f6e72;
  border: solid 1px #5f6e72;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  height: 40px;
  font-size: 14px;
  font-family: "ProximaNova";
}

.footer-wrap .form-control:focus {
  box-shadow: none;
  outline: none;
}

.footer-wrap .form-control::placeholder {
  color: var(--white-color);
}

.footer-wrap button {
  text-align: center;
  width: 100%;
  background: transparent;
  padding: 0;
  border: none;
  margin-top: 12px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--default-color);
  font-weight: 600;
  transition: var(--transition);
}

.footer-wrap button:hover {
  opacity: 0.7;
}

.partner-list {
  padding: 0;
  margin: 0;
  gap:30px;
  list-style: none;
  display: flex;
}

.partner-list li+li {
  margin-left: 8px;
}

.footer-wrap+.footer-wrap {
  margin-top: 20px;
}

.cards img {
  width: auto;
  height: 23px;
}

.cards {
  margin-top: 30px;
}

.footer-bottom {
  background: var(--primary-color);
  padding: 3px 0;
  border-top: 1px solid rgb(255 255 255 / 9%);
}

.footer-logo img {
  height: 50px;
  width: auto;
}

.fb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fb-middle ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.fb-middle ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #ababad;
  transition: var(--transition);
}

.fb-middle ul li a:hover {
  color: var(--primary-color);
}

.fb-middle ul li+li a {
  margin-left: 15px;
}

.fb-middle ul li a:hover {
  text-decoration: underline;
}

.fb-middle p {
  margin-bottom: 0;
  color: #cfcfcf;
  font-size: 15px;
  margin-top: 7px;
}

.design span {
  display: block;
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 500;
}

.design span a {
  font-weight: 500;
  display: inline-block;
  color: var(--white-color);
  transition: var(--transition);
}

.design span a:hover {
  color: var(--white-color);
}

.design {
  display: flex;
}

.space {
  padding-left: 25px;
}

.footer-menu li a {
  display: block;
  color: #cfcfcf;
  transition: var(--transition);
  position: relative;
  padding-left: 13px;
  font-size: 14px;
}

.footer-menu li a::before {
  position: absolute;
  content: "";
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 10px;
  top: 8px;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50%;
}

.footer-menu li a:hover {
  color: var(--primary-color);
}

.footer-menu li+li a {
  margin-top: 10px;
}

.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.newsletter-left {
  width: 35%;
}

.newsletter-form {
  width: 65%;
}

.newsletter-left h3 {
  font-size: 30px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 0;
}

.newsletter-left p {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #cfcfcf;
  line-height: 1.4;
}

.form-col {
  display: flex;
  flex: 8;
}

.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-btn {
  flex: 2;
}

.form-col .form-group {
  flex: 1;
  margin-right: 12px;
  margin-bottom: 0;
}

.form-col .form-control {
  height: 40px;
  border-radius: 70px;
  border: none;
  padding: 5px 20px;
  font-size: 15px;
}

.form-col .form-control::placeholder {
  color: lightgrey;
}

.form-btn button {
  border: 2px solid var(--white-color);
  background: var(--primary-color);
  color: var(--white-color);
  height: 40px;
  border-radius: 70px;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}

.form-btn button:hover {
  background: var(--secondary-color);
}

/* Footer End */

/* Category Page  */

.banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner {
  position: relative;
  height: 350px;
  overflow: hidden;
}

/* .banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/pattern6.png) repeat-x;
  height: 17px;
  width: 100%;
  z-index: 10;
} */

.banner::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--primary-color) 0.1%, rgba(196, 196, 196, 0) 99.85%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 6;
}

.banner-info h1 {
  font-weight: 600;
  text-shadow: 0 4px 6px rgb(0 0 0 / 30%);
  font-size: 50px;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1.2;
}

.banner-info span {
  display: block;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white-color);
  margin-top: 20px;
}

.category-sidebar {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-bottom: 20px;
  position: sticky;
  top: 20px;
}

.category-sidebar h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 12px 20px;
  color: var(--dark-color);
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--borer-radius);
}

.category-sidebar h2 i {
  margin-right: 3px;
  font-size: 22px;
}

.filter {
  padding: 0 20px;
}

.filter h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--dark-color);
}

.filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter ul li label {
  font-size: 16px;
  font-weight: normal;
  margin-left: 0px;
  cursor: pointer;
  display: block;
}

.filter ul li label a {
  display: block;
  color: var(--text-color);
  transition: var(--transition);
}

.filter ul li label a:hover {
  color: var(--primary-color);
}

.filter ul li+li {
  margin-top: 10px;
}

.filter .form-check-input[type="checkbox"] {
  background: transparent;
  border: 1px solid var(--primary-color);
  height: 15px;
  width: 15px;
  margin-top: 4px;
  cursor: pointer;
  border-radius: 3px;
}

.form-check-input:checked[type="checkbox"] {
  background: var(--primary-color);
  border-color: var(--primary-color);
  position: relative;
}

.form-check-input:checked[type="checkbox"]::before {
  position: absolute;
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--white-color);
  top: -1px;
  font-size: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check {
  cursor: pointer;
}

.filter ul li.active label {
  color: #47aeff;
}

.filter+.filter {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.sort {
  width: 220px;
}

.sort .form-select {
  border: 1px solid #ebebeb;
  height: 35px;
  font-size: 15px;
  font-weight: normal;
  border-radius: var(--border-radius);
  text-transform: capitalize;
  color: var(--text-color);
}

.form-select:focus {
  outline: none;
  box-shadow: none;
}

.category-main>span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-color);
  margin-top: 30px;
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
}

.category-main .special-trip-info {
  padding: 0;
  margin-top: 15px;
}

.category-main .special-trip-wrap {
  padding: 0 10px 10px;
  transition: var(--transition);
  margin-bottom: 25px;
}

.category-main .special-trip-wrap:hover {
  box-shadow: 0 20px 40px 0 rgb(0 0 0 / 20%);
}

.category-main .special-trip-media {
  height: 240px;
}

.category-main .padding {
  padding-left: 5px;
  padding-right: 5px;
}

.category-main .margin {
  margin-left: -5px;
  margin-right: -5px;
}

.listing-page .special-trip-wrap {
  margin-bottom: 25px;
  transition: var(--transition);
}

.listing-page .special-trip-wrap:hover {
  box-shadow: 0 20px 40px 0 rgb(0 0 0 / 20%);
}

.mobile-filter {
  display: none;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.m-filter-wrap {
  width: 50%;
  position: relative;
  border: 4px solid var(--white-color);
}

.mobile-filter .filter+.filter {
  margin-top: 0;
}

.mobile-filter .filter {
  background: transparent;
  padding: 0;
}

.m-filter-wrap h4 {
  background: #031f33;
  color: var(--white-color);
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.m-filter-wrap ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #031f33;
  display: none;
  z-index: 1020;
}

.m-filter-wrap ul li {
  border-top: 1px solid var(--white-color);
  padding: 7px 15px;
}

.m-filter-wrap ul.active {
  display: block;
}

.mobile-filter .filter ul li label {
  font-size: 16px;
}

.mobile-filter .filter .form-check-input[type="checkbox"] {
  margin-top: 7px;
}

.mobile-filter .filter ul li+li {
  margin-top: 0;
}

.irs--flat .irs-bar {
  background: var(--primary-color);
}

.irs--flat .irs-handle>i:first-child {
  background: var(--primary-color);
}

.irs--flat .irs-from {
  background: var(--primary-color);
}

.irs--flat .irs-from:before {
  border-top-color: var(--primary-color);
}

.irs--flat .irs-to {
  background: var(--primary-color);
}

.irs--flat .irs-to:before {
  border-top-color: var(--primary-color);
}

.irs--flat .irs-handle:hover>i:first-child {
  background: var(--primary-color);
}

.category-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}

.category-head h2 {
  font-size: 22px;
  margin-bottom: 0;
  color: var(--text-color);
  font-weight: normal;
}

.filters-icons {
  background: var(--primary-color);
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
  border-radius: var(--border-radius);
  margin-right: 15px;
  cursor: pointer;
}

.filters-icons i {
  margin-right: 7px;
}

.filter-head {
  display: flex;
  align-items: center;
}

.mobile-only-filter {
  display: none;
}

.mobile-filter-icon {
  display: none;
  position: relative;
}

.category-wrap {
  display: flex;
  justify-content: space-between;
}

.category-media {
  flex: 3;
  height: 190px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.category-media a {
  height: 100%;
  width: 100%;
}

.category-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.category-media:hover img {
  transform: scale(1.1);
}

.category-info {
  flex: 6;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
}

.category-info-content {
  padding-right: 70px;
}

.category-info-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3;
}

.category-info-content h3 a {
  display: block;
  color: var(--dark-color);
  transition: var(--transition);
}

.category-info-content h3 a:hover {
  color: var(--primary-color);
}

.category-info-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
}

.category-info-util small {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 1.2;
}

.category-info-util small span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: var(--text-color);
}

.category-info-util b {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  font-size: 16px;
  white-space: nowrap;
  margin-top: 20px;
  justify-content: center;
}

.category-info-util b i {
  margin-right: 7px;
  font-size: 20px;
}

.cat-btns {
  margin-top: 20px;
}

.cat-btns a {
  display: block;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 7px 15px;
  white-space: nowrap;
  border-radius: var(--border-radius);
  font-weight: 500;
  transition: var(--transition);
}

.cat-btns a:hover {
  background: var(--secondary-color);
}

.cat-btns a i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 3px;
}

.category-list-col+.category-list-col {
  border-top: 1px solid #ebebeb;
  margin-top: 25px;
  padding-top: 25px;
}

.blank-message {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  color: var(--text-color);
}

/* Category Page End  */

/* Single Page  */

.single-page-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.single-pahe-head-left h1 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.3;
}

.single-pahe-head-left span {
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
}

.single-pahe-head-left span a {
  color: var(--primary-color);
  font-weight: 600;
  margin-left: 3px;
}

.single-pahe-head-left span i {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: middle;
  color: var(--primary-color);
}

.social-media ul {
  display: flex;
}

.social-media ul li a {
  display: block;
  font-size: 20px;
  transition: var(--transition);
}

.social-media ul li+li a {
  margin-left: 8px;
}

.social-media ul li.facebook a {
  color: #1877f2;
}

.social-media ul li.twitter a {
  color: #1da1f2;
}

.social-media ul li.linkedin a {
  color: #0077b5;
}

.social-media ul li.instagram a {
  color: #c13584;
}

.social-media ul li a:hover {
  color: var(--primary-color);
}

.share span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: normal;
  margin-right: 5px;
}

.single-page-slider .carousel-item {
  height: 450px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.single-page-slider .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-page-slider .carousel-control-next,
.single-page-slider .carousel-control-prev {
  opacity: 1;
}

.single-page-sidebar {
  border: 1px solid #ebebeb;
  padding: 25px 20px;
  border-radius: var(--border-radius);
  position: sticky;
  top: 20px;
}

.single-page-content-head {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}

.single-page-content-head span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.additional-right {
  margin-left: 10px;
}

.additional-right p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-color);
  margin-top: 3px;
}

.additional-list ul li {
  display: flex;
}

.additional-list ul li+li {
  margin-top: 15px;
}

.additional-list ul li span {
  display: block;
  font-weight: 500;
}

.additional-list ul li i {
  font-size: 22px;
}

.duration {
  text-align: center;
}

.price b {
  display: block;
  font-size: 25px;
  color: var(--primary-color);
}

.duration b {
  display: block;
  font-weight: 500;
}

.booking {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.booking a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 10px 13px;
  display: block;
  border-radius: 3px;
  transition: var(--transition);
}

.booking a i {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.booking .btns:hover {
  background: var(--secondary-color);
}

.booking a:last-child {
  background: var(--secondary-color);
}

.booking a:last-child:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.booking span {
  display: block;
  margin: 0 12px;
  font-weight: 500;
}

.experience {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.experience-icon i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #ededed;
  border-radius: 100%;
  color: var(--primary-color);
  font-size: 19px;
}

.experience-info {
  margin-left: 12px;
  line-height: 1.2;
  color: var(--text-color);
}

.single-page-main .nav-tabs {
  margin-top: 30px;
  border-bottom: none;
  margin-bottom: 25px;
}

.single-page-main .nav-tabs .nav-link {
  font-weight: 500;
  color: var(--dark-color);
  border: 1px solid #ededed;
  border-radius: var(--border-radius);
  padding: 7px 15px;
  font-size: 18px;
}

.single-page-main li+li .nav-link {
  margin-left: 10px;
}

.single-page-main .nav-tabs .nav-link.active {
  border: none;
  color: var(--white-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.single-page-main p {
  font-size: 17px;
  line-height: 1.7;
}

.single-page-main strong {
  font-size: 20px;
  color: var(--dark-color);
}

.overview-col ul,
.overview-col ol {
  padding-left: 15px;
}

.overview-col ul li {
  list-style: initial;
  line-height: 1.3;
  font-size: 17px;
  color: var(--text-color);
}

.overview-col ul li+li,
.overview-col ol li+li {
  margin-top: 10px;
}

.overview-col ol li {
  list-style: inherit;
  line-height: 1.3;
  font-size: 17px;
  color: var(--text-color);
}

.tabs-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.accordion-button {
  background: var(--white-color);
  border: none;
  padding: 0;
  position: relative;
}

.accordion-button::after {
  width: 0.8rem;
  height: 0.8rem;
  background-size: 0.8rem;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-item {
  border: none;
  padding: 15px 0;
}

.accordion-item+.accordion-item {
  border-top: 1px solid #efefef;
}

.accordion-item:first-of-type {
  padding-top: 0;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  border: none;
  box-shadow: none;
}

.accordion-button span {
  position: relative;
  background: var(--white-color);
  padding-right: 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.3;
}

.accordion-body {
  background: transparent;
  padding: 10px 0 0;
}

.accordion-body p {
  line-height: 1.4;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.map-container {
  max-width: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.map {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.map>div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.includes ul li+li {
  margin-top: 15px;
}

.includes ul li {
  color: var(--text-color);
  line-height: 1.3;
}

.includes-list ul li {
  position: relative;
  padding-left: 30px;
}

.includes-list ul li::before {
  position: absolute;
  content: "\f00c";
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 15px;
  top: 2px;
  color: var(--primary-color);
}

.excludes-list ul li {
  position: relative;
  padding-left: 30px;
}

.excludes-list ul li::before {
  position: absolute;
  content: "\f00d";
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 15px;
  top: 2px;
  color: #f75c5c;
}

.single-page-slider .carousel-item::after {
  display: none;
}

/* Single Page End  */

/* Booking Page  */

.booking-page-head h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.booking-page-head p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 10px;
}

.booking-page-head {
  margin-bottom: 40px;
}

.form_page_col {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: var(--border-radius);
}

.form_page_col h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.form_page_col p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 10px;
}

.form-group_list h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-group_list label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
}

.form-group_list .form-control {
  background-color: var(--white-color);
  color: #58585b;
  border: 1px solid var(--border-color);
  height: 38px;
  border-radius: 3px;
  font-size: 15px;
}

.form-group_list .form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-group_list .form-group {
  margin-bottom: 15px;
}

.form-group_list+.form-group_list {
  margin-top: 20px;
  border-top: 1px solid var(--border-color);
  padding-top: 25px;
}

#expand_row_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#expand_row_col .row {
  width: 95%;
}

.expand_close {
  width: 5%;
  cursor: pointer;
}

.expand_close i {
  font-size: 22px;
}

.form-check-label {
  margin-bottom: 0 !important;
  margin-left: 3px;
}

.form-check-inline {
  margin-bottom: 0;
  white-space: nowrap;
}

.form-check-input {
  vertical-align: middle;
  margin-top: 2px;
}

.form-group_list .form-check-input[type="radio"] {
  height: 18px;
  width: 18px;
  border: 1px solid #cbcbcb;
}

.form-group_list .form-check-input:checked[type="radio"] {
  background-color: var(--primary-color);
}

.form-group_list .form-check-input[type="checkbox"] {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
}

.form-group_list textarea.form-control {
  height: 120px;
}

.form-group_list .form-check-input:checked[type="checkbox"]::before {
  top: 0;
  font-size: 11px;
}

.books-btns {
  margin-top: 20px;
}

.books-btns button {
  background: var(--primary-color);
  border: none;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  line-height: normal;
  border-radius: var(--border-radius);
  letter-spacing: 0.3px;
  transition: var(--transition);
  width: 100%;
  text-align: center;
}

.books-btns button:hover {
  background: var(--default-color);
}

.booking-sidebar h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.booking-sidebar {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: var(--border-radius);
  line-height: 1.2;
  font-size: 15px;
  position: sticky;
  top: 77px;
}

.booking-sidebar table th {
  font-size: 17px;
  font-weight: 600;
  background: #f9f9f9;
}

.booking-sidebar table th,
.booking-sidebar table td {
  vertical-align: top;
  padding: 10px 10px;
}

.booking-sidebar table {
  border-color: var(--border-color);
}

.p-name span {
  display: inline-block;
  font-weight: 600;
  color: var(--primary-color);
  margin-left: 3px;
}

.booking-date {
  margin-top: 15px;
  text-align: center;
}

.booking-date i {
  font-size: 20px;
  vertical-align: middle;
}

.booking-date span {
  display: inline-block;
}

.booking-date b {
  color: var(--primary-color);
}

/* Booking Page End  */

/* Contact Us Page  */

.contact-utilities ul li {
  display: flex;
}

.contact-utilities ul li+li {
  margin-top: 25px;
}

.contact-icon {
  margin-right: 15px;
}

.contact-icon i {
  font-size: 30px;
  color: var(--primary-color);
}

.contact-info b {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
}

.contact-info span {
  display: block;
  font-size: 15px;
  color: var(--text-color);
}

.contact-utilities {
  border: 1px solid #e3e3e3;
  padding: 30px;
  border-radius: var(--border-radius);
  background: #f5f5f5;
}

.contact-form {
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.29);
}

.contact-information {
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
  padding-top: 40px;
}

.contact-form label {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 7px;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-control {
  border: 1px solid var(--border-color);
  border-radius: 3px;
  height: 38px;
}

.contact-form textarea.form-control {
  height: 120px;
}

.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

.contact-form button {
  width: auto;
}

.contact-form .books-btns {
  margin-top: 10px;
}

.social-media-contact h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.social-media-contact {
  margin-top: 25px;
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid var(--border-color);
}

.social-media-contact ul {
  display: flex;
}

.social-media-contact ul li a {
  display: block;
  font-size: 22px;
  color: var(--text-color);
  transition: var(--transition);
}

.social-media-contact ul li+li a {
  margin-left: 12px;
}

.social-media-contact ul li a:hover {
  color: var(--primary-color);
}

.contact-information iframe {
  border-radius: var(--border-radius);
}

/* Contact Us Page End  */

/* About Us Page  */

.about-content h2 {
  font-size: 32px;
  color: var(--dark-color);
  margin-bottom: 20px;
}

.about-content strong {
  font-size: 20px;
  color: var(--dark-color);
}

.about-content p {
  line-height: 1.5;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}

/* About Us Page End  */

/* Blog Single Page  */

.blog-single-main h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-top: -10px;
}

.blog-single-img {
  margin-top: 25px;
  margin-bottom: 20px;
}

.blog-single-img img {
  border-radius: var(--border-radius);
}

.blog-single-content p {
  font-size: 17px;
  line-height: 1.5;
}

.blog-single-content p strong {
  font-size: 20px;
  color: var(--text-color);
  line-height: 1.2;
}

.blog-single-sidebar {
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: var(--border-radius);
  position: sticky;
  top: 20px;
}

.blog-single-sidebar h3 {
  font-size: 22px;
  font-weight: 600;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 10px 20px;
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  margin-bottom: 20px;
}

.blog-single-sidebar ul li a {
  color: var(--text-color);
  font-size: 16px;
  display: block;
  padding-left: 21px;
  position: relative;
  transition: var(--transition);
  line-height: 1.2;
}

.blog-single-sidebar ul li a::before {
  position: absolute;
  content: "\f105";
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 11px;
  top: 4px;
}

.blog-single-sidebar ul li+li a {
  margin-top: 20px;
}

.blog-single-sidebar ul li a:hover {
  color: var(--primary-color);
}

/* Blog Single Page End  */

/* Listing Page  */
.listing-trip-media {
  height: 250px;
  overflow: hidden;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.listing-trip-media a {
  height: 100%;
  width: 100%;
}

.listing-trip-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.listing-trip-wrap:hover .listing-trip-media img {
  transform: scale(1.1);
}

.listing-trip-wrap {
  margin-bottom: 25px;
}

.listing-trip-info {
  box-shadow: 0px 5px 40px rgb(0 0 0 / 20%);
  padding: 20px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  position: relative;
}

.listing-trip-info h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
}

.listing-trip-info h3 a {
  display: block;
  color: var(--dark-color);
  transition: var(--transition);
}

.listing-trip-info h3 a:hover {
  color: var(--primary-color);
}

.listing-trip-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.listing-trip-info span {
  font-size: 15px;
  color: var(--text-color);
  display: flex;
  align-items: center;
}

.listing-trip-info span b {
  display: inline-block;
  font-size: 18px;
  color: var(--primary-color);
  margin-left: 7px;
}

.listing-trip-btns {
  margin-top: 20px;
}

.listing-trip-btns a {
  display: inline-block;
  background: var(--primary-color);
  padding: 5px 12px;
  color: var(--white-color);
  border-radius: var(--border-radius);
  font-weight: 500;
  transition: var(--transition);
}

.listing-trip-btns a:hover {
  background: var(--secondary-color);
}

.listing-page.mb {
  margin-bottom: 45px;
}

.listing-trip-info span i {
  font-size: 19px;
  margin-right: 3px;
  vertical-align: middle;
}

/* Listing Page End  */

/* General Page  */
.general-page p {
  font-size: 17px;
  line-height: 1.5;
}

.general-page h3 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.general-page strong {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.3;
}

.general-page ul li {
  list-style: initial;
}

.general-page ul {
  padding-left: 15px;
}

table p {
  margin-bottom: 0;
}

table th,
table td {
  padding: 5px 10px;
}

.general-page h3 strong {
  margin-bottom: 0;
}

/* General Page End  */

/* Inquiry Form  */
.inquiry-right {
  border: 1px solid #e9e9e9;
  padding: 30px;
  border-radius: var(--border-radius);
  background: #f1f1f1;
  margin-left: 30px;
}

.inquiry-right label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.inquiry-right .form-group {
  margin-bottom: 15px;
}

.inquiry-right .form-control {
  height: 38px;
  font-size: 13px;
}

.inquiry-right .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--primary-color);
}

.inquiry-right textarea.form-control {
  height: 120px;
}

.inquiries-btn button {
  border: none;
  background: var(--primary-color);
  padding: 8px 25px;
  border-radius: var(--border-radius);
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  transition: var(--transition);
}

.inquiries-btn button:hover {
  background: var(--secondary-color);
}

.inquiry-group_list>.row {
  align-items: center;
}

/* Inquiry Form End  */

/* Trip Dispatch Page  */
.trip-dispatch-main h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--dark-color);
}

.trip-dispatcifeatured-img {
  margin-top: 25px;
  margin-bottom: 20px;
}

.trip-dispatch-main p {
  font-size: 17px;
  line-height: 1.6;
}

.trip-dispatch-main ul li {
  list-style: initial;
}

.trip-dispatch-main ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.trip-dispatch-main ul li+li {
  margin-top: 7px;
}

.trip-dispatch-main strong {
  font-size: 20px;
  color: var(--dark-color);
}

.trip-dispatch-main ul li a {
  font-weight: 500;
}

.cyber_cast_post li a {
  color: var(--secondary-color);
  transition: var(--transition);
}

.cyber_cast_post li a:hover {
  color: var(--primary-color);
}

/* Trip Dispatch Page End  */

/* Pagination  */
.pagination {
  margin-top: 25px;
}

.page-link {
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  font-size: 15px;
  color: #5e5e5e;
  border-radius: var(--border-radius);
  border-color: var(--border-color);
  transition: var(--transition);
}

.page-item+.page-item {
  margin-left: 7px;
}

.page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.page-link:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

/* Pagination End  */

/* New-Css */
.dropdown-menus {
  display: none !important;
  position: absolute;
  background: #fff;
  padding: 0;
  z-index: 8;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.drop-item:hover .dropdown-menus {
  display: block !important;
}

.second-dropdown-menus {
  position: absolute;
  right: -170px;
  z-index: 9999;
  background: #fff;
  top: 0;
  width: 170px;
  padding: 7px 14px 7px 17px;
  display: none !important;
}

.dropdown-menus li:hover .second-dropdown-menus {
  display: block !important;
}

.dropdown-menus li,
.second-dropdown-menus li {
  margin: 0 0 7px 0;
}

.dropdown-menus li {
  position: relative !important;
  padding: 0;
}

.dropdown-menus li a {
  padding: 0 15px;
}

.activities-col {
  padding: 0 50px;
}

.activities-col .owl-nav button {
  height: 36px;
  width: 36px;
  line-height: 36px !important;
  text-align: center;
  padding: 0 !important;
  font-size: 18px;
  color: var(--white-color) !important;
  transition: var(--transition);
  background: var(--white-color) !important;
  border-radius: 50% !important;
}

.activities-col .owl-nav button svg {
  color: var(--primary-color);
}

.header-search .search_button_icon {
  position: relative;
}

.header-search .search_button_icon a {
  position: absolute;
  top: 11px;
  right: 0;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 7px 30px;
  border-radius: 75px;
  height: 45px;
}

.header-search input {
  height: 45px;
  width: 100%;
  border-radius: 25px;
  padding: 0 0 0 25px;
}

.footer-col h3 {
  text-transform: capitalize;
  font-size: 18px;
}

.footer .footer-top {
  padding-bottom: 55px;
  border-bottom: 1px solid #acacac;
}

.footer-socials form {
  background-color: var(--white-color);
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 8px;
}


.footer-socials span {
  font-size: 14px;
}

.footer-socials {
  background-color: var(--primary-color);
  padding-block: 50px;
}

.footer-socials form .form-title {
  display: flex;
  gap: 10px;
}

.footer-socials form .form-title svg {
  font-size: 32px;
}

.footer-socials form .form-title svg path {
  fill: var(--dark-color);
}

.partner-list li img {
  height: 35px;
  object-fit: contain;
  margin: 0 10px 0 0;
}

.get-callback {
  display: none;
  background: var(--secondary-color);
  position: fixed;
  right: 0;
  top: 50%;
  padding: 0;
  z-index: 11;
  writing-mode: vertical-rl;
  padding: 10px;
  transform: translate(0, -50%);
}

.get-callback a {
  color: var(--white-color);
}

.banner-icons img {
  height: 36px;
  object-fit: contain;
}

.banner-icons ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banner-icons ul li a {
  background: var(--primary-color);
  width: 90px;
  height: 90px;
  display: block;
  padding: 18px 2px 10px 2px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-family: "Arimo", sans-serif;
  line-height: 24px;
  border: 1px solid #8e8e8e;
  font-size: 12px;
  text-transform: uppercase;
}

.special-trip .popular-tours-img h3 {
  position: absolute;
  bottom: 16px;
  color: var(--white-color);
  left: 10px;
  font-size: 21px;
  padding: 0 10px;
  z-index: 5;
}

.treaking-sec {
  background-image: url(../../images/treaking-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.special-trip .popular-tours-img h3 span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.special-trip .popular-tours-img h3 a {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 800;
}

#activities_wrapper2 .popular-tours-content {
  flex-direction: column;
  border-radius: 0;
}

#activities_wrapper2 .popular-tours-content .package-ratings {
  display: flex;
  justify-content: space-between;
}

#activities_wrapper2 .popular-tours-content .package-ratings svg {
  color: #ff9800;
  font-size: 14px;
  padding-left: 3px;
}

#activities_wrapper2 .popular-tours-content h3 {
  font-size: 18px;
  padding: 0 0 10px 0;
  font-weight: 600;
}

.single_portfolio_text {
  display: inline-block !important;
  padding: 2px !important;
  position: relative !important;
  overflow: hidden !important;
  margin-bottom: 25px;
}

.zoom {
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -100px;
  right: -100px;
  border-radius: 50%;
  background: #640002;
  background: -webkit-linear-gradient(to right, #640002, #640002);
  background: linear-gradient(to right, #640002, #640002);
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

.zoom:before {
  content: "\f00e";
  font-family: "FONTAWESOME";
  color: rgba(255, 255, 255, 0.5);
  font-size: 35px;
  padding-right: 20px;
  position: absolute;
  top: 25px;
  left: 30px;
}

.single_portfolio_text .advanture-image-contents {
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  margin: 0 auto;
  top: -100%;
  left: 5%;
  position: absolute;
  transition: 0.6s;
}

.single_portfolio_text:hover .advanture-image-contents {
  top: 20px;
}

.single_portfolio_text .advanture-image-contents h6 {
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  border: 2px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single_portfolio_text .advanture-image-contents .btn {
  background: var(--primary-color);
  color: var(--white-color);
  width: 55%;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}

.footer-affilate {
  color: #fff;
  border-top: 1px solid rgb(255 255 255 / 9%);
  padding: 30px 0 0 0;
}

.footer-affilate .footer-member {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}

.footer-affilate h5 {
  font-size: 15px;
  color: var(--text-color);
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  text-align: center;
}

.footer-affilate .partner-list {
  justify-content: center;
  flex-wrap: wrap;
}

.footer-col .footer-social li a i {
  font-size: 18px;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}

.footer-col .footer-call-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #acacac;
}

.footer-col .footer-call-info h3 a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
}

.footer-social-link {
  padding-top: 20px;
}

.footer-col .footer-social {
  display: flex;
  gap: 8px;
  padding: 0;
  padding-top: 10px;
}

.footer-col .input-group button {
  background: var(--primary-color);
  font-size: 12px;
  color: var(--white-color);
  font-weight: 300;
  padding: 5px 17px 7px 17px;
  margin: 0;
  border-radius: 8px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.capthch-info .footer-contacts .top-contacts-foot:first-child span {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

.capthch-info .top-captcha-icon h4 {
  text-transform: uppercase;
}

.capthch-info .footer-contacts .top-contacts-foot:first-child h4 {
  font-size: 36px;
  line-height: 46px;
}

.capthch-info .footer-contacts .top-contacts-foot:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  margin: 15px 0;
}

.footer-col .input-group {
  justify-content: flex-start;
}

.capthch-info .footer-contacts .top-contacts-foot:last-child span {
  font-size: 12px;
}

/* Single-Category-Page */
.tripcat-breadcrumb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}

.single-description ul {
  padding-left: 20px;
}

.single-description ul li {
  list-style: disc;
  color: #767676;
}

/* .tripcat-breadcrumb::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg,
      #621c0c 0.1%,
      rgba(196, 196, 196, 0) 99.85%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.tripcat-breadcrumb::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--primary-color) 0.1%, rgba(196, 196, 196, 0) 99.85%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tripcat-breadcrumb img {
  height: 500px;
  object-fit: cover;
}

.tripcat-breadcrumb h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white-color);
  font-size: 36px;
  left: 90px;
  z-index: 5;
}

.categorysingle {
  overflow: hidden;
}


.categorysingle .single-cat-info p {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  padding-top: 0;
  margin: 8px 0;
  /* text-align: center; */
}

.single-cat-info p {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}

.single-cat-info h2 {
  font-size: 36px;
  color: #000;
  font-weight: 900;
}

.categorysingle .single-cat-info h2 {
  margin-top: 30px;
}

.categorysingle .single-cat-info {
  padding: 20px 0;
}

.categorysingle .similar-packages h3 {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 20px;
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 32px;
  color: #253d52;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .big-title {
  font-size: 36px !important;
  margin: 20px 0 10px 0;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap h4 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  padding-bottom: 20px;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .tripslogan {
  display: none;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap span svg {
  color: #ff9800;
  font-size: 12px;
  margin-right: 3px;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap p {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
  color: #585858;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .package-duration-info {
  background: transparent;
  color: #253d52;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #cfcfcf;
  width: fit-content;
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .package-cat-buttons .book-btn {
  background: var(--primary-color);
  color: var(--white-color);
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .package-cat-buttons .vpackage-btn {
  background: #c08e21;
  color: var(--white-color);
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .package-cat-buttons li a {
  padding: 6px 20px;
  border-radius: 22px;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .package-cat-buttons ul {
  display: flex;
  gap: 10px;
  padding: 0;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap .package-cat-buttons {
  padding-top: 20px;
  padding-bottom: 5px;
}

.categorysingle .similar-packages .similar-packages-grid .packages-wrap img {
  height: 400px;
  object-fit: cover;
}

/* .categorysingle .similar-packages {
    padding: 0 0 50px 0;
} */

/* Single-package-page */
#breadcrumb-singlepage,
#breadcrumb-singlepage-actvities,
.testimonial-main {
  color: var(--white-color);
  padding: 20px 0;
  position: relative;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}

#breadcrumb-singlepage:before,
#breadcrumb-singlepage-actvities:before,
.testimonial-main::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonial-main .col-md-9 {
  position: relative;
}

#breadcrumb-singlepage h1,
#breadcrumb-singlepage-actvities h1 {
  color: var(--white-color) !important;
  z-index: 3;
  position: relative;
  text-align: center;
}

.singlepage-contents h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.singlepage-contents p {
  line-height: 1.67;
  font-weight: 500;
}

.singlepage-contents ul {
  padding: 0 0 0 21px;
}

.singlepage-contents ul li {
  margin: 20px 0 10px 0;
  list-style: auto;
}

.singlepage-contents {
  padding: 20px 0;
}

.singlepage-contents p:last-child {
  border-bottom: 1px solid #eee;
  padding: 0 0 25px 0;
}

.singlepage-contents .singleaside-links ul li {
  position: relative;
  list-style: none;
  margin: 0;
}

.singlepage-contents .singleaside-links ul li a {
  color: #337ab7;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
}

.singlepage-contents .col-md-9 img {
  height: 500px;
  object-fit: cover;
}

.breadcrumb-info {
  background: transparent;
  padding: 20px;
  text-align: center;
  border: 1px solid #0000001f;
  border-radius: 4px;
}

.book--btn {
  background: #0d6efd;
  border-color: #0d6efd;
  font-size: 15px;
  padding: 6px 16px;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  outline: none;

}

.breadcrumb-info .book--btn a {
  color: #ffffff;
}

.breadcrumb-info h2 {
  color: #000;
}

.breadcrumb-info h2 span {
  font-size: 16px;
}

.breadcrumb-info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.breadcrumb-info ul p {
  margin: 0;
  color: var(--white-color);
  font-size: 14.5px;
  line-height: 24px;
  font-weight: 400;
}

.breadcrumb-info ul li .btn {
  padding: 6px 40px;
  background: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
}

.single-details-sl .container {
  padding-top: 26px;
  padding-bottom: 26px;
}

.details-wrapper {
  padding: 28px 0;
}

.single-details-sl .singledescription-trip h3 {
  /* background: var(--primary-color); */
  color: var(--white-color);
  font-size: 14px;
  padding: 15px;
  /* text-transform: uppercase; */
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.sticky-wrap {
  position: sticky;
  top: 90px;
}

.single-details-sl .singledescription-trip {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
}

.single-details-sl .singledescription-trip p,
ul {
  padding: 5px;
}

#nav-Inclusion ul {
  padding-left: 50px !important;
}

#nav-Inclusion li {
  list-style: disc !important;
}

.inclusion {
  font-size: 18px !important;
  padding: 8px !important;
}

.single-details-sl .single-description h2 {
  font-size: 25px;
  font-weight: 900;
  margin: 25px 0 20px 0;
  position: relative;
  color: #000;
}

.single-description strong {
  font-weight: 700;
  color: #000;
}

/* .single-details-sl .single-description h2:before {
  content: "\f0e9";
  font-family: "Font Awesome 5 Free";
  background: #ffc176;
  padding: 2px;
  font-size: 13px;
  position: absolute;
  left: 0;
} */

.single-details-sl .single-description span {
  font-weight: 600;
  /* color: #7f7f7f; */
  margin: 0 0 10px 0;
  display: block;
  font-size: 36px;
}

.singledescription-tabs nav .nav-link {
  color: black;
  font-weight: 500;
}

.single-details-sl .single-description p {
  margin: 0 0 20px;
  line-height: 24px;
}

.single-details-sl .singledescription-trip .tour_help_1_call {
  text-align: center;
  font-size: 24px;
  color: #dd4b39;
}

.single-details-sl .singledescription-trip h4 {
  text-align: center;
}

.single-details-sl .singledescription-trip .single-aside-social ul {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.single-details-sl .singledescription-trip .single-aside-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  padding: 20px;
}

#popular-tours .owl-nav {
  display: none;
}

#popular-tours {
  position: relative;
}

#popular-tours .owl-nav button,
.testimonial-sl .owl-nav button i {
  background: var(--primary-color);
  width: 32px;
  height: 32px;
  padding: 4px;
  text-align: center;
  border-radius: 2px;
  left: 24px;
  font-size: 24px;
  color: var(--white-color);
  opacity: 0.8;
}

#popular-tours .owl-nav button:hover,
.testimonial-sl .owl-nav button i:hover {
  opacity: 1;
}

.single-details-sl .singledescription-trip .single-aside-social .la-facebook-f {
  background: rgb(59, 89, 152);
}

.single-details-sl .singledescription-trip .single-aside-social .lab.la-twitter {
  background: rgb(29, 161, 242);
}

.single-details-sl .singledescription-trip .single-aside-social .lab.la-instagram {
  background: rgb(255, 101, 80);
}

.single-details-sl .singledescription-trip .single-aside-social .la-linkedin-in {
  background: rgb(0, 119, 181);
}

.single-details-sl .singledescription-trip .single-aside-social .la-plus {
  background: rgb(255, 101, 80);
}

.single-details-sl .singledescription-trip .single-aside-social a {
  color: var(--white-color);
}

.single-details-sl .singledescription-trip .single-aside-social i {
  padding: 5px;
  border-radius: 50%;
}

.single-details-sl .singledescription-trip .single-aside-social .rating-box svg {
  font-size: 12px;
}

#popular-tours .item img {
  height: 470px;
  object-fit: cover;
  width: 100%;
}

.activities-single {
  padding: 20px 0;
}

.activities-single h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.activities-single h4 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
}

.activities-single p {
  margin: 0 0 10px;
  line-height: 24px;
  font-size: 16px;
}

.activities-tabs {
  padding: 0 0 20px 0;
}

#breadcrumb-singlepage-actvities .titlenav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#breadcrumb-singlepage-actvities .titlenav-wrapper ul {
  display: flex;
  gap: 5px;
  z-index: 5;
}

#breadcrumb-singlepage-actvities .titlenav-wrapper ul li a {
  color: var(--white-color);
}

.header-menu .dropdown-links {
  background: transparent !important;
  z-index: 6;
  /* padding: 0 15px; */
  display: block;
}

.middle-header .dropdown-wrapper .dropdown-menuwrapper h4 {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 15px;
  color: grey;
  padding-bottom: 10px;
}

/* .middle-header .dropdown {
  position: unset;
} */

.header-menu .dropdown-links li a:hover {
  color: var(--primary-color);
}

.middle-header .dropdown-wrapper .dropdown-menuwrapper {
  width: 100%;
  /* border-right: 1px solid #eee; */
}

.middle-header .dropdown-wrapper .dropdown-menuwrapper:nth-child(2) {
  border-right: 1px solid #eee;
}

.header-menu .dropdown-links li {
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
}

.header-menu .dropdown-links li:last-child {
  padding-bottom: 0;
}

/* .header-menu .dropdown-links li:before {
  content: "\f105";
  font-family: "FONTAWESOME";
  position: absolute;
  left: 0;
} */

.header-menu .dropdown-links li a {
  color: var(--dark-color);
  position: relative;
}

.middle-header .dropdown-wrapper {
  position: absolute;
  background: #ffffff;
  z-index: 7 !important;
  width: 100%;
  left: 15px;
  box-shadow: 5px 8px 15px #0000001a;
  display: none;
  padding: 15px;
  min-width: 300px;
  top: 59px;
}

.header-menu .dropdown:hover .dropdown-wrapper {
  display: flex;
}

.advanture-activities .advanture-image img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.darkHeader .header-contact .btn {
  color: #000000;
}

.header-contact .btn {
  color: #ffffff;
  border-radius: 0;
  padding: 8px 8px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header-contact .btn svg {
  font-size: 14px;
  position: relative;
  top: 1px;
}

.searchsingle {
  background: #ffe8e2;
  padding: 36px 0px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.32);
}

.searchsingle .search-form {
  display: flex;
  justify-content: center;
  padding-bottom: 27px;
}

.searchsingle .search-form .search-hotel-type {
  font-style: italic;
  margin-top: 4px;
}

.searchsingle .search-form form {
  display: flex;
}

.searchsingle .search-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #dedede;
}

.searchsingle .search-form form .waves-button-input {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  height: 45px;
  padding: 10.4px 30px;
  text-transform: uppercase;
  font-style: initial;
}

.search-items {
  padding: 22px 0px 20px 0px;
  background: var(--bs-white);
}

.search-items h1 {
  color: var(--bs-black);
  margin-bottom: 22px;
  text-align: center;
}

.search-items .card-wrapper {
  background: var(--white-color);
  margin-bottom: 1rem;
  padding: 20px;
}

.search-items .searchpackages-wrapper {
  background: #eee;
  padding: 1rem;
}

.search-items .searchpackages-wrapper h4 {
  font-size: 22px;
}

.search-items .card-wrapper ul {
  display: flex;
  gap: 10px;
}

.search-items .card-wrapper .btn {
  background: #ffd65e;
}

.search-items .card-wrapper .col-md-3 span {
  margin-top: -20px;
  display: block;
  margin-bottom: 3rem;
  background: #253d52;
  padding: 4px 8px;
  color: var(--white-color);
  font-size: 11px;
}

.breadcrumb-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb-title-wrapper ul {
  display: flex;
  gap: 10px;
}

.breadcrumb-title-wrapper p,
.breadcrumb-title-wrapper ul li a {
  color: var(--white-color);
}




#breadcrumb-singlepagenew img {
  height: 200px;
  object-fit: cover;
}

#breadcrumb-singlepagenew {
  position: relative;
}

#breadcrumb-singlepagenew .container {
  position: absolute;
  top: 35%;
  width: 100%;
  left: 5%;
}

#breadcrumb-singlepagenew .container h1 {
  color: var(--white-color);
}

.breadcrumb-title-wrapper ul li svg {
  color: var(--white-color);
}

.site-alert {
  top: 0;
  background: #fff;
  box-sizing: border-box;
  min-width: 40px !important;
  max-width: 400px !important;
  position: fixed;
  margin-left: 3rem;
  box-shadow: 0 8px 30px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 10px 10px;
  z-index: 99999999;
}

.site-alert .alert-top {
  display: flex;
  padding: 15px;
  gap: 15px;
}

.site-alert .alert-top h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 4px 0;
  cursor: default;
}

.site-alert .alert-top p {
  font-size: 12px;
  line-height: 1.6;
  cursor: default;
  color: #63656b;
  margin: 0;
}

.site-alert .alert-buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.site-alert .alert-buttons .btn {
  width: 100%;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  padding: 12px 0;
}

.site-alert .alert-buttons .btn-befirnds {
  background: var(--primary-color);
  color: var(--white-color);
}

.site-alert .alert-top img {
  width: 110px;
  object-fit: contain;
  margin: 0;
}

.categorysingle .similar-packages .row .col-md-6 .tripslogan {
  font-size: 30px;
  margin-top: 9px;
  margin-bottom: 0;
}

.categorysingle .similar-packages .row .col-md-6 {
  margin: 0 0 30px 0;
}

.holidaypackages-container .advanture-image img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.single-details-sl .singledescription-trip p {
  margin: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.advanture-activities {
  padding-bottom: 20px;
}

.footer-col .footer-wrap a {
  color: var(--white-color);
  opacity: 0.8;
}

.footer-col .footer-wrap a:hover {
  color: var(--white-color);
  opacity: 1;
}

#activities_wrapper2 .popular-tours-content small {
  display: none;
}

#mySidenav .dropdown-wrapper h4 {
  font-size: 18px;
  padding: 8px 0 0 21px;
  margin: 0;
}

#mySidenav .dropdown-wrapper .dropdown-links {
  display: none;
  background: #eee;
}

#testimonial-display .community-btn {
  text-align: center;
}

#testimonial-display .community-btn .btn {
  background: var(--primary-color);
  color: var(--white-color) !important;
}

#testimonial-display .general_page_content p img {
  width: 100% !important;
  height: auto !important;
}

#testimonial-display .general_page_content hr {
  display: none;
}

#testimonial-display .pagecontent-single {
  /* border-top: 1px solid #eee; */
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

#testimonial-display .pagecontent-single h2 {
  display: none;
}

#testimonial-display .pagecontent-single img {
  border-bottom: 1px solid #eee;
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #eee;
}

.testimonial-main ul {
  display: flex;
  justify-content: center;
  padding: 8px 15px;
  margin-bottom: 20px;
  gap: 10px;
  border-radius: 4px;
}

.testimonial-main ul li {
  font-size: 14px;
}

.testimonial-main ul li a {
  color: var(--white-color);
}

.all-testimonials .blog-post h3 a,
.all-testimonials .blog-post .read-more {
  font-size: 14px;
  color: #337ab7;
}

.all-testimonials .blog-post .read-more {
  margin: 20px 0;
  display: block;
}

.pagination .active {
  background-color: #2e608a;
  color: #fff;
}

.aside-menubar h3 {
  background: var(--primary-color);
  color: #fff;
  padding: 25px;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.aside-menubar ul {
  border: 1px solid #eee;
  padding: 15px;
}

.aside-menubar ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0px;
}

.aside-menubar ul li a {
  color: #337ab7;
  font-size: 14.5px;
}

.aside-menubar ul li:last-child {
  border: none;
}

.contact-us .row col-md-5 p {
  font-size: 14px;
}

.contact-us .row .contact-utilities p a {
  color: #337ab7 !important;
}

.tl-1 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

.tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  position: relative;
  top: 5px;
  width: 12px;
  border: 1px solid #ebc131;
  border-radius: 50px;
}

.tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

.title-line {
  text-align: center;
  margin-bottom: 42px;
}

/* .title-line img {
  width: auto;
} */
.title-line img {
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.form-singlepage {
  background-image: url(https://www.rupakot.nectar.com.np/templates/images/face.jpg);
  position: relative;
  padding: 70px 0;
}

.form-singlepage:before {
  content: "";
  position: absolute;
  background: #ffe8e2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 5px;
}

.form-singlepage .btn {
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  background-color: var(--primary-color);
  font-family: "Quicksand", sans-serif;
  width: 100%;
  text-transform: uppercase;
  height: 54px;
  line-height: 44px;
  transition: background-color 0.3s linear;
}

.form-singlepage .btn:hover {
  background-color: var(--default-color);
}

.form-singlepage .login-form {
  margin: 0 auto;
  width: 50%;
  background: #fff;
  padding: 45px 50px 50px 50px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.8);
}

.form-singlepage .radio-small {
  font-size: 14px;
}

.form-singlepage .login-form p a {
  color: #337ab7;
  padding: 0 7px;
}

.form-singlepage form {
  padding: 20px;
}

.header-menu ul li i {
  position: absolute;
  top: 24.5px;
  right: 0;
  font-size: 12px;
  color: #d7d7d7;
}

.header-menu .top-dropdown {
  padding: 0 10px;
  right: 4px;
}

.header-menu .top-dropdown .la-angle-down {
  right: -3px;
}


.header-menu .top-dropdown img {
  width: 20px;
  position: relative;
  top: -1px;
  margin-right: 3px;
  object-fit: contain;
}

.header-menu .top-dropdown .dropdown-wrapper {
  min-width: 383px;
}

.header-menu .top-dropdown::after {
  position: absolute;
  width: 100%;
  height: 43px;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  content: '';
  top: 50%;
  border-radius: 2px;
  left: 6px;
}

.footer-col .input-group input {
  font-size: 12px;
  border-radius: 45px;
  margin: 0 0 10px 0;
  text-align: left;
  padding: 9px 98px 11px 10px;
  color: var(--dark-color);
}

.footer-col .input-group input::placeholder {
  color: #dfdfdf;
}

.footer-col .input-group input {
  background: transparent;
  width: 78%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (max-width: 1290px) {
  .footer-col .input-group .input-wrapper {
    margin-top: 0;
  }

  .header-menu .nav-link {
    font-size: 10px;
  }

  .header-left {
    left: -30px;
  }
  .site_logo img {
    height: 60px;;
  }
  .header-menu .nav-link {
    padding: 20px 12px;
  }
  .header-menu ul li i {
    top: 22.5px;
    right: -3px;
  }
}

@media only screen and (max-width: 992px) {

  .header-menu ul,
  .aside-logo {
    display: none;
  }

  .tripcat-breadcrumb {
    height: auto;
  }

  .tripcat-breadcrumb img {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .footer-end .copyright-foot {
    gap: 0 !important;
    justify-content: space-around;
    flex-direction: column;
  }

  .header-menu {
    display: block !important;
  }

  .header-search .search_button_icon a {
    top: 15px;
  }

  .darkHeader {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-col .input-group .input-wrapper {
    margin-top: 0;
  }

  .footer-col .input-group {
    margin: 20px 0;
    justify-content: flex-start;
  }

  .singlepage-contents .col-md-9 img {
    height: auto;
    object-fit: cover;
  }
}

@media only screen and (max-width: 576px) {
  .breadcrumb-info ul {
    flex-direction: column;
  }

  .advanture-activities {
    overflow: hidden;
  }

  .site_logo img {
    height: 60px;
  }

  /* .categorysingle .similar-packages .row .col-md-6 .package-cat-buttons li a {
        display: block;
    } */
  .categorysingle .similar-packages .row .col-md-6 img,
  #popular-tours .item img {
    height: auto;
    object-fit: cover;
  }

  .categorysingle .similar-packages .row .col-md-6 .package-cat-buttons ul {
    flex-direction: column;
    gap: 15px;
  }

  #activities_wrapper2 .popular-tours-content .package-ratings,
  .reviews-main .clientsl-wrapper {
    flex-direction: column;
  }

  .categorysingle .tripcat-description .tripcat-price {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .reviews-main .clientsl-wrapper .left-image {
    border-right: none !important;
  }
}

.footer-col .footer-logo-col {
  border-right: 1px solid #acacac;
}

.footer-col .row .col-md-6:last-child {
  border: none;
}

.capthch-info form {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.capthch-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  margin-top: 50px;
}

.capthch-info .footer-contacts {
  color: var(--white-color);
}

.footer-col .input-group .input-wrapper {
  width: 100%;
  position: relative;
}

.footer-affilate .container {
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
}

.footer-end .copyright-foot {
  display: flex;
  gap: 295px;
  justify-content: space-between;
}

.footer-end .copyright-foot p {
  letter-spacing: 0.32px;
  font-size: 15px;
}

.footer-end {
  padding: 20px 0 20px 0;
}

.capthch-info .top-captcha-icon {
  display: flex;
  color: var(--white-color);
  gap: 10px;
}

.capthch-info .top-captcha-icon i {
  font-size: 30px;
}

.middle-header .aside-logo img {
  height: 50px;
  object-fit: contain;
}

.darkHeader .header-utilities {
  /* margin: 0 0 0 80px; */
  margin: 0 0 0 140px;
}

.darkHeader .site_logo img {
  padding: 7px 0;
  width: auto;
}

.footer-col .row .col-md-6 .footer-wrap strong {
  display: none;
}

.tawk-button {
  background: #0066b3 !important;
}

.reviews-main #v-pills-tab {
  width: 100%;
}

.reviews-main .sub-title {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 32px;
}

.reviews-main .title-line {
  margin-bottom: 20px;
}

.reviews-main #v-pills-tab .active {
  background: #fff;
  border: 0.094rem solid #0f172a14;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.reviews-main #v-pills-tab button .client-thumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-main #v-pills-tab button .client-thumb img {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  filter: grayscale(1);
  transition: 0.5s;
}

.reviews-main #v-pills-tab button .client-thumb h3 {
  text-transform: capitalize;
  font-size: 1.025rem;
}

.reviews-main #v-pills-tab button .client-thumb p {
  text-transform: capitalize;
  color: #767676;
  font-size: 0.9rem;
}

.reviews-main #v-pills-tab button .client-thumb .client-name {
  text-align: left;
}

.reviews-main .tab-content ul {
  display: flex;
}

.reviews-main .tab-content .active {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 1rem;
}

.reviews-main .tab-content ul li i {
  color: #eca633;
}

.reviews-main .tab-content .tab-pane p {
  margin-top: 1.25rem;
}

.reviews-main #v-pills-tabContent {
  width: 200%;
}

.footer-col .footer-menu li {
  margin-bottom: -5px;
}

.footer-col .footer-logo {
  height: 95px;
  object-fit: contain;
  margin: 0 0 15px 0;
}

.footer-col .text-light a {
  color: var(--white-color);
  font-weight: 100;
  font-size: 14px;
  /* text-decoration: underline; */
}

.footer-col .text-light li {
  font-size: 14px;
}

.footer-col .captcha-form {
  overflow: hidden !important;
}

.reviews-main .review-box .item {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 1rem;
  margin: 0 0 20px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.reviews-main .review-box ul {
  display: flex;
}

.reviews-main .review-box ul li i {
  color: #eca633;
}

.reviews-main .clientsl-wrapper img {
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  width: 76px;
}

.reviews-main .rating-img {
  width: 85px;
  padding-bottom: 20px;
}

#testimonial-wrapper-2 .clientsl-wrapper {
  background-image: url(../../images/bg-test.png);
  /* position: absolute;
  top: 12px; */
  /* content: ""; */
  /* left: 0; */
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews-main #testimonial-wrapper-2 .clientsl-wrapper p::before {
  display: none;
}

.reviews-main #testimonial-wrapper-2 .clientsl-wrapper .left-image {
  top: 0;
}

.reviews-main #testimonial-wrapper-2 .clientsl-wrapper p {
  top: 0;
  padding: 0 30px;
}

.reviews-main .clientsl-wrapper {
  text-align: center;
  flex-direction: column;
  padding: 70px 40px;
  border-radius: 4px;
  margin: 0 1px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  /* background-image: url(../../images/testimonialbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
}

.reviews-main #testimonial-wrapper-2 .clientsl-wrapper {
  padding: 54px 43px;
}

.reviews-main #testimonial-wrapper-2 .clientsl-wrapper {
  gap: 11px;
}

.reviews-main .clientsl-wrapper h3 {
  font-size: 16px;
}

.reviews-main .clientsl-wrapper span {
  color: var(--primary-color);
  display: block;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: center;
}

.rating input {
  display: none;
}

.rating label {
  display: inline-block;
  color: gray;
  cursor: pointer;
  font-size: 24px;
}

.rating label:hover,
.rating label:hover~label,
.rating input:checked~label {
  color: orange;
}

.reviews-main .review-box h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.reviews-main #v-pills-tab {
  width: 100%;
  height: 350px;
  display: block;
  overflow: auto;
}

.reviews-main #v-pills-tab::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.reviews-main #v-pills-tab::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.reviews-main #v-pills-tab::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

.reviews-main #v-pills-tab .active {
  background: #fff;
  border: 0.094rem solid #0f172a14;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.reviews-main #v-pills-tab button .client-thumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-main #v-pills-tab button .client-thumb img {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  filter: grayscale(1);
  transition: 0.5s;
}

.reviews-main #v-pills-tab button .client-thumb h3 {
  text-transform: capitalize;
  font-size: 1.025rem;
  color: var(--primary-color);
}

.reviews-main #v-pills-tab button .client-thumb p {
  text-transform: capitalize;
  color: #767676;
  font-size: 0.9rem;
}

.reviews-main #v-pills-tab button .client-thumb .client-name {
  text-align: left;
}

.reviews-main .tab-content ul {
  display: flex;
}

.reviews-main .tab-content .active {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 1rem;
  margin: 0 0 20px 0;
}

.reviews-main .tab-content ul li i {
  color: #eca633;
}

.reviews-main .tab-content .tab-pane p {
  margin-top: 1.25rem;
}

.reviews-main #v-pills-tabContent {
  width: 200%;
}

.reviews-main #v-pills-tab button {
  padding: 30px;
  width: 90%;
}

.reviews-main .clientsl-wrapper:before {
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 15px;
  color: var(--primary-color);
  font-size: 50px;
  opacity: 0.7;
  display: none;
}

.reviews-main h3 {
  color: #424242;
}

.reviews-main .reviw-img {
  width: 193px;
  padding-bottom: 15px;
}

.reviews-main .review-content {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.reviews-main .review-content span {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: var(--text-color);
}

.review-views ul {
  display: flex;
  gap: 5px;
}

.review-content p {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: var(--text-color);
}

.review-views ul li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #33e0a1;
}

.reviews-main .review-views {
  display: flex;
}

.reviews-main .review-wrapper {
  padding-bottom: 60px;
}

.reviews-main .reviews-title {
  padding: 0 20px;
}

.reviews-main .clientsl-wrapper .left-image h3 {
  color: var(--dark-color);
  margin: 2px 0;
}

.reviews-main #testimonial-wrapper-2 .clientsl-wrapper .left-image h3 {
  padding-top: 10px;
}

.reviews-main .review-line {
  padding-left: 20px;
}

.footer-col .footer-small-logo {
  display: inline-block;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.footer-info-col {
  margin-top: -100px;
}

.footer-col .footer-small-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rc-anchor-logo-portrait {
  margin: 0 !important;
}

.reviews-main .clientsl-wrapper h2 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.reviews-main .review-box .item h2 {
  font-size: 18px;
}

.reviews-main .clientsl-wrapper .left-image {
  text-align: center;
  position: relative;
  top: -44px;
  z-index: 9;
}

.testimonial-sl .owl-item .clientsl-wrapper {
  position: relative;
}

.testimonial-sl .owl-item .clientsl-wrapper::after {
  background-image: url(../../images/centerbg-brand.png);
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 333px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  /* filter: invert(0) */

}

.reviews-main .clientsl-wrapper .left-image .rating span {
  color: #ffa033;
}

.reviews-main .clientsl-wrapper .left-image .rating {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.reviews-main .clientsl-wrapper .left-image .rating span {
  font-size: 12px;
  padding-top: 10px;
}

.reviews-main .clientsl-wrapper .left-image span {
  font-size: 12px;
}

.reviews-main .clientsl-wrapper .testimonial-more {
  display: block;
  text-align: right;
}

.footer-col .text-light a,
.footer-col .text-light li {
  font-size: 14px;
}

.rc-anchor-logo-portrait {
  margin: 0 !important;
}

.rc-anchor-pt {
  right: 26px !important;
}

.reviews-main .clientsl-wrapper .left-image {
  text-align: center;
}

.reviews-main .clientsl-wrapper p {
  font-size: 12px;
  padding: 0 7px;
  position: relative;
  top: -44px;
  font-weight: 700;
  z-index: 9;
}

#testimonial-wrapper-2 .reviews-main .clientsl-wrapper p {
  top: 0;
  padding: 0 25px;
}

.reviews-main .clientsl-wrapper p::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

}

.reviews-main .clientsl-wrapper .left-image span {
  font-size: 14px;
}

.footer-col .footer-small-logo {
  padding: 5px 0;
}

.footer-col .footer-logo {
  margin: 0;
  padding: 0;
}

.breadcrumb-info ul li span {
  color: var(--white-color);
  margin-right: 15px;
  font-size: 21px;
  background: var(--secondary-color);
  padding: 3px 40px;
  border-radius: 4px;
}

.breadcrumb-info ul li {
  display: flex;
}

.categorysingle .tripcat-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.categorysingle .similar-packages .row .col-md-6 .package-duration-info {
  width: fit-content;
}

.categorysingle .tripcat-description h1 {
  font-size: 24px;
}

.categorysingle .tripcat-description .tripcat-price {
  display: flex;
  justify-content: space-between;
}

.categorysingle .tripcat-description .tripcat-price .price-cat {
  font-size: 34px !important;
  color: var(--primary-color) !important;
  display: flex;
  gap: 15px;
}

.categorysingle .tripcat-description .tripcat-price .price-cat del {
  color: #666;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.rc-anchor-logo-portrait {
  margin: 0 !important;
}

.terms-radio {
  display: flex;
  align-items: center;
  gap: 5px;
}

.terms-radio label {
  margin: 0;
}

.team-pd {
  margin: 30px 0;
}

/* why choose us  */
.why-us>.sub-title {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.why-us .row {
  padding-top: 40px;
}

.why-us>.title-line {
  margin-bottom: 28px;
}

.why-us .why-us-content {
  text-align: center;
  padding: 100px 20px 20px 20px;
  position: relative;
}

.why-us .why-us-content::before {
  top: 0;
  content: "";
  position: absolute;
  background-image: url(../../images/mountain.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: contain;
}

.why-us .why-us-content .icon {
  width: 60px;
  padding-bottom: 19px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.why-us .why-us-content img {

  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

}

.why-us .why-us-content img.icon {
  -webkit-filter: initial;
  filter: initial;
}
.why-us .why-us-content h4 {
  color: #222;
  font-size: 20px;
  padding-bottom: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.why-us .why-us-content .sub-title {
  padding-bottom: 30px;
  font-weight: 500;
  color: #000;
}

/* end of why choose us */

/* start of trip banner */
.trip-banner {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
}

.trip-banner::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--primary-color) 0.17%, rgba(196, 196, 196, 0) 99.85%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.trip-banner .trip-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trip-banner .trip-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trip-banner .trip-banner-content {
  position: relative;
  z-index: 3;
}

.trip-banner .trip-banner-content h4 {
  font-size: 32px;
  color: var(--white-color);
  line-height: 1.3;
  font-weight: 800;
  padding-bottom: 10px;
}

.trip-banner .trip-banner-content p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  color: var(--white-color);
}

/* .trip-banner .trip-banner-content .btn-main {
  border: 2px solid var(--white-color);
} */

/* end of trip banner */

.testimonial-wrapper-2 {
  margin-top: -28px;
}

/* google review wrapper */
.goolge-review .google-review-wrapper {
  padding: 18px;
  background-color: #ffe8e2;
}

.goolge-review {
  padding-top: 50px;
  padding-bottom: 60px;
}

.goolge-review .google-review-wrapper img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.goolge-review .google-review-wrapper .review {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 7px;
}

.goolge-review .google-review-wrapper .review-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.goolge-review .google-review-wrapper .review-reviews .review-rate {
  color: #e86f00;
  font-weight: 700;
  line-height: 1.66;
  /* 166.667% */
  letter-spacing: 0.72px;
  font-size: 20px;
}

.goolge-review .google-review-wrapper .review-reviews .rating span {
  font-size: 13px;
  color: #ffa033;
}

.goolge-review .google-review-wrapper .review-reviews .review-num {
  color: #424242;
  font-size: 18px;
  letter-spacing: 0.54px;
  font-weight: 500;
}

.goolge-review .google-review-wrapper .review h5 {
  color: #424242;
}

.review-border {
  border-right: 2px solid var(--primary-color);
}

/* about video */
.about-video {
  padding: 80px 0;
  background-image: url(../../images/about-video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .about-video .about-video-content h3 {
  color: #621c0c;
  line-height: 1.14;
  padding-bottom: 20px;
} */

.about-video .about-video-content h3 {
  color: #0B0B0B;
  line-height: 1.14;
  padding-bottom: 20px;
}

.about-video .about-video-content p {
  letter-spacing: 0.36px;
  line-height: 1.67;
}

.about-video .about-video-content {
  padding-right: 80px;
}

.about-video .video-iframe-wrapper {
  height: 350px;
  padding: 1px;
  z-index: 99;
  position: relative;
  padding: 1px;
  border: 1px solid #ffffff;
}

.about-video .video-wrapper {
  padding: 15px;
  border: 1px solid var(--primary-color);
  position: relative;
}

.about-video .video-wrapper-inner {
  position: relative;
}

.about-video .video-wrapper::after,
.about-video .video-wrapper::before,
.about-video .video-wrapper-inner::after,
.about-video .video-wrapper-inner::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: var(--primary-color);
  z-index: 1;
}

.about-video .video-wrapper::after {
  top: 0;
  left: 0;
}

.about-video .video-wrapper-inner::after {
  bottom: -15px;
  left: -15px;
}

.about-video .video-wrapper::before {
  top: 0;
  right: 0;
}

.about-video .video-wrapper-inner::before {
  bottom: -15px;
  right: -15px;
}

.blog-sec .popular-tours h4 {
  color: #323232;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  padding-bottom: 12px;
}

.blog-sec .popular-tours p {
  color: #585858;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
}

.blog-sec .popular-tours .read-more h4 {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0;
}

.why-us .sub-title {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.tab-content>.tab-pane {
  padding-top: 10px;
}

.bg-none-sec {
  background-image: none;
}

.three-grid-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.three-grid-item .popular-tours-wrap {
  margin-bottom: 0;
}

.similar-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.similar-packages .similar-packages-grid .packages-wrap .packages-content {
  position: relative;
}

.similar-packages .similar-packages-grid .packages-wrap .packages-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.similar-packages {
  padding-top: 40px;
}

.similar-packages .packages-img {
  position: relative;
}

.similar-packages .packages-img .price-cat {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.48);
  padding: 12px 16px 12px 22px;
  z-index: 2;
  font-size: 20px;
  color: #fff !important;
}

.similar-packages .packages-img .price-cat span {
  font-weight: 500;
  font-size: 14px;
}

.similar-packages .tripcat-description {
  padding: 20px;
  border: 1px solid #eaeaea;
}

.similar-packages .triptitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.details-wrapper #popular-tours .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.details-wrapper #popular-tours .item {
  position: relative;
}

.details-wrapper #popular-tours .item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.details-wrapper #popular-tours .owl-dots .owl-dot.active span {
  background-color: var(--primary-color);
}



.singledescription-tabs .tabs-static-wrapper nav.sticky {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  z-index: 8;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
}

.singledescription-tabs .tabs-static-wrapper .nav-link {
  border-radius: 0;
}

.singledescription-tabs .tabs-static-wrapper .nav-link svg {
  position: relative;
  top: 0px;
}

.singledescription-tabs .tabs-static-wrapper .nav-link.active {
  background-color: var(--primary-color);
  color: #ffffff;
}

.common-boxshadow {
  padding: 30px 20px 20px 24px;
  background-color: #fff;
  margin: 30px 0;
}

.common-boxshadow h2 {
  position: relative;
  padding-left: 20px;
}

.common-boxshadow h2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 3px;
  background-color: #ff5300;
  height: 100%;
}

.relatedlinks {
  padding: 0 !important;
  margin: 40px 0;

}

.relatedlinks h3 {
  padding: 15px;
}

/* speak person section */
.speak{
  padding-bottom: 50px;
}

.speak .speak-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
}

.speak .speak-grid .speak-person {
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 39px;
}

.speak .speak-grid .speak-person p{
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.speak .speak-grid .speak-person h5{
  margin-bottom: 6px;
}

.speak .speak-grid .p-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #621c0c;
  padding: 2px;
}

.speak .speak-grid a .i-img {
  width:20px;
  height: 20px;
  object-fit: contain;
}


.speak .speak-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.speak-inner{
  padding-top: 100px;
}

.team-pd .nav-pills .nav-link.active, team-pd .nav-pills .show>.nav-link {
    background: linear-gradient(45deg, #d60d45 0%, #046b8c 100%);
    border-radius: 5px;
    color: #fff;
}
.team-pd .nav-link {
  color: #000000;
}


.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}


.skiptranslate.goog-te-gadget:last-child {
  display: none;
}