﻿@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir.woff') format('woff'), url('fonts/Vazir.woff2') format('woff2'), url('fonts/Vazir.eot') format('embedded-opentype'), url('fonts/Vazir.svg') format('svg'), url('fonts/Vazir.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir-B';
    src: url('fonts/Vazir-Bold.woff') format('woff'), url('fonts/Vazir-Bold.woff2') format('woff2'), url('fonts/Vazir-Bold.eot') format('embedded-opentype'), url('fonts/Vazir-Bold.svg') format('svg'), url('fonts/Vazir-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Vazir-Thin';
    src: url('fonts/Vazir-Thin.woff') format('woff'), url('fonts/Vazir-Thin.woff2') format('woff2')url('fonts/Vazir-Thin.eot') format('embedded-opentype'), url('fonts/Vazir-Thin.svg') format('svg'), url('fonts/Vazir-Thin.ttf') format('truetype');
    font-display: swap;
}

body {
    background-color: #f0fcf8 !important;
    font-family: Vazir;
    font-size: 100% !important;
    line-height: 30px;
    color: #333;
    text-align: justify;
    direction: rtl;
    overflow-x: hidden;
}

.bg-menu-fix {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    font-family: Vazir-Thin
}

header nav a {
    font-family: Vazir;
    color: #0e3829;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 16px;
    transition: .4s;
    text-decoration: none;
}

/*about*/
.content-about {
    color: #0e3829b3;
    font-size: 15px;
    font-family: Vazir;
    text-align: justify;
    position: relative;
    padding: 40px 80px 10px 20px;
    line-height: 22px
}

    .content-about h2 {
        color: #0e3829;
        font-family: Vazir-B;
        text-align: right;
        font-size: 42px;
        position: relative;
        margin-bottom: 30px;
        width: 500px
    }

    .content-about h2 {
        display: flex
    }

        .content-about h2 span {
            padding-right: 10px;
            color: #013e28
        }

    .content-about h3 {
        margin-top: 13px;
        color: #013e28;
        font-family: Vazir;
        text-align: right;
        font-size: 15px;
        margin-bottom: 15px;
        position: relative;
        background: #e2f4ee;
        border-radius: 33px;
        padding: 0 16px;
        height: 32px;
        display: inline-flex;
        align-items: center;
    }


.bg-container1 {
    max-width: 1300px
}

.row-1 {
    display: flex;
    flex-wrap: wrap;
}

.bg-list-contact {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0;
}
/*btn*/
.theme-btn {
    font-size: 15px;
    color: #fff;
    padding: 10px 25px;
    font-family: Vazir;
    border-radius: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border: none;
    background: #027065;
    box-shadow: 0 3px 24px #0000001a;
    border: 2px solid transparent;
}


    .theme-btn:hover {
        color: #027065;
        border: 2px solid #027065;
        background: transparent
    }

.bg-about {
    padding-bottom: 80px;
    padding-top: 60px;
}

.btn-main2 {
    margin-left: 10px;
    background-color: transparent;
    border: 2px solid #027065;
    color: #027065;
    width: 180px;
    font-family: vazir;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    height: 46px;
    transition: all 0.3s ease-in-out
}

    .btn-main:hover, .btn-main2:hover {
        cursor: pointer;
        background-color: #013e28;
        border: 2px solid #013e28;
        color: #0e3829
    }

.btn-main {
    transition: all 0.3s ease-in-out;
    justify-content: center;
    width: 180px;
    border: 2px solid transparent;
    background-color: #027065;
    color: rgb(255, 255, 255);
    font-family: vazir;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    height: 46px;
}

.bg-container-top {
    max-width: 1450px;
}

