header {
    background: url(../assets/about-us-header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

p {
    line-height: 1.7;
}
.aboutus-numbers {
    background: url(../assets/about-us-numbers.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.section-title {
    background: rgb(240, 127, 37);
    background: linear-gradient(90deg, rgba(240, 127, 37, 1) 0%, rgba(255, 216, 184, 1) 100%);
    max-width: 165px;
    border-radius: 8px;
    color: #3A3A3A;
}

.social-icons a {
    transition: transform .3s ease-in-out;
}
.social-icons a:hover {
    transform: translateY(-5px);
}

.bg-dark-custome {
    background-color: #363636;
    background: url(../assets/keepup-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.why-choose-us {
    background: url(../assets/why-choose-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.custome-btn {
    font-weight: 500;
    border-radius: 2px;
    /* color: #F07F25; */
    border-left: 3px solid #363636;
    transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1)
}

.custome-btn:hover {
    box-shadow: inset 200px 0 0 0 #F07F25 !important;
    color: #fff !important;
    border-radius: 8px;
    border-left: none !important;
}

@media screen and (min-width: 768px) {
    header {
        border-radius: 70px;
    }
}