/*
Main Style
*/

/*** Global CSS ***/

:root {
  --subtitlefont: "Covered By Your Grace", cursive;
  --titlefont: "Plus Jakarta Sans", serif;
  --bodyfont: "DM Sans", serif;
  --white: #fff;
  --title: #2d286a;
  --body: #444;
  --rating: #ffc107;
  --blue: #2d286a;
  --yellow: #ef232c;
  --ff5: #ff5a24;
  --2c2b: #2c2b49;
  --gray: #f2f7fc;
  --dd: #ddd;
  --dc: #dcdcdc;
  --777: #777;
  --f7: #f7f7f7;
  --f9: #f9f9f9;
  --e5: #e5e5e5;
  --26: #262626;
  --rating: #ff8a00;
  --red: #ef232c;
  --orange: #ff5a24;
  --red2: #ef232c;
  --blue: #2d286a;
  --overlay: #120f2d;
  --footer: #001728;
  --fd: #fdeaff;
  --db: #db3beb;
  --ef: #efffec;
  --4d: #4da627;
  --ff: #fff2ea;
  --f3: #f38035;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  --shadow-2: 0 6px 35px rgba(215, 216, 222, 0.3);
  --shadow-3: 0 10px 50px 0 rgba(26, 46, 85, 0.07);
  --Y5: translateY(-5px);
}

body {
  color: var(--body);
  overflow-x: hidden;
  font-size: 16px;
  font-family: var(--bodyfont);
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title);
  font-family: var(--titlefont);
  font-weight: 700;
  line-height: auto;
}

html,
body {
  position: relative;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--body);
  transition: 0.5s;
}
a:hover,
a:focus {
  color: var(--blue);
}

.section-padding {
  padding: 100px 0;
}

.section-heading {
  margin-bottom: 60px;
  display: block;
}
.section-heading span {
  display: inline-block;
  font-size: 20px;
  color: var(--blue);
  margin-bottom: 20px;
  background: var(--red);
  font-family: var(--subtitlefont);
  padding: 0px 21px;
  border-radius: 30px;
}
.section-heading h2 {
  display: block;
  font-size: 30px;
  color: #2d286a;
  margin-bottom: 0;
}
.gray_section {
  background-color: var(--gray);
}
.gray_section .section-heading span {
  background: var(--white);
}
.mt100 {
  margin-top: 100px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}

/** Start Preloader **/
.preloader_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*width: 80px;*/
}
.preloaderstyle_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloaderStyle {
  border: 4px solid var(--blue);
  border-top: 4px solid var(--yellow);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 1s ease-in-out infinite;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** Start Buttons **/
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.yellow_btn,
.white_btn,
.blue_btn,
.trs_btn,
.tsvbtn,
.nebtn {
  background: var(--yellow);
  padding: 12px 34px;
  border-radius: 30px;
  color: var(--white);
  display: inline-block;
  border: 1px solid var(--yellow);
  text-align: center;
  overflow: hidden;
  position: relative;
  font-weight: 500;
}
.bobtn {
  position: relative;
  overflow: hidden;
}

.white_btn {
  background: var(--white);
  color: var(--title);
}
.blue_btn {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.underline_btn {
  text-decoration: underline;
  font-weight: 600;
}

.bobtn:before,
.nebtn:before,
.tsvbtn:before,
.trs_btn:before,
.yellow_btn:before,
.white_btn:before,
.blue_btn:before {
  content: "";
  width: 120%;
  height: 100%;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  position: absolute;
}
.trs_btn:before {
  border-radius: 50px 50px 0 0;
  top: -100%;
}
.tsvbtn:before {
  border-radius: 50px;
}

.bobtn:before,
.tsvbtn:before,
.nebtn:before,
.trs_btn:before,
.yellow_btn:before {
  background: var(--blue);
}
.white_btn:before {
  background: var(--yellow);
}
.blue_btn:before {
  background: var(--yellow);
}
.bobtn:hover::before,
.tsvbtn:hover::before,
.nebtn:hover::before,
.trs_btn:hover::before,
.yellow_btn:hover::before,
.white_btn:hover::before,
.blue_btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.bobtn::after,
.tsvbtn::after,
.nebtn::after,
.blue_btn::after,
.trs_btn::after,
.yellow_btn::after,
.white_btn::after {
  content: "";
  background: var(--blue);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue_btn::after,
.white_btn::after {
  background: var(--yellow);
}
.bobtn:hover:after,
.tsvbtn:hover:after,
.blue_btn:hover:after,
.nebtn:hover:after,
.trs_btn:hover:after,
.yellow_btn:hover:after,
.white_btn:hover:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.bobtn span,
.tsvbtn span,
.nebtn span,
.trs_btn span,
.yellow_btn span,
.white_btn span,
.blue_btn span {
  display: block;
  position: relative;
  mix-blend-mode: normal;
  z-index: 10;
  color: var(--white);
}
.white_btn,
.white_btn span {
  color: var(--title);
  border-color: var(--white);
}
.bobtn:hover span,
.tsvbtn:hover span,
.nebtn:hover span,
.trs_btn:hover span,
.yellow_btn:hover span,
.white_btn:hover span,
.blue_btn:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: var(--white);
}

.tsvbtn:hover,
.nebtn:hover,
.yellow_btn:hover {
  border-color: var(--blue);
}
.blue_btn:hover,
.white_btn:hover {
  border-color: var(--yellow);
}

/** End Buttons **/

/** Start Header Top **/

.header_top {
  background: var(--blue);
  color: var(--white);
  padding: 20px 0 67px;
}
.hline {
  height: 12px;
  width: 1px;
  background: var(--white);
  display: inline-block;
}
.header_top span {
  padding-right: 15px;
}
.tnumber {
  padding-left: 15px;
}
.header_top span a {
  color: var(--white);
}
.header_top ul {
  display: inline-block;
  margin: 0;
  padding-left: 15px;
}
.header_top ul li {
  display: inline-block;
  margin-left: 6px;
}
.header_top ul li a {
  color: var(--white);
}

/** End Header Top **/

/** Start Header **/
#tr_header {
  padding: 17px 0;
  margin-top: -50px;
  position: relative;
  z-index: 111;
  margin-bottom: -38px;
}
#tr_header.header_2 {
  background: var(--white);
}
#tr_header::after {
  content: "";
  width: 94%;
  height: 100%;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 60px 60px 0;
}
#tr_header.header_2:after {
  display: none;
}
#tr_header.header_2 {
  border-radius: 0;
  margin-bottom: 0;
}
.site_logo {
  width: 80px;
}
.site_logo a {
  display: block;
}
.main-menu {
  display: inline-block;
}
.header_right {
  gap: 39px;
}
.main-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.main-menu li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  line-height: 35px;
}
.main-menu li a {
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.5s;
  font-size: 17px;
  color: var(--title);
  transition: 0.5s;
  position: relative;
}
.main-menu li a i {
  font-size: 13px;
}
.main-menu li a:hover,
.main-menu li a:focus {
  color: var(--blue);
}
.main-menu li ul.sub-menu {
  position: absolute;
  min-width: 220px;
  padding: 0 20px;
  background: #fff;
  box-shadow: 0 3px 11px #0000001a;
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 101%;
  text-align: left;
  display: block;
  border-radius: 4px;
}
.main-menu ul > li ul.sub_menu li a {
  font-size: 15px;
  display: block;
  line-height: 32px;
  text-transform: capitalize;
}
.main-menu ul ul.sub-menu li {
  display: block;
  margin-left: 0;
}
.main-menu ul ul.sub-menu li a {
  font-size: 14px;
  display: block;
  line-height: 32px;
  text-transform: capitalize;
}

