* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /*  font-family: "Open Sans", sans-serif;
      font-family: "Roboto Slab", serif;
      font-family: "Clicker Script", cursive;
  */
  body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #222;
    transition: 0.3s;
  }
  
  a {
    text-decoration: none;
    background: transparent;
    color: #fff;
    transition: 0.4s all ease;
  }
  
  a:hover {
    color: #fff;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6
  {
    color: #6DDBE8;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 0rem;
  }
  
  section {
    padding: 100px 0;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .color-recycledGlass
  {
      color:  #CADACF;
  }
  .bg-recycledGlass
  {
      background-color: #CADACF;
  }
  
  .color-elderWhite
  {
      color: #E6E1D9;
  }
  .bg-elderWhite
  {
      background-color: #E6E1D9;
  }
  
  .color-restful
  {
      color: #A7BEA4;
  } 
  .bg-restful 
  {
      background-color:  #A7BEA4;
  }
  
  .color-sea-Salt
  {
      color: #CDD2C0;
  }
  .bg-sea-Salt
  {
      background-color: #CDD2C0;
  }
  
  .color-fawn-Brindle
  {
      color: #6DDBE8;
  }
  .bg-fawn-Brindle
  {
      background-color: #6DDBE8;
  }
  
  .color-watery
  {
      color: #A7C6C8;
  }
  .bg-watery
  {
      background-color: #A7C6C8;
  }
  
  
  
  /*=================================================
                Home Page CSS Start Here
    ===================================================*/
  /* Sticky Header CSS Start */
  header .header-scrolled {
    transition: all 0.5s linear;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99999;
    background-color: #E6E1D9;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  /* HEADER CSS START HERE */
  /* TOP SECTION CSS */
  header
  {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 99999;
      width: 100%;
      display: block;
  }
  .top-section 
  {
    padding: 10px 0 !important;
    background-color: #6DDBE8;
  }
  
  .header-info ul li {
    padding: 0 10px;
  }
  
  .header-info ul li a i {
      font-size: 20px;
  }
  
  
  /* Bottom Header Start Here */
  .bottom-header {
    background-color: #00000040;
  }
  
  .bottom-header nav .navbar-brand img {
    margin: 0;
    border-right: 1px solid #e6e1d9;
    padding: 0px 30px 0px 0;
  }
  
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #6DDBE8;
    padding: 3px 13px;
    margin: 0 3px;
    border-radius: 0px;
  }
  
  .bottom-header nav .navbar-nav .nav-item .nav-link:hover {
    background: #6DDBE8;
    border-radius: 0px;
    transition: 0.3s;
    color: #E6E1D9 !important;
  }
  
  .header-btn a {
    padding: 18px 40px 16px 40px;
    margin-left: 20px;
    font-weight: 500;
    background-color: #6DDBE8;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid #6DDBE8;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .header-btn a:hover {
    border-color: #6DDBE8;
    background-color: #6DDBE800;
    color: #6DDBE8;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
/*       color: #e6e1d9; */
      background-color: #6DDBE8;
  }
  
  .dropdown-menu {
      border-radius: 0;
      border-color: #6DDBE8;
      background: #f6f5f2;
  }
  
  header .header-scrolled .dropdown-menu {
      background: #e6e1d9;
  }
  
  /* On mobile screens, the caret indicator for the dropdown */
  .dropdown-toggle::after {
      content: ' ';
      transition: transform 0.3s;
    }
    
    .rotated-caret::after {
      transform: rotate(180deg); /* Rotate caret when submenu is open */
    }
  
    /* Hover functionality for desktop */
    @media (min-width: 992px) {
      .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
      }
    
      .navbar-nav .dropdown-toggle::after {
        content: ' '; /* Adds a caret indicator */
        transition: transform 0.3s;
      }
    
      .navbar-nav .dropdown-menu.show .dropdown-toggle::after {
        transform: rotate(180deg); /* Rotate caret when submenu is open */
      }
    }
  
  
  /* Banner Section Start Here */
  .mainBanner {
    position: relative;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #banner-slider .item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.295);
  }
  
  #banner-slider .item {
    background-image: url(http://epic-journeys-llc.searchsoltest.com/wp-content/uploads/2024/10/homeslider-1.webp);
      background-size: cover; 
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1;  
      animation: zoomInOut 9s infinite; 
      transition: opacity 1s ease;
      position: relative;
      padding: 350px 0;
  }
  
  @keyframes zoomInOut {
      0% {
          transform: scale(1); 
      }
      50% {
          transform: scale(1.1);
      }
      100% {
          transform: scale(1);
      }
  }
  
  #banner-slider .item {
      opacity: 1; 
      transition: transform 1s ease, opacity 1s ease;
  }
  
  #banner-slider .active {
      z-index: 5;
      opacity: 1;
  }
  .banner-text {
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  
  .banner-text h2 {
    font-size: 65px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .banner-text p {
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 2rem;
  }
  
  .banner-text .banner-btn {
    padding: 18px 40px 16px 40px;
    margin-left: 30px;
    font-weight: 500;
    background-color: #6DDBE8;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 0px;
    font-size: 18px;
    border: 1px solid #6DDBE8;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .banner-text .banner-btn:hover {
    background-color: #E6E1D9;
    border-color: #E6E1D9;
    color: #6DDBE8;
    
  }
  
  .custom-shape-divider-bottom-1728580501 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      line-height: 0;
      display: block;
      z-index: 999;
  }
  
  .custom-shape-divider-bottom-1728580501 svg {
      position: relative;
      display: block;
      width: calc(100% + 1.3px);
      height: 35px;
  }
  
  .custom-shape-divider-bottom-1728580501 .shape-fill {
      fill: #6DDBE8;
  }
  .contactNumber
  {
      display: block;
      margin-top: 10px;
      font-size: 22px;
      font-weight: 700;
  }
  
  /* About Section Start Here */
  .aboutSection-content h2
  {
      font-size: 40px;
      line-height: 48px;
      font-weight: 400;
      color: #6DDBE8;
      margin-bottom: 30px;
  }
  .aboutSection-content h5{
      font-size: 20px;
      line-height: 35px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      margin-bottom: 30px;
      color: #000;
  }
  
  .aboutSection-content p
  {
      margin-bottom: 25px;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #000;
  }
  .aboutSection-content h6
  {
      font-family: "Clicker Script", cursive;
      font-size: 35px;
      margin: 0;
      color: #000;
  }
  
  /* Destinations Section STart Here */
  .headingSection
  {
      background-color: #f8f8f8;
      position: relative;
      padding-bottom: 20px;
  }
  .headingSection::before
  {
      background-image: url(http://epic-journeys-llc.searchsoltest.com/wp-content/uploads/2024/10/564-2nd-row-divider-free-img.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -80px;
      width: 100%;
      padding: 45px 0px;
  }
  .headingSection h2
  {
      font-size: 60px;
      color: #6DDBE8;
      font-weight: 400;
      line-height: 84px;
      margin: 0;
  }
  
  .destinationBox
  {
      height: 350px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
  }
  .destinationBox::after
  {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border: 0px solid #fff;
      border-style: double;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  }
  .destinationBox:hover::after
  {
      width: 95%;
      height: 92%;
      border: 4px solid #fff;
      border-style: double;
      transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  }
  .destinationBox:hover::before
  {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }
  .destinationContent
  {
      position: relative;
      z-index: 5;
  }
  .destinationContent h3
  {
      font-size: 40px;
      color: #fff;
      margin-bottom: 30px;
      font-weight: 400;
  }
  .destinationContent a
  {
      display: inline-block;
      font-size: 20px;
      font-weight: 400;
      background-color: transparent;
      border: 1px solid #fff;
      margin: 0;
      padding: 10px 40px;
      color: #fff;
      transition: all.3s;
  }
  .destinationContent a:hover
  {
      background-color: #fff;
      color: #6DDBE8;
  }
  
  /* ABout 2 Copy Section Start Here */
  .iconImage
  {
    width: 40px;
    margin-right: 15px;
  }
  .aboutSection-content ul li a
  {
    color: #000;
    font-size: 20px;
    font-weight: 600;
  }
  .aboutSection-content ul li
  {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  
  
  /* Testimonial Section Start Here */
  .td-testimonial-description p
  {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #555b56;
    font-family: "Roboto", sans-serif;
    margin-bottom: 3rem;
  }
  .td-name-designation h6
  {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
    transition: .3s;
    margin-bottom: 30px;
  }
  
  /* Awards Section Start Here */
  .awardsHeading h2
  {
    font-size: 60px;
    color: #6DDBE8;
    font-weight: 400;
    line-height: 84px;
    margin-bottom: 50px;
  }
  .awards-Image img
  {
    aspect-ratio: 3/2;
    border: 15px solid #6DDBE8;
    border-radius: 8px;
  }
  
  /* Footer Start Here */
  footer {
    background-image: url(http://epic-journeys-llc.searchsoltest.com/wp-content/uploads/2024/10/simon-matzinger-aZjw7xI3QAA-unsplash-1-1024x512-1.jpg);
    position: relative;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 150px 0; */
    height: 650px;
  }
  
  footer::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.46);
  }
  .footer-text {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  
  .footer-text h2 {
    font-size: 65px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .footer-text p {
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 2rem;
  }
  
  .footer-text .footer-btn {
    padding: 18px 40px 16px 40px;
    margin-left: 30px;
    font-weight: 500;
    background-color: #6DDBE8;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 0px;
    font-size: 18px;
    border: 1px solid #6DDBE8;
    color: #E6E1D9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .footer-text .footer-btn:hover {
    background-color: #E6E1D9;
    border-color: #E6E1D9;
    color: #6DDBE8;
    
  }
  .custom-shape-divider-top-1728660078 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block;
    z-index: 999;
    transform: rotate(180deg);
  }
  
  .custom-shape-divider-top-1728660078 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 35px;
  }
  
  .custom-shape-divider-top-1728660078 .shape-fill {
    fill: #6DDBE8;
  }
  .copyRight
  {
    background-color: #000000;
    padding: 20px 3%;
    color: #6DDBE8;
  }
  .copyRight-text p
  {
    font-size: 14px;
  }
  .box
  {
      height: 300pc;
  }
  .box1
  {
      background-color: #CADACF;
  }
  .box2
  {
      background-color: #E6E1D9;
  }
  .box3
  {
      background-color:  #A7BEA4;
  }
  .box4
  {
      background-color: #6DDBE8;
  }
  .box5
  {
      background-color: #A7C6C8;
  }
  .box6
  {
      background-color: #CDD2C0;
  }
  
  
  
  
  
  
  
  /*=================================================
                About Us Page CSS Start Here
  ===================================================*/
  .mainBanner2
  {
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 300px 0 120px 0;
    background-image: url(http://epic-journeys-llc.searchsoltest.com/wp-content/uploads/2024/10/homeslider-4.gif);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainBanner2::after
  {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.295);
  }
  .awardsHeading p
  {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
  }
  .lowWidth
  {
    max-width: 1000px;
  }
  .aboutStoryImage img
  {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  
  /*=================================================
                Contact Us Page CSS Start Here
  ===================================================*/
  .contact-info
  {
    margin-bottom: 20px;
  }
  .contact-info__icon i
  {
    font-size: 22px;
    color: #6DDBE8;
    margin-top: 5px;
  }
  .media-body h3
  {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 25px;
  }
  .media-body p
  {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
  }
  .contact-btn
  {
    padding: 18px 50px 16px 50px;
    font-weight: 500;
    background-color: #6DDBE8;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid #6DDBE8;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .contact-btn:hover
  {
    background-color: transparent;
    border-color: #6DDBE8;
    color: #6DDBE8;
  }
  .feilds input
  {
    border-radius: 0 !important;
    border-color: #E6E1D9;
  }
  .form-control:focus:focus
  {
    box-shadow: none !important;
    border-color: #6DDBE8;
  }
  .feilds textarea
  {
    border-radius: 0 !important;
    border-color: #E6E1D9;
  }
  .feilds input::placeholder
  {
    font-size: 15px;
    font-weight: 400;
  }
  .feilds textarea::placeholder
  {
    font-size: 15px;
    font-weight: 400;
  }
  
  
  
  
  /*=================================================
             Our Services CSS Start Here
  ===================================================*/
  .servicesPageContent h2
  {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 50px;
    text-transform: capitalize;
  }
  .servicesPageContent p{
    font-size: 15px;
    color: #555b56;
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px;
  }
  .allServicesList
  {
    margin-bottom: 40px;
    background-color: #f4f5f1;
    border-radius: 5px;
    overflow: hidden;
  }
  .allServicesListHeader
  {
  
    padding: 18px 30px 18px 30px;
    background-color: #6DDBE8;
  }
  .allServicesListHeader h2
  {
    color: #ffffff;
      font-size: 23px;
      margin-bottom: 0;
  }
  .allServicesListBody
  {
    padding: 0px 19px 0px 30px;
    overflow-x: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }
  .innerServicesBtn a
  {
    text-align: left !important;
      display: block;
      background-color: #e6e1d9;
      border-color: #E6E1D9;
      font-weight: 500;
      color: #6DDBE8;
      border-radius: 0px;
      font-size: 16px;
      padding-left: 25px !important;
  }
  .innerServicesBtn a:hover
  {
    background-color: #6DDBE8;
    border-color: #E6E1D9;
  }
  .btn:first-child:active
  {
    background-color: #6DDBE8;
    border-color: #6DDBE8;
  }
  
  
  
  
  /*=================================================
             Responsive CSS Start Here
  ===================================================*/
  /* <=========== RESPONSIVE START 767px ===========> */
  @media (max-width: 767px) {
    header {
      position: relative;
    }
    .top-location
    {
      text-align: center !important;
      align-items: center !important;
      justify-content: center !important;
      padding-left: 0 !important;
    }
    .header-info ul
    {
      align-items: center !important;
      justify-content: center !important;
    }
    .bottom-header nav .navbar-brand img {
      padding: 0;
      width: 135px;
    }
    .navbar-nav
    {
      align-items: flex-start !important;
      border-top: 1px solid #ffffff7a;
      margin-top: 15px;
      padding-top: 15px;
    }
    .navbar-nav li
    {
      margin-bottom: 5px;
    }
    .header-btn
    {
      display: none;
    }
    /* Banner */
    .banner-text h2 {
      font-size: 40px;
      margin-bottom: 25px;
    }
    .banner-text p {
      font-size: 15px;
      line-height: 35px;
    }
    .banner-text .banner-btn {
      padding: 18px 25px 16px 25px;
      font-size: 14px;
    }
    .contactNumber {
      font-size: 18px;
    }
    #banner-slider .item {  
      padding: 260px 0;
    }
    .destinationBox:hover::after {
      width: 85%;
      height: 90%;
    }
    .destinationContent h3 {
      font-size: 30px;
      color: #fff;
      margin-bottom: 30px;
    }
    .aboutSection-content h2 {
      font-size: 25px;
      line-height: 35px;
    }
    .aboutSection-content h5 {
      font-size: 15px;
      line-height: 30px;
    }
    .aboutSection-content h6 {
      font-size: 20px;
    }
    .headingSection h2 {
      font-size: 35px;
      line-height: 55px;
    }
    .headingSection::before {
      top: -55px;
      padding: 29px 0px;
    }
    .awardsHeading h2 {
      font-size: 34px;
      line-height: 55px;
    }
    .footer-text h2 {
      font-size: 40px;
      margin-bottom: 25px;
    }
    .footer-text p {
      font-size: 15px;
      line-height: 35px;
    }
    .footer-text .banner-btn {
      padding: 18px 25px 16px 25px;
      font-size: 14px;
    }
    footer
    {
      height: 500px;
    }
    .copyRight {
      padding: 5px 1%;
    }
    .copyRight-text
    {
      text-align: center !important;
      align-items: center !important;
      justify-content: center !important;
    }
    .mainBanner2 {
      padding: 170px 0 170px 0;
    }
  }
  /* <=========== RESPONSIVE END 991px ===========> */