*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} 
html, body {
    padding: 0;
    margin: 0;
    font-family: 'Jost', sans-serif;
}
/* ======================== COMMAN CSS START ======================== */
:root { 
    --white: #fff; 
    --gray: #666666;
    --grayOne: #eeeeee;
    --grayTwo: #a7b0b4;
    --grayThree: #939fa4;
    --grayFour: #777;
    --grayFive: #7a7a7a;
    --graySix: #393939;
    --graySev: #6e6e6e;
    --grayEight: #b5b5b5;
    --grayNine: #2a2a2a;
    --grayTen: #9e9e9e;
    --lGgray: #fefefe; 
    --blue: #007bc1;
    --Liblue: #49bcf7;
    --bgDarkThree: #2290ff; 
    --yellow: #eac209;
    --yellowOne: #f6b403;
    --orange: #f65c06;
    --DGgray: #24282a;
    --DGgrayTwo: #0e202a;
    --bgDark: #07243a;
    --bgDarkOne: #0b1e2c;
    --bgDarkTwo: #02243e;
    --black: #000000;
}
/* ===========================================================================
                    0 SCRIPTORAMA MARKDOWN FONTS
=========================================================================== */
@font-face {
    font-family: 'Scriptorama';
    src: local('Scriptorama'), url('../fonts/scriptorama/Scriptorama.ttf') format('truetype');
} 
/* ===========================================================================
                    001 POPPINS FONTS
=========================================================================== */
@font-face {
    font-family: 'poppins';
    src: local('poppins'), url('../fonts/poppins/Poppins-Regular.ttf ') format('truetype'); 
}
@font-face {
    font-family: 'poppinsThin';
    font-weight: 300;
    src: local('poppins'), url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'poppinsMedium';
    font-weight: 500;
    src: local('poppins'), url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'poppinsSemiBold';
    font-weight: 600;
    src: local('poppins'), url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppinsBold';
    font-weight: 700;
    src: local('poppins'), url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppinsExtraBold';
    font-weight: 900;
    src: local('poppins'), url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
}  
/* ===========================================================================
                    002 MONTSERRAT FONTS
=========================================================================== */
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), url("../fonts/montserrat/Montserrat-Regular.woff") format('truetype');
}
@font-face {
    font-family: 'MontserratMedium';
    font-weight: 500;
    src: local('Montserrat'), url("../fonts/montserrat/Montserrat-Medium.woff") format('truetype');
}
@font-face {
    font-family: 'MontserratExtraBlod';
    font-weight: 900;
    src: local('Montserrat'), url("../fonts/montserrat/Montserrat-ExtraBold.woff") format('truetype');
}
/* ===========================================================================
                    003 ROBOTO FONTS
=========================================================================== */
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url("../fonts/roboto/Roboto-Regular.ttf") format('truetype');
}
/* ===========================================================================
                    004 KENTUCKYALTERNATE FONTS
=========================================================================== */
@font-face {
    font-family: 'KentuckyAlternate';
    src: local('KentuckyAlternate'), url('../fonts/kentucky/KentuckyAlternate.woff') format('truetype');
}
/* ===========================================================================
                    005 SMOOTHREAD FONTS
=========================================================================== */
@font-face {
    font-family: 'Smoothread';
    src: local('Smoothread'), url('../fonts/smoothread/Smoothread.woff') format('truetype');
}


.container {
    max-width: 1200px;
}
ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}
a {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: inherit;
    list-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Jost', sans-serif;
}
p {
    font-size: 16px;
    line-height: 1.7em;
    color: #0b1e2c;
    font-weight: 400;
    letter-spacing: 0.02em;
}
p, a, span {
    font-family: 'Jost', sans-serif;
}

/* ======================== COMMAN CSS END ======================== */




/* ==========================================  ==========================================  
                               02 Upcomming Tours START
=============================================  ========================================== */
    /* .upcommingTours {
        padding: 30px 0 0;
        position: relative;
        z-index: 9;
    }
    .upcommingTours h2 {
        color: var(--DGgray);
        font-size: 64px;
        line-height: 75px;
        margin: 60px 0 28px;
        font-weight: 600;
        font-family: 'poppinsSemiBold';
    }
    .upcommingTours h2 span {
        color: var(--grayThree);  
        display: block;
        font-family: 'poppinsSemiBold';
    }
   .upcommingTours p {
        color:  var(--grayTwo);
        font-size: 21px;
        line-height: 1.2;
        text-align: justify;
        font-weight: 400;
        font-family: 'poppins';
    }

    .upcommingTours .upcommingInner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .upcommingTours .upcommingInner .upcommingLeft {
        width: 40%;
        max-width: 500px;
        padding: 0 25px 0 55px;
        padding: 0 0 0 100px;
    }
    .upcommingTours .upcommingInner .upcommingLeft a{
        font-size: 19px;
        color: #ffffff;
        line-height: 1em;
        cursor: pointer;
        padding: 22px 0px; 
        background-color: #0078bc;
        letter-spacing: 0px;
        font-weight: 600;
        max-width: 250px;
        display: block;
        text-transform: capitalize;
        margin: 30px 0 0;
        text-align: center;
        border-radius: 50px; 
    } 
    .upcommingTours .upcommingInner .upcommingRight {
        width: calc(100% - 40%); 
    } 

@media (max-width:1600px){
    .upcommingTours  p{
        font-size: 17px;
        line-height: 1.4;
    } 
}
@media (min-width: 1024px) and (max-width: 1300px){
    .upcommingTours .upcommingInner .upcommingLeft  {
        width: 38%;
        padding: 0 0 0 50px;
    } 
    .upcommingSlider .item .slideImg {
        height: 350px;
    } 
}
@media (max-width:999px){
    .upcommingTours h2 {
        font-size: 45px;
        line-height: 1.2;
        margin: 0 0 15px;
    }
    .upcommingTours p{
        font-size: 16px; 
    }
    .upcommingTours .upcommingInner{
        flex-wrap: wrap;
    }
    .upcommingTours .upcommingInner .upcommingLeft{ 
        width: 40%;
        max-width: 100%;
        margin: 0;
        padding: 15px;
    } 
    .upcommingTours .upcommingInner .upcommingRight{
        width: calc(100% - 40%);
        max-width: 100%; 
    } 
   
  .customCarsol{
      .owl-stage-outer {
          padding: 40px 0 0px;
          .owl-item.center{
              .item{
                  padding: 5px;    

                  .slideImg { 
                      top: -30px;
                  }
                  .slideContent {
                      top: -20px;
                      h3{
                          font-size: 18px;
                          margin: 5px 0 0;
                      }
                      span {
                          font-size: 16px;
                          display: block;
                          margin: 0;
                      }
                  }
              }
          }
      }

      .owl-nav{
          button{
              span{
                  font-size: 50px; 
                  width: 45px;
                  height: 45px;
                  line-height: 30px;
              }
          } 
      } 
  }
}  */
/* @media (max-width:767px){
      
    .upcommingTours  {
        h2{
            font-size: 42px;
            line-height: 1;
            margin: 0 0 15px;
        }
        p{
            line-height: 1.5;
        } 
        .upcommingInner{
            .upcommingLeft{
                width: 100%;
                padding: 0 15px;
                a{
                    font-size: 17px;
                    padding: 16px 0px;
                    max-width: 180px;
                    margin-left: 0;
                }
            }

            .upcommingRight{
                width: 100%;
                height: 600px; 
            }
        }
    }
    


} */

/*  */
/* .upcommingSlider .item .slideImg{ 
  height: 545px;
  position: relative;
}
.upcommingSlider .item .slideImg img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
 
}
.upcommingSlider .item .slideImg img{
  width: 100%;
  height: 545px;
  object-fit: cover;
}
.upcommingSlider .item .slideContent{
  display: none;
  text-align: center;
}
.upcommingSlider .item .slideContent h3 a{
  color: #24282a;
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 700;
  margin: 15px 0 0;
  font-family: 'Roboto';
}
.upcommingSlider .item .slideContent span{
  color: #a7b0b4;
  font-size: 21px;
  font-weight: 400;
  margin: 15px 0 0;
  display: block;
  font-family: 'Roboto';
}
.upcommingSlider .owl-stage-outer{
  padding: 35px 0 0;
}
.upcommingSlider .owl-item.active.center{
  position: relative;
  z-index: 99999;
  border-radius: 8px;
}
.upcommingSlider .owl-item.active.center .item{
  padding: 10px;
  height: calc(100% + 50px);
  box-shadow: -2px 0px 30px -10px #0000001a;
}
.upcommingSlider .owl-item.active.center .item .slideImg{
  position: relative;
  top: -50px;
  box-shadow: 0px 0px 10px 0px #0000001a;
}
.upcommingSlider .owl-item.active.center .item .slideContent{
  display: block;
  position: relative;
  top: -30px;
}


.upcommingSlider .owl-item.active.center .item .slideContent h4 a,
.upcommingSlider .owl-item.active.center .item .slideContent h4{
  line-height: 1.4;
  margin: 0 0 10px;
  font-family: 'Roboto';
}


.upcommingSlider .owl-dots{
  display: none;
}
.upcommingSlider .owl-nav {
  left: 0;
  top: 40%;
  width: 100%;
  display: flex;
  text-align: center;
  position: absolute;
  justify-content: space-between;
}
.upcommingSlider .owl-nav button {
  margin: 0 10px !important;
}
.upcommingSlider .owl-nav button i{
  font-size: 45px;
  color: #7a7a7a;
  width: 65px;
  height: 65px;
  line-height: 65px;
  display: block;
  border-radius: 50%;
  font-weight: 100;
  background-color: #fff;
  box-shadow: 2px 3px 10px 2px #0000001a;
  transition: all 0.3s ease-in;    
}
.upcommingSlider .owl-nav button i:hover {
  color: #fff;
  background-color: #007bc1;
  transition: all 0.3s ease-in;
}
.upcommingSlider .owl-nav button i:focus,
.upcommingSlider .owl-nav button i:active,
.upcommingSlider .owl-nav button i:after{
    background: transparent; 
}

@media (max-width:1600px){
.upcommingSlider .item .slideImg {
  height: 450px;
}  
.upcommingSlider .item .slideImg img{
  width: 365px;
  height: 400px;
  object-fit: cover;
}
.upcommingSlider .item .slideContent h4 {
  font-size: 21px;
  line-height: 1.2em;
  margin: 5px 0 0;
}
.upcommingSlider .item .slideContent span {
  font-size: 18px;
  margin: 5px 0 0;
 }
}

@media (min-width: 1024px) and (max-width: 1300px){
  .upcommingTours .upcommingInner  .upcommingLeft  {
      width: 38%;
      padding: 0 0 0 50px;
  }
  .upcommingSlider .item .slideImg {
    height: 350px;
  } 
}

@media (max-width:767px){
    .upcommingSlider .owl-item.active.center{
      padding: 0 15px; 
    }
    .upcommingSlider .owl-item.active.center .item {
      padding: 0;
      height: 100%;
      overflow: hidden;
      border-radius: 10px 10px 0 0;
      box-shadow: 0px -18px 30px -10px #0000004a; 
    }
    .upcommingSlider .owl-item.active.center .item .slideImg {
      top: 0;
      height: 400px;
    }
    .upcommingSlider .item .slideImg img {
      width: 100%;
      height: 350px;
      margin: auto;
    }
    .upcommingSlider .owl-item.active.center .item .slideContent {
        display: block;
        position: relative;
        top: 0; 
        padding: 10px 15px;
    }
    .upcommingSlider .owl-nav button i {
      font-size: 27px;
      width: 46px;
      height: 46px;
      line-height: 46px;
    }
    .upcommingSlider .owl-nav {
      left: 0;
      top: 0px;
      width: auto;
      display: flex;
      text-align: center;
      position: relative;
      justify-content: center;
  }
} */

/* ==========================================  ==========================================
                              03  DiscoverAround  START
=============================================  ========================================== */
.DiscoverAroundWrap {
  position: relative;
  background-image: url("../images/DiscoverAround.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 200px 0 0;
}
.DiscoverAroundWrap .container {
  margin: auto;
  display: block;
  max-width: 1550px;
  width: 100%;
}
.DiscoverAroundWrap .dicoverHeading {
  max-width: 781px;
}
.DiscoverAroundWrap .dicoverHeading h2 {
  font-size: 93px;
  line-height: 1;
  font-weight: 600;
  color: var(--yellow);
  margin: 0;
  padding: 0;
}
.DiscoverAroundWrap .dicoverHeading h3 {
  font-size: 51px;
  line-height: 1;
  color: #27323c;
  text-transform: uppercase;
  background-color: #eac209;
  position: relative;
  top: -15px;
  margin: 0 0 35px;
  padding: 23px 15px;
}
.DiscoverAroundWrap .Discover_around {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 40px;
  flex-wrap: wrap;
}
.DiscoverAroundWrap .Discover_around .discover_box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.DiscoverAroundWrap .Discover_around .discover_box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
}
.DiscoverAroundWrap .Discover_around .discover_box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 720px;
}
.DiscoverAroundWrap .Discover_around .discover_box:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 720px;
}
.DiscoverAroundWrap .Discover_around .discover_box:nth-child(3), .DiscoverAroundWrap .Discover_around .discover_box:nth-child(4), .DiscoverAroundWrap .Discover_around .discover_box:nth-child(5) {
  height: 490px;
}
.DiscoverAroundWrap .Discover_around .discover_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.DiscoverAroundWrap .Discover_around .discover_box .discover_cont {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 0 40px 40px 40px;
}
.DiscoverAroundWrap .Discover_around .discover_box .discover_cont h3 {
  line-height: 1.1em;
  text-shadow: 2px 2px 1px #2e2e2e78;
}
.DiscoverAroundWrap .Discover_around .discover_box .discover_cont h3, .DiscoverAroundWrap .Discover_around .discover_box .discover_cont span {
  color: #fff;
}
.DiscoverAroundWrap .Discover_around .discover_box .discover_cont span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 12px 18px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  background-color: var(--Liblue);
}
.DiscoverAroundWrap .Discover_around .discover_box .discover_cont h5 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
}
.DiscoverAroundWrap .Discover_around .discover_box:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #09253b00 70%, #09253b 100%);
}