.main-menu ul > li:hover ul.sub-menu {
  visibility: visible;
  max-height: 360px;
  padding: 15px 20px;
}

.header_right .cart_search {
  position: relative;
  gap: 26px;
  padding-left: 17px;
  padding-right: 17px;
}
.header_right .cart_search:before {
  content: "";
  width: 1px;
  height: 30px;
  background: var(--dc);
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -4px;
}
.header_right .cart_search a {
  display: flex;
}
.header_right .hcart {
  position: relative;
  padding-right: 17px;
}
.header_right .hcart:after {
  content: "";
  width: 1px;
  height: 30px;
  background: var(--dc);
  position: absolute;
  display: inline-block;
  right: -7px;
  top: -4px;
}

.header_right .call_us span {
  display: block;
  line-height: 20px;
}
.header_right .call_us a {
  font-weight: 500;
  color: var(--title);
  transition: 0.5s;
}
.header_right .call_us a:hover {
  color: var(--blue);
}
.header_right .call_us i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--yellow);
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 20px;
}
.header_right .yellow_btn {
  padding: 8px 25px;
}
.cart_search i {
  font-size: 23px;
}
.hcart {
  position: relative;
}
.hcart span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--white);
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 7px;
}
.header_right .call_us p {
  margin-bottom: 0;
}

.sidebar__toggle {
  font-size: 35px;
  color: var(--title);
  cursor: pointer;
}
/** End Header **/

/* Mobile Menu */
.fix-area {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--dc);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  overflow: hidden;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--blue);
  position: relative;
  z-index: 9;
  cursor: pointer;
  transition: 0.5s;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close:hover,
.offcanvas__wrapper .offcanvas__content .offcanvas__close:focus {
  background-color: var(--yellow);
}
.offcanvas__close button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__logo {
  width: 140px;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  list-style: none;
  margin: 0;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(20, 19, 19, 0)),
    to(#5e5ef6)
  );
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--dc) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--p2-clr);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}
/** End Mobile Menu**/

/** Slider **/
.tr_slider_wrap {
}
.tr_slider,
.home_banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slider_item:after,
.home_banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: -1;
}
.tr_slider .swiper-wrapper {
}
.slider_item,
.home_banner {
  padding: 300px 0px 0px;
  position: relative;
  background-size: cover;
  z-index: 1;
  color: var(--white);
}
.home_banner {
  padding: 160px 0 141px;
}

.slider_item .subheading,
.banner_content .subheading {
  color: var(--yellow);
  margin-bottom: 22px;
  display: inline-block;
  font-size: 23px;
  font-family: var(--subtitlefont);
}
.slider_item h1.heading,
.banner_content h1 {
  color: var(--white);
  font-size: 48px;
  margin-bottom: 28px;
}
.slider_item p,
.banner_content p {
  margin-bottom: 50px;
  font-size: 17px;
}
.tr_search_filter {
  color: var(--body);
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
}
.trs_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -13px;
}
.horizontal_style .trs_wrap {
  bottom: -5px;
}
.tour_widget .trs_wrap {
  bottom: -25px;
}
#price_range_form,
#duration_range_form {
  position: relative;
}
.trsslider,
.trsslider2 {
  display: none;
}
.trsslider .ui-slider-handle,
.trsslider2 .ui-slider-handle {
  border-radius: 50%;
}
.harrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: var(--blue);
  z-index: 11;
  width: 60px;
  height: 60px;
  line-height: 65px;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
.harrow:hover {
  background: var(--blue);
  color: var(--white);
}
.hs_prev_arrow {
  left: 40px;
}
.hs_next_arrow {
  right: 40px;
}

/** Start Home Banner **/

/** End Home Banner **/

/* Active Animation  */

.active_animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tr_slider .swiper-slide-active .subheading {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.tr_slider .swiper-slide-active .heading {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.tr_slider .swiper-slide-active p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.tr_slider .swiper-slide-active .yellow_btn {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.bplane {
  width: 225px;
  position: absolute;
  bottom: 49px;
  left: 0;
  z-index: 11;
}
.home_banner .bplane {
  position: absolute;
  bottom: -83px;
  left: 21%;
  z-index: 11;
}
/** Search Filter **/

.y124 {
  transform: translateY(-150px);
  position: relative;
  z-index: 11;
}

.tr_search_filter {
  background: var(--white);
  border-radius: 10px;
  padding-left: 20px;
}
.tr_search_filter.vertical-style {
  padding: 30px;
  border-radius: 25px;
}
.vertical-style .sf_item {
  padding-top: 0;
  padding-right: 0;
}
.tr_search_filter.vertical-style button {
  border-radius: 8px;
  width: 100%;
}
.scontent,
.scontent .nice-select {
  width: 100%;
}
.scontent label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--title);
}
.sf_item {
  position: relative;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 25%;
}

.vertical-style .sf_item {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--dd);
  padding-bottom: 20px;
  position: relative;
}
.vertical-style .tr_search_price {
  margin-bottom: 30px;
}
.vertical-style .sf_item i {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 11;
}
.vertical-style .sf_item::after {
  display: none;
}
.sf_item::after {
  content: "";
  width: 1px;
  height: 40px;
  background: var(--dc);
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sf_item:last-child {
  padding-right: 0;
}

.tr_search_price:after {
  display: none;
}
.sf_item i {
  font-size: 24px;
  color: var(--yellow);
}
.sf_item .nice-select {
  padding: 0;
  line-height: 20px;
  height: auto;
}
.sf_item .nice-select::after {
  display: none;
}
.sf_item .nice-select {
  margin-bottom: 0;
}
.sf_item .nice-select,
.sf_item input,
.sf_item input:focus {
  border: none;
  padding: 0;
}
.sf_item input {
  font-size: 15px;
}
.sf_item input:focus {
  outline: none;
  box-shadow: none;
}
.sf_item .form-control {
  height: auto;
  line-height: auto;
}
.tr_search_filter button {
  background: var(--yellow);
  color: var(--white);
  padding: 12px 30px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  border: 1px solid var(--yellow);
  display: block;
  width: 170px;
  font-weight: 500;
}
.tr_search_filter button:hover {
  border-color: var(--blue);
}

.tr_search_filter button i {
  display: inline-block;
}
.nice-select .option:hover {
  color: var(--yellow);
}

/**** End Search Filter ***/

/*** Start Destination	***/
.category_item {
  position: relative;
  z-index: 11;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 15px;
}
.category_item img {
  width: 100%;
}
.category_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 1))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  border-radius: 15px;
  transition: 0.5s;
  opacity: 0.6;
}
.category_item:hover:after {
  opacity: 1;
}
.category_item a {
  display: block;
}
.category_item img {
  border-radius: 15px;
  transition: all 1s ease;
}

