/*== Header Css Start ==*/
header {
  position: sticky;
  top: 0;
  z-index: 9;
}

header .container {
  max-width: 1650px;
  position: relative;
}

header .navbar-brand img {
  width: 280px;
  height: auto;
}

.desktop-menu {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-right: 70px;
}

.navbar {
  background: #fff url(../images/topbackground.png) no-repeat no-repeat right -8px top -15px;
  padding: 10px 0;
  background-size: 60% 70%;
  box-shadow: 0 0 5px rgba(0,0,0,0.125);
}

.navbar .nav-item {
  margin: 0 5px;
}

.navbar .nav-item .nav-link {
  color: #000;
  padding: 0;
  font-family: 'Helvetica';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.navbar .nav-item .nav-link:hover {
  color: #fe5955;
}

.navbar .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -12px;
  left: 0;
  background: #007cc3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  display: none;
}

.navbar .nav-item .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  display: none;
}

.request-btn {
  background: #fe5955;
  color: #fff;
  font-family: 'Helvetica';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
}

.request-btn:hover {
  background: #0f1868;
  color: #fff;
}
.request-btn {
    animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    -webkit-animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #fe5955;
}
.request-btn {
    animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulsesmall;
    -webkit-animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulsesmall;
    box-shadow: 0 0 0 1px #fe5955
}

@-webkit-keyframes pulse {
    100% {
        box-shadow: 0 0 0 18px rgba(203, 187, 70, 0)
    }
}

@-webkit-keyframes pulsesmall {
    100% {
        box-shadow: 0 0 0 18px rgba(203, 187, 70, 0)
    }
}


.navbar-toggler {
  border: none;
  border-radius: 0;
  padding: 0;
  color: #fe5955;
  font-size: 28px;
  padding-top: 45px;
  transition: all 0.3s ease-in;
  position: absolute;
  right: 0;
}

