@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --primaryColor: #f79c2f;
  --secondaryColor: #0e121d;
  --darkColor: #0e121d;
  --textColorPrimary: #333;
  --white: #fff;
  --offwhite: #f8f9fa;
}
html{
  scroll-padding-top: 180px;
}

img {
  max-width: 100%;
  object-fit: contain;
}

body {
  font-size: 16px;
  color: var(--textColorPrimary);
  position: relative;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.logo {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--secondaryColor);
}

h2 {
  font-size: 44px;
  margin-bottom: 20px;
  color: var(--darkColor);
}

.common_heading.reverse {
  color: var(--offwhite);
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  color: var(--white);
  font-size: 15px;
}

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

.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}

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

/*  */

/* HEADER STYLES STARTS */
/* 
.main_header {
  position: static;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(.625rem);
  -webkit-backdrop-filter: blur(.625rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main_header.sticked {
  position: fixed;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
}
.main_header.sticked .top_header_wrap {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.main_header .navbar {
  padding: 4px 0;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header_btn_wrap {
  margin-left: auto;
}

.header_inner .navbar-nav {
  width: 100%;
  justify-content: center;
}

.header_logo_wrapper a img {
  max-height: 70px;
  transition: .3s all ease-in-out;
}

.sticked .header_logo_wrapper a img {
  max-height: 50px;
}

.global_btn {
  background: var(--primaryColor);
  color: var(--white);
  border: 1px solid var(--primaryColor);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: .3s all linear;
  text-transform: uppercase;
  font-weight: 500;
}

.global_btn:hover {
  background: var(--white);
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.main_header .header_inner .navbar-nav .nav-link {
  padding: 0;
  margin-right: 28px;
  text-transform: uppercase;
  color: var(--textColorPrimary)333;
  position: relative;
}

.main_header .header_inner .navbar-nav .nav-link::before {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--primaryColor);
  transition: .3s all linear;
}


.mob-header_wrap {
  width: 100%;
}

.top_header_wrap {
  background: var(--darkColor);
  padding: 8px 0;
}

.top_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_header_inner ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.top_header_inner li {
  margin-right: 16px;
  position: relative;
}

.top_header_inner li:last-child {
  margin-right: 0px;
}

.top_header_inner li i {
  color: var(--primaryColor);
}

.top_header_lft li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -8px;
  background: var(--primaryColor);
}

.top_header_lft li:last-child:after {
  content: none;
}

.top_header_lft li a span {
  color: #6c757d;
  font-size: 14px;
}

.main_header .navbar-nav {
  margin-left: 4rem;
}

.main_header .navbar-nav .nav-item {
  margin-right: 2.5rem;
}

.main_header .navbar-nav .nav-item:last-child,
.main_header .navbar-nav .dropdown-menu .nav-item,
.footer_menu_wrap .navbar-nav .dropdown-menu .nav-item {
  margin-right: 0;
}

.main_header .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--nav-text-color);
  transition: .3s all linear;
}

.main_header .navbar-brand img {
  width: 9rem;
}

.main_header.sticked .nav-link {
  font-size: 1rem;
}

.nav-link {
  position: relative;
}

.nav-link:hover::before,
.nav-item.active .nav-link::before {
  width: 100%;
}

.main_header .dropdown:hover .dropdown-menu,
.footer_menu_wrap .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.footer_menu_wrap .navbar-nav .dropdown-menu {
  position: absolute;
  bottom: 1.5rem;
}

.footer_menu_wrap .navbar-nav .nav-link {
  padding-top: 0;
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item {
  padding: .5rem var(--bs-dropdown-item-padding-x);
  position: relative;
  z-index: 1;
  transition: .5s all linear;
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item:hover,
.navbar-nav .dropdown-menu .nav-item.active .dropdown-item {
  color: var(--text-white);
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--text-purple);
  transition: .3s all linear;
  z-index: -1;
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item:hover::after,
.navbar-nav .dropdown-menu .nav-item.active .dropdown-item::after {
  width: 100%;
} */


