@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inder&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "fontspring_demo_-_veneerRg";
  src: url("../fonts/fontspring-demo-veneer.woff2") format("woff2"), url("../fonts/fontspring-demo-veneer.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
a {
  transition: 400ms all;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-family: #006194;
  color: #24262B;
}

h1 {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2 {
  font-size: 50px;
  line-height: 56px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
    line-height: 26px;
  }
}

h4 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h6 {
    font-size: 18px;
  }
}

p {
  color: #24262B;
}
p:last-child {
  margin-bottom: 0;
}

html body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 300ms all;
  background-color: #EEE9E2;
  color: #24262B;
}
@media (max-width: 767px) {
  html body {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  html body {
    font-size: 16px;
    line-height: 22px;
  }
}
html body::-webkit-scrollbar {
  width: 5px;
  background-color: #006194;
}
html body::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
html body.overflow {
  overflow: hidden;
}
html body .preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #f6f1eb;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999;
}
html body .preloader img,
html body .preloader svg {
  width: 150px;
  height: auto;
}
@media (max-width: 575px) {
  html body .preloader img,
  html body .preloader svg {
    width: 90px;
  }
}
html body .preloader .wrapper {
  display: flex;
  animation: spin-1 10s linear infinite;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 200px;
  height: 200px;
  color: #006194;
}
html body .preloader .wrapper,
html body .preloader .preloader-ring {
  transform-style: preserve-3d;
}
html body .preloader .preloader-ring {
  animation: spin-2 4s linear infinite;
  position: relative;
  height: 45px;
  width: 20px;
}
html body .preloader .preloader-ring:nth-child(even) {
  animation-direction: reverse;
}
html body .preloader .preloader-sector {
  font-size: 24px;
  font-family: "fontspring_demo_-_veneerRg";
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  transform: translateZ(100px);
  font-weight: 500;
}
html body .preloader .preloader-sector,
html body .preloader .preloader-sector:empty:before {
  display: inline-block;
  width: 100%;
  height: 100%;
}
html body .preloader .preloader-sector:empty:before {
  display: inline-block;
  width: 60%;
  height: 60%;
}
html body .preloader .preloader-sector:empty:before {
  background: linear-gradient(transparent 50%, #fdc418 50% 55%, transparent 55%);
  content: "";
}
@keyframes spin-1 {
  from {
    transform: rotateY(0) rotateX(30deg);
  }
  to {
    transform: rotateY(1turn) rotateX(30deg);
  }
}
@keyframes spin-2 {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(1turn);
  }
}

