.navbar-area {
z-index: 10;
border-bottom: 1px solid #ececec;
}

.navbar-area.sticky {
left: 0;
position: sticky !important;
width: 100%;
z-index: 99;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
background-color: var(--whiteColor);
}

.navbar-area .navbar-top {
padding: 7.5px 0;
}

.navbar-area .navbar-top .contact-info {
line-height: 1;
}

.navbar-area .navbar-top .contact-info li {
margin-right: 28px;
}

.navbar-area .navbar-top .contact-info li:last-child {
margin-right: 0;
}

.navbar-area .navbar-top .contact-info li i {
position: relative;
margin-right: 5px;
font-size: 15px;
}

.navbar-area .navbar-top .contact-info li a {
color: var(--whiteColor);
margin-left: 4px;
}

.navbar-area .navbar-top .contact-info li a:hover {
color: var(--primaryColor);
}

.navbar-area .navbar-top .social-profile li a {
width: 30px;
height: 30px;
}

.navbar-area .navbar-top .social-profile li a i {
transition: var(--transition);
}

.navbar-area .navbar-top .social-profile li a:hover i {
transform: rotateY(360deg);
}

.navbar-area .navbar-top .select_lang {
padding-left: 19px;
margin-left: 29px;
}

.navbar-area .navbar-top .select_lang i {
color: var(--life_primaryColor);
position: absolute;
top: 0;
left: 0;
}

.navbar-area .navbar-top .select_lang select {
background-image: url(../img/icons/down-arrow-white.svg);
background-size: 11px;
background-position: 100% 50%;
padding: 0 16px 0 5px;
}

.navbar-area .navbar-top .select_lang select option {
color: var(--titleColor);
}

.navbar-area .other-options .option-item {
margin-right: 30px;
}

.navbar-area .other-options .option-item:last-child {
margin-right: 0;
}

.navbar-area .navbar-wrapper {
padding: 15px 0;
}

.navbar-area .search-form {
max-width: 232px;
}

.navbar-area .search-form input {
border: none;
padding: 5px 25px 5px 0;
border-bottom: 1px solid #D4D5E4;
}

.navbar-area .search-form input::-moz-placeholder {
color: var(--paraColor);
opacity: 1;
}

.navbar-area .search-form input::placeholder {
color: var(--paraColor);
opacity: 1;
}

.navbar-area .search-form button {
position: absolute;
bottom: 0;
right: 0;
padding: 6px 0;
}

.navbar-area.style-one {
padding: 23px 0;
}

.navbar-area.style-one .navbar-wrapper {
padding: 0;
}

.navbar-area.style-one .menu-section {
margin-left: 32px;
}

.navbar-area.style-one.sticky {
top: 0px;
background-color: var(--auto_optionalColor);
}

.navbar-area.style-one .select_lang {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #7B97A2;
padding: 0;
text-align: center;
}

.navbar-area.style-one .select_lang select {
background-image: none;
padding: 0;
color: #F7F6E4;
}

.navbar-area.style-one .select_lang select option {
color: var(--titleColor);
}

.navbar-area.style-one .social-profile li a {
background-color: #7B97A2;
}

.navbar-area.style-one .social-profile li a i {
color: #F7F6E4;
}

.navbar-area.style-one .social-profile li a:hover {
background-color: var(--auto_secondaryColor);
}

.navbar-area.style-one .social-profile li a:hover i {
color: var(--whiteColor);
}

.navbar-area.style-one .other-options .option-item .sidebar-btn {
position: relative;
top: 3px;
}

.navbar-area.style-one .menu-mobile-trigger span {
background: #f9f9f9;
}

.navbar-area.style-one .menu > ul > li > a {
color: #F7F6E4;
}

.navbar-area.style-one .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-one .menu > ul > li > a.active {
color: var(--auto_secondaryColor);
}

.navbar-area.style-one .menu > ul > li > a .title {
color: var(--auto_secondaryColor);
}

.navbar-area.style-one .menu > ul > li .menu-subs li a.active,
.navbar-area.style-one .menu > ul > li .menu-subs li a:hover {
color: var(--auto_secondaryColor);
}