.main_header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(.625rem);
  -webkit-backdrop-filter: blur(.625rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main_header.sticked {
  position: fixed;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
}

.main_header.sticked .top_header_wrap {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.top_header_wrap {
  background: var(--darkColor);
  padding: 8px 0;
}

.top_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_header_inner ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.top_header_inner li {
  margin-right: 16px;
  position: relative;
}

.top_header_inner li:last-child {
  margin-right: 0px;
}

.top_header_inner li i {
  color: var(--primaryColor);
}

.top_header_lft li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -8px;
  background: var(--primaryColor);
}

.top_header_lft li:last-child:after {
  content: none;
}

.top_header_lft li a span {
  color: #6c757d;
  font-size: 14px;
}

.main_header .navbar {
  padding: 4px 0;
}

.main_header .navbar-nav .nav-item {
  margin-right: 2.5rem;
}

.main_header .navbar-nav .nav-item:last-child,
.main_header .navbar-nav .dropdown-menu .nav-item,
.footer_menu_wrap .navbar-nav .dropdown-menu .nav-item {
  margin-right: 0;
}

.main_header .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--nav-text-color);
  transition: .3s all linear;
}

.main_header .navbar-brand img {
  width: 9rem;
}

.main_header.sticked .nav-link {
  font-size: 1rem;
}

.nav-link {
  position: relative;
}

.nav-link::before {
  content: "";
  width: 0%;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--btn-seconday-bg);
  transition: .3s all ease-in-out;
}

.nav-link:hover::before,
.nav-item.active .nav-link::before {
  width: 100%;
}

.main_header .dropdown:hover .dropdown-menu,
.footer_menu_wrap .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.footer_menu_wrap .navbar-nav .dropdown-menu {
  position: absolute;
  bottom: 1.5rem;
}

