.headerone .nav-menu .box-header-nav {
    float: none;
    background: #e31e24;
}

.headerone .nav-menu .box-header-nav:before {
    background: #e31e24;
    content: "";
    height: 80px;
    left: -31px;
    position: absolute;
    top: -42px;
    -webkit-transform: rotate(-38deg);
    -moz-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    transform: rotate(-38deg);
    width: 66px;
}

.headerone .nav-menu .box-header-nav:after {
    background: #e31e24;
    content: "";
    height: 80px;
    position: absolute;
    right: -31px;
    top: -42px;
    -webkit-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(38deg);
    width: 66px;
}

a {
    color: #000000;
    text-decoration: none;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    cursor: pointer;
    display: inline-block;
}

.elementor-section {
    position: relative;
    background: #fff;
}

#footer {
    padding-top: 0px;
    font-size: 16px;
    border-top: 0px solid #dadada;
    width: 1346px;
    margin: 0px auto 0;
    height: 0px;
    color: #fff;
  
}