/**
* Template Name: FlexStart
* Updated: Jun 19 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

.partner-list-slider .item {
    display: flex;
    align-items: center;
    background: #fff;
    height: 180px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.background-primary {
  background: #5e5d5d33;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header p {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header h2 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/
.page-banner {
  padding: 0;
  background: #f7f7f7;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
  /* background: #012970; */
  min-height: 0;
  /* margin-top: 82px; */
  color: #000;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #000;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  padding: 20px 0;
  border-bottom: 4px solid #0c4ca3;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  width: 100%;
  max-height: 90px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.header h6 {
  color: #000;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 15px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #4154f1;
}

.navbar .menu-text {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding-left: 10px;
}
.navbar .dropdown.megamenu .fa-solid {
  color: #ff9b39;
  font-size: 14px;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  /* background: #4154f1; */
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  /* background: #5969f3; */
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
 align-items: flex-start!important;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
 align-items: flex-start!important;
}



.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}

.single-menu img {
    width: 100%;
}

.single-menu span {
  display: block;
  font-size: 18px;
  padding: 10px 0;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1122px) {
  .mobile-nav-toggle {
    display: block;
  }
  
  .navbar ul {
    display: none;
  }

  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #013289;
    white-space: nowrap;
    transition: 0.3s;
  }

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #4154f1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.single-offer-slider .owl-dots {
  display: none;
}
.owl-theme .owl-nav {
  margin-top: 0!important;
}
.single-offer-slider .owl-theme .owl-nav {
  padding: 0;
  margin: 0!important;
}
.single-offer-slider .owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  left: 0;
}
.single-offer-slider .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  right: 0;
}
.single-offer-slider .owl-nav span {
  font-size: 33px;
  color: #fff;
  background: #000;
  padding: 5px 20px;
}
@media (max-width: 480px){
  .single-offer-slider .owl-nav span {
    font-size: 18px;
    color: #fff;
    background: #000;
    padding: 5px 10px;
  }
}
.buy-cart {
    background: #e5f0f6;
}
/* .buy-cart-select select { */
.buy-cart-select  {
  border: none;
  padding: 10px;
  /* padding: 20px 10px; */
  text-align: center;
  background: #00000021;
}
.buy-cart-content {
  text-align: center;
  padding: 5px 0;
}
.buy-cart-content .owl-dots {
  display: none;
}
.buy-cart-content-slider .item h4::after {
  content: '|';
  padding-left: 5px;
}
.buy-cart-content-slider .owl-item {
  width: auto!important;
}
.buy-cart-content h4 {
  font-size: 13px;
  font-family: 'Roboto';
  padding: 7px 3px 0 0;
}
.button-sec {
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.2) inset;
}
.button-text i {
  font-size: 18px;
  color: #0c4ca3;
}
.button-text {
  color: #000;
  font-size: 14px;
  padding: 7px 5px;
  text-align: center;
  /* background: #ababab; */
}
.single-offer .w-100 {
  height: 300px;
}
.single-offer,
.single-offer-img {
  position: relative;
  overflow: hidden;
  transition: ease all 2s;
}
.single-offer-img:hover {
  transform: scale(1.1);
  transition: ease all 2s;
}
.single-offer .owl-dots {
  display: none;
}
.single-offer .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  color: #fff;
}
.single-offer .owl-prev {
  position: absolute;
  left: 0;
  background: #000!important;
  width: 29px;
  height: 30px;
}
.single-offer .owl-next {
  /* position: absolute; */
  right: 0;
  position: absolute;
  background: #000!important;
  width: 30px;
  height: 30px;
}
.single-offer-img.transition-none:hover {
  transform: none;
}
@media (max-width: 991px){
  .single-offer .w-100 {
    height: auto;
  }
}
.about-best-offer {
  height: 300px;
  background: url(../img/1-fx-blog-bn.jpg) no-repeat;
  background-size: cover;
}
.about-best-offer .overlay {
  background: rgb(0 0 0 / 26%);
  padding: 40px;
  color: #fff;
  height: 100%;
}
.about-best-content {
  transform: translate(0, 172px);
}
.about-best-content h5{
  font-size: 18px;
  font-family: 'Roboto Slab';
}
/*--------------------------------------------------------------
# Search Section
--------------------------------------------------------------*/
.search-sec {
    color: #fff;
    background: #0000007d;
    padding: 15px 0 30px 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin-top: -125px;
}
.input-box label {
  position: absolute;
  z-index: 999;
  color: #000;
  font-size: 10px;
  margin-left: 14px;
  margin-top: -2px;
}
.input-box button {
  font-size: 13px;
}
@media (max-width: 991px) {
  .search-sec {
    margin-top: 0;
  }
}
.search-text .form-control,
.search-text .form-select {
  border-radius: inherit;
  font-size: 13px;
}
.search-text .form-control::placeholder,
.search-text .form-select::placeholder {
  font-size: 13px!important;
}
@media (max-width:767px){
  .search-text .input-box {
    padding-bottom: 8px;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.btn-offer {
  padding: 0;
  font-size: 14px;
}
.single-packge-content {
  padding: 10px 0;
}
.packge-title h5{
  color: #000;
}
.packge-price h5 {
  color: #0c4fa6;
}
.packages-slider .item {
    padding: 10px;
}
.single-packge {
    padding: 10px;
    color: #fff;
    background: #fff;
/*    box-shadow: 2px 2px 20px 10px #0000001a;*/
}
.domestic .item {
    border: 2px solid #d7d5d5;
    box-shadow: 2px 2px 7px 0px #0000001a;
    padding: 10px;
}
.single-packge h6 {
  color: #000;
  font-size: 12px;
}
.our-packages .owl-dots {
  display: none;
}
.our-packages .owl-prev span {
  padding: 7px 9px;
  background: #124ba2c4;
  color: #fff;
  font-size: 25px;
  margin-top: -5px;
  position: absolute;
  left: 0;
  top: 28%;
}
.our-packages .owl-next span {
  padding: 7px 9px;
  background: #124ba2c4;
  color: #fff;
  font-size: 25px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 28%;
}
/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-box {
  padding: 10px 0;
  text-align: center;
}
.service-icon i {
  font-size: 40px;
  color: #0b4da3;
}
.service-content h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px 0;
}
.service-box .card:hover {
  color: #fff;
  background: #0b4da3;
  border: #0b4da3;
  border-radius: 10px;
}
.service-box:hover h3 {
  color: #fff;
}
.service-box:hover .service-icon i {
  color: #fff;
}
.card.p-4 {
  /* background: none!important; */
  height: 170px;
}
.owl-dots {
  display: none;
}
.owl-nav span {
  padding: 4px 12px;
  background: #09568d;
  color: #fff;
  font-size: 20px;
}
/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-sec {
  padding: 10px 0;
  text-align: center;
}
.why-choose-icon img {
  width: 100px!important;
  margin: 0 auto;
}
.why-choose-icon-details {
  padding: 10px 0 0 0;
  height: 145px;
}
.why-choose-icon-details h5 {
  font-size: 16px;
  font-weight: bold;
}
.why-choose-icon-details p {
  font-size: 14px;
  text-align: justify;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #fff;
  padding: 0 0 10px 0;
  font-size: 14px;
}

.footer .footer-top {
  background: #515151;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 30px 0 30px 0;
}

.footer-contact a {
  color: #fff;
}

.footer-contact input {
  color: #fff;
  background: none;
  font-size: 14px;
  padding: 7px;
}
.footer-contact .form-control:focus {
  color: #fff;
  background: none;
}

.footer-contact input::placeholder {
  color: #a49f9f;
}
.contact-details {
  padding: 0 0 15px 0;
}
.footer-nav {
  padding: 10px 0;
  border-top: 1px solid #727070;
  border-bottom: 1px solid #727070;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer-nav li {
  display: inline-block;
}
.content-after::after {
  content: '|';
  color: #979191;
  padding-left: 10px;
}

.single-footer-nav a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

footer .social-links ul {
  text-align: center;
  margin: 0 auto;
}

footer .social-links li {
  display: inline-block;
  padding: 10px;
}

footer .social-links h5 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}


