@font-face {
    font-family: 'NeoSansArabicBold';
    font-display: swap;
    src: url('../fonts/ElMessiri-Bold.ttf');
}

@font-face {
    font-family: 'NeoSansArabic';
    font-display: swap;
    src: url('../fonts/ElMessiri-Regular.ttf');
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0 !important;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

body {
    font-family: 'NeoSansArabic' !important;
    direction: rtl;
    text-align: start;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'NeoSansArabicBold';
}

a {
    text-decoration: none !important;
    color: #000;
}

li {
    list-style: none;
}

.wrap {
    overflow: hidden;
}

/*top*/
.top {
    padding: 25px 0;
}

.user .single-user {
    display: inline-block;
}

.top-user a:not(:last-of-type) {
    margin-inline-end: 10px;
}

.top-user a:not(.dropdown-item) {
    color: #000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.top-user .account-list .btn {
    background-color: transparent;
    padding: 0;
}

.dropdown-menu {
    padding: 10px;
    text-align: start;
}

.dropdown-menu.show {
    inset-inline-start: 0 !important;
    left: auto !important;
    transform: translate3d(0px, 26px, 0px) !important;
}

.user .new-user {
    display: inline-block;
    padding-right: 15px;
}

.top-user {
    display: flex;
        align-items: center;

    position: relative;
    z-index: 3;
    transition: all linear .5s;
}

.user:not(:last-of-type) {
    margin-inline-end: 10px;
}

.top-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search {
    border: 1px solid #c4c4c4;
    padding: 10px 25px;
    border-radius: 20px;
    position: relative;
    transition: all linear .5s;
}

.search input[type='search'] {
    width: 100%;
    display: block;
}

.search .search-area {
    color: #c4c4c4;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 25px;
}
.language a {
    background-color: #000;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    text-align: center;
    transition: all linear .5s;
}

.language a:hover {
    background-color: #837e7e;
    transition: all linear .5s;
}

.logo {
    text-align: center;
    height: 170px;
        padding: 15px 0;
}

.logo a {
    display: block;
    height: 100%;
}

.logo img {
    max-height: 100%;
}

/*slide*/
.main-slide .item img {
    height: 290px;
}

.main-slide .owl-nav .owl-prev {
    right: 35px;
}

.main-slide .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px dotted #000;
    background: #000;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    transition: all linear .5s;
}

.main-slide .owl-nav .owl-prev:hover {
    border: 1px dotted #767474;
    background: #767474;
    transition: all linear .5s;
}

.main-slide .owl-nav .owl-next {
    left: 35px;
}

.main-slide .owl-nav .owl-next:hover {
    border: 1px dotted #767474;
    background: #767474;
    transition: all ease-in-out .5s;
}

/*sections*/
.sections .main-title {
    text-align: center;
    font-size: 35px;
    margin: 60px 0;
}

.sections-img img {
    width: 100%;
}

.sections-link {
    text-align: center;
    background-color: #000;
    position: relative;
}

.sections-link:before {
    content: " ";
    position: absolute;
    background: #767474;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    transition: all linear .5s;
}

.sections-content:hover .sections-link:before {
    height: 100%;
    transition: all linear .5s;
}

.sections-content {
    margin-bottom: 30px;
}

.sections-link a {
    display: block;
    padding: 20px 0;
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 18px;
}

/*middle*/
.middle {
    padding: 75px 0 0;
}

.middle img {
    width: 100%;
}

/*advertising*/
.advertising .main-title {
    text-align: center;
    font-size: 35px;
    margin: 60px 0;
        font-family: 'NeoSansArabic' !important;
}

.advertising-content {
    position: relative;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .26);*/
    margin-bottom: 30px;
}

.advertising-img {
    height: 260px;
    background-color: #f4f4f4;
}

.advertising-img a {
    display: block;
    height: 100%;
}

.advertising-img img {
    height: 100%;
    object-fit: contain;
}

.advertising-info-time {
    background-color: #767474;
    padding: 1px 15px;
    margin-bottom: 10px;
    transition: all linear .5s;
}

.advertising-content:hover .advertising-info-time {
    background-color: #000;
    transition: all linear .5s;
}

.advertising-info-time h5 {
    color: #fff;
}

.advertising-info-grad {
    background-color: #000;
    padding: 1px 15px;
    transition: all linear .5s;
}

.advertising-content:hover .advertising-info-grad {
    background-color: #767474;
    transition: all linear .5s;
}

.advertising-info-grad h5 {
    color: #fff;
}

.advertising-adders {
    background-color: #f4f4f4;
    padding: 30px 15px;
}