.footer_menu_wrap .navbar-nav .nav-link {
  padding-top: 0;
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item {
  padding: .5rem var(--bs-dropdown-item-padding-x);
  position: relative;
  z-index: 1;
  transition: .5s all linear;
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item:hover,
.navbar-nav .dropdown-menu .nav-item.active .dropdown-item {
  color: var(--text-white);
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--text-purple);
  transition: .3s all linear;
  z-index: -1;
}

.navbar-nav .dropdown-menu .nav-item .dropdown-item:hover::after,
.navbar-nav .dropdown-menu .nav-item.active .dropdown-item::after {
  width: 100%;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header_btn_wrap {
  margin-left: auto;
}

.header_inner .navbar-nav {
  width: 100%;
  justify-content: center;
}

.header_logo_wrapper a img {
  max-height: 70px;
  transition: .3s all ease-in-out;
}

.sticked .header_logo_wrapper a img {
  max-height: 50px;
}

.global_btn {
  background: var(--primaryColor);
  color: var(--white);
  border: 1px solid var(--primaryColor);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: .3s all linear;
  text-transform: uppercase;
  font-weight: 500;
}

.global_btn:hover {
  background: var(--white);
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

/* HEADER STYLES ENDS */
/* HERO STYLES STARTS */

.hero_inner .swiper {
  width: 100%;
  height: 75vh;
}

.hero_inner .swiper-slide {
  text-align: left;
  background: var(--white);
}

.hero_inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_slider_inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero_slider_inner::after {
  content: "";
  width: 50%;
  height: 114%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -30px;
  top: -36px;
  z-index: -1;
  rotate: -5deg;
}

/* .hero_slider_inner::before{
  content: "";
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
} */

.hero_slider_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero_slider_img_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.hero_slider_content_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75vh;
  width: 50%;
  color: var(--white);
}

.hero_slider_content_wrap h1 {
  font-size: 50px;
  color: var(--offwhite);
  font-weight: 700;
  margin-bottom: 16px;
}

.hero_slider_content_wrap h4 {
  font-size: 24px;
  color: var(--offwhite);
  font-weight: 500;
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
}

.hero_slider_content_wrap p {
  font-size: 18px;
  margin-bottom: 24px;
}

.hero_inner .swiper .swiper-button-next,
.hero_inner .swiper .swiper-button-prev {
  top: auto;
  bottom: 0px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: var(--offwhite);
}

.hero_inner .swiper .swiper-button-next {
  left: auto;
  right: 0;
}

.hero_inner .swiper .swiper-button-next::after,
.hero_inner .swiper .swiper-button-prev::after {
  font-size: 24px;
  color: var(--primaryColor);
}

.hero_slider_inner .swiper-pagination-bullet-active {
  background: var(--primaryColor);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 2px solid var(--primaryColor);
  background: var(--offwhite);
}

.about_section {
  padding: 12rem 0;
}

.about_section_img {
  order: 2;
}

.about_section_content {
  order: 1;
}

.about_sub_heading {
  font-size: 24px;
  color: var(--primaryColor);
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

/*** Banner Start ***/
.banner {
  position: relative;
  overflow: hidden;
  background-image: url(../img/banner-img.jpg);
  background-color: var(--darkColor);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}

.banner .container {
  position: relative;
  z-index: 99;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  top: -200px;
  left: 0;
  background: var(--primaryColor);
  transform: rotate(45deg);
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  bottom: -200px;
  right: 0;
  background: var(--primaryColor);
  transform: rotate(45deg);
  z-index: 1;
}

.banner .banner-design-1 {
  position: absolute;
  width: 30px;
  height: 500px;
  top: -165px;
  left: 0;
  background: var(--secondaryColor);
  transform: rotate(45deg);
  z-index: 2;
}

.banner .banner-design-2 {
  position: absolute;
  width: 30px;
  height: 500px;
  bottom: -165px;
  right: 0;
  background: var(--secondaryColor);
  transform: rotate(45deg);
  z-index: 2;
}

/*** Banner End ***/

/* HERO STYLES ENDS */
/* TRAVEL PACKAGES STYLES STARTS */
/*** Projects Start ***/
.projects .nav-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}
.projects-item img{
  max-height: 400px;
  object-fit: cover;
}

.projects-item .projects-content {
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.projects .nav-item a.active {
  background: var(--primaryColor);
}

.projects .nav-item a span {
  color: var(--secondaryColor);
}

.projects .nav-item a.active span {
  color: var(--offwhite);
}

.projects-icon {
  margin-right: .5rem;
}

.projects .nav-item a.active .projects-icon span {
  color: var(--offwhite);
}

/*** Projects End ***/
/* COMMON PAGE STYLES STARTS */
.common_page_hero_section {
  height: 65vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.common_page_hero_section .hero_slider_content_wrap_inner{
  width: 80%;
}

.common_page_content_wrap_outer {
  position: relative;
  z-index: 2;
}

.common_page_content_wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap
}

.common_page_lft_wrap {
  width: 68%;
}

.common_page_right_wrap {
  width: 29%;
}

.common_page_top_wrap {
  margin-bottom: 50px;
}

.common_page_card_wrap {
  border: 1px solid rgba(0, 0, 0, .05);
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.common_page_card_img_wrap {
  height: 300px;
  overflow: hidden;
}

.common_page_card_img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.common_page_card_content_wrap {
  padding: 1.5rem;
}

.common_page_card_outer_wrap {
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 8px;
  background: rgba(255, 255, 255, .5);
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.common_page_card_outer_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(2px);
  z-index: -1;
}

.common_page_card_content_lft h3 a {
  color: var(--primaryColor);
  margin-right: 8px;
  display: inline-block;
}

.common_page_card_content_lft h3 span {
  font-size: 18px;
}

.common_page_card_content_lft ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.common_page_card_content_lft ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.common_page_card_content_lft ul li:last-child {
  margin-bottom: 0px;
}

.common_page_card_content_lft ul li i {
  display: inline-block;
  margin-right: 6px;
}

.common_other_tours {
  position: relative;
  border: 1px solid rgba(0, 0, 0, .05);
  z-index: 2;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 24px;
}

.common_other_tours::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(2px);
  z-index: -1;
}

.about_sec_section{
  padding: 60px 0 0;
}

.common_other_tours ul,
.our_travel_guide_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.common_other_tours ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.common_other_tours ul li a {
  color: var(--primaryColor);
  font-weight: 600;
}

.common_other_tours ul li:last-child {
  margin-bottom: 0px;
}

.common_travel_guide h3 {
  text-align: center;
  padding: 16px;
  background: var(--primaryColor);
  color: var(--offwhite);
  margin-bottom: 24px;
}

.our_travel_guide_li {
  display: flex;
  gap: 12px;
}

.our_travel_guide_lft {
  height: 90px;
  width: 90px;
  flex: 0 0 auto;
}

.our_travel_guide_lft img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our_travel_guide_rht h4 {
  font-size: 16px;
  font-weight: 700;
}

.our_travel_guide_rht h4 a {
  color: var(--primaryColor);
}

.our_travel_guide_rht p {
  font-size: 14px;
  margin-bottom: 0;
}

.our_travel_guide_li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.single_page_package_content_wrap {
  margin-top: 2rem;
}

.single_page_package_details {
  background: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 8px;
}

.single_page_package_details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

.single_page_package_details ul li i {
  display: inline-block;
  margin-right: 6px;
}

.single_page_package_details ul li span {
  font-weight: 600;
}

/* COMMON PAGE STYLES ENDS */
/* BLOG PAGE STYLES STARTS */
.blog_img_wrapper {
  width: 306px;
  height: 306px;
}

.blog_img_wrapper img {
  width: 306px;
  height: 306px;
  object-fit: cover;
}

/* BLOG PAGE STYLES ENDS */



#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: var(--white);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.position-relative {
  position: relative;
}

.logo {
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
}

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

.site-nav {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

.site-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-nav h1,
.site-nav .h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.site-nav .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-nav .site-navigation .site-menu>li {
  display: inline-block;
}

.site-nav .site-navigation .site-menu>li>a {
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.site-nav .site-navigation .site-menu>li>a:hover {
  color: var(--white);
}

.site-nav .site-navigation .site-menu>li.cta-button a {
  padding: 6px 20px;
  border-radius: 30px;
  background: var(--primaryColor);
  border: 2px solid var(--primaryColor);
}

.site-nav .site-navigation .site-menu>li.cta-button a:hover {
  color: var(--white);
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.site-nav .site-navigation .site-menu>li.active>a {
  color: var(--white);
}

.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}

.site-nav .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: var(--white);
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: var(--white);
  border-width: 10px;
  margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active a {
  color: var(--primaryColor);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 5px 20px;
  display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  color: var(--primaryColor);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
  color: var(--primaryColor);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  color: var(--primaryColor);
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
  color: var(--white);
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}

.site-mobile-menu-close>span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}

.site-mobile-menu-close>span:before,
.site-mobile-menu-close>span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #000;
}

.site-mobile-menu-close>span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-mobile-menu-close>span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: var(--white);
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #000;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: var(--primaryColor);
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: var(--primaryColor);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
  color: rgba(0, 0, 0, 0.8);
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #000;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #000;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #000;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: var(--primaryColor);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active a {
  color: var(--primaryColor);
}

.sticky-wrapper .shrink {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger.light:before,
.burger.light span,
.burger.light:after {
  background: var(--white);
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.bg-image a {
  color: var(--white);
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-image.overlay>.container {
  position: relative;
  z-index: 2;
}

.bg-image svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero img {
  max-width: 100%;
  position: absolute;
  -webkit-transform: scale(1.2) translate(5%, -5%);
  -ms-transform: scale(1.2) translate(5%, -5%);
  transform: scale(1.2) translate(5%, -5%);
}



.hero>.container {
  position: relative;
  z-index: 2;
}

.hero,
.hero>.container>.row {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero p {
  color: var(--offwhite);
  font-size: 18px;
}

.hero.overlay:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero .heading {
  font-size: 60px;
  color: var(--offwhite);
  font-weight: 700;
}

.hero .play-button {
  font-size: 20px;
  color: var(--white);
  display: inline-block;
  float: left;
}

.hero .play-button .caption {
  font-size: 16px;
}

.hero .play-button .icon-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.hero .play-button .icon-button:before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.hero .play-button .icon-button>span {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 12px;
}

.hero .play-button:hover .icon-button:before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.hero .photo-info {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: var(--white);
  width: auto;
}

.hero .photo-info [class^="icon-"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-right: 15px;
}

.hero .photo-info a {
  color: var(--white);
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section .subheading {
  color: var(--primaryColor);
}

.section .heading,
.default_section .heading {
  font-size: 46px;
  color: var(--secondaryColor);
  font-weight: 700;
}

.destination {
  position: relative;
}

.destination .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 506px;
}

.destination .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination .thumb:before {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  opacity: .5;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 212, 255, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 100%);
}

.destination .price {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 30px;
  font-size: 20px;
  color: var(--white);
  z-index: 2;
}

.destination h3,
.destination .h3 {
  font-weight: 700;
}

.destination h3 a,
.destination .h3 a {
  color: var(--secondaryColor);
}

.destination .meta {
  color: #999;
}

.destination-slider-wrap {
  position: relative;
}

.destination-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.destination-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0px;
  height: 7px;
  margin: 2px;
}

.destination-slider-wrap .tns-nav button:active,
.destination-slider-wrap .tns-nav button:focus,
.destination-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.destination-slider-wrap .tns-nav button:before {
  display: block;
  width: 9px;
  height: 9px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: transparent;
  border: 2px solid var(--primaryColor);
}

.destination-slider-wrap .tns-nav button:hover:before,
.destination-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: var(--primaryColor);
}

#destination-controls:active,
#destination-controls:focus,
#prevnext-testimonial:active,
#prevnext-testimonial:focus {
  outline: none;
}

#destination-controls .next,
#destination-controls .prev,
#prevnext-testimonial .next,
#prevnext-testimonial .prev {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  width: 80px;
  height: 80px;
  background-color: #efefef;
  border-radius: 50%;
}

