@font-face {
    font-family: 'vazir';
    src: url("../fonts/Shabnam-Medium.ttf");
    src: url("../fonts/Shabnam-Medium.woff");
    src: url("../fonts/Shabnam-Medium.woff2");

}

* {
    /*font-family: vazir;*/
}
a:hover{
    text-decoration: none;
}
html {
    direction: rtl;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    /*width: 15px;*/
}

body::-webkit-scrollbar-thumb {
    /*background: #49B26B;
    border-radius: 5px*/
}

body::-webkit-scrollbar-track {
    /*background-color: #dadada;
    border-radius: 5px*/
}
.text-gray{
    color: #706e6f!important;
}
.text-gray-light{
    color: #b2afb1 !important;
}
.text-title{
    font-size: 20px;
}
.text-md{
    font-size: 13px;
}
.text-color-header{
    color: #483f30;
}
.line-height{
    line-height: 2;
}
.margin-top{
    margin-top: 80px;
}
.bg-header-one {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../../assets/img/Untitled-4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    height: 100%;

}
.bg-header-one-cover {
    position: absolute;
    opacity:.7;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../../assets/img/Untitled-4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
    height: 100%;

}
.bg-header-two {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    width: 100%;
    background-image: url("../../assets/img/bg-header-two.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    height:60%;
}

.lamp {
    position: absolute;
    right: 20px;
    bottom: -30px;
    z-index: -1;
}

.lamp img {
    width: 100px;
}

.bg-header-tree {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../../assets/img/Untitled-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    height: 100%;


}
.chair-header {
    position: absolute;
    left: 50px;
    bottom: 20px;
    z-index: 5;
}

.chair-header img {
    width:100px;
}

.position-relative-header section {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 15;
    top: 8%;
}

.flag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
}

