
p {
    color: inherit;
}

.logo-main {
    display: flex;
    align-items: center;
    column-gap: 8px;
    white-space: nowrap;
    justify-content: center;
}

.logo-main p {
    margin-bottom: 0;
    font-size: 17.333px;
    font-style: normal;
    color: #1C1C1C;;
    font-weight: 700;
    line-height: 18px; /* 103.846% */
    text-transform: capitalize;
}

.tp-header-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:80px
}

.header-sticky {
    background-color: white;
}

.tp-header__border {
    border-bottom: 1px solid #D9D9D9;
}

.contact-us-button {
    height: 40px;
    display: inline-flex;
    padding: 0 15px 0 19px;
    justify-content: center;
    align-items: center;
    background: #FF521C;
    color: #F9F9F9;
    cursor: pointer;
    transition: .2s all ease-in-out;
    border: 1px solid transparent;
}

.contact-us-button:hover {
    background-color: white;
    border: 1px solid #FF521C;
}

.tp-hero__title-shape {
    top: 59%;
    right: 1%;
    transform: translateY(-50%);
    & > svg {
        width: 566px;
    }
}

.customers-first {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1400px) {
    .tp-hero__thumb {
        margin-bottom: 80px;
    }
    .tp-hero__title-shape  {
        width: 490px;
        right: 3%;
    }

    .desc-wrapper {
        margin-left: 90px;
    }
}

@media (max-width: 1200px) {
    .tp-hero__title-shape  {
        width: 350px;
        right: 0;
        top: 48%;
    }
    .desc-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .tp-hero__title-shape  {
        width: 500px;
        right: 30%;
        top: 55%;
    }
    .desc-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .tp-hero__title-shape  {
        width: 370px;
        right: 30%;
        top: 57%;
    }
}
@media (max-width: 575px) {
    .tp-hero__title-shape  {
        width: 250px;
        right: 0;
        left: 22%;
        top: 62%;
    }
}

@media (max-width: 450px) {
    .tp-hero__title-shape  {
        left: 32%;
        top: 62%;
    }
    .tp-split__line:nth-child(2) {
        white-space: nowrap;
    }
}

@media (max-width: 400px) {
    .tp-hero__title-shape  {
        left: 32%;
        top: 50%;
    }
    .tp-split__line:nth-child(2) {
        white-space: nowrap;
    }
}

.tp-brand-wrap {
    border-color: rgba(0, 0, 0, 0.20);
}

.swiper-slide {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.tp-brand__item::after {
    display: none;
}

.tp-cate__title {
    font-size: 50px;
    padding-right: 30px;
}

.tp-cate__dsc p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    margin-right: 0;
    margin-bottom: 32px;
}

.tp-cate__list span {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
}

.tp-awards__5-funfact-box::before {
    display: none;
}

.tp-awards__5-funfact-item::after {
    display: none;
}

.tp-awards__5-funfact-item {
    margin: 0 30px 0 0;
}

.tp-awards__5-title-box .tp-section-title {
    font-size: 50px;
}

.take-care {
    max-width: 750px;
    font-size: 60px;
    margin-bottom: 54px;
}

.tp-contact__area {
    background-color: #F3F3F3;
    margin-top: 134px;
}

.left-contact {
    max-width: 472px;
}

.footer_layout {
    padding: 23px 0 29px;
    background-color: #F3F3F3;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px; /* 202.5% */
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        row-gap: 20px;
    }
}