#destination-controls .next>i,
#destination-controls .prev>i,
#prevnext-testimonial .next>i,
#prevnext-testimonial .prev>i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#destination-controls .next:hover,
#destination-controls .prev:hover,
#prevnext-testimonial .next:hover,
#prevnext-testimonial .prev:hover {
  opacity: 1;
}

#destination-controls .next:hover,
#destination-controls .prev:hover,
#prevnext-testimonial .next:hover,
#prevnext-testimonial .prev:hover {
  background-color: var(--primaryColor);
  color: var(--white);
}

#destination-controls .prev,
#prevnext-testimonial .prev {
  right: 0;
}

#destination-controls .prev:hover,
#prevnext-testimonial .prev:hover {
  color: var(--white);
  right: 7px;
}

#destination-controls .next,
#prevnext-testimonial .next {
  left: 0;
}

#destination-controls .next:hover,
#prevnext-testimonial .next:hover {
  color: var(--white);
  left: 7px;
}

.block-testimonial {
  background-color: var(--white);
  padding: 30px;
  height: 100%;
}

.block-testimonial p {
  font-size: 18px;
  color: #000;
  line-height: 2;
  margin-bottom: 30px;
}

.block-testimonial .author {
  display: block;
  margin-bottom: 40px;
}

.block-testimonial .author img {
  width: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.block-testimonial .author h3,
.block-testimonial .author .h3 {
  font-size: 18px;
  color: var(--primaryColor);
  margin-bottom: 0;
}

.block-testimonial .author .position {
  font-size: 14px;
}

.quote {
  font-size: 5em;
  line-height: 0;
}

.wide-slider-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wide-slider-testimonial>div {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 15px;
}

.wide-slider-testimonial .owl-dots {
  position: absolute;
  display: inline-block;
  width: auto;
  text-align: left;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-img.fixed {
  background-attachment: fixed;
}

.bg-img.overlay {
  position: relative;
}

.bg-img.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bg-img>.container {
  position: relative;
  z-index: 1;
}

.wide-slider-testimonial-wrap {
  position: relative;
}

.wide-slider-testimonial-wrap .tns-nav {
  margin-bottom: 30px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wide-slider-testimonial-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0px;
  height: 7px;
  margin: 2px;
}

.wide-slider-testimonial-wrap .tns-nav button:active,
.wide-slider-testimonial-wrap .tns-nav button:focus,
.wide-slider-testimonial-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.wide-slider-testimonial-wrap .tns-nav button:before {
  display: block;
  width: 9px;
  height: 9px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: transparent;
  border: 2px solid var(--primaryColor);
}

.wide-slider-testimonial-wrap .tns-nav button:hover:before,
.wide-slider-testimonial-wrap .tns-nav button.tns-nav-active:before {
  background-color: var(--primaryColor);
}

.custom-accordion .accordion-item {
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: #000;
  background: transparent;
  border: none;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-accordion .accordion-item .btn-link:before {
  font-family: 'fontawesome';
  content: "\f067";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
  font-weight: 700;
  color: var(--white);
  background: var(--primaryColor);
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
  font-family: 'fontawesome';
  content: "\f068";
  position: absolute;
  color: var(--white);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.custom-accordion .accordion-item.active {
  z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
  color: #000;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
  padding: 20px 20px 20px 20px;
}

.media-entry>a {
  display: block;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  border-radius: 10px;
}

.media-entry h3,
.media-entry .h3 {
  font-size: 16px;
  font-weight: 700;
}

.media-entry h3 a,
.media-entry .h3 a {
  color: var(--secondaryColor);
}

.media-entry h3 a:hover,
.media-entry .h3 a:hover {
  color: var(--primaryColor);
}

.media-entry .m-body {
  padding: 20px 20px 50px 20px;
}

.media-entry .date {
  font-size: 12px;
}

.media-entry:hover .more .label {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.media-entry:hover .more .arrow {
  border-color: var(--primaryColor);
}

.media-entry p {
  font-size: 14px;
}

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--primaryColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--white);
}

.contact-info h4,
.contact-info .h4 {
  font-size: 18px;
  padding: 0 0 0 60px;
}

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.section-2 {
  padding: 10rem 0;
}

.image-stack {
  position: relative;
  width: 100%;
  z-index: 2;
}

.image-stack img {
  width: 100%;
  display: block;
  border: 10px;
}

.image-stack__item--bottom {
  position: absolute;
  right: 10%;
  top: -50%;
  width: 65%;
  z-index: -1;
}

.image-stack__item--bottom img {
  border: 10px solid var(--white);
}

.image-stack__item--top {
  padding-top: 20px;
  padding-right: 30%;
  width: 70%;
}

.image-stack__item--top img {
  border: 10px solid var(--white);
  -webkit-box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2);
}

.service-1,
.service-2 {
  display: block;
}

.service-1 .icon,
.service-2 .icon {
  display: inline-block;
  position: relative;
  left: 10px;
  margin-bottom: 30px;
}

.service-1 .icon:before,
.service-2 .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: -1;
  background: var(--primaryColor);
  opacity: .2;
}

.service-1.left-0 .icon,
.service-2.left-0 .icon {
  left: 0;
}

.service-1 img,
.service-2 img {
  width: 50px;
}

.service-1 h3,
.service-1 .h3,
.service-2 h3,
.service-2 .h3 {
  font-size: 18px;
  font-weight: bold;
}

.service-2 img {
  width: 100%;
}

.service-section-1 {
  background: #F7F7F7;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding-top: 9rem;
}

.service-section-1 .heading-content {
  padding-right: 25%;
}

.service-section-1 .heading-content h2,
.service-section-1 .heading-content .h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

.person {
  color: var(--secondaryColor);
}

.person h3,
.person .h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--secondaryColor);
}

