img {
    display: block;
    max-width: 150%;
    height: auto;
}
.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 3%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.body-wrapper {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    backface-visibility: hidden;
    background-color: #0001df;
}
#sp-header {
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    height: 141px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
h2.module-title::after {
    content: "";
    border-bottom: 3px solid #f9bf3b;
    width: 25%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
h2.module-title {
    padding: 10px 0;
    border-bottom: 3px solid #f2f2f2;
    position: relative;
}
#sp-menu {
    padding: 6px 0;
    position: relative;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
   background-color: #f9bf3b;
-moz-box-shadow: 6.5px 6.5px #000;
-webkit-box-shadow: 6.5px 6.5px #000;
box-shadow: 6.5px 6.5px #000;
color: #fff;
left: 5px;
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0px;
        padding-left: 15px;
    margin: 0;
    z-index: 99;
    display: block;
    float: left;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11) inset;
    padding-top:20px;

}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
display: inline-block;
padding: 0 10px;
line-height: 28px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0px;
color: #000;
margin: 0;
font-weight: 450;
}
#sp-search .search #mod-search-searchword {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    min-height: 35px;
    background-color: #d8d8d8;
}

#sp-left .search #mod-search-searchword:focus, #sp-right .search #mod-search-searchword:focus, #sp-search .search #mod-search-searchword:focus {
    border: 1px solid blue !important;
    outline: 0;
}

section#sp-breadcrumb {
    background: #eb1a30;
}

.page-header {
    border-bottom: 3px solid #f9bf3b;
    margin: 20px 0 30px;
    padding-bottom: 9px;
    font-size: 36px;
}

.sppb-addon.sppb-addon-module .sptab_red .tab-padding .custom p {
    color: #000;
    line-height: 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 10px;
    color: #000;
    line-height: normal;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
    background: #eb1a30;
}
.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: 10px;
}
.menu-slide-down .sp-has-child > .sp-dropdown {
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 500ms ease;
    margin-top: -30px;
}

#offcanvas-toggler > i {
    color: #666666;
    padding-left: 10px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all{
#sp-header .sp-default-logo {
   display: block !important; 
}
#sp-header {
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
}