@charset "UTF-8";
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert

============================*/
/****** Utils ******/
/*============================
  1.variables
============================*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400;500;600;700&display=swap");
/*============================
  2.mixins
============================*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400;500;600;700&display=swap");
header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*============================
  3.rangepicker-plugin
============================*/

/******* Base *******/
/*============================
  4.base
============================*/
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
  ul.footer-menu {
    padding-left: 20px;
}
}

::selection {
  background: #CF3425;
  color: #FFF;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  outline: none;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h4, h5, h6 {
  color: #111827;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus, ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

/*============================
  5.background
============================*/
.bg-primary {
  background-color: #CF3425 !important;
}

.bg-secondary {
  background-color: #98AA30 !important;
}

.bg-info {
  background-color: #155EEF !important;
}

.bg-light {
  background-color: #E4EBF1 !important;
}

.bg-white {
  background-color: #FFF;
}

.bg-primary {
  background-color: #CF3425 !important;
}

.bg-secondary {
  background-color: #98AA30 !important;
}

.bg-info {
  background-color: #155EEF !important;
}

.bg-light {
  background-color: #E4EBF1 !important;
}

.bg-primary {
  background-color: #CF3425 !important;
  border: 1px solid #CF3425 !important;
  color: #FFF;
}

.bg-secondary {
  background-color: #98AA30 !important;
  border: 1px solid #98AA30 !important;
  color: #FFF;
}

.bg-info {
  background-color: #155EEF !important;
  border: 1px solid #155EEF !important;
  color: #FFF;
}

.bg-light {
  background-color: #E4EBF1 !important;
  border: 1px solid #E4EBF1 !important;
  color: #FFF;
}

.bg-light {
  color: #4E5561;
}

/******* Components ******/
/*============================
  6.alerts
============================*/

/*============================
    6.alerts
============================*/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
}
.avatar.avatar-lg {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem;
}

/*============================
  8.boostrap
============================*/

/*============================
  9.button
============================*/
.btn-primary {
  color: #FFF;
  background-color: #CF3425;
  border-color: #CF3425;
  font-size: 14px;
  font-size: 14px;
}

.btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #CF3425;
  border-color: #CF3425;
  color: #FFF;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 40px;
  padding: 9px 16px;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transition: all 0.5s;
}
.btn.btn-primary {
  background-color: #CF3425;
  border: 1px solid #CF3425;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #b12c20;
  border: 1px solid #b12c20;
  color: #FFF;
}
.btn.btn-primary {
  background-color: #D4483B;
  border: 1px solid #D4483B;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #c1372a;
  border: 1px solid #c1372a;
  color: #FFF;
}
.btn.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #111827;
}
.btn.btn-white:hover {
  background-color: #CF3425;
  border-color: #CF3425;
  color: #FFF;
}
/*============================
    11.border
============================*/

.badge.badge-warning {
  background: #FFCA18;
  color: #FFF;
}

