@import url(fontiran.css);

html {
    font-family: IRANSans, sans-serif;
    scroll-behavior: smooth;
}

html {
    font-family: IRANSans, sans-serif;
}

.rtl {
    direction: rtl;
}

.section-title {
    font-size: 26px;
    color: #343a3a;
}

.desc {
    color: #4f5555;
    font-size: 16px;
    font-weight: 300;
}

.home_banner_area {
    background-image: -moz-linear-gradient(0deg, #0999a8 0%, #26c6da 100%);
    background-image: -webkit-linear-gradient(0deg, #0999a8 0%, #26c6da 100%);
    background-image: -ms-linear-gradient(0deg, #0999a8 0%, #26c6da 100%);
}

.header_area.navbar_fixed .main_menu {
    background: #0999a8;
}

.home_banner_area .banner_inner .home_left_img {
    padding-top: 130px;
    padding-bottom: 130px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 50px;
    border-bottom: 0px;
}

.footer_area {
    background: #2e4149;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #c7d3d6;
}

.p_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.main_title h2 {
    font-size: 32px;
    color: #343a3a;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.work_item i {
    border: 0 solid #eeeeee;
    color: #1e4b50;
    margin-bottom: 20px;
}

.work_item:hover i {
    background-image: -moz-linear-gradient(0deg, #0999a8 0%, #26c6da 100%);
    background-image: -webkit-linear-gradient(0deg, #0999a8 0%, #26c6da 100%);
    background-image: -ms-linear-gradient(0deg, #0999a8 0%, #26c6da 100%);
}

.work_item h4 {
    color: #0999a8;
}

.work_item:hover h4 {
    color: #26c6da;
}