.list-about {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    padding-right: 0 !important;
}

    .list-about li {
        width: calc(50% - 10px);
        display: flex;
        align-items: center;
        gap: 5px;
        color: rgb(14, 56, 41);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

        .list-about li i {
            font-size: 18px;
            color: #35cc95;
        }

.bi-check:before {
    content: "\f00c";
}

.content-about p {
    margin-bottom: 35px;
}

.column1 h1 {
    color: rgb(0, 0, 0);
    font-family: Vazir-B;
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.column1 p {
    color: #35cc95;
    font-family: 'Vazir';
}
}

.bg-services {
    background: #013e28;
    border-radius: 30px;
    padding-top: 100px;
    padding-bottom: 70px;
}

.padd-counter {
    padding-bottom: 70px;
}

.box-services {
    position: relative;
    z-index: 1;
    width: 216px;
    height: 216px;
    border: 1px dashed #013e28;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.bg-flex h4 {
    color: rgb(14, 56, 41);
    font-family: Vazir-B;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
}

.bg-flex p {
    color: #0e3829b3;
    font-family: "vazir";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 0;
    width: 300px;
}

.title-services {
    text-align: center;
    padding-bottom: 50px;
}

    .title-services h2 {
        color: #0e3829;
        text-align: center
    }

.title-main h2 {
    font-family: Vazir-B;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -2.6px;
}

.title-services h3 {
    color: #0e3829;
    font-family: Vazir-Thin;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -2.6px;
    text-align: center
}

.bg-flex {
    text-align: center
}

.box-services span {
    color: #fff;
    font-family: 'Sora-Bold';
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #35cc95;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 21px;
    z-index: auto;
}

    .box-services span::before {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        background: #fff;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
    }

.bg-container-green {
    max-width: 1450px;
}

.n-1::after, .n-2:after {
    position: absolute;
    top: 50%;
    left: -195px;
    transform: translateY(-50%);
    content: "";
    background-image: url(img2/line1.png);
    background-position: right;
    width: 158px;
    height: 14px;
}

.bg-green {
    background-color: #35cc95;
    border-radius: 30px;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    color: #fff;
    font-family: Vazir;
}

.list-green {
    gap: 12px;
    text-align: justify;
    margin-bottom: 40px;
    padding-right: 0 !important;
}

    .list-green li {
        width: calc(70% - 10px);
        /*    display: flex;
    align-items: center;*/
        gap: 5px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

.list-green {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
}

.title-green h2 {
    color: #fff;
    text-align: right;
    margin: 0;
    padding-bottom: 30px;
}

.title-green h3 {
    padding-bottom: 10px;
    color: #0e3829;
    margin: 0;
    font-family: Vazir-Thin;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -2.6px;
    text-align: right;
}

.box-c-green {
    display: flex;
    align-items: end;
}

.list-green h2 {
    width: 100%;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 12px;
    font-size: 25px;
    font-family: Vazir-B;
    text-align: right;
}

.list-green p {
    font-family: 'Vazir-Thin';
    line-height: 22px;
    font-size: 16px;
}

.box-icon {
    display: flex;
    flex-direction: column;
}

footer {
    padding: 40px 15px 100px 15px;
    background-color: #0E3829;
    color: #ffffffb3;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    font-family: Vazir
}

.p-razi {
    padding-left: 100px;
}

footer h4 {
    color: #fff;
    font-family: Vazir-B;
    font-size: 18px;
    padding-bottom: 10px;
}

footer .row-1 {
    align-items: center;
    justify-content: center;
}

footer ul {
    padding-right: 15px;
}

.address {
    padding-right: 40px
}

.listLinks ul {
    line-height: 27px;
    gap: 45px;
    list-style-type: disc;
    color: #fff;
    padding: 0;
    font-family: 'Vazir-B';
    display: flex;
    letter-spacing: 0.15rem;
    align-items: center;
}

.main-menu {
    align-items: center;
    display: flex;
    width: 100%;
}

.listLinks, .listLinks li {
    transition: all 0.3s ease-in-out;
    display: flex;
    line-height: 22px;
    justify-content: center;
    align-items: center;
}

    .listLinks ul li img {
        width: 22%;
        padding-left: 15px;
    }

.footer-top {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.padd-footer {
    padding-top: 40px
}

.listLinks span {
    width: 44px;
    margin-left: 8px;
    height: 44px;
    background: #35cc954d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #35cc95;
    font-size: 18px;
}

.padd-service {
    padding-bottom: 130px;
    padding-top: 110px;
}

.bg-slider01 img {
    border-radius: 24px;
}

.bg-container-footer {
    max-width: 1000px !important
}

.back-top span {
    height: 55px;
    width: 55px;
    display: block;
    border-radius: 50px;
    border: 2px solid #fff;
    margin-bottom: 7px;
    background: #35CC95 url(img2/top-arrow.png) no-repeat center center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}
.back-top a {
    display: block;
    text-align: center;
    font: 9px / 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #bbb;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.back-top {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 5;
}

    .back-top a:hover span {
        background-color: #0e3829;
    }

.btn-all {
    display: flex
}
/*media1140*/
@media only screen and (max-width:1140px) and (min-width:931px) {
    header nav a {
        font-size: 14px !important;
    }

    .btn-all {
        display: block
    }
}

@media only screen and (max-width:930px) and (min-width:751px) {

    .bg-container-top {
        padding: 0px !important
    }

    .slider .title {
        font-size: 40px !important;
    }

    .title-main h2, .content-about h2 {
        font-size: 32px;
    }

    .column1 h1 {
        font-size: 50px;
    }

    .content-about h2 {
        width: 300px;
    }

    .align-center {
        justify-content: center;
    }

    .btn-main2, .btn-main {
        height: 40px !important
    }

    .bg-menu-fix {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .btn-all {
        display: block
    }

    .bg-container-top {
        display: block !important
    }
}


/*media600*/
@media only screen and (max-width:750px) {
    .bg-container-top {
        display: block !important
    }
    .back-top span {
        height: 35px;
        width: 35px;
    }



    .navbar-nav {
        line-height: 35px !important
    }

    .navbar-toggler {
        border: 2px solid #e9cebe !important;
        box-shadow: 0 0px 20px antiquewhite !important;
        color: antiquewhite !important
    }

    .navbar-brand {
        padding-right: 0px !important;
        margin-right: 0px !important
    }

    .bg-container-top {
        padding: 0px !important
    }

    .slider .title {
        font-size: 35px !important;
    }

    .padd-service {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .list-green li {
        width: unset;
    }

    .bg-green {
        padding: 40px !important
    }

    .item-process {
        margin-bottom: 25px
    }

    .row-1, .box-c-green, .listLinks ul, .listLinks, .listLinks li, .list-green {
        display: block;
    }

    .back-top {
        right: 0;
    }

    .address {
        padding-right: 0;
    }

    .listLinks li {
        margin-bottom: 20px
    }

    .n-1::after, .n-2:after {
        display: none
    }

    .title-main h2, .content-about h2 {
        font-size: 32px;
    }

    .column1 h1 {
        font-size: 50px;
    }

    .content-about h2 {
        width: 300px;
    }

    .hidden-x {
        display: none
    }

    .btn-all {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .list-about li{line-height:20px !important}
    .align-center {
        justify-content: center !important;
    }
    .content-about {
        padding: 20px 30px 10px 20px !important;
    }
}
@media only screen and (max-width:575px) {
    .navbar-brand img{margin-bottom:5px}

    .btn-all {
        position: absolute;
        left: 0;
        top: -50px;
        z-index: 5
    }
    .main-menu {
        position: relative;
        display: block !important
    }
}

@media only screen and (max-width:751px) and (min-width:576px) {
    header nav a {
        font-size: 14px !important;
        padding: 5px 8px !important
    }
}
header nav a{transition:all 0.3s ease-in-out}
    header nav a:hover {
        color: #039e66
    }


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}