.about_company_sec {
    padding: 60px 0 0;
}

html {
    scroll-behavior: initial !important;
}

.about_company_sec .sec_heading h1 {
    margin-bottom: 20px;
}
.about_company_sec .sec_heading h2 {
    margin-bottom: 20px;
}
.about_company_sec .sec_heading h3 {
    margin-bottom: 20px;
}
.about_company_sec .sec_heading p {
    color: #4B5058;
    font-size: 18px;
    text-align: center;
}

.about_company_sec .sec_heading p span {
    /*color: #EB3A16;*/
}

.leadership-img {
    filter: grayscale(100%);
}

.about-leader {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.leader-des h3 {
    color: #EB3A16;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.leader-des h3 small {
    display: block;
    color: #4B5058;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.leader-social {
    width: auto;
    margin-left: auto;
    padding-right: 10px;
}

.leader-social img {
    width: 30px;
    margin-left: 10px;
}

.leardership_wrpr {
    margin-bottom: 60px;
}

.leadership_sec .sec_heading {
    margin-bottom: 60px;
}

.viewmorebtn {
    text-align: center;
}

.viewmorebtn button {
    background-color: transparent;
    border: 1px solid #4B5058;
    min-width: 168px;
    min-height: 40px;
    color: #3A3F46;
    font-size: 18px;
    font-weight: 500;
}

.viewmorebtn button:hover {
    background-color: #4B5058;
    color: #fff;
}

.leadership_sec .col-lg-3 {
    display: none;
}

.leadership_sec {
    /* padding-top: 60px; */
    padding-bottom: 60px;
    position: relative;
}

.acquisitions-wrpr {
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 30px 20px;
    max-width: 270px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 245px;
}

.acquisitions-img {
    margin-bottom: 10px;
    min-height: 65px;
}

.acquisitions-wrpr h4 {
    color: #FD5000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.acquisitions-wrpr p {
    color: #4B5058;
    font-size: 18px;
    margin-bottom: 0;
}

.key_acquisitions_sec .sec_heading,
.awards_sec .sec_heading {
    margin-bottom: 40px;
}

.key_acquisitions_sec {
    padding-bottom: 60px;
}

.awards_sec {
    /* padding: 60px 0; */
    /* background-color: #F3F3F3; */
    padding-bottom: 60px;
}

.awards_sec .sec_heading h1 {
    margin-bottom: 30px;
}

.awards_sec .sec_heading p {
    color: #4B5058;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.awards_img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.awards_wrpr p {
    color: #4B5058;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.awards_wrpr {
    max-width: 210px;
    margin: 0 auto;
}

.key-partners {
    padding: 60px 0 60px;
}

.key_project_wrpr {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 25px 30px;
    text-align: center;
    max-width: 300px;
    background-color: #fff;
    margin-bottom: 30px;
}

.project_logo img {
    transition: all 0.3s ease-in-out;
}

.project_logo {
    min-height: 88px;
}

.project_name h4 {
    color: #4B5058;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 0.25s ease-in-out;
    position: relative;
    top: 0;
}

.key_project_wrpr:hover .project_logo img {
    transform: scale(1.3);
}

.key_project_wrpr:hover .project_name h4 {
    top: 10px;
}

/* .key_partners_sec {
    padding-top: 60px;
    padding-bottom: 20px;
} */

.partner_logo img {
    width: auto !important;
    max-width: 100%;
    margin: auto;
}

#key_partner_slider .owl-prev {
    position: absolute;
    left: -45px;
    top: 24%;
}

#key_partner_slider .owl-next {
    position: absolute;
    right: -45px;
    top: 24%;
}

.leader_popup_body {
    display: flex;
    width: 100%;
    background-color: #fff;
    padding: 40px;
    position: relative;
}

.leader_popup_img {
    flex-shrink: 0;
}