.navbar-area.style-one .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-one .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--auto_secondaryColor);
}

.navbar-area.style-two .navbar-top {
background-color: #E5EAEE;
}

.navbar-area.style-two .navbar-top .contact-info li a {
color: var(--paraColor);
}

.navbar-area.style-two .navbar-top .contact-info li a:hover {
color: var(--health_primaryColor);
}

.navbar-area.style-two .navbar-top .contact-info li i {
color: var(--health_primaryColor);
}

.navbar-area.style-two .navbar-top .select_lang select {
background-image: url(../img/icons/down-arrow-3.svg);
}

.navbar-area.style-two .navbar-top .select_lang i {
color: var(--health_primaryColor);
}

.navbar-area.style-two .navbar-brand img {
width: 220px;
}

.navbar-area.style-two.sticky {
top: 0;
background-color: #fff;
}

.navbar-area.style-two.sticky .navbar-wrapper .navbar-brand img {
width: 200px;
}

.navbar-area.style-two.sticky .navbar-brand {
top: 5px;
background-color: transparent;
}

.navbar-area.style-two .social-profile li a {
background-color: #E5EAEE;
}

.navbar-area.style-two .social-profile li a i {
color: var(--paraColor);
}

.navbar-area.style-two .social-profile li a:hover {
background-color: var(--health_primaryColor);
}

.navbar-area.style-two .social-profile li a:hover i {
color: var(--whiteColor);
}

.navbar-area.style-two .navbar-wrapper {
/* padding: 0; */
/* border-bottom: 1px solid #D4D5E4; */
}
/* .navbar-area.style-two .menu > ul > li > a {
  color: #000000;
} */
.sticky .navbar-area.style-two .menu > ul > li > a {
color: var(--blackColor);
}

.navbar-area.style-two .menu > ul > li > a .title {
color: var(--paraColor);
}
/*.navbar-area.sticky .menu > ul > li > a {
  color: #ffffff;
}*/
.navbar-area.sticky .menu > ul > li > a:hover {
color: #000000 !important;
}

.navbar-area.style-two .menu > ul > li > a:hover, .navbar-area.style-two .menu > ul > li > a.active {
color: var(--travel_primaryColor);
}

.navbar-area.style-two .menu > ul > li > a .title {
color: var(--travel_primaryColor);
}

.navbar-area.style-two .menu > ul > li .menu-subs li a.active,
.navbar-area.style-two .menu > ul > li .menu-subs li a:hover {
background-color: transparent;
color: var(--travel_primaryColor);
}

.navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--health_primaryColor);
}

.navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
margin-left: 32px;
}

.navbar-area.style-three.sticky, .navbar-area.style-four.sticky, .navbar-area.style-five.sticky {
top: -50px;
}

.navbar-area.style-three .other-options .option-item .sidebar-btn, .navbar-area.style-four .other-options .option-item .sidebar-btn, .navbar-area.style-five .other-options .option-item .sidebar-btn {
position: relative;
top: 3px;
}

.navbar-area.style-three .navbar-top {
background-color: #17463B;
}

.navbar-area.style-three .navbar-top .contact-info li a {
color: var(--whiteColor);
}

.navbar-area.style-three .navbar-top .contact-info li a:hover {
color: var(--khakiColor);
}

.navbar-area.style-three .navbar-top .contact-info li i {
color: var(--khakiColor);
}

.navbar-area.style-three .navbar-top .select_lang i {
color: var(--khakiColor);
}

.navbar-area.style-three .social-profile li a {
background-color: #F6F6F4;
}

.navbar-area.style-three .social-profile li a i {
color: var(--paraColor);
}

.navbar-area.style-three .social-profile li a:hover {
background-color: var(--home_primaryColor);
}

.navbar-area.style-three .social-profile li a:hover i {
color: var(--whiteColor);
}

.navbar-area.style-three .menu > ul > li > a {
color: var(--paraColor);
}

.navbar-area.style-three .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area.style-three .menu > ul > li > a:hover, .navbar-area.style-three .menu > ul > li > a.active {
color: var(--home_primaryColor);
}

.navbar-area.style-three .menu > ul > li > a .title {
color: var(--home_primaryColor);
}