.person .subheading {
  color: var(--secondaryColor);
  margin-bottom: 10px;
}

.job-position {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.2);
}

.job-position .subtitle {
  font-weight: bold;
}

.job-position h2,
.job-position .h2 {
  font-weight: bold;
  font-size: 30px;
}

.job-position a {
  color: var(--secondaryColor);
}

.heading-content h2,
.heading-content .h2 {
  font-weight: bold;
}

.more {
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
}

.more:hover {
  text-decoration: none;
}

.custom-pagination {
  display: block;
}

.custom-pagination li {
  display: inline-block;
}

.custom-pagination li a {
  border: none;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 5px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 50%;
}

.custom-pagination li a:hover,
.custom-pagination li a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background: var(--primaryColor);
  color: var(--white);
  -webkit-box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
  box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
}

.custom-pagination li.prev a,
.custom-pagination li.next a {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}

.custom-pagination li.active a {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background: var(--primaryColor);
  color: var(--white);
  -webkit-box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
  box-shadow: 0 15px 30px -10px rgba(241, 121, 69, 0.5);
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: var(--white);
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3,
.sidebar-box .h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3,
.comment-list li .comment-body .h3 {
  font-size: 20px;
  color: #000;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.post-meta a {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/* FOOTER SECTION STARTS  */
.footer_section{
  background: var(--darkColor);
}
.above_footer_cta {
  background-color: var(--darkColor);
  padding: 60px 0;
  border-bottom: 1px solid var(--primaryColor);
}

.above_footer_cta_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-white);
  transition: 0.5s;
}
.footer .footer-item .navbar-nav a {
  line-height: 1;
}
.footer .footer-item .dropdown-menu a{
  color: var(--darkColor);
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: var(--primaryColor);
}

