.layout-boxed .body-innerwrapper {
    background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
}

.border {
border-radius: 35px;
   border: 15px solid #2F2003;
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
    padding: 20px; 
}
.bordermenu {
border: 8px solid #F0BA66;
border-radius: 25px;
box-shadow:0 30px 30px rgba(0, 0, 0, 0.5);
}
#sp-header {
    backface-visibility: hidden;
    background: #2E2000 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
    height: 50px;
    padding-top: 5px;
    transition: all 0.3s linear 0s;
    width: 100%;
}
.sp-megamenu-parent > li > a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px 15px 34px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.borderslide {
border-radius: 35px;
   border: 15px solid #2F2003;
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
}
.layout-boxed .body-innerwrapper {
    box-shadow: 5px 5px 70px 5px rgb(255, 198, 107);
    margin: 0 auto;
    max-width: 1240px;
}
.menu {
    box-shadow: 5px 5px 70px 5px rgb(255, 198, 107);
    margin: 0 auto;
    max-width: 1240px;
}
#offcanvas-toggler::after {
    color: #f0ba66;
    content: "Menu";
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 38px;
    text-transform: uppercase;
}

#offcanvas-toggler {
    cursor: pointer;
    display: block;
    float: right;
    height: 37px;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 30px;
}