* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes border-change {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
header {
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
header .container {
  position: relative;
}
header .logo-wrap {
  padding: 10px 0;
}
header .logo-wrap .img-wrap {
  text-align: center;
}
header .logo-wrap .img-wrap img {
  max-width: 300px;
  margin: 0 auto;
}
header .head-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
header .head-contact li strong {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
header .head-contact li strong span {
  font-size: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  color: #ff9935;
}
header .head-contact li a {
  display: block;
  color: #099787;
  font-size: 24px;
  font-weight: 500;
}
header .head-contact li a:hover {
  color: #ff9935;
}
header .logo-slogan {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  border-top: 1px solid #ff9935;
  padding: 10px 10px 10px 0;
}
header .logo-slogan strong {
  font-size: 28px;
  text-transform: capitalize;
}
header .logo-slogan .owl-carousel {
  width: 48%;
}
header .logo-slogan .owl-carousel .wslide {
  text-align: left;
  font-size: 28px;
  color: #ff9935;
  font-weight: 700;
}
header .header-right .head-logins {
  display: flex;
  justify-content: flex-end;
}
header .header-right .head-logins .login a {
  color: #099787;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
  padding: 0 10px;
  display: inline-block;
  font-weight: 500;
  border-right: 1px solid #9e9e9e;
}
header .header-right .head-logins .login a:hover {
  color: #ff9935;
}
header .header-right .head-logins .login:last-of-type a {
  border: none;
}
header .header-right .head-contct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ff9935;
}
header .header-right .head-contct .main-slogan h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  color: #28a8c1;
}
header .header-right .socio-bar {
  list-style: none;
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
}
header .header-right .socio-bar li {
  display: inline-block;
}
header .header-right .socio-bar li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff9935;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}
header .header-right .socio-bar li a:hover {
  background-color: #28a8c1;
}
header .header-right .header-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header .header-right .header-btns .lctn-btn a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #28a8c1;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
}
header .header-right .header-btns .lctn-btn a span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
header .header-right .header-btns .lctn-btn a:hover {
  background-color: #ff9935;
}
header .header-right .header-btns .register-btn a {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #28a8c1;
  border-radius: 50px;
  color: #28a8c1;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
}
header .header-right .header-btns .register-btn a span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
header .header-right .header-btns .register-btn a:hover {
  background-color: #28a8c1;
  color: #fff;
}

