/*برای فوتر*/

footer .top-footer{
    width: 100%;
    background-color: #26292c;
    padding: 40px 0 20px
}
.top-footer .list{
    margin-bottom: 20px;
}
.top-footer .list ul{
    text-align: right;
    color: #e6f6f2;
    font-size: 110%;
}
.top-footer .list ul a{
    color: #e6f6f2;
    font-size: 110%;
}
.top-footer .list ul a:hover{
    color: #2ca8df;
    transition: 1s;
}
.top-footer .list header{
    margin-bottom: 20px;
    position: relative;
}
.top-footer .list header:before{
    width: 100%;
    content: '';
    position: absolute;
    height: 12px;
    right: 0;
    top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #404E51;
    z-index: 10
}
.top-footer .list header h4{
    color: #25d475;
    font-size: 130%;
    line-height: 20px;
    display: inline-block;
    background-color: #26292c;
    z-index: 10;
    position: relative;
    padding-left: 20px
}
.top-footer .list ul li a{
    display: block;
    line-height: 25px;
    padding: 2px 15px 2px 0;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.top-footer .list ul li a:before{
    position: absolute;
    color: #37d43b;
    font-size: 6px;
    font-family: 'FontAwesome';
    content: '\f111';
    right: 0;
    top: 3px
}
.bottom-footer{
    background-color: #1e2023;
    padding: 15px 0
}
.bottom-footer p{
    color: #effffb;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding: 0;
    margin: 0
}
.bottom-footer p a{
    color: #B2BFC5;
}
.bottom-footer p a:hover{
    color: #09E3B1
}
/*پایان برای فوتر*/

/*برای بلاگ*/
.blog-title a{
    font-size: 120%;
    color: green;
}
.newsletter{
    background:#16a9ef;
    padding:4em 0 6em;
}
.image-box img {
    width: 100%;
    height: 250px;
}
.bor-bot {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.bor-top {
    padding-top: 15px;
}
.abt-icon {
    padding-top: 14px;
}
/* effect-3 css */
.text-desc{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}

/* effect-1 css */
.port-1{
    border-radius: 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.port-1 .text-desc{
    opacity: 0.9;
    top: -100%;
    transition: 0.5s;
    color: #000;
    padding: 45px 20px 20px;
    border-radius: 20px;
}
.port-1 img{
    transition: 0.5s;
}
.port-1:hover img{
    transform: scale(1.2);
}
.port-1.effect-1:hover .text-desc{
    top: 0;
}
.port-1.effect-2 .text-desc{
    top: auto;
    bottom: -100%;
}
.port-1.effect-2:hover .text-desc{
    bottom: 0;
}
.port-1.effect-3 .text-desc{
    top: 50%;
    right: 50%;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.port-1.effect-3:hover .text-desc{
    width: 89%;
    top: 8%;
    right: 6%;
    height: 84%;
    padding: 9px 20px 20px;
}
.writer{
    text-align: right;
}
.messagers{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/*/////////////////////////*/
.inline{
    white-space: nowrap;
}
.normal{
    font-size: 100% !important;
}
#portfolio{
    direction: rtl!important;
}
.gallery-grid{
    direction: rtl!important;
}
.center-line{
    margin: auto;
}
.main-banner-small{
    background: #005cbf;
}
.message-box h2{
    font-size: 200%;
}
.text-center h2{
    font-size: 250% !important;
}
.blog-text{
    direction: rtl;
    text-align: justify;
    color: black;
}
/*برای مهارت های من*/
.circle-progress-wrapper{
    text-align: center!important;
}
.progress {
    height: 8px;
    margin-bottom: 36px;
    background-color: #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.progress-bar {
    line-height: 8px;
    background-color: #7c4dff;
    box-shadow: none;
    position: relative;
}
.progress-bar span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    font-weight: 400;
    position: absolute;
    top: -16px;
    left: -20px;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.progress-bar-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 12px;
    color: #232323;
}
.circle-progress-wrapper {
    margin-bottom: 24px;
}
.circle-progress {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: relative;
    /*float: right;*/
}
.circle-progress input {
    font-size: 20px !important;
    display: inline-block !important;
    width: 78px !important;
    height: 78px !important;
    line-height: 78px !important;
    border-radius: 100% !important;
    background: #fff !important;
    margin-top: 61px !important;
    margin-right: 61px !important;
    box-shadow: 0 3px 6px rgba(0,0,0,.3) !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    top: 0;
    right: 0;
}
.circle-progress-label-wrapper {
    height: 75px;
}
.circle-progress-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #232323;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media all and (max-width: 768px) {
    .circle-progress {
        float: none;
    }
    .circle-progress-label-wrapper {
        margin-right: 0;
        height: auto;
        margin-top: 12px;
    }
    .circle-progress-label {
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/*پایان برای مهارت های من*/
.page404{
    width: 80%;
    margin: auto;
}
.page404 img{
    width: 75%;
    margin: auto;
}

