/* ======================= about  section start css =========================== */
.about {
    max-width: 100%;
    padding: 80px 0;
}
.about .page-width {
    position: relative;
}
 .about_alpha {
    max-width: 50%;
    flex: 50%;
}
 .about_beta {
    max-width: 50%;
    flex: 50%;
    padding-left: 30px;
}
 .about_content .sub_title {
    margin-bottom: 16px;
}
.about_text__wrapper {
    padding-block: 43px;
}
.about_content .about_text:not(:last-child) {
    margin-bottom: 20px;
}
.about_text {
    line-height: 1.5;
    display: block;
}
.about .grid_s_no {
    margin-bottom: 28px;
}
.about .grid_title {
    color: #fff;
    margin-bottom: 10px;
}
.about .grid_para {
    line-height: 1.5;
    display: block;
}
.about .grid {
    margin-inline: -25px;
}
.about .grid_content {
    max-width: 25%;
    flex: 25%;
    padding-inline: 25px;
}
.about .background_icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30%;
    left: 0;
}
.about .right_icon {
    top: 54%;
    right: 0;
    left: unset;
}
/* ======================= about  section end css ============================= */
/* header */
.banner.about-us .content {
    z-index: 99;
    max-width: 50%;
    padding-right: 40px;
}
/*  banner  */
.banner_image.about-us {   
    top: 50%;
    transform: translateY(-50%);
}
.about_title.title {
    margin-bottom: 13px;
}
.banner_text.text {
    margin-bottom: 20px;
    display: block;
}
.banner_text.text:last-child {
    margin-bottom: 0;
}
/* number_section */
.number_section {
    padding: 60px 0 50px 0;
    background: #F9B041;
}
.number_section__main-grid {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   align-items: center;
   margin: 0 -50px;
}
.number_section__grid-item {
   max-width: fit-content;
   flex:fit-content;
   padding: 0 50px;
}
.number_section__icon {
   max-width: fit-content;
   flex:fit-content;
   margin: 0 auto 22px;
}
.number_section__number {
    color: #0C0C0C;
    font-size: 64px;
    font-weight: 500;
    text-align: center;
    display: block;
}
.number_section__text {
    color: #0C0C0C;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
/* number_section  */
/* our-team start  */
.our-team {
    padding: 80px 0;
}
.our-team__wrapper {
    position: relative;
}
.our-team__content {
    max-width: 100%;
    margin: 0 auto 53px;
    text-align: center;
    position: relative;
}
.our-team .content_wrap {
    position: relative;
}
.pre_title{
    margin-bottom: 21px;
}
.our-team__main_grid {
    margin:0 -20px -50px;
    flex-wrap: wrap; 
    align-items: start;
}
.our-team__grid_item-wrapper {
    max-width: 25%;
    flex: 25%;
    padding: 0 20px;
    margin-bottom: 50px;
}
.our-team #image-3 img{
    object-position: right;
}
.our-team .our-team__image.kacho img {
    object-position: center;
}
.our-team__image {
    margin-bottom: 25px;
    aspect-ratio: 0.80;
    background-color: lightgoldenrodyellow;
    position: relative;
}
.our-team .our-team__image img {
    object-position: top;
}
.our-team__name{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}
.our-team__image:before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    background-color: #f9b041;
    width: 90px;
    height: 90px;
    z-index: -1;
}
.our-team__work {
    color: #F9B041;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    display: block;
    text-transform: capitalize;
}
.circle_icon {
    position: absolute;
    width: 100%;
}
.our-team__ellipse-icon1 {
    max-width: 60px;
    left: -55px;
    top: -50px;
}
.our-team__ellipse-icon2 {
    max-width: 40px;
    left: -70px;
    bottom: 0;
}
.our-team .cut-frame {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 120px;
    height: 120px;
    display: flex;
}
.our-team__image:after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    background-color: #f9b041;
    width: 90px;
    height: 90px;
    z-index: -1;
}
.our-team .cut-frame span {
    border-top: 120px solid #0c0c0c;
    border-right: 120px solid #f9b041;
    z-index: -1;
}


/* ================== media Qurey section start css ===================== */
@media screen and (max-width:1384px){
    .about_beta {
         padding-left: 20px;
     }
     .about_text__wrapper {
         padding-block: 38px;
     }
 }