.banner {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 125vh;
}
@media (max-width: 575px) {
  .banner {
    height: 100vh;
  }
}
.banner .banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 25vh;
}
@media (max-width: 575px) {
  .banner .banner-text {
    padding-bottom: 0;
  }
}
.banner .banner-text h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 1199px) {
  .banner .banner-text h1 {
    font-size: 70px;
    line-height: 76px;
  }
}
@media (max-width: 991px) {
  .banner .banner-text h1 {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .banner .banner-text h1 {
    font-size: 55px;
    line-height: 66px;
  }
}
@media (max-width: 575px) {
  .banner .banner-text h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 10px;
  }
  .banner .banner-text h1 br {
    display: none;
  }
}
.banner .banner-text h1 span {
  font-size: 70px;
}
@media (max-width: 1199px) {
  .banner .banner-text h1 span {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (max-width: 991px) {
  .banner .banner-text h1 span {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 575px) {
  .banner .banner-text h1 span {
    font-size: 50px;
    line-height: 56px;
  }
}
.banner .banner-text p {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .banner .banner-text p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .banner .banner-text p {
    font-size: 15px;
    line-height: 24px;
  }
}
.banner img.hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner img.banner-para {
  position: absolute;
  transform: none !important;
  width: 100%;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 20px 0;
  transition: 600ms all;
  z-index: 11;
}
@media (max-width: 575px) {
  .main-header {
    padding: 12px 0;
  }
}
@media (max-width: 991px) {
  .main-header .container {
    padding: 0 20px;
  }
}
.main-header.inner .logo img path.st0, .main-header.inner .logo svg path.st0 {
  fill: #0265A6;
}
.main-header.inner .logo img path.st1, .main-header.inner .logo svg path.st1 {
  fill: #414143;
}
.main-header.inner .nav-wrap .wrap a {
  color: #000000;
}
.main-header.inner .nav-wrap .wrap .right-nav li .btn, .main-header.inner .nav-wrap .wrap .right-nav li a {
  color: #000000;
}
.main-header.inner .nav-wrap .burger span {
  filter: none;
}
.main-header.sticky {
  background: #EEE9E2;
}
.main-header.sticky .logo img path.st0, .main-header.sticky .logo svg path.st0 {
  fill: #0265A6;
}
.main-header.sticky .logo img path.st1, .main-header.sticky .logo svg path.st1 {
  fill: #414143;
}
.main-header.sticky .nav-wrap .wrap a {
  color: #000000;
}
.main-header.sticky .nav-wrap .wrap .right-nav li .btn {
  color: #000000;
}
.main-header.sticky .nav-wrap .burger span {
  filter: none;
}
.main-header .container {
  max-width: 100%;
}
.main-header .logo img, .main-header .logo svg {
  width: 230px;
}
@media (max-width: 767px) {
  .main-header .logo img, .main-header .logo svg {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .main-header .logo img, .main-header .logo svg {
    width: 170px;
  }
}
.main-header .logo img path.st1, .main-header .logo svg path.st1 {
  fill: #ffffff;
  transition: 600ms all;
}
.main-header .logo img path.st0, .main-header .logo svg path.st0 {
  fill: #ffffff;
  transition: 600ms all;
}
.main-header .nav-wrap .burger span {
  filter: brightness(0) invert(1);
}
.main-header .nav-wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header .nav-wrap .wrap .right-nav {
  display: flex;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .main-header .nav-wrap .wrap .right-nav {
    display: none;
  }
}
.main-header .nav-wrap .wrap .right-nav li {
  padding: 0 12px;
}
.main-header .nav-wrap .wrap .right-nav li .btn {
  padding: 0;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 575px) {
  .main-header .nav-wrap .wrap .right-nav li .btn {
    font-size: 10px;
    line-height: 12px;
  }
}
.main-header .nav-wrap .wrap .right-nav li .dropdown-menu {
  margin-top: 25px !important;
  border: none;
  padding: 10 px 10px;
}
.main-header .nav-wrap .wrap .right-nav li .dropdown-menu li a {
  color: #000000;
  background-color: transparent !important;
  padding: 3px 0;
}
.main-header .nav-wrap .wrap .right-nav li .dropdown-menu li a:hover {
  color: #006194;
}
.main-header .nav-wrap .wrap a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 575px) {
  .main-header .nav-wrap .wrap a {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    background-color: #006194;
    color: #ffffff;
    padding: 5px 5px 4px;
    width: 60px;
    border-radius: 4px;
    display: none;
  }
}
.main-header .nav-wrap .wrap a:hover {
  color: #006194;
}
@media (max-width: 575px) {
  .main-header .nav-wrap .wrap a:hover {
    color: #fdc418;
  }
}

.container {
  max-width: 100%;
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.top-section {
  padding: 250px 0 50px;
  position: relative;
  z-index: 1;
}
.top-section h1 {
  font-family: "fontspring_demo_-_veneerRg";
  font-size: 250px;
  color: #006194;
}
.top-section .one {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 300px;
  transform: translateY(-50%);
  white-space: nowrap;
  left: 200px;
}
.top-section .one.second {
  top: 280px;
  transform: translateY(50%);
}
.top-section h4 {
  position: absolute;
  top: 560px;
  width: 100%;
  text-align: center;
  font-family: "centaurregular";
}
@media (max-width: 1700px) {
  .top-section h4 {
    top: 520px;
  }
}
@media (max-width: 1500px) {
  .top-section h4 {
    top: 500px;
  }
}

.holiday {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.holiday::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .holiday::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .holiday {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .holiday .pin-spacer {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .holiday .panel.orange {
    transform: scale(1) !important;
  }
}
.holiday .BannerWrapper {
  position: relative;
}
@media (max-width: 767px) {
  .holiday .BannerWrapper {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    top: inherit !important;
  }
}
.holiday .BannerWrapper .img-wrap {
  margin: auto;
  position: relative;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  transition: 800ms;
}
.holiday .BannerWrapper .img-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
}
.holiday .BannerWrapper .img-wrap img {
  width: 100%;
  transition: 600ms all;
}
.holiday .BannerWrapper .img-wrap.nav-one {
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
}
.holiday .BannerWrapper .img-wrap.nav-one img.custom {
  opacity: 0;
}
.holiday .BannerWrapper .img-wrap.nav-one img.one {
  opacity: 1;
}
.holiday .BannerWrapper .img-wrap .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  max-width: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 600ms all;
  transform: translateY(100px);
  z-index: 2;
}
@media (max-width: 991px) {
  .holiday .BannerWrapper .img-wrap .banner-content {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .holiday .BannerWrapper .img-wrap .banner-content {
    top: 50px;
  }
}
@media (max-width: 575px) {
  .holiday .BannerWrapper .img-wrap .banner-content {
    top: 30px;
  }
}
.holiday .BannerWrapper .img-wrap .banner-content h1 {
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 575px) {
  .holiday .BannerWrapper .img-wrap .banner-content h1 {
    line-height: 32px;
    font-size: 24px;
  }
}
.holiday .BannerWrapper .img-wrap .banner-content p {
  color: #ffffff;
  font-family: "centaurregular";
}
.holiday .BannerWrapper .img-wrap .banner-content.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}
.holiday .BannerWrapper .img-wrap.stick {
  width: 100vw;
  border-radius: 0;
}
.holiday .BannerWrapper .img-wrap.stick img {
  opacity: 0.9;
}
.holiday .BannerWrapper .img-wrap.stick .banner-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.holiday .BannerWrapper .img-wrap .product-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(210, 90, 47, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 600ms all;
  background-size: cover !important;
}
.holiday .BannerWrapper .img-wrap .product-bg-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 10.5;
}
.holiday .BannerWrapper .img-wrap .product-bg-wrap.nav-one {
  opacity: 1;
  visibility: visible;
  background: url(../images/nav-1.png) no-repeat center;
  background-size: cover;
}
.holiday .BannerWrapper .img-wrap .product-bg-wrap.nav-two {
  opacity: 1;
  visibility: visible;
  background: url(../images/nav-2.png) no-repeat center;
  background-size: cover;
}
.holiday header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 600ms all;
  transform: translateY(-100px);
}
.holiday header .holy-nav {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
}
.holiday header #fixed-nav {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .holiday header #fixed-nav {
    padding: 20px 0;
  }
}
.holiday header #fixed-nav .main-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.holiday header #fixed-nav .main-nav ul li {
  width: 50%;
  text-align: center;
  display: flex;
}
@media (max-width: 767px) {
  .holiday header #fixed-nav .main-nav ul li {
    padding: 5px 0;
    border: none;
    width: auto;
  }
}
.holiday header #fixed-nav .main-nav ul li a {
  width: 100%;
  color: #f6f1eb;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
