/* body.admin-bar.journey-header .site .site-header {
    margin-top: 32px !important;
} */
.journey-header .site .site-header {
    position: absolute;
	box-shadow: none;
	top: 0 !important;
	background-color: transparent;
}
 .journey-header  .site.-header-desktop-overlay .site-header.active {
        position: fixed;
        animation: fadeInDown .8s;
        height: auto;
 }
.journey-header .site-toggle i > span {
   background-color: #252525;
}
.journey-header .site .site-header a {
  color: #292929;
  transition: none !important;
  border-bottom: 2px solid transparent;
}
.journey-header .site .site-header .alt-logo {
	display: block !important;
}
.journey-header .site .site-header .custom-logo  {
   display: none;
}
/* .journy-banner {
    margin-top: 91px;
} */
.journy-banner .elementor-container {
    align-items: center !important;
}
body .site-content .heading-h2-journey h2 {
    margin-bottom: 0;
}
.journey-header .site-desktop-navigation li.menu-item-has-children a:after {
    color: #292929;
}
.site-header .site-desktop-navigation li.current-menu-item a, .site-header .site-desktop-navigation li:hover a, .page-template-relocation .site-header .site-desktop-navigation li:hover a, .single-relocation .site-header .site-desktop-navigation li:hover a, .transparent-header .site-header .site-desktop-navigation li:hover a {
    border-bottom: 2px solid #488af8;
}
.common-heading-color  h1, .common-heading-color  h2, .common-heading-color  h3, .common-heading-color  h4{
  color: #252C38 !important;
}
.common-heading-color h1 {
    margin-bottom: 0 !important;
}
/* body.admin-bar .journy-banner {
    margin-top: 91px;
} */
@media only screen and (max-width: 991px) {
    /* body.admin-bar .journy-banner {
        margin-top: 82px;
    } */
    .journey-header .site-desktop-navigation li a {
        padding: 0 0;
        margin: 0 2px;
    }
}

@media (min-width: 767px) and (max-width: 980px) {
    .site-desktop-navigation li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .full-btn a{
        width: 100% !important;
    }
    /* body.admin-bar .journy-banner {
        margin-top: 32px;
    } */
}
