
/* new About us*/
section.about-Us{
    padding:var(--p60) 0px;
}

section.about-Us .main-btn{
    display:block;
    width:200px;
    margin-top:var(--m20);
    text-align:center;
}
section.about-Us  .how-we-value-heading{
    margin-bottom: 0;
}
.about-Us .row{
    padding:0;
    margin:0;
}
.about-Us .col-7{
    padding:0;
    margin:0;
    padding-left:0.75rem;
}
.border-img {
    width: 100%;
    height: 540px;
    border: 8px solid var(--heading-color);
    padding: 0;
    width: 95%;
    height: 540px;
}
.border-img .about-img3 img{
    width: 100%;
    height: 540px;
    object-fit:cover;
}
.about-img3 {
    position: relative;
    top: 5%;
    left: 5%;
}

.about1-img {
    width: 550px;
    height: 400px;
    position: relative;
    z-index: 1;
    
}
.about1-img img {
    width: 450px;
    height: 400px;
    object-fit: cover;
    border-right: 4px solid var(--white-color);
    border-top: 4px solid var(--white-color);
    border-bottom: 4px solid var(--white-color);
}

.about2-img {
    width: 600px;
    height: 227px;
    border: 4px white;
    position: relative;
    z-index: 3;
   
}

.about2-img img{
     width: 600px;
    height: 227px;
      object-fit:cover;
       border-right: 4px solid var(--white-color);
    border-top: 4px solid var(--white-color);
    border-bottom: 4px solid var(--white-color);
}
.large-img{
    width:57%;
}
.img-section{
padding-top: 3rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding-left:0px;
    width:43%;
    justify-content: center;
}
.col-5.about-Us-content {
    padding-left: 0;
}
.col-5.about-Us-content h6{
    font-size: var(--f18);
    margin-bottom: var(--m5);
}
.col-5.about-Us-content .head-sec{
    margin-bottom:0;
    text-align:left;
}
.col-5.about-Us-content .shape-image{
    width:34%;
}
.col-5.about-Us-content .shape-image img{
    width:100%;
}
.col-5.about-Us-content .how-we-value-heading{
    text-align:left;
}
.col-5.about-Us-content .abt-para {
    height: 400px;
    overflow: hidden;
}

.about-Us-img {
    float: left;
    width: 50%;
    padding-bottom: var(--p40);
    margin-right: var(--m20);
}
.about-content .head-sec{
    text-align: left;
}
section.about-Us .container-fluid{
    padding: 0 var(--p25);
}