/*start about*/

.about_wrapper{
    padding-top: 60px;
     padding-bottom: 60px;
 }
 .upper-head {
     width: 80%;
     margin: auto;
     text-align: center;
     margin-bottom: 60px;
 }
 .upper-head h2{
     font-size: 40px;
     font-family: var(--heading-font);
     margin-bottom: 30px;
     color: var(--heading-color);
 }
 section.card-sec .upper-head {
     width: 80%;
     margin: auto;
     text-align: center;
     margin-bottom: 60px;
 }
 .about_wrapper a.main-btn{
     width: 150px;
     text-align: center;
 }
 section.card-sec .upper-head h2{
     font-size: 40px;
     font-family: var(--heading-font);
     margin-bottom: 30px;
 }
 .heading_sec{
     margin-bottom: 40px;
     text-align: center;
 }
 .about-img1{
     text-align: center;
     position: relative;
 }
 .about-img1 img{
     overflow: hidden;
     width: 485px;
     border-radius: 10px;
     height: 580px;
     background-attachment: fixed;
     background-position: right;
     background-repeat: no-repeat;
     object-fit: cover;
 }
 .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(--primary-color); */
     font-family: var(--heading-font);
 }
 
 .heading_sec h3{ 
     font-size: 40px;
     font-family: var(--heading-font);
 }
 .about_wrapper .heading_sec {
     margin-bottom: 0px;
     text-align: left;
 }
 .about_wrapper .abt-para {
     height: 75px;
     overflow: hidden;
     margin-bottom: 0px;
 }
 .about_wrapper .heading_sec h3{
     line-height: 1.2;
     font-size: 36px;
     color: var(--heading-color);
 }
 .about_wrapper .col-lg-6.abt-content {
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding-left: 5%;
 }
 section#about .abt-para{
   height: 100%;
   overflow: visible;
 }
 .abt-image {
     width: 100%;
     /* float: right; */
     /* margin-left: 5%; */
     /* margin-bottom: 10px; */
     position: relative;
     z-index: 1;
 }
 .abt-content {
    min-height: 580px;
}


section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 0px 0%;
    width: 100%;
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .1);
    filter: brightness(.8);
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0;
    display: none;
}

section.about-us .about-image-sec img {
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .1);
    filter: brightness(.8);
}
.abt-info {
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* align-items: flex-start; */
}

.about-image-sec {
    width: 50%;
    padding-left: 40px;
}

.about-content-sec {
    /* width: 50%; */
}
section.about-us{
    padding-top: 120px;
}
section.about-us p.head{
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

section.about-us .about-image-sec {
    float: right;
    width: 50%;
    margin-left: 50px;
}
section.about-us .about-content-sec {
    padding-right: 0;
    min-height: 520px;
}
 /*end about section*/