﻿
a{
    text-decoration:none;
}

a:hover, a:focus {
    text-decoration: none;
}

.top-description
{
    font-size:14px;
    text-align:justify;
}

.top-description > div{
    margin-bottom:15px;
}

.section-description {
    font-size: 14px;
    text-align: justify;
}

.item-card{
    margin-bottom:30px;
}

.about-us
{
    text-align:justify;
}

.about-us> a{
    color:#fff;
}

.entry {
    position: relative;
    margin-bottom: 3rem;
    font-size: 0.9rem;
    line-height: 1.85;
}

.entry-media {
    position: relative;
    background-color: #ccc;
    margin-bottom: 2.4rem;
}

    .entry-media > a {
        position: relative;
        display: block;
    }

    .entry-media img {
        display: block;
        max-width: none;
        width: 100%;
        height: auto;
        max-height: 450px;
    }

.entry-video a:after {
    content: '\ec2c';
    font-family: "molla";
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.5rem;
    margin-top: -3.5rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    border: .2rem solid #fff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.entry-video a:hover:after,
.entry-video a:focus:after {
    color: #2E86C1;
    background-color: #fff;
    box-shadow: 0 0 0 1.6rem rgba(255, 255, 255, 0.2);
}

.entry-meta {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    color: #777;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.text-center .entry-meta {
    direction: rtl;
    justify-content: center;
}

.entry-meta a {
    color: inherit;
    direction: rtl;
    transition: all .3s ease;
}

    .entry-meta a:hover,
    .entry-meta a:focus {
        color: #2E86C1;
        box-shadow: 0 1px 0 #2E86C1;
    }

.meta-separator {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}

.entry-title {
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.25;
    letter-spacing: -.025em;
    margin-bottom: 1.2rem;
}

    .entry-title a {
        color: inherit;
    }

        .entry-title a:hover,
        .entry-title a:focus {
            color: #2E86C1;
        }

.entry-cats {
    color: #777;
    font-size: 1.4rem;
    direction: rtl;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

    .entry-cats a {
        color: inherit;
        transition: all .3s ease;
    }

        .entry-cats a:hover,
        .entry-cats a:focus {
            color: #2E86C1;
            box-shadow: 0 1px 0 #2E86C1;
        }

.entry-content
{
    font-size: 0.9rem;
}

.entry-content p {
    margin-bottom: 1.3rem;
}

.entry-content.text-center p {
    text-align: center;
}

.read-more {
    display: inline-block;
    position: relative;
    font-weight: 400;
    letter-spacing: -.01em;
    padding-bottom: .1rem;
    transition: all .3s ease;
    font-size: 0.9rem;
}

    .read-more:after {
        font-family: 'Font Awesome 5 Free';
        content: '\f060';
        font-size: 1rem;
        line-height: 1;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.75rem;
        opacity: 0;
        transition: all .25s ease;
        transform: translateX(6px);
    }

    .read-more:hover,
    .read-more:focus {
        padding-left: 2.2rem;
        box-shadow: 0 1px 0 0 #2E86C1;
        text-decoration:none;
    }

        .read-more:hover:after,
        .read-more:focus:after {
            opacity: 1;
            transform: translateX(0);
        }

.widget {
    margin-bottom: 4.5rem;
}

.sidebar {
    margin-top: 3rem;
}

    .sidebar .widget:last-child {
        margin-bottom: 1.5rem;
    }

.widget-title {
    color: #333;
    font-weight: 400;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 2rem;
}

.widget-search .widget-title {
    margin-bottom: 1.3rem;
    text-align: right;
}

.widget-search form {
    position: relative;
}

.widget-search .form-control {
    height: 40px;
    padding: .95rem 1.4rem .95rem 5rem;
    font-weight: 300;
    font-size: 0.9rem;
    background-color: #fff;
    margin-bottom: 0;
}

.widget-search .btn {
    position: absolute;
    left: 0rem;
    top: 50%;
    min-width: 0;
    font-weight: normal;
    font-size: 1.8rem;
    color: #666;
    padding: 0;
    width: 3rem;
    height: 3rem;
    margin-top: -1.4rem;
}

    .widget-search .btn i {
        margin: 0 !important;
    }

    .widget-search .btn:hover,
    .widget-search .btn:focus {
        color: #2E86C1;
    }

.widget-cats ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-cats li:not(:last-child) {
    margin-bottom: 1rem;
}

.widget-cats a {
    color: #333;
    display: block;
    text-align: right;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

    .widget-cats a span {
        float: left;
    }

    .widget-cats a:hover,
    .widget-cats a:focus {
        color: #2E86C1;
    }

.widget-banner-sidebar {
    position: relative;
}


.banner-sidebar-title {
    color: #777;
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -.01em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.posts-list {
    list-style: none;
    padding: .4rem 0 .2rem;
    margin: 0;
}

    .posts-list li {
        margin-bottom: 2rem;
    }

        .posts-list li::after {
            display: block;
            clear: both;
            content: '';
        }

        .posts-list li:last-child {
            margin-bottom: 0;
        }

    .posts-list figure {
        float: right;
        max-width: 80px;
        margin-left: 2rem;
        margin-bottom: 0;
    }

        .posts-list figure a {
            display: block;
        }

    .posts-list div {
        padding-top: .6rem;
        text-align: right;
    }

    .posts-list span {
        display: block;
        color: #cccccc;
        font-weight: 300;
        font-size: 0.8rem;
        line-height: 1.25;
        letter-spacing: -.01em;
        margin-bottom: .5rem;
    }

    .posts-list h4 {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.4;
        letter-spacing: 0;
        margin-bottom: 0;
    }

    .posts-list a {
        color: #333;
    }

        .posts-list a:hover,
        .posts-list a:focus {
            color: #2E86C1;
        }

.banner-sidebar {
    position: relative;
    text-align: center;
    line-height: 0;
}

    .banner-sidebar > a {
        display: inline-block;
    }

.tagcloud {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding-top: .3rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
}

    .tagcloud a {
        display: block;
        color: #777;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 1.4;
        border-radius: .3rem;
        padding: .65rem .9rem;
        background-color: #fafafa;
        border: .1rem solid #ebebeb;
        margin-right: 1rem;
        margin-bottom: 1rem;
        transition: all .3s ease;
    }

        .tagcloud a:hover,
        .tagcloud a:focus {
            color: #2E86C1;
            background-color: #fff;
        }

.widget-text p:last-child {
    margin-bottom: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 2rem;
    padding:0px;
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0 .3rem;
    line-height: 1;
    color: #706f6c;
    border-radius: .3rem;
    background-color: transparent;
    border: .1rem solid transparent;
}

    .page-link i {
        font-size: 1.5rem;
    }

    .page-link.page-link-prev {
        margin-left: 1.7rem !important;
    }

        .page-link.page-link-prev i {
            margin-right: 0;
            margin-left: 1rem;
        }

    .page-link.page-link-next {
        margin-right: 1.8rem;
    }

        .page-link.page-link-next i {
            margin-right: 1rem;
            margin-left: 0;
        }

    .page-link.page-link-prev,
    .page-link.page-link-next {
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: 70px;
    }

    .page-link:hover,
    .page-link:focus {
        box-shadow: none;
        color: #2E86C1;
        border-color: #ebebeb;
        text-decoration: none;
        background-color: transparent;
        outline: none !important;
    }


.page-item-total {
    color: #cccccc;
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 1.2rem;
}

.page-item + .page-item {
    margin-right: .4rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.page-item.active .page-link {
    color: #2E86C1;
    background-color: transparent;
    border-color: #ebebeb;
}

.page-item.disabled .page-link {
    border-color: transparent;
    color: #eaeaea;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5rem;
}


.comments {
    margin-bottom: 5rem;
}

    .comments .title {
        font-weight: 600;
        font-size: 1.8rem;
        letter-spacing: -.025em;
        margin-bottom: 4.5rem;
    }

    .comments ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .comments ul ul {
            margin-top: 4rem;
            margin-right: 8rem;
            padding-top: 4.5rem;
            border-top: .1rem solid #ebebeb;
        }

    .comments li {
        border-bottom: .1rem solid #ebebeb;
        padding-bottom: 4rem;
        margin-bottom: 5rem;
    }

        .comments li:last-child {
            border-bottom-width: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.comment {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.comment-body {
    position: relative;
    flex: 1 1 auto;
    padding-right: 3rem;
}

.comment-reply {
    display: flex;
    align-items: center;
    color: #777;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -.01em;
    padding-bottom: .4rem;
    transition: all .35s ease;
}

    .comment-reply:after {
        font-family: 'Font Awesome 5 Free';
        content: '\f112';
        font-size: 1.5rem;
        margin-left: .7rem;
    }

    .comment-reply:hover,
    .comment-reply:focus {
        color: #2E86C1;
        box-shadow: 0 1px 0 #2E86C1;
        text-decoration:none;
    }

.comment-user {
    margin-bottom: 1rem;
    text-align: right;
}

    .comment-user h4 {
        color: #333;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: -.01em;
        margin-bottom: 0;
    }

        .comment-user h4 a {
            color: inherit;
        }

            .comment-user h4 a:hover,
            .comment-user h4 a:focus {
                color: #2E86C1;
            }

        .comment-user h4 span {
            display: block;
        }

.comment-date {
    color: #ccc;
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1;
}

.reply {
    background-color: #fafafa;
    padding: 4rem 3rem 5rem;
    margin-bottom: 2rem;
}

    .reply .heading {
        margin-bottom: 2.4rem;
    }

    .reply .title {
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: -.025em;
        margin-bottom: .9rem;
    }

    .reply .title-desc {
        color: #ccc;
        font-size: 0.8rem;
        letter-spacing: -.01em;
    }

    .reply .form-control {
        background-color: #fff;
    }

    .reply textarea.form-control {
        min-height: 100px;
    }



.author-media,
.comment-media {
    flex: 0 0 50px;
    max-width: 50px;
}

    .author-media img,
    .comment-media img {
        border-radius: 50%;
    }

.author-content p:last-child,
.comment-content p:last-child {
    margin-bottom: 0;
}

.author-body {
    position: relative;
    flex: 1 1 auto;
    padding-right: 2rem;
}

.author-header {
    align-items: flex-start;
    line-height: 1;
    margin-bottom: 2rem;
}

.author-link {
    color: #777;
    letter-spacing: -.01em;
    transition: all .35s ease;
}

    .author-link:hover,
    .author-link:focus {
        color: #2E86C1;
        box-shadow: 0 1px 0 #2E86C1;
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1.5rem;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: 170px;
    border-radius: 0;
    white-space: normal;
    transition: all 0.3s;
}

.btn-outline-primary-2 {
    color: #2E86C1;
    background-color: transparent;
    background-image: none;
    border-color: #2E86C1;
    box-shadow: none;
}

.reply textarea.form-control {
    min-height: 100px;
}
.form-control {
    height: 40px;
    padding: .85rem 2rem;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: none;
}

.icon-search:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 1.5rem;
}

.title {
    margin-bottom: 15px !important;
    font-size: 24px;
    font-weight: 600;
}

.contact-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.justify-text
{
    text-align:justify;
}

.last-update-notice {
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
}



.message-container {
    width: 95%;
    margin: 0px auto;
    max-width: 800px;
    padding-top: 20px;
    box-sizing: border-box;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

