/* header transparent 
#sp-header{
    position: absolute;
    background: transparent;
    box-shadow: none;
}
#sp-header.header-sticky {
    background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
#sp-header.header-sticky .logo img { opacity: 0; }

#sp-header.header-sticky .logo a  { 
    background-image: url(../../../images/logo.png);  
    background-repeat: no-repeat; 
    background-size: contain; 
}
#sp-header .sp-megamenu-parent > li > a {
  color: #fff;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
  color: #666;
}
#sp-header .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}
#sp-header.header-sticky .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #666;
}

*/

@media only screen and (max-width: 991px){
#sp-header .logo-image {
  height: 55px!important;
  margin-top:8px;
}
  #sp-header {
  height: 70px;
}
   .sp-page-builder .page-content .corl {
  background-image: none!important;
} 
  
}

@media only screen and (max-width: 991px){
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
}}


body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  width: 100%;
  text-align: right;
}

.sp-module ul > li > a {
  color: #666;
}
@media only screen and (max-width:480px){
  .banner {
   background-image: none!important; }
}
.navi li {
 display: inline-block;
  margin-right: 2rem;
line-height:55px;
}

ul.navi   {
  text-align: left;
padding: 0;
}
@media only screen and (max-width: 1200px) {
.navi li {
display: block;
width:100%;
line-height: 40px;
border-style: solid;
border-color:#ccc;
border-width: 1px 0px 0px 0px;
}
.navi li a {
 display: block;
width:100%;
}
ul.navi {
margin-bottom: 0;
}
}
.sp-module ul > li > a , .sp-megamenu-parent > li {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}