* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#content {
    display: none;
}

html,
body {
    scrollbar-width: none;
    touch-action: manipulation;
}


    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
    }

html {
    scroll-behavior: smooth;
}

.footer_starts {
    width: 100%;
    background-color: #414345;
    position: relative;
    overflow: hidden;
}

.footer_absBackImg {
    position: absolute;
    width: 500px;
    bottom: -10%;
    left: 0;
}

    .footer_absBackImg img {
        width: 100%;
    }

.footer_subCon {
    padding: 3rem 2rem;
}

.footer_columns img {
    width: 64px;
    margin-bottom: 1.5rem;
}

.footer_columns h4 {
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 22px;
}

.linksStyle a {
    text-decoration: none;
    color: #909396;
    font-size: 13px;
}

.footer_columns_list {
    list-style: none;
    padding-left: 0rem !important;
}

    .footer_columns_list p {
        color: #9a9da0;
        font-size: 13px;
        margin-bottom: 0.5rem;
    }

    .footer_columns_list li a {
        text-decoration: none !important;
        color: #9a9da0 !important;
    }

        .footer_columns_list li a:hover {
            text-decoration: none;
            color: #9a9da0;
        }

.footer_columns_tel {
    font-size: 13px;
    color: #9a9da0;
}

.service_quick {
    width: 86%;
    justify-content: space-around;
}

.footer_training {
    font-size: 15px !important;
    color: #9a9da0;
    font-weight: 600;
}

.footer_training_sub {
    padding-left: 20px;
}

.footer_columns_list-second p {
    color: #9a9da0;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.footer_columns_tel {
    font-size: 13px;
    color: #9a9da0;
}

.footer_telImgDiv {
    margin-top: 8px;
}

    .footer_telImgDiv img {
        width: 15px;
        height: 15px;
    }

.footer_columns_newsLetterBtn input {
    flex: 1;
    height: 100%;
    border-radius: 25px 0 0 25px;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    font-size: 12px;
    outline: none;
}

.footer_columns_newsLetterBtn button {
    width: auto;
    border-radius: 0 25px 25px 0;
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-weight: 700;
    background-color: #e6572e;
    color: #ffffff;
    border: none;
}

    .footer_columns_newsLetterBtn button:hover {
        background-color: #d84b2b;
    }

.footer_bottomCon {
    padding-bottom: 1rem;
    width: 100%;
    text-align: center;
}

    .footer_bottomCon p {
        font-size: 10px;
        color: #ffffff;
    }