footer .social-links li i {
  color: #fff;
  border: 1px solid;
  width: 30px;
  height: 30px;
  padding: 8px 0;
  border-radius: 50%;
}
/* Style the tab */
footer .tab {
  overflow: hidden;
  text-align: center;
  /* border: 1px solid #ccc;
  background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
footer .tab button {
  color: #fff;
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  /* padding: 14px 16px; */
  transition: 0.3s;
  font-size: 14px;
}

@media (max-width: 767px){
  footer .tab button {
    color: #fff;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 14px;
    border-bottom: 1px solid #727070;
    padding: 10px 0 10px 15px;
  }
  footer .content-after::after {
    content: none;
    color: #979191;
    padding-left: 10px;
  }
  footer .tab {
    overflow: hidden;
    text-align: center;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
  }
}

/* Change background color of buttons on hover */
footer .tab button:hover {
  /* background-color: #ddd; */
}

/* Create an active/current tablink class */
footer .tab button.active {
  /* background-color: #ccc; */
}

/* Style the tab content */
footer .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #727070;
  margin-top: 11px;
  /* border-top: none; */
}

/* Style the close button */
.topright {
  color: #fff;
  float: right;
  cursor: pointer;
  font-size: 28px;
  margin-top: -15px;
}

.topright:hover {color: red;}
.footer-navigation-list h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.footer-navigation-list h6 a {
  color: #999;
  font-size: 14px;
  transition: ease all .5s;
}
.footer-navigation-list h6 a:hover {
  color: #fff;
  font-size: 14px;
  transition: ease all .5s;
}
@media (max-width: 767px){
  .footer-nav button {
    width: 100%;
  }
}
.certification {
  background: #f0eded;
}
.certification-title h4 {
  font-size: 16px;
}
.certification-details-sec a {
  color: #000;
}
.footer .border-right {
  border-right: 1px solid #d7d4d4;
}
@media (max-width:1122px) {
  .footer .border-right {
    border-right: none;
  }
}
.certification img {
  filter: grayscale(100%);
}
.certification img:hover {
  filter: grayscale(0%);
}
.copyright-sec {
  background: #f0eded;
  border-top: 1px solid #d7d4d4;
}
.footer .copyright {
  /* text-align: center; */
  font-size: 12px;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  font-size: 12px;
  padding-top: 10px;
  /* text-align: center; */
  color: #012970;
}
.footer .copyright a {
  color: #012970;
  font-weight: initial;
}
.payment-mode-img {
  padding: 5px 0;
}

