﻿@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

.footer-area {
    display: block;
    width: 100%;
    z-index: 203;
    font-family: ubuntu, sans-serif;
}

.big {
    padding: 50px 0 50px;
    max-width: 1220px;
}
.row-tabel{
    margin-left:40px !important;
}
.fz {
    font-size: 15px !important;
}

.widget-about a {
    // float: left;
    margin-right: 10px;
}

li {
    list-style: none;
    padding-bottom: 6px;
    font-size: 14px;
}

    li a {
        color: #898b96;
        cursor: pointer;
        font-size: 14px;
    }

        li a:hover {
            text-decoration: none !important;
            color: #2e7eff;
        }

.img-fluid {
    opacity: 0.9;
    width: 80px;
}

li a {
    color: #898b96;
    cursor: pointer;
    font-size: 14px;
}

.widget-about p {
    margin: 25px auto;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.8;
    color: #898B96;
    position: relative;
}

p.arrow-up {
    color: #898B96;
    margin: 25px auto;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    opacity: 0.8;
    color: #898B96;
    position: relative;
}

.widget-about p {
    margin: 25px auto;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    font-size: 13px !important;
    font-weight: 400;
    opacity: 0.8;
    color: rgba(0,0,0, 0.6) !important;
    position: relative;
}

.arrow-up:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 10;
    height: 10;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.footer-widget .arrow-up {
    margin-top: 10px !important;
    margin-bottom: 15px;
    padding-top: 10px !important;
    padding-bottom: 10px;
    font-size: 13px;
}

.color {
    color: #4235ef !important;
    font-size: 40px;
    font-weight: 800 !important;
}

a:hover {
    text-decoration: none !important;
}

.footer-widget-title {
    font-family: ubuntu,sans-serif;
    margin-bottom: 8px;
    padding-left: 50px;
    line-height: 42px;
    font-size: 17px;
    font-weight: 400;
}

ul {
    padding-left: 50px;
    color: #898b96;
}

.mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 13.5px;
    color: #546178;
    opacity: .75;
    letter-spacing: 1px;
}

.mini-footer {
    background: var(--col_white);
    text-align: center;
    padding: 18px 0;
    background-color: #fff;
}
.social-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap !important;
}
.social-row a img {
    width: 40px !important;
    height: 40px !important;
}


@media (min-width: 1200px) {
    .fs-4 {
        font-size: 13.8px !important;
    }
}

@media screen and (max-width:749px) {
    .big {
        text-align: center;
        overflow:hidden;
        box-sizing:border-box !important;
    }
    .row {
        overflow: hidden;
        box-sizing: border-box !important;
    }
}
@media screen and (max-width: 575px)  {
    .row-tabel {
        margin-left: 0px !important;
    }
    .footer-widget-title {
        padding-left: 0px;
    }

    ul {
        padding-left: 0px;
    }
}