.category_item:hover img {
  transform: scale(1.1);
}
.t_number {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: var(--white);
  border-radius: 50%;
  color: var(--blue);
  padding-top: 11px;
  z-index: 11;
}
.t_number span {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.tcat_content {
  position: absolute;
  left: 22px;
  bottom: 22px;
  color: var(--white);
  text-align: left;
  z-index: 11;
}
.tcat_content span {
  text-transform: uppercase;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 500;
}
.tcat_content h4 {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

/*** End Destination ***/

/**Start Activities**/
.activity_item {
  position: relative;
  z-index: 11;
  transition: 0.5s;
  overflow: hidden;
}
.activity_item figure {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
}
.activity_item figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 1))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  border-radius: 15px;
  transition: 0.5s;
  opacity: 0.2;
}
.activity_item:hover figure::after {
  opacity: 1;
}
.activity_item img {
  border-radius: 15px;
  transition: all 1s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.activity_item:hover img {
  transform: scale(1.1);
}
.acti_content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: var(--white);
  z-index: 11;
  background-color: transparent;
  width: 85%;
  right: 22px;
  text-align: center;
  transform: translateX(-50%);
  background-image: url(../img/shapes/activity.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 44px 0 30px;
  background-position: center;
}

.acti_content i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--yellow);
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 30px;
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.acti_content h4 {
  font-size: 22px;
}
.acti_content span {
  color: var(--blue);
  font-size: 15px;
}

/**End Activities**/

/** Start About **/
.about2 {
  margin-bottom: 100px;
}
.tr_about {
  padding: 100px 0;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
.about_image {
}
.ab_img_1 img,
.ab_img_2 img,
.ab_img_3 img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ab_img_1 {
  width: 50%;
}
.ab_img_2 {
  width: 50%;
  left: 32%;
  top: 19%;
}
.ab_img_3 {
  width: 300px;
  border: 8px solid var(--white);
  bottom: 5%;
  left: 14%;
  border-radius: 30px;
}
.ab_img_3 img {
  border-radius: 20px;
}
.about_badge {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  padding-top: 24px;
  background: var(--white);
}

.about_badge::after {
  content: "";
  background-image: url(../img/about/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
}
.about_badge h4 {
  font-size: 37px;
  color: var(--yellow);
  margin-bottom: 5px;
}
.about_badge span {
  font-size: 20px;
  display: block;
  line-height: 1;
  color: var(--blue);
}
.about_badge span,
.about_badge h4 {
  font-family: var(--subtitlefont);
}
.sfeature_item i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--blue);
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 26px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.sfeature_item h4 {
  font-size: 22px;
}
.sfcontent {
  overflow: hidden;
}

/** End About **/

/** Start Counter **/

.counter_item {
  text-align: center;
  background-image: url(../img/counter/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  height: 280px;
  display: inline-block;
  position: relative;
}
.counter_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.counter_item i {
  font-size: 60px;
  color: var(--yellow);
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.counter_item h4 {
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--blue);
}
.counter_item p {
  margin-bottom: 0;
}

/** End Counter **/

/** Start CTA Section **/
.tr_cta {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  padding: 30px 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.tr_cta::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: 0.8;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  border-radius: 20px;
  z-index: -1;
}
.cta2:after {
  background-image: linear-gradient(to bottom, var(--ff5) 0%, var(--blue) 100%);
}
.cta_content {
  position: relative;
}
.plane {
  position: absolute;
  top: -34px;
  right: 25px;
  width: 60px;
}
.tr_cta span.cstitle {
  display: block;
  font-size: 25px;
  color: var(--blue);
  margin-bottom: 5px;
  font-family: var(--subtitlefont);
}
.tr_cta h2 {
  display: block;
  font-size: 28px;
  color: var(--white);
  margin-bottom: 30px;
  line-height: 38px;
}

.ctawhite {
}

/** End CTA Section **/

/** Start Trips Section **/
.package_nav {
  padding: 0;
  list-style-type: none;
  margin-bottom: 40px;
  border: 1px solid var(--dc);
  display: inline-block;
  border-radius: 30px;
}
.package_nav li {
  display: inline-block;
  margin: 0 0px;
  padding: 7px 26px;
  cursor: pointer;
  border-radius: 30px;
  font-weight: 500;
}
.package_nav li i {
  color: var(--yellow);
}
.package_nav .filter.mixitup-control-active {
  background: var(--yellow);
  color: var(--white);
}
.package_nav .filter.mixitup-control-active i {
  color: var(--white);
}
.package_item {
  border: 1px solid var(--dd);
  border-radius: 15px;
  transition: 0.5s;
  background: var(--blue);
}
.pack_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}

.pack_image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: 0;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  border-radius: 15px;
  transition: 0.5s;
}
.package_item:hover .pack_image:after {
  opacity: 0.5;
}
.pack_image img,
.blog_image img {
  transition: all 1s ease;
}
.package_item:hover img,
.blog_item:hover img {
  transform: scale(1.1);
}
.pac_badge {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0px 12px;
  background: var(--blue);
  border-radius: 0 4px 4px 0;
  color: var(--white);
  z-index: 11;
  font-size: 14px;
  text-transform: capitalize;
}
.pack_content {
  padding: 25px 25px;
   background: var(--blue);
   border-bottom-left-radius:20px;
      border-bottom-right-radius:20px;
}
.pack_rating {
  padding-bottom: 5px;
  display: block;
  font-size: 15px;
}
.pack_rating span {
  color: var(--777);
}
.pack_rating i {
  color: var(--rating);
}
.package_item h3 {
  font-size: 22px;
  line-height: 30px;
   color: var(--white);
}
.package_item h3 a {
  color: var(--white);
  transition: 0.5s;
}
.package_item h3 a:hover {
  color: var(--blue);
}
.pmeta_item {
  font-size: 15px;
}
.pack_image img {
  border-radius: 15px;
  height:250px;
  object-fit:cover;
  width:100%;
}
.discount_badge {
  display: inline-block;
  padding: 2px 13px;
  background-color: var(--red);
  color: var(--white);
  border-radius: 30px;
  margin-top: 20px;
  font-size: 14px;
}
.pmeta_item i {
  color: var(--yellow);
  padding-right: 5px;
}
.pack_price b {
  font-size: 22px;
  color: var(--blue);
}
.pack_price {
  position: relative;
}
.pack_price::after {
  content: "";
  width: 1px;
  height: 30px;
  background: var(--dc);
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
}
.package_item .yellow_btn {
  padding: 8px 30px;
}
.packages_slider {
  overflow: hidden;
  padding-bottom: 2px;
}

.slider_btm {
  margin-top: 58px;
  width: 100%;
}
/* Progressbar Pagination */
.tslider-pagination {
  height: 3px !important;
  background-color: var(--dd);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  width: 40% !important;
  display: inline-block;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--blue);
}
.tslider_arrow {
  width: 40px;
  height: 40px;
  line-height: 44px;
  background: transparent;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--title);
  border: 1px solid var(--dd);
  transition: 0.5s;
}
.tslider_arrow:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

