@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

body {
    font: 12px/18px "IRANSans", "Lucida Sans Unicode", arial, Helvetica, Verdana, sans-serif;
    background: #f3f6f8;
    direction: rtl;
}

a,
a:hover {
    color: #0088cc;
    text-decoration: none;

}

a:focus {
    text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.head-logo {
    width: 100%;
    padding: 15px 20px 10px;
    text-align: center;
    color: #fff;
    background: #3bc194;
    background: -moz-linear-gradient(45deg, #3bc194 0%, #369b89 63%, #2d4b73 100%);
    background: -webkit-linear-gradient(45deg, #3bc194 0%, #369b89 63%, #2d4b73 100%);
    background: linear-gradient(45deg, #3bc194 0%, #369b89 63%, #2d4b73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bc194', endColorstr='#2d4b73', GradientType=1);
}

.head-logo a i {
    display: inline-block;
    margin: auto;
    width: 100px;
    background: url(../img/b_text.svg) center no-repeat;
    background-size: contain;
    height: 22px;
}

.head-download {
    position: relative;
    width: 100%;
    text-align: right;
    color: #2f3776;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 2px 5px #ccc;

}

.head-download a {
    display: inline-block;
    color: #2f3776;
    font-size: 14px;
    padding: 13px 15px 15px;
    vertical-align: bottom;
    width: 100%;
}

.head-download a span:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    padding: 5px 12px;
    background: url(../img/b-logo.svg) center right no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.head-download i.icon_arrow {
    display: inline-block;
    width: 8px;
    height: 20px;
    background: url(../img/arrow.png) center no-repeat;
    background-size: contain;
    vertical-align: top;
    position: absolute;
    left: 15px;
    top: 13px;
}

.avatar {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
}

.avatar img {
    display: inline-block;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
}

.profile-title {
    direction: rtl;
    margin-top: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #2f3776;
    cursor: default;
}

.profile-id, .profile-id a {
    direction: ltr;
    margin-top: 15px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #7e83ae;
}

.profile-desc {
    direction: rtl;
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #2e3464;
    line-height: 1.7em;
    cursor: default;
}

.btn-block {
    text-align: center;
    margin-top: 20px;
}

.btn-block-m {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.send-message-btn {
    color: #fff;
    background: #49dbae;
    border: 2px solid #49dbae;
    box-shadow: 0 0 15px -3px rgba(73, 219, 175, .8);
    padding: 10px 50px 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
    min-width: 200px;
}

.send-message-btn:hover, .send-message-btn:focus {
    color: #fff;
    background-color: #30cb9b;
    border: 2px solid #30cb9b;
}

.send-message-web-btn {
    color: #49dbae;
    background: #f3f6f8;
    border: 2px solid #49dbae;
    box-shadow: 0 0 15px -3px rgba(73, 219, 175, .8);
    padding: 10px 50px 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
    min-width: 200px;
}

.send-message-web-btn:hover, .send-message-web-btn:focus {
    color: #30cb9b;
    background-color: #f3f6f8;
    border: 2px solid #30cb9b;
}

