@import url("https://fonts.googleapis.com/css?family=Muli:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap");
@font-face {
    src: url(../fonts/IRANSansDN_FaNum-Bold.ttf);
    font-family: IRANSansDN;
}

@font-face {
    src: url(../fonts/iranyekanwebregularfanum.ttf);
    font-family: iranyekanwebregularfanum;
}

@font-face {
    src: url(../fonts/iranyekanwebboldfanum.ttf);
    font-family: iranyekanwebboldfanum;
}

@font-face {
    src: url(../fonts/iranyekanwebextraboldfanum.ttf);
    font-family: iranyekanwebextraboldfanum;
}

@font-face {
    src: url(../fonts/iranyekanwebregularfanum.woff);
    font-family: iranyekanwebregularfanum;
}

html {
    scroll-padding-top: 59px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

.row>* {
    position: relative;
}

body {
    font-family: "Muli", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #2f3c4e;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Muli", sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::selection {
    background: #6c757d;
    color: #fff;
}

a {
    text-decoration: none !important;
}

p {
    letter-spacing: 0.3px;
    line-height: 1.8;
}

.section {
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(47, 60, 78, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-over-image {
    background-color: rgba(47, 60, 78, 0.5) !important;
    background-image: url("../images/overlay.png");
    background-repeat: repeat;
}

.bg-gradient-overlay {
    background: linear-gradient(135deg, #0062ff, #f89d36);
    opacity: 0.95;
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px;
}

.title-heading .para-desc {
    font-size: 18px;
}

.mt-100 {
    margin-top: 100px;
}

.section-title {
    position: relative;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 26px !important;
}

.para-desc {
    max-width: 600px;
}

@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .section-two.section-spacing {
        padding-bottom: 120px;
    }
    .margin-top-150 {
        margin-top: 150px;
    }
    .margin-top-150 .heading {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 60px 0;
    }
    .title-heading .heading {
        font-size: 30px !important;
    }
}

@media (max-width: 375px) {
    .section-title .title:after {
        bottom: -30%;
    }
}

.features {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    border: 0px;
}

.feature-item1 {
    background: url(../img/back1.png) no-repeat center center;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}

.feature-item2 {
    background: url(../img/back2.png) no-repeat center center;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}

.feature-item3 {
    background: url(../img/back3.png) no-repeat center center;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}

.features.features-two {}

.features .title {
    letter-spacing: 1px;
}

.feature-margin {
    margin-top: 100px;
}

.features-box .title-icon {
    font-size: 25px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #f8f9fa;
}

.features-box .title {
    font-size: 18px;
}

.features-box ul li {
    position: relative;
    padding: 10px 0;
}

.service-container {
    transition: all 0.5s ease;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

.service-wrapper {
    transition: all 0.5s ease;
}

.service-wrapper .icon {
    width: 60px;
    height: 60px;
    line-height: 45px;
    transition: all 0.5s ease;
}

.service-wrapper .content .title {
    transition: all 0.5s ease;
    font-weight: 500;
}

.service-wrapper .big-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    transition: all 0.5s ease;
}


/*
.service-wrapper:hover {
    box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
    background: #fff;
    transform: translateY(-8px);
    border-color: transparent !important;
}
*/

@media screen and (max-width: 767px) {
    .features.features-two {
        margin: 0 0 50px;
    }
    .features.feature-charity {
        margin: 0 0 30px;
    }
    .feature-margin {
        margin-top: 60px;
    }
}

.startarea {}

.vh-80 {
    min-height: 80vh;
}

.feature-imgarea {
    margin-top: 20vh;
    text-align: center;
}

.feature-img {
    width: 230px;
    height: 200px;
}

.feature-headname {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-top: 40px;
    font-family: "IRANSansDN";
}

.feature-headdesc {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-family: "iranyekanwebboldfanum";
    direction: rtl;
}

.features .btn {
    margin-top: 50px;
    line-height: 2.2;
}

.btn img {
    margin-top: -4px;
}

.btn-primary {
    background-color: #2a87c8 !important;
    border: 3px solid #7f9cd3 !important;
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
    font-family: "iranyekanwebboldfanum";
    font-size: 15px;
    min-width: 196px;
    line-height: 2.2;
}

.btn-warning {
    background-color: #feb136 !important;
    border: 3px solid #eecc97 !important;
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
    font-family: "iranyekanwebboldfanum";
    font-size: 15px;
    min-width: 196px;
    line-height: 2.2;
}

.btn-danger {
    background-color: #c82a35 !important;
    border: 3px solid #f77 !important;
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
    font-family: "iranyekanwebboldfanum";
    font-size: 15px;
    min-width: 196px;
    line-height: 2.2;
}

.logoarea {
    text-align: center;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.logoarea img {
    box-shadow: 0 0 20px rgba(119, 119, 119, 0.4) !important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.bottom-arrow {
    display: block;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 50px;
}

.details-item-logo img {
    max-width: 100%;
}

.details-item-desc {
    direction: rtl;
    font-family: "iranyekanwebregularfanum";
    padding-top: 10%;
}

.details-item-desc .btn {
    float: left;
    direction: ltr;
}

.details-item-unname {
    font-family: "iranyekanwebregularfanum";
    font-size: 15px;
    margin-bottom: 18px;
    text-decoration: underline;
}

.details-item-bold {
    font-family: "iranyekanwebextraboldfanum";
    font-size: 22px;
    margin-bottom: 10px;
}

.about-area {
    min-height: 560px;
    background: url(../img/about.png) no-repeat center center;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 88% 100%;
    position: absolute;
    width: 100%;
    margin-top: -200px;
    z-index: 10;
}

.detailsarea {
    z-index: 58;
}

.abouttext {
    z-index: 60;
    text-align: center;
    margin-top: -105px;
}

.abouttext-head {
    font-family: "iranyekanwebextraboldfanum";
    font-size: 22px;
    margin-bottom: 10px;
}

.abouttext-desc {
    font-family: "iranyekanwebregularfanum";
    font-size: 14px;
    margin-bottom: 10px;
}

.aboutsection {
    margin-top: 40px;
}

.ershadlogo {
    z-index: 100;
}

.enamadlogo {
    z-index: 101;
    text-align: right;
}

.dblock1 {}

.footerarea {
    background-color: #f1edef;
    min-height: 135px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: 100px;
    padding-top: 18px;
    z-index: 120;
}

.footercenter {
    text-align: center;
}

.footercenter .btn {
    margin-right: 15px;
}

.footerwhite {
    min-height: 40px;
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
}

.copyright {
    text-align: right;
    font-family: "iranyekanwebregularfanum";
    font-size: 15px;
    padding-top: 10px;
    direction: rtl;
    display: inline-block;
    float: right;
}

.copyright .date {
    float: right;
    margin-left: 5px;
}

.logos {
    display: inline;
    position: relative;
    float: left;
    padding-top: 8px;
}

.logos img {
    width: 25px;
}

.logos a {
    margin-right: 5px;
    box-shadow: 0 0 20px rgba(119, 119, 119, 0.4) !important;
    border-radius: 34px;
}

.redcolor {
    color: red;
}

.ershadlogo img, .enamadlogo img{
    max-width: 100%;
} 

@media (max-width: 900px) {
    .feature-img {
        width: 100%;
        height: 140px;
    }
    .vh-80 {
        min-height: 45vh;
    }
    .feature-imgarea {
        margin-top: 8vh;
    }
    .aboutsection {
        margin-top: 150px;
    }
}

@media (max-width: 767px) {
    .itemarea1{
        height: 33%;
    }
    .feature-img {
        width: 95px;
        height: 83px;
    }
    .headnames {
        padding-top: 80px;
    }
    .feature-imgarea, .headnames {
        margin-top: 0px;
        padding-top:0px;
    }
    .vh-80 {
        height: 18vh;
        min-height: 18vh;
    }
    .feature-imgarea {
    }
    .aboutsection {
        margin-top: 150px;
    }
    .features .btn {
        margin-bottom: -50px;
        width: 100%;
    }
    .details-item-desc {
        text-align: center;
    }
    .details-item-desc .btn {
        float: left;
        width: 100%;
    }
    .logos {
        width: 100%;
        text-align: center;
    }
    .logos img {
        width: 35px;
    }
    .footercenter .btn {
        margin-top: 10px;
    }
    .ershadlogo {
        width: 50%;
        float: left;
    }
    .enamadlogo {
        width: 50%;
        float: right;
    }
    .about-area {
        background-size: 117% 84%;
        position: absolute;
        width: 100%;
        margin-top: -133px;
        z-index: 10;
        left: 0px;
    }
    .features-two .row {
        direction: rtl;
    }
    .features .btn {
        margin-top: 37px;
    }

    .feature-headname{
        margin-top: 13px;
        font-size: 20px;
    }

    .features.features-two {
        margin: 0 0 38px;
    }
    .features .btn {
        margin-top: 2%;
    }
    
}

@media (max-width: 400px) {
    .feature-headname{
        margin-top: 18px;
        font-size: 17px;
    }    
    .features .btn {
        margin-top: 2%;
    }
    .features.features-two {
        margin: 0 0 66px;
    }
    .order1{
        order: 2;
    }
    .order2{
        order: 3;
    }  
    .order3{
        order: 1;
    }     
  
}
@media (max-width: 980px) {
    .order1{
        order: 2;
    }
    .order2{
        order: 3;
    }  
    .order3{
        order: 1;
    }    
}

@media (max-width: 450px) {
    .about-area {
        background-size: 120% 54%;
        margin-top: -100px;
    }
}
@media (max-width: 375px) {
    .about-area {
        background-size: 111% 37%;
        margin-top: -100px;        
    }
}