@media (max-width: 1600px) {
  .DiscoverAroundWrap .container {
    max-width: 1200px;
  }
  .DiscoverAroundWrap .container .Discover_around {
    row-gap: 25px;
    column-gap: 25px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(2), .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(1) {
    height: 500px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(3), .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(4), .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(5) {
    height: 400px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box .discover_cont {
    padding: 0 25px 25px 25px;
  }
}
@media (max-width: 1300px) {
  .DiscoverAroundWrap .container {
    max-width: 90%;
  }
  .DiscoverAroundWrap .dicoverHeading {
    max-width: 570px;
  }
  .DiscoverAroundWrap .dicoverHeading h2 {
    font-size: 75px;
  }
  .DiscoverAroundWrap .dicoverHeading h3 {
    font-size: 40px;
    top: -13px;
    margin: 0 0 15px;
    padding: 15px 15px;
  }
}
@media (max-width: 1023px) {
  .DiscoverAroundWrap {
    padding: 100px 0 0;
  }
  .DiscoverAroundWrap .dicoverHeading {
    max-width: 588px;
  }
  .DiscoverAroundWrap .dicoverHeading h2 {
    font-size: 70px;
  }
  .DiscoverAroundWrap .dicoverHeading h5 {
    font-size: 40px;
  }
  .DiscoverAroundWrap .container {
    max-width: 95%;
  }
  .DiscoverAroundWrap .container .Discover_around {
    row-gap: 15px;
    column-gap: 15px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(2), .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(1) {
    height: 400px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(3), .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(4), .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(5) {
    height: 400px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box .discover_cont {
    padding: 15px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box .discover_cont span {
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box .discover_cont h3 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .DiscoverAroundWrap {
    padding: 70px 0 0;
  }
  .DiscoverAroundWrap .container .dicoverHeading {
    max-width: 304px;
    margin: 0 0 0 10px;
  }
  .DiscoverAroundWrap .container .dicoverHeading h2 {
    font-size: 40px;
  }
  .DiscoverAroundWrap .container .dicoverHeading h3 {
    font-size: 19px;
    padding: 6px;
    top: -6px;
    margin: 0;
  }
  .DiscoverAroundWrap .container .Discover_around {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px 300px;
    row-gap: 12px;
    column-gap: 12px;
    padding: 12px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(1) {
    height: 300px;
    grid-row-start: 0;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(2) {
    height: 300px;
    grid-row-start: 1;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(3) {
    height: 300px;
    grid-row-start: 1;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(4), 
  .DiscoverAroundWrap .container .Discover_around .discover_box:nth-child(5) {
    height: 300px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box .discover_cont {
    padding: 12px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box .discover_cont span {
    font-size: 15px;
    padding: 8px 8px;
    margin-bottom: 10px;
  }
  .DiscoverAroundWrap .container .Discover_around .discover_box .discover_cont h3 {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .DiscoverAroundWrap {
    background-size: 550px;
  }
}


/* 
.DiscoverAroundWrap {
    position: relative; 

    background-image: url('../images/DiscoverAround.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 200px 0 0;
} 
.DiscoverAroundWrap .container {
    margin: auto;
    display: block;
    max-width: 1550px;
    width: 100%;
} 
.DiscoverAroundWrap .dicoverHeading {
    max-width: 781px;
}
.DiscoverAroundWrap .dicoverHeading h2 {
    font-size: 93px;
    line-height: 1;
    font-weight: 600;
    color: var(--yellow); 
    margin: 0;
    padding: 0;
} 
.DiscoverAroundWrap .dicoverHeading h3 {
    font-size: 51px;
    line-height: 1;
    color: #27323c;
    text-transform: uppercase;
    background-color: #eac209; 
    position: relative;
    top: -15px;
    margin: 0 0 35px;
    padding: 23px 15px;
} 
.DiscoverAroundWrap .Discover_around{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 40px;
    flex-wrap: wrap; 
}
.DiscoverAroundWrap .Discover_around .discover_box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
            
.DiscoverAroundWrap .Discover_around .discover_box a{    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99; 
}
            
.DiscoverAroundWrap .Discover_around .discover_box a:nth-child(1){
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 720px; 
}
.DiscoverAroundWrap .Discover_around .discover_box a:nth-child(2){
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 720px;
        
}

.DiscoverAroundWrap .Discover_around .discover_box a:nth-child(3),
.DiscoverAroundWrap .Discover_around .discover_box a:nth-child(4),
.DiscoverAroundWrap .Discover_around .discover_box a:nth-child(5){
    height: 490px; 
}

.DiscoverAroundWrap .Discover_around .discover_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.DiscoverAroundWrap .Discover_around .discover_cont {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 0 40px 40px 40px;
} 
.DiscoverAroundWrap .Discover_around .discover_cont h3 {
    line-height: 1.1em;
    text-shadow: 2px 2px 1px #2e2e2e78;
}
.DiscoverAroundWrap .Discover_around .discover_cont h3,
.DiscoverAroundWrap .Discover_around .discover_cont span {
    color: #fff;
}
.DiscoverAroundWrap .Discover_around .discover_cont span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    padding: 12px 18px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    background-color: var(--Liblue);
} 
.DiscoverAroundWrap .Discover_around .discover_cont h5 {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
} 
.DiscoverAroundWrap .Discover_around .discover_cont h5:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #09253b00 70%, #09253b 100%);
} 
@media (max-width:1600px){
    .DiscoverAroundWrap{
        .container{
            max-width: 1200px;

            .Discover_around{
                row-gap: 25px;
                column-gap: 25px;

                .discover_box{
                    &:nth-child(2),
                    &:nth-child(1){
                        height: 500px;
                    }
                    &:nth-child(3),
                    &:nth-child(4),
                    &:nth-child(5){
                        height: 400px;
                    }

                    .discover_cont{
                        padding:0 25px 25px 25px;
                    }
                }
            }

        } 
    }
} 
@media (max-width:1300px){
    .DiscoverAroundWrap{
        .container{
            max-width: 90%;
        }

        .dicoverHeading{
            max-width: 570px;
            h2 {
                font-size: 75px;
            }
            h3{
                font-size: 40px;
                top: -13px;
                margin: 0 0 15px;
                padding: 15px 15px;
            }
        }

    }  

} 
@media (max-width:1023px){
    .DiscoverAroundWrap{
        padding: 100px 0 0;
        .dicoverHeading {
            max-width: 588px;
            h2{
                font-size: 70px;
            }
            h5{
                font-size: 40px;
            }
        }
        .container {  
            max-width: 95%;

            .Discover_around{
                row-gap: 15px;
                column-gap: 15px;

                .discover_box{
                    &:nth-child(2),
                    &:nth-child(1){
                        height: 400px;
                    }
                    &:nth-child(3),
                    &:nth-child(4),
                    &:nth-child(5){
                        height: 400px;
                    }

                    .discover_cont{
                        padding: 15px;
                        span{
                            font-size: 14px;
                            padding: 10px 15px;
                            margin-bottom: 10px;
                        }
                        h3{
                            font-size: 18px;
                            line-height: 1.2em;
                            font-weight: 700;
                            margin: 0;
                        }
                    }
                }
            }
        }
    }
} 
@media (max-width:767px){
    .DiscoverAroundWrap {
        padding: 70px 0 0; 
        .container{ 

            .dicoverHeading{
                max-width: 304px;
                margin: 0 0 0 10px;
                h2{
                    font-size: 40px;
                }
                h3{
                    font-size: 19px;
                    padding: 6px;
                    top: -6px;
                    margin: 0;
                }
            } 


            .Discover_around{
                grid-template-columns: 1fr 1fr ;
                grid-template-rows: 300px 300px 300px ;
                row-gap: 12px;
                column-gap: 12px;
                padding: 12px;

                .discover_box{ 

                    &:nth-child(1){
                        height: 300px; 
                        grid-row-start: 0;
                        grid-row-start: 1;
                        grid-column-start: 1;
                        grid-column-end: 3; 
                    }

                    &:nth-child(2){
                        height: 300px;
                        grid-row-start: 1;
                        grid-row-start: 2;
                        grid-column-start: 1;
                        grid-column-end: 2;
                    }
                    &:nth-child(3){
                        height: 300px;
                        grid-row-start: 1;
                        grid-row-start: 2;
                        grid-column-start: 2;
                        grid-column-end: 3;
                    }
                    &:nth-child(4),
                    &:nth-child(5){
                        height: 300px;
                    }

                    .discover_cont{
                        padding: 12px;
                        
                        span{
                            font-size: 15px; 
                            padding: 8px 8px; 
                            margin-bottom: 10px; 
                        }
                        h3{
                            font-size: 17px;
                        }
                    }
                }
            }

    } 
    }
} 
@media (max-width:450px){
    .DiscoverAroundWrap {
        background-size: 550px;
    }
}
     */



/* ==========================================  ==========================================
                                ExploreSlider START
=============================================  ========================================== */
.expoSliderWrap{
    max-width: 1500px;
    margin: auto;
    position: relative;
    padding: 100px 0;
}
.expoSliderWrap    .exploreSlider{
        position: relative;
}
.expoSliderWrap    .exploreSlider .item img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.expoSliderWrap    .exploreSlider:after{
    position: absolute;
    display: block;
    content: "";
    border-left: 10px dotted #fff;
    left: -5px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 9;
}
.expoSliderWrap    .exploreSlider:before{
    position: absolute;
    display: block;
    content: "";
    border-left: 10px dotted #fff;
    right: -5px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 9;
}

@media(max-width:1600px){
    .expoSliderWrap{  
        .exploreSlider{ 
        }
    }
}
@media (max-width: 1024px){ 
    .expoSliderWrap {
        padding: 50px 0;
    }
}

@media(max-width:767px){
    .expoSliderWrap  {
        margin: 10px auto 50px;
        padding: 0;
        
        .exploreSlider{ 
        }
    }
}

/*  */
#exploreSlider{
  margin: auto; 
}
#exploreSlider .owl-dots {
  display: none;
}
#exploreSlider .owl-nav {
  left: -50px;
  top: 42%;
  width: calc(100% + 100px);
  display: flex;
  text-align: center;
  position: absolute;
  justify-content: space-between; 
}

#exploreSlider .owl-nav button i {
  font-size: 21px;
  color: #fff;
  width: 95px;
  height: 95px;
  line-height: 75px;
  display: block;
  border-radius: 50%;
  font-weight: 100;
  background-color: #f65c06;
  border: 10px solid #fff; 
  transition: all 0.3s ease-in;
  z-index: 99;
  position: relative;
}
@media(max-width:1600px){
  #exploreSlider{ 
    max-width: 1200px;
  }  
}
@media(min-width:1024px) and (max-width:1300px){
  #exploreSlider {
    max-width: 900px;
  }
  #exploreSlider .owl-nav {
    top: 40%;
    left: -30px;
    width: calc(100% + 60px);
  }
  #exploreSlider .owl-nav button i {
    width: 65px;
    height: 65px;
    line-height: 55px; 
    border: 5px solid #fff; 
}

}

@media(max-width:1023px){
  #exploreSlider {
    max-width: 95%;
  } 
  #exploreSlider .owl-nav {
    left: -20px; 
    width: calc(100% + 40px); 
  }
  #exploreSlider .owl-nav button i {
    font-size: 19px;
    width: 55px;
    height: 55px;
    line-height: 45px;
    border: 4px solid #fff;
  } 
}

@media(max-width:767px){
  #exploreSlider .owl-item .item{
    height: 200px;
    position: relative;
  }
  #exploreSlider .owl-item .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #exploreSlider .owl-nav {
    left: 0;
    width: auto;
    top: unset;
    position: relative; 
    justify-content: center;
  }
  #exploreSlider .owl-nav button i {
    font-size: 17px;
    width: 45px;
    height: 45px;
    line-height: 36px;
  } 
}
@media(max-width:767px){
  #exploreSlider .owl-item .item{
    height: 150px; 
  } 
}



/* ==========================================  ==========================================
                              05  tour_PackagesWrap SESSION START
=============================================  ========================================== */
.tour_PackagesWrap {
  position: relative;
}
.tour_PackagesWrap .tajmahalWrap {
  width: 100%;
  position: relative;
  z-index: 9;
  min-height: 600px;
  padding: 0 0 0 0;
  margin-top: 200px;
  background: url("../images/tajmahal.png") no-repeat;
  background-position: center top;
  background-size: cover;
}
.tour_PackagesWrap .tajmahalWrap .tajcontent {
  position: relative;
  top: -45px;
}
.tour_PackagesWrap .tajmahalWrap .tajcontent h2 {
  text-align: center;
  font-size: 118px;
  color: var(--DGgrayTwo);
  margin-bottom: 25px;
  font-family: "KentuckyAlternate";
}
.tour_PackagesWrap .tajmahalWrap .tajcontent h3 {
  font-size: 50px;
  text-align: center;
  letter-spacing: 2px;
  opacity: 0.3;
  color: var(--DGgrayTwo);
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 45px;
  font-family: "MontserratExtraBlod";
}
.tour_PackagesWrap .holidayWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 25px;
  row-gap: 25px;
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  flex-wrap: wrap;
}
.tour_PackagesWrap .sevicebox {
  border-radius: 5px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  height: 490px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tour_PackagesWrap .sevicebox h3 {
  position: absolute;
  font-size: 46px;
  line-height: 1;
  color: #fff;
  z-index: 99;
  font-family: "Smoothread";
  font-weight: 400;
}
.tour_PackagesWrap .sevicebox::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0009;
  background-blend-mode: multiply;
}
.tour_PackagesWrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  top: -200px;
  background: url("../images/indeaholid.png") no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

  




