﻿<style >
#box-container {
    display: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #163326;
}

.nav-link {
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
}

.layout {
    text-align: center;
    padding: 44px 10px;
    background: #2f9064;
    border-radius: 10px;
}

.banner-panel {
    display: flex;
    justify-content: center;
}

    .banner-panel img {
        width: 725px;
        display: block;
        overflow: hidden;
        height: auto;
        min-width: 320px;
        /* background: url(https://shafaf.tehran.ir/Portals/1/newshafaf/innerpage.png) 0px -5px; */
        height: 94px;
        border-radius: 10px;
        position: relative;
        z-index: 2;
    }

.pannel {
    padding: 55px 32px;
    border-radius: 10px;
    border: 1px solid #c3c3c3;
    position: relative;
    top: -41px;
}

    .pannel .text h2 {
        font-size: 1.5em;
    }

        .pannel .text h2:after {
            content: '';
            width: 50%;
            height: 1px;
            background-color: #2f9064;
            float: left;
            position: relative;
            top: 11px;
        }

.list_year {
    margin-top: 20px;
}

    .list_year li {
        display: inline;
        margin-top: 37px;
    }

        .list_year li a {
            padding: 10px 20px;
            border: 1px solid #2f9064;
            border-radius: 10px;
            display: inline-block;
            margin-top: 10px;
        }

            .list_year li a:hover {
                background-color: white;
                border: 1px solid #ffff;
                color: #2f9064;
            }

.blog-page .blog-head .bread-crumb li:hover {
    color: #2f9064;
    cursor: pointer !important;
}

.img-width {
    max-width: 37%;
}

.d-grid {
    display: grid;
}

.box-img {
    text-align: center;
    padding: 8px;
    border: 1px dotted;
    border-radius: 12px;
    background: #fff;
    color: #2aaf73;
    transition: 0.5s;
}

    .box-img:hover {
        background: #2f9064;
        color: #fff;
    }

    .box-img img {
        margin: 18px auto;
    }

.mt-3-em {
    margin-top: 3rem;
}

.mb-3-em {
    margin-bottom: 3rem;
}

h3.text-blog:after {
    content: '';
    width: 61%;
    height: 1px;
    background-color: #2f9064;
    float: left;
    position: relative;
    top: 14px;
}

.img-bg {
    width: 900px !important;
}

@media only screen and (max-width: 768px) {
    .margin-res-2 {
        margin-bottom: 2em !important;
    }
}

</style >