.navbar-area.style-three .menu > ul > li .menu-subs li a.active,
.navbar-area.style-three .menu > ul > li .menu-subs li a:hover {
color: var(--home_primaryColor);
}

.navbar-area.style-three .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-three .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--home_primaryColor);
}

.navbar-area.style-four .navbar-top .contact-info li {
color: #666776;
}

.navbar-area.style-four .navbar-top .contact-info li a {
color: #666776;
}

.navbar-area.style-four .navbar-top .contact-info li a:hover {
color: var(--travel_primaryColor);
}

.navbar-area.style-four .navbar-top .contact-info li i {
color: #286ce2;
}

.navbar-area.style-four .navbar-top .social-profile li a {
background-color: #286ce2;
font-size: 16px;
}

.navbar-area.style-four .navbar-top .social-profile li a i {
color: #ffffff;
font-size: 15px;
}

.navbar-area.style-four .navbar-top .social-profile li a:hover {
background-color: var(--travel_primaryColor);
}

.navbar-area.style-four .navbar-top .select_lang select {
color: #B6B0B8;
background-image: url(../img/icons/down-arrow-2.svg);
}

.navbar-area.style-four .navbar-top .select_lang select option {
color: var(--titleColor);
}

.navbar-area.style-four .menu > ul > li > a {
color: var(--paraColor);
}

.navbar-area.style-four .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area.style-four .menu > ul > li > a:hover, .navbar-area.style-four .menu > ul > li > a.active {
color: var(--travel_primaryColor);
}

.navbar-area.style-four .menu > ul > li > a .title {
color: var(--travel_primaryColor);
}

.navbar-area.style-four .menu > ul > li .menu-subs li a.active,
.navbar-area.style-four .menu > ul > li .menu-subs li a:hover {
color: var(--travel_primaryColor);
}

.navbar-area.style-four .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-four .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--travel_primaryColor);
}

.navbar-area.style-four.sticky {
top: 0;
}

.navbar-area.style-five .navbar-top .contact-info li i {
color: var(--life_primaryColor);
}

.navbar-area.style-five .navbar-top .social-profile li a {
background-color: #303030;
}

.navbar-area.style-five .navbar-top .social-profile li a i {
color: var(--whiteColor);
font-size: 14px;
}

.navbar-area.style-five .navbar-top .social-profile li a:hover {
background-color: var(--life_primaryColor);
}

.navbar-area.style-five .menu > ul > li > a {
color: var(--paraColor);
}

.navbar-area.style-five .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area.style-five .menu > ul > li > a:hover, .navbar-area.style-five .menu > ul > li > a.active {
color: var(--life_primaryColor);
}

.navbar-area.style-five .menu > ul > li > a .title {
color: var(--life_primaryColor);
}

.navbar-area.style-five .menu > ul > li .menu-subs li a.active,
.navbar-area.style-five .menu > ul > li .menu-subs li a:hover {
color: var(--life_primaryColor);
}

.navbar-area.style-five .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-five .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--life_primaryColor);
}

.navbar-area.style-five.sticky {
top: -53px;
}

.sidebar-wrap .offcanvas-header .close-btn {
transition: var(--transition);
color: var(--whiteColor);
font-size: 19px;
line-height: 0.8;
cursor: pointer;
top: 20px;
right: 25px;
width: 35px;
height: 35px;
position: absolute;
z-index: 2;
cursor: pointer;
background-color: var(--titleColor);
}

.sidebar-wrap .offcanvas-header .close-btn:hover {
color: var(--whiteColor);
}

.sidebar-wrap .offcanvas-body {
padding: 35px 30px;
}

.sidebar-wrap .offcanvas-body .logo {
width: 200px;
margin: 0 0 30px 0;
}

.sidebar-wrap .offcanvas-body .ceo-info-wrap .ceo-img {
width: 50px;
height: 50px;
}