@media (max-width: 1600px) {
  .tour_PackagesWrap:before {
    top: -100px;
  }
  .tour_PackagesWrap .tajmahalWrap {
    margin-top: 100px;
  }
  .tour_PackagesWrap .tajmahalWrap .tajcontent {
    top: -25px;
  }
  .tour_PackagesWrap .sevicebox {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .tour_PackagesWrap .tajmahalWrap {
    margin-top: 50px;
    min-height: 450px;
  }
  .tour_PackagesWrap .tajmahalWrap h2 {
    font-size: 90px;
    margin-bottom: 25px;
  }
  .tour_PackagesWrap .holidayWrap {
    grid-row-gap: 12px;
    grid-row-gap: 12px;
    row-gap: 12px;
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
    grid-column-gap: 12px;
    column-gap: 12px;
  }
  .tour_PackagesWrap .sevicebox {
    height: 260px;
  }
  .tour_PackagesWrap .sevicebox h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tour_PackagesWrap .tajmahalWrap {
    min-height: 250px;
    margin: 0;
  }
  .tour_PackagesWrap .tajmahalWrap h2 {
    font-size: 62px;
    margin-bottom: 15px;
  }
  .tour_PackagesWrap .tajmahalWrap h3 {
    font-size: 32px;
    letter-spacing: 1px;
    opacity: 0.7;
  }
  .tour_PackagesWrap .holidayWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: 10px;
    row-gap: 10px;
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .tour_PackagesWrap .sevicebox {
    height: 250px;
  }
  .tour_PackagesWrap .sevicebox h3 {
    font-size: 32px;
  }
  .tour_PackagesWrap:before {
    top: -50px;
    height: 200px;
  }
}


 

/* ==========================================  ==========================================  
                      06  Adventure Pack SESSION START 
=============================================  ========================================== */
 

  .AdventureHeadingBox {
    background-color: #fcfcfc;
    min-height: 800px;
    position: relative;
    z-index: 999;
    padding: 100px 0;
    margin-top: 200px;
  }
  .AdventureHeadingBox img {
    max-width: 690px;
    margin-left: auto;
    display: block;
    z-index: -7;
    position: absolute;
    right: 100px;
    top: 0;
  }
  .AdventureHeadingBox::before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: -200px;
    width: 100%;
    height: 100%;
    background-image: url("../images/AdventureCloud.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -9;
  }
  .AdventureHeadingBox .AdventureImg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 8;
    background-image: url("../images/AdventureMount.png");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .AdventureHeadingBox .AdventureImg::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-image: url("../images/AdventureTree.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  .AdventureHeadingBox .adventureContent {
    display: flex;
    flex-wrap: wrap;
    transform: rotate(-8deg);
    max-width: 620px;
    text-align: right;
    position: relative;
    z-index: 9;
    top: 50px;
  }
  .AdventureHeadingBox .adventureContent h2 {
    width: 100%;
    font-size: 66px;
    font-weight: 400;
    font-family: "Smoothread";
    text-transform: unset;
  }
  .AdventureHeadingBox .adventureContent h3 {
    width: 100%;
    font-size: 103px;
    line-height: 1.9;
    color: #f65c06;
    font-weight: 400;
    font-family: "Smoothread";
    text-transform: unset;
  }
  .AdventureHeadingBox .adventureContent h4 {
    width: 100%;
    font-size: 66px;
    font-weight: 400;
    font-family: "Smoothread";
    text-transform: unset;
  }
  .AdventureHeadingBox::after {
    display: block;
    content: "";
    position: absolute;
    left: 50px;
    bottom: -50px;
    width: 267px;
    height: 368px;
    background-image: url("../images/advMan.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 9;
  }
  /* 02 */
  .selectrvlmodWrap {
    width: 100%;
    padding: 100px 0px 170px;
    background-image: url("../images/trvlmood.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #0e1d24e6;
    background-blend-mode: multiply;
    position: relative;
    z-index: 9;
  }
  .selectrvlmodWrap .container { 
  }
  .selectrvlmodWrap::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url("../images/AdventureTree.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 999;
  }
  .selectrvlmodWrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #0e1d24 0%, #0e1d24e8 60%, #0e1d2300 90%);
    width: 100%;
    height: 30%;
    z-index: -1;
  }
  .selectrvlmodWrap .travleMoodSlider {
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto 50px;
    border-radius: 10px 10px 0 0;
    padding: 25px 25px 0;
    position: relative;
    z-index: 9;
    border: 6px solid #f2f2f2;
  }
  .selectrvlmodWrap .travleMoodSlider .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 3px;
  }
  .selectrvlmodWrap .travleMoodSlider .heading h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: "poppins";
    color: var(--grayNine);
    margin: 0;
    padding: 0;
    text-transform: capitalize;
  }
  .selectrvlmodWrap .travleMoodSlider .heading a.viewAll {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: "poppins";
    color: var(--grayEight);
    text-transform: capitalize;
  }
  .selectrvlmodWrap .travleMoodSlider .details {
    display: flex;
  }
  .selectrvlmodWrap .travleMoodSlider .details .col + .col {
    border-left: 1px solid #dadada;
  }
  .selectrvlmodWrap .travleMoodSlider .details .col {
    flex: 1;
    text-align: center;
    border-top: 1px solid #dadada;
  }
  .selectrvlmodWrap .travleMoodSlider .details .col a {
    font-style: 16px;
    display: block;
    padding: 8px 0 15px;
    color: var(--grayTen);
    font-family: "poppins";
  }
  .selectrvlmodWrap .travleMoodSlider .details .col a img {
    max-width: 135px;
    display: block;
    margin: 0 auto 15px;
  }
  /* 03 */
  .adventureGridWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 25px;
    grid-row-gap: 25px;
    row-gap: 25px;
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
    grid-column-gap: 25px;
    column-gap: 25px;
    flex-wrap: wrap;
  }
  .adventureGridWrap .adventureBox {
    border-radius: 5px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .adventureGridWrap .adventureBox .boxImages {
    height: 250px;
    overflow: hidden;
  }
  .adventureGridWrap .adventureBox .boxImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .adventureGridWrap .adventureBox .boxContent {
    background-color: #fff;
    padding: 10px 10px;
  }
  .adventureGridWrap .adventureBox .boxContent h2 {
    font-size: 21px;
    font-weight: 500;
    color: #010101;
  }
  .adventureGridWrap .adventureBox .boxContent span {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #999999;
  }
  .adventureGridWrap .adventureBox .boxContent ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .adventureGridWrap .adventureBox .boxContent ul li i {
    font-size: 16px;
    color: #f75d37;
  }
  /* .adventureGridWrap .loadMore {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
  }
  .adventureGridWrap .loadMore i {
    width: 205px;
    height: 205px;
    line-height: 205px;
    border-radius: 50%;
    font-size: 90px;
    text-align: center;
    color: #c2c2c2;
    border: 5px solid #d9d9d9;
  } */
  @media (max-width: 1023px) {
    .selectrvlmodWrap .travleMoodSlider {
      width: 100%;
      max-width: 720px;
    }
    .selectrvlmodWrap .travleMoodSlider .details {
      overflow: auto;
    }
    .adventureGridWrap {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-row-gap: 15px;
      grid-row-gap: 15px;
      grid-row-gap: 15px;
      row-gap: 15px;
      grid-column-gap: 15px;
      -moz-column-gap: 15px;
      grid-column-gap: 15px;
      grid-column-gap: 15px;
      column-gap: 15px;
    }
  }
  @media (max-width: 767px) {
    .AdventureHeadingBox {
      background-color: #fcfcfc;
      min-height: 350px;
      position: relative;
      z-index: 999;
      padding: 0px 0;
      margin-top: 0px;
    }
    .AdventureHeadingBox img {
      max-width: 100%;
      max-height: 300px;
      width: auto;
      right: 0;
    }
    .AdventureHeadingBox .adventureContent {
      text-align-last: left;
      width: 100%;
    }
    .AdventureHeadingBox .adventureContent h2 {
      font-size: 27px;
      line-height: 3;
    }
    .AdventureHeadingBox .adventureContent h3 {
      font-size: 60px;
      line-height: 1;
    }
    .AdventureHeadingBox .adventureContent h4 {
      font-size: 27px;
      padding: 0 0 0 250px;
    }
    .AdventureHeadingBox .AdventureImg {
      background-size: contain;
    }
    .AdventureHeadingBox:after {
      width: 100px;
      height: 135px;
    }
    .AdventureHeadingBox:before {
      top: -70px;
      height: 120px;
    }
    .selectrvlmodWrap {
      padding: 50px 0px 50px;
    }
    .selectrvlmodWrap .travleMoodSlider {
      max-width: 95%;
      margin: 0 auto 25px;
      padding: 15px 10px 0;
      border: 2px solid #f2f2f2;
    }
    .selectrvlmodWrap .travleMoodSlider .details {
      display: flex;
      overflow: auto;
    }
    .selectrvlmodWrap .travleMoodSlider .details .col a {
      padding: 5px 5px 5px;
    }
    .selectrvlmodWrap .travleMoodSlider .details .col a img {
      max-width: 110px;
      display: block;
      margin: 0 auto 5px;
    }
    .adventureGridWrap {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 10px;
      grid-row-gap: 10px;
      grid-row-gap: 10px;
      row-gap: 10px;
      grid-column-gap: 10px;
      -moz-column-gap: 10px;
      grid-column-gap: 10px;
      grid-column-gap: 10px;
      column-gap: 10px;
    }
    .adventureGridWrap .adventureBox .boxImages {
      max-height: 160px;
    }
    .adventureGridWrap .adventureBox .boxImages a {
      display: block;
      height: 100%;
    }
    .adventureGridWrap .adventureBox .boxContent h2 {
      font-size: 16px;
      margin: 0;
      min-height: unset;
    }
    .adventureGridWrap .adventureBox .boxContent span ul li {
      font-size: 14px;
    }
    .adventureGridWrap .adventureBox .boxContent span ul li i {
      font-size: 8px;
    }
    .adventureGridWrap .loadMore i {
      width: 135px;
      height: 135px;
      line-height: 135px;
      font-size: 42px;
    }
  }


/* ==========================================  ==========================================
                                07 explordesWrap SESSION START
=============================================  ========================================== */
.explordesWrap {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #ffb613;
  z-index: 99;
}
.explordesWrap .container {
  /* max-width: 1680px; */
}
.explordesWrap:before {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  content: "";
  position: absolute;
  background: url('../images/5separatorDestinations.png ') no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  top: -100px;
}
.explordesWrap .explorContent {
  position: relative;
  z-index: 99;
  background-image: url("../images/deginetion-boximg.png ");
  background-position: right;
  background-size: contain;
  min-height: 500px;
  background-repeat: no-repeat;
  padding: 100px 0 0 100px;
}
.explordesWrap .explorContent .button {
  color: #fff;
  font-size: 29px;
  line-height: 1em;
  cursor: pointer;
  padding: 24px 30px;
  display: inline-block;
  border-radius: 8px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  background-color: #0e1d24;
  padding: 28px 30px;
  margin: 60px 0 0 100px;
  display: inline-block;
}
.explordesWrap .explorContent .button i {
  padding: 0px 40px 0px 50px;
}
.explordesWrap .explorcontbx {
  position: relative;
}
.explordesWrap h2 {
  font-size: 118px;
  color: #0e202a;
  line-height: 180px;
  padding: 0 0 0 110px;
  font-family: 'Smoothread';
  font-weight: 400;
  text-transform: unset;
}
.explordesWrap h3 {
  font-size: 119px;
  color: #ffffff;
  font-weight: 900;
  line-height: 255px;
  font-family: 'Smoothread';
  font-weight: 400;
  text-transform: unset;
}
.explordesWrap h4 {
  font-size: 72px;
  color: #0e202a;
  padding: 0 0 0 110px;
  font-family: 'Smoothread';
  font-weight: 400;
  text-transform: unset;
}
.explordesWrap .explordesbxgrup {
  margin-top: 140px;
}
.explordesWrap .lastArrow {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  max-height: 296px;
}
.explordesWrap .lastArrow i {
  width: 205px;
  height: 205px;
  line-height: 205px;
  border-radius: 50%;
  font-size: 90px;
  color: #c2c2c2;
  border: 5px solid #d9d9d9;
}
.adventureBox {
  border-radius: 5px;
  overflow: hidden;
  /* background-color: #fff; */
}
.adventureBox .boxImages {
  height: 250px;
  overflow: hidden;
}
.adventureBox .boxImages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adventureBox .boxContent {
  background-color: #fff;
  padding: 10px 10px;
}
.adventureBox .boxContent h5 {
  font-size: 22px;
  font-weight: 700;
  color: #010101;
  min-height: 55px;
}
.adventureBox .boxContent span {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #999999;
}
.adventureBox .boxContent ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.adventureBox .boxContent ul li i {
  font-size: 16px;
  color: #f75d37;
}
.adventureGridWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 25px;
  grid-row-gap: 25px;
  row-gap: 25px;
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
  grid-column-gap: 25px;
  column-gap: 25px;
  flex-wrap: wrap;
}
.adventureGridWrap .adventureBox {
  border-radius: 5px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.adventureGridWrap .adventureBox .boxImages {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.adventureGridWrap .adventureBox .boxImages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adventureGridWrap .adventureBox .boxContent {
  background-color: #fff;
  padding: 10px 10px;
}
.adventureGridWrap .adventureBox .boxContent h2 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #010101;
  padding: 0;
  font-family: 'Jost', sans-serif;
}
.adventureGridWrap .adventureBox .boxContent span {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #999999;
}
.adventureGridWrap .adventureBox .boxContent ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.adventureGridWrap .adventureBox .boxContent ul li i {
  font-size: 16px;
  color: #f75d37;
}
.adventureGridWrap .loadMore {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
}
.adventureGridWrap .loadMore i {
  width: 205px;
  height: 205px;
  line-height: 205px;
  border-radius: 50%;
  font-size: 90px;
  text-align: center;
  color: #c2c2c2;
  border: 5px solid #d9d9d9;
  display: block;
}
/* ==========================================  ==========================================  
                               02 UPCOMMING TOUR START
=============================================  ========================================== */   

@media (max-width: 1600px) {
  .explordesWrap .explorContent {
    padding: 100px 0 0 0px;
    background-position: right -150px center;
  }
}
@media (max-width: 1023px) {
  .explordesWrap {
    padding: 50px 0;
  }
  .explordesWrap .explordesbxgrup {
    margin-top: 70px;
  }
  .explordesWrap .explorContent {
    padding: 50px 0 0 20px;
    background-position: right -200px center;
  }
  .explordesWrap h4 {
    font-size: 62px;
    line-height: 1;
  }
  .explordesWrap h2 {
    font-size: 90px;
    line-height: 2;
  }
  .explordesWrap h3 {
    font-size: 80px;
    line-height: 1;
  }
  .adventureGridWrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 15px;
    grid-row-gap: 15px;
    grid-row-gap: 15px;
    row-gap: 15px;
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
    grid-column-gap: 15px;
    grid-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .explordesWrap {
    padding: 20px 0 50px;
    min-height: unset;
  }
  .explordesWrap h2 {
    font-size: 40px;
    line-height: 2;
    padding: 0 0 0 40px;
  }
  .explordesWrap h3 {
    font-size: 27px;
    padding: 0 0 0 20px;
    line-height: 1.5;
  }
  .explordesWrap h4 {
    font-size: 27px;
    padding: 0 0 0 35px;
  }
  .explordesWrap .explorContent {
    padding: 50px 0 0 10px;
    min-height: unset;
    background-position: right -100px center;
  }
  .explordesWrap .explorContent a.button {
    font-size: 17px;
    padding: 16px 0px;
    max-width: 180px;
    margin: 20px 0 0;
    width: 100%;
    border-radius: 50px;
    text-align: center;
  }
  .explordesWrap .explorContent a.button i {
    padding: 0;
  }
  .explordesWrap:before {
    height: 80px;
    top: -50px;
  }
  .explordesWrap .explordesbxgrup {
    margin-top: 30px;
  }
  .explordesWrap .explordesbxgrup .col-6 {
    margin-bottom: 25px;
  }
  .adventureGridWrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 10px;
    grid-row-gap: 10px;
    grid-row-gap: 10px;
    row-gap: 10px;
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    grid-column-gap: 10px;
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .adventureGridWrap .adventureBox .boxImages {
    max-height: 160px;
  }
  .adventureGridWrap .adventureBox .boxImages a {
    display: block;
    height: 100%;
  }
  .adventureGridWrap .adventureBox .boxContent h2 {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    min-height: unset;
  }
  .adventureGridWrap .adventureBox .boxContent span ul li {
    font-size: 14px;
  }
  .adventureGridWrap .adventureBox .boxContent span ul li i {
    font-size: 8px;
  }
  .adventureGridWrap .loadMore i {
    width: 135px;
    height: 135px;
    line-height: 135px;
    font-size: 42px;
  }
}


/* ==========================================  ==========================================
                                HowItWork SESSION START
=============================================  ========================================== */

.howItWorkWrap {
  width: 100%;
  position: relative;
  padding: 150px 0 0px;
  background-image: url("../images/howitworkBg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.howItWorkWrap::after {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  content: "";
  position: absolute;
  background-image: url('../images/2separatorrequirements.png');
  top: -60px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
}
.howItWorkWrap h2 {
  font-size: 115px;
  color: #f9b213;
  line-height: 1;
  position: relative;
  padding: 0 0 0 220px;
  display: inline-block;
  font-family: 'Smoothread';
  text-transform: none;
  font-weight: 500;
}
.howItWorkWrap h2 span {
  color: #505050;
  font-family: 'Smoothread';
}
.howItWorkWrap h2::after {
  display: block;
  content: "";
  position: absolute;
  right: -400px;
  top: -100px;
  width: 350px;
  height: 350px;
  background-image: url('../images/dishasuchak.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.howItWorkWrap .howitwrgrpkbx {
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.howItWorkWrap .howitwrgrpkbx .howitcontbx {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 240px;
}
.howItWorkWrap .howitwrgrpkbx h3 {
  color: #f9b213;
  transform: rotate(-20deg);
  font-family: 'Smoothread';
  text-align: center;
}
.howItWorkWrap .howitwrgrpkbx .one {
  background: url('../images/howitwork01.png') no-repeat center;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 160px;
}
.howItWorkWrap .howitwrgrpkbx .one h3 {
  font-size: 56px;
  line-height: 36px;
}
.howItWorkWrap .howitwrgrpkbx .two {
  background: url('../images/howitwork02.png') no-repeat center;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 60px;
}
.howItWorkWrap .howitwrgrpkbx .two h3 {
  font-size: 39px;
  line-height: 1.6;
}
.howItWorkWrap .howitwrgrpkbx .three {
  background: url('../images/howitwork03.png') no-repeat center;
  background-position: center;
  background-size: contain;
}
.howItWorkWrap .howitwrgrpkbx .three h3 {
  font-size: 69px;
  line-height: 1;
}
.howItWorkWrap .howitgrop .howitworkimg {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  .howItWorkWrap h2::after {
    display: block;
    content: "";
    position: absolute;
    right: -400px;
  }
}
@media (max-width: 1300px) {
  .howItWorkWrap h2 {
    font-size: 95px;
    padding: 0 0 0 120px;
  }
}
@media (max-width: 1023px) {
  .howItWorkWrap h2 {
    font-size: 70px;
    padding: 0 0 0 50px;
  }
  .howItWorkWrap h2::after {
    right: -186px;
    top: -100px;
    width: 250px;
    height: 250px;
  }
  .howItWorkWrap .howitwrgrpkbx {
    margin-top: 50px;
  }
  .howItWorkWrap .howitwrgrpkbx .one {
    top: 100px;
  }
  .howItWorkWrap .howitwrgrpkbx .one h3 {
    font-size: 40px;
    line-height: 1;
  }
  .howItWorkWrap .howitwrgrpkbx .two {
    top: 40px;
  }
  .howItWorkWrap .howitwrgrpkbx .two h3 {
    font-size: 25px;
  }
  .howItWorkWrap .howitwrgrpkbx .three {
    top: -50px;
    position: relative;
  }
  .howItWorkWrap .howitwrgrpkbx .three h3 {
    font-size: 40px;
  }
  .howItWorkWrap .howitworkimg img {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .howItWorkWrap {
    padding: 50px 0 0;
  }
  .howItWorkWrap h2 {
    font-size: 48px;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
  }
  .howItWorkWrap h2:after {
    width: 150px;
    height: 150px;
    right: 0;
    top: -40px;
    margin: auto;
  }
  .howItWorkWrap .howitwrgrpkbx {
    margin: 0;
    min-height: unset;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .howItWorkWrap .howitwrgrpkbx .howitcontbx {
    min-height: 160px;
  }
  .howItWorkWrap .howitwrgrpkbx .one {
    top: 0;
    background-position: left;
    align-items: flex-start;
  }
  .howItWorkWrap .howitwrgrpkbx .one h3 {
    font-size: 36px;
    display: block;
  }
  .howItWorkWrap .howitwrgrpkbx .two {
    top: 0;
    background-position: right;
    align-items: flex-end;
  }
  .howItWorkWrap .howitwrgrpkbx .two h3 {
    left: 60px;
    font-size: 24px;
  }
  .howItWorkWrap .howitwrgrpkbx .three {
    top: 0;
    background-position: left;
    align-items: flex-start;
  }
  .howItWorkWrap .howitwrgrpkbx .three h3 {
    font-size: 36px;
    display: block;
  }
  .howItWorkWrap .adventureBox.lastArrow i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
  }
  .howItWorkWrap:after {
    top: -40px;
    height: 70px;
  }
}

/* ==========================================  ==========================================
                                Testimonial   START
==========================================  ========================================== */
.testimonialWrap {
  padding: 100px 0 200px;
  background-color: var(--bgDarkTwo);
  position: relative;
}
.testimonialWrap:before {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  content: "";
  position: absolute;
  top: -70px;
  height: 100px;
  background-image: url('../images/4separator.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.testimonialWrap .separator {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 90px;
  background: #c3c9ce;
}
.testimonialWrap .separator:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  margin: auto;
  position: absolute;
  left: -6px;
  right: 0;
  bottom: -8px;
  z-index: 99;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #208bf6;
}
.testimonialWrap .container {
  max-width: 1220px;
  margin: auto;
  display: block;
}
.testimonialWrap h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bgDarkThree);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.testimonialWrap h3 {
  font-size: 36px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin-bottom: 70px;
}
.testimonialWrap h3 span {
  font-weight: 700;
}
.testimonialWrap h4 {
  font-size: 17px;
}
.testimonialWrap h4, .testimonialWrap p {
  text-align: center;
}







@media (max-width: 1600px) {
  .testimonialWrap .container {
    width: 100%;
    max-width: 1170px;
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  .testimonialWrap {
    padding: 100px 0 100px;
  }
  .testimonialWrap .container {
    width: 100%;
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .testimonialWrap {
    padding: 100px 0 50px;
  }
  .testimonialWrap h3 {
    margin-bottom: 20px;
  }
  .testimonialWrap .container {
    max-width: 100%;
    padding: 0 20px;
  }
}



.testiWrap .owl-stage-outer{
  padding: 25px 0 0;
}
.testiWrap .owl-stage-outer .owl-stage{ 
  display: flex;
}
.testiWrap .item{
  height: 100%;
  padding: 70px 35px 35px;
  border-radius: 12px;
  position: relative;
  background-color: #fff;
}
.testiWrap .item i{
  position: absolute;
  font-size: 62px;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
  text-align: center;
  color: #2290ff;
  opacity: 0.3;
} 
.testiWrap .item .img{
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 10px;
  background-color: #02243e;
}
.testiWrap .item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.testiWrap .owl-item.center i{
  opacity: 1;
} 
.testiWrap .owl-dots{
  display: none;
}
.testiWrap .owl-nav {
  left: -60px;
  top: 46%;
  width: calc(100% + 120px) ;
  display: flex;
  text-align: center;
  position: absolute;
  justify-content: space-between;
}
.testiWrap .owl-nav button {
  margin: 0 10px !important;
}
.testiWrap .owl-nav button i{
  font-size: 30px;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  display: block;
  border-radius: 50%;
  font-weight: 100; 
  transition: all 0.3s ease-in;    
}
.testiWrap .owl-nav button i:hover {
  color: #fff;
  background-color: #007bc1;
  transition: all 0.3s ease-in;
}
.testiWrap .owl-nav button i:focus,
.testiWrap .owl-nav button i:active,
.testiWrap .owl-nav button i:after{
    background: transparent; 
} 
@media(max-width:1023px){
  .testiWrap .owl-nav {
    top: 0;
    left: 0;    
    width: 100%;
    position: relative; 
    justify-content: center;
  } 
}
@media(max-width:767px){
.testiWrap .item { 
    padding: 50px 20px 20px;
    border-radius: 12px;  
}
  .testiWrap .owl-nav {
      left: 0;
      width: 100%;
      top: unset;
      width: auto;
      left: 0;
      right: 0;
      position: relative;
      justify-content: center;
      padding: 10px 0 0;
  } 
} 
.onlyMar  .col-6 {
  margin-bottom: 25px; 
}

.testiWrap .item .content h3{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2290ff;
}

/* ==========================================  ==========================================
                                requirementsWrap SESSION START
=============================================  ========================================== */
.bradeFour {
  height: 72px;
  background: #09253b;
  position: relative;
  z-index: 99;
}
.innerInq .requirementsWrap {
  padding: 50px 0;
}
.innerInq .requirementsWrap .customPlan {
  display: none;
}

.requirementsWrap {
  width: 100%;
  padding: 200px 0 0;
  background: url('../images/contactBgThree.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.requirementsWrap::after {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  content: "";
  position: absolute;
  background-image: url('../images/2separatorrequirements.png');
  top: -90px;
  height: 117px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.requirementsWrap .requirementsInner {
  display: flex;
  flex-wrap: wrap;
}
.requirementsWrap .requirementsInner .requirementsLeft {
  width: calc(100% - 560px);
  text-align: center;
}
.requirementsWrap .requirementsInner .requirementsLeft img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.requirementsWrap .requirementsInner .requirementsRight {
  width: 100%;
  max-width: 560px;
}
.requirementsWrap h3 {
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  font-family: 'MontserratExtraBlod';
  color: var(--bgDarkOne);
  margin-top: 35px;
}
.requirementsWrap h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  font-family: 'MontserratExtraBlod';
  color: var(--graySix);
  margin: 0px 0 40px;
}
.requirementsWrap .customPlan {
  position: absolute;
  top: -150px;
  left: 250px;
  z-index: 999;
}
.requirementsWrap form {
  padding: 0 30px 150px;
}
.requirementsWrap form .custForm {
  margin-bottom: 30px;
}
.requirementsWrap form .custForm input {
  height: 94px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: transparent;
  border: 1px solid var(--graySix);
  padding: 0 20px;
}
.requirementsWrap form .custForm input::-webkit-input-placeholder {
  font-size: 18px;
  color: #00000081;
  font-weight: 500;
  font-family: 'MontserratMedium';
}
.requirementsWrap form .custForm input:-ms-input-placeholder {
  font-size: 18px;
  color: #00000081;
  font-weight: 500;
  font-family: 'MontserratMedium';
}
.requirementsWrap form .custForm input::placeholder {
  font-size: 18px;
  color: #00000081;
  font-weight: 500;
  font-family: 'MontserratMedium';
}
.requirementsWrap form .button {
  font-size: 29px;
  line-height: 1em;
  cursor: pointer;
  padding: 24px 30px;
  display: inline-block;
  border-radius: 8px;
  background-color: #2290ff;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 350px;
  display: block;
  color: #ffffff80;
  font-size: 24px;
  text-transform: capitalize;
  margin-right: 0;
  margin-left: auto;
  border: 1px solid #2290ff;
}
.requirementsWrap form .button i {
  color: #fff;
  padding: 0 0px 0 60px;
}
.requirementsWrap::before {
  display: block;
  content: "";
  width: 500px;
  height: 290px;
  position: absolute;
  bottom: 0;
  background: url('../images/car.png') no-repeat;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -175px;
}


@media (max-width: 1600px) {
  .requirementsWrap {
    padding: 100px 0 0;
  }
  .requirementsWrap h3 {
    font-size: 27px;
    max-width: 450px;
    margin: 30px auto;
  }
  .requirementsWrap::before {
    width: 400px;
    height: 220px;
  }
  .requirementsWrap form .custForm input {
    height: 75px;
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .requirementsWrap {
    padding: 70px 0 0;
  }
  .requirementsWrap h4 {
    margin: 0px 0 20px;
  }
  .requirementsWrap .customPlan {
    top: -100px;
    left: 50px;
  }
  .requirementsWrap .customPlan img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 120px;
  }
  .requirementsWrap .requirementsInner .requirementsLeft {
    width: calc(100% - 320px);
    padding: 0 30px;
  }
  .requirementsWrap .requirementsInner .requirementsLeft img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .requirementsWrap .requirementsInner .requirementsRight {
    max-width: 320px;
  }
  .requirementsWrap .requirementsInner .requirementsRight form {
    padding: 0 0 100px;
  }
  .requirementsWrap .requirementsInner .requirementsRight form .custForm {
    margin-bottom: 15px;
  }
  .requirementsWrap .requirementsInner .requirementsRight form .custForm input {
    height: 60px;
    padding: 0 15px;
  }
  .requirementsWrap .requirementsInner .requirementsRight form .button {
    font-size: 21px;
    padding: 20px 10px;
    max-width: 100%;
  }
  .requirementsWrap .requirementsInner .requirementsRight form .button i {
    padding: 0;
  }
  .requirementsWrap::before {
    width: 290px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .requirementsWrap {
    padding: 50px 0 50px;
  }
  .requirementsWrap h4 {
    font-size: 21px;
    margin: 0px 0 10px;
  }
  .requirementsWrap .customPlan {
    top: -50px;
    left: 20px;
    max-height: 100px;
  }
  .requirementsWrap .customPlan img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
  }
  .requirementsWrap .requirementsInner {
    position: relative;
    z-index: 999;
  }
  .requirementsWrap .requirementsInner .requirementsLeft {
    width: 100%;
  }
  .requirementsWrap .requirementsInner .requirementsLeft h3 {
    font-size: 21px;
    margin: 0 0 30px;
  }
  .requirementsWrap .requirementsInner .requirementsLeft img {
    max-height: 230px;
  }
  .requirementsWrap .requirementsInner .requirementsRight {
    width: 100%;
    max-width: 100%;
  }
  .requirementsWrap form {
    max-width: 100%;
    margin: auto;
    padding: 0 0 50px;
  }
  .requirementsWrap form .custForm {
    margin-bottom: 10px;
  }
  .requirementsWrap form .custForm input {
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fff;
    border-color: #c9c9c9;
  }
  .requirementsWrap form .custForm a {
    color: #fff;
    font-size: 17px;
    max-width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: auto;
  }
  .requirementsWrap form .custForm a i {
    padding: 0;
  }
  .requirementsWrap form .button {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 10px;
    max-width: 200px;
  }
  .requirementsWrap form .button i {
    padding: 0;
  }
  .requirementsWrap::after {
    top: -40px;
    height: 60px;
    background-position: center;
    background-size: cover;
  }
  .requirementsWrap::before {
    width: 450px;
    height: 150px;
  }
}

/* ==========================================  ==========================================
                                Lets Go Travel START
==================================================================================== */
.letsGoTravel {
  background-color: #0078bc;
}
.letsGoTravel .conct_me {
  display: flex;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
.letsGoTravel .conct_me li a {
  font-size: 23px;
  font-weight: 400;
  padding: 50px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.letsGoTravel .conct_me li a i {
  font-size: 40px;
  margin-right: 10px;
}
.letsGoTravel .conct_me li + li {
  padding-left: 90px;
}
.lets_go__Tra {
  height: 680px;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  background-image: url("../images/lets-go.jpg");
  background-color: #000c;
  background-blend-mode: multiply;
  position: relative;
}
.lets_go__Tra .airplanset {
  height: 100%;
  max-width: 650px;
  position: relative;
}
.lets_go__Tra .airplanset .letsGoHeading {
  min-height: 300px;
  z-index: 99;
  padding: 50px 0 0;
}
.lets_go__Tra .airplanset .letsGoHeading h2 {
  font-size: 95px;
  line-height: 1;
  color: #f1f1f1;
  font-family: Smoothread;
  display: block;
  transform: rotate(-15deg);
  top: -50px;
  text-transform: lowercase;
  font-weight: 400;
}
.lets_go__Tra .airplanset .letsGoHeading h2 span {
  position: relative;
  top: 130px;
  font-family: Smoothread;
}
.lets_go__Tra .airplanset .button {
  color: #fff;
  font-size: 29px;
  line-height: 1em;
  cursor: pointer;
  padding: 24px 30px;
  display: inline-block;
  border-radius: 8px;
  background-color: #2290ff;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 99;
  margin: 60px 0 0;
}
.lets_go__Tra .airplanset .button i {
  padding: 0 0px 0 60px;
}
.lets_go__Tra .airplanset:after {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  content: "";
  position: absolute;
  height: 100%;
  max-width: 655px;
  background-image: url("../images/letsgoTravelPlan.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  top: 0;
  left: 150px;
  z-index: 0;
}
.lets_go__Tra .letgotrvimg {
  position: absolute;
  top: -255px;
  right: 0;
  max-width: 670px;
}
.lets_go__Tra .letgotrvimg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .lets_go__Tra:after {
    left: 250px;
  }
  .lets_go__Tra .letgotrvimg {
    top: -145px;
  }
}
@media (max-width: 1400px) {
  .letsGoTravel .conct_me li a {
    font-size: 21px;
    padding: 30px 0;
  }
  .lets_go__Tra {
    height: 600px;
  }
  .lets_go__Tra .airplanset {
    max-width: 500px;
  }
  .lets_go__Tra .airplanset .letsGoHeading h2 {
    font-size: 75px;
  }
  .lets_go__Tra .airplanset a.button {
    margin: 0;
  }
  .lets_go__Tra .letgotrvimg {
    top: -30px;
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .letsGoTravel .conct_me {
    justify-content: space-between;
  }
  .letsGoTravel .conct_me li + li {
    padding-left: 15px;
  }
  .letsGoTravel .conct_me li a {
    font-size: 19px;
    padding: 30px 0;
    font-size: 19px;
  }
  .letsGoTravel .conct_me li a i {
    font-size: 21px;
  }
  .lets_go__Tra {
    height: 550px;
    overflow: hidden;
  }
  .lets_go__Tra .letsGoHeading {
    min-height: 200px;
  }
  .lets_go__Tra .letsGoHeading h2 {
    top: 0;
  }
  .lets_go__Tra .letgotrvimg {
    top: 120px;
    max-width: 400px;
  }
  .lets_go__Tra:after {
    left: 150px;
  }
  .lets_go__Tra .button {
    margin: 90px 0 0;
  }
}
@media (max-width: 767px) {
  .letsGoTravel ul.conct_me {
    padding: 0px 0;
  }
  .letsGoTravel ul.conct_me li + li {
    padding: 0;
  }
  .letsGoTravel ul.conct_me li {
    padding: 0;
  }
  .letsGoTravel ul.conct_me li, .letsGoTravel ul.conct_me a {
    font-size: 16px;
  }
  .letsGoTravel ul.conct_me li i, .letsGoTravel ul.conct_me a i {
    font-size: 16px;
  }
  .letsGoTravel ul.conct_me a {
    padding: 15px 0;
  }
  .lets_go__Tra {
    height: 350px;
  }
  .lets_go__Tra .airplanset {
    max-width: 320px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .lets_go__Tra .airplanset .letsGoHeading {
    min-height: unset;
    top: -90px;
    padding: 0;
  }
  .lets_go__Tra .airplanset .letsGoHeading h2 {
    font-size: 48px;
    transform: rotate(-15deg);
    text-align: left;
  }
  .lets_go__Tra .airplanset .letsGoHeading h2 span {
    top: 50px;
  }
  .lets_go__Tra .airplanset a.button {
    font-size: 16px;
    padding: 16px 25px;
    text-transform: capitalize;
    margin: 60px 0 0px;
    display: block;
    max-width: 150px;
    text-align: center;
  }
  .lets_go__Tra .airplanset a.button i {
    padding: 0;
  }
  .lets_go__Tra .airplanset:after {
    left: 100px;
  }
  .lets_go__Tra .letgotrvimg {
    top: unset;
    max-width: 240px;
    bottom: -190px;
  }
  .lets_go__Tra::after {
    left: 0;
    max-width: 100%;
  }
}
@media (max-width: 595px) {
  .letsGoTravel ul.conct_me {
    flex-direction: column;
  }
  .letsGoTravel ul.conct_me a {
    padding: 5px 0;
  }
  .lets_go__Tra {
    height: 320px;
    overflow: hidden;
  }
  .lets_go__Tra .letgotrvimg {
    bottom: -290px;
  }
  .lets_go__Tra .airplanset:after {
    left: 70px;
  }
}


/* ==========================================  ==========================================
                                Travel Direction SESSION START
=============================================  ========================================== */
.travel_direction {
  width: 100%;
  position: relative;
  background-image: url('../images/letgototrvil.png');
  background-repeat: no-repeat;
  margin-top: -85px;
  padding-bottom: 0px;
  background-size: contain;
  z-index: 99;
  padding: 200px 0 200px;
}
.travel_direction::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 500px);
  bottom: 0;
  z-index: -1;
  background-color: #f0f0f0;
}
.travel_direction .travelInner {
  max-width: 1740px;
  margin: auto;
}
.travel_direction .travelInner .adventureBox {
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
}
.travel_direction .travelInner .adventureBox .adventureImg {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.travel_direction .travelInner .adventureBox .adventureImg img {
  width: auto;
  max-height: 80px;
}
.travel_direction .travelInner .adventureBox .adventureCon {
  padding-left: 15px;
  width: calc(100% - 80px);
}
.travel_direction .travelInner .adventureBoxR {
  flex-direction: row-reverse;
}
.travel_direction h2 {
  font-weight: 900;
  color: #0078bc;
}
.travel_direction h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #02243e;
}
.travel_direction p b {
  color: #0078bc;
}
.travel_direction p:nth-last-child(2) {
  padding: 0;
  margin: 0;
}
.travel_direction ul {
  padding: 0;
  margin: 5px 0 10px 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.travel_direction ul li {
  font-size: 15px;
  line-height: 1.7em;
  color: #0b1e2c;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: 'Jost', sans-serif;
}
.travel_direction .trvildiretoyimg {
  width: 100%;
  display: block;
  max-width: 750px;
  position: absolute;
  top: -100px;
}
.travel_direction .trolly {
  margin-right: 0;
  margin-left: auto;
  display: block;
  position: absolute;
  bottom: -7px;
  right: 0;
}
.travel_direction .trolly img {
  width: auto;
  max-width: 479px;
  height: auto;
  max-height: 390px;
}
@media (max-width: 1600px) {
  .travel_direction .trolly img {
    max-height: 310px;
  }
}
@media (max-width: 999px) {
  .travel_direction::after {
    height: calc(100% - 300px);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .travel_direction ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .travel_direction .trvildiretoyimg {
    left: 0;
    max-width: 500px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .travel_direction {
    padding: 100px 0 0;
    margin-top: 0;
    background-size: contain;
    background-color: #f0f0f0;
  }
  .travel_direction h2 {
    font-size: 32px;
  }
  .travel_direction p {
    word-break: break-word;
  }
  .travel_direction ul {
    padding: 0;
    margin: 0 0 15px;
    -moz-column-count: 1;
    column-count: 1;
  }
  .travel_direction .travelInner .adventureBox {
    padding: 15px 0;
  }
  .travel_direction .travelInner .adventureBox .adventureImg {
    width: 50px;
    height: 50px;
  }
  .travel_direction .travelInner .adventureBox .adventureCon {
    width: calc(100% - 50px);
  }
  .travel_direction .travelInner .adventureBoxR {
    flex-direction: inherit;
  }
  .travel_direction .trvildiretoyimg {
    left: 0;
    max-width: 350px;
    top: -40px;
  }
  .travel_direction .trvildiretoyimg img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .travel_direction .trolly {
    position: relative;
    bottom: 0;
    right: 0;
    display: flex;
  }
  .travel_direction .trolly span {
    margin-left: auto !important;
  }
  .travel_direction .trolly img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
/*=====================================================================================  
                              FOOTER CSS START
===================================================================================== */

/*
 .Trip_ocean_img {
  height: 700px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: var(--bgDarkThree);
} 
.Trip_ocean_img .TripImg {
  display: block;
  margin: 0 0 125px;
}
.Trip_ocean_img .social_tuch {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  background: var(--white);
  border-radius: 10px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0 55px;
  position: absolute;
  z-index: 99;
  bottom: -95px;
  box-shadow: 0px 27px 20px -15px #000000;
}
.Trip_ocean_img .social_tuch ul {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Trip_ocean_img .social_tuch ul li {
  margin: 0 10px;
}
.Trip_ocean_img .social_tuch ul li a {
  display: block;
}
.Trip_ocean_img .social_tuch ul li a i {
  color: var(--white);
  font-size: 32px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: var(--grayFive);
  border-radius: 50%;
  text-align: center;
} */

/*  */














/*==================================================================================
                                Privacy Policy START
=====================================================================================*/

.brade_crum {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 5px 0;
  background-color: #eeeeee;
}
.brade_crum ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #09253b;
}
.brade_crum ul li {
  font-size: 14px;
  padding: 0 10px;
  color: #898989;
  text-transform: capitalize;
  font-weight: 500;
}
.brade_crum ul li a {
  text-align: center;
  display: block;
  border-radius: 6px;
  color: #09253b;
}
.brade_crum ul .fa-caret-right {
  color: #c7c7c7;
}
.term_pravice_comman {
  padding: 45px 0;
}
.term_pravice_comman .container {
  max-width: 1200px;
}
.term_pravice_comman h2 {
  color: #09253b;
  margin-bottom: 25px;
  font-weight: 700;
}
.term_pravice_comman ul li, .term_pravice_comman ol li {
  padding: 5px 0 5px 1rem;
  list-style: inside circle;
  font-family: 'Jost', sans-serif;
}
.term_pravice_comman .sidebar {
  position: sticky;
  top: 100px;
  min-height: 80vh;
  background-color: #e9f3ff;
  background-color: url("../images/pivacy.png ");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 20px -10px #bac8ff94;
}
.term_pravice_comman .sidebar ul li {
  text-decoration: none;
  list-style: none;
  padding: 0;
}
.term_pravice_comman .sidebar ul li a {
  font-size: 16px;
  padding: 15px 25px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #09253b;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.term_pravice_comman .sidebar ul li.active {
  position: relative;
}
.term_pravice_comman .sidebar ul li.active a {
  color: #fff;
  background: #09253b;
}
.term_pravice_comman .sidebar ul li.active i {
  top: 18px;
  right: 15px;
  color: #fff;
  position: absolute;
}


/*==================================================================================
                                BreadcrumTypeThreeWrap START
=====================================================================================*/
/* ==========================================  ==========================================
                BRADE CRUME 03
==========================================  ========================================== */
 /* .BreadcrumTypeThreeWrap {
	 min-height: 430px;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 margin: auto;
	 position: relative;
}
 .BreadcrumTypeThreeWrap:before {
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 content: "";
	 position: absolute;
	 top: 0;
	 height: 100%;
	 background: linear-gradient(0deg, #09253b 0 0%, #09253b 100%);
}
 .BreadcrumTypeThreeWrap .bradeCrum {
	 position: relative;
	 z-index: 9;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
	 top: 50px;
}
 .BreadcrumTypeThreeWrap .bradeCrum h4 {
	 color: #fff;
	 text-transform: capitalize;
	 font-family: 'Smoothread';
	 margin: 0 0 20px;
}
 .BreadcrumTypeThreeWrap .bradeCrum h3 {
	 font-size: 55px;
	 line-height: 1;
	 color: #fff;
	 text-transform: capitalize;
	 position: relative;
	 font-family: 'MontserratExtraBlod';
	 font-weight: 900;
}
 .BreadcrumTypeThreeWrap ul {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #eee;
	 position: absolute;
	 z-index: 999999;
	 right: 0;
	 bottom: 50px;
	 background: #ffffff26;
	 border-radius: 50px 0 0 50px;
}
 .BreadcrumTypeThreeWrap ul li, 
 .BreadcrumTypeThreeWrap ul a {
	 color: #fff;
	 font-size: 12px;
	 font-weight: 400;
	 text-transform: capitalize;
	 font-family: 'Montserrat';
}
 .BreadcrumTypeThreeWrap ul li {
	 padding: 8px 15px;
}
 .BreadcrumTypeThreeWrap ul li a {
	 color: #f65c06;
}
 @media (max-width: 767px) {
	 .BreadcrumTypeThreeWrap {
		 min-height: 270px;
	}
	 .BreadcrumTypeThreeWrap .bradeCrum {
		 top: 0;
	}
	 .BreadcrumTypeThreeWrap .bradeCrum h4 {
		 font-size: 17px;
		 margin: 0 0 10px;
	}
	 .BreadcrumTypeThreeWrap .bradeCrum h3 {
		 font-size: 42px;
	}
	 .BreadcrumTypeThreeWrap ul {
		 bottom: 60px;
	}
	 .BreadcrumTypeThreeWrap ul li {
		 padding: 5px 5px;
	}
	 .signalListWrap {
		 border: 1px solid red;
	}
}
  */
 

/*  */
.signalListWrap {
	 background-color: #09253b;
	 padding: 30px 0 80px;
	 position: relative;
}
 .signalListWrap:after {
	 top: -70px;
	 height: 80px;
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 content: "";
	 position: absolute;
	 background-image: url('../images/4separator.png');
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top center;
}
 .signalListWrap .container {
	 max-width: 1150px;
}
 .listingSignal {
	 display: flex;
	 flex-wrap: wrap;
	 background-color: #fff;
	 border-radius: 5px;
	 overflow: hidden;
	 margin: 0 0 15px;
	 padding: 3px;
	 line-height: 1;
	 position: relative;
	 box-shadow: 0px 0px 0px 1px #939fa4 80;
}
 .listingSignal .dis {
	 background-color: #f65c06;
	 position: absolute;
	 z-index: 1;
	 padding: 5px 30px;
	 border-radius: 4px;
	 color: #fff;
	 font-weight: 700;
	 font-size: 12px;
	 text-transform: capitalize;
	 transform: rotate(45deg);
	 top: 16px;
	 right: -26px;
	 box-shadow: 0px 10px 15px -9px #000;
}
 .listingSignal .listingImg {
	 width: 100%;
	 max-width: 295px;
	 height: 237px;
	 position: relative;
	 border-radius: 5px;
	 overflow: hidden;
	 box-sizing: border-box;
}
 .listingSignal .listingImg img {
	 height: 100%;
	 width: 100%;
	 object-fit: cover;
}
 .listingSignal .listingImg .fevCon {
	 width: 40px;
	 height: 40px;
	 right: 0px;
	 top: 0px;
	 text-align: center;
	 line-height: 55px;
	 position: absolute;
	 background-image: linear-gradient(120deg, #09253b 0%, #14486e 100%);
	 border-radius: 55% 45% 73% 27% / 70% 58% 42% 30%;
	 animation: morph 4s infinite;
}
 .listingSignal .listingImg .otherInfo {
	 left: 0;
	 bottom: 0;
	 width: 100%;
	 position: absolute;
}
 .listingSignal .listingImg .otherInfo ul {
	 display: flex;
	 padding: 10px;
	 justify-content: space-between;
}
 .listingSignal .listingImg .otherInfo ul li {
	 color: #fff;
	 font-size: 14px;
	 padding: 5px 8px;
	 border-radius: 4px;
	 background: #000 80;
}
 .listingSignal .listingImg .otherInfo ul li i {
	 font-size: 13px;
	 margin: 0 2px 0 0;
}
 .listingSignal .listingDetails {
	 flex: 2;
	 padding: 10px 15px;
}
 .listingSignal .listingDetails h3 a {
	 font-size: 20px;
	 line-height: 1.2;
	 color: #09253b;
	 font-weight: 900;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
	 margin: 0 0 8px;
}
 .listingSignal .listingDetails .star {
	 margin: 0 0 0px;
}
 .listingSignal .listingDetails .star span {
	 font-size: 12px;
	 color: #ff7856;
	 margin: 0 1px;
}
 .listingSignal .listingDetails .ratting, 
 .listingSignal .listingDetails .location, 
 .listingSignal .listingDetails .popularChoise {
	 color: #09253b;
	 font-size: 14px;
	 line-height: 1.2;
	 text-transform: capitalize;
}
 .listingSignal .listingDetails .ratting span, 
 .listingSignal .listingDetails .location span, 
 .listingSignal .listingDetails .popularChoise span {
	 background-color: #fef5e7;
	 padding: 8px 12px 8px 0;
	 border-radius: 8px;
}
 .listingSignal .listingDetails .ratting i, 
 .listingSignal .listingDetails .location i, 
 .listingSignal .listingDetails .popularChoise i {
	 width: 36px;
	 height: 36px;
	 text-align: center;
	 line-height: 36px;
	 font-size: 14px;
	 color: #09253b;
}
 .listingSignal .listingDetails .ratting {
	 display: flex;
	 align-items: center;
	 padding: 0px 0 0 0px;
}
 .listingSignal .listingDetails .ratting i {
	 font-size: 10px;
	 width: auto;
	 height: auto;
	 line-height: 1;
	 color: #fff;
}
 .listingSignal .listingDetails .ratting span.excellent {
	 color: #fff;
	 padding: 4px 8px;
	 display: inline-block;
	 background-color: #104318;
	 border-radius: 25px;
	 font-size: 13px;
}
 .listingSignal .listingDetails .ratting b {
	 margin: 0 0 0 5px;
	 text-transform: capitalize;
}
 .listingSignal .listingDetails .location {
	 background: #eff1f4;
	 padding: 8px;
	 border-radius: 4px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .listingSignal .listingDetails .location .dayNight {
	 background: #fff;
	 display: inline-block;
	 padding: 3px 10px;
	 border-radius: 20px;
	 font-weight: 600;
	 font-size: 13px;
}
 .listingSignal .listingDetails .amenities {
	 padding: 10px 0;
}
 .listingSignal .listingDetails .amenities ul {
	 display: flex;
	 flex-wrap: wrap;
}
 .listingSignal .listingDetails .amenities ul li {
	 padding: 4px 8px;
	 font-size: 14px;
}
 .listingSignal .listingDetails .amenities ul li i {
	 color: #6e6e6e;
}
 .listingSignal .listingDetails .amenities ul li + li {
	 border-left: 1px solid #e0e0e0;
}
 .listingSignal .listingDetails .keyfeatures {
	 width: 100%;
}
 .listingSignal .listingDetails .keyfeatures ul {
	 display: flex;
	 flex-wrap: wrap;
	 margin: 10px 0 0 0;
}
 .listingSignal .listingDetails .keyfeatures ul li {
	 color: #09253b;
	 font-size: 11px;
	 text-transform: capitalize;
	 width: 50%;
	 padding: 5px 40px 5px 0;
	 font-weight: 500;
	 opacity: 1;
	 display: flex;
}
 .listingSignal .listingDetails .keyfeatures ul li i {
	 color: #104318;
	 margin: 0 5px 0 0;
}
 .listingSignal .listingDetails .natureoftrip ul {
	 display: flex;
	 flex-wrap: wrap;
	 padding: 10px 0 0;
}
 .listingSignal .listingDetails .natureoftrip ul li {
	 padding: 5px 8px;
	 font-size: 14px;
	 background: #eff1f4;
	 border-radius: 75px;
	 margin: 0 2px 2px;
}
 .listingSignal .servicesDeatils {
	 width: 100%;
	 padding: 4px 0 0;
}
 .listingSignal .servicesDeatils .headingData {
	 display: flex;
	 flex-wrap: wrap;
	 background: #dee2e6;
}
 .listingSignal .servicesDeatils .headingData > div {
	 border: none;
	 border-radius: 0;
	 border-left: 1px solid #fff;
}
 .listingSignal .servicesDeatils .headingData h2 button {
	 color: #000;
	 font-weight: 500;
	 font-size: 14px;
	 padding: 8px 20px;
	 text-transform: capitalize;
	 background: transparent;
}
 .listingSignal .servicesDeatils .headingData h2 button::after {
	 display: none;
}
 .listingSignal .servicesDeatils .headingData h2 button:focus, 
 .listingSignal .servicesDeatils .headingData h2 button:active, 
 .listingSignal .servicesDeatils .headingData h2 button:hover {
	 outline: none;
	 border: none;
	 box-shadow: unset;
}
 .listingSignal .gallery {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: start;
}
 .listingSignal .gallery img {
	 flex: 1 1;
	 width: 220px;
	 height: 220px;
	 max-width: 220px;
	 max-height: 220px;
	 object-fit: cover;
	 margin: 0 15px 0px 0;
	 object-fit: cover;
	 border-radius: 8px;
}
 .listingSignal .gallery p {
	 font-size: 14px;
}
 .listingSignal .vendorDetail {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: center;
	 background: #f3f4f5;
	 border-radius: 5px;
	 margin: 5px 0;
	 padding: 12px;
}
 .listingSignal .vendorDetail .vendorName {
	 flex: 1 1;
}
 .listingSignal .vendorDetail .vendorName span {
	 font-size: 11px;
	 text-transform: capitalize;
	 width: 50%;
	 padding: 0px 0 10px;
	 color: #a7b0b4;
	 font-family: 'poppinsMedium';
}
 .listingSignal .vendorDetail .vendorName h6 {
	 font-size: 14px;
	 font-weight: 700;
	 text-transform: capitalize;
}
 .listingSignal .vendorDetail .vendorDetails {
	 flex: 2 1;
	 font-size: 11px;
	 text-transform: capitalize;
	 width: 50%;
	 padding: 0px 0 10px;
	 color: #333;
	 font-family: 'poppinsMedium';
}
 .listingSignal .vendorDetail .vendorDetails b {
	 display: block;
	 width: 100%;
	 padding: 0px 0 3px;
	 font-family: 'poppinsMedium';
}
 .listingSignal .vendorDetail .vendorDetails span {
	 display: block;
	 width: 100%;
	 color: #a7b0b4;
	 padding: 0px 0 5px;
}
 .listingSignal .vendorDetail .vendorDetails a {
	 display: block;
	 width: 100%;
	 color: #007bc1;
	 padding: 0px 0 3px;
}
 .listingSignal .vendorDetail .vendorPrice {
	 flex: 0.5 1;
	 text-align: right;
	 font-size: 20px;
	 color: #104318;
	 font-family: 'MontserratExtraBlod';
	 font-weight: 900;
}
 .listingSignal .vendorDetail a.enquiry {
	 font-size: 15px;
	 font-weight: 600;
	 text-align: center;
	 line-height: 1;
	 padding: 12px 0;
	 border-radius: 8px;
	 text-transform: capitalize;
	 width: 49%;
	 background-color: #ffab7d 42;
	 border: 1px solid #ffab7d 42;
}
 .listingSignal .vendorDetail .vendorBtn {
	 padding: 0 10px;
}
 .listingSignal .vendorDetail .vendorBtn a {
	 font-size: 15px;
	 font-weight: 600;
	 text-align: center;
	 line-height: 1;
	 padding: 6px 12px;
	 border-radius: 8px;
	 text-transform: capitalize;
	 width: 49%;
}
 .listingSignal .vendorDetail .vendorBtn .enquiry {
	 background-color: #ffab7d 42;
	 border: 1px solid #ffab7d 42;
}
 .listingSignal .vendorDetail .vendorBtn a.viewMore {
	 color: #fff;
	 margin: 0 0 0 10px;
	 background-color: #f65c06;
	 border: 1px solid #f65c06;
}
 .listingSignal .infoWrap {
	 width: 100%;
}
 .listingSignal .infoWrap p {
	 font-size: 12px;
	 line-height: 1.3;
	 text-transform: capitalize;
	 padding: 0px 0 10px;
	 color: #a7b0b4;
	 font-family: 'poppins';
}
 .listingPrice {
	 flex: 1;
	 padding: 15px;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 border-radius: 4px;
	 flex-direction: column;
	 background-color: #f65c061a;
}
 .listingPrice .vendorPrice {
	 font-size: 24px;
	 font-weight: 800;
	 background-color: transparent;
	 border: transparent;
	 text-align: center;
	 padding: 0px 0;
}
 .listingPrice .priceViewMore {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: space-between; 
}
 .listingPrice .priceViewMore a {
	 font-size: 15px;
	 font-weight: 600;
	 text-align: center;
	 line-height: 1;
	 padding: 12px 0;
	 border-radius: 8px;
	 text-transform: capitalize;
	 width: 49%;
}
 .listingPrice .priceViewMore .enquiry {
	 background-color: #ffab7d42;
	 border: 1px solid #ffab7d42;
}
 .listingPrice .priceViewMore .viewMore {
	 color: #fff;
	 background-color: #f65c06;
	 border: 1px solid #f65c06;
}
 .listingPrice .hotelDetail .discount {
	 font-size: 10px;
	 color: #b30000;
	 border-radius: 4px;
	 padding: 0 5px 0 0;
	 margin-left: auto;
	 text-transform: capitalize;
}
 .listingPrice .hotelDetail .discount span {
	 display: inline-block;
	 padding: 3px 3px;
	 color: #fff;
	 font-weight: 700;
	 background-color: #b30000;
}
 .listingPrice .hotelDetail .locat {
	 font-size: 10px;
	 margin-right: auto;
	 padding: 8px 0;
	 text-transform: capitalize;
}
 .listingPrice .hotelDetail .cancellation {
	 color: green;
	 font-size: 10px;
	 width: 100%;
	 padding: 8px 0;
	 text-transform: capitalize;
}
 .listingPrice .moreDetail .companyPrice .myprice {
	 width: 100%;
	 padding: 10px;
	 border-radius: 8px;
	 cursor: pointer;
	 background-color: #fff;
	 border: 1px solid #000 1a;
	 font-size: 16px;
	 font-weight: 900;
}
 .listingPrice .moreDetail .companyPrice .myprice b {
	 width: 100%;
	 display: block;
	 font-size: 10px;
	 font-weight: 700;
	 margin: 0 0 5px;
	 text-transform: capitalize;
}
 .listingPrice .moreDetail .companyPrice .myprice select {
	 width: 100%;
	 border: none;
}
 .listingPrice .moreDetail .companyPrice .myprice span {
	 font-size: 12px;
	 font-weight: 400;
}
 .listingPrice .moreDetail .moreVenPrice {
	 display: none;
}
 .listingPrice .moreDetail .companyPrice.active .moreVenPrice {
	 display: block;
	 top: 50px;
	 width: 100%;
	 left: 0;
	 padding: 15px;
	 background: white;
	 position: absolute;
	 z-index: 9;
}
 .ratingDetails .titleD {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: space-between;
}
 .ratingDetails .titleD h6 {
	 margin: 0;
}
 .ratingDetails .titleD a {
	 color: #fff f;
	 font-size: 14px;
	 line-height: 1;
	 text-transform: capitalize;
	 padding: 8px 15px;
	 border-radius: 5px;
	 background-color: #f65c06;
}
 .customPopupForm {
	 display: flex !important;
	 align-items: center;
	 justify-content: center;
	 z-index: 999999;
	 background-color: transparent;
}
 .customPopupForm .popBoxWrap {
	 display: flex;
	 height: 100%;
}
 .customPopupForm .popBoxWrap .popBoxLeft {
	 width: calc(100% - 450px);
	 height: 100%;
	 position: relative;
}
 .customPopupForm .popBoxWrap .popBoxLeft .poplogo {
	 width: 100%;
	 display: block;
	 text-align: center;
}
 .customPopupForm .popBoxWrap .popBoxLeft .PopBox div {
	 padding: 0px 30px 0 30px;
}
 .customPopupForm .popBoxWrap .popBoxLeft .PopBox div h2 {
	 color: #fff;
	 text-transform: capitalize;
}
 .customPopupForm .popBoxWrap .popBoxLeft .PopBox div p {
	 color: #fff;
}
 .customPopupForm .popBoxWrap .popBoxLeft .downImg {
	 height: 100px;
	 position: relative;
	 width: 180px;
	 margin: auto;
	 top: -10px;
}
 .customPopupForm .popBoxWrap .popBoxLeft h4 {
	 font-size: 21px;
	 width: 100%;
	 text-transform: capitalize;
	 background: #0c1b2b;
	 color: #fff;
	 padding: 15px 0 0px;
	 text-align: center;
}
 .customPopupForm .popBoxWrap .popBoxLeft::after {
	 display: block;
	 content: "";
	 background-image: url('../images/car.png ');
	 height: 150px;
	 position: absolute;
	 background-repeat: no-repeat;
	 bottom: 0;
	 z-index: 9;
	 width: 100%;
	 background-position: center;
	 background-size: contain;
	 opacity: 0.2;
}
 .customPopupForm .popBoxWrap .popBoxRight {
	 width: 450px;
	 padding: 0px;
	 margin-left: auto;
	 background-color: #fff;
	 display: flex;
	 flex-wrap: wrap;
	 align-items: flex-start;
	 justify-content: center;
	 z-index: 9;
}
 .customPopupForm .popBoxWrap .popBoxRight h4 {
	 font-size: 24px;
	 width: 100%;
	 background: #0c1b2b;
	 color: #fff;
	 padding: 25px 0 25px;
	 text-align: center;
}
 .customPopupForm .modalBody {
	 padding: 0;
	 box-shadow: none;
	 border: none;
}
 .customPopupForm .PopBox {
	 display: flex;
	 flex-wrap: wrap;
	 height: 100%;
	 padding: 0px 0 0;
	 align-items: center;
}
 .customPopupForm .PopBox ul {
	 padding: 10px 30px;
}
 .customPopupForm .PopBox ul li {
	 color: #fff;
	 margin: 8px 0px;
}
 .customPopupForm .PopBox ul li i {
	 color: #fff;
	 font-size: 18px;
	 width: 35px; 
	 border-radius: 4px;
	 text-align: center;
	 margin: 0 15px 0 0px; 	 
}
 .customPopupForm .PopBox .socialLink {
	 display: flex;
	 width: 100%;
	 bottom: auto;
	 bottom: 0;
	 padding: 10px 30px;
	 flex-wrap: wrap;
	 flex-direction: column;
	 position: relative;
	 z-index: 99;
}
 .customPopupForm .PopBox .socialLink li i {
	 color: #fff;
	 font-size: 18px;
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 border-radius: 4px;
	 text-align: center;
	 margin: 0 15px 0 0px;
	 background-color: #0082c7;
}
 .customPopupForm form {
	 padding: 30px 40px 20px;
	 width: 100%;
	 height: 100%; 
}
 .customPopupForm form select, .customPopupForm form input {
	 height: 50px;
	 width: 100%;
	 border-radius: 10px;
	 margin-bottom: 15px;
	 background-color: transparent;
	 padding: 0 12px;
	 border: 1px solid #999;
}
 .customPopupForm form select::-webkit-input-placeholder, 
 .customPopupForm form input::-webkit-input-placeholder {
	 color: #060606;
}
 .customPopupForm form select:-ms-input-placeholder, 
 .customPopupForm form input:-ms-input-placeholder {
	 color: #060606;
}
 .customPopupForm form select::placeholder, 
 .customPopupForm form input::placeholder {
	 color: #060606;
}
 .customPopupForm form input[type="date"]::-webkit-datetime-edit-text, 
 .customPopupForm form input[type="date"]::-webkit-datetime-edit-month-field, 
 .customPopupForm form input[type="date"]::-webkit-datetime-edit-day-field, 
 .customPopupForm form input[type="date"]::-webkit-datetime-edit-year-field {
	 color: #060606;
}
 .customPopupForm form input[type="date"]::-webkit-calendar-picker-indicator {
	 opacity: 1;
	 font-size: 18px;
	 filter: invert(0.2);
}
 .customPopupForm .button {
	 padding: 15px 20px;
	 line-height: 1em;
	 cursor: pointer;
	 border-radius: 8px;
	 letter-spacing: 0px;
	 font-weight: 400;
	 width: auto;
	 color: #fff;
	 font-size: 21px;
	 text-transform: capitalize;
	 margin-right: 0;
	 margin-left: auto;
	 display: inline-block;
	 background-color: #0082c7;
	 border: 1px solid #0082c7;
}
 .customPopupForm .button i {
	 color: #fff;
	 padding: 0 0px 0 10px;
}
 .nolistFound h2 {
	 width: 100%;
	 font-size: 42px;
	 line-height: 1;
	 color: #eac209;
	 z-index: 99;
	 font-weight: 400;
	 text-align: center;
	 margin: 0;
	 text-transform: capitalize;
	 text-shadow: 2px 2px 10px #000;
	 font-family: "Scriptorama";
	 padding: 100px 0 20px;
}
 .nolistFound p {
	 color: #fff;
	 font-size: 24px;
	 line-height: 1.7em;
	 font-weight: 400;
	 letter-spacing: 0.02em;
	 list-style: none;
	 cursor: pointer;
	 display: block;
	 width: 100%;
	 text-align: center;
	 max-width: 560px;
	 line-height: 1.2;
	 margin: auto;
}
 .nolistFound a {
	 color: #2290ff;
	 font-size: 24px;
	 line-height: 1.7em;
	 font-weight: 400;
	 letter-spacing: 0.02em;
	 list-style: none;
	 cursor: pointer;
	 padding: 0 10px;
}
 .nolistFound a:hover {
	 color: #eac209;
}
 @media (max-width: 767px) {
	 .signalListWrap {
		 padding: 15px 0 80px;
	}
	 .signalListWrap .listingSignal {
		 flex-direction: column;
	}
	 .signalListWrap .listingSignal .listingImg {
		 max-width: 100%;
	}
	 .signalListWrap .listingSignal .listingPrice {
		 padding: 10px;
	}
	 .signalListWrap .listingSignal .listingDetails {
		 padding: 10px 5px;
	}
	 .signalListWrap .listingSignal .listingDetails .location {
		 flex-wrap: wrap;
	}
	 .listingPrice {
		 position: relative;
	}
	 .listingPrice .detailPriceBg {
		 order: 1;
	}
	 .listingPrice .detailPriceBg .hotelDetail .locat {
		 display: none;
	}
	 .listingPrice .detailPriceBg .hotelDetail .cancellation {
		 padding: 4px 0;
	}
	 .listingPrice a.vendorPrice {
		 order: 3;
		 width: 45%;
		 margin-left: 0;
		 text-align: left;
	}
	 .listingPrice .moreDetail {
		 order: 2;
	}
	 .listingPrice .priceViewMore {
		 order: 4;
		 width: 50%;
		 position: absolute;
		 bottom: 15px;
		 right: 10px;
	}
	 .listingPrice .priceViewMore a {
		 width: 100%;
	}
	 .listingSignal .servicesDeatils {
		 padding: 0px 0px;
	}
	 .listingSignal .servicesDeatils .headingData {
		 display: flex;
		 flex-wrap: unset;
		 background: #dee2e6;
		 overflow: auto;
		 white-space: nowrap;
	}
	 .listingSignal .vendorDetail {
		 padding: 8px;
		 position: relative;
	}
	 .listingSignal .vendorDetail .vendorName {
		 order: 1;
		 width: 100%;
		 flex: unset;
	}
	 .listingSignal .vendorDetail .vendorName span {
		 width: 100%;
	}
	 .listingSignal .vendorDetail .vendorDetails {
		 order: 2;
		 width: 100%;
		 flex: unset;
	}
	 .listingSignal .vendorDetail .vendorPrice {
		 order: 3;
		 text-align: left;
	}
	 .listingSignal .vendorDetail .vendorBtn {
		 order: 4;
		 margin-right: 0;
		 margin-left: auto;
		 padding: 0;
	}
	 .listingSignal .vendorDetail .vendorBtn a {
		 display: inline-block;
		 width: 100%;
	}
	 .customPopupForm {
		 width: 100%;
		 height: 95vh;
		 overflow: auto;
		 position: fixed;
		 z-index: 99999;
		 padding: 0;
		 margin: auto;
	}
	 .customPopupForm .popBoxWrap {
		 display: flex;
		 flex-wrap: wrap;
		 height: 80vh;
		 overflow: auto;
		 flex-flow: column-reverse;
	}
	 .customPopupForm .popBoxWrap .popBoxLeft {
		 width: 100%;
		 height: unset;
		 padding: 15px 0;
	}
	 .customPopupForm .popBoxWrap .popBoxLeft .poplogo {
		 text-align: left;
		 display: none;
	}
	 .customPopupForm .popBoxWrap .popBoxLeft .PopBox {
		 height: unset;
	}
	 .customPopupForm .popBoxWrap .popBoxLeft .PopBox h4 {
		 text-align: left;
		 padding: 0px 15px 0px;
	}
	 .customPopupForm .popBoxWrap .popBoxLeft .PopBox ul {
		 width: 100%;
		 padding: 0 15px;
	}
	 .customPopupForm .popBoxWrap .popBoxLeft .PopBox ul li i {
		 margin: 0 5px 0 0px;
	}
	 .customPopupForm .popBoxWrap .popBoxLeft::after {
		 display: none;
	}
	 .customPopupForm .popBoxWrap .popBoxRight {
		 width: 100%;
	}
	 .customPopupForm .popBoxWrap .popBoxRight h4 {
		 padding: 15px 0 15px;
	}
	 .customPopupForm form {
		 height: auto;
		 padding: 15px 15px 25px;
	}
}
 


/* ======================================================== ======================================================== 
                                ABOUT US DETAILS START 1111
======================================================== ======================================================== */ 
.breadcrumbWrap {
	 height: 400px;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 z-index: 0; 
}
.breadcrumbWrap h2.about__title {
	 position: relative;
	 color: #fff;
	 text-transform: uppercase;
	 font-weight: 700;
	 margin-bottom: 10px;
	 font-size: 54px;
}
ul.breadcrumb__list {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 ul.breadcrumb__list li, 
 ul.breadcrumb__list li a {
	 color: #fff;
}
 ul.breadcrumb__list li a i {
	 width: 34px;
	 height: 34px;
	 font-size: 14px;
	 line-height: 34px;
	 text-align: center;
	 background: #1dc5ce;
	 color: #fff;
	 border-radius: 50%;
}
ul.breadcrumb__list li {
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 line-height: 24px;
	 padding: 5px 0;
	 text-transform: capitalize;
	 margin-right: 22px;
	 color: #fff;
}
ul.breadcrumb__list li:after {
	 content: '\f0da';
	 position: absolute;
	 right: -24px;
	 top: 10px;
	 width: 22px;
	 text-align: center;
	 font-weight: 700;
	 font-family: 'Font Awesome 5 Pro';
}
ul.breadcrumb__list li:last-child {
	 margin-right: 0;
}
ul.breadcrumb__list li:nth-last-child(1):after {
	 display: none;
}
.breadcrumbWrap:before {
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 content: "";
	 position: absolute;
	 top: 0;
	 height: 250px;
	 background: linear-gradient(0deg, #09253b 0 0%, #09253b 100%);
}



/* <!-- About Section --> */



/* .aboutusWrap {
	 border: 3px solid red;
}
 .aboutusWrap .container {
	 max-width: 1270px;
	 border: 3px solid green;
}
 .aboutusWrap .abBradeCrum {
	 height: 400px;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 z-index: 0;
	 border: 3px solid blue;
}
 .aboutusWrap .abBradeCrum h2 {
	 position: relative;
	 color: #fff;
	 text-transform: uppercase;
	 font-weight: 700;
	 margin-bottom: 10px;
	 font-size: 54px;
}
 .aboutusWrap .abBradeCrum ul {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .aboutusWrap .abBradeCrum ul li, .aboutusWrap .abBradeCrum ul a {
	 color: #fff;
}
 .aboutusWrap .abBradeCrum ul i {
	 width: 34px;
	 height: 34px;
	 font-size: 14px;
	 line-height: 34px;
	 text-align: center;
	 background: #1dc5ce;
	 color: #fff;
	 border-radius: 50%;
}
 .aboutusWrap .abBradeCrum ul li {
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 line-height: 24px;
	 padding: 5px 0;
	 text-transform: capitalize;
	 margin-right: 22px;
	 color: #fff;
}
 .aboutusWrap .abBradeCrum ul li:after {
	 content: '\f0da';
	 position: absolute;
	 right: -24px;
	 top: 10px;
	 width: 22px;
	 text-align: center;
	 font-weight: 700;
	 font-family: 'Font Awesome 5 Pro';
}
 .aboutusWrap .abBradeCrum ul li:last-child {
	 margin-right: 0;
}
 .aboutusWrap .abBradeCrum ul li:nth-last-child(1):after {
	 display: none;
}
 .aboutusWrap .abBradeCrum:before {
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 content: "";
	 position: absolute;
	 top: 0;
	 height: 250px;
	 background: linear-gradient(0deg, #09253b 0 0%, #09253b 100%);
}

 .aboutusWrap .aboutus {
	 padding: 80px 0;
	 position: relative;
	 border: 3px solid green;
}
 .aboutusWrap .aboutus:after {
	 top: -70px;
	 height: 80px;
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 content: "";
	 position: absolute;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top center;
	 background-repeat: repeat-x;
	 animation: 80s linear 0s infinite normal none running slide;
}
 @keyframes slide {
	 from {
		 background-position: 0 0;
	}
	 to {
		 background-position: 3000px 0;
	}
}
 .aboutusWrap .aboutus .aboutusimg img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 15px;
}
 .aboutusWrap .aboutus .aboutuscontent h6 {
	 color: #f65c06;
	 font-size: 17px;
	 text-transform: capitalize;
	 font-weight: 900;
	 margin: 0 0 12px;
}
 .aboutusWrap .aboutus .aboutuscontent h2 {
	 font-size: 45px;
	 line-height: 1;
	 color: #09253b;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
	 margin: 0 0 15px;
	 font-weight: 700;
}
 .aboutusWrap .aboutus .aboutuscontent a {
	 font-size: 17px;
	 padding: 15px 20px;
	 text-transform: capitalize;
	 border-radius: 8px;
	 color: #fff;
	 background-color: #f65c06;
	 font-weight: 500;
	 width: 100%;
	 text-align: center;
	 cursor: pointer;
	 display: inline-block;
	 margin: 15px 0 0;
	 max-width: 150px;
}
 .aboutusWrap .aboutus .aboutuscontent .f_blocks {
	 display: flex;
	 flex-wrap: wrap;
}
 .aboutusWrap .aboutus .aboutuscontent .f_blocks .f_block {
	 position: relative;
	 width: 50%;
	 padding: 0 30px;
	 margin: 20px 0;
}
 .aboutusWrap .aboutus .aboutuscontent .f_blocks .f_block .inner_box {
	 display: flex;
	 align-items: center;
}
 .aboutusWrap .aboutus .aboutuscontent .f_blocks .f_block .inner_box .icon {
	 width: 75px;
}
 .aboutusWrap .aboutus .aboutuscontent .f_blocks .f_block .inner_box .icon i {
	 color: #017bc0;
	 font-size: 40px;
	 text-align: center;
}
 .aboutusWrap .aboutus .aboutuscontent .f_blocks .f_block .inner_box h6 {
	 font-size: 20px;
	 line-height: 1.2;
	 margin-bottom: 0;
	 font-weight: 800;
	 color: #09253b;
}
 .aboutusWrap .aboutus .aboutuscontent .f_blocks .f_block:nth-child(1) {
	 border-right: 3px dashed #09253b;
}
 .aboutusWrap .aboutus .aboutuscontent .quote {
	 position: relative;
	 padding: 30px 30px;
	 background: #f9fcff;
	 font-weight: 500;
	 font-size: 16px;
	 line-height: 1.7em;
	 font-style: italic;
	 border-radius: 0px;
	 margin-bottom: 35px;
}
 .aboutusWrap .ourVision .col + .col {
	 margin-left: 20px;
}
 .aboutusWrap .ourVision .col {
	 background: #fff;
	 box-shadow: -4px -4px 16px #000 0f, 8px 10px 20px #000 0f;
	 border-radius: 12px;
	 padding: 20px;
}
 .aboutusWrap .ourVision .col h5 {
	 font-size: 18px;
	 line-height: 1.2;
	 text-transform: capitalize;
	 font-weight: 900;
}
 .aboutusWrap .ourVision .col p {
	 margin-top: 10px;
	 font-size: 16px;
	 line-height: 28px;
	 color: #818090;
	 font-weight: 400;
}
 .aboutusWrap .companyDetails {
	 background-color: #000000b3;
	 background-blend-mode: multiply;
	 padding: 75px 0 0px;
	 margin: 0 0 150px;
	 height: 95vh;
}
 .aboutusWrap .companyDetails i {
	 width: 85px;
	 height: 85px;
	 line-height: 85px;
	 text-align: center;
	 border-radius: 50%;
	 background-color: #fff;
	 font-size: 27px;
	 margin: 0 auto 50px;
	 display: block;
}
 .aboutusWrap .companyDetails span {
	 position: relative;
	 font-size: 16px;
	 line-height: 36px;
	 text-transform: none;
	 font-family: 'Smoothread';
	 font-weight: 700;
	 color: #fff;
	 margin: 0 0 20px;
	 display: block;
	 text-align: center; 
}
 .aboutusWrap .companyDetails h3 {
	 text-align: center;
	 font-size: 54px;
	 line-height: 1.2;
	 color: #fff;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
	 margin: 0 0 15px;
	 font-weight: 700;
}
 .aboutusWrap .companyDetails p {
	 font-size: 16px;
	 line-height: 1.7;
	 color: #fff;
	 text-transform: capitalize;
	 font-weight: 500;
	 text-align: center;
	 max-width: 800px;
}
 .aboutusWrap .companyDetails ul {
	 flex-wrap: wrap;
	 justify-content: space-between;
	 background-color: #fff;
	 position: relative;
	 top: 120px;
	 padding: 15px;
	 border-radius: 8px;
	 box-shadow: -4px -4px 16px #000 0f, 8px 10px 20px #000 0f;
}
 .aboutusWrap .companyDetails ul li {
	 flex: 1;
	 text-align: center;
	 font-size: 14px;
	 line-height: 1.2;
	 text-transform: capitalize;
	 font-weight: 900;
}
 .aboutusWrap .companyDetails ul li span {
	 width: 100%;
	 position: relative;
}
 .aboutusWrap .companyDetails ul li i {
	 width: 100%;
	 font-size: 40px;
	 color: #000;
	 padding: 10px 0;
	 margin: 0 0 0;
}
 .aboutusWrap .companyDetails ul li b {
	 color: #f65c06;
	 width: 100%;
	 font-size: 32px;
	 line-height: 1em;
	 font-weight: 700;
	 display: block;
	 margin: 5px 0 15px;
}
 .aboutusWrap .whyBookus {
	 padding: 55px 0;
}
 .aboutusWrap .whyBookus h6 {
	 color: #f65c06;
	 font-size: 17px;
	 text-transform: capitalize;
	 font-weight: 900;
	 margin: 0 0 12px;
}
 .aboutusWrap .whyBookus h2 {
	 font-size: 45px;
	 line-height: 1;
	 color: #09253b;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
	 margin: 0 0 15px;
	 font-weight: 700;
}
 .aboutusWrap .whyBookus h5 {
	 font-size: 20px;
	 line-height: 1.2;
	 margin-bottom: 0;
	 font-weight: 800;
	 color: #09253b;
}

 .aboutusWrap .masonaryGridContainer {
	 grid-template-areas: "one one one three three three three four four four four four" "two two two three three three three five five six six six";
	 grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	 grid-template-rows: 1fr 1fr;
	 grid-column-gap: 32px;
	 grid-row-gap: 32px;
	 display: grid;
}
 .aboutusWrap .masonaryGridContainer .commGrid {
	 position: relative;
	 border-radius: 8px;
	 overflow: hidden;
}
 .aboutusWrap .masonaryGridContainer .commGrid img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .aboutusWrap .masonaryGridContainer .commGrid .cardinfo {
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 width: 100%;
	 padding: 15px;
	 z-index: 9;
}
 .aboutusWrap .masonaryGridContainer .commGrid .cardinfo h4 {
	 font-size: 27px;
	 line-height: 1.2;
	 color: #fff;
	 margin: 0;
	 font-weight: 700;
	 text-transform: capitalize;
}
 .aboutusWrap .masonaryGridContainer .commGrid .cardinfo h6 {
	 color: #f65c06;
	 font-size: 17px;
	 text-transform: capitalize;
	 font-weight: 700;
	 margin: 0 0 12px;
}
 .aboutusWrap .masonaryGridContainer .commGrid:after {
	 display: block;
	 content: "";
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 bottom: 0;
	 left: 0;
	 background: linear-gradient(180deg, #09253b 0 0%, #09253b 100%);
}
 .aboutusWrap .masonaryGridContainer .masonaryGridOne {
	 grid-area: one;
	 max-height: 300px;
}
 .aboutusWrap .masonaryGridContainer .masonaryGridTwo {
	 max-height: 300px;
	 grid-area: two;
}
 .aboutusWrap .masonaryGridContainer .masonaryGridThree {
	 grid-area: three;
	 max-height: 632px;
}
 .aboutusWrap .masonaryGridContainer .masonaryGridFour {
	 grid-area: four;
	 max-height: 300px;
}
 .aboutusWrap .masonaryGridContainer .masonaryGridFive {
	 grid-area: five;
	 max-height: 300px;
}
 .aboutusWrap .masonaryGridContainer .masonaryGridSix {
	 grid-area: six;
	 max-height: 300px;
}
*/

/*=========================================  Blog Categories START ========================================= */
.blogNav{
    display: flex ;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    background-color: #edf3ff;
}
.blogNav li{
    margin: 0 0 0px;
    position: relative;
}
.blogNav li a{
    padding: 18px 25px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    text-transform: capitalize;
}
.blogNav .submenu{
    display: none;
}
.blogNav li.subchild:hover ul.submenu {
    display: block;
    position: absolute;
    margin: 0;
    width: 220px;
    left: 0;
    z-index: 9;
    background: white;
    box-shadow: 0px 20px 30px -25px #000;
}
.blogNav li.subchild ul.submenu li:hover a {
    color: #fff;
    background-color: #000;
}
/*=========================================  Blog Categories END ========================================= */
/*=========================================  Single Blog START ========================================= */
.singleBlogWrap{
    display: grid ;
    grid-row-gap: 25px;
    row-gap: 25px;
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin: 25px 0;
    grid-template-columns: repeat(3, 1fr);
}
.singleBlog { 
    padding: 0px;
    border-radius: 10px;
    background: #edf3ff;
}
.singleBlog a {
    display: block;
}
.singleBlog .blogimg {
    width: 100%;
    height: 220px;
    position: relative;
}
.singleBlog .blogimg img{
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}
.singleBlog .blogcontent{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding: 0 15px 15px; 
    min-height: 160px;
} 
.singleBlog .blogcontent h2{
    font-size: 23px;
    font-weight: 700; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    transition: all 0.3s ease-out;
}
.singleBlog .blogcontent p{
    overflow: hidden;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    margin-bottom: 0; 
}
/*=========================================  Single Blog END ========================================= */

/*========================================= Blog Details START ========================================= */
.blogDetails .blogcontentWrap {
  padding: 15px 0;
  margin: 0px 0;
}
.blogDetails .blogcontentWrap h1 {
  font-size: 36px;
  max-width: 700px;
}
.blogDetails .blogcontentWrap .blogimg {
  height: 65vh;
  padding: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  background: #F5F7FC;
  border-radius: 0px 0px 0 0;
}
.blogDetails .blogcontentWrap .blogimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogDetails .blogcontentWrap .blogcontent h1, 
.blogDetails .blogcontentWrap .blogcontent h2, 
.blogDetails .blogcontentWrap .blogcontent h3, 
.blogDetails .blogcontentWrap .blogcontent h4, 
.blogDetails .blogcontentWrap .blogcontent h5, 
.blogDetails .blogcontentWrap .blogcontent h6 {
  clear: both;
  display: block;
  font-size: 27px;
  padding: 15px 0 0px;
}
.blogDetails .blogcontentWrap .blogcontent p img {
  display: block;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: cover;
  margin: 0px 0 0 0px;
}
.blogDetails .blogcontentWrap .blogcontent ul li {
  font-size: 16px;
  opacity: 1;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #555;
  margin: 5px 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.blogDetails .blogcontentWrap .blogcontent ul li:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0c4e75;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 5px;
}
.blogDetails .authorDetails {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0px;
  padding: 20px;
  top: -60px;
  position: relative;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 40px -21px #000;
}
.blogDetails .authorDetails .author {
  display: flex;
  align-items: center;
  width: calc(100% - 150px);
}
.blogDetails .authorDetails .author .icons {
  margin-right: 15px;
  width: 100px;
  height: 100px;
  position: relative;
}
.blogDetails .authorDetails .author .icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  padding: 3px;
  border: 4px solid #09243a82;
}
.blogDetails .authorDetails .author .text {
  width: calc(100% - 100px);
}
.blogDetails .authorDetails .author .text h6 {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  white-space: unset;
  overflow: unset;
  margin-bottom: 5px;
  text-overflow: unset;
  text-transform: capitalize;
}
.blogDetails .authorDetails .author .text ul {
  display: flex;
  align-items: center;
  line-height: 1;
}
.blogDetails .authorDetails .author .text ul li {
  color: #000;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  opacity: 0.8;
  margin-right: 15px;
}
.blogDetails .authorDetails .author .text ul li i {
  margin: 0 10px 0 0px;
}
.blogDetails .authorDetails .author .text ul li + li {
  padding: 0 15px;
}
.blogDetails .authorDetails .social {
  width: 150px;
}
.blogDetails .authorDetails .social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.blogDetails .authorDetails .social ul li {
  margin: 0 2px;
}
.blogDetails .authorDetails .social ul li i {
  width: 36px;
  height: 36px;
  background-color: #e1e0e0;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.blogDetails .commentShow .result {
  background-color: #F5F7FC;
  padding: 25px 25px 10px;
  margin: 0 0 20px;
}
.blogDetails .commentShow .result .author {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.blogDetails .commentShow .result .author .icons {
  margin-right: 15px;
}
.blogDetails .commentShow .result .author .icons img {
  max-height: 50px;
}
.blogDetails .commentShow .result .author .text h6 {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  white-space: unset;
  overflow: unset;
  margin-bottom: 5px;
  text-overflow: unset;
  text-transform: capitalize;
}
.blogDetails .commentShow .result .author .text ul {
  display: flex;
  align-items: center;
  line-height: 1;
}
.blogDetails .commentShow .result .author .text ul li {
  padding: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  opacity: 0.8;
  margin-right: 15px;
}
.blogDetails .commentShow .result .userContnent {
  margin: 0 0 0 65px;
}
.blogDetails .commentShow .result .userContnent p {
  font-size: 14px;
}
.blogDetails .commentShow .ShowMore {
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 50px;
  display: block;
  max-width: 220px;
  padding: 10px 0;
  text-align: center;
  border-radius: 4px;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.blogDetails .comment_blog {
  margin: 0 0 40px;
  max-width: 700px;
  background: #F5F7FC;
  padding: 35px;
}
.blogDetails .comment_blog textarea {
  height: 180px;
}
.blogDetails .comment_blog input[type="submit"] {
  margin: 15px 0 0;
  width: 180px;
}

/*  */
.blogWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blogWrap .blogLeft {
  width: calc(100% - 365px);
}
.blogWrap .blogRight {
  width: 350px;
}
.blogWrap .blogRight .blogRightContent {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 12px 1px #00000033;
}
.blogWrap .blogRight .blogRightContent .sideContent {
  margin-bottom: 10px;
}
.blogWrap .blogRight .blogRightContent .sideContent a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blogWrap .blogRight .blogRightContent .sideContent a .sideimg {
  width: 70px;
  height: 55px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.blogWrap .blogRight .blogRightContent .sideContent a .sideText {
  width: calc(100% - 80px);
  margin: 0;
}
.blogWrap .blogRight .blogRightContent .sideContent a .sideText h3 {
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}
.blogWrap .blogRight .blogRightContent .sideContent:hover h3 {
  color: #2290ff;
}

/*========================================= Blog Details END ========================================= */

/*========================================= Listing Details Start ========================================= */

    .accordion-headers {
        display: flex ;
        flex-wrap: wrap;
        background: #dee2e6;
        width: 100%;
    }
    .accordion-items {
        background-color: transparent;
        border-bottom: 0px solid transparent;
        border: none;
        border-radius: 0;
        border-left: 1px solid #fff;
    }
    .accordion-header-btn{
        color: #000;
        font-weight: 500;
        font-size: 14px;
        padding: 9px 20px;
        line-height: 1;
        text-transform: capitalize;
        background: transparent;
        border: 0px solid transparent;
    }
    .accordion-header-btn.active{
        color: #fff;
        background-color: #09253b;
        border-radius: 5px 5px 0px 0;
    }
    .accordion-header-btn:focus, 
    .accordion-header-btn:active, 
    .accordion-header-btn:hover{
        outline: none;
        border: none;
        box-shadow: unset; 
    }
    .accordion-body-section { 
        width: 100%;
    } 
    .accordion-body-section > .accordion-body {
      display: none;
      padding: 10px;
    }
    .accordion-body-section > .accordion-body.active {
      display: block;
      animation: fadeIn 0.3s;
    }
    .accordion-body .vendorBtn a{
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        padding: 6px 12px;
        border-radius: 8px;
        text-transform: capitalize;
        background-color: rgba(255, 171, 125, 0.2588235294);
        border: 1px solid rgba(255, 171, 125, 0.2588235294);
    }


    .faq-container {
      max-width: 700px;
      margin: auto;
    }
    .faq-item {
      background: #fff;
      border-radius: 6px;
      margin-bottom: 1rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .faq-question {
      cursor: pointer;
      padding: 1rem 1.5rem;
      font-weight: 700;
      position: relative;
      user-select: none;
    }
    .faq-question::after {
      content: '+';
      position: absolute;
      right: 1.5rem;
      font-size: 1.5rem;
      transition: transform 0.3s ease;
    }
    .faq-question.active::after {
      content: '-';
      transform: rotate(180deg);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 1.5rem;
      background: #f0f4ff;
      transition: max-height 0.4s ease, padding 0.4s ease;
      font-weight: normal;
      line-height: 1.5;
    }
    .faq-answer.open {
      padding: 1rem 1.5rem;
      max-height: 500px; /* enough to show content */
    }

/*========================================= Listing Details END ========================================= */

/*======================================== Request Call Back Start ======================================= */
#customPopupForm { 
    transform: none;
    width: 800px;
    background-color: #0c1b2b;
    background-size: cover;
    background-repeat: no-repeat;
} 
#customPopupForm .modal-content {
    border: none;
    background: transparent;
    height: 100%;
}
.enquiry-wrapper {
    padding: 0;
    box-shadow: none;
    border: none;
    display: flex;
}
.enquiry-left{
    width: calc(100% - 450px);
    height: 100%;
    position: relative;
}
.enquiry-logo{
    width: 100%;
    display: block;
    text-align: center;
}
.enquiry-logo img{

}
.enquiry-steps{
    display: flex ;
    flex-wrap: wrap;
    height: 100%;
    padding: 0px 0 0;
    align-items: center;
}
.enquiry-steps h4{
    font-size: 21px;
    width: 100%;
    text-transform: capitalize;
    background: #0c1b2b;
    color: #fff;
    padding: 15px 0 0px;
    text-align: center;
}
.enquiry-steps ul{
      padding: 10px 30px;
}
.enquiry-steps ul li{
    color: #fff;
    margin: 8px 0px;
}
.enquiry-steps ul li i{
    color: #fff;
    font-size: 18px;
    width: 35px; 
    border-radius: 4px;
    text-align: center;
    margin: 0 15px 0 0px; 
}
.social-links{
    display: flex ;
    width: 100%; 
    bottom: 0;
    padding: 10px 30px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    z-index: 99;
}
.social-links li{
    color: #fff;
    margin: 8px 0px;
}
.social-links li a{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    list-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Jost', sans-serif;
}
.social-links li a i{
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin: 0 15px 0 0px;
    background-color: #0082c7;
}

.enquiry-right{
    width: 450px;
    padding: 0px;
    margin-left: auto;
    background-color: #fff;
    display: flex ;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    z-index: 9;
}
.enquiry-right h4{
    font-size: 24px;
    width: 100%;
    background: #0c1b2b;
    color: #fff;
    padding: 25px 0 25px;
    text-align: center;
}
#enquiryForm input {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: transparent;
  padding: 0 12px;
  border: 1px solid #999999;
  font-size: 14px;
}
section.package-itinerary {
  background: #fff;
  padding: 10px;
  margin: 0 0 20px;
}
.accordion {
  margin-top: 20px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #f65c06 !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #f65c06;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/down.svg") !important;
  transform: rotate(-180deg);
}
/*======================================== Request Call Back END ========================================= */