.leader_popup_img h3 {
    color: #EB3A16;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}

.leader_popup_img h3 small {
    display: block;
    color: #4B5058;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.popup-leader-details {
    padding-left: 30px;
    height: 300px;
    overflow-y: scroll;
    padding-right: 30px;
}

.popup-leader-details p {
    color: #3A3F46;
    font-size: 18px;
    margin-bottom: 15px;
}

.popup-leader-details::-webkit-scrollbar {
    width: 2px;
}

.popup-leader-details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.popup-leader-details::-webkit-scrollbar-thumb {
    background-color: #EB3A16;
    outline: 1px solid #4B5058;
}

.leader_popup {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    display: none;
}

.leader_popup.current {
    display: block;
    animation-name: topbottom;
    animation-duration: .5s;
}

.project_logo img {
    max-width: 100%;
    width: auto !important;
    margin: 0px auto;
}

#key_partner_slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#key_partner_slider .owl-stage {
    display: flex;
}

.leader-popup-close {
    position: absolute;
    right: 27px;
    top: 9px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50%;
}

.leader-popup-close img {
    width: 15px;
}

.key_acquisitions-popup {
    position: absolute;
    top: 85px;
    width: 100%;
    display: none;
}

.key_acquisitions-popup.current {
    display: block;
}

.key_acquisitions_popup-body {
    width: 90%;
    max-width: 725px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0 12px 20px #00000021;
    border-radius: 6px;
    padding: 50px 35px;
}

.key_acquisitions_sec {
    position: relative;
}

.key_acquisitions_popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4B5058;
    border-radius: 50%;
    cursor: pointer;
}

.key_acquisitions_popup-close img {
    width: 11px;
    height: 11px;
}

.key_acquisitions_popup-body h3 {
    color: #FD5000;
    font-size: 18px;
    font-weight: 500;
}

.key_acquisitions_popup-body p {
    color: #4B5058;
    font-size: 16px;
    margin-bottom: 0;
}

@keyframes topbottom {
    from {
        top: 150px
    }
    to {
        top: 200px
    }
}

#keysuppliers-carousel .item {
    padding: 10px;
}

#keysuppliers-carousel .owl-prev {
    position: absolute;
    left: -45px;
    top: 34%;
}

#keysuppliers-carousel .owl-next {
    position: absolute;
    right: -45px;
    top: 34%;
}

.acquisitions-wrpr{
    margin-bottom: 60px;

}
.acquistions-popup {
    cursor: pointer;
}

.viewmorebutton button {
    background-color: transparent;
    border: 1px solid #4B5058;
    min-width: 168px;
    min-height: 40px;
    color: #3A3F46;
    font-size: 18px;
    font-weight: 500;
}

.viewmorebutton {
    text-align: center;
}

@media(min-width:768px) and (max-width:992px) {
    .acquisitions-wrpr p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    #key_partner_slider .owl-next,
    #key_partner_slider .owl-prev {
        position: initial;
    }
    .about_company_sec {
        padding: 40px 0;
    }
    .about_company_sec .sec_heading p,
    .popup-leader-details p,
    .acquisitions-wrpr p,
    .awards_sec .sec_heading p {
        font-size: 16px;
    }
    .leardership_wrpr {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .leader_popup_body {
        display: block;
    }
    .popup-leader-details {
        padding-left: 0;
    }
    .leader_popup_img {
        text-align: center;
    }
    .acquisitions-wrpr {
        margin-bottom: 20px;
    }
    .owl-nav {
        text-align: center;
    }
    .awards_wrpr {
        max-width: 300px;
        padding: 20px;
        margin-bottom: 20px;
        /* border: 1px solid #EB3A16; */
        border-radius: 5px;
    }
    .awards_img {
        height: auto;
    }
    .key_project_wrpr {
        padding: 25px 10px;
    }
    .project_logo img {
        max-width: 80%;
        max-height: 60px;
    }
    .project_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #keysuppliers-carousel .owl-prev,
    #keysuppliers-carousel .owl-next {
        position: initial;
    }
    #keysuppliers-carousel .owl-nav {
        text-align: center;
    }
}