.footer .footer-item .footer-btn a {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
  color: var(--primaryColor);
}

.footer_icons{
  color: var(--primaryColor);
}

.footer_contact_form_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}

.footer_contact_form_wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .4);
  z-index: -1;
}

.footer_contact_form_inner label {
  margin-bottom: .75rem;
}

.footer_contact_form_wrapper textarea,
textarea.form-control {
  height: 100px;
  min-height: 100px;
}

.site-footer {
  background: #2c3237;
  font-size: 14px;
  color: #888;
  padding: 16px 0;
}

.site-footer a {
  color: var(--primaryColor);
  position: relative;
  display: inline-block;
}

.site-footer .social li a:hover {
  background: #f59b74;
  color: var(--white);
}

.footer_copyright_txt i {
  color: red;
}

.footer_inner_wrap {
  display: flex;
  justify-content: space-between;
}

.footer_lft,
.footer_mid,
.footer_rht {
  width: 33%;
}

.footer_rht {
  text-align: right;
}

.footer_social_links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}
a.footer_branding span{
  display: inline-block;
}
a.footer_branding{
  color: #888888;
}
.footer_branding_name{
  text-decoration: underline;
  color: var(--primaryColor);
}
.footer_logo{
  width: 100px;
  height: 100px;
  display: inline-block;
}
.footer_about_company_wrap p{
  color: var(--offwhite);
}
.footer-item {
  align-items: start;
}
.footer-item h4{
  border-bottom: 1px solid var(--primaryColor);
  display: inline-block;
}
.back-to-top {
  position: fixed;
  padding: 0;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .5s all linear;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--darkColor);
}
.back-to-top.btnShow {
  opacity: 1;
  visibility: visible;
}
/* FOOTER SECTION ENDS  */
/* ABOUT PAGE STYLES STARTS  */
.vision_mission_section{
  position: relative;
  background: var(--darkColor);
  margin-top: 120px;
}
.vision_mission_img_wrap{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 48%;
}
.vision_mission_img_wrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vision_mission_content_wrap{
  padding: 60px 0;
  color: var(--offwhite);
}
.vision_mission_content_wrap h3{
  font-size: 24px;
  color: var(--primaryColor);
}
.about_team_inner{
  padding: 60px 0;
}
.our_focus_section{
  padding: 60px 0;
  background: #fbfbfb;
}
.our_focus_box{
  background: var(--darkColor);
  padding: 30px;
  height: 100%;
  transition: .3s all linear;
}
.our_focus_box h4{
  color: var(--primaryColor);
  margin-bottom: 24px;
}
.our_focus_box p{
  color: var(--offwhite);
}
/* ABOUT PAGE STYLES ENDS  */
/* PRODUCTS PAGE STYLES STARTS  */
.products_section{
  padding: 60px 0;
}
.products_item_img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.products_item_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_item{
  padding: 20px;
  background: var(--darkColor);
  margin-bottom: 40px;
}
.products_item .row{
  align-items: center;
}
.products_item h2{
  color: var(--primaryColor);
  text-transform: capitalize;
}
.products_item_ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.products_item_li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--primaryColor);
}
.products_item_title{
  color: #adadad;
  width: 30%;
}
.products_item_specification{
  color: var(--white);
  text-align: right;
  width: 68%;
}
.products_item_table table th,
.products_item_table table td{
  text-align: center;
}
.products_item_table table th{
  background: #efefef;
}
/* PRODUCTS PAGE STYLES ENDS  */