.nav-sec {
  background-color: #099787;
  position: relative;
}
.nav-sec .navbar {
  padding: 0;
}
.nav-sec .navbar-collapse {
  justify-content: center;
}
.nav-sec .main-navigation {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  justify-content: center;
  border-radius: 4px;
}
.nav-sec .main-navigation .menu-item {
  position: static;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #28a8c1;
  transition: 0.4s ease-in-out;
  border-color: #28a8c1;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 16px;
  font-weight:700;
  text-transform: capitalize;
  line-height: 17px;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #fff;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.nav-sec .main-navigation .menu-item a:hover {
  transition: 0.4s ease-in-out;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.active a {
  transition: 0.4s ease-in-out;
  background-color: #28a8c1;
  color: #fff;
  border-radius: 50px;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  z-index: 1000;
  min-width: 10rem;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  margin: 0;
  background: #28a8c1;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
  border-radius: 0 0 10px 10px;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  border-radius: 10px;
  display: block;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #28a8c1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu {
  width: 100% !important;
  z-index: 9;
  left: 0 !important;
  right: 0 !important;
  background-image: url(../images/act-bg.jpeg) !important;
  /*background-color: transparent !important;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px !important;
  max-height: 400px;
  overflow-y: auto;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul h3 {
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #5fb2c3;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item {
  border-bottom: 1px dashed #999;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item:hover {
  background-color: transparent !important;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item a {
  color: #1e383a !important;
  font-size: 14px !important;
  font-weight: 500;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item a:hover {
  background-color: none !important;
  color: #fff !important;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item:last-of-type {
  border: none;
}

/*slider section*/
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 80px;
  background-repeat: repeat-x;
  background-position: bottom;
  background-image: url(../images/shape-btm.svg);
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
  overflow: hidden;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.slider-wrap .slider-bg .slide-sec .slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}
.slider-wrap .slider-bg .slide-sec .slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .slide-img iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .s-caption {
  position: absolute;
  top: 40%;
  transform: translatey(-50%);
  left: 5%;
  z-index: 1;
  padding: 50px 0;
  text-align: left;
  max-width: 800px;
  border-radius: 20px;
  transition: 2s ease-in-out;
  padding: 15px;
  box-shadow: rgba(63, 145, 218, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.slider-wrap .slider-bg .slide-sec .s-caption small {
  font-size: 28px;
  display: block;
  color: #28a8c1;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Handlee", cursive;
  font-weight: 700;
}
.slider-wrap .slider-bg .slide-sec .s-caption strong {
  font-size: 3.75rem;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  line-height: 1.5;
  display: block;
  margin: 0 0 15px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a {
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #ff9935;
  position: relative;
  border-radius: 60px;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a span {
  vertical-align: middle;
  margin: 0 0 3px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:hover {
  background-color: #28a8c1;
}
.slider-wrap .slider-bg .owl-item.active .s-caption {
  top: 50%;
  transition: 2s ease-in-out;
}
.slider-wrap .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translatex(-50%);
}
.slider-wrap .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  background: #ff9935;
  border-radius: 20px;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background: #28a8c1;
}

/*welcome sec*/
.welcome-sec {
  padding: 50px 0;
  position: relative;
  background-image: url(../images/nepal-flag.gif);
  background-repeat: no-repeat;
  background-position: left;
}
.welcome-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.welcome-sec .container {
  position: relative;
}
.welcome-sec .welcome-wrap h2 {
  color: #28a8c1;
  font-size: 42px;
}
.welcome-sec .welcome-wrap h2 small {
  display: block;
  font-family: "Handlee", cursive;
  text-transform: capitalize;
  color: #1e383a;
  font-size: 24px;
}
.welcome-sec .welcome-wrap p {
  margin: 0 0 30px 0;
}
.welcome-sec .welcome-wrap a {
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  background-color: #ff9935;
  border-radius: 60px;
}
.welcome-sec .img-wrap figure {
  border-radius: 50px;
  overflow: hidden;
}

/*packages*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
}
.headings small {
  font-family: "Handlee", cursive;
  font-size: 20px;
  text-transform: capitalize;
}
.headings h3 {
  color: #1e383a;
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
}
.headings h3 span {
  color: #28a8c1;
}

.packages {
  padding: 100px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.packages:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.packages .container {
  position: relative;
}
.packages .pckg-card {
  position: relative;
  margin: 0 0 30px 0;
}
.packages .pckg-card .img-wrap .tour-count {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff9935;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.packages .pckg-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.packages .pckg-card .img-wrap figure img {
  transition: 0.4s ease-in-out;
}
.packages .pckg-card .img-wrap figure:hover img {
  transform: scale(1.2);
}
.packages .pckg-card .pckg-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #099787 1%);
  border-radius: 0px;
  overflow: hidden;
  text-align: center;
}
.packages .pckg-card .pckg-title h4 a {
  display: block;
  padding: 10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}
.packages .pckg-card .pckg-title h4 a:hover {
  color: #ff9935;
}

/*nepal tour package*/
.nepal-pckg {
  padding: 100px 0 70px 0;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.nepal-pckg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.nepal-pckg .container {
  position: relative;
}
.nepal-pckg .np-card {
  margin: 0 0 30px 0;
}
.nepal-pckg .np-card .img-wrap .pckg-discount {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  background-color: rgb(226, 7, 7);
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.nepal-pckg .np-card .img-wrap .best-sell {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  background-color: #099787;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.nepal-pckg .np-card .img-wrap .best-sell i {
  margin: 0 5px 0 0;
}
.nepal-pckg .np-card .img-wrap .pckg-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  background-color: #28a8c1;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.nepal-pckg .np-card .img-wrap .pckg-tag i {
  margin: 0 5px 0 0;
}
.nepal-pckg .np-card .img-wrap figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.nepal-pckg .np-card .np-dtl {
  padding: 10px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0 0 20px 20px;
  
  background-color: rgba(255, 255, 255, 0.4);
}
.nepal-pckg .np-card .np-dtl h4{
    margin-bottom:0px;
}
.nepal-pckg .np-card .np-dtl h4 a {
  font-size: 24px;
  font-weight: 800;
  color: #1e383a;
  margin-bottom:2px;
}
.nepal-pckg .np-card .np-dtl h4 a:hover {
  color: #ff9935;
}
.nepal-pckg .np-card .np-dtl .np-short p {
  margin: 0 0 10px 0;
  font-weight: 500;
}
.nepal-pckg .np-card .np-dtl .np-duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
}
.nepal-pckg .np-card .np-dtl .np-duration .days {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}
.nepal-pckg .np-card .np-dtl .np-duration .days span {
  color: #ff9935;
  font-size: 20px;
}
.nepal-pckg .np-card .np-dtl .np-price strong {
  display: block;
  background-color: #eee;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.nepal-pckg .np-card .np-dtl .np-price strong span {
  color: #28a8c1;
  font-size: 20px;
}
.nepal-pckg .np-card .np-dtl .np-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nepal-pckg .np-card .np-dtl .np-btns .dtl-btn {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #ff9935;
  border-radius: 60px;
  font-size: 12px;
}
.nepal-pckg .np-card .np-dtl .np-btns .dtl-btn:hover {
  background-color: #28a8c1;
}
.nepal-pckg .np-card .np-dtl .np-btns .book-btn {
  color: #28a8c1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.nepal-pckg .np-card .np-dtl .np-btns .book-btn:hover {
  color: #ff9935;
}
.nepal-pckg .np-card .np-dtl .np-btns .book-btn span {
  vertical-align: middle;
  font-size: 16px;
  margin: 0 0 5px 5px;
}
.nepal-pckg .np-card .np-dtl .np-expert {
  margin: 15px 0 0 0;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.nepal-pckg .np-card .np-dtl .np-expert a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #099787;
  padding: 5px;
  color: #fff;
  font-size: 18px;
  font-weight:700;
  flex: 1;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.nepal-pckg .np-card .np-dtl .np-expert a.t-exp {
  border-radius: 10px 0 0 10px;
}
.nepal-pckg .np-card .np-dtl .np-expert a.t-contct {
  border-radius: 0 10px 10px 0;
}
.nepal-pckg .np-card .np-dtl .np-expert a:hover {
  background-color: #ff9935;
}

.v-all {
  display: flex;
  justify-content: flex-end;
}
.v-all a {
  font-weight: 600;
  background-color: #ff9935;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
}
.v-all a:hover {
  background-color: #28a8c1;
}
.v-all a span {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/*nepal trekking*/
.nepal-pckg.nepal-trek {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nepal-pckg.nepal-trek .np-card .img-wrap {
  border: 2px solid #eee;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
.nepal-pckg.nepal-trek .np-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 50%;
}
.nepal-pckg.nepal-trek .np-card .img-wrap .trek-days {
  position: absolute;
  top: 10px;
  right: 10px;
}
.nepal-pckg.nepal-trek .np-card .img-wrap .trek-days strong {
  font-size: 12px;
  text-transform: capitalize;
  line-height: 16px;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: #28a8c1;
  display: block;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: rgba(40, 168, 193, 0.5) -5px 5px, rgba(40, 168, 193, 0.3) -10px 10px, rgba(40, 168, 193, 0.05) -15px 15px;
}
.nepal-pckg.nepal-trek .np-card .img-wrap .trek-days strong span {
  display: block;
  line-height: 12px;
}
.nepal-pckg.nepal-trek .np-card .np-dtl .trek-level {
  margin: 10px 0;
  padding: 10px;
  border: 1px dashed #999;
}
.nepal-pckg.nepal-trek .np-card .np-dtl .trek-level span {
  margin: 0 0 0 10px;
}

/*nepal peak climbing*/
.nepal-peak {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nepal-peak:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.nepal-peak .container {
  position: relative;
}
.nepal-peak .np-card {
  margin: 0 15px 30px 15px;
}
.nepal-peak .np-card .img-wrap {
  border-style: dashed !important;
}
.nepal-peak .np-card .img-wrap figure {
  border-radius: 20px !important;
}
.nepal-peak .np-card .np-dtl {
  box-shadow: none;
  background-color: #fff;
}
.nepal-peak .np-card .np-dtl .trek-level.pkg-season {
  border: 1px solid #eee;
}
.nepal-peak .np-card .np-dtl .trek-level.pkg-season span {
  color: #099787;
}

/*mountain bike tour*/
.mountain-bike {
  padding: 20px;
  border-radius: 20px;
  margin: 0 0 30px 0;
  background-color: rgba(40, 169, 193, 0.1);
}
.mountain-bike .headings {
  text-align: left;
}

.motorbike {
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 154, 54, 0.2);
}
.motorbike .headings {
  text-align: left;
}

/*why section*/
.why-sec {
  padding: 100px 0;
}
.why-sec .why-contn .headings {
  text-align: left;
  margin: 0 0 20px 0;
}
.why-sec .why-contn .why-p {
  padding: 0 0 0 60px;
  position: relative;
  margin: 0 0 20px 0;
}
.why-sec .why-contn .why-p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 3px;
  width: 50px;
  background-color: #28a8c1;
}
.why-sec .why-contn .why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-sec .why-contn .why-list li {
  font-size: 18px;
  color: #666;
  margin: 0 0 15px 0;
  position: relative;
  width: 48%;
  padding: 0 0 0 30px;
  display: inline-block;
}
.why-sec .why-contn .why-list li:before {
  content: "\e5ca";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  font-family: "Material Symbols Outlined";
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff9935;
}
.why-sec .img-wrap {
  margin: 0 50px;
  overflow: hidden;
  background: #fcdc6b;
  animation: border-change 10s linear infinite alternate forwards;
}

/*banner*/
.banner {
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.banner .banr-wrap h4 {
  color: #eee;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 30px 0;
}
.banner .banr-wrap h4 span {
  display: block;
  text-transform: uppercase;
  color: #ff9935;
  font-size: 42px;
}
.banner .banner-count {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  border-radius: 0 80px 0 0;
}
.banner .banner-count:before {
  content: "";
  position: absolute;
  left: -999999px;
  right: 100%;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.banner .banner-count .banr-card {
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 9;
  min-height: 235px;
}
.banner .banner-count .banr-card .icon-wrap {
  margin: 0 0 20px 0;
}
.banner .banner-count .banr-card .icon-wrap span {
  font-size: 32px;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #28a8c1;
  border-radius: 50%;
}
.banner .banner-count .banr-card .banr-counter {
  margin: 0 0 10px 0;
}
.banner .banner-count .banr-card .banr-counter strong {
  font-size: 32px;
  color: #fff;
  padding: 10px;
  display: block;
  color: #ff9935;
}
.banner .banner-count .banr-card .banr-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

/*activites*/
.activities {
  padding: 100px 0 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.activities .act-card {
  margin: 0 0 50px 0;
  text-align: center;
}
.activities .act-card .img-wrap {
  text-align: center;
  margin: 0 0 20px 0;
}
.activities .act-card .img-wrap figure {
  width: 300px;
  padding-top: 300px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
}
.activities .act-card .act-dtl h4 a {
  color: #1e383a;
  text-transform: capitalize;
}
.activities .act-card .act-dtl h4 a:hover {
  color: #ff9935;
}

/*popular section*/
.popular {
  padding: 100px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.popular .popular-card {
  position: relative;
  margin: 0 0 30px 0;
}
.popular .popular-card .img-wrap .pop-count {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff9935;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.popular .popular-card .img-wrap figure {
  padding-top: 140%;
  border-radius: 20px;
  overflow: hidden;
}
.popular .popular-card .img-wrap figure img {
  transition: 0.4s ease-in-out;
}
.popular .popular-card .img-wrap figure:hover img {
  transform: scale(1.2);
}
.popular .popular-card .pop-dtl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #099787);
  border-radius: 20px;
  overflow: hidden;
}
.popular .popular-card .pop-dtl h4 {
  text-align: center;
}
.popular .popular-card .pop-dtl h4 a {
  display: block;
  padding: 20px 10px 10px 10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
}
.popular .popular-card .pop-dtl h4 a:hover {
  color: #28a8c1;
}

/*video section*/
.visit-nepal {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.visit-nepal:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.visit-nepal .container {
  position: relative;
}
.visit-nepal .video-card {
  margin: 0 15px;
}
.visit-nepal .video-card .video-wrap {
  margin: 0 0 5px 0;
  border-radius: 20px;
  overflow: hidden;
}
.visit-nepal .video-card .video-wrap iframe {
  border-radius: 20px;
  overflow: hidden;
}
.visit-nepal .video-card .video-title h4 {
  text-align: center;
}
.visit-nepal .video-card .video-title h4 a {
  padding: 10px;
  border: 2px solid #ff9935;
  border-radius: 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 154, 54, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e383a;
}

/*banner-bottom*/
.banner-bottom {
  padding: 100px 0;
  background-color: #099787;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  position: relative;
}
.banner-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(9, 151, 136, 0.5);
}
.banner-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/banner-btmshape.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  transform: rotate(180deg);
  width: 100%;
  height: 96px;
}
.banner-bottom .container {
  position: relative;
}
.banner-bottom .banr-wrap {
  padding: 0 0 0 30px;
  border-left: 2px solid #ff9935;
}
.banner-bottom .banr-wrap small {
  color: #eee;
}
.banner-bottom .banr-wrap h5 {
  color: #28a8c1;
  font-weight: 700;
  font-size: 36px;
}
.banner-bottom .banr-wrap p {
  color: #eee;
}
.banner-bottom .banr-btn a {
  display: block;
  padding: 20px;
  text-transform: uppercase;
  background-color: #ff9935;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.banner-bottom .banr-btn a:hover {
  background-color: #28a8c1;
}

/*testimonials*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}
.testimonials:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.testimonials .container {
  position: relative;
  z-index: 2;
}
.testimonials .testi-card {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 50px 50px 50px;
  position: relative;
  transition: 0.4s ease-in-out;
  text-align: left;
  text-align: center;
  border-radius: 20px;
}
.testimonials .testi-card q {
  color: #111;
  display: block;
  text-align: left;
  font-style: italic;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}
.testimonials .testi-card .i-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}
.testimonials .testi-card .i-wrap i {
  font-size: 80px;
  color: #ff9935;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  opacity: 0.2;
}
.testimonials .testi-card .testi-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 0 0 10px 0;
}
.testimonials .testi-card .testi-profile .img-wrap {
  background: #ffffff;
  padding: 7px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 5px 0px #099787;
}
.testimonials .testi-card .testi-profile .img-wrap figure {
  padding-top: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonials .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
}
.testimonials .testi-card .testi-profile .testi-dtl strong {
  color: #28a8c1;
  font-size: 24px;
  display: block;
  border-radius: 4px;
  font-weight: 400;
}
.testimonials .testi-card .testi-profile .testi-dtl small {
  color: #ff9935;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
}
.testimonials .testi-img .img-wrap {
  border-radius: 50%;
}
.testimonials .testi-img .img-wrap .shapeone {
  position: absolute;
  left: 60%;
  z-index: 2;
  top: -20px;
}
.testimonials .testi-img .img-wrap .shapeone span {
  font-size: 60px;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  background-color: #ff9935;
  border-radius: 50%;
  color: #fff;
}
.testimonials .testi-img .img-wrap .shapetwo {
  position: absolute;
  left: 30%;
  z-index: 2;
  bottom: -20px;
}
.testimonials .testi-img .img-wrap .shapetwo span {
  font-size: 60px;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  background-color: #099787;
  border-radius: 50%;
  color: #fff;
}
.testimonials .testi-img .img-wrap figure {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .owl-dots {
  position: absolute;
  left: 50px;
  bottom: 20px;
}
.testimonials .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  background: #ff9935;
  border-radius: 20px;
}
.testimonials .owl-dots .owl-dot.active span {
  background: #28a8c1;
}

/*Blogs*/
.blogs {
  padding: 100px 0 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  background-color: #eee;
}
.blogs .container {
  position: relative;
}
.blogs .blog-card {
  margin: 0 0 40px 0;
  display: flex;
}
.blogs .blog-card .img-wrap {
  flex: 1;
}
.blogs .blog-card .img-wrap figure {
  border-radius: 20px;
  overflow: hidden;
}
.blogs .blog-card .blog-dtl {
  border: 1px solid #ff9935;
  margin: 100px 0 100px -100px;
  background-color: #fff;
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 50px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.blogs .blog-card .blog-dtl .b-date {
  display: inline-block;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 5px;
  margin: 0 0 10px 0;
}
.blogs .blog-card .blog-dtl .b-date span {
  vertical-align: middle;
  margin: 0 0 5px 0;
  color: #ff9935;
}
.blogs .blog-card .blog-dtl .b-date strong {
  color: #1e383a;
  line-height: 20px;
}
.blogs .blog-card .blog-dtl .b-date small {
  color: #1e383a;
  font-size: 12px;
  line-height: 16px;
}
.blogs .blog-card .blog-dtl h4 {
  display: block;
  border-bottom: 1px solid rgba(43, 61, 115, 0.2);
  padding: 0 0 10px 0;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #28a8c1;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #28a8c1;
}
.blogs .blog-card .blog-dtl p {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl .r-more a {
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #ff9935;
  position: relative;
  border-radius: 60px;
}
.blogs .blog-card .blog-dtl .r-more a:hover {
  background-color: #28a8c1;
  color: #fff;
}
.blogs .col-12:nth-child(even) .blog-card {
  flex-direction: row-reverse;
}
.blogs .col-12:nth-child(even) .blog-card .blog-dtl {
  z-index: 2;
  position: relative;
  margin: 100px -100px 100px 0;
}

/*association*/
.associatn {
  padding: 50px 0;
}
.associatn h3 {
  color: #28a8c1;
  padding: 10px 0;
  border-bottom: 1px solid #ff9935;
  margin: 0 0 30px 0;
}
.associatn .asso-card .asso-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.associatn .asso-card .asso-list .imgp-wrap {
  padding-top: 80px;
  max-height: 80px;
  width: 80px;
  background-color: #cccaca;
  border-radius: 20px;
}

/*footer*/
footer {
  padding: 50px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(30, 57, 58, 0.8);
}
footer .container {
  position: relative;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
footer .social-bar li {
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  background-color: #ff9935;
}
footer .social-bar li a:hover i {
  background-color: #28a8c1;
  color: #fff;
}
footer .f-logo {
  margin: 0 0 20px 0;
  text-align: left;
  padding: 10px;
  border-radius: 0;
  text-align: center;
}
footer .f-logo img {
  max-width: 200px;
}
footer .foot-wrap h4 {
  padding: 10px 10px 10px 30px;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
}
footer .foot-wrap h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  background-image: url(../images/nepal-flag.gif);
  height: 25px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .foot-wrap h4 span {
  color: #fff;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "\f81d";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  font-family: "Material Symbols Outlined";
  color: #28a8c1;
}
footer .foot-wrap .foot-list li:last-of-type {
  border: none;
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #eee;
  text-transform: capitalize;
}
footer .foot-wrap .foot-list li a:hover {
  color: #28a8c1;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
footer .foot-wrap .foot-contact li:last-child {
  border: none;
}
footer .foot-wrap .foot-contact li a {
  color: #eee;
  display: flex;
  align-items: center;
  line-break: anywhere;
}
footer .foot-wrap .foot-contact li a strong {
  margin: 0 5px 0 0;
  color: #ff9935;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #28a8c1;
}
footer .foot-wrap .foot-btns {
  display: flex;
  gap: 20px;
  margin: 0 0 20px 0;
}
footer .foot-wrap .foot-btns a {
  padding: 20px 10px;
  display: inline-block;
  background-color: #099787;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
footer .foot-wrap .foot-btns a:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 1px dashed #eee;
  border-radius: 20px;
}
footer .foot-wrap .foot-btns a:hover {
  background-color: #ff9935;
}
footer .copy-r {
  padding: 20px 0;
  margin: 20px 0 0 0;
  background-color: rgba(9, 151, 136, 0.5);
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(2px);
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #fff;
}
footer .copy-r .copy-contn strong {
  font-weight: 500;
}
footer .copy-r .copy-contn a {
  color: #fff;
  font-weight: 500;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 80px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}
.scrollTop:hover {
  bottom: 85px;
}
.scrollTop span {
  color: #fff;
  background-color: #ff9935;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*package detail page*/
.single-pckg-btns {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translatey(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.single-pckg-btns .buy-now {
  display: block;
  flex: 1;
  width: 100%;
  margin: 0 0 20px 0;
}
.single-pckg-btns .buy-now a {
  background-color: #099787;
  display: block;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.single-pckg-btns .buy-now a:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 1px dashed #eee;
  border-radius: 20px;
}
.single-pckg-btns .buy-now a:hover {
  background-color: #ff9935;
}
.single-pckg-btns .buy-now a span {
  vertical-align: middle;
  font-size: 24px;
  margin: 0 5px 5px 0;
}
.single-pckg-btns .exp-wrap {
  display: flex;
  gap: 15px;
}
.single-pckg-btns .exp-wrap .exp-btn a {
  background-color: #28a8c1;
  display: inline-block;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.single-pckg-btns .exp-wrap .exp-btn a:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 1px dashed #ff9935;
  border-radius: 20px;
}
.single-pckg-btns .exp-wrap .exp-btn a:hover {
  background-color: #ff9935;
}
.single-pckg-btns .exp-wrap .exp-btn a span {
  vertical-align: middle;
  font-size: 24px;
  margin: 0 5px 5px 0;
}

.pckg-single {
  padding: 50px 0;
}
.pckg-single .pckg-tabs .nav {
  background-color: #099787;
  border-radius: 4px;
  position: relative;
}
.pckg-single .pckg-tabs .nav .nav-item .nav-link {
  border-radius: 0;
  border: none;
  color: #fff;
  border-right: 1px solid #eee;
  padding: 20px;
  font-size: 18px;
}
.pckg-single .pckg-tabs .nav .nav-item .nav-link.active {
  background-color: #ff9935;
  color: #fff;
}
.pckg-single .pckg-tabs .nav .nav-item:last-of-type .nav-link {
  border: none;
}
.pckg-single .pckg-tabs .nav .pckg-buynow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
}
.pckg-single .pckg-tabs .nav .pckg-buynow a {
  padding: 10px 20px;
  background-color: #ff9935;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.pckg-single .pckg-tabs .nav .pckg-buynow a:hover {
  background-color: #28a8c1;
}
.pckg-single .pckg-tabs .tab-content {
  padding: 20px 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-contn .overview-list {
  padding: 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-contn .overview-list li {
  width: 32.33%;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-contn .overview-list li .ol-wrap {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pckg-single .pckg-tabs .tab-content .pckg-contn .overview-list li .ol-wrap .icon-wrap span {
  color: #ff9935;
}
.pckg-single .pckg-tabs .tab-content .pckg-contn .overview-list li .ol-wrap .ol-dtl strong {
  margin: 0 5px 0 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-contn .overview-list li .ol-wrap .ol-dtl span small {
  background-color: #28a8c1;
  padding: 5px;
  color: #fff;
  margin: 0 5px 0 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-contn .overview-list li .ol-wrap .ol-dtl .ol-bg {
  background-color: #28a8c1;
  padding: 5px;
  color: #fff;
}
.pckg-single .pckg-tabs .tab-content .pckg-highlight {
  padding: 0;
  list-style: none;
}
.pckg-single .pckg-tabs .tab-content .pckg-highlight h3 {
  color: #28a8c1;
  border-top: 1px solid #ff9935;
  border-bottom: 1px solid #ff9935;
  padding: 10px 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-highlight li {
  font-size: 18px;
}
.pckg-single .pckg-tabs .tab-content .pckg-highlight li span {
  font-size: 20px;
  color: #099787;
  margin: 0 5px 0 0;
}
.pckg-single .pckg-tabs .tab-content .inc-contn ul {
  padding: 0;
  list-style: none;
}
.pckg-single .pckg-tabs .tab-content .inc-contn ul h3 {
  color: #28a8c1;
  border-top: 1px solid #ff9935;
  border-bottom: 1px solid #ff9935;
  padding: 10px 0;
}
.pckg-single .pckg-tabs .tab-content .inc-contn ul li {
  font-size: 18px;
}
.pckg-single .pckg-tabs .tab-content .inc-contn ul li span {
  font-size: 20px;
  color: #099787;
  margin: 0 5px 0 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-visa p {
  margin: 0 0 10px 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-visa ul {
  padding: 0;
  list-style: none;
}
.pckg-single .pckg-tabs .tab-content .pckg-visa ul h3 {
  color: #28a8c1;
  border-top: 1px solid #ff9935;
  border-bottom: 1px solid #ff9935;
  padding: 10px 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-visa ul li {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.pckg-single .pckg-tabs .tab-content .pckg-visa ul li span {
  font-size: 20px;
  color: #099787;
  margin: 0 5px 0 0;
}
.pckg-single .pckg-tabs .tab-content .faq-body .card {
  border: none;
  margin: 0 0 20px 0;
  background: none;
}
.pckg-single .pckg-tabs .tab-content .faq-body .card .card-header {
  background: #28a8c1;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
  border-radius: 4px;
}
.pckg-single .pckg-tabs .tab-content .faq-body .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.pckg-single .pckg-tabs .tab-content .faq-body .card .card-header .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #fff;
}
.pckg-single .pckg-tabs .tab-content .faq-body .card .card-header .mb-0 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.pckg-single .pckg-tabs .tab-content .faq-body .card .card-body {
  background: #eee;
  color: #1e383a;
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
  border-radius: 10px;
}
.pckg-single .pckg-tabs .tab-content .faq-body .card .card-body ul {
  margin: 0 0 20px 0;
}
.pckg-single .pckg-tabs .tab-content .iti-wrap {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.pckg-single .pckg-tabs .tab-content .iti-wrap .iti-card {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.pckg-single .pckg-tabs .tab-content .iti-wrap .iti-card > strong {
  display: block;
}
.pckg-single .pckg-tabs .tab-content .iti-wrap .iti-card p {
  margin: 0 0 10px 0;
}
.pckg-single .pckg-tabs .tab-content .iti-wrap .iti-card ul {
  list-style: none;
  padding: 0;
}
.pckg-single .pckg-tabs .tab-content .iti-wrap .iti-card ul li {
  margin: 0 0 10px 0;
}
.pckg-single .pckg-tabs .tab-content .iti-wrap .iti-card ul li strong {
  margin: 0 5px 0 0;
}
.pckg-single .pckg-tabs .price-table {
  margin: 0 0 20px 0;
}
.pckg-single .pckg-tabs .price-table .headings {
  text-align: left;
  margin: 0 0 30px 0;
}
.pckg-single .pckg-tabs .price-table table thead tr {
  border-color: #28a8c1;
}
.pckg-single .pckg-tabs .price-table table thead tr th {
  background-color: #28a8c1;
  color: #fff;
  font-size: 20px;
  border-color: #28a8c1;
}
.pckg-single .pckg-tabs .price-table table tbody tr td {
  padding: 15px 10px;
}
.pckg-single .pckg-tabs .tab-content {
  padding: 20px;
  background-color: rgba(40, 169, 193, 0.1);
}
.pckg-single .pckg-review {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0 30px 0;
}
.pckg-single .pckg-review .client-dtl {
  text-align: center;
}
.pckg-single .pckg-review .client-dtl .img-wrap {
  margin: 0 0 10px 0;
}
.pckg-single .pckg-review .client-dtl .img-wrap figure {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.pckg-single .pckg-review .client-dtl .client-info .ci-date span {
  font-size: 12px;
}
.pckg-single .pckg-review .client-rev {
  border-left: 1px dashed #777;
  padding: 0 0 0 20px;
}
.pckg-single .pckg-review .client-rev h5 {
  color: #28a8c1;
}
.pckg-single .pckg-review .client-rev .client-rate {
  margin: 0 0 10px 0;
}
.pckg-single .pckg-review .client-rev .client-rate i {
  color: #ff9935;
  font-size: 14px;
}

.form-wrap h3 {
  color: #28a8c1;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  font-size: 2.6rem;
}
.form-wrap h3:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #28a8c1;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.form-wrap form h4 {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.form-wrap form .form-control,
.form-wrap form .form-select {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #777;
}
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #28a8c1;
  box-shadow: none;
}
.form-wrap form textarea {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
  padding: 5px;
}
.form-wrap form textarea::-moz-placeholder {
  color: #777;
}
.form-wrap form textarea::placeholder {
  color: #777;
}
.form-wrap form .btn {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: transparent;
  background-color: #28a8c1;
  border: none;
}
.form-wrap form .btn:hover {
  background-color: #ff9935;
}

.pckg-mid {
  padding: 50px 0;
}
.pckg-mid h3 {
  background-color: #099787;
  color: #fff;
  padding: 10px;
}
.pckg-mid p {
  margin: 0 0 20px 0;
}
.pckg-mid .pkg-btns {
  display: flex;
  gap: 20px;
}
.pckg-mid .pkg-btns .book-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 1;
  padding: 10px 20px;
  border: 2px solid #28a8c1;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  background-color: #28a8c1;
}
.pckg-mid .pkg-btns .book-btn a:hover {
  background-color: #ff9935;
}
.pckg-mid .pkg-btns .book-btn a span {
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0;
  color: #fff;
}
.pckg-mid .pkg-btns .itn-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 1;
  padding: 10px 20px;
  border: 2px solid #ff9935;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  background-color: #ff9935;
}
.pckg-mid .pkg-btns .itn-btn a:hover {
  background-color: #28a8c1;
}
.pckg-mid .pkg-btns .itn-btn a span {
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0;
  color: #fff;
}

/*about page*/
.page-banner {
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
  display: inline-block;
  border: 1px solid #ff9935;
  position: relative;
  padding: 20px 60px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.page-banner .container .banr-wrap h2 span {
  position: relative;
  color: #fff;
}

/*accomondation*/
.accom-wrap {
  padding: 50px 0;
}
.accom-wrap .accom-contn h3 {
  border-top: 1px solid #ff9935;
  border-bottom: 1px solid #ff9935;
  padding: 10px 0;
}
.accom-wrap .accom-contn p {
  margin: 0 0 20px 0;
}
.accom-wrap .accom-contn ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.accom-wrap .accom-contn ul li {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: capitalize;
}
.accom-wrap .accom-contn ul li span {
  color: #099787;
  vertical-align: middle;
}
.accom-wrap .img-wrap {
  margin: 0 0 30px 0;
}

/*gallery page*/
.pictures-wrap {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pictures-wrap .headings .big-title {
  opacity: 0.1;
}
.pictures-wrap .headings h3 {
  color: #ff9935;
}
.pictures-wrap .container {
  position: relative;
}
.pictures-wrap .picture-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.pictures-wrap .picture-card .img-wrap {
  border-radius: 5px;
}
.pictures-wrap .picture-card .img-wrap figure {
  padding-top: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
  border-radius: 20px;
  overflow: hidden;
}
.pictures-wrap .picture-card .img-wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.pictures-wrap .picture-card .img-wrap figure img {
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.pictures-wrap .picture-card .img-wrap .pic-title {
  background: #099787;
  padding: 20px 20px;
  color: #eee;
  text-align: left;
  text-transform: capitalize;
  border-radius: 80px;
  text-align: center;
}
.pictures-wrap .picture-card .img-wrap .pic-title strong {
  font-size: 1.2rem;
}
.pictures-wrap .picture-card:hover figure:before {
  opacity: 1;
}
.pictures-wrap .picture-card:hover figure img {
  transform: scale(1.2) rotate(-5deg);
}
.pictures-wrap .picture-card .pic-dtls {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.pictures-wrap .picture-card .pic-dtls a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  letter-spacing: initial;
  background: #ff9935;
  opacity: 0.5;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}
.pictures-wrap .gal-opt {
  margin-top: 30px;
}
.pictures-wrap .gal-opt a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  color: #ff9935;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(41, 124, 65, 0.2);
}
.pictures-wrap .gal-opt a:before {
  content: "";
  display: block;
  position: absolute;
  border-color: #28a8c1;
  box-sizing: border-box;
  border-style: solid;
  width: 100%;
  height: 50%;
  transition: all 0.3s ease-in-out;
  bottom: -6px;
  right: -6px;
  border-width: 0 5px 5px 0;
  z-index: 5;
}
.pictures-wrap .gal-opt a:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #28a8c1;
  box-sizing: border-box;
  border-style: solid;
  width: 100%;
  height: 50%;
  transition: all 0.3s ease-in-out;
  top: -6px;
  left: -6px;
  border-width: 5px 0 0 5px;
  z-index: 5;
}
.pictures-wrap .gal-opt a:hover:after, .pictures-wrap .gal-opt a:hover:before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}

.pgnation .pagination {
  justify-content: center;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #099787;
  color: #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  color: #099787;
  border-radius: 50%;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #099787;
  border-color: #099787;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #ff9935;
  border-color: #ff9935;
  color: #fff;
}

/*contact us*/
.contact-body {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
}
.contact-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.contact-body .container {
  position: relative;
}
.contact-body .pckg-form {
  padding: 20px;
  background-color: rgba(91, 194, 253, 0.1);
  margin: 0 0 30px 0;
}
.contact-body .ft-card {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  padding: 0 10px 10px 10px;
  flex-direction: column;
  min-height: 162px;
  background-color: #eee;
  border-radius: 20px;
  justify-content: flex-start;
  border: 1px solid #ff9935;
}
.contact-body .ft-card .icon-wrap {
  display: block;
  margin-top: -30px;
  margin-bottom: 30px;
}
.contact-body .ft-card .icon-wrap span {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 34px;
  background-color: #28a8c1;
  border-radius: 50%;
}
.contact-body .ft-card .ft-dtl {
  text-align: center;
}
.contact-body .ft-card .ft-dtl strong {
  text-transform: capitalize;
  color: #1e383a;
  font-size: 20px;
  display: block;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #099787;
  font-size: 20px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #099787;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #28a8c1;
}

.sub-contact {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sub-contact .headings {
  text-align: left;
  margin: 0 0 10px 0;
}
.sub-contact .form-wrap {
  padding: 50px 20px;
  background: rgba(42, 124, 66, 0.1);
  box-shadow: 0 0 6px 1px rgba(42, 124, 66, 0.5);
}
.sub-contact .form-wrap h4 {
  color: #28a8c1;
}
.sub-contact .form-wrap .btn {
  border-radius: 50px;
  background-color: #ff9935;
}
.sub-contact .form-wrap .btn:hover {
  background-color: #28a8c1;
}
.sub-contact .map-wrap {
  overflow: hidden;
}

/*booking page*/
.book-now .heading h3 {
  display: block;
  padding: 10px 0;
  color: #1e383a;
  border-top: 1px solid #ff9935;
  border-bottom: 1px solid #ff9935;
}
.book-now .heading h3:before {
  display: none;
}
.book-now .form-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 100px;
}
.book-now .form-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.book-now .form-wrap div {
  position: relative;
}
.book-now .form-wrap .note {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 20px;
  background-color: #28a8c1;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  margin: 0 0 15px 0;
}
.book-now .form-wrap .pckg-p {
  background-color: #099787;
  display: inline-block;
  padding: 10px;
  color: #fff;
  margin: 0 0 20px 0;
  border-radius: 10px;
}

/*register page*/
.register-sec {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.register-sec:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.register-sec .container {
  position: relative;
}
.register-sec .form-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.register-sec .form-wrap .terms {
  color: #ff9935;
  margin: 10px 0 0 0;
  display: block;
}
.register-sec .form-wrap .terms:hover {
  color: #28a8c1;
}

/*blogsingle page*/
.blogs.single .blog-card {
  display: block;
}
.blogs.single .blog-card .img-wrap {
  margin: 0 0 10px 0;
}
.blogs.single .blog-card .blog-dtl {
  margin: 0;
}

/*expert single page*/
.exprt-single .img-wrap {
  margin: 0 0 30px 0;
}
.exprt-single .quick-contct {
  padding: 20px;
  border: 2px solid #ff9935;
  border-radius: 20px;
  margin: 0 0 30px 0;
}
.exprt-single .quick-contct h3 {
  font-size: 46px;
  color: #28a8c1;
}
.exprt-single .quick-contct p {
  margin: 0 0 20px 0;
}
.exprt-single .quick-contct .q-phone {
  display: flex;
  padding: 20px;
  align-items: center;
}
.exprt-single .quick-contct .q-phone a {
  font-size: 32px;
  color: #099787;
  font-weight: 500;
}
.exprt-single .quick-contct .q-phone a:hover {
  color: #ff9935;
}
.exprt-single .quick-contct .q-phone span {
  font-size: 24px;
  margin: 0 5px 0 0;
  background-color: #ff9935;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.exprt-single .expert-access {
  padding: 20px;
  border: 2px solid #ff9935;
  border-radius: 20px;
}
.exprt-single .expert-access h3 {
  font-size: 46px;
  color: #28a8c1;
}
.exprt-single .expert-access p {
  margin: 0 0 30px 0;
}

/*location page*/
.location-wrap {
  padding: 50px 0;
}
.location-wrap .location-card {
  margin: 0 0 30px 0;
}
.location-wrap .location-card h4 {
  min-height: 80px;
  background-color: #099787;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.location-wrap .location-card .img-wrap {
  margin: 0 0 10px 0;
}
.location-wrap .location-card .loc-contact {
  padding: 10px;
  list-style: none;
  background-color: #eee;
  margin: 0 0 10px 0;
}
.location-wrap .location-card .loc-contact li strong {
  margin: 0 5px 0 0;
  color: #28a8c1;
  font-size: 14px;
}
.location-wrap .location-card .loc-contact li a {
  font-weight: 500;
  word-wrap: break-word;
}
.location-wrap .location-card .loc-btns {
  display: flex;
  align-content: center;
  gap: 5px;
}
.location-wrap .location-card .loc-btns a {
  flex: 1;
  text-align: center;
  background-color: #ff9935;
  padding: 10px;
  border-radius: 0 0 0 10px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
.location-wrap .location-card .loc-btns a:hover {
  background-color: #28a8c1;
}
.location-wrap .location-card .loc-btns a:last-of-type {
  border-radius: 0 0 10px 0;
}

/*location single*/
.location-single {
  padding: 50px 0;
}
.location-single .img-wrap {
  margin: 0 0 30px 0;
}
.location-single .img-wrap img {
  border-radius: 20px;
}
.location-single p {
  margin: 0 0 10px 0;
}
.location-single .loc-btns {
  display: flex;
  gap: 20px;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
}
.location-single .loc-btns .pckg-btns a {
  padding: 20px 10px;
  display: inline-block;
  background-color: #099787;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.location-single .loc-btns .pckg-btns a:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 1px dashed #ff9935;
  border-radius: 20px;
}
.location-single .loc-btns .pckg-btns a:hover {
  background-color: #ff9935;
}
.location-single .loc-btns .pckg-btns a span {
  vertical-align: middle;
  transform: rotate(90deg);
}

.location-contact {
  background-color: #eee;
  padding: 50px 0;
}
.location-contact .lc-card h4 {
  padding: 10px 0;
  color: #1e383a;
  border-top: 1px solid #ff9935;
  border-bottom: 1px solid #ff9935;
  font-size: 28px;
}
.location-contact .lc-card .loc-contact {
  padding: 10px;
  list-style: none;
  margin: 0 0 10px 0;
}
.location-contact .lc-card .loc-contact li {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.location-contact .lc-card .loc-contact li strong {
  color: #28a8c1;
  margin: 0 5px 0 0;
}
.location-contact .lc-card .loc-contact li a {
  font-weight: 500;
}
.location-contact .lc-card .loc-contact li a:hover {
  color: #ff9935;
}
.location-contact .form-wrap h5 {
  padding: 10px 0;
  color: #1e383a;
  border-top: 1px solid #ff9935;
  border-bottom: 1px solid #ff9935;
  font-size: 28px;
  margin: 0 0 20px 0;
}
.location-contact .form-wrap form {
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.location-contact .map-wrap {
  border-radius: 20px;
  overflow: hidden;
}

/*register for free session*/
.session-wrap {
  padding: 50px 0;
}
.session-wrap .img-wrap {
  margin: 0 0 30px 0;
}
.session-wrap .img-wrap img {
  border-radius: 20px;
}
.session-wrap .session-list .session-card {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background-color: #eee;
  border-radius: 10px;
  margin: 0 0 10px 0;
}
.session-wrap .session-list .session-card .session-date {
  text-align: center;
  background-color: #099787;
  padding: 30px 5px;
  color: #fff;
  border-radius: 10px;
}
.session-wrap .session-list .session-card .session-date strong {
  display: block;
}
.session-wrap .session-list .session-card .session-dtl h4 a {
  color: #28a8c1;
}
.session-wrap .session-list .session-card .session-dtl h4 a:hover {
  color: #ff9935;
}
.session-wrap .session-list .session-card .session-dtl .session-time {
  margin: 0 0 10px 0;
}
.session-wrap .session-list .session-card .session-dtl .session-time small {
  margin: 0 10px 0 0;
}
.session-wrap .session-list .session-card .session-dtl .session-time small i {
  margin: 0 5px 0 0;
  color: #ff9935;
}
.session-wrap .session-list .session-card .session-dtl .session-register a {
  padding: 5px 20px;
  display: inline-block;
  background-color: #ff9935;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.session-wrap .session-list .session-card .session-dtl .session-register a:hover {
  background-color: #28a8c1;
}
.session-wrap .session-alt {
  padding: 50px;
  background-color: #099787;
}
.session-wrap .session-alt h3 {
  color: #fff;
  font-size: 2.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 30px 0;
  padding: 10px 0;
}
.session-wrap .session-alt .alt-btns {
  display: flex;
  gap: 20px;
}


.session-wrap .session-alt .alt-btns a {
  min-height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 40px;
  border: 2px solid #ff9935;
  border-radius: 20px;
  flex-direction: column;
  color: #fff;
  font-size: 24px;
}
.session-wrap .session-alt .alt-btns a:hover {
  background-color: #28a8c1;
}
.session-wrap .session-alt .alt-btns a.alt-mail small {
  display: block;
  color: #ff9935;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}

/*social rating bar*/
.social-rating {
  padding: 50px 0 20px 0;
  background-color: #f7f7f7;
}
.social-rating .social-wrap {
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #099787;
  min-height: 150px;
  margin: 0 0 30px 0;
}
.social-rating .social-wrap h4 i.fa-tripadvisor {
  color: #34e0a1;
}
.social-rating .social-wrap h4 i.fa-google {
  color: #4285f4;
}
.social-rating .social-wrap h4 i.fa-facebook {
  color: #1877f2;
}
.social-rating .social-wrap .social-rate .stars i {
  color: #ff9935;
}
.social-rating .social-wrap .social-dtl p {
  color: #1e383a;
}/*# sourceMappingURL=custom.css.map */


.np-pkgs {
        text-align: center;
        margin-bottom: 15px;
        margin-top: -30px;
        position: relative;
        z-index: 99;
}
  .np-pkgs a {
          backdrop-filter: blur(5px);
          background-color: rgba(40, 169, 193, 0.4);
          display: inline-block;
          border: 2px solid #fff;
          padding: 5px 10px;
          border-radius: 10px;
          color: #fff;
          font-size: 14px;
          font-weight: 500;
  }
.np-pkgs a:hover {
 background-color: #28a8c1;
          }
        
      
      
.np-pk a{
    backdrop-filter: blur(5px);
        background-color: rgba(40, 169, 193, 0.7);
        display: inline-block;
        border: 2px solid #099787;
        padding: 5px 10px;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
}

.np-pk a:hover{
     background-color: rgba(40, 169, 193, 1);
}
      
      