.advertising-icon {
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: #000;
    text-align: center;
    margin: 15px 0;
}

.advertising-icon i {
    color: #fff;
    display: inline-block;
}

.advertising-title {
    display: inline-block;
}

.advertising-title a {
    font-size: 20px;
    margin-right: 5px;
}

.advertising-title a:hover {
    color: #000;
}
.advertising-name-sec{
        display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.advertising-content .badge{
        position: absolute;
    top: 15px;
    left: 15px;
    background: red;
    color: #FFF;
    min-width: 70px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding: 5px 10px;
}
.advertising-content .badge.green{
    background: green;
}
.advertising-name-sec .in-name{
        display: flex;
    align-items: center;
}
.advertising-name-sec .in-name .sec-name{
        display: flex;
    flex-direction: column;
    align-items: center;
}
.advertising-name-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: transparent;
    text-align: center;
    margin-bottom: 10px;
}
.advertising-name-icon-bg{
       background: transparent;
           width: 50px;
    height: 50px;
    line-height: 50px;
}
.advertising-name-icon img{
        max-height: 20px;
    max-width: 20px;
 
}

.advertising-name-icon i {
    color: #000;
    display: inline-block;
}

.advertising-name a {
    margin-bottom: 10px;
    margin-right: 5px;
    color: #8e8e8e;
}

.advertising-name a:hover {
    color: #000;
}

/*footer*/
.footer-paragraph p {
    color: #686868;
    line-height: 25px;
}

.footer {
    background-color: #f4f4f4;
    padding: 70px 0 35px;
}

.footer-list li {
    float: right;
    width: 50%;
    margin-bottom: 12px;
}

.footer-list li a {
    color: #686868;
}

.footer-list li:before {
    margin-left: 5px;
    content: "\f100";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #686868;
    transition: all linear 0.5s;
}

.social-media a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all linear 0.5s;
    font-size: 18px;
    margin-left: 15px;
}

.social-media a:hover {
    background: #767474;
    color: #fff;
    transition: all linear 0.5s;
}

/*footer-end*/
.footer-end {
    background-color: #000;
    padding: 30px 0;
}

.back-end-footer {
    float: left;
}

.footer-end a {
    color: #767474;
}

.footer-end h5 {
    color: #fff;
}

/*single*/
.poster {
    position: relative;
}

.poster-img img {
    width: 100%;
}

.poster-content a {
    color: #fff;
}

.poster-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%);
}

/*poster-slide*/
.poster-slide{
    position: relative;
}
.poster-slide .badge{
        position: absolute;
    top: 15px;
    left: 15px;
    background: red;
    color: #FFF;
    min-width: 70px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding: 5px 10px;
}
.poster-slide .badge.green{
    background: green;
}
.poster-sec .owl-nav .owl-prev {
    right: -30px;
}

.poster-sec .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px dotted #000;
    background: #000;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    transition: all linear .5s;
}

.poster-sec .owl-nav .owl-prev:hover {
    border: 1px dotted #767474;
    background: #767474;
    transition: all linear .5s;
}

.poster-sec .owl-nav .owl-next {
    left: -30px;
}

.poster-sec .owl-nav .owl-next:hover {
    border: 1px dotted #767474;
    background: #767474;
    transition: all ease-in-out .5s;
}

/*poster-ad*/
.poster-ad {
    background-color: #eff4f2;
    padding: 60px 30px 30px;
    margin-bottom: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .26);
}

.single-content-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: #000;
    text-align: center;
    margin: 15px 0;
}

.single-content-icon i {
    color: #fff;
    display: inline-block;
}

.single-content-title {
    display: inline-block;
    margin-right: 10px;
}

.single-content-paragraph {
    border-bottom: 1px solid #777777;
    padding: 5px;
    line-height: 25px;
    margin-bottom: 15px;
}

.single-content-paragraph p {
    text-align: justify;
    line-height: 28px;
}

/*poster-value*/
.poster-value-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 18px 10px;
    margin-bottom: 20px;
}

.poster-value-message {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
}

.poster-value-clock {
    display: inline-block;
    float: left;
}

.poster-value-clock-icon {
    display: inline-block;
}

.poster-value-clock-icon i {
    color: #919191;
}

.poster-value-clock-title {
    display: inline-block;
}

.poster-value-clock-title h5 {
    color: #919191;
    font-family: 'NeoSansArabic';
}

.poster-value-tittle {
    display: inline-block;
}

.poster-value-tittle h5 {
    color: #919191;
    font-family: 'NeoSansArabic';
}

.poster-value-tittle-message {
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
}

