.themesflat-project.style-2 .post-read-more .post-link > a.bt-portfolio-readmore {
    border: 0;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1bc6ff;
    color: #fff;
    padding: 16px 30px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.themesflat-project.style-2 .post-read-more .post-link > a.bt-portfolio-readmore:hover,
.themesflat-project.style-2 .post-read-more .post-link > a.bt-portfolio-readmore:focus {
    outline: 0;
    background-color: #7bc6ff;
    color: #fff;
    text-decoration: none;
}

[dir="rtl"] .themesflat-project.style-2 .post-read-more .post-link > a.bt-portfolio-readmore {
    font-family: "Cairo", "Tajawal", "Arial", sans-serif !important;
}
