/*About owner css*/
section.about-home .about-img{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
 
}
.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
section.about-home .about-img .main-about-img{
     overflow:hidden;
     border-radius:10px;
}
section.about-home img{
   width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height:440px;
    transition: 0.5s all;
    border-radius:10px;
}
section.about-home img:hover{
    transform: scale(1.14);
}

section.about-home .col-7.md-12.sm-12 {
    /*background: var(--black-color);*/
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-home .cont{
    margin-bottom: 0;
    max-height: 100%;
    overflow: hidden;
}

section.about-home a.abt-btn.main-btn {
    width: 250px;
    text-align: center;
    padding: var(--p13) var(--p20);
}
section.about-home .abt-cont {
   height: 100%;
    min-height: auto;
}
section.about-home .head-sec p{
    text-align:left;
}
section.about-home .head-sec {
    text-align: left;
    margin-bottom: var(--m20);
}
section.about-home .col-7.md-12.sm-12 {
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section.about-home .main-about-img {
   width: 540px;
    overflow: hidden;
    float: left;
    margin-right: var(--m50);
    border-radius: 10px;
}