@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
section.elementor-section.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.admin-bar section.elementor-section.is-stuck {
    top: 32px;
}

section.is-stuck {
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1)!important;
    -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1)!important;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1)!important;
}

.page-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.page-banner .page-title {
    max-width: 800px;
    margin: auto;
}
.page-banner-inner{
    z-index: 1;
}
.banner-overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-blend-mode: multiply;
    opacity:0.8;
}
.banner-content-left {
    text-align: left;
}
.breadcrumbs {
    margin-top: 13px!important;
}
.banner-content-center {
    text-align: center;
}
.banner-content-right {
    text-align: right;
}
h6.subtitle{
    position:relative;
    margin-bottom:30px;
}
h6.subtitle::before {
    content: "----------------------------";
    height: 3px;
    bottom: -7px;
    left: 0;
    z-index: 9999;
    right: 0;
    letter-spacing: -5px;
    font-size: 25px;
    text-align: center;
    margin: auto;
    position: absolute;
}
li.home-menu a i {
   display:none;
}
@media(min-width:991px){
li.home-menu a{
    font-size:0px!important;
  } 
li.home-menu a i {
    font-size: 20px!important;
    display:block;
}
}
li.home-menu a i {
    position: relative;
    top: -2px;
}
.submenu-items .elementor-icon-list-item {
    display: block!important;
}
.header-notification-bar {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%!important;
    background:#fff;
    display:none;
    visibility:hidden;
}
.header-notification-bar_inner{
    padding: 10px 20px;
}
.header-notification-close {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 30px!important;
    cursor: pointer;
}
.header-notification-show {
    position: fixed;
    right: 15px;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 20px!important;
    display: none;
    z-index: 100;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.admin-bar .header-notification-bar,
.admin-bar .header-notification-show{
    margin-top: 32px;
}

@media(min-width:991px){
 .show-desktop {
     display:block;
     visibility:visible;
 }
}
@media(min-width:768px) and (max-width:990px){
 .show-tablet {
     display:block;
     visibility:visible;
 }
}
@media(max-width:767px){
 .show-mobile {
     display:block;
     visibility:visible;
 }
}
.header-notification-content p:last-child {
    margin-bottom: 0;
}
.static-header .is-fixed{
   margin-top:0px!important;
 }
 .icon-box .icon-main svg {
    height: auto!important;
}
.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
    padding: 4px 8px;
    BORDER: NONE;
}
.elementor-element .elementskit-menu-close {
    transform: rotateX(45deg)!important;
    font-size: 30px!important;
}
.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator:before {
    font-size: 12px!important;
    font-weight: 900!important;
    position: relative;
    top: 0px;
}
.elementskit-navbar-nav-default.elementskit_fill_arrow .elementskit-submenu-indicator::before {
    content: "\e97f"!important;
}
.elementskit-navbar-nav-default.elementskit_fill_arrow .elementskit-submenu-panel>li>a .elementskit-submenu-indicator {
    top: -3px;
    transform: rotate(-90deg)!important;
}
.elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    word-break: break-word;
    white-space: pre-wrap;
}
@media(min-width: 600px) and (max-width:1025px){
.the-logo img {
    max-height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
}
}
@media (max-width: 600px){
.the-logo img {
    max-height: 70px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.page-banner-inner.container {
    padding-top: 15%;
}
}
.site-header.static-header {
    position: absolute;
    z-index: 9;
}
@media(min-width:991px){
.page-banner .page-title {
    font-size: 60px;
  }
}