.poster-value-tittle-message h5 {
    color: #919191;
    font-family: 'NeoSansArabic';
}

.poster-value-link {
    display: inline-block;
    float: left;
    text-decoration: none;
    background-color: #767474;
    border-radius: 25px;
    transition: all linear .5s;
}

.poster-value-link:hover {
    background-color: #000;
    transition: all linear .5s;

}

.poster-value-link a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 13px 75px;
    transition: all linear .5s;
}

.poster-end-price {
    color: #c72323;
}

.poster-end-login a {
    color: #c72323;
}

.poster-end-login {
    float: left;
    display: inline-block;
}

/*poster-package*/
.poster-package {
    border: 1px solid #767474;
}

.package-title {
    background-color: #767474;
}

.package-title h4 {
    margin: 0;
    padding: 15px;
    color: #fff;
}

.package-content {
    border-bottom: 1px solid #000;
    padding: 23px 15px;
    background-color: #fff;
}

.package-content h5 {
    margin: 0;
}

.package-grad {
    padding: 23px 15px;
    background-color: #fff;
    overflow: hidden;
}

.package-grad h5 {
    margin: 0;
}

.poster-details {
    border: 1px solid #767474;
    border-radius: 5px;
    overflow: hidden;
}

.details-title {
    background-color: #767474;
}

.details-title h4 {
    margin: 0;
    padding: 15px;
    color: #fff;
}

.details-content {
    padding: 15px;
    background-color: #fff;
}

.details-content h5 {
    margin: 0;
}

.details-clock {
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
}

.details-clock h5 {
    margin: 0;
}

.details-content-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: #000;
    text-align: center;
}

.details-content-icon i {
    color: #fff;
}

.details-content-title {
    display: inline-block;
    margin-right: 5px;
}

.details-content-title h5 {
    color: #757575;
}

.single-content {
    position: relative;
}

.similar-ads .advertising-info-time h5 {
    font-size: 12px;
}

.similar-ads .advertising-info-time {
    padding: 1px 15px;
}

.similar-ads .main-title {
    text-align: center;
    margin: 50px 0;
}

.similar-ads {
    margin-bottom: 50px;
}

/*login-ad*/
.login img {
    width: 100%;
    height: 350px;
}

.login-ad {
    background-color: #eff4f2;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .26);
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"],
.login-form input[type="number"],
.input-shape {
    width: 100%;
    display: block;
    border-radius: 30px;
    border: 1px solid #a7a7a7;
    padding: 15px;
    margin-bottom: 10px;
}

.login-form input::placeholder {
    color: #a7a7a7;
}

.radio-form h5 {
    display: inline-block;
    color: #000;
}

.radio-farmer {
    display: inline-block;
    margin-right: 25px;
}

.radio-farmer-input {
    display: inline-block;
}

.radio-seller-input {
    display: inline-block;
    margin-right: 25px;
}

.radio-farmer-input label {
    color: #a7a7a7;
    margin: 0;
}

.radio-seller-input label {
    color: #a7a7a7;
    margin: 0;
}

.login-link {
    display: inline-block;
    text-decoration: none;
    background-color: #000;
    border-radius: 25px;
    margin-bottom: -50px;
    margin-top: 50px;
    transition: all linear .5s;
}

.login-link:hover {
    transition: all linear .5s;
    background-color: #767474;
}

.login-link a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 13px 50px;
    transition: all linear .5s;
}


.login-title h5 {
    color: #767474;
    margin-bottom: 25px;
}

.no-padding {
    padding: 0;
}

.btn-main {
    text-decoration: none;
    background-color: #000;
    border-radius: 25px;
    color: #fff;
    padding: 12px 50px;
    transition: all linear .5s;
}

.btn-main:hover {
    background-color: #767474;
}

.register-logo img {
    width: 100%;
    height: 300px;
}

.package-grad a:hover {
    color: #000;
}


@media (max-width: 1024px) {
    .advertising-info-time {
        padding: 1px 5px;
    }
}

@media (min-width: 992px) {
    .menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .adding {
        background-color: #767474;
        padding: 16px 30px;
    }

    .adding li {
        display: inline-block;
        font-size: 16px;
    }

    .adding li a {
        color: #fff;
    }

    .adding i {
        display: inline-block;
        color: #fff;
        padding-left: 5px;
    }
}

@media (max-width: 992px) {
    .adding-phone {
        display: inline-block;
    }

    .adding-phone li {
        display: inline-block;
    }

    .menu-icons {
        margin: 30px 0;
    }


    .adding {
        display: none;
    }
}