.sidebar-wrap .offcanvas-body .ceo-info-wrap .ceo-info {
width: calc(100% - 60px);
margin-left: auto;
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item {
margin-bottom: 17px;
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item:last-child {
margin-bottom: 0;
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item a {
color: var(--paraColor);
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item a:hover {
color: var(--life_primaryColor);
}

.sidebar-wrap .offcanvas-body .social-profile.style-two li a {
background-color: transparent;
border: 1px solid #BDC7D8;
}

.sidebar-wrap .offcanvas-body .social-profile.style-two li a i {
color: var(--paraColor);
}

.sidebar-wrap .offcanvas-body .social-profile.style-two li a:hover {
background-color: #286ce2;
border-color: transparent;
}

.sidebar-wrap .offcanvas-body .social-profile.style-two li a:hover i {
color: var(--whiteColor);
}

.search-btn i {
font-size: 20px;
line-height: 0.8;
position: relative;
top: 1px;
}

.searchModal {
overflow-x: hidden;
}

.searchModal .modal-dialog {
margin: 0;
width: 100%;
height: 100%;
max-width: 100%;
padding: 15px;
background-color: var(--grayColor);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.searchModal .modal-dialog .modal-content {
border: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
border-radius: 0;
max-width: 720px;
background-color: transparent;
margin-left: auto;
margin-right: auto;
}

.searchModal .modal-dialog .modal-content form {
width: 100%;
position: relative;
}

.searchModal .modal-dialog .modal-content form .form-control {
height: 60px;
border-radius: 0;
box-shadow: unset;
color: var(--titleColor);
font-size: 15px;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.35);
background-color: transparent;
padding-left: 0;
padding-right: 30px;
padding-top: 12px;
}

.searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder {
-moz-transition: var(--transition);
transition: var(--transition);
color: var(--paraColor);
opacity: 1;
}

.searchModal .modal-dialog .modal-content form .form-control::placeholder {
transition: var(--transition);
color: var(--paraColor);
opacity: 1;
}

.searchModal .modal-dialog .modal-content form .form-control:focus::-moz-placeholder {
color: transparent;
}

.searchModal .modal-dialog .modal-content form .form-control:focus::placeholder {
color: transparent;
}

.searchModal .modal-dialog .modal-content form .form-control:-moz-placeholder {
-moz-transition: var(--transition);
transition: var(--transition);
color: var(--paraColor);
}

.searchModal .modal-dialog .modal-content form .form-control:-ms-input-placeholder {
-ms-transition: var(--transition);
transition: var(--transition);
color: var(--paraColor);
}

.searchModal .modal-dialog .modal-content form button {
top: 8px;
border: 0;
padding: 0;
right: 0;
width: 45px;
height: 45px;
font-size: 17px;
border-radius: 5px;
position: absolute;
color: var(--titleColor);
transition: var(--transition);
background-color: transparent;
}

.searchModal .modal-dialog .modal-content form button:hover {
background-color: var(--titleColor);
color: var(--whiteColor);
}

.searchModal .modal-dialog .modal-content form button i {
left: 0;
right: 0;
top: 50%;
font-size: 20px;
line-height: 1;
position: absolute;
color: var(--titleColor);
transform: translateY(-50%);
}

.searchModal .modal-dialog .modal-content .btn-close {
top: 11px;
right: 20px;
padding: 0;
z-index: 2;
opacity: 1;
cursor: pointer;
box-shadow: unset;
position: fixed;
background-color: transparent;
background-image: none;
}

.searchModal .modal-dialog .modal-content .btn-close i {
font-size: 25px;
}

.menu-icon {
font-size: 1.35rem;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-left: 1rem;
border: none;
outline: none;
color: #121212;
transition: all 0.3s ease;
}

.menu > ul > li {
display: inline-block;
line-height: 1;
margin-right: 1.5rem;
}

.menu > ul > li > a {
position: relative;
font-family: inherit;
font-size: 1rem;
font-weight: 500;
line-height: 1.25;
padding: 0;
border: none;
outline: none;
color: #000000;
text-rendering: optimizeLegibility;
transition: color 0.3s ease-in-out;
}

.menu > ul > li .menu-subs {
position: absolute;
width: 100%;
height: auto;
margin-top: 1.75rem;
padding: 0 1.5rem;
border: none;
outline: none;
z-index: 500;
opacity: 0;
list-style: none;
visibility: hidden;
border-radius: 0 0 10px 10px;
border-top: none;
background: var(--whiteColor);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease-in-out;
}

.menu > ul > li .menu-subs li a {
padding: 10px;
display: block;
border-radius: 5px;
border-bottom: none;
font-size: 15px;
line-height: 1.4;
}

.menu > ul > li .menu-subs > li:last-child > a {
border-bottom: none;
}

.menu > ul > li .menu-subs > ul > li {
line-height: 1;
}

.menu > ul > li .menu-subs > ul > li > a {
display: inline-block;
font-family: inherit;
border: none;
outline: none;
padding: 15px 0;
text-transform: capitalize;
text-rendering: optimizeLegibility;
transition: all 0.3s ease-in-out;
}

.menu > ul > li .menu-column-1 {
min-width: 14rem;
max-width: 16rem;
}

.menu > ul > li .menu-subs.menu-mega {
left: 50%;
transform: translateX(-43%);
}

.menu > ul > li .menu-subs.menu-mega > .list-item > a {
border-bottom: none;
padding: 0;
margin: 0 0 15px 0;
font-size: 14px;
color: var(--paraColor);
}

.menu > ul > li .menu-subs.menu-mega > .list-item > a:last-child {
margin-bottom: 0;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
display: block;
line-height: 1;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
display: inline-block;
font-family: inherit;
font-size: 1rem;
font-weight: 500;
line-height: 1.25;
padding: 0.5rem 0;
border: none;
outline: none;
color: #121212;
text-transform: capitalize;
text-rendering: optimizeLegibility;
transition: color 0.3s ease-in-out;
}

.menu > ul > li .menu-subs.menu-column-5 {
display: flex;
flex-wrap: wrap;
max-width: 50rem;
width: 100%;
padding: 1.25rem 1rem;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item {
flex: 0 0 25%;
padding: 0 1rem;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item .title {
line-height: 1;
margin-bottom: 20px;
display: block;
font-weight: 500;
text-rendering: optimizeLegibility;
transition: all 0.3s ease-in-out;
color: var(--travel_primaryColor);
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
text-align: start;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item img.responsive {
max-width: 100%;
width: 100%;
height: auto;
margin-top: 0.75rem;
-o-object-fit: cover;
object-fit: cover;
vertical-align: middle;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.menu > ul > li .menu-subs > ul > li > a:hover {
color: #e91e63;
}

.header .menu > ul > li:hover > a {
color: #e91e63;
}

.menu-mobile-header,
.menu-mobile-trigger {
display: none;
}

@media only screen and (max-width: 767px) {
.navbar-area .navbar-top .contact-info li {
margin-right: 10px;
margin-bottom: 5px;
font-size: 14px;
}

.navbar-area .navbar-top .contact-info li:last-child {
margin-right: 0;
}

.navbar-area.style-two.sticky .navbar-wrapper .navbar-brand img {
width: 120px;
}

.navbar-area.style-two .navbar-brand img {
width: 180px;
}

.navbar-area .navbar .other-options .option-item {
margin-right: 15px;
}

.navbar-area .navbar .other-options .option-item:last-child {
margin-right: 0;
}

.navbar-area.style-three .navbar-top .contact-info {
width: 100%;
}

.sidebar-wrap .offcanvas-header .close-btn {
top: 15px;
right: 15px;
}

.sidebar-wrap .offcanvas-body {
padding: 20px 20px;
}

.searchModal .modal-dialog {
padding: 15px;
}

.searchModal .modal-dialog .modal-content form button {
right: 5px;
font-size: 14px;
}

.searchModal .modal-dialog .modal-content .btn-close {
top: 13px;
right: 0;
width: 28px !important;
}
}

@media only screen and (min-width: 992px) {
.navbar-area.style-two .menu > ul > li {
position: relative;
}

.navbar-area.style-two .menu ul > li > .menu-subs > li > .menu-subs {
left: 100%;
}

.navbar-area.style-two .menu > ul > li .menu-column-1 {
min-width: 15.3rem;
}

.menu ul li.menu-item-has-children .menu-subs li.menu-item-has-children a i {
float: right;
}

.menu ul li.menu-item-has-children:hover > .menu-subs {
margin-top: 31px;
opacity: 1;
visibility: visible;
padding: 24px 15px;
}

.menu ul > li > .menu-subs > li > .menu-subs {
left: 100%;
right: 0;
margin-top: -50px !important;
}
}

@media only screen and (max-width: 991px) {
.navbar-area .navbar {
padding: 10px 0;
}

.navbar-area .navbar .navbar-brand img {
max-width: 105px;
}

.navbar-area .navbar .other-options .option-item {
margin-right: 20px;
}

.navbar-area .navbar .other-options .option-item:last-child {
margin-right: 0;
}

.navbar-area.sticky.style-two.sticky, .navbar-area.sticky.style-three.sticky, .navbar-area.sticky.style-four.sticky, .navbar-area.sticky.style-five.sticky {
top: 0;
}

.navbar-area.sticky .navbar-top {
top: -100%;
position: fixed;
opacity: 0;
}

.navbar-area.sticky .navbar {
padding: 7px 0 10px;
}

.navbar-area.style-one {
padding: 12px 0;
}

.navbar-area.style-one .navbar-wrapper {
padding: 0;
}

.navbar-area.style-one .navbar-wrapper .menu-section {
margin-left: 0;
}

.navbar-area.style-one .menu-mobile-trigger span {
background: #f9f9f9;
}

.navbar-area.style-one .menu > ul > li > a {
color: var(--paraColor);
}

.navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-one .menu > ul > li > a.active {
color: var(--auto_secondaryColor);
}

.navbar-area.style-one .menu > ul > li > a .title {
color: var(--auto_secondaryColor);
}

.navbar-area.style-one .navbar-wrapper, .navbar-area.style-two .navbar-wrapper, .navbar-area.style-three .navbar-wrapper, .navbar-area.style-four .navbar-wrapper, .navbar-area.style-five .navbar-wrapper {
padding: 10px 0;
}

.navbar-area.style-one .menu-section, .navbar-area.style-two .menu-section, .navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
margin-left: 0;
}

.navbar-area.style-one .other-options .option-item, .navbar-area.style-two .other-options .option-item, .navbar-area.style-three .other-options .option-item, .navbar-area.style-four .other-options .option-item, .navbar-area.style-five .other-options .option-item {
margin-right: 15px;
}

.navbar-area.style-one .other-options .option-item:last-child, .navbar-area.style-two .other-options .option-item:last-child, .navbar-area.style-three .other-options .option-item:last-child, .navbar-area.style-four .other-options .option-item:last-child, .navbar-area.style-five .other-options .option-item:last-child {
margin-right: 0;
}

.navbar-area.style-one .other-options .option-item:nth-child(1), .navbar-area.style-two .other-options .option-item:nth-child(1), .navbar-area.style-three .other-options .option-item:nth-child(1), .navbar-area.style-four .other-options .option-item:nth-child(1), .navbar-area.style-five .other-options .option-item:nth-child(1) {
order: 2;
}

.navbar-area.style-one .other-options .option-item:nth-child(2), .navbar-area.style-two .other-options .option-item:nth-child(2), .navbar-area.style-three .other-options .option-item:nth-child(2), .navbar-area.style-four .other-options .option-item:nth-child(2), .navbar-area.style-five .other-options .option-item:nth-child(2) {
order: 3;
}

.navbar-area.style-one .other-options .option-item:nth-child(3), .navbar-area.style-two .other-options .option-item:nth-child(3), .navbar-area.style-three .other-options .option-item:nth-child(3), .navbar-area.style-four .other-options .option-item:nth-child(3), .navbar-area.style-five .other-options .option-item:nth-child(3) {
order: 4;
margin-right: 0;
}

.navbar-area.style-one .other-options .option-item:nth-child(4), .navbar-area.style-two .other-options .option-item:nth-child(4), .navbar-area.style-three .other-options .option-item:nth-child(4), .navbar-area.style-four .other-options .option-item:nth-child(4), .navbar-area.style-five .other-options .option-item:nth-child(4) {
order: 1;
margin-right: 15px;
}

.navbar-area.style-one .other-options .option-item .sidebar-btn, .navbar-area.style-two .other-options .option-item .sidebar-btn, .navbar-area.style-three .other-options .option-item .sidebar-btn, .navbar-area.style-four .other-options .option-item .sidebar-btn, .navbar-area.style-five .other-options .option-item .sidebar-btn {
position: relative;
top: 3px;
}

.navbar-area .menu ul li a i {
float: right;
}

.navbar-area .menu .menu-mega .list-item {
margin-bottom: 20px;
}

.navbar-area .menu .menu-mega .list-item:last-child {
margin-bottom: 0;
}

.menu-mobile-trigger {
position: relative;
display: block;
cursor: pointer;
width: 1.75rem;
height: 1rem;
border: none;
outline: none;
background: 0 0;
transform: rotate(0deg);
transition: 0.35s ease-in-out;
}

.menu-mobile-trigger span {
display: block;
position: absolute;
width: 100%;
height: 2px;
left: 0;
border: none;
outline: none;
opacity: 1;
border-radius: 0.25rem;
background: #000000;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}

.menu-mobile-trigger span:nth-child(1) {
top: 0;
}

.menu-mobile-trigger span:nth-child(2),
.menu-mobile-trigger span:nth-child(3) {
top: 0.5rem;
width: 80%;
margin-left: 20%;
}

.menu-mobile-trigger span:nth-child(4) {
top: 1rem;
}

.menu {
position: fixed;
top: 0;
left: 0;
width: 70%;
height: 100%;
z-index: 1099;
overflow: hidden;
background: #fafafa;
transform: translate(-100%);
transition: all 0.3s ease-in-out;
}

.menu.active {
transform: translate(0%);
}

.menu > ul > li {
display: block;
line-height: 1;
margin: 0;
}

.menu > ul > li > a {
display: block;
padding: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #000000;
}

.menu > ul > li > a i.ion {
position: absolute;
font-size: 1.25rem;
line-height: 3.125rem;
top: 0;
right: 0;
width: 3.125rem;
height: 3.125rem;
text-align: center;
transform: rotate(-90deg);
}

.menu .menu-mobile-header {
position: relative;
position: sticky;
display: flex;
align-items: center;
justify-content: space-between;
top: 0;
height: 3.125rem;
z-index: 501;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background: #fafafa;
}

.menu .menu-mobile-header .menu-mobile-arrow {
display: none;
font-size: 1.25rem;
line-height: 3.125rem;
width: 3.125rem;
height: 3.125rem;
cursor: pointer;
border-right: 1px solid rgba(0, 0, 0, 0.1);
color: #121212;
text-align: center;
}

.menu .menu-mobile-header.active .menu-mobile-arrow {
display: block;
}

.menu .menu-mobile-header .menu-mobile-title {
font-family: inherit;
font-size: 1rem;
font-weight: 500;
line-height: inherit;
color: #121212;
text-transform: capitalize;
text-rendering: optimizeLegibility;
}

.menu .menu-mobile-header .menu-mobile-close {
font-size: 24px;
cursor: pointer;
width: 4.125rem;
height: 3.125rem;
border-left: 1px solid rgba(0, 0, 0, 0.1);
color: #121212;
text-align: center;
}

.menu .menu-section {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}

.menu > ul > li .menu-subs {
position: absolute;
display: none;
top: 0;
left: 0;
max-width: none;
min-width: auto;
width: 100%;
height: 100%;
margin: 0;
padding: 1rem;
padding-top: 4rem;
opacity: 1;
overflow-y: auto;
visibility: visible;
transform: translateX(0%);
box-shadow: none;
}

.menu > ul > li .menu-subs.menu-mega {
position: absolute;
display: none;
top: 0;
left: 0;
max-width: none;
min-width: auto;
width: 100%;
height: 100%;
margin: 0;
padding: 1rem;
padding-top: 4rem;
opacity: 1;
overflow-y: auto;
visibility: visible;
transform: translateX(0%);
box-shadow: none;
}

.menu > ul > li .menu-subs.active {
display: block;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item {
flex: 0 0 100%;
padding: 0;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item img.responsive {
margin-top: 0;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
margin-top: 15px;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center:last-child .title {
margin-bottom: 0;
}

.menu > ul > li .menu-subs > ul > li > a {
display: block;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul {
margin-bottom: 1rem;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
display: block;
}

.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1098;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.55);
transition: all 0.3s ease-in-out;
}

.overlay.active {
opacity: 1;
visibility: visible;
}
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.menu {
width: 40%;
}
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.menu {
width: 50%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-area .navbar-top {
padding: 8px 0;
}

.navbar-area .navbar-top .contact-info li {
font-size: 14px;
}

.navbar-area .navbar-top .social-profile li {
font-size: 14px;
}

.navbar-area.style-two.sticky, .navbar-area.style-three.sticky, .navbar-area.style-four.sticky, .navbar-area.style-five.sticky {
top: 0;
}

.navbar-area.style-one .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-three .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-four .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-five .menu > ul > li .menu-subs.menu-column-5 {
max-width: 58rem;
min-width: 58rem;
width: 100%;
padding: 1.25rem 1rem;
}

.navbar-area.style-two .navbar-brand {
/*position: relative;
    left: -50px;
    top: 15px;
    padding: 0 20px;*/
}

.navbar-area.style-one .menu > ul > li, .navbar-area.style-two .menu > ul > li, .navbar-area.style-three .menu > ul > li {
margin-right: 1rem;
}

.navbar-area.style-one .other-options .option-item, .navbar-area.style-two .other-options .option-item, .navbar-area.style-three .other-options .option-item {
margin-right: 15px;
}

.navbar-area.style-one .other-options .option-item:last-child, .navbar-area.style-two .other-options .option-item:last-child, .navbar-area.style-three .other-options .option-item:last-child {
margin-right: 0;
}

.navbar-area.style-one .other-options .option-item .social-profile li, .navbar-area.style-two .other-options .option-item .social-profile li, .navbar-area.style-three .other-options .option-item .social-profile li {
margin-right: 0px;
}

.navbar-area.style-one .other-options .option-item .social-profile li:last-child, .navbar-area.style-two .other-options .option-item .social-profile li:last-child, .navbar-area.style-three .other-options .option-item .social-profile li:last-child {
margin-right: 0;
}

.navbar-area.style-one .other-options .option-item .social-profile li a, .navbar-area.style-two .other-options .option-item .social-profile li a, .navbar-area.style-three .other-options .option-item .social-profile li a {
width: 32px;
height: 32px;
}
/*.navbar-area.style-one .other-options .option-item .btn, .navbar-area.style-two .other-options .option-item .btn, .navbar-area.style-three .other-options .option-item .btn {
    padding: 15px 15px;
  }*/
.navbar-area.style-three .other-options .option-item, .navbar-area.style-four .other-options .option-item, .navbar-area.style-five .other-options .option-item {
margin-right: 16px;
}

.navbar-area.style-three .other-options .option-item:last-child, .navbar-area.style-four .other-options .option-item:last-child, .navbar-area.style-five .other-options .option-item:last-child {
margin-right: 0;
}
}

@media only screen and (min-width: 1200px) {
.navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5 {
min-width: 79rem;
/*left: 0;
    transform: translateX(0);*/
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.navbar-area.style-two .navbar-brand {
left: -52px;
top: 15px;
padding: 0 20px;
}
}

@media only screen and (min-width: 1400px) {
.navbar-area .menu > ul > li > a {
font-size: 16px;
}

.navbar-area.style-one .menu-section, .navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
margin-left: 0;
}

.navbar-area.style-two .navbar-brand {
/* padding: 0 80px; */
}

.menu > ul > li {
margin: 0 24px;
}

.menu > ul > li:last-child() {
margin-right: 0;
}
}

@media only screen and (min-width: 1920px) {
/* .navbar-area.style-one .container-fluid, .navbar-area.style-two .container-fluid, .navbar-area.style-three .container-fluid, .navbar-area.style-four .container-fluid, .navbar-area.style-five .container-fluid {
    max-width: 1630px;
  }
  .navbar-area.style-one .menu-section, .navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
    margin-left: 0;
  } */
}
/*# sourceMappingURL=header.css.map */
