.about-sec1-bg {
    border-top: 0.1px solid #666464;
    background: black;
    padding: 150px 149px 100px 149px;
}

.home-txt{
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #808080;
    text-decoration: none;
}


.about-nav{
    color: #C5313F;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}

.our-mission-sec{
   padding: 50px 64px 50px 64px;
   background: white;
   margin-top: 100px;
}

.we-build {
    font-family: Inter;
    font-size: 45px;
    font-weight: 600;
    line-height: 70px;
    text-align: left;
    color: white;
}

.we-believe{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #808080;
    margin-top: 30px;
}

.ourmission-head {
    border-bottom: 1px solid #C5313F;
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
}


.our-misisonp{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-top: 18px;
    
}

.miision-span{
    color: #C5313F;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;

}

.mdiv-width {
    width: 195px;
}

.odiv-width {
    width: 168px;
}

.how-line{
    width: 470px;
    height: 15px;
    margin-bottom: 18px;
}


.howdowe-sec{
    padding: 60px 149px;
    background-color: black;
}


.our-val-pad{
    padding: 113px 250px;
}

.our-values-head {
    padding: 0px 304px 0px 304px;
}

.card-style {
    height: 235px;
    box-shadow: 2px 2px 8px 0px #00000040;
    border-radius: 0px;
}

.card-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-body {
    flex: 0 1 auto;
}

.card-head{
    font-family: Inter;
    font-size: 25px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin: 10px 0px;

}

.card-p{
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;

}

.card-w{
    width: 330px;
}


@media(max-width:1400px){
    .about-sec1-bg {
        padding: 150px 80px 100px 80px;
    }

    .we-build {
        font-size: 40px;
    }

    .our-services-head {
        padding: 0px 124px 0px 124px;
    }

    .card-head {
        font-size: 23px;
    }
 
}


@media(max-width: 1200px){
    .we-build {
        font-size: 37px;
        line-height: 56px;
    }

    .our-mission-sec {
        padding: 50px 24px 50px 24px;
    }

    .landing-sec-new {
        padding: 40px 40px;
    }
    .our-values-head {
        padding: 0px 180px 0px 180px;
    }

    .card-head {
        font-size: 23px;
        line-height: 34px;
    }

    .our-services-head {
        padding: 0px 20px 0px 20px;
    }

    .card-w {
        width: 270px;
    }
}

@media(max-width:991px){
    .our-values-head {
        padding: 20px 128px 20px 128px;
    }

    .card-w {
        width: 230px;
    }

    .card-head {
        line-height: 0px;
        margin: 12px 0px;
    }
}


.card-head {
    line-height: 32px;
}

.abtos{
    margin-top: 100px;
}

.pading-x {
    padding: 0px 170px;
}


/* .right-border-rm {
    border-right: 1px solid #C5313F;
} */


@media(max-width:1200px){
    .nav-items-center {
        display: unset;
        justify-content: unset;
    }
    .card-p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }
    .val-btm{
        margin-bottom: 30px;
    }
}

@media(max-width: 991px){
    .nav-items-center {
        display: unset;
        justify-content: unset;
        margin-top: 30px;
    }

    .pading-x {
        padding: 0px 20px;
    }
    .abtos {
        margin-top: 31px;
    }

    .val-btm{
        margin-bottom: 30px;
    }

    .landing-sec-new {
        padding: 60px 45px !important;
    }
}