@media screen and (max-width:1279px){
    /*====  number_section ===*/
    .number_section {
        padding: 50px 0 40px 0;
    }
    .number_section__main-grid {
        margin: 0 -10px;
        }
    .number_section__grid-item {
        padding: 0 10px;
    }
    .number_section__icon {
        max-width: 35px;
        flex: 35px;
        margin: 0 auto 15px;
    }
    .number_section__number {
        font-size: 48px;
    }
    .number_section__text {
        font-size: 22px;
    }
    /* ======  .our-team === */
    .our-team .pre_title  {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .our-team .title {
        font-size: 36px;
    }
    .our-team__name {
        font-size: 22px;
    }
    .banner_image.about-us {
        max-width: 50vh !important;
    }
    .about_content .sub_title {
        margin-bottom: 12px;
        font-size: 22px;
    }
    .about_title {
        font-size: 36px;
    }
    .about_text__wrapper {
        padding-block: 24px;
    }
    .about .sub_wrapper {
        align-items: center;
    }
    .about_content {
        max-width: 545px;
        margin: 0 auto;
        text-align: center;
    }
    .about .grid_para {
        font-size: 14px;
    }
    .about .grid_s_no {
        margin-bottom: 24px;
        font-size: 22px;
    }
    .about .grid_title {
        font-size: 22px;
    }
}
@media screen and (max-width:990px){
    .banner_image.about-us {
        top: unset;
        transform: unset;
    }
    .banner.about-us .content {
        z-index: 99;
        max-width: 60%;
        margin-bottom: 100px;
    }
    .number_section {
        padding: 45px 0 40px 0;
    }
    .number_section__icon {
        max-width: 30px;
        flex: 30px;
        margin: 0 auto 10px;
    }
    .number_section__number {
        font-size: 32px;
    }
    .number_section__text {
        font-size: 16px;
    }
    /* === .our-team ==== */
    .our-team__main_grid{
        margin:0 -10px -20px;
    }
    .our-team__grid_item-wrapper {
        max-width: 33.33%;
        flex: 33.33%;
        margin-bottom: 40px;
    }
    .our-team__image {
        margin-bottom: 15px;
    }
    .our-team__name {
        font-size: 18px;
    }
    .our-team__work {
        font-size: 14px;
        margin-top: 5px;
    } 
    .about_title {
        font-size: 26px;
    }
    .about_beta {
        padding-left: 10px;
    }
    .about_text__wrapper {
        padding-block: 15px;
    }
    .about .grid {
        flex-wrap: wrap;
        margin: 0 -24px -30px;
    }
    .about .grid_content {
        max-width: 33.33%;
        flex: 33.33%;
        padding-inline: 24px;
        margin-bottom: 30px;
    }
   .about_btn {
        font-size: 16px;
    }
    .about .grid_s_no {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .about .grid_title {
        font-size: 20px;
    }
    .about .grid_content {
        max-width: 50%;
        flex: 50%;
    }
    .banner_image.about-us {
        max-width: 56vh !important;
    }
    .banner.about-us .content {
        z-index: 99;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:767px){
    .banner.about-us .content {
        max-width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 0;
    }
    .about_title.title {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .banner.about-us .text {
        color: #FFF;
    }
    .number_section {
        padding: 45px 0 40px 0;
    }
    .banner_image.about-us {
        max-width: 100% !important;
    }
    .number_section .page-width {
        padding:0 20px;
    }
    .number_section__main-grid {
        margin: 0 -10px -50px;
     }
     .banner_image.about-us {
        max-width: 100% !important;
    }
    .number_section__grid-item {
        margin-bottom: 50px;
    }
    /* number_section */
    .our-team {
        padding: 60px 0;
    }
    .our-team__content {
        margin: 0 auto 40px;
    }
    .our-team .pre_title {
        font-size: 18px;
    }
    .our-team .title {
        font-size: 32px;
    }
    .our-team__main_grid{
        margin:0 -8px -30px;
    }
    .page-width {
        padding: 0 20px;
    }
    .our-team__grid_item-wrapper {
        max-width: 50%;
        flex: 50%;
        padding: 0 8px;
        margin-bottom: 40px;
    }
    .our-team__image {
        margin-bottom: 15px;
    }
    .our-team__name {
        font-size: 18px;
    }
    .our-team__work {
        font-size: 14px;
        margin-top: 5px;
    }
    .about {
        padding: 60px 0;
    }
    .about_title {
        font-size: 30px;
    }
    .about .sub_wrapper {
        flex-wrap: wrap;
    }
    .about_alpha {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 30px;
    }
    .about_beta {
        padding-left: 0;
        max-width: 100%;
        flex: 100%;
    }
    .about .grid {
        margin: 0 -12px -24px;
    }
    .about .grid_content {
        padding: 0 12px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width:490px){
    .about_title {
        font-size: 26px;
    }
    .about .grid {
        margin: 0 0 -24px;
    }
    .about .grid_content {
        padding: 0 0;
        max-width: 100%;
        text-align: center;
        flex: 100%;
    }
    .our-team__image:before {
        bottom: -4px;
        right: -4px;
        width: 70px;
        height: 70px;
    }
    .our-team__image:after {
        top: -4px;
        left: -4px;
        width: 70px;
        height: 70px;
    }
}
/* ================== media Qurey section End css ===================== */

