/* About css */
section.about-section {
    padding-top: 110px;
    padding-bottom: 120px;
    padding-left:0px;
    padding-right:0px;
    position: relative;
}
section.about-section .section-shape {
    position: absolute;
    left: 0;
    top: 150px;
}
section.about-section h6{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading-font);
    position: relative;
    padding-left:65px;

}
section.about-section h6::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url(../images/section__style__two.svg);
    background-repeat: no-repeat;
    transform: translate(0, 50%);
}
section.about-section .about-info {
    margin-right: 0px;
}
section.about-section .about-info h2, section.about-section .about-info p{
    color:var(--white-color);
}

section.about-section  .about-img1{
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    height: 580px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
}

section.about-section .abt-image {
    width: 38%;
    float: right;
    margin-left: 40px;
    z-index: 1;
    position: relative;
}
section.about-section .abt-content{
    min-height:580px;
}




section.about-home {
    background-color: var(--lt-bg-color);
}
/* new about design  */

 .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: 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(--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;
   min-height: 400px;
 }
 .abt-image {
     width: 50%;
     float: right;
     margin-left: 5%;
     margin-bottom: 10px;
     position: relative;
     z-index: 1;
 }
 .name {
    margin-top: var(--m20);
    text-align: center;
}

section.about-home img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    object-position: top;
    height: 350px;
    transition: 0.5s all;
    border-radius: 10px;
}
.img {
    overflow: hidden;
    border-radius: 10px;
}
section.about-home img:hover {
    transform: scale(1.14);
}

.about-home .head-sec h2{
    margin-bottom: 40px;
    text-align: center;
}