@media (max-width: 1400px) {
  .holiday header #fixed-nav .main-nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .holiday header #fixed-nav .main-nav ul li a {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .holiday header #fixed-nav .main-nav ul li a {
    padding: 0 20px;
  }
}
.holiday header #fixed-nav .main-nav ul li a:hover::after, .holiday header #fixed-nav .main-nav ul li a.active::after {
  width: 100%;
  right: 0px;
  left: 0px;
}
.holiday header #fixed-nav .main-nav ul li a h5 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  transition: 600ms all;
}
@media (max-width: 767px) {
  .holiday header #fixed-nav .main-nav ul li a h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .holiday header #fixed-nav .main-nav ul li a h5 {
    font-size: 14px;
  }
}
.holiday header #fixed-nav .main-nav ul li a h5 span {
  display: block;
  font-size: 30px;
  font-weight: 200;
  color: #fdc418;
}
@media (max-width: 1199px) {
  .holiday header #fixed-nav .main-nav ul li a h5 span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .holiday header #fixed-nav .main-nav ul li a h5 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .holiday header #fixed-nav .main-nav ul li a h5 span {
    display: none;
  }
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: -53px;
  height: calc(100vh + 53px);
  transition: 600ms all;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  padding: 50px 20px 50px;
}
@media (max-width: 767px) {
  .holiday header #fixed-nav .main-nav ul li a .drop-bar {
    display: none;
  }
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar p {
  text-transform: capitalize;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .holiday header #fixed-nav .main-nav ul li a .drop-bar p {
    display: none;
  }
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar .more {
  display: inline-block;
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar .more span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar .more span::after {
  border-color: #ffffff;
  border-radius: 50%;
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar .more span img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  z-index: 2;
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar .more:hover span::after {
  background-color: #006194;
}
.holiday header #fixed-nav .main-nav ul li a .drop-bar .more:hover span img {
  transform: rotate(-5deg);
}
.holiday header #fixed-nav .main-nav ul li a:hover h5, .holiday header #fixed-nav .main-nav ul li a.active h5 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
@media (max-width: 767px) {
  .holiday header #fixed-nav .main-nav ul li a:hover h5, .holiday header #fixed-nav .main-nav ul li a.active h5 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.holiday header #fixed-nav .main-nav ul li a:hover .drop-bar, .holiday header #fixed-nav .main-nav ul li a.active .drop-bar {
  transform: translateY(-100px);
  opacity: 1;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
.holiday header.fixed {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.holiday header.fixed::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  transition: 600ms all;
  border-bottom: 1px solid #e9e1d8;
  opacity: 0;
}
.holiday header.fixed.bg {
  position: fixed;
  bottom: inherit;
  top: 0;
  transition: 600ms all;
}
.holiday header.fixed.bg #fixed-nav {
  padding: 25px 0;
}
.holiday header.fixed.bg #fixed-nav .main-nav ul li a {
  color: #24262B;
}
.holiday header.fixed.bg #fixed-nav .main-nav ul li a::after {
  background-color: #d25a2f;
}
.holiday header.fixed.bg #fixed-nav .main-nav ul li a .drop-bar {
  display: none;
}
.holiday header.fixed.bg::after {
  height: 100%;
  opacity: 1;
}

a.explore-btn {
  border: 2px solid #000000;
  padding: 12px 40px;
  color: #000000;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "centaurregular";
  letter-spacing: 1px;
}
a.explore-btn::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background: #e9e1d8;
  width: 0;
  opacity: 1;
  transition: 600ms all;
}
a.explore-btn::before {
  position: absolute;
  content: "";
  right: -30px;
  top: 49%;
  width: 60px;
  height: 2px;
  background-color: #006194;
  transition: 600ms all;
  z-index: 1;
}
a.explore-btn span {
  position: relative;
  z-index: 1;
  transition: 600ms all;
}
a.explore-btn:hover::after {
  width: 100%;
  right: 0px;
  left: 0px;
}
a.explore-btn:hover::before {
  width: 20px;
}
/*New*/
a.more {
  font-size: 16px;
  text-transform: uppercase;
  color: #24262B;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #24262B;
  transition: 600ms all;
}
a.more img {
  margin-left: 5px;
  transition: 600ms all;
}
a.more:hover {
  color: #006194;
}
a.more:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

p.title, li.title {
  color: #006194;
  text-transform: uppercase;
  font-weight: 600;
}

