@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff/YekanBakhFaNum-thin.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-thin.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff/YekanBakhFaNum-Black.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
}
body{
    font-family: Yekan Bakh FaNum;
}
header {
    background: #3B5BFF;
}
header ul.navbar-nav li a,header ul.navbar-nav .nav-link.active{
    color: #fff;
}
header a.call-to-daryan{
    color: #fff;
    text-decoration: none;
    background: #607aff;
    padding: 10px;
    border-radius: 5px;
    width: 151px;
    justify-content: center;
    font-size: 12px;
}
header a.call-to-daryan i {
    background: #fff;
    color: #fc9a66;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

h1.section-slug,h2.section-slug{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    justify-content: right;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
h1.section-slug::after,h2.section-slug::after{
    content: "";
    display: inline-block;
    background: url("../images/slug.svg") no-repeat center center;
    width: 33px;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: 5px;
    vertical-align: middle;
    transform: translateY(-7px);
}
h1.section-slug::before,h2.section-slug::before{
    content: "";
    flex-grow: 1;
    border-bottom: 1px dashed #D9D9D9;
    margin-right: 10px;

}
footer {
    height: 720px;
    background: url("../images/footer.svg") no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 32px;
    background-size: cover;
}
footer span.title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
    display: block;
}
footer p.about-us{
    color: #fff;
    text-align: justify;
    line-height: 32px;
    direction: rtl;
    padding: 16px;
    border-radius: 10px;
    background: #334CC7;
}
footer ul.footer-list{
    padding: 16px;
    color: #fff;
    line-height: 32px;
    list-style: none;
    background: #334CC7;
    border-radius: 10px;
}
footer iframe{
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
footer ul.contact-us {
    padding-right: 0;
    color: #fff;
    line-height: 32px;
    list-style: none;
}
footer ul.contact-us li{
    background: #334CC7;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 16px;
}
footer ul.contact-us li i{
    font-size: 20px;
    margin-left: 8px;
}