/*** CLIENTS STARTS ***/
.clients_section {
  background: var(--darkColor);
  padding: 60px 0;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: var(--darkColor);
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), var(--darkColor));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), var(--darkColor));
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 25s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
  filter: invert(1);
}

/*** CLIENTS End ***/
/*** QUALITY STARTS ***/
.quality_timeline_section{
  padding: 60px  0;
}
.quality_timeline_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.quality_timeline_wrap_inner{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 80%;
}
.quality_timeline_number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primaryColor);
  color: var(--offwhite);
  font-size: 24px;
}
.quality_timeline_content h3{
  font-size: 20px;
  color: var(--darkColor);
  max-width: 200px;
  font-weight: 400;
  margin-top: 20px;
}
.quality_timeline_box{
  width: 19%;
}
.quality_timeline_wrap_inner .quality_timeline_box{
  border-right: 1px solid var(--primaryColor);
}
.quality_timeline_box_last{
  display: flex;
  flex-direction: column;
  align-items: end;
}

.quality_timeline_box_last .quality_timeline{
  margin-bottom: 2rem;
  position: relative;
}
.quality_timeline_box_last .quality_timeline::after{
  content: "If Not Okay";
  width: 120px;
  height: 40px;
  border: 2px dashed var(--primaryColor);
  position: absolute;
  top: 54%;
  left: -130px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0%, -50%);
  border-radius: 30px;
}
.quality_timeline_box_last .quality_timeline_ok_box::after{
  content: "If Okay";
}
.quality_timeline_box_last .quality_timeline:last-child{
  margin-bottom: 0;
}
.quality_timeline_title{
  margin-bottom: 2rem;
}
.qulaity_img_inner img{
  width: 100%;
}
.quality_img_section,
.maps_section{
  padding: 60px 0;
}
/*** QUALITY End ***/
/*** R&D STYLES STARTS ***/
.rd_top_section{
  padding: 60px 0;
}
/*** R&D STYLES End ***/

/* REMOVE THE CONTACT FORM FOOTER */
.page-id-342 .footer_contact_form_wrapper {
  display: none;
}