/*start about*/

.about_wrapper{
   padding-top: 80px;
    padding-bottom: 80px;
}
.about_wrapper .head-sec{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.about_wrapper .upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #00000040;
}
.about_wrapper .upper-head img{
    width: 100%;
}
.about_wrapper a.main-btn{
    width: 150px;
    text-align: center;
}
.about_wrapper .upper-head h2{
    font-size: 45px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--alternate-color);
}
.heading_sec{
    margin-bottom: 40px;
    text-align: center;
}
.about-img1{
    text-align: right;
}
.about-img1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.about-img2 img{
    position: absolute;
    left: 0px;
    width: 75%;
    bottom: -20px;
    /* border-radius: 30px; */
    border: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}
.about_wrapper .col-lg-6.text-center.text-lg-start p{
    /*line-height: 30px;*/
    margin-bottom: 15px;
}
.subhead {
    color: var(--secondary-text);
    font-size: 18px;
    /*line-height: 35px;*/
}
.about_wrapper .col-lg-6.text-center.text-lg-start{
    padding-right: 0%;
    width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
    width: 40%;
}



.about_wrapper h3{
    font-size: 2.25rem;
    color: var(--alternate-color);
    font-family: var(--heading-font);
}

.heading_sec h3{
    font-weight: 700;
    font-size: 36px;
    font-family: var(--heading-font);
}
.abt-image {
    width: 48.5%;
    position: relative;
    z-index: 1;
}
.abt-content {
   width: 48.5%;
}
.abt-detail{
    display: flex;
    justify-content: space-between;
}
/*end about section*/