/*---------banner-----*/
#about-us-banner{
    height: auto;
    background: url(https://www.unitedfareshub.com/file/css/images/about-us-banner.webp) no-repeat 0 0;
    background-size: cover;
}
.banner-overlay{
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 125px;
    padding-bottom: 125px;
}
.about-us-banner-col{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us-banner-col h1{
    color: white;
    font-size: 70px;
    font-weight: 700;
}
/*----------about one---------*/
#about-one{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-one-coltwo{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 5%;
}
.about-one-coltwo h2{
    font-size: 50px;
    margin-bottom: 35px;
}
.about-one-coltwo p{
    font-size: 20px;
}
.about-one-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
}
.about-one-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-one-box h3{
    font-size: 21px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
}
.about-one-button{
    border-radius: 2px;
    margin-top: 40px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #06193A;
    color: white;
    font-weight: 600;
    font-size: 20px;
    height: 45px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.about-one-button:hover{
    background-color: #06193A;
    color: white;
}
.about-us-one-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*----------about two---------*/
#about-two{
    padding-top: 50px;
    padding-bottom: 50px; 
}
.about-two-colone{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.about-two-colone h2{
    font-size: 45px;
    margin-bottom: 35px;
}
.about-two-colone p{
    font-size: 20px;
}
.about-two-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*----------about three---------*/
#about-three{
    padding-top: 50px;
    padding-bottom: 50px; 
}
.about-three-coloneimage img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-three-coltwo{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 5%;
}
.about-three-coltwo h2{
    font-size: 35px;
    margin-bottom: 35px;
}
.about-three-coltwo p{
    font-size: 20px;
}
.about-three-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.about-three-content{
    width: 85%;
}
.about-three-content h3{
    font-size: 21px;
    font-weight: 650;
}
.about-three-content p{
    font-size: 20px;
    line-height: 22px;
}
.about-three-btn{
    border-radius: 2px;
    margin-top: 40px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #06193A;
    color: white;
    font-weight: 600;
    font-size: 20px;
    height: 45px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.about-three-btn:hover{
    background-color: #06193A;
    color: white;
}
/*----------about last---------*/
#about-last{
    padding-top: 50px;
    padding-bottom: 50px; 
}
.about-last-col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-last-col h2{
    font-size: 45px;
    margin-bottom: 30px;
    text-align: center;
}
.about-last-col p{
    text-align: center;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
}

/*---------responsive---------*/
@media screen and (max-width: 1400px) {
    /*-----banner----------*/
    .banner-overlay {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about-us-banner-col h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 1200px) {
     /*-----banner----------*/
     .banner-overlay {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .about-us-banner-col h1 {
        font-size: 55px;
    }
    /*-----------about one----------*/
    .about-one-coltwo h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .about-one-coltwo p {
        font-size: 18px;
    }
    /*-------about two---------*/
    .about-two-colone h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .about-two-colone p {
        font-size: 18px;
    }
    /*----------about three---------*/
    #about-one {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .about-three-coltwo h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .about-three-coltwo p {
        font-size: 18px;
    }
    .about-three-content h3 {
        font-size: 19px;
    }
    .about-three-content p {
        font-size: 16px !important;
        line-height: 18px;
    }
    .about-three-box {
        margin-top: 10px;
    }
    /*------about us last-------*/
    .about-last-col h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .about-last-col p {
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 992px) {
     /*-----banner----------*/
    .about-us-banner-col h1 {
        font-size: 50px;
    }
   
}
@media screen and (max-width: 767px) {
    /*-----banner----------*/
    .banner-overlay {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-us-banner-col h1 {
        font-size: 45px;
    }
    /*--------about one---------*/
    .about-one-coltwo {
        padding-left: 3%;
    }
    .about-one-coltwo h2 {
        font-size: 25px;
        margin-top: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .about-one-coltwo p {
        font-size: 14px;
    }
    .about-one-box {
        gap: 20px;
        margin-top: 20px;
    }
    .about-one-button {
        margin-top: 40px;
        width: 50%;
        font-size: 15px;
        height: 35px;
    }
    .about-one-box h3 {
        font-size: 17px;
    }
    /*-----about two------------*/
    #about-two {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .about-two-colone h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .about-two-colone p {
        font-size: 14px;
    }
    /*----------about three---------*/
    #about-three {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .about-three-coltwo {
        padding-left: 3%;
        margin-top: 20px;
    }
    .about-three-coltwo h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .about-three-coltwo p {
        font-size: 14px;
    }
    .about-three-content h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .about-three-content p {
        font-size: 14px !important;
        line-height: 16px;
    }
    .about-three-btn{
        margin-top: 40px;
        width: 50%;
        font-size: 15px;
        height: 35px;
    }
    /*----------about last----------*/
    #about-last {
        padding-top: 5px;
        padding-bottom: 25px;
    }
    .about-last-col h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .about-last-col p {
        font-size: 14px;
        padding-left: 0%;
        padding-right: 0%;
    }

}
@media screen and (max-width: 576px) {
    /*-----banner----------*/
    .banner-overlay {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-us-banner-col h1 {
        font-size: 40px;
    }
   
   
    
    
}
@media screen and (max-width: 413px) {
   
}