/*-------------------------------------------------------------
Template Name: travel
Template URL: 
Author Name: SoftTech IT
Author URL: https://themeforest.net/user/softtech-it/portfolio
Version: 1.0
Description: 
Tags: 	bootstrap 5, travel
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Header Section 2
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button 
>> Form
>> Theme
>> Homepage 1
>> About page
>> Places
>> Page


--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/* Author CSS */
body {
  margin: 0;
  color: #151e3c;
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  color: #3cd2d1;
  font-size: 16px;
  margin-bottom: 0; }

a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #151e3c;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0; }

p {
  color: #151e3c;
  font-size: 16px;
  font-weight: 400; }

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

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none; }

button {
  cursor: pointer; }

img {
  width: 100%;
  height: auto;
  display: block; }

a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/* Navbar */
.dashboard-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: 84px; }

.dashboard-content {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 25px; }

.dashboard-nav {
  min-width: 238px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #3cd2d1; }

.dashboard-compact .dashboard-nav {
  display: none; }

.dashboard-nav header {
  min-height: 84px;
  padding: 20px 27px 20px 20px; }

.dashboard-nav header .menu-toggle {
  display: none;
  margin-right: auto; }

.dashboard-nav a {
  color: #515151; }

.dashboard-nav a:hover {
  text-decoration: none; }

.dashboard-nav {
  background-color: #022962; }

.dashboard-nav a {
  color: #fff; }

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
  color: #dbdbdb;
  text-decoration: none; }

.brand-logo i {
  color: #d2d1d1;
  font-size: 27px;
  margin-right: 10px; }

.dashboard-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.dashboard-nav-item {
  min-height: 56px;
  padding: 8px 20px 8px 70px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  -webkit-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s; }

.dashboard-nav-item i {
  width: 36px;
  font-size: 19px;
  margin-left: -40px; }

.dashboard-nav-item:hover {
  background: rgba(255, 255, 255, 0.04); }

.active {
  background: rgba(0, 0, 0, 0.1); }

.dashboard-nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.dashboard-nav-dropdown.show {
  background: rgba(255, 255, 255, 0.04); }

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
  font-weight: bold; }

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none; }

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.dashboard-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, 0.72); }

.dashboard-nav-dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.dashboard-nav-dropdown-item {
  min-height: 40px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s; }

.dashboard-nav-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04); }

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #443ea2; }

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  text-decoration: none;
  color: #875de5; }

.menu-toggle i {
  font-size: 20px; }

.dashboard-toolbar {
  min-height: 84px;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 27px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000; }

.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: rgba(236, 238, 239, 0.3); }

@media (min-width: 992px) {
  .dashboard-app {
    margin-left: 238px; }
  .dashboard-compact .dashboard-app {
    margin-left: 0; } }

@media (max-width: 768px) {
  .dashboard-content {
    padding: 15px 0px; } }

@media (max-width: 992px) {
  .dashboard-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999; }
  .dashboard-nav.mobile-show {
    display: block; } }

@media (max-width: 992px) {
  .dashboard-nav header .menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 992px) {
  .dashboard-toolbar {
    left: 238px; }
  .dashboard-compact .dashboard-toolbar {
    left: 0; } }

.position-menu-toggle {
  position: absolute;
  top: 40px;
  right: 40px; }