.navbar-toggler:hover {
  color: #0f1868;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.header-top {
  padding: 10px 50px;
  position: absolute;
  right: 0;
  width: calc(100% - 45%);
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header-top .contact-info {
  display: flex;
}

.header-top .contact-info a {
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 14px;
}

.header-top .contact-info a img {
  margin-right: 5px;
}

.header-top .contact-info a:not(:last-child):after {
  content: "";
  background: rgba(0, 0, 0, 0.50);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
}

.header-top .contact-info a:hover {
  color: #4d6ef1;
}

.header-top .social-link {
  display: flex;
  align-items: center;
}

.header-top .social-link a {
  color: #333333;
  font-size: 18px;
}

.header-top .social-link a:not(:last-child) {
  margin-right: 10px;
}

.header-top .social-link a:hover {
  color: #4d6ef1;
}

.offcanvas .navbar-nav {
  margin: 20px 0 20px 0;
}

.offcanvas .navbar-nav .nav-item {
  margin: 0;
  /* border-bottom: 1px solid rgb(255, 255, 255, 0.15); */
  padding: 14px 0px;
}

.offcanvas .navbar-nav .nav-item .nav-link {
  font-family: 'Helvetica';
  font-size: 22px;
  padding: 0px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.offcanvas .btn-close {
  margin: -16px;
  background-color: #ffde00;
  width: 25px;
  height: 25px;
  border-radius: 0;
  opacity: 1;
  font-size: 14px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.offcanvas {
  background-color: #232323;
}

.offcanvas .navbar-nav .nav-link {
  color: #fff;
}

.offcanvas .navbar-nav .nav-link::after {
  bottom: 0px;
}

.offcanvas .navbar-nav .nav-item .nav-link:hover,
.offcanvas .navbar-nav .nav-item .nav-link.active {
  color: #fe5955;
}
.offcanvas.offcanvas-end {
    width: 100%;
    transition: 2s;
}
.offcanvas-header {
    justify-content: flex-end;
}
.offcanvas-body {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 50px 0;
}
/*== Header Css Start ==*/
.offcanvas .navbar-nav .nav-item .nav-link {
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.menu-item__text > span {
  display: inline-block;
}
.ml6 {
    position: relative;
    overflow: hidden;
    display: block;
}
.ml6 .letter {
    display: inline-block;
    line-height: 1em;
}

/*=======banner section css start=========*/
.banner {
  position: relative;
}
.banner button{
  width: 100px;
  height: 0;
  top: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.banner button span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.60);
  transition: all 0.3s ease-in-out;
}
.banner button:hover span{
  background: #4d6ef1;
}
.carousel-item img.d-block{
  height: calc(100vh - 100px);
  object-fit: cover;
}
.banner .slick-slide {
  overflow: hidden;
}
/* .banner img {
  transition: all 3000ms ease-in-out;
  transform: scale(1.25, 1.25);
} */
/* .banner .carousel-item.active img {
  transform: scale(1, 1);
} */

.banner-upper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.banner-upper h1 {
  font-family: 'Astrid';
  font-weight: normal;
  color: #fff;
  margin: 0;
  line-height: 120px;
  text-shadow: 0 0px 50px #000;
}
.banner-upper p{
  background: rgba(0, 0, 0, 0.30);
  font-size: 24px;
  font-family: 'Lato';
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}
.banner .pattern-layer {
  content: "";
  background: url("../images/pattern-layer.png") no-repeat center center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 230px;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}
.offcanvas .navbar-nav .nav-link::after {
  display: none;
}
/*=======banner section css end=========*/
.linkleft-col {
    width: 30%;
    text-align: left;
    border-right: 1px solid rgb(255, 255, 255, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.logoright-side {
    margin-bottom: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.15);
    width: 100%;
}
.other-link {
    text-align: left;
    margin-bottom: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.15);
    width: 100%;
}
.phonenumber img {
    max-height: 20px;
    margin-right: 8px;
}
.info-bnr {
    margin-bottom: 18px;
}
.info-bnr p{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.info-bnr figure img {
    max-height: 157px;
}
.number-information {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.other-link h3 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}
.other-link .social-link a i {
    color: #fff;
    font-size: 30px;
    margin-right: 12px;
}
.menuright {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.phonenumber {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.phonenumber a {
    color: #fff;
}
.phonenumber a:hover {
    color: #fe5955;
}
.mobile-show{
  display: none;
}

/*===============*/
.getintouch-row {
    width: 30%;
    text-align: left;
    border-left: 1px solid rgb(255, 255, 255, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}
.getintouch-col h3{
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  margin-bottom: 15px;
}
.getintouch-col p{
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

/*============fullwidth Menu Css Start===========*/
.desktop-menu ul li.nav-item.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    top: 52%;
    right: 0;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    transition: 0.4s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    margin-top: 1px;
}
.fullwidth-menu{
  position: absolute;
  display: flex;
  top: 100%;
  width: auto;
  transform: scale(1, 0);
  transition: all 0.5s;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  min-width: 224px;
  padding: 0;
  left: 0;
  z-index: 1999;
  padding: 0;
  width: 1650px;
  flex-wrap: wrap;
  background: #fff;
  align-items: unset;
  padding: 50px 0px;
  margin: 0px 1em;
}
ul.fullwidth-menu:before {
    content: "";
    position: absolute;
    left: -50%;
    background: #fff;
    bottom: 0;
    right: 0;
    top: 0;
}
ul.fullwidth-menu:after {
    content: "";
    position: absolute;
    right: -50%;
    background: #fff;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
}
.desktop-menu ul li.nav-item:hover>ul.fullwidth-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.desktop-menu ul li.nav-item {
    position: static;
}
.fullwidth-menu li{
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.fullwidth-menu li .tourpackages-list{}
.fullwidth-menu li .tourpackages-list ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.fullwidth-menu li .tourpackages-list ul li{
  margin: 0px;
  padding: 20px 10px;
  list-style: none;
  width: 25%;
}

.fullwidth-menu li .tourpackages-list h3{
  font-family: 'TT Wellingtons Trl Regular';
  font-weight: normal;
  color: #25303d;
  font-size: 36px;
  padding-left: 10px;
}
.fullwidth-menu li .tourpackages-list h3 strong{
  color: #25303d;
  font-family: 'TT Wellingtons Trl DemiBold';
  font-size: 36px;
}
.fullwidth-menu li .tourpackages-list h4 a:hover {
    color: #fe5955;
}
.tourpackages-col figure{
  width: 100%;
  height: auto;
}
.tourpackages-col figure img{
  width: 100%;
  height: auto;
}
.tourpackages-col h4{
  color: #000;
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  margin: 15px 0 0px;
}

/*============fullwidth Menu Css End===========*/