/*--------------- Packages Page  ----------------*/
.packages .accordion-list {
  padding: 0;
}
.packages .accordion-list a {
  display: block;
  position: relative;
  /*! font-family: "Poppins", sans-serif; */
  font-size: 16px;
  /*! line-height: 24px; */
  font-weight: 500;
  /*! padding-right: 30px; */
  outline: none;
  cursor: pointer;
}
.submit.btn.btn-primary.w-100 a,
.submit.btn.btn-secondary.w-100 a {
  font-size: 11px;
}
.packages-list {
  padding-bottom: 15px;
}
.packages-list .card {
  box-shadow: -1px 0px 5px 0px #00000047;
}
.packages-list .btn.btn-secondary a {
  color: #0d6efd;
}
.packages-list-title {
  padding: 10px;
  background: #045692;
  color: #fff !important;
}
.border-right {
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  .border-right {
    border: none;
  }
}
.packages-title h3 a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.destination h5 {
  font-size: 13px;
}
.package-stay-time {
  padding: 10px 0;
}
.package-stay-time h3 {
  font-weight: bold;
  font-size: 15px;
}
.group-tour-feature h4 {
  font-size: 16px;
}
.group-icon i {
  color: #0095da;
  padding: 8px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #b0abab8c;
}
.group-icon-content {
  padding: 10px 0;
}
.group-icon-content h5 {
  font-size: 14px;
}
.group-feature:hover .group-icon i {
  padding: 8px;
  width: 35px;
  height: 35px;
  color: #fff;
  background: #0095da;
  border-radius: 50%;
  border: 1px solid #0095da;
}
.destination {
  padding: 7px 0 0 10px;
  border: 1px solid #dfdfdf;
  margin: 0;
}
.group-tour-feature {
  padding: 10px 0;
}
.price-title h5 {
  font-size: 16px;
  padding: 10px 0;
}
.price-dropdown {
  font-size: 14px;
}
#price-dropdown,
#price-dropdown option {
  font-size: 14px;
  border: none;
  padding: 10px 0;
}
.price-tag i {
  font-size: 18px;
}
.price-tag h3 {
  font-size: 24px;
  font-weight: 700;
}
.price-tag h6 {
  font-size: 14px;
}
.submit.btn.btn-secondary.w-100 {
  background: none;
  color: #0095da;
  border-color: #0095da;
  font-size: 13px;
  margin: 10px 0;
  padding: 8px!important;
}
.submit.btn.btn-primary.w-100 a {
  color: #fff;
}
.submit.btn.btn-primary.w-100 {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
  padding: 8px!important;
}