/** End Trips Section **/

/** Start Client Section **/
.client_item {
  background: var(--gray);
  padding: 2px 23px;
  border-radius: 14px;
  border: 1px solid var(--dc);
}
.client_item {
  opacity: 1;
}
.clients_slider2 {
  padding: 0 30px;
}
.clients_slider2 .client_item {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}

/** End Client Section **/

/** Start Video Gallery **/
.video_gallery {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.vgallery_thumb {
  overflow: hidden;
  padding-top: 70px;
}
.vgallery_thumb img {
  cursor: pointer;
}
.video_gallery::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: 0.5;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
.gallery_item a img {
  width: 80px;
}
.gthum_item img {
  border-radius: 100px;
}
.vgallery_thumb .gthum_item {
  position: relative;
  z-index: 1;
}
.vgallery_thumb .gthum_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: 0.3;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  border-radius: 100px;
  transition: 0.5s;
  cursor: pointer;
}
.vgallery_thumb .swiper-slide-thumb-active:after {
  opacity: 0;
}
.vgarrow {
  width: 40px;
  height: 40px;
  line-height: 44px;
  background: var(--white);
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  color: var(--blue);
  transition: 0.5s;
}
.vgarrow:hover {
  background: var(--blue);
  color: var(--white);
}
.vgarrow_prev {
  left: -100px;
  bottom: 15%;
}
.vgarrow_next {
  right: -100px;
  bottom: 15%;
}
/** End Video Gallery **/

/** Image Gallery **/
.image_gallery {
  overflow: hidden;
}
.imgallery_item {
  position: relative;
  overflow: hidden;
}
.imgallery_item figure {
  position: relative;
  border-radius: 167.5px;
  z-index: 1;
}

.img_popup {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 24px;
  background: rgba(22, 36, 61, 0.5);
  border-radius: 200px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.img_popup i {
  color: var(--white);
}
.img_popup:hover {
  color: var(--white);
}

.imgallery_item:hover .img_popup {
  opacity: 1;
}

.imgallery_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 200px;
}

/** Start Image Gallery **/

/** End Image Gallery **/

/** Start Features **/
.feature_item {
  padding: 40px 30px;
  background-color: var(--blue);
  border-radius: 5px;
  transition: all 1s ease;
  overflow: hidden;
}
.feature_item i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--red);
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 26px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  transition: all 1s ease;
}
.feature_item:hover i {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.53s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

.feature_content {
  overflow: hidden;
}
.feature_content h3 {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 10px;
}
.feature_content p {
  margin-bottom: 0;
    color: var(--white);
}
.fstyle2 {
  background-color: var(--fd);
}
.fstyle2 i {
  background-color: var(--db);
  color: var(--white);
}

.fstyle3 {
  background-color: var(--ef);
}
.fstyle3 i {
  background-color: var(--4d);
  color: var(--white);
}

.fstyle4 {
  background-color: var(--ff);
}
.fstyle4 i {
  background-color: var(--f3);
  color: var(--white);
}

/** End Features **/

/** Start Testimonial **/
.testimonials {
  background-color: var(--gray);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin: 0 2%;
  border-radius: 30px;
}
.test_slider {
  overflow: hidden;
}
.testimonials_item {
  padding-right: 30px;
}
.testimonials_item i {
  font-size: 17px;
  color: var(--rating);
  margin-bottom: 15px;
}
.testimonials_item p {
  font-size: 22px;
  color: var(--body);
  margin-bottom: 20px;
  font-weight: 600;
  font-style: italic;
}
.testimonials_item h4 {
  font-size: 18px;
  color: var(--blue);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.testimonials_item .designation {
  font-size: 15px;
  color: var(--body);
  margin-bottom: 0;
}
.tqoute_icon {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: -27px;
  z-index: 1;
}
.testimonials_image_slider {
}

.testimonials_image_slider img {
  border-radius: 200px 200px 0 200px;
}
.testimonials_image_slider {
  position: relative;
}
.tlocation {
  padding: 8px 17px;
  background: var(--white);
  color: var(--yellow);
  border-radius: 30px;
  position: absolute;
  top: 77px;
  left: -49px;
}
.test_arrow {
  display: flex;
  gap: 18px;
  margin-left: 20%;
  margin-top: 30px;
}
.test_arrow span {
  width: 50px;
  height: 50px;
  line-height: 53px;
  background: var(--white);
  font-size: 17px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--dd);
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  color: var(--blue);
}
.test_arrow span:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

/** End Testimonial **/

/** Start Blog **/
.blog_item {
  padding: 20px;
  background: var(--white);
  border-radius: 15px;
  border: 1px solid var(--dd);
}
.blog_item img {
  border-radius: 10px;
}
.blog_image {
  position: relative;
}

.blog_image figure {
  overflow: hidden;
  border-radius: 15px;
}
.blog_image img {
  border-radius: 15px;
}
.blog_image:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  transition: 0.5s;
  opacity: 0;
}
.blog_item:hover .blog_image:after {
  opacity: 1;
}
.blog_date {
  padding: 3px 15px;
  border-radius: 20px 0 20px 0;
  display: inline-block;
  background: var(--blue);
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: 1;
  font-weight: 600;
  color: var(--white);
  font-size: 15px;
}

.blog_meta {
}
.blog_meta a {
  font-weight: 500;
}
.blog_meta span {
  padding-right: 15px;
}
.blog_meta i {
  padding-right: 2px;
  color: var(--yellow);
}
.blog_content {
  margin-top: 20px;
}
.blog_item h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 8px;
}
.blog_item h3 a {
  color: var(--title);
}
.blog_item h3 a:hover {
  color: var(--blue);
}
.blog_content p {
  margin-bottom: 0;
}
/** End Blog **/

/** Start Newsletter **/
.newsl_nmargin {
  margin-bottom: -159px;
  position: relative;
  z-index: 11;
}
.newsletter_area {
  border-radius: 25px;
  position: relative;
  z-index: 1;
  background-image: cover;
  overflow: hidden;
}
.newsletter_area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--red);
  opacity: 0.9;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  border-radius: 25px;
  z-index: -1;
}
.newsletter_area h2 {
  color: var(--white);
  font-size: 32px;
  margin-bottom: 35px;
  display: block;
}
#newsletter_form {
  position: relative;
  color: var(--white);
}
.newsletter_area input[type="text"],
.newsletter_area input[type="email"] {
  width: 100%;
  height: 64px;
  border-radius: 50px;
  border: 1px solid var(--white);
  padding: 0 22px;
  transition: 0.5s;
}
.newsletter_area input[type="text"]:focus,
.newsletter_area input[type="email"]:focus {
  border-color: var(--yellow);
  outline: none;
}
.newsletter_area p {
  color: var(--white);
  margin-bottom: 0;
  margin-top: 15px;
}
.newsletter_area input[type="submit"],
.newsletter_area button {
  background: var(--yellow);
  color: var(--white);
  border: 1px solid var(--yellow);
  border-radius: 30px;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 10px 25px;
}
.newsletter_area button i {
  padding-left: 2px;
}
.news_plane {
  position: absolute;
  top: 36%;
  left: 95px;
  /* transform: translateY(-50%); */
  width: 116px;
}
.news_image {
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 267px;
}
.news_shape {
  position: absolute;
  left: -60px;
  bottom: 5px;
}
/** End Newsletter **/

