* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Outfit-Regular";
}

@font-face {
    font-family: "Outfit-Regular";
    src: url("../fonts/Outfit-Regular.ttf")
}

@font-face {
    font-family: "Outfit-Medium";
    src: url("../fonts/Outfit-Medium.ttf")
}

@font-face {
    font-family: "Outfit-Bold";
    src: url("../fonts/Outfit-Bold.ttf")
}

@font-face {
    font-family: "Outfit-Black";
    src: url("../fonts/Outfit-Black.ttf")
}

.heading31 {
    font-family: Outfit-Medium;
    font-size: 38px;
    color: #000;
}

.heading31 span {
    font-family: Outfit-Black;
}
.home_services_list::after {
    background-image: url("../images/red_spot_arrow.png");
}
/* About us start */
.aboutus_section {
    padding: 60px 0 120px 0;
}

.aboutus_imgbox {
    position: relative;
}

.aboutus_listing_second {
    width: 200px;
    height: 220px;
    border: 10px solid #fff;
    border-radius: 12px;
    position: absolute;
}

.aboutus_listing_second img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus_listing_second {
    width: 350px;
    height: 240px;
    border: 10px solid #fff;
    border-radius: 12px;
    position: absolute;
    right: -60px;
    bottom: -60px;
}

.aboutus_listing_third {
    position: absolute;
    bottom: -120px;
    z-index: -1;
    left: 30%;
    animation: slide-right 4s linear infinite alternate both;
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.aboutus_rightbox {
    padding: 0 0 0 60px;
    position: relative;
}
.aboutus_listing ul {
    padding: 0 0 0 18px;
    margin: 0;
}
.custom_listing li::marker {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 20 20"><path d="M6.4 7 5 8.4l5 5 10-10L18.6 2 10 10.6z" fill="%23eb2427"/><path d="M9 17c-3.9 0-7-3.1-7-7s3.1-7 7-7c1.2 0 2.4.3 3.5.9l1-1.7C12.1 1.4 10.6 1 9 1c-5 0-9 4-9 9s4 9 9 9 9-4 9-9h-2c0 3.9-3.1 7-7 7z" fill="%23eb2427"/></svg>');
}
.custom_listing li {
    line-height: normal;
    padding: 0 0 10px 5px;
}
.aboutus_listing_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutus_employees_box {
    text-align: center;
    background-color: #eb2427;
    color: #ffffff;
    padding: 20px;
}
.aboutus_employee_count {
    font-family: 'Outfit-Black';
    font-size: 30px;
    line-height: normal;
}
.profit_section .heading31 {
    line-height: normal;
}
.profit_mainbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.profit_section {
    padding: 60px 0;
    background-color: #f6f6f6;
}
.profit_content_heading {
    color: #eb2427;
    text-transform: uppercase;
}
.profit_content_bigheading {
    font-family: 'Outfit-Medium';
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}
.profit_contentbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(195, 195, 195, .3);
    box-shadow: 0px 16px 32px 0px rgba(195, 195, 195, .3);
    justify-content: center;
}
.shape_section .services_content p {
    margin: 0;
}
.shape_section .services_content {
    min-height: unset;
}
.shape_section .home_services_list {
    min-height: 164px;
}
.profit_imgbox {
    overflow: hidden;
}
.profit_imgbox img {
    transition-duration: 0.7s;
}
.profit_imgbox:hover img {
    transform: scale(1.1);
}
/* About us ends */