/* Header Section */
.header-section {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .header-section .logo {
    width: 160px; }
    @media (max-width: 575.98px) {
      .header-section .logo {
        margin-bottom: 10px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .header-section .logo {
        width: 80px; } }
  .header-section .login-btn {
    border: 1px solid #3cd2d1;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 4px 10px 4px 4px;
    font-weight: 500;
    color: #022962;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .header-section .login-btn .login-icon {
      margin-right: 2px;
      font-size: 24px;
      color: #022962;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .header-section .login-btn:hover {
      background: #3cd2d1;
      color: #ffffff; }
      .header-section .login-btn:hover .login-icon {
        color: #ffffff;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .header-section .location {
    position: relative; }
  .header-section .flexible-wrp {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 200px;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top: 150%;
    left: 0%;
    z-index: 44; }
    .header-section .flexible-wrp h6 {
      font-weight: 500;
      font-size: 14px;
      padding: 10px 0px 5px 0px; }
  .header-section .flexible-search {
    margin-top: 10px;
    display: block;
    padding: 8px 20px;
    background: #ffffff;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #022962;
    font-size: 14px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 20px !important; }
    .header-section .flexible-search:hover {
      padding-left: 50px; }
  .header-section .header-search-btn {
    border-radius: 30px;
    font-size: 14px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .header-section .header-search-btn {
        font-size: 14px;
        padding: 5px 24px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .header-section .header-search-btn {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 0;
        margin: 0;
        text-align: center;
        border-radius: 5px; } }
  .header-section .add-guest {
    font-size: 14px;
    color: rgba(2, 41, 98, 0.5);
    border: none;
    background-color: transparent;
    font-weight: 500; }

.add_guest_wrapper {
  position: absolute;
  top: 120%;
  z-index: 999;
  width: 280px;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .add_guest_wrapper .list {
    padding: 20px;
    border-bottom: 1px solid #eaeaea; }
    .add_guest_wrapper .list:last-child {
      border-bottom: none; }
  .add_guest_wrapper .guest-title {
    font-size: 12px;
    display: block;
    font-weight: 700;
    text-transform: capitalize; }
  .add_guest_wrapper .guest-subtitle {
    font-size: 10px;
    display: block;
    font-weight: 500;
    text-transform: capitalize; }
  .add_guest_wrapper .add-guest-btn {
    border: 1px solid #eaeaea;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    color: #022962;
    font-size: 12px;
    border-radius: 50%; }
  .add_guest_wrapper .guest_count {
    width: 50px;
    display: inline-block;
    border: none;
    text-align: center; }

.form-grp.show .add_guest_wrapper {
  visibility: visible;
  opacity: 1; }

.form-grp.show .flexible-wrp {
  visibility: visible;
  opacity: 1; }

.header-info-wrapper {
  border-radius: 38px;
  background-color: white;
  -webkit-box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1);
  padding: 5px 30px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .header-info-wrapper {
      padding: 5px 15px; } }
  .header-info-wrapper .form-grp {
    width: 130px; }
    .header-info-wrapper .form-grp .label {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: #022962;
      text-transform: capitalize; }
    .header-info-wrapper .form-grp .form-input {
      border: none;
      font-size: 8px;
      text-transform: capitalize; }
  .header-info-wrapper .header-separator {
    height: 50px;
    width: 1px;
    background-color: #eaeaea;
    display: inline-block;
    margin: 0 10px; }
  .header-info-wrapper.hide-nav {
    opacity: 0;
    visibility: hidden; }

.header-input {
  padding: 8px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #eaeaea;
  border-radius: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .header-input:hover {
    -webkit-box-shadow: 0px 10px 18px 0px rgba(15, 49, 120, 0.1);
    box-shadow: 0px 10px 18px 0px rgba(15, 49, 120, 0.1);
    padding: 8px 30px; }
  .header-input.show {
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .header-input .input {
    cursor: pointer;
    border: none; }
    .header-input .input:disabled {
      background: #fff; }
  .header-input .search-btn {
    border: none;
    border-radius: 50%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3cd2d1;
    display: inline-block; }

.cancel-guest {
  color: #022962;
  position: absolute;
  font-size: 14px;
  top: 24px;
  right: 55px;
  opacity: 0;
  visibility: hidden; }

.cancel-guest.show {
  opacity: 1;
  visibility: visible; }

.nice-select.housing .current {
  font-size: 10px; }

.label i {
  margin-right: 5px; }

.header-section.fixed {
  padding: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #ffffff;
  background-color: white;
  -webkit-box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1);
  margin-top: 0; }

.header-section.add-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.trigger-input-wrapper {
  border: 1px solid #3cd2d1;
  width: 400px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  display: none; }
  .trigger-input-wrapper label {
    background-color: #3cd2d1;
    color: #ffffff;
    display: block;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 0; }
  .trigger-input-wrapper input {
    border: none;
    padding: 6px 20px; }
  .trigger-input-wrapper.show {
    opacity: 1;
    visibility: visible;
    display: block; }

@media (max-width: 767.98px) {
  .mobile-trigger-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center !important;
    padding: 0 !important; } }

.mobile-info-wrapper {
  -webkit-box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 16px 54px 0px rgba(15, 49, 120, 0.1); }

.mobile-header-info-wrapper {
  border-radius: 38px;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .mobile-header-info-wrapper .form-grp {
    width: 100%; }
    .mobile-header-info-wrapper .form-grp .form-input {
      border: none;
      font-size: 14px;
      text-transform: capitalize;
      padding: 10px 20px;
      border: 1px solid #022962;
      width: 100%;
      margin-bottom: 20px; }
    .mobile-header-info-wrapper .form-grp .label {
      font-size: 16px;
      margin-bottom: 10px; }

.mobile-housing {
  display: block;
  width: 100%;
  border: 1px solid #022962;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 0px !important; }
  .mobile-housing .list {
    width: 100%; }
  .mobile-housing:hover {
    border: 1px solid #022962; }

.modal-header-info-wrapper.modal-header-info-wrapper {
  opacity: 1;
  visibility: visible;
  display: block; }

.modal {
  z-index: 99999; }

/* Header Section 2 */
.header-two-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-two-content-wrapper .header-two-search-bar {
    width: 50%;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .header-two-content-wrapper .header-two-search-bar {
        width: 45%; } }
    .header-two-content-wrapper .header-two-search-bar .input {
      border: none; }
    .header-two-content-wrapper .header-two-search-bar .header-two-search-btn {
      background: #3cd2d1;
      padding: 8px 30px;
      border: 1px solid transparent;
      color: #022962;
      border-radius: 30px;
      font-weight: 500;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .header-two-content-wrapper .header-two-search-bar .header-two-search-btn:hover {
        background: #ffffff;
        border: 1px solid #3cd2d1;
        color: #3cd2d1; }
  .header-two-content-wrapper .header-menu-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .header-two-content-wrapper .header-menu-two li {
      border: 1px solid transparent; }
      .header-two-content-wrapper .header-menu-two li:hover {
        border: 1px solid #3cd2d1; }
        .header-two-content-wrapper .header-menu-two li:hover .link {
          color: #3cd2d1; }
    .header-two-content-wrapper .header-menu-two .has-submenu {
      position: relative; }
      .header-two-content-wrapper .header-menu-two .has-submenu .submenu {
        position: absolute;
        top: 220%;
        width: 220px;
        background: #3cd2d1;
        padding: 20px 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 9999;
        opacity: 0;
        visibility: hidden; }
        .header-two-content-wrapper .header-menu-two .has-submenu .submenu li {
          line-height: 1 !important; }
          .header-two-content-wrapper .header-menu-two .has-submenu .submenu li:hover {
            border: 1px solid transparent; }
        .header-two-content-wrapper .header-menu-two .has-submenu .submenu .link {
          color: #022962;
          border: 1px solid transparent;
          display: block;
          width: 100%;
          padding: 10px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .header-two-content-wrapper .header-menu-two .has-submenu .submenu .link:hover {
            color: #ffffff;
            border: 1px solid #eaeaea; }
      .header-two-content-wrapper .header-menu-two .has-submenu:hover .submenu {
        opacity: 1;
        visibility: visible;
        top: 200%; }
    .header-two-content-wrapper .header-menu-two .link {
      font-weight: 500;
      text-transform: capitalize;
      font-size: 14px;
      color: #022962;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding: 10px 15px; }
      .header-two-content-wrapper .header-menu-two .link:hover {
        color: #3cd2d1; }

/* Footer Section */
.travel-footer-section {
  background-color: #edf4ff;
  padding: 150px 20px 20px;
  margin-top: -80px;
  border-radius: 20px; }
  @media (min-width: 1200px) {
    .travel-footer-section .custome-footer-col {
      width: 20%; } }
  .travel-footer-section .footer-title {
    font-weight: 700; }
  .travel-footer-section .footer-menu .link {
    color: #022962;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500; }
    .travel-footer-section .footer-menu .link:hover {
      color: #3cd2d1; }
  .travel-footer-section .custom-hr {
    display: block;
    height: 1px;
    width: 65%;
    background: #dfdfdf;
    margin-left: auto;
    margin-right: auto; }

.logo {
  width: 220px; }

.footer-icon {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .footer-icon:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1); }

/* Breadcrumb Section */
.breadcrumb-section {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 30px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .breadcrumb-section {
      height: auto; } }
  .breadcrumb-section .breadcrumb-wrapper {
    margin-top: 220px;
    margin-left: 100px; }
    @media (max-width: 991px) {
      .breadcrumb-section .breadcrumb-wrapper {
        margin-top: initial;
        margin-left: initial;
        padding: 120px 30px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .breadcrumb-section .breadcrumb-wrapper {
        padding: 50px; } }
  .breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "-"); }
  .breadcrumb-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 41, 98, 0.734331)), to(rgba(2, 41, 98, 0)));
    background: -webkit-linear-gradient(left, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    background: -o-linear-gradient(left, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    background: linear-gradient(90deg, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    z-index: 1; }
  .breadcrumb-section .breadcrumb-wrapper {
    position: relative;
    z-index: 999; }
  .breadcrumb-section .bread-title {
    color: #ffffff; }
  .breadcrumb-section .breadcrumb-item {
    color: #ffffff;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .breadcrumb-section .breadcrumb-item {
        text-align: center; } }
    .breadcrumb-section .breadcrumb-item a {
      color: #ffffff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .breadcrumb-section .breadcrumb-item a:hover {
        color: #3cd2d1; }
  @media (max-width: 991px) {
    .breadcrumb-section .breadcrumb {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* Preloader */
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: #ffffff;
      font-weight: 600;
      text-transform: capitalize;
      color: #3cd2d1;
      width: 200px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 30px;
      display: block;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: #022962;
        color: #ffffff; }

.spinner {
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #3cd2d1;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Button */
.btn1 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  z-index: 11;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center; }
  .btn1::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #3cd2d1;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  @media (max-width: 575.98px) {
    .btn1 {
      padding: 8px 20px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .btn1 {
      padding: 8px 15px; } }
  @media (min-width: 1200px) and (max-width: 1439.98px) {
    .btn1 {
      padding: 10px 20px; } }
  .btn1:hover {
    border: 1px solid #3cd2d1;
    color: #3cd2d1; }
    .btn1:hover::before {
      top: -100%; }

.btn2 {
  display: inline-block;
  padding: 8px 20px;
  background: #3cd2d1;
  border: 1px solid transparent;
  color: #022962;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px; }
  .btn2::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .btn2:hover {
    color: #ffffff; }

/* Form */
/* Theme Default */
.p-30 {
  padding: 30px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.ml-60 {
  margin-left: 60px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.fb {
  color: #3b5999 !important; }

.tw {
  color: #55acee !important; }

.scrollup {
  background: #3cd2d1;
  color: #ffffff;
  display: block;
  width: 45px;
  height: 55px;
  line-height: 55px;
  border-top-left-radius: 10px;
  text-align: center;
  font-size: 18px;
  outline: none;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 22;
  cursor: pointer; }
  .scrollup:hover {
    background: #022962; }

.template-pagination ul li {
  display: inline;
  margin: 0 5px; }
  .template-pagination ul li a {
    display: inline-block;
    color: #151e3c;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    line-height: 16px;
    font-family: "Roboto", sans-serif; }
    .template-pagination ul li a:hover {
      color: #ffffff;
      background-color: #022962; }
  .template-pagination ul li a.active {
    color: #ffffff;
    background-color: #022962; }
  .template-pagination ul li.pagination-arrow a {
    color: #151e3c;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 18px; }
    .template-pagination ul li.pagination-arrow a i {
      font-weight: 700; }

.item-rotate {
  -webkit-animation: rotted 5s infinite ease-in-out;
  animation: rotted 5s infinite ease-in-out;
  animation-direction: alternate-reverse; }

@-webkit-keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

.item-rotate2 {
  -webkit-animation: rotted 6s infinite ease-in-out;
  animation: rotted 6s infinite ease-in-out;
  animation-direction: alternate-reverse; }

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-320deg);
    transform: rotate(-320deg); } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  -o-animation: zooming 3s infinite ease-in-out;
  -ms-animation: zooming 3s infinite ease-in-out;
  -moz-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  -o-animation: ripple 3s infinite ease-in-out;
  -ms-animation: ripple 3s infinite ease-in-out;
  -moz-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out; }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 210, 209, 0.5), 0 0 0 20px rgba(60, 210, 209, 0.5);
    box-shadow: 0 0 0 0 rgba(60, 210, 209, 0.5), 0 0 0 20px rgba(60, 210, 209, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(60, 210, 209, 0.5), 0 0 0 40px rgba(60, 210, 209, 0.3);
    box-shadow: 0 0 0 20px rgba(60, 210, 209, 0.5), 0 0 0 40px rgba(60, 210, 209, 0.3); } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 210, 209, 0.5), 0 0 0 20px rgba(60, 210, 209, 0.5);
    box-shadow: 0 0 0 0 rgba(60, 210, 209, 0.5), 0 0 0 20px rgba(60, 210, 209, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(60, 210, 209, 0.5), 0 0 0 40px rgba(60, 210, 209, 0.3);
    box-shadow: 0 0 0 20px rgba(60, 210, 209, 0.5), 0 0 0 40px rgba(60, 210, 209, 0.3); } }

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out; }

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-animateTwo {
  -webkit-animation: animateTwo 15s infinite ease-in-out;
  -o-animation: animateTwo 15s infinite ease-in-out;
  -ms-animation: animateTwo 15s infinite ease-in-out;
  -moz-animation: animateTwo 15s infinite ease-in-out;
  animation: animateTwo 15s infinite ease-in-out; }

@-webkit-keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3cd2d1;
  height: 20px;
  border-radius: 10px; }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #022962; }

::selection {
  color: #ffffff;
  background: #022962; }

.facebook {
  color: #3b5999; }

.twitter {
  color: #55acee; }

.instagram {
  color: #000000; }

.youtube {
  color: #ff0000; }

/* Homepage 1*/
@media (min-width: 992px) {
  .col-lg-4.custom-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; } }

@media (max-width: 991px) {
  .hero-section {
    margin-top: 40px; } }

.hero-section .inner-content-wrapper {
  position: absolute;
  top: 24%;
  left: 5%;
  width: 560px;
  z-index: 999; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section .inner-content-wrapper {
      top: 19%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section .inner-content-wrapper {
      top: 28%; } }
  @media (max-width: 767.98px) {
    .hero-section .inner-content-wrapper {
      position: static;
      padding: 80px 30px;
      width: auto; } }

.hero-section .hero-title {
  color: #ffffff; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section .hero-title {
      font-size: 36px; } }
  @media (max-width: 767.98px) {
    .hero-section .hero-title {
      font-size: 30px; } }

.hero-section .hero-content {
  color: #ffffff; }

.hero-slider-content {
  background-size: contain;
  background-repeat: no-repeat;
  height: 660px;
  border-radius: 20px;
  position: relative; }
  .hero-slider-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 41, 98, 0.734331)), to(rgba(2, 41, 98, 0)));
    background: -webkit-linear-gradient(left, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    background: -o-linear-gradient(left, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    background: linear-gradient(90deg, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    z-index: 0; }
  .hero-slider-content::before {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 16%;
    bottom: -36px;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(255, 255, 255, 0)), color-stop(37%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 8%, white 37%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 8%, white 37%);
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 8%, white 37%);
    z-index: 1; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-slider-content {
      height: 500px;
      background-size: cover; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-content {
      height: 400px;
      background-size: cover; } }
  @media (max-width: 767.98px) {
    .hero-slider-content {
      height: auto;
      background-size: cover; } }

.hero-nav-slider .swiper-slide-thumb-active .hero-nav-img {
  border: 3px solid #3cd2d1; }

.hero-nav-slider .hero-nav-img {
  width: 220px;
  border-radius: 20px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-nav-slider .hero-nav-img {
      width: 170px; } }
  @media (max-width: 767.98px) {
    .hero-nav-slider .hero-nav-img {
      width: 135px; } }

.travelSwiper {
  top: -70px; }
  @media (max-width: 767.98px) {
    .travelSwiper {
      top: -45px; } }

.swiper-slide {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.single-travel-package {
  border-width: 1px;
  border-color: whitesmoke;
  border-style: solid;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
  padding: 10px 10px 30px 10px;
  height: 100%; }
  .single-travel-package .travel-img {
    border-radius: 10px; }
    @media (min-width: 992px) {
      .single-travel-package .travel-img {
        max-width: 260px; } }
  .single-travel-package .single-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #022962;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .single-travel-package .single-title:hover {
      color: #3cd2d1; }
  .single-travel-package .single-location {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize; }
  .single-travel-package .single-review {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize; }
  .single-travel-package .single-price {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize; }
  .single-travel-package .single-price span {
    font-weight: 700; }

.offer-package-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 50px;
  border-radius: 20px; }

.single-home-blog {
  border-radius: 20px;
  padding: 30px 30px 140px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .single-home-blog {
      padding: 20px; } }
  .single-home-blog .overlay {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #022962;
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 41, 98, 0.734331)), to(rgba(2, 41, 98, 0)));
    background: -webkit-linear-gradient(left, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    background: -o-linear-gradient(left, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    background: linear-gradient(90deg, rgba(2, 41, 98, 0.734331) 0%, rgba(2, 41, 98, 0) 100%);
    z-index: 0; }
  .single-home-blog .title {
    color: #022962;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .single-home-blog .title:hover {
      color: #3cd2d1; }
    @media (max-width: 991px) {
      .single-home-blog .title {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .single-home-blog .title {
        padding-right: 38%; } }
    @media (max-width: 575.98px) {
      .single-home-blog .title {
        display: block; } }
  .single-home-blog .btn2 {
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .single-home-blog .btn2 {
        padding: 5px 20px; } }

/* About page */
.main-about-section {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1); }
  @media (max-width: 991px) {
    .main-about-section {
      padding: 30px; } }

.main-about-content {
  padding-left: 60px; }
  @media (max-width: 991px) {
    .main-about-content {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 575.98px) {
    .main-about-content {
      padding-left: 10px;
      padding-right: 10px; } }

.single-main-about-section .main-about-content {
  padding-left: 0; }

/* Places */
.travel-sidebar-widget {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(15, 49, 120, 0.1);
  padding: 30px 20px; }

.search-place .label {
  text-transform: capitalize; }

.search-place .nice-select.housing {
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 20px;
  line-height: 0px;
  display: block; }
  .search-place .nice-select.housing .current {
    font-size: 16px; }

.search-place .form-input {
  width: 120px;
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 5px; }

.search-place .nice-select.open .list {
  z-index: 999;
  width: 100%; }

.checkbox-wrapper {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 20px; }
  .checkbox-wrapper .single-checkbox {
    margin: 10px 10px 0; }
  .checkbox-wrapper .check-with-label {
    display: none; }
  .checkbox-wrapper .label-for-check {
    border: 1px solid #edf4ff;
    padding: 0px 7px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px; }
  .checkbox-wrapper .check-with-label:checked + .label-for-check {
    background: #3cd2d1;
    color: #ffffff; }

/* Page */
.booking-form .booking-heading {
  padding: 15px 20px;
  background: #022962;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  font-weight: 500; }

.booking-form .form-input {
  width: 130px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .booking-form .form-input {
      width: 125px; } }
  .booking-form .form-input.borderless {
    border: none; }

.booking-form .border {
  border: 1px solid #eaeaea;
  border-radius: 5px; }

.main-page-content .review-btn {
  background: #ffb638;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 30px;
  border-radius: 30px;
  margin-left: 10px;
  display: inline-block; }

.main-page-content .time-info {
  border-radius: 10px;
  padding: 15px 10px;
  background: #ffb638; }
  .main-page-content .time-info .title {
    text-transform: capitalize;
    font-size: 14px; }

.main-page-content .custom-hr {
  background-color: #3cd2d1; }

.main-page-content .add-btn {
  border: none;
  background: transparent; }

.transfer-info {
  background: #edf4ff;
  padding: 30px;
  border-radius: 10px;
  font-size: 16px; }
  .transfer-info li {
    line-height: 1.9; }
  .transfer-info .transform-title {
    font-weight: 700;
    display: block;
    width: 45%; }
  .transfer-info .transform-content {
    font-weight: 400;
    display: block;
    width: 55%; }

.video-box .vdo-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  background: #3cd2d1;
  color: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 575.98px) {
    .video-box .vdo-icon {
      width: 30px;
      height: 30px;
      line-height: 30px; } }

.single-room {
  background-color: #edf4ff;
  width: 18%;
  padding: 12px;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 10px 7px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .single-room {
      width: 30.33%; } }
  @media (max-width: 991px) {
    .single-room {
      width: 30.33%; } }
  @media (max-width: 767.98px) {
    .single-room {
      width: 45.33%; } }
  @media (max-width: 575.98px) {
    .single-room {
      width: 98.33%; } }
  .single-room .img-icon {
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .single-room .link {
    color: #022962;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block; }
    .single-room .link:hover {
      color: #3cd2d1; }
  .single-room .info {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px; }

#map {
  width: 100%;
  height: 400px;
  border-radius: 10px; }

.single-client-review {
  background: #edf4ff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px; }
  .single-client-review .user-img {
    width: 60px;
    height: 60px;
    border: 50%;
    margin-right: 10px; }
  .single-client-review .date {
    font-size: 14px; }
  .single-client-review .content {
    font-size: 14px; }