/** Start Footer **/
.tr_footer {
  padding: 230px 0 25px;
  position: relative;
  z-index: 1;
  color: var(--white);
  background-color: var(--blue);
}
.tr_footer a {
  color: var(--white);
}
.tr_footer a:hover {
  color: var(--white);
}

.footer-title {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 28px;
}
.footer_widget {
  margin-bottom: 25px;
}
.footer_widget ul {
  padding-left: 0;
}
.footer_widget li {
  list-style-type: none;
  line-height: 37px;
}

.footer_about img {
  width: 130px;
  margin-bottom: 20px;
}
.footer_about span {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.footer_about .social_link {
  padding-left: 0;
  display: flex;
  gap: 12px;
}
.footer_about .social_link li {
  list-style-type: none;
}
.footer_about .social_link li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  transition: 0.5s;
  font-size: 16px;
  border: 1px dashed var(--blue);
}
.footer_about .social_link li a:hover,
.footer_about .social_link li a:focus {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.footer_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer_gallery a {
  flex-grow: 1;
  width: 30%;
  max-width: 30%;
  flex-basis: 30%;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer_gallery a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: 0;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  border-radius: 8px;
  transition: 0.5s;
}
.footer_gallery a:hover:after {
  opacity: 0.5;
}
.footer_gallery img {
  border-radius: 8px;
}

.footer_widget form {
  position: relative;
}
.footer_widget input {
  height: 50px;
  line-height: 50px;
  padding: 15px 15px;
  border: 1px solid var(--white);
  background: var(--white);
  border-radius: 30px;
  transition: 0.5s;
  outline: none;
  width: 100%;
}

.footer_widget input:focus {
  border-color: var(--blue);
  outline: none;
}
.footer_widget form button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--yellow);
  color: var(--white);
  border: 1px solid var(--yellow);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 6px;
}
.subscription_form span {
  margin-top: 8px;
  display: block;
  font-size: 15px;
}
.footer_contact p {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.footer_contact p:last-child {
  margin-bottom: 0;
}
.footer_contact i {
  font-size: 26px;
  color: var(--blue);
  padding-top: 4px;
}
.footer_contact span {
  overflow: hidden;
}
.tr_copyright {
  border-top: 1px solid rgba(225, 225, 225, 0.5);
  padding-top: 20px;
  margin-top: 20px;
}
.tr_copyright p {
  margin-bottom: 0;
}
.tr_copyright p a {
  color: var(--white);
}
/** End Footer **/

/** Start Main Banner **/

.main_banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  color: var(--white);
  padding: 120px 0;
  background-size: cover;
}

.main_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    -35deg,
    rgba(0, 0, 0, 0.5) 38.52%,
    rgba(0, 0, 0, 0.7) 81.13%
  );
  opacity: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.main_banner h1 {
  margin-bottom: 20px;
}
.main_banner h1,
.main_banner a {
  color: var(--white);
}
.main_banner p {
  margin-bottom: 0;
  background: var(--blue);
  display: inline-block;
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 14px;
}
.main_banner a {
  display: inline-block;
}
.main_banner p i {
  top: 2px;
  position: relative;
}
.tour_banner {
  padding-bottom: 165px;
}
.tour_sfilter {
  transform: translateY(-45px);
}

/** End Main Banner **/

/** Start Tour Page **/

.tour_page_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.tour_sidebar {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}
.tour_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  padding-left: 30px;
  max-width: calc(100% - 255px);
}
.tshort_label {
  position: relative;
  padding-right: 14px;
}
.tshort_label::after {
  content: "";
  width: 1px;
  height: 21px;
  background: var(--dd);
  position: absolute;
  right: 0;
  bottom: 3px;
}
.tour_widget {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.tw-title {
  font-size: 19px;
  color: var(--title);
  display: block;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.tour_widget ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.tour_widget ul li {
  display: flex;
  margin-bottom: 5px;
}
.tour_widget ul li a {
  display: block;
  width: 100%;
  padding: 2px 0;
  color: var(--body);
  transition: 0.5s;
  position: relative;
}
.tour_widget ul li a span {
  position: absolute;
  right: 0;
  top: 2px;
}
.tour_widget ul li a:hover {
  color: var(--yellow);
}
.tour_widget ul li span {
}
.tour_widget:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tour_widget:last-child ul {
  margin-bottom: 0;
}

.tour_header {
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
}
.tour_header .nice-select {
  margin-bottom: 0;
  width: 200px;
  border: none;
}

.tr-pagination {
  margin-top: 35px;
}
.tr-pagination a,
.tr-pagination span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--f7);
  color: var(--title);
  font-weight: 500;
  margin-right: 15px;
  transition: 0.5s;
  font-size: 17px;
  border-radius: 50%;
  text-align: center;
}
.tr-pagination a i {
  font-size: 15px;
}
.tr-pagination a:hover,
.tr-pagination .current,
.tr-pagination span {
  background: var(--blue);
  color: var(--white);
}
/** Start Tour Page **/

/** Start Tour Details **/
.td_gallery_slider figure {
  margin-bottom: 0;
}
.td_gallery_slider img,
.td_gallery_slider .img_popup {
  border-radius: 15px;
}
.td_gallery_slider figure .img_popup {
}
.td_gallery_slider figure:hover .img_popup {
  opacity: 1;
}

.sdt_arrow_prev,
.sdt_arrow_next {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: var(--white);
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--blue);
  border: 1px solid var(--dd);
  transition: all 1s ease;
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.sdt_arrow_prev:hover,
.sdt_arrow_next:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.sdt_arrow_prev {
  left: 20px;
}
.sdt_arrow_next {
  right: 20px;
}

.td_gallery_slider:hover .sdt_arrow_prev,
.td_gallery_slider:hover .sdt_arrow_next {
  opacity: 1;
}

.mt100 {
  margin-top: 100px;
}

/** Tour Details **/

.tdetails_meta {
  padding: 8px 0;
  border: 1px solid var(--dc);
  padding: 7px 15px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.tdetails_meta .tmeta:last-child {
  float: right;
}
.tdetails_meta i {
  padding-right: 5px;
  color: var(--yellow);
}
.tour_entry_content {
  margin-bottom: 30px;
}
.tour_entry_content .tdtitle {
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
}
.tour_entry_content .tdtitle::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--yellow);
  left: 0;
  bottom: -10px;
}
.single_tour_details .tour_info {
  border: 1px solid var(--dd);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
}
.tour_info h4 {
  margin-bottom: 20px;
}
.trip-facts-value {
  padding: 0;
  margin: 0 !important;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 35px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.trip-facts-value li {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0 !important;
}
.single_tour_details .trip-facts-value i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--gray);
  color: var(--blue);
  border-radius: 6px;
  text-align: center;
  align-self: center !important;
}
.trip-facts-text {
  align-self: center !important;
}