@media (max-width: 768px) {
    .register-link a {
        font-size: 10px;
        padding: 12px 35px;

    }

    .single-content {
        margin-top: 50px;

    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        display: inline-block;
        margin-bottom: 25px;
    }

    .footer-social {
        text-align: center;
        margin: 35px 0;
    }

    .footer-end {
        text-align: center;
    }

    .back-end-footer {
        text-align: center;
        float: none;
    }

    .advertising-info {
        width: 50%;
    }

    .main-slide .owl-nav .owl-next {
        left: 30px;
    }

    .main-slide .owl-nav .owl-prev {
        right: 30px;
    }

}

@media (max-width: 460px) {
    .login-title {
        text-align: center;
    }

    .end-register {
        text-align: center;
    }

    .new-register {
        margin-right: 0;
    }

    .main-slide .item img {
        /*height: 220px;*/
    }

    .main-slide .owl-nav .owl-next {
        left: 20px;
    }

    .main-slide .owl-nav .owl-prev {
        right: 20px;
    }

    .main-slide .owl-nav button {
        width: 25px;
        height: 25px;
    }
    
    .footer-paragraph p {
        margin-bottom: 25px;
    }

    .poster-img img {
        height: 125px;
    }

    .poster-content h4 {
        font-size: 14px;
    }

    .poster-content {
        top: 45%;
    }
}

.form-links a {
    color: #767474;
}

.content {
    padding: 50px 0;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.sec-tit {
    margin-top: 0;
    margin-bottom: 35px;
}

.subCats {
    margin-bottom: 50px;
}

.cat-item,
.pro-item {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.cat-item-url {
    display: block;
}

.cat-item-url:hover,
.pro-item:hover a {
    color: #767474;
}

.dropdown-item {
    display: block;
}

.btn-alert {
    background-color: #cd201f;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}

.poster-slide {
    /*background-color: #eff4f2*/
}

.poster-slide .item {
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.poster-slide .item a{
    height :100%;
    width : 100%;
}
.poster-slide .item img {
    max-height: 100%;
    object-fit: contain;
    width: auto;
    max-width: 100%;
}

.info-alert {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
}

/******************************/
.actions_wrapper{}
.actions_wrapper a{}
.actions_wrapper a:not(:last-of-type){
    margin-inline-end : 15px
}
.actions_wrapper a i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    color: #fff;
    background-color: #000;
    text-align: center;
      margin-inline-end : 5px
}
.actions_wrapper a:not(:last-of-type) i{}
/******************************/
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        /*position: relative;*/
    }

    .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: #000;
        padding: 20px 15px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f063";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        margin-inline-start: 5px;
        color: #000;
        transition: all .5s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #91af8e;
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #91af8e;
    }


    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        inset-inline-start: 0;
        width: 100%;
        background-color: #91af8e;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        display: flex;
    flex-wrap: wrap;
        transition: all 0.6s ease;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
        
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        transition: all 0.5s ease-in-out;
    }


    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        left: 0;
        content: "\f30a";
        color: #fff;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: #000;
        border-bottom: 1px solid #a7bfa5;
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: #a7bfa5;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }


    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .menu-icons a {

    }

    .nav-btn {
        color: #fff;
        background-color: #a7bfa5;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-inline-start: 5px;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn:hover,
    .nav-btn:focus {
        color: #fff;
        background-color: #a7bfa5;
    }


    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        transform: translateX(100%);
        right: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #a7bfa5;
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item a {
        display: block;
        color: #000;
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item a:hover,
    .mobile-nav-list .menu-item.active a {
        color: #000;
    }


    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #70c3c7;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-inline-start: 1px solid #70c3c7;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: #0e3340;
    }

    .sub-menu {
        list-style: none;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        padding: 15px 25px;
        background-color: #70c3c7;
    }

    .sub-menu .sub-menu a {
    }

    .trans-none {
        transform: none !important;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        left: 0;
        transform: translateX(-100%);
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }

    .top [class*='col-']:first-of-type {
        order: 2;
    }

    .top [class*='col-']:last-of-type {
        order: 3;
    }

    .top [class*='col-']:nth-of-type(2) {
        order: 1;
    }
}
.message-tit a{
    color : #386e32;
}
.danger.mohammed{
        display: table;
    margin: 0 auto;
}
 
.danger.mohammed .pagination li {
    width: 30px;
    height: 30px;
     line-height: 30px;
     text-align: center;
    margin: 0 5px;
    border: 1px solid #000;
}
.danger.mohammed .pagination li a:first-of-type{
    
}
.danger.mohammed .pagination li a:first-of-type{
    
}
@media (max-width: 768px){
     
}