
/*about us container*/
.about_us_box_container{
    /*margin: 120px 0px 50px 0px;*/
    /*margin: 200px 0px 50px 0px;*/
    margin: 70px 0px 50px 0px;
    /*padding-bottom: 70px;*/
}
.about_us_title_box{
    display: flex;
    gap: 25px;
    align-items: center;
}
.fa-star , .fa-thumbs-up{
    font-size: 30px;
    position: absolute;
    color: var(--white-color);

}


.about_us_title{
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    gap: 20px;


    position: relative;
    /*font-size: 24px;*/
    /*font-weight: 900;*/
    line-height: 1;
    margin: 0 0 40px 0;
    z-index: 0;
    text-transform: uppercase;
    color: #0d1d31;
    /*display: table;*/
    width: 100%;
}
.about_us_title span{
    font-size: 30px !important;
    font-weight: 800 !important;
    color: var(--latests-txt-color);
}
.about_us_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.about_us_content_right , .about_us_content_left{
    width: 49%;
}
.about_us_content_right{
    text-align: justify;
}
.about_us_description , .about_us_description_bottom{
    margin-bottom: 20px;
    line-height: 2.33;
    font-size: 14px;
}
.about_us_content_left_img{
    /*height: 300px;*/
    height: 390px;
    width: 100%;
}
.about_us_content_left_img img{
    height: 100%;
    width: 100%;
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    /*margin: 150px auto;*/
    border: 5px solid white;
    /*box-shadow: -1px 5px 15px black;*/
    /*height: 300px;*/
    /*width: 500px;*/
    overflow: hidden;
    cursor: zoom-in;
    height: 100%;
}
figure.zoom img:hover {
    opacity: 0;
}
figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
    /*object-fit: fill;*/
    background-size: cover;
}
/* end about us container*/


/*project parent*/
.project_parent_box{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    padding-bottom: 70px;
}
.title_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px 0;

}
.title_box span{
    font-size: 30px;
    font-weight: 800;
    font-family: 'iranyekan';
}
.parent_img_items{
    display: flex;
    gap: 10px;
    width: 100%;
}
.parent_img_item{
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 25%;*/
    background-color: var(--light-gray-box);
    border-radius: 10px;
    height: 70px;
    padding: 10px;
    width: 160px;
}
.parent_img_item img{
    width: 100%;
    height: 50px;
}
.icon_box{
    display: flex;
    align-items: center;
    justify-content: center;
}


/*swiper*/
.swiper {
    /*width: 23% !important;*/
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 240px;*/
    width: 180px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    height: 50px;
    object-fit: cover;
}
.btn_group_swiper{
    width: 130px;
    position: relative;
}
.swiper-button-next_about_us, .swiper-button-prev_about_us {
    border: 1px solid var(--gray-btn-color);
     color: var(--gray-btn-color) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 10px !important;
}
.title_box_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
}
.fa-thumbs-up{
    font-size: 30px;
}
/* end swiper*/
/* end project parent*/



/*Responsive*/
@media screen and (max-width: 1330px){
    .about_us_box_container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about_us_content_right , .about_us_content_left{
        width: 100%;
    }


}
@media screen and (max-width: 992px){


}
@media screen and (max-width: 921px){
 .header_bottom_dtail_blog{
     margin-top: 132px;
 }

}
@media screen and (max-width: 489px){
    .btn_group_swiper{
        margin-top: 35px;
    }

}
