.top-page-boxes{
    position: relative;
    z-index: 8;
    padding: 40px 0 0;
}

.top-page-section{
    position: relative;
    z-index: 10;
}
.breadcrumbs-share{
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.page-template-default .content a.back-button{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: right;
    display: block;
    margin-bottom: 26px;
    background: none;
    border: none;
    cursor: pointer;
}
.page-template-default .content a.back-button:hover{
    color: #E34A44;
}
.page-template-default .content a.back-button .arrow-back{
    color: #E34A44;
    margin-right: 10px;

}
.breadcrumbs-box{

}
.breadcrumbs-box .breadcrumbs{
    max-width: initial;
    margin-bottom: 0;
}
.breadcrumbs li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 29px;
    background: none;
    padding-left: 0px;
    color: #000;
    margin-bottom: 0;
}
.breadcrumbs li:after{
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
.breadcrumbs li:last-child:after,
.breadcrumbs li:first-child:after{
    display: none;
}
.breadcrumbs li:first-child{
    display: inline-block;
    margin-right: 20px;

}
.breadcrumbs li:first-child i,
.breadcrumbs li:first-child svg{
    color: #E34A44;
}
.breadcrumbs li a{
    font-size: 14px!important;
    line-height: 29px!important;
    color: #000!important;
    font-weight: 500!important;
}
.breadcrumbs li a:hover{
    color: #E34A44!important;
}
.share-box{
    display: flex;
}
.share-page-title{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 29px;
    color: #000;
    margin-right: 20px;
}
.share-box .share-list{
    display: flex;
    align-items: center;
}
.share-box a{
    width: 40px;
    height: 20px;
    border-left: 1px solid #f8d1d0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.share-box a i,
.share-box a svg{
    color: #BC1E21;
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.share-box a:hover i,
.share-box a:hover svg{
    opacity: 0.7;
}
.top-page-boxes .title-page{

    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #BC1E21;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.top-page-section .aside-menu{
    position: absolute;
    right:-30vw;
    width: 25vw;
    top: -78px;
    z-index: 8;
    overflow: hidden;
}
.top-page-section .aside-menu::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../../../assets/images/sidebar-overlay.svg) no-repeat left center;
    background-size: auto;
    width: 247px;
    height: 467px;
    right: 0;
    bottom: 20px;
    background-size: cover;
}
.no-slider + .width-sidebar .top-page-section .aside-menu{
    top: 0;
}
.top-page-section .aside-menu .aside-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding:30px 25px 20px;
    background: #BC1E21;
}
.top-page-section .aside-menu .aside-title:before{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.top-page-section .aside-menu .aside-block{
    background: #BC1E21;
    padding: 25px;
}
.top-page-section .aside-menu .aside-block .menu-list-aside{
    width: 80%;
    margin-bottom: 17px;
    position: relative;
}
.top-page-section .aside-menu .parrent-aside{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: 100%;
    display: block;
}



.top-page-section .aside-menu .parrent-aside:before{
    content: "";
    background-color: #FFFFFF;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
}
.top-page-section .aside-menu .parrent-aside:after{
    content: "";
    background-color: #FFFFFF;
    width: 0%;
    height: 2px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
}
.top-page-section .aside-menu .parrent-box:hover .parrent-aside:after,
.top-page-section .aside-menu .parrent-box.active .parrent-aside:after{
    width: 100%;
    height: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.top-page-section .aside-menu .menu-list-aside .childs-menu{
    margin-top: 20px;
    display: none;

}

.top-page-section .aside-menu .child-aside{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    display: block;
    margin-bottom: 17px;
    position: relative;
}
.top-page-section .aside-menu .child-aside:before{
    content: "";
    background-color: #FFFFFF;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    display: none;
}
.top-page-section .aside-menu .child-aside:after{
    content: "";
    background-color: #FFFFFF;
    width: 0%;
    height: 2px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    display: none;
}
.top-page-section .aside-menu .child-aside:hover{
    opacity: 0.8;
}
.top-page-section .aside-menu .child-aside:hover:after{
    width: 100%;
    height: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.top-page-section .aside-menu .child-aside .child-minus{
    display: inline-block;
    margin-right: 5px;

    width: 10px;
    height: 13px;
    margin-right: 10px;
}
.top-page-section .aside-menu .child-aside .child-minus:before{
    content: '\e80b';
    font-family: "fontello";
    font-weight: 400;
    color: #fff;
}
.top-page-section .aside-menu .parrent-box{
    position: relative;
}
.top-page-section .aside-menu .parrent-box .trigger-submenu{
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
    font-size: 9px;
    line-height: 9px;
    color: #FFFFFF;
}
.top-page-section .aside-menu .parrent-box .trigger-submenu .fa-plus{
    display: block
}
.top-page-section .aside-menu .parrent-box .trigger-submenu .fa-minus{
    display: none
}
.top-page-section .aside-menu .active .parrent-box .trigger-submenu .fa-plus{
    display: none
}
.top-page-section .aside-menu .active .parrent-box .trigger-submenu .fa-minus{
    display: block
}


.lang-ar  .top-page-section .aside-menu .aside-title{
    text-align: left;
}
.lang-ar .top-page-section .aside-menu .aside-block{
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.lang-ar .share-page-title{
    margin-left: 20px;
}
.lang-ar .share-box a{
    border-left: none;
    border-right: 1px solid #f8d1d0;
}
.lang-ar .breadcrumbs li:first-child {
    display: inline-block;
    margin-left: 20px;
    margin-right: 0px;
}
@media only screen and (max-width: 1300px) {
    .top-page-section .aside-menu .aside-block .menu-list-aside{
        width: 100%;
    }
    .single-people-page .top-page-section{
        margin-left: 0;
    }
}
@media only screen and (max-width: 1250px) {
    .widhout-sidebar .main-wrapper  .top-page-section .wrapper{
       padding: 0 0vw; 
    }
}
@media only screen and (max-width: 1160px) {
    .top-page-section{
        margin-left: -5vw;
    }
    .widhout-sidebar .main-wrapper  .top-page-section {
    margin-left: 0vw;
  }
    .single-people-page .top-page-section{
        margin-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .top-page-section {
        width: 100vw;
    }
    .top-page-section .wrapper{
        padding: 0;
    }
    .top-page-boxes{
        width: 100vw;
        margin-top: 0;
        box-sizing: border-box;
        padding: 40px 5vw 0;
    }
    .widhout-sidebar .main-wrapper  .top-page-section  .top-page-boxes{
             padding: 40px 0vw 0;
    }
    .top-page-boxes .title-page{
        font-size: 3.5rem;
        line-height: 3.4rem;
    }
    .breadcrumbs-share{
        flex-direction: column;
    }
    .breadcrumbs-box{
        margin-bottom: 20px;
    }
    .share-box {
        justify-content: space-between;
    }
    .width-sidebar .main-wrapper .wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .top-page-section .aside-menu {
        position: relative;
        right: 0;
        width: 100vw;
        top: 0;
        z-index: 8;
        left: 0;
    }
    .aside-block{
        display: none;
    }
    .top-page-section .aside-menu .aside-block .menu-list-aside {
        width: 100%;
    }
    .share-box a.facebook{
        border: none;
    }
    .top-page-section .aside-menu .aside-title{
        color: #fff;
        padding: 20px 50px;
        background: #1A1B1F;
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .top-page-section .aside-menu .aside-title:before{
        font-family: "fontello";
        font-weight: 300;
        content:"\f03a";
        display: block;
        width: 20px;
        height: 20px;
        background-color: transparent;
        margin-bottom: 0;
        position: absolute;
        top: 20px;
        left: 20px;

    }

    .top-page-section .aside-menu .aside-title:after{
        font-family: "fontello";
        font-weight: 300;
        content: '\e81f';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .top-page-section .aside-menu .aside-title.active:after{
        content: '\e81e';
    }
    .top-page-section .aside-menu::before{
        display: none;
    }
}