.badge {
  padding: 0.25rem 0.45rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge.badge-xs {
  font-size: 10px;
  padding: 0px 5px;
  line-height: 18px;
}

/*============================
  11.border
============================*/

.border {
  border: 1px solid #E4EBF1 !important;
}

.border-top {
  border-top: 1px solid #E4EBF1 !important;
}

.border-end {
  border-inline-end: 1px solid #E4EBF1 !important;
}

/*============================
 12.dropdown
============================*/

/*============================
  13.font
============================*/
/*============================
  14.typography
============================*/
h1,
h2,
h4,
h5,
h6 {
  color: #111827;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h6 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 14px;
  }
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-18 {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-22 {
  font-size: 1.375rem;
}
@media (max-width: 991.98px) {
  .fs-22 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .fs-22 {
    font-size: 1rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}

.text-primary {
  color: #CF3425 !important;
  opacity: 1;
}

.text-dark {
  color: #212E47 !important;
}

.text-light {
  color: #E4EBF1 !important;
}

.text-white {
  color: #FFF !important;
}

.text-gray-3 {
  color: #969AA2;
}

.text-gray-6 {
  color: #4E5561 !important;
}

.text-gray-9 {
  color: #111827 !important;
}

a {
  color: #111827;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #CF3425;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0;
}

.link-primary {
  color: #CF3425 !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #a4291d !important;
}

/*============================
  15.forms
============================*/
.form-control {
  border-color: #E4EBF1;
  color: #111827;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 4px;
  padding: 0.5rem 0.625rem;
  min-height: 40px;
  transition: all 0.5s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #E4EBF1;
}

textarea {
  resize: none;
}
textarea.form-control {
  min-height: 38px;
  height: auto;
}
.form-select option:select {
  background-color: rgba(var(#CF3425), 0.2);
  color: #CF3425;
}

.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}

.btn:active:focus {
  box-shadow: none;
}

.form-control:disabled {
  background-color: #E4EBF1;
  color: #4E5561;
}

.form-control::-webkit-file-upload-button {
  color: #4E5561;
  background-color: #f7f8f9;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f7f8f9;
}

.form-control:focus {
  color: #111827;
}
.form-control:focus::-webkit-input-placeholder {
  color: #969AA2;
  padding-inline-start: 0;
}
.form-control::-webkit-input-placeholder {
  color: #969AA2;
  padding-inline-start: 0px;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  color: #969AA2;
}
.form-control::-moz-placeholder {
  color: #969AA2;
}
.form-control:-ms-input-placeholder {
  color: #969AA2;
}

/**
Form help
 */

/* Input Group */

/*============================
  16.accordion
============================*/
.accordion-button {
  background-color: #FFF;
  color: #000;
  padding: 1rem 1rem;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .accordion-button {
    font-size: 16px;
  }
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  content: "\f068";
  color: #4E5561;
  background-image: none;
}
.accordion-button:focus {
  border-color: rgba(207, 52, 37, 0.3);
  box-shadow: none;
}
.accordion-button:after {
  background-image: none;
}
.accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #4E5561;
}

.accordion-body {
  padding: 0 1rem 1rem;
  font-size: 16px;
  color: #000000;
}

.accordion-item {
  color: #4E5561;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  border-radius: 5px;
  position: relative;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/*============================
 17.cards
============================*/

/*============================
  18.navs-tabs
============================*/
/*============================
 19.grid
============================*/

/*============================
  20.cursor
============================*/

/*============================
  21.tables
============================*/

/****** Layout ******/
/*============================
  22.common
============================*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}

::-webkit-scrollbar-track {
  background: #F1F4F7;
}

::-webkit-scrollbar-thumb {
  background: #AFB2B8;
}

::-webkit-scrollbar-thumb:hover {
  background: #AFB2B8;
}

/*============================
  23.content
============================*/

.back-to-top-icon {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 0 10px 0 10px;
  background: #CF3425;
  color: #FFF;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top-icon:hover {
  color: #FFF;
  background: #CF3425;
}

/*============================
  24.header
============================*/
header {
  background: transparent;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
header.header-four {
 -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
    
}
header .header-logo.logo-dark {
  display: none;
}
header .header-nav .main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding: 7px 0;
  margin-bottom: 0;
}
header .header-nav .main-menu-wrapper .main-nav > li {
  padding: 8px 0;
}
header .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
header .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: #CF3425;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px 10px;
  clear: both;
  white-space: nowrap;
  color: #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 10px;
    color: #FFF;
    font-size: 12px;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: #CF3425;
  padding-left: 20px;
}
header .main-menu-wrapper {
  margin: 0;
}
header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav {
    position: relative;
  }
}
header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 18px !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 10px !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 0 !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
header .main-menu-wrapper .main-nav > li:hover > a {
  color: #FFF;
}
header .main-menu-wrapper .main-nav > li a i {
  font-size: 12px;
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
  }
  header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}
header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #000;
    padding: 0;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li {
    display: block;
    position: relative;
    margin-right: 30px;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.megamenu {
    position: unset;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu {
    position: unset;
  }
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper::before {
  content: "";
  background: url("../img/menu-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: bottom right;
  background-size: contain;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu h6 {
  margin-bottom: 24px;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li {
  margin-bottom: 16px;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li:last-child {
  margin-bottom: 0;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a {
  padding: 0 0 0 14px;
  font-weight: 400;
  color: #4E5561;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a::before {
  font-family: "Fontawesome";
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 12px;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a:hover {
  padding-left: 15px;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu {
    min-width: 600px;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 2px;
    border-top: 1px solid #CF3425;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: #CF3425;
  }
}
header .header-btn .btn {
  font-size: 13px;
  border-radius: 55px;
  padding: 7px 12px;
  margin-right: 12px;
}
@media (max-width: 1199.98px) {
  header .header-btn .btn {
    display: none !important;
  }
}

.header__hamburger .sidebar-menu {
  color: #FFF;
}

.offcanvas-info {
  background: #FFF none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  -webkit-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas-info::-webkit-scrollbar {
  display: none;
}

.offcanvas-wrap {
  position: relative;
  height: 100%;
  padding: 20px;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.mean-container .mean-bar {
    background: #FFF;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav {
    background: #FFF;
    margin-top: 0;
}
.mean-container .mean-nav > ul {
    display: block !important;
}
.mean-container .mean-nav > ul > li {
    border-bottom: 1px solid #E4EBF1;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav > ul li a {
    color: #4E5561;
    font-weight: 500;
    padding: 16px 0;
    border: 0;
}
.mean-container .mean-nav ul li .submenu li:last-child {
    margin-bottom: 12px;
}
@media (max-width: 575px) {
  .offcanvas-info {
    width: 300px;
  }

  .offcanvas-wrap {
    padding: 20px;
  }
}
.main-header {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-header.main-header-four .header-nav .main-menu-wrapper {
    padding: 10px 0;
}
@media (max-width: 991.98px) {
  .main-header {
    position: absolute;
  }
}

.megamenu-wrapper {
  padding: 40px;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper h6 {
    display: none;
  }
}
.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper ul {
    display: block !important;
}
.menu-img {
  border-radius: 10px;
  max-width: 205px;
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.menu-img img {
  border-radius: 10px;
  border: 4px solid #FFF;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.menu-img:hover img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
}

header.header-four .header-logo.logo-dark {
  display: none;
}
header.header-four .header-logo.logo-white {
  display: block;
}

/*============================
  25.header-three
============================*/

/*============================
  26.header-four
============================*/
.main-header.main-header-four {
  position: relative;
}
.main-header.main-header-four .header__hamburger .sidebar-menu {
  color: #111827;
}
.main-header.main-header-four .header-nav .main-menu-wrapper {
  padding: 10px 0;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li:hover > a {
  color: #CF3425;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li:hover > a i {
  color: #CF3425;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #111827;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li > a i {
  color: #656B76;
}

/*============================
  27.header-five
============================*/

/*============================
  28.footer
============================*/
footer {
  background: rgb(7, 21, 22);
      position: relative;
}
footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    background: url(https://www.gujaratexpert.com/assets/images/style/footer-shape-bg.png) 0% 0% / contain repeat-x;
    animation: 100s linear 0s infinite normal none running slide;
    overflow: hidden;
}
@keyframes slide {from {background-position: 0 0;}to {background-position: 1920px 0;}}
@-webkit-keyframes slide {from {background-position: 0 0;}to {background-position: 1920px 0;}}

footer .footer-top {
  padding: 40px 0 0;
}
footer .footer-top .footer-widget {
  margin-bottom: 20px;
}
footer .footer-top .footer-widget h5 {
  margin-bottom: 22px;
  position: relative;
}
footer .footer-top .footer-widget h5::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 38px;
  height: 2px;
  background: #CF3425;
  border-radius: 30px;
}
footer .footer-top .footer-widget .footer-menu li {
  margin-bottom: 8px;
}
footer .footer-top .footer-widget .footer-menu li a {
    position: relative;
    color: rgb(196, 196, 196);
}
footer .footer-top .footer-widget .footer-menu {
    list-style: square;
	 color: #fff;
}
ul.footer-menu {
    list-style: square;
}
footer .footer-top .footer-widget .footer-menu li a:hover {
  color: #CF3425;
}
.footer-widget h5 {
    color: #fff;
}
footer .footer-top .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-wrap {
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 20px 20px 4px;
  margin: 20px 0 24px;
  position: relative;
}
footer .footer-bottom {
  background: #E4EBF1;
  padding-top: 10px;
}
footer .footer-bottom p {
  margin-bottom: 10px;
}
footer .footer-bottom .card-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer .footer-bottom .card-links li a {
  position: relative;
  margin-right: 8px;
  color: #393F4D;
}
footer .footer-bottom .card-links li:last-child a {
  margin-right: 0;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.social-icon li {
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.social-icon li::after {
  content: "";
  width: 2px;
  height: 25px;
  background: #F1F4F7;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}
.social-icon li a {
  color: #111827;
}
.social-icon li a:hover {
  color: #CF3425;
}
.social-icon li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.social-icon li:last-child::after {
  content: none;
}

/*============================
  29.footer-four
============================*/
.modal-header {
    background: #ebf1ff;
}
@media (max-width: 991.98px) {
  footer .footer-wrap {
    padding: 10px !important;
}
}

/*============================
  30.footer-three
============================*/

/*============================
 31.footer-five
============================*/

/*============================
  32.breadcrumb
============================*/

/*============================
 33.sidebar
============================*/

/*============================
  34.rtl
============================*/

/******* Pages ******/
/*============================
    37.home
============================*/

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@media (max-width: 991.98px) {
  .sub-title {
    font-size: 15px;
  }
}
.section-header {
  margin-bottom: 40px;
}
.section {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .section {
    padding: 20px 0;
  }
}

.place-item {
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  overflow: hidden;
}
.place-item .place-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.place-item .place-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.place-item .place-img .fav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.place-item .place-img .fav-item .badge {
  font-size: 13px;
  border-radius: 54px;
  font-weight: 400;
}
.place-item .place-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.82%, rgba(0, 0, 0, 0.5) 100%);
}
.place-item .place-content {
  padding: 15px;
  background: #FFF;
}
.place-item:hover .place-img img {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.img-slider img, .image-slide img {
  border-radius: 10px 10px 0 0;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 20px 50px rgba(255, 255, 255, 0);
  }
}

.faq-sec {
  padding: 60px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.79);
  backdrop-filter: blur(40px);
}
@media (max-width: 991.98px) {
  .faq-sec {
    padding: 40px;
  }
}
.faq-sec .accordion-item {
  background-color: transparent;
}
.faq-sec .accordion-item .accordion-button {
  padding: 0;
  background-color: transparent;
}
.faq-sec .accordion-item .accordion-body {
  padding: 8px 0 0;
}

.blog-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-item .blog-img {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-item .blog-img img {
  border-radius: 10px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.blog-item:hover .blog-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

/*============================
  35.home-03
============================*/

/*============================
  36.home-04
============================*/

.section-header.section-header-four h2 span {
  position: relative;
}
.section-header.section-header-four h2 span::before {
  width: 100%;
  height: 10px;
  content: "";
  background: #CF3425;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
}

/*============================
  38.cruise
============================*/

/*============================
  39.login
============================*/

/*============================
  40.hotel
============================*/

/*============================
  41.hotel-details
============================*/

/*============================
  42.tour
============================*/
.vertical-splits {
  width: 1px;
  height: 20px;
}

.place-item {
  position: relative;
}
.place-item .place-content {
  position: relative;
}

/*============================
  43.about-us
============================*/

.faq .accordion-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px dashed #E4EBF1;
}
.faq .accordion-header .accordion-button:not(.collapsed) {
  color: #CF3425;
}
.faq .accordion-header .accordion-button:not(.collapsed)::after {
  padding: 10px;
  border: 1px solid #CF3425;
  background-color: #FEEDEB;
  color: #CF3425;
  font-size: 12px;
}
.faq .accordion-header .accordion-button::after {
  padding: 10px;
  border: 1px solid #98AA30;
  color: #98AA30;
  font-size: 12px;
}

.que-sec {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .que-sec {
    margin-top: 20px;
  }
}

/*============================
  44.blog
============================*/

.text-truncate {
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/*============================
  45.team
============================*/

/*============================
 46.service
============================*/

/*============================
  47.booking-confirmation
============================*/

/*============================
  48.cart
============================*/

/*============================
  49.flight
============================*/

/*============================
  50.hotel-map
============================*/

/*============================
  51.tour-details
============================*/
.emailx {
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/*============================
  52.car-details
============================*/

/*============================
  53.hotel-booking
============================*/

/*============================
  54.settings
============================*/

/*============================
  55.home-02
============================*/

.offers-section {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.offer-slider {
  border-radius: 20px;
}

.offer-slider-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.offer-slider-img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
}
.offer-slider-img img {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .offer-slider-img img {
    min-height: 450px;
    object-fit: cover;
  }
}

.offer-sec {
  position: relative;
}
.offer-sec .offers-content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 80px 60px;
}
@media (max-width: 575.98px) {
  .offer-sec .offers-content {
    padding: 20px;
  }
}

.slider-video-btn .video-btn {
  width: 36px;
  height: 36px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.slider-video-btn .video-effect {
  position: relative;
  z-index: 3;
}
.slider-video-btn .video-effect::before, .slider-video-btn .video-effect::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  animation: ripple 3s infinite;
}
.slider-video-btn .video-effect::before {
  animation-delay: 0.9s;
}
.slider-video-btn .video-effect::after {
  animation-delay: 0.6s;
}

/*============================
  56.chat
============================*/

/*============================
  57.home-06
============================*/

/*============================
  58.theme
============================*/

/*============================
  59.loader
============================*/
/*============================
  64.agent-list
============================*/

/*============================
  65.expert
============================*/

/******* Vendors ******/
/*============================
  60.meanmenu
============================*/

/*============================
  62.select2
============================*/

/*============================
  63.datatables
============================*/

/*# sourceMappingURL=style.css.map */
.header-logo img {
    width: 220px;
    padding: 05px;
    border-radius: 12px;
}
ul.ulistx {
    list-style: none;
    padding: 0;
}
ul.ulistx li {
    color: #000;
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
}
ul.ulistx li:before {
    background-image: url(https://cdn-icons-png.flaticon.com/128/16165/16165701.png);
    content: '';
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
}
ul.ulistx {
    list-style: none;
    padding: 0;
}
ul.ulistx li {
    color: #000;
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
}

.inBx {
    position: relative;
}
div#status {
    text-align: center;
    margin-bottom: 7px;
}
div#successMgs {
    text-align: center;
    padding-bottom: 15px;
}
.inBx label {
    z-index: 1;
    position: absolute;
    top: -12px;
    background: #fff;
    left: 14px;
    font-size: 12px;
    padding: 0 5px;
    color: #1a0dab;
	font-weight: 500;
    
}
ul.forms-lists {
    margin-bottom: 10px;
    margin-top: 7px;
}
.inBx label b {
    color: red;
}
.inBx input {
    padding-left: 35px;
    width: 100%;
    height: 38px;
    border: solid 1px #ced4da;
    box-shadow: 0 0 1px 0 #80808047;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    cursor: pointer;
    color: #000;
}
.inBx p {
    text-align: left;
    line-height: 10px;
    margin-top: 5px;
}
.form-error {
    display: none;
}
.form-error {
    font-size: 13px;
    text-align: left;
    color: #D4483B;
    font-weight: 500;
}
.frm5 input {
    background: #fff url(https://cdn-icons-png.flaticon.com/128/1077/1077012.png) no-repeat 2% 46%;
    background-size: 20px;
}
.frm6 input {
    background: #fff url(https://cdn-icons-png.flaticon.com/128/5968/5968534.png) no-repeat 2% 46%;
    background-size: 20px;
}
.frm4 input {
    background: #fff url(https://cdn-icons-png.flaticon.com/128/2672/2672219.png) no-repeat 2% 46%;
    background-size: 20px;
}
.frm9.inBx div, .frm9.inBx button {
    flex: 0 0 100%;
}
.frm9.inBx button {
    width: 100%;
    border-radius: 4px;
}
ul.forms-lists li {
    font-size: 13px;
    position: relative;
    padding-left: 19px;
    text-align: left;
}
ul.forms-lists li:before {
    background-image: url(https://cdn-icons-png.flaticon.com/128/8968/8968523.png);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
}
.slide-nav button.owl-prev {
    margin-right: 8px;
}
.nav-center .owl-nav button.owl-prev {
    left: -20px;
}
.nav-center .owl-nav button.owl-next, .nav-center .owl-nav button.owl-prev {
    width: 44px;
    height: 44px;
    font-size: 20px;
    color: #111827;
    background: #FFF;
    text-shadow: none;
    top: 0;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.nav-center .owl-nav button.owl-next {
    right: -20px;
}
.offcanvas-overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}
.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}
header.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    background-color: #FFF;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}
.offcanvas-info.show {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
@media (max-width: 575px) {
    .offcanvas-info {
        width: 300px;
    }
}
.offcanvas-info {
    background: #FFF none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    -webkit-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.img-slider.nav-center .owl-nav button.owl-prev, .image-slide.nav-center .owl-nav button.owl-prev {
    left: 16px;
}
.img-slider.nav-center .owl-nav button.owl-next, .image-slide.nav-center .owl-nav button.owl-next {
    right: 16px;
}
.img-slider .owl-dots .owl-dot.active, .image-slide .owl-dots .owl-dot.active {
    width: 9px;
    height: 9px;
    outline: 1px solid #FFF;
    outline-offset: 2px;
}
.img-slider .owl-dots .owl-dot, .image-slide .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    margin: 0 0 15px 0;
    margin-right: 4px;
}
.img-slider .owl-dots, .image-slide .owl-dots {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.img-slider.nav-center .owl-nav button, .image-slide.nav-center .owl-nav button {
    display: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 24px;
    height: 24px;
    font-size: 12px;
	background: #FFF;
	    text-shadow: none;
    top: 0;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.slide-nav button {
    width: 44px;
    height: 44px;
    font-size: 20px;
    color: #111827;
    background: #FFF;
    text-shadow: none;
    top: 0;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}
.white-logo-responsive {
    display: none;
}
.mean-container .mean-nav ul li a.mean-expand i {
    display: block;
}
.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .mean-expand {
    display: none;
}
.mean-container .mean-nav .main-nav li.mega-innermenu li a {
    padding: 4px 4px 4px 16px !important;
}
.mean-container .mean-nav ul li .submenu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 4px 4px 16px;
    width: 100%;
}
.mean-container .mean-nav ul li a i {
    display: none;
}
.mean-container .mean-nav ul li .submenu li:last-child {
    margin-bottom: 12px;
}
.mean-container .mean-nav .main-nav li.mega-innermenu li a {
    padding: 4px 4px 4px 16px !important;
}
.mean-container .mean-nav ul li .submenu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 4px 4px 16px;
    width: 100%;
}
.grecaptcha-badge {
    display: none !important;
}
.modal-header button {
    background: transparent;
    border: none;
    padding: 0;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}


@media (max-width: 991.98px) {
    .megamenu-wrapper {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
	.header-logo img {
    padding: 0 !important;
}
.sidebar-menu i {
    font-size: 25px;
}
.place-item .place-content {
    padding: 7px !important;
}
.btn.btn-primary {
    line-height: 16px;
}
}
@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 575px) {
    .offcanvas-info {
        width: 300px;
    }
}
.badge.bg-info {
    cursor: pointer;
    background: linear-gradient(90deg, #FF5722, #E91E63, #FFC107);
    background-size: 200% auto;
    animation: gradientAnimation 3s linear infinite;
    transition: all 0.3s ease;
    border-color: #fff !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
}
.badge.bg-info:hover {
    background: green !important;
}
.badge.bg-info i {
    margin-right: 5px;
}
  .badge.bg-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  @keyframes gradientAnimation {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: 100% center;
    }
  }
  .homemiddle {
    width: 100%;
}
button.btn.btn-white.text-dark {
    background: #D4483B;
    color: #fff !important;
	
}

button.btn.btn-white.text-dark:hover {
    background: green !important;
    border-color: green !important;
}