.owl-nav {
  display: flex;
  position: relative;
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .owl-nav {
    margin-top: 20px !important;
  }
}
.owl-nav::before {
  position: absolute;
  content: "";
  left: 120px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background-color: #DACFC1;
}
.owl-nav button {
  margin: 0 25px 0 0 !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .owl-nav button img {
    width: 20px;
  }
}

.why-us {
  border-bottom: 1px solid #DACFC1;
}
.why-us h5 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 575px) {
  .why-us h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .why-us .row .right {
    margin-bottom: 10px;
  }
}

.what-we {
  padding-bottom: 0;
}
.what-we.kerala {
  padding-top: 0;
}
.what-we .head {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .what-we .head {
    margin-bottom: 25px;
  }
}
.what-we .head .left h6 {
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .what-we .head .right {
    margin-top: 10px;
  }
}
.what-we .head .right p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .what-we .head .right p {
    margin-bottom: 15px;
  }
}
.what-we .outer {
  width: calc(100% - (-50vw + 50%));
}
.what-we .item .inner {
  display: inline-block;
}
.what-we .item .inner .img-wrap {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .what-we .item .inner .img-wrap {
    margin-bottom: 15px;
  }
}
.what-we .item .inner .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.what-we .item .inner p.title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .what-we .item .inner p.title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .what-we .item .inner p.title {
    font-size: 13px;
  }
}
.what-we .item .inner h5 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.what-we .item .inner h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .what-we .item .inner h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .what-we .item .inner h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.what-we .item .inner.aos-animate .img-wrap img {
  display: block;
}
.what-we .item .inner.aos-animate .img-wrap img.reveal-curve-left {
  clip-path: circle(100% at -110% 50%);
  animation: reveal-curve-left 2s 0.2s forwards;
}
.what-we .item .inner.aos-animate .img-wrap img.reveal-curve-right {
  clip-path: circle(100% at 210% 50%);
  animation: reveal-curve-right 2s 0.2s forwards;
}
@keyframes reveal-curve-left {
  from {
    clip-path: circle(100% at -100% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes reveal-curve-right {
  from {
    clip-path: circle(100% at 200% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}

.experience.about {
  padding: 0;
}
.experience.about p {
  font-size: 15px;
  line-height: 24px;
}
.experience.about .exp-right {
  display: block;
}
@media (max-width: 767px) {
  .experience.about .exp-right {
    margin-top: 15px;
  }
}
.experience.about .exp-right .right-img-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .experience.about .exp-right .right-img-wrap {
    margin-bottom: 25px;
  }
}
.experience.about .exp-left .inner p a {
  color: #006194;
}
@media (max-width: 767px) {
  .experience.about .exp-left .inner .left-img-wrap {
    margin-top: 25px;
  }
}
.experience.about .exp-left .inner p {
  max-width: 100%;
}
.experience.about .vsn-msn {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #DACFC1;
}
@media (max-width: 767px) {
  .experience.about .vsn-msn {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.experience.about .vsn-msn .head {
  margin: 50px 0 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .experience.about .vsn-msn .head {
    margin: 30px 0 10px;
  }
}
.experience.about .vsn-msn .head h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.experience.about .vsn-msn h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}
.experience.about .vsn-msn .box {
  margin-bottom: 25px;
}
.experience.about .vsn-msn .box h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.experience.about .vsn-msn .v-box {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .experience.about .vsn-msn .v-box {
    margin-bottom: 12px;
  }
}
.experience.about .vsn-msn .v-box .inner {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
  .experience.about .vsn-msn .v-box .inner {
    padding: 25px;
  }
}
.experience.about .vsn-msn .v-box .inner h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.experience .head {
  text-align: center;
  margin-bottom: 50px;
}
.experience .head h6 {
  line-height: 36px;
}
.experience .exp-left .inner {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .experience .exp-left .inner {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .experience .exp-left .inner {
    padding-right: 0px;
  }
}
.experience .exp-left .inner h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .experience .exp-left .inner h1 {
    margin-bottom: 10px;
  }
}
.experience .exp-left .inner h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .experience .exp-left .inner h2 {
    margin-bottom: 10px;
  }
}
.experience .exp-left .inner p {
  max-width: 500px;
}
@media (max-width: 767px) {
  .experience .exp-left .inner p {
    max-width: 100%;
  }
}
.experience .exp-left .inner p.justify {
  text-align: justify;
}
.experience .exp-left .inner ul {
  padding-left: 20px;
}
.experience .exp-left .inner ul li {
  margin-bottom: 10px;
  list-style: circle;
}
.experience .exp-left .inner .left-img-wrap {
  margin-top: 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .experience .exp-left .inner .left-img-wrap {
    margin-top: 50px;
  }
}
.experience .exp-left .inner .left-img-wrap img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .experience .exp-right {
    display: none;
  }
}
.experience .exp-right .right-img-wrap {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.experience .exp-right .right-img-wrap img {
  border-radius: 10px;
}

.explore-india {
  border-bottom: 1px solid #DACFC1;
}
.explore-india .head {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .explore-india .head {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .explore-india .head .right {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.explore-india .head .right p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .explore-india .head .right p {
    margin-bottom: 20px;
  }
}

.explore-india .head h6 {
  font-style: italic;
  text-transform: uppercase;
}
.explore-india .inner.aos-animate .img-wrap img {
  display: block;
}
.explore-india .inner.aos-animate .img-wrap img.reveal-curve-left {
  clip-path: circle(100% at -110% 50%);
  animation: reveal-curve-left 2s 0.2s forwards;
}
.explore-india .inner.aos-animate .img-wrap img.reveal-curve-right {
  clip-path: circle(100% at 210% 50%);
  animation: reveal-curve-right 2s 0.2s forwards;
}
@keyframes reveal-curve-left {
  from {
    clip-path: circle(100% at -100% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes reveal-curve-right {
  from {
    clip-path: circle(100% at 200% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
.explore-india .img-wrap {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .explore-india .img-wrap {
    margin-bottom: 15px;
  }
}
.explore-india .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.explore-india p.title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.explore-india p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.explore-india h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .explore-india h3 {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .explore-india h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .explore-india h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.reviews {
  background-color: #e9e3da;
  margin-top: 100PX;
}
@media (max-width: 767px) {
  .reviews {
    margin-top: 50px;
  }
}
.reviews h1 {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .reviews h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .reviews h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .reviews h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .reviews h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.reviews .review-slider {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .reviews .review-slider {
    margin-top: 20px;
  }
}
.reviews .review-slider .inner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 575px) {
  .reviews .review-slider .inner {
    padding: 25px;
  }
}
.reviews .review-slider .inner .rating {
  display: flex;
  margin: 0 -3px 15px;
}
.reviews .review-slider .inner .rating img {
  margin: 0 3px;
  width: 16px;
}
.reviews .review-slider .inner p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.reviews .review-slider .inner ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
}
.reviews .review-slider .inner ul li {
  padding: 0 12px;
}
.reviews .review-slider .inner ul li p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.reviews .review-slider .inner ul li p:first-child {
  font-weight: 600;
}
.reviews .review-slider .inner ul li img {
  width: 30px;
}

.footer {
  background-color: #f4efe8;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .footer {
    text-align: center;
  }
}
.footer h5 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000000;
}
.footer .links li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .footer .links li {
    padding-left: 0;
  }
}
.footer .links li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #006194;
  border-bottom: 1px solid #006194;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 575px) {
  .footer .links li::before {
    display: none;
  }
}
.footer .links li a {
  font-size: 15px;
  font-weight: 300;
  color: #24262B;
}
.footer .links li a:hover {
  color: #006194;
}
@media (min-width: 1300px) {
  .footer .foot-about {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .footer .foot-about {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .foot-about {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .footer .foot-about {
    text-align: center;
  }
}
.footer .foot-about img {
  width: 150px;
  margin-bottom: 20px;
}
.footer .foot-about p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0;
}
.footer .foot-about .social {
  display: flex;
  margin-top: 20px;
  margin: 25px -8px 0;
}
@media (max-width: 767px) {
  .footer .foot-about .social {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .footer .foot-about .social {
    justify-content: center;
  }
}
.footer .foot-about .social li {
  margin-bottom: 0;
  padding: 0 8px;
}
.footer .foot-about .social li a {
  margin-right: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
}
.footer .foot-about .social li a img {
  width: 24px;
}
@media (max-width: 575px) {
  .footer .contact {
    margin-top: 30px;
  }
}
.footer .copy {
  padding: 25px 15px;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .footer .copy {
    margin-top: 30px;
  }
}
.footer .copy p {
  margin-bottom: 0;
  font-size: 13px;
}

.full-image {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.full-image .img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.inner-banner {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 150px;
}
.inner-banner .top-img-wrap {
  margin-top: 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.inner-banner a {
  padding: 10px 25px;
  background-color: #006194;
  color: #ffffff;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .inner-banner a {
    display: none;
  }
}
.inner-banner h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .inner-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .inner-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .inner-banner h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.inner-banner p {
  max-width: 750px;
  margin: auto;
}

.viazova-exp {
  padding-top: 50px;
  padding-bottom: 0;
}
.viazova-exp .we-do-wrap .we-do-box {
  margin-top: 24px;
}
.viazova-exp .we-do-wrap .we-do-box .inner {
  height: 100%;
  border: 1px solid #ffffff;
  background-color: #e9e3da;
  padding: 30px;
  border-radius: 10px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.viazova-exp .we-do-wrap .we-do-box .inner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 148, 0.8);
}
.viazova-exp .we-do-wrap .we-do-box .inner h6 {
  margin-bottom: 15px;
}
.viazova-exp .we-do-wrap .we-do-box .inner h6, .viazova-exp .we-do-wrap .we-do-box .inner p {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.viazova-exp .we-do-wrap .we-do-box .inner P {
  font-size: 14px;
  line-height: 22px;
}
.viazova-exp ul {
  margin-bottom: 20px;
  padding-left: 17px;
}
.viazova-exp ul li {
  margin-bottom: 10px;
  list-style: circle;
  list-style-position: outside;
}
.viazova-exp h5 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.viazova-exp p i {
  font-weight: 500;
}

@media (max-width: 575px) {
  .single-package .container {
    padding-right: 0;
  }
}
.single-package .head {
  margin-bottom: 25px;
}
.single-package .head h5 {
  margin-bottom: 0;
}
.single-package .head p {
  margin-bottom: 0;
}
.single-package .package-box .inner .img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000000;
}
.single-package .package-box .inner .img-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #0091ab;
  background: linear-gradient(0deg, rgb(0, 145, 171) 0%, rgba(0, 145, 171, 0) 100%);
}
.single-package .package-box .inner .img-wrap img {
  opacity: 0.8;
}
.single-package .package-box .inner .img-wrap .rate {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.single-package .package-box .inner .img-wrap .rate h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}
.single-package .package-box .inner .img-wrap .rate p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
}
.single-package .package-box .inner .img-wrap ul {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
}
.single-package .package-box .inner .img-wrap ul li {
  padding: 5px;
}
.single-package .package-box .inner .img-wrap ul li a {
  width: 35px;
  height: 35px;
  background-color: #fdc418;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-package .package-box .inner .img-wrap ul li a img {
  width: 15px;
}
.single-package .package-box .inner .img-wrap ul li:first-child a {
  background-color: #ffffff;
}
.single-package .package-box .inner .img-wrap .details {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  z-index: 2;
}
.single-package .package-box .inner .img-wrap .details h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}
.single-package .package-box .inner .img-wrap .details p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.single-attractions {
  padding: 0;
}
@media (max-width: 575px) {
  .single-attractions .container {
    padding-right: 0;
  }
}
.single-attractions .head {
  margin-bottom: 25px;
}
.single-attractions .head h5 {
  margin-bottom: 0;
}
.single-attractions .head p {
  margin-bottom: 0;
}
.single-attractions .package-box .inner .img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000000;
}
.single-attractions .package-box .inner .img-wrap img {
  opacity: 0.8;
}
.single-attractions .package-box .inner .details {
  margin-top: 25px;
}
.single-attractions .package-box .inner .details h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-attractions .package-box .inner .details p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-attractions .package-box .inner .details p {
    font-size: 15px;
    line-height: 20px;
  }
}

hr {
  border-top: 1px solid #DACFC1;
  opacity: 1;
  margin: 50px 0;
}

.inner-full-image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  margin: 0 100px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  min-height: 300px;
}
@media (max-width: 1199px) {
  .inner-full-image {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .inner-full-image {
    margin: 0 20px;
  }
}
.inner-full-image .container {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 991px) {
  .inner-full-image .container {
    padding: 30px;
  }
}
.inner-full-image .container .left .inner {
  padding: 30px;
}
@media (max-width: 991px) {
  .inner-full-image .container .left .inner {
    margin-bottom: 30px;
    padding: 0;
  }
}
.inner-full-image .container h3, .inner-full-image .container h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.inner-full-image .container p {
  margin-bottom: 15px;
}
.inner-full-image .container p:last-child {
  margin-bottom: 0;
}
.inner-full-image .container .sidebar .inner {
  padding: 30px;
  background-color: #f7f7f7;
}
.inner-full-image .container .sidebar .inner h6 {
  color: #006194;
  margin-bottom: 15px;
}
.inner-full-image.single-full {
  background-color: #000000;
}
.inner-full-image.single-full .img-parallax {
  width: 100vmax;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .inner-full-image.single-full .img-parallax {
    min-height: 100%;
    object-fit: cover;
  }
}
.inner-full-image.single-full .container {
  text-align: center;
  padding: 80px 100px;
}
@media (max-width: 1199px) {
  .inner-full-image.single-full .container {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .inner-full-image.single-full .container {
    padding: 50px 20px;
  }
}
.inner-full-image.single-full .container h3, .inner-full-image.single-full .container h4, .inner-full-image.single-full .container p {
  color: #ffffff;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #60D669;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.service-one {
  padding-top: 50px;
  padding-bottom: 0;
}
.service-one h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 800;
}
.service-one ul {
  padding-left: 20px;
}
.service-one ul li {
  margin-bottom: 10px;
  list-style: circle;
}
.service-one h5 {
  font-weight: 700;
  margin-bottom: 25px;
}
.service-one h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.service-one p {
  margin-bottom: 25px;
}

.service-with-image {
  padding-bottom: 0;
}
.service-with-image h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.service-with-image h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-with-image h2 {
    margin-bottom: 10px;
  }
}
.service-with-image ul {
  padding-left: 20px;
}
.service-with-image ul li {
  margin-bottom: 10px;
  list-style: circle;
}
.service-with-image .bottom-right .inner {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .service-with-image .bottom-right .inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .service-with-image .bottom-right .inner {
    padding-left: 0px;
  }
}
.service-with-image .exp-left .inner {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .service-with-image .exp-left .inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .service-with-image .exp-left .inner {
    padding-left: 0px;
  }
}
.service-with-image .exp-left .inner h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-with-image .exp-left .inner h1 {
    margin-bottom: 10px;
  }
}
.service-with-image .exp-left .inner p {
  max-width: 500px;
}
@media (max-width: 767px) {
  .service-with-image .exp-left .inner p {
    max-width: 100%;
  }
}
.service-with-image .exp-left .inner .left-img-wrap {
  margin-top: 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-with-image .exp-left .inner .left-img-wrap {
    margin-top: 50px;
  }
}
.service-with-image .exp-left .inner .left-img-wrap img {
  border-radius: 10px;
}
.service-with-image .exp-right .right-img-wrap {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-with-image .exp-right .right-img-wrap img {
  border-radius: 10px;
}
.service-with-image .caption {
  margin-top: 30px;
}

.sidebar {
  scroll-margin-top: 80px;
}
.sidebar .inner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .sidebar .inner {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .sidebar .inner {
    padding: 25px;
  }
}
.sidebar .inner h6 {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .inner p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
.sidebar .inner input, .sidebar .inner textarea {
  box-shadow: none;
  outline: none;
  width: 100%;
  border: 1px solid #e4d9c9;
  margin-bottom: 12px;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
}
.sidebar .inner input:placeholder, .sidebar .inner textarea:placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.sidebar .inner input:last-child, .sidebar .inner textarea:last-child {
  margin-bottom: 0;
}
.sidebar .inner input[type=submit], .sidebar .inner textarea[type=submit] {
  background-color: #006194;
  color: #ffffff;
  border-color: #006194;
  transition: 600ms all;
}
.sidebar .inner input[type=submit]:hover, .sidebar .inner textarea[type=submit]:hover {
  background-color: #fdc418;
  border-color: #fdc418;
  color: #24262B;
}

.visa {
  padding: 0;
}
.visa .search-wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.visa .search-wrap .inner {
  display: flex;
  width: 100%;
}
.visa .search-wrap .inner input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  outline: none;
  padding: 15px;
}
.visa .search-wrap .inner input:last-child {
  width: 150px;
  background-color: #006194;
  color: #ffffff;
}
.visa .accordion {
  border-radius: 0;
}
.visa .accordion .accordion-item {
  margin-bottom: 10px;
}
.visa .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  background-color: #e4d9c9;
  border-radius: 0 !important;
  border: none;
}
.visa .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fdc418;
  color: #000000;
}
.visa .accordion .accordion-item .accordion-body {
  padding: 30px;
}
@media (max-width: 575px) {
  .visa .accordion .accordion-item .accordion-body {
    padding: 25px;
  }
}
.visa .accordion .accordion-item .accordion-body h6 {
  margin-bottom: 0;
  font-size: 22px;
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info {
    margin: 0 -6px;
  }
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box {
  padding: 12px;
}
@media (max-width: 575px) {
  .visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box {
    width: 100%;
    padding: 6px;
  }
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box ul {
    margin: 0 -6px;
  }
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box ul li {
  padding: 12px;
}
@media (max-width: 575px) {
  .visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box ul li {
    padding: 6px;
  }
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box ul li span {
  background-color: rgba(0, 97, 148, 0.07);
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box ul li p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-info .visa-box ul li p.b {
  font-weight: 600;
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-requirements {
  margin-top: 30px;
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-requirements h6 {
  margin-bottom: 10px;
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-requirements ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .visa .accordion .accordion-item .accordion-body .visa-wrap .visa-requirements ul {
    margin: 0 -6px;
  }
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-requirements ul li {
  padding: 12px;
}
@media (max-width: 575px) {
  .visa .accordion .accordion-item .accordion-body .visa-wrap .visa-requirements ul li {
    padding: 6px;
  }
}
.visa .accordion .accordion-item .accordion-body .visa-wrap .visa-requirements ul li .inner {
  background-color: rgba(238, 233, 226, 0.7);
  padding: 7px 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-weight: 500;
}

.about-banner {
  overflow: hidden;
  position: relative;
}
.about-banner .banner-wrap {
  margin-top: -80px;
}
@media (max-width: 575px) {
  .about-banner .banner-wrap {
    margin-top: -50px;
  }
}
@media (max-width: 450px) {
  .about-banner .banner-wrap {
    margin-top: -30px;
  }
}

.tour-listing {
  padding: 0;
}
.tour-listing .row {
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .tour-listing .row {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .tour-listing .row {
    margin: 0 -6px;
  }
}
.tour-listing .tour-box {
  overflow: hidden;
  margin-bottom: 24px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .tour-listing .tour-box {
    padding: 0 12px;
  }
}
@media (max-width: 575px) {
  .tour-listing .tour-box {
    padding: 0 6px;
    margin-bottom: 12px;
  }
}
.tour-listing .tour-box .inner {
  display: inline-block;
}
.tour-listing .tour-box .inner figure {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.tour-listing .tour-box .inner figcaption ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
}
.tour-listing .tour-box .inner figcaption ul li {
  padding: 0 12px;
}
.tour-listing .tour-box .inner figcaption ul li h6 {
  margin-bottom: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .tour-listing .tour-box .inner figcaption ul li h6 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .tour-listing .tour-box .inner figcaption ul li h6 {
    font-size: 16px;
  }
}
.tour-listing .tour-box .inner figcaption ul li span {
  background-color: #fdc418;
  width: 40px;
  height: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 600ms all;
}
@media (max-width: 575px) {
  .tour-listing .tour-box .inner figcaption ul li span {
    width: 25px;
    height: 20px;
    background-color: transparent;
  }
}
.tour-listing .tour-box .inner figcaption ul li span img {
  width: 20px;
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
  transition: 600ms all;
}
@media (max-width: 575px) {
  .tour-listing .tour-box .inner figcaption ul li span img {
    width: 15px;
  }
}
.tour-listing .tour-box .inner:hover figcaption ul li span {
  background-color: #006194;
}
.tour-listing .tour-box .inner:hover figcaption ul li span img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.address-wrap {
  border-top: 1px solid #DACFC1;
  border-bottom: 1px solid #DACFC1;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .address-wrap {
    padding: 12px 0;
  }
}
@media (max-width: 575px) {
  .address-wrap {
    padding: 6px 0;
  }
}
.address-wrap ul {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .address-wrap ul {
    margin: 0 -12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .address-wrap ul {
    margin: 0 -6px;
  }
}
.address-wrap ul li {
  padding: 0 15px;
  text-align: center;
  width: 50%;
  border-right: 1px solid #DACFC1;
}
.address-wrap ul li:last-child {
  border-right: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .address-wrap ul li {
    padding: 12px;
  }
  .address-wrap ul li:first-child {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .address-wrap ul li {
    width: 100%;
    padding: 6px;
    border-right: none !important;
    border-bottom: 1px solid #DACFC1;
  }
}
@media (max-width: 767px) {
  .address-wrap ul li:first-child {
    width: 100%;
  }
}
.address-wrap ul li .inner {
  height: 100%;
  padding: 20px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.address-wrap ul li h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.address-wrap ul li p {
  margin-bottom: 0;
}
.address-wrap ul li a {
  color: #24262B;
  white-space: nowrap;
}

.contact-us {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .contact-us .form-wrap {
    margin-bottom: 30px;
  }
}
.contact-us .form-wrap form .row {
  flex-direction: inherit;
  margin: 0 -6px;
}
.contact-us .form-wrap form .row .form-box {
  margin-bottom: 12px;
  padding: 0 6px;
}
.contact-us .form-wrap form .row .form-box:last-child {
  margin-bottom: 0;
}
.contact-us .form-wrap form .row .form-box input {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  outline: none;
  box-shadow: none;
}
.contact-us .form-wrap form .row .form-box textarea {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 10px;
  outline: none;
  box-shadow: none;
}
.contact-us .form-wrap form .row .form-box button {
  background-color: #006194;
  border-radius: 5px;
  padding: 12px 25px;
  border: none;
  font-weight: 500;
}
@media (max-width: 575px) {
  .contact-us .form-wrap form .row .form-box button {
    width: 100%;
  }
}
.contact-us .form-wrap form .row .form-box button:hover {
  background-color: #006194;
}
.contact-us .form-wrap form .row .form-box .form-select {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 12px 10px;
  outline: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}
.contact-us .form-wrap form .row .form-box span {
  position: relative;
}
.contact-us .form-wrap form .row .form-box span label.error {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background-color: #f00;
  font-size: 0;
}
.contact-us .right .inner {
  height: 100%;
  min-height: 300px;
}
.contact-us .right .inner iframe {
  width: 100%;
  height: 100%;
}

.team {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .team {
    padding: 50px 0 0;
  }
}
.team .head {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .team .head {
    margin-bottom: 20px;
  }
}
.team .team-box {
  margin-bottom: 24px;
}
.team .team-box figure {
  border-radius: 10px;
  overflow: hidden;
}
.team .team-box figcaption {
  margin: 0;
}
.team .team-box figcaption h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.team .team-box figcaption p {
  font-size: 15px;
  margin-bottom: 0;
}

.vision {
  background-color: #e9e3da;
  margin-top: 50px;
}
.vision .vision-box .inner h4 {
  text-transform: uppercase;
  font-weight: 800;
}

.slide-form-btn {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.slide-form-btn .slide-btn {
  cursor: pointer;
}
.slide-form-btn .slide-btn span {
  background-color: #006194;
  padding: 20px 10px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  border-radius: 8px 0 0 8px;
  font-weight: 400;
}

body.form-open {
  overflow: hidden;
}
body.form-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

.slide-form {
  position: fixed;
  top: 0;
  right: -400px;
  max-width: 400px;
  height: 100vh;
  z-index: 12;
  background-color: #ffffff;
  transition: 600ms all;
  padding: 30px 0;
}
.slide-form .slide-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 10px;
  color: #006194;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.slide-form .slide-close img {
  margin-left: 5px;
  width: 20px;
  -webkit-animation: mover 0.5s infinite alternate;
  animation: mover 0.5s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(4px);
  }
}
.slide-form .inner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .slide-form .inner {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .slide-form .inner {
    padding: 25px;
  }
}
.slide-form .inner h6 {
  margin: bottom 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.slide-form .inner p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.slide-form .inner input, .slide-form .inner textarea {
  box-shadow: none;
  outline: none;
  width: 100%;
  border: 1px solid #e4d9c9;
  margin-bottom: 12px;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
}
.slide-form .inner input:placeholder, .slide-form .inner textarea:placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.slide-form .inner input:last-child, .slide-form .inner textarea:last-child {
  margin-bottom: 0;
}
.slide-form .inner input[type=submit], .slide-form .inner textarea[type=submit] {
  background-color: #006194;
  color: #ffffff;
  border-color: #006194;
  transition: 600ms all;
}
.slide-form .inner input[type=submit]:hover, .slide-form .inner textarea[type=submit]:hover {
  background-color: #fdc418;
  border-color: #fdc418;
  color: #24262B;
}
.slide-form.active {
  right: 0;
}

@media (min-width: 992px) {
  .pd-lt-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .pd-rt-30 {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .pd-lt-50 {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .pd-rt-50 {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .pd-tp-30 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .pd-bt-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .pd-tp-50 {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .pd-bt-50 {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=styles.css.map */