.position-absolute-service {
   position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

.position-absolute-main {
    position: absolute;
    left: 0;
    right: 0;
    top:50px;
}

.btn-green {
    background: linear-gradient(90deg, rgba(171, 204, 91, 1) 38%, rgba(0, 150, 64, 1) 100%);
    color: white;
    border-radius: 50px;
    padding: 7px 25px;
    transition: all .3s;
}
.btn-green:hover{
    color: white;
}
.btn-green span {
    transition: all .3s;
}

.btn-green:hover span {
    transform: translateX(10px);
    color: white;
}
.object-fit{
    object-fit: cover;
    width: 100%;
    height: auto;
}

.bg-footer-tree {
    width: 100%;
    background-image: url("../../assets/img/About-Uswww.png");
    background-size: 100% 100%;
    z-index: 2;
    height: 350px;
}
.bg-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(171, 204, 91, 1) 38%, rgb(68,177,108) 100%);
    z-index: 1;
    height: 350px;
}
.position-absolute-text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 3;
}
.custom-input{
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 14px;
}
.custom-textarea{
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 12px 15px;
    border-radius: 15px;
    font-size: 14px;
    resize: none;
}
.custom-textarea::placeholder{
    font-size: 14px;
    color: #acacac;
}
.custom-input::placeholder{
    font-size: 14px;
    color: #acacac;
}
.mt-form{
    margin-top: 110px;
}
li{
    list-style-type: none;
}
.over{
    overflow-x: hidden;
}
.min-height-img{
    min-height: 700px;
}
.min-height-main{
    min-height: 500px;
}
.icon{
    width: 55px;
}
.height-footer{
    min-height: 550px;
}
.position-relative-header{
    position: relative;
    width: 100%;
    min-height: 65vh;

}
.bg-service{
    background-image: url("../../assets/img/7.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 30px 0;

}
.bg-main{
    background-image: url("../../assets/img/bg-main.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 30px 0;
}
@media screen and (min-width: 540px){
    .position-relative-header section {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 15;
        top: 25%;
    }
    .chair-header img {
        width:160px;
    }
    .chair-header {
        position: absolute;
        left: 80px;
        bottom: 20px;
        z-index: 5;
    }
    .lamp {
        position: absolute;
        right: 40px;
        bottom: -60px;
        z-index: -1;
    }

    .lamp img {
        width: 150px;
    }
}


@media screen and (min-width: 576px){
    .text-title{
        font-size: 28px;
    }
    .text-md{
        font-size: 15px;
    }
    .position-relative-header section {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 15;
        top: 20%;
    }
    .chair-header img {
        width:200px;
    }
    .chair-header {
        position: absolute;
        left: 80px;
        bottom: 20px;
        z-index: 5;
    }
    .lamp {
        position: absolute;
        right: 40px;
        bottom: -60px;
        z-index: -1;
    }

    .lamp img {
        width: 150px;
    }
    .position-relative-header {
        position: relative;
        width: 100%;
        min-height:70vh;

    }
    .position-absolute-service {
        position: absolute;
        left: 0;
        right: 0;
        top: 100px;
    }
    .position-absolute-main {
        position: absolute;
        left: 0;
        right: 0;
        top:200px;
    }
    .margin-top{
        margin-top: 180px;
    }
    .icon{
        width: 85px;
    }
    .bg-header-two {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        width: 100%;
        background-image: url("../../assets/img/bg-header-two.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        height:80%;
    }
    .min-height-main{
        min-height: 700px;
    }
}
@media screen and (min-width: 992px) {
    .bg-service{
        background-image: url("../../assets/img/7.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        padding: 100px 0;

    }
    .bg-main{
        background-image: url("../../assets/img/bg-main.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        padding: 150px 0;
    }
    .bg-footer {
        width: 100%;
        background-image: url("../../assets/img/About-Uswww.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 1;
        height: 600px;
    }
    .bg-footer-tree {
        background-image: url("../../assets/img/About-Uswww.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        height: 600px;
    }
    .chair-header img {
        width:320px;
    }
    .chair-header {
        position: absolute;
        left: 180px!important;
        bottom: 20px;
        z-index: 5;
    }

    .lamp img {
        width: 250px;
    }
    .position-relative-header {
        position: relative;
        width: 100%;
        min-height: 60vh;

    }

}
@media screen and (min-width: 768px){
    .bg-footer {
        background-image: url("../../assets/img/About-Uswww.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 1;
        height: 500px;
    }
    .bg-footer-tree {
        width: 100%;
        background-image: url("../../assets/img/About-Uswww.png");
        background-size: 100% 100%;
        z-index: 2;
        height: 500px;
    }
    .lamp {
        position: absolute;
        right: 40px;
        bottom: -40px;
        z-index: -1;
    }

    .lamp img {
        width: 180px;
    }
    .chair-header {
        position: absolute;
        left: 130px;
        bottom: 30px;
        z-index: 5;
    }
}

@media screen and (min-width: 1200px) {
    .chair-header {
        position: absolute;
        left: 200px!important;
        bottom: 20px;
        z-index: 5;
    }

    .position-relative-header {
        position: relative;
        width: 100%;
        min-height: 100vh;
    }
    .chair-header {
        position: absolute;
        left: 200px;
        bottom: 40px;
        z-index: 5;
    }
    .chair-header img {
        width:340px;
    }
    .text-title{
        font-size: 28px;
    }
    .text-md{
        font-size: 16px;
    }
    .position-relative-header section {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 15;
        top: 30%;
    }
    .lamp {
        position: absolute;
        right:190px;
        bottom: -110px;
        z-index: -1;
    }
    .lamp img{
        width: 250px;
    }
    .min-height-img{
        min-height: 700px;
    }
    .min-height-main{
        min-height: 400px;
    }
    .height-footer{
        min-height: 550px;
    }
}

.about-us-advantage-title {
    color: #7AC34E;
    font-weight : 600;
    font-size : 1.75rem;
    margin :20px 0 8px 0;
    padding-bottom : 12px;
}