﻿
.footer p {
    font-size: 16px;
    line-height: 30px;
    color: #898b96;
    font-weight: 300;
}

.footer h4 {
    font-family: Rubik, sans-serif;
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #363940;
}

.footer a {
    color: #5867dd;
}


.go_top {
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    background: #5867dd;
    color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*right: -webkit-calc((100% - 1400px)/ 2);
    right: calc((100% - 1400px) / 2);*/
    right:5%;
    z-index: 111;
    bottom: 100px;
    text-align: center;
}

    .go_top span {
        display: inline-block;
    }

.footer-big {
    padding: 25px 0 12px 0;
}



.footer--light {
    background: #e7e8ed;
}

.footer-blue {
    background: var(--me-blue);
}


.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
    color: white;
    /*#898b96*/
}

.footer-menu {
    /*padding-left: 48px;*/
}
    .footer-menu ul{
        padding-left:1.5em;
    }
    .footer-menu ul li a {
        font-size: 15px;
        line-height: 32px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .footer-menu ul li a:hover {
            color: var(--me-green);
        }

.footer-menu--1 {
    width: 100%;
}

.footer-widget-title {
    line-height: 42px;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    color:var(--me-orange)!important;
}

.mini-footer {
    background: #192027;
    text-align: center;
    padding: 20px 0;
}

    .mini-footer p {
        margin: 0;
        line-height: 26px;
        font-size: 15px;
        color: #999;
    }

        .mini-footer p a {
            color: #5867dd;
        }

            .mini-footer p a:hover {
                color: white;
            }

.widget-about img {
    display: block;
    margin-bottom: 10px;
}

.widget-about p {
    font-weight: 400;
}

.widget-about .contact-details {
    margin: 30px 0 0 0;
}

    .widget-about .contact-details li {
        margin-bottom: 10px;
    }

        .widget-about .contact-details li:last-child {
            margin-bottom: 0;
        }

        .widget-about .contact-details li span {
            padding-right: 12px;
        }

        .widget-about .contact-details li a {
            color: #5867dd;
        }


@media (max-width: 991px) {
    .footer-menu {
        padding-left: 0;
    }
}
