:root {
    font-family: "Roboto Flex", sans-serif;
    background-color: var(--md-sys-color-background);
    color: var(--md-sys-color-on-background);
    --mdc-theme-primary: #3280d1;
}

.main-width {
    max-width: 1280px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 40px;
}

/* img.logo {
    width: 400px;
} */

/* ********************
:: 21.0 footer area css
******************** */
.footer_bottom_area {
    background-color: #f2f4f8;
    display: block;
    position: relative;
    text-align: center;
}

.footer_menu a {
    font-weight: 300;
    padding: 0 15px;
    border-right: 1px solid #f2f4f8;
}

.footer_menu ul li {
    display: inline-block;
}

.footer_menu ul:last-child a {
    border-right: none;
}

.footer_copywrite_area {
    display: block;
    padding: 30px 0 100px 0;
    background-color: #f2f4f8;
}

.footer_social_area {
    margin-bottom: 30px;
}

.footer_social_area a {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 40px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    margin: 0 5px;
}

.footer_social_area a i {
    line-height: 36px;
}

.footer_social_area a:hover {
    color: #ffffff;
}

.footer_bottom_area .item {
    margin-bottom: 50px;
}

.footer_bottom>p {
    margin: 0;
}