/*About company css*/
.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-us-home {
   /* background: #151719;*/
}
section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    top: 0;
    text-align: left;
}
section.about-home .cont p{
    color: var(--white-color);
}
section.about-us-home .abt-left {
    min-height: 700px;
}
section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 10px;
}
section.about-us-home .abt-co-img-left img{
    width: 500px;
    height: 550px;
    object-fit: cover;
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
.abt-cont p span{
    color: var(--secondary-color);
}
.abt-cont p{
    color: var(--black-color);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: 0;
    width: 50%;
    float: left;
    z-index: 2;
    height: 700px;
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .head-sec p {
    color: var(--secondary-color);
}
section.about-us-home p {
    max-height: 100%;
}
section.about-us-home .abt-co-img-right img{
   height: 400px;
   object-fit: cover;
    border: 4px solid #fff;
    width: 304px;
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
section.about-us-home .abt-co-img-right{
    text-align: right;
    z-index: 1;
    transform: translateY(-25%) translateX(295px);
    position: absolute;
    top: 52%;
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* new about*/

section#about {
    padding-bottom: 200px;
}

.abt-cont {
    padding-right: 5%;
}
.abt-co-img-left img {
    height: 370px;
    object-fit: cover;
  width:90%;
}
.abt-co-img-right img {
    position: absolute;
    right: 0;
    width: 336px;
    bottom: -130px;
    height: 300px !important;
    border: 12px solid #fff;
    object-fit: cover;
}
.abt-img {
    position: relative;
}