.trip-facts-value li label {
  font-weight: 600;
  color: var(--title);
  font-size: 17px;
  display: block;
  line-height: 20px;
  padding-top: 3px;
}

.stour_image {
  margin-bottom: 30px;
}

.tour_slider {
  position: relative;
}

.tour_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 45px;
  height: 45px;
  line-height: 42px;
  display: inline-block;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background: transparent;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 0;
}

.tour_slider .slick-arrow:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--white);
}
.tour_slider .slick-next::before {
  content: "\e06c";
  font-family: "Phosphor" !important;
  font-size: 17px;
}

.tour_slider .slick-prev::before {
  content: "\e058";
  font-family: "Phosphor" !important;
  font-size: 17px;
}
.tour_slider .slick-prev.slick-arrow {
  left: 15px;
}
.tour_slider .slick-next.slick-arrow {
  right: 15px;
}
.tour_slider_nav {
  margin-top: 30px;
}
.tour_slider_nav .slick-slide {
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.tour_slider_nav .slick-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  border-radius: 8px;
}
.tour_slider_nav .slick-slide.slick-current.slick-active:after {
  background: rgba(0, 0, 0, 0);
}
.tour_slider img,
.tour_slider_nav img {
  border-radius: 8px;
}
.tour-map iframe {
  width: 100%;
  height: 400px;
  margin-bottom: -1px;
}
.stour_widget {
  border: 1px solid var(--dc);
  /* box-shadow: 0 1px 1px 0 rgba(32,33,36,.08); */
  padding: 22px 21px 30px;
  border-radius: 8px;
  margin-left: 30px;
  margin-bottom: 30px;
  background: var(--white);
}
.tw_title {
  font-size: 20px;
  color: var(--title);
  margin-bottom: 25px;
}
.stour_widget ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.tw_price {
  border-top: 1px solid var(--dc);
  border-bottom: 1px solid var(--dc);
  padding: 8px 0;
  margin-bottom: 30px;
  margin-top: 20px;
}
.tw_price h3 {
  margin-bottom: 0;
  font-size: 17px;
  color: var(--title);
}
.tw_price span {
  float: right;
  color: var(--yellow);
}

.tw_info {
  overflow: hidden;
}
.tw_info li {
  background: #fafafa;
  padding: 5px 15px;
  margin-bottom: 13px;
  border-radius: 4px;
}
.tw_info li span {
  font-weight: 600;
  margin-right: 10px;
  color: var(--blue);
}
.textra_service i {
  font-size: 24px;
  padding-right: 9px;
  color: var(--blue);
  position: relative;
  top: 4px;
}
.textra_service li {
  padding-bottom: 8px;
}
.textra_service li:last-child {
  padding-bottom: 0;
}

.booking_form {
  padding: 20px 0 0;
}
.stour_sidebar.sticky-top {
  top: 40px;
}
.booking_form .wpte-bf-discount-tag {
  background: var(--blue);
  color: #fff;
  margin-bottom: 18px !important;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--white);
  border-radius: 14px;
  padding: 4px 10px;
  margin: 0 0 12px 24px !important;
}
.booking_form .wpte-bf-price-wrap {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  background: none;
  gap: 0 !important;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(15, 29, 35, 0.1);
}
.booking_form .wpte-bf-price-wrap .wpte-bf-price {
  width: 100%;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 0 24px 0 !important;
  margin: 0 0 24px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
}
.booking_form .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-reg-price {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #2b2636;
}
.booking_form .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  grid-gap: 5px;
  line-height: 1;
}
.booking_form .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-offer-amount {
  font-size: 26px;
  color: var(--travivu-heading-color);
}
.booking_form .wpte-bf-price-wrap .wpte-bf-price ins {
  background: none;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 800;
}
.booking_form .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-pqty {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(43, 38, 54, 0.48);
  white-space: nowrap;
}
.booking_form .wpte-bf-btn-wrap {
  position: relative;
  z-index: 11;
  padding: 0 25px 25px !important;
}
.booking_form button {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: var(--white);
  width: 100%;
  text-decoration: none;
  transition: 0.5s;
}
.booking_form button:hover,
.booking_form button:focus {
  border-color: var(--blue);
  color: var(--white);
}
.tour-question .icon {
  font-size: 45px;
  color: var(--blue);

  padding-bottom: 10px;
}
.tour-question a {
  margin-top: 20px;
}
.related-title {
  font-size: 24px;
  color: var(--title);
  margin-bottom: 20px;
}
.related_tour_slider {
  overflow: hidden;
}
/** End Tour Details **/

/** Blog List **/

.sidebar-area .single-widget {
  padding-left: 0;
}
.blog-list {
}
.blog-list .tr-pagination {
  margin-top: 60px;
}
.blog-list .blog_item {
  margin-bottom: 30px;
  overflow: hidden;
}
.single-widget {
  margin-bottom: 30px;
  padding-left: 25px;
}
.single-widget ul {
  list-style-type: none;
  padding-left: 0;
}
.category-widget li {
  border: 1px solid var(--dc);
  padding: 4px 17px;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.5s;
}

.category-widget li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--blue);
  border-color: var(--blue);
  width: 0;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  border-radius: 4px;
}
.category-widget li:hover:before {
  width: 100%;
}
.category-widget li a {
  display: block;
  transition: 0.5s;
}
.category-widget li:hover a {
  color: var(--white);
}
.widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.single-widget form {
  position: relative;
}
.single-widget a {
  transition: 0.5s;
}
.single-widget a:hover,
.single-widget a:focus {
  color: var(--blue);
}
.form-control {
  height: 45px;
}
textarea.form-control {
  height: 130px;
}
.form-control:focus {
  outline: inherit;
  box-shadow: inherit;
  border-color: var(--blue);
}
.single-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid var(--yellow);
  height: 45px;
  width: 45px;
  border-radius: 0 5px 5px 0;
  background-color: var(--yellow);
  color: var(--white);
}
.category-widget a {
  font-weight: 500;
  color: var(--title);
  font-size: 17px;
}
.ppost_widget {
}
.ppost_widget .pp_img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  float: left;
  margin-right: 22px;
  background-size: cover;
}
.ppost_content {
  overflow: hidden;
}
.ppost_widget p {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 5px;
}
.ppost_widget p a {
  color: var(--title);
}
.ppost_widget span {
  color: #666;
  font-weight: 500;
}
.ppost_widget span i {
  color: var(--yellow);
  padding-right: 2px;
}
.ppost_widget li {
  margin-bottom: 25px;
}
.ppost_widget li:last-child {
  margin-bottom: 0;
}
.tags-clouds a {
  display: inline-block;
  padding: 1px 13px;
  background: var(--f7);
  margin-bottom: 11px;
  margin-right: 8px;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.5s;
}
.tags-clouds a:hover,
.tags-clouds a:focus {
  background: var(--blue);
  color: var(--white);
}