/*----------------------------------*/
.packages-search {
  background: url(../img/search.jpg) no-repeat;
  height: 250px;
  /* background-size: cover;
  background-attachment: fixed; */
}
.packages-search h3 {
  color: #fff;
  padding-bottom: 15px;
}
.packages-title h2 {
  color: #084ea4;
  font-size: 25px;
  font-weight: bold;
}
/*-------------------------------------------*/
.single-packages-title h3 {
  font-size: 20px;
  font-weight: bold;
}
.btn-view {
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #094ca5;
  border-radius: 5px;
  width: 145px;
}
.btn-view a {
  color: #094ca5;
  font-size: 14px;
}
.btn-view:hover {
  background-color: #094ca5;
  padding: 3px 10px;
  border: 1px solid #094ca5;
  border-radius: 5px;
  width: 145px;
}
.btn-view:hover a {
  color: #fff;
  font-size: 14px;
}
.book a {
  color: #fff;
}
.package-day-content h3 {
  font-size: 18px;
}
.package-day-content h3 span {
  display: block;
  font-size: 12px;
}
.package-day {
  background: #f3f2f2;
  padding: 10px;
  border-radius: 0 50px 41px 0;
}
.package-header {
  /*! padding: 10px 16px; */
  background: #bedef5;
  color: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  opacity: 0;
}

.sticky + .content {
  padding-top: 102px;
}
.packages-details-tab button {
  background: none;
  border: none;
  padding: 10px 8px;
}
.packages-details-tab .tablinks.active {
  background: #fff;
}
.packages-details-tab .tabcontent {
  padding: 45px 0;
}
.packages-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.packages-details-tab .form-title h4 {
  font-size: 16px;
}
.packages-details-form-group select {
  font-size: 14px;
}
.packages-details-form-group input:focus,
.packages-details-form-group select:focus {
  box-shadow: none!important;
}
.packages-details-form-group label {
  font-size: 14px;
}
.packages-details-form-group label span {
  font-size: 10px;
  padding-left: 3px;
}
.sublabel h6 {
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.book.btn.btn-primary.w-auto {
  font-size: 14px;
  background: #07548c;
  padding: 10px 15px;
  border: none;
}
.book.btn.btn-primary.w-auto:hover {
  font-size: 14px;
  background: #ff9733;
  padding: 10px 15px;
  border: none;
}
.packages-price {
  text-align: center;
}
.btn.btn-secondary a {
  color: #fff;
}
.packages-price {
  text-align: center;
  padding: 15px;
  border: 5px solid #07548c;
}
.overview-content li {
  font-size: 14px;
  line-height: 2;
}
.packages-title i {
  font-size: 18px;
  color: #ffa137;
}

/*--------------*/
.package-header .bg-light {
  background: #fff;
}
.package-header.bg-light a {
  color: #000;
  font-size: 14px;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;  
}
.package-header.bg-light .tab .active {
  color: #0095da;
  background: #000!important;
}
.accordion-list {
  padding: 0 100px 60px 100px;
}

.accordion-list ul {
  padding: 0;
  list-style: none;
}

/* .accordion-list li+li {
  margin-top: 15px;
} */

.accordion-list li {
  padding: 5px 0;
  background: #fff;
  border-radius: 4px;
}

.accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  /* padding-right: 30px; */
  outline: none;
  cursor: pointer;
  background: #000!important;
  padding: 10px;
  color: #fff;
}

.accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.accordion-list .bx {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 5px;
}

.accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.accordion-list .icon-show {
  display: none;
}

.accordion-list a.collapsed {
  color: #000;
  background: #dfdede!important;
}

.accordion-list a.collapsed:hover {
  color: #000;
  background: #dfdede!important;
}

.accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  /* .why-us .content {
    padding-left: 0;
    padding-right: 0;
  } */
  .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  /* .accordion-list .img {
    min-height: 400px;
  } */

  /* .accordion-list .content {
    padding-top: 30px;
  } */

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

/* @media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
} */
.contact {
  background: #06538cd9;
  --color-box-background: #f7f7f7;
}
.single-contact-box {
  height: 100%;
  background: #06538b;
  color: #fff;
}
.single-contact-box-content p,
.single-contact-box-content p a{
  font-size: 16px;
  color: #fff;
}
.single-contact-box-content h4 {
  font-size: 22px;
  padding-top: 10px;
  font-weight: 700;
}
.single-contact-box-icon .bi {
  font-size: 25px;
}
.single-tour-details-description {
  color: #000;
}
.accordion-list i {
  color: red;
}
.single-tour-details-description h5 {
  font-weight: bolder;
}
.single-tour-details-description h6 {
  padding-top: 10px;
  font-weight: bold;
}
.tour-book-btn button.btn.btn-primary.w-50,
.tour-book-btn button.btn.btn-primary.w-100 {
  border: none;
  background: red;
  text-transform: uppercase;
}
.tour-book-btn button.btn.btn-primary.w-50:hover,
.tour-book-btn button.btn.btn-primary.w-100:hover {
  border: none;
  background: #000;
  text-transform: uppercase;
}
.popular-packages-list {
  padding: 10px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.tour-book-label {
  background: #000;
  padding: 8px;
  text-align: center;
  color: #fff;
}
.single-popular-packages-title {
  padding: 10px 0 0 0;
}
.single-popular-packages-title h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  font-family: 'Roboto Slab';
}
.background-blue {
    background: #07548c
}
.background-blue .section-header h2 {
    color: #fff;
}
.partner-img {
  width: 100%;
  display: flex;
  align-items: center;
}
.partner-img img {
  width: 100%;
}
.single-popular-packages-content h4 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.tour-book-label h5 {
    margin: 0;
}
.row .border-box {
  align-items: center;
  border: 1px solid #dddddd;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.book-table-label {
  border-right: 1px solid #dddddd;
}
/*----------------------- Photo Gallery ----------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

/* .testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
} */

/* @media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
} */
/*---------------- Services Page ---------------------*/
.service-title h3 {
  font-weight: bold;
  color: #ff9b37;
}
/*---------------- Contact Us Page ---------------------*/
.contact .info-item {
  /* background: var(--color-box-background); */
  padding: 30px;
  background: #161d9f;
  z-index: 1;
  position: relative;
  height: 230px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: #fff;
}

.contact .info-item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-item p,
.contact .info-item p a {
  color: #fff;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  /* background: var(--color-box-background); */
  padding: 10px 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-background);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-primary);
  border-top-color: var(--color-background);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--color-default);
  background-color: #fff;
  border-color: rgba(var(--color-default-rgb), 0.2);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input[type=text]::-moz-placeholder,
.contact .php-email-form input[type=email]::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(var(--color-default-rgb), 0.3);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(var(--color-default-rgb), 0.3);
}

.contact .php-email-form button[type=submit] {
  background: #07548c;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff9733;
}

.single-tour-details-img {
  position: relative;
}

.single-tour-details .owl-theme .owl-nav {
display: none;
}

.single-tour-details .owl-theme .owl-dots {
  bottom: 0;
  display: block;
  position: absolute;
}

.single-tour-details-title h2 {
  margin: 0;
  padding: 10px 0;
  color: #ff9834;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Roboto Slab';
}

.single-tour-details .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #07548c;
  border: 2px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}
.single-tour-details .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 2px solid #fff;
}
button.accordion-button {
  background: #07548c;
  color: #fff;
}
button:focus:not(:focus-visible) {
  outline: 0;
  background: #000!important;
}