@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);

footer {
    background-color: #363636;
    min-height: 280px;
    font-family: 'Montserrat', sans-serif;
}

.footerleft {
    margin-top: 50px;
}

.logofooter {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.footerleft p {
    color: #fff;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.footerleft p i {
    width: 20px;
    color: #999;
}


.paddingtop-bottom {
    margin-top: 50px;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;
}

.footer-ul li {
    line-height: 29px;
    font-size: 12px;
}

.footer-ul li a {
    color: #a0a3a4;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.footer-ul i {
    margin-right: 10px;
}

.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #ff670f;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.icon-ul {
    list-style-type: none !important;
    margin: 0px;
    padding: 0px;
}

.icon-ul li {
    line-height: 75px;
    width: 100%;
    float: left;
}

.icon {
    float: left;
    margin-right: 5px;
}


.copyright {
    min-height: 40px;
    background-color: #000000;
}

.copyright p {
    text-align: left;
    color: white;
    padding: 10px 0;
    margin-bottom: 0px;
}

.heading7 {
    font-size: 21px;
    font-weight: 700;
    color: white;
    margin-bottom: 22px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

.post p span {
    display: block;
    color: #8f8f8f;
}

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}

.bottom_ul li {
    float: left;
    line-height: 40px;
}

.bottom_ul li:after {
    color: #FFF;
    margin-right: 8px;
    margin-left: 8px;
}

.bottom_ul li a {
    color: white;
    font-size: 12px;
}

li {
    font-family: 'Montserrat', sans-serif;
}

.col-md-4.col-sm-6.footerleft p {
    padding-bottom: 0;
    padding-top: 0;
}

#margins {
    margin: 50px 160px 0px !important;
}


.footerprivacy {
    text-align: right;
    text-transform: none !important;
}

.footerprivacy a {
    color: white;
}

.footerprivacy a:hover {
    color: lightgrey;
}

.footerPrivacyLinks h6 {
    margin-right: 4pt !important
}

#socialFooter {
    text-align: right;
}

#socialFooter a {
    font-size: 3em !important;
    color: white !important;
}


@media only screen and (max-width: 768px) {
    #margins {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .footerleft{
        padding-left: 30px;
    }
}