/* Blog Details */

.blog_image img {
  border-radius: 8px;
}
.blog-details .blog_meta {
  margin-top: 15px;
  margin-bottom: 5px;
}
.entry-content p {
  margin-bottom: 15px;
}
.entry-content blockquote {
  background: rgba(1, 105, 58, 0.1);
  border-radius: 10px;
  padding: 26px;
  font-size: 18px;
  font-weight: 500;
}
.entry-content h2 {
  margin: 10px 0;
  font-size: 30px;
}

/*
* ----------------------------------------------------------------------------------------
* Comment
* ----------------------------------------------------------------------------------------
*/

.comments {
  padding-top: 40px;
}
.comment-list {
  padding-left: 0;
}
.bdtitle {
  margin-bottom: 25px;
  font-size: 24px;
}
.comment-list,
.comment {
  list-style-type: none;
}
.com-img {
  margin-right: 48px;
  position: relative;
}
.com-img h4 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
.com-img h4 a {
  color: var(--title);
}
.cdate {
  font-size: 15px;
}
.creplay {
  position: absolute;
  top: 50px;
  right: -13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 16px;
  text-align: center;
}

.creplay:hover,
.creplay:focus {
  color: var(--white);
}
.com-img img {
  border-radius: 50%;
  width: 100px;
}
li.comment {
  display: block;
}
.comments .children {
  padding-left: 30px;
}
.single-comment {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  padding: 35px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.comment-form {
  padding-top: 30px;
}
.comment-form .form-control {
}
.comment-form label {
  padding-bottom: 5px;
  cursor: pointer;
  color: var(--title);
  font-weight: 500;
}
.name_email {
  gap: 25px;
}

.comment-form p {
  margin-bottom: 25px;
}
.name_email p {
  width: 50%;
}
#submit {
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--white);
  padding: 10px 35px;
  border-radius: 30px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 17px;
}

#submit:hover,
#submit:focus {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

/** 404 Page **/

.pnf_img {
  margin: 0 30px;
}
.page_not_found img {
}
.pnf_content {
  padding: 20px;
}
.page_not_found h1 {
  font-size: 100px;
  line-height: 110px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--yellow);
  color: transparent;
}

.page_not_found p {
  margin-bottom: 25px;
}

/** Contact Us **/

.cinfo-item {
  background-color: var(--blue);
  padding: 48px 30px;
  text-align: center;
  border-radius: 15px;
}
.cinfo-item i {
  font-size: 40px;
  color: var(--white);
}
.cinfo-item h3 {
  font-size: 23px;
    color: var(--white);
}
.cinfo_content {
  overflow: hidden;
  margin-top: 8px;
}
.cinfo_content p {
  margin-bottom: 0;
      color: var(--white);
}
.contact-info h3 {
  font-size: 20px;
  color: var(--title);
}
.contact-info a {
  color: var(--body);
  transition: 0.5s;
}
.contact-info a:hover,
.contact-info a:focus {
  color: var(--green);
}
.contact-form {
  border: 1px solid var(--blue);
  padding: 45px;
  border-radius: 15px;
}
.contact-form .section-heading {
  margin-bottom: 40px;
}
.contact-form ul {
  list-style-type: none;
  padding: 0;
}
.contact-form p {
  margin-bottom: 0;
}
.contact-form-wrap {
  margin-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}
.contact-form li {
  width: 50%;
  margin-bottom: 24px;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}
.contact-form li textarea {
  width: 100%;
  height: 130px;
}
.contact-form li:last-child {
  width: 100%;
}
.contact-form input {
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px 19px;
  color: var(--body);
  width: 100%;
  transition: 0.5s;
}
.contact-form textarea {
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px 19px;
  transition: 0.5s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--yellow);
}

.cbtn:hover i {
  color: var(--yellow);
}
.contact_map {
}
.contact_map iframe {
  width: 100%;
  border-radius: 15px;
}
.mt-70 {
  margin-top: 70px;
}

/** Start Guides **/
.guide_item {
  padding-bottom: 30px;
}
.guide_image img {
  border-radius: 15px;
}
.guide_image figure {
  position: relative;
  margin-bottom: 0;
}
.guide_image figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  left: 0;
  top: 0;
  border-radius: 15px;
  transition: 0.5s;
  opacity: 0;
}
.guide_item:hover .guide_image figure:after {
  opacity: 0.4;
}
.guide_content {
  border: 1px solid var(--dd);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 30px 10px;
  text-align: center;
  width: 87%;
  margin: auto;
  margin-top: -98px;
  position: relative;
  z-index: 11;
}
.guide_content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.guide_content h4 a {
  color: var(--title);
}
.guide_content span {
  margin-bottom: 15px;
  display: block;
  color: var(--blue);
}
.g_social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.g_social li {
  display: inline-block;
  margin: 0 4px;
}
.g_social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--gray);
  background: var(--gray);
  color: var(--body);
  border-radius: 50%;
  text-align: center;
  display: block;
  transition: 0.5s;
}
.g_social li a:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.overflow {
  overflow: hidden;
}
.guarrow_left,
.guarrow_right {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: var(--white);
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--blue);
  border: 1px solid var(--dd);
  transition: all 1s ease;
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.guarrow_left {
  left: -100px;
}
.guarrow_right {
  right: -100px;
}
.guarrow_left:hover,
.guarrow_right:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

/** End Guides **/

/*
* ----------------------------------------------------------------------------------------
* Shopping Cart
* ----------------------------------------------------------------------------------------
*/

