/*abdollahi*/

.section-title-3 {
    display: flex;
    justify-content: space-between;
    background: #dcdcdc url("../images/shape-1.png") left/contain no-repeat;
}

.section-title-3 .title {
    margin-bottom: 0;
    font-size: 1em;
    color: #fff;
    background-color: #3781cb;
    position: relative;
    padding: 0 8px;
    line-height: 28px;
}

.section-title-3 .title:after {
     content: "";
     position: absolute;
     top: 0;
     left: -28px;
     height: 0;
     width: 0;
     border-right: 14px solid #3781cb;
     border-bottom: 14px solid #3781cb;
     border-top: 14px solid transparent;
     border-left: 14px solid transparent;
}

.section-title-3 .archive-link {
    flex: 0 0 150px;
    background: url("../images/shape-1.png") right/contain no-repeat;
}

.section-title-3 .archive-link a {
    display: inline-block;
    color: #fff;
    background-color: #3781cb;
    padding: 3px 5px;
    transition: .5s;
}

.section-title-3 .archive-link a:hover {
    background-color: #001439;
}