.table.shopping-summery {
  background: var(--white);
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.shopping-cart {
  background: var(--white);
}
.shopping-summery thead .main-hading {
  padding: 0px 50px;
}
.shopping-summery thead {
}
.shopping-summery thead tr th {
  border: none;
  font-weight: 600;
  text-align: left;
  padding: 20px;
  background: var(--f7);
}
.shopping-summery tbody tr {
  margin-top: 20px;
}
.shopping-summery tbody tr img {
  border-radius: 4px;
  width: 100px;
}
.shopping-summery tbody tr:last-child {
}
.woocommerce-cart-form .product-name {
  align-self: center !important;
}
.shopping-summery tbody .product-name a {
  font-weight: 600;
  color: #282828;
  font-weight: 600;
  font-size: 16px;
}
a.pthumb {
  flex-basis: 75px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 75px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
}
.shopping-cart .table p {
  font-size: 14px;
  color: #666;
}
.shopping-summery tbody .product-name a:hover {
  color: var(--blue);
}
.shopping-summery tbody .product img {
  max-width: 70px;
  border-radius: 100%;
  max-height: 65px;
  border: 1px solid #e6e6e6;
  padding: 4px;
}
.shopping-summery tbody .product:hover img {
  border-color: var(--blue);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.shopping-cart .border {
}
.shopping-cart .table .remove-icon {
  font-size: 16px;
}
.shopping-cart .table td {
  vertical-align: middle;
  padding: 20px;
}
.shopping-summery tbody .price {
  text-align: center;
  font-weight: 600;
  color: var(--yellow);
}
.shopping-summery tbody .price span {
}
.shopping-cart tbody .qty .input-group {
  width: 100px;
  display: inline-block;
}
.shopping-cart .qty .button {
  display: inline-block;
  position: absolute;
  top: 0;
}
.shopping-cart .qty .button.minus {
  left: 0;
  border-radius: 0;
  overflow: hidden;
}
.shopping-cart .qty .button.plus {
  right: 0;
  border-radius: 0;
  overflow: hidden;
}
.shopping-cart .qty .button .btn {
  padding: 0;
  width: 44px;
  height: 47px;
  line-height: 47px;
  border-radius: 0px;
  background: transparent;
  color: #282828;
  border: none;
  font-size: 20px;
}
.shopping-cart .qty .button .btn:hover {
  color: var(--blue);
}
.shopping-cart .qty .input-number {
  border: 1px solid #eceded;
  width: 100%;
  text-align: center;
  height: 47px;
  border-radius: 0;
  overflow: hidden;
  padding: 0px 35px;
}
.shopping-summery tbody .total-amount {
  text-align: center;
}
.shopping-summery tbody .total-amount span {
}
.shopping-summery tbody .action {
  text-align: center;
}
.shopping-summery tbody .action a:hover {
  color: var(--blue);
}
.shopping-cart .total-amount {
  margin-top: 50px;
}
.woocommerce-cart-form .actions .bottom-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-cart-form .actions .coupon {
  flex: 0 0 50%;
  display: flex;
}
.woocommerce-cart-form .product-name {
  display: inline-block;
  margin-left: 24px;
  line-height: 20px;
}
#coupon_code {
  border: 1px solid #eee;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
}
#coupon_code:focus {
  border-color: var(--blue);
  outline: none;
}
.woocommerce-cart-form .coupon button,
.woocommerce-cart-form .coupon input[type="submit"] {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 0 4px 4px 0;
  font-weight: 600;
  transition: 0.5s;
  font-size: 14px;
}
.woocommerce-cart-form .coupon button:hover,
.woocommerce-cart-form .coupon button:focus,
.woocommerce-cart-form .coupon input[type="submit"]:hover,
.woocommerce-cart-form .coupon input[type="submit"]:focus {
  border-color: var(--yellow);
  background: var(--yellow);
}
.btn_border {
  border: 2px solid #002935;
  color: #2d286a;
  padding: 8px 25px;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.5s;
}

.btn_border:hover,
.btn_border:focus {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.cart-collaterals {
  padding: 30px;
  /* box-shadow: var(--shadow-3); */
  background: var(--gray);
  border: 1px solid var(--dd);
  border-radius: 8px;
}
.cart-collaterals h2 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.cart-collaterals .shop_table_responsive > div {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.cart-collaterals .shop_table_responsive > div > * {
  flex: 1;
}
.cart-collaterals .bt {
  text-align: center;
}
.shop_table .amount,
.shop_table .woocommerce-shipping-destination {
  color: #2d286a;
}
.cart-subtotal .amount {
  font-weight: 600;
}

/*
* ----------------------------------------------------------------------------------------
* Start Checkout Page
* ----------------------------------------------------------------------------------------
*/

.shop.checkout {
  background: var(--white);
}
.shop.checkout .checkout-form h2 {
  margin-bottom: 40px;
  font-size: 24px;
}
.shop.checkout .checkout-form h2 {
  font-size: 25px;
  color: #333;
  font-weight: 700;
  line-height: 27px;
}
.shop.checkout .checkout-form p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 30px;
}
.shop.checkout .form {
}
.shop.checkout .form .form-group {
  margin-bottom: 25px;
}
.shop.checkout .form .form-group label,
.register label,
.login label {
  color: var(--33);
  position: relative;
  cursor: pointer;
}
.register .form-group {
  margin-bottom: 1.5rem !important;
}
.register label span,
.login label span,
.shop.checkout .form .form-group label span {
  color: #ff2c18;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 16px;
}
.shop.checkout .form .form-group input {
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  color: #555;
  font-size: 15px;
  height: 50px;
  outline: 0;
  padding: 12px 19px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: var(--bs-border-radius);
}
.shop.checkout .form .form-group input:focus {
  outline: none;
  border-color: var(--blue);
}
.shop.checkout .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: var(--bs-border-radius);
}
.shop.checkout .nice-select .list {
  width: 100%;
  height: 300px;
  overflow: scroll;
}
.shop.checkout .nice-select .list li {
}
.shop.checkout .nice-select .list li.option {
  color: #333;
}
.shop.checkout .nice-select .list li.option:hover {
  background: #f6f7fb;
  color: #333;
}
.shop.checkout .form .address input {
  margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child {
  margin: 0;
}
.shop.checkout .form .create-account {
  margin: 0;
}
.shop.checkout .form .create-account input {
  width: auto;
  display: inline-block;
  height: auto;
  border-radius: 100%;
  margin-right: 3px;
}
.shop.checkout .form .create-account label {
  display: inline-block;
  margin: 0;
}
.shop.checkout .order-details {
  padding: 30px 10px;
  background: var(--gray);
  border: 1px solid var(--dd);
  border-radius: 8px;
}
.shop.checkout .single-widget {
  margin-bottom: 25px;
  padding-left: 0;
}
.shop.checkout .single-widget:last-child {
  margin: 0;
}
.shop.checkout .single-widget h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 30px 0;
  text-transform: capitalize;
  color: #2d286a;
}
.shop.checkout .single-widget .content ul {
  margin-top: 30px;
}
.shop.checkout .single-widget .content ul li {
  display: block;
  padding: 0px 30px;
  font-weight: 500;
  margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span {
  display: inline-block;
  float: right;
}
.shop.checkout .single-widget .content ul li.last {
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
  display: block;
  font-weight: 600;
  color: var(--title);
}
.shop.checkout .single-widget .checkbox {
  text-align: left;
  margin: 0;
  padding: 0px 30px;
  margin-top: 30px;
}
.shop.checkout .single-widget .checkbox input {
  margin-top: 9px;
}
.shop.checkout .single-widget .checkbox .form-check {
  margin-bottom: 1px;
  background: var(--fa);
  width: auto;
  display: block;
  padding: 8px 06px;
  overflow: hidden;
  border-radius: 4px;
}
.shop.checkout .single-widget .checkbox label {
  color: #555555;
  position: relative;
  margin-top: -5px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  margin-left: 27px;
}
.payment-methods .checkbox input {
  margin-top: 3px !important;
  margin-left: 0;
}
.payment-methods .form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}
.shop.checkout .single-widget .checkbox label:last-child {
  margin-bottom: 0;
}
.shop.checkout .single-widget .checkbox label:hover {
  cursor: pointer;
}
.shop.checkout .single-widget .checkbox label input {
  margin-right: 5px;
  display: inline-block;
}

.shop.checkout .single-widget.get-button {
  text-align: center;
  padding: 0px 35px;
}
.shop.checkout .single-widget .bg_btn {
  display: block;
}

/*
* ----------------------------------------------------------------------------------------
* End Checkout Page
* ----------------------------------------------------------------------------------------
*/
