﻿body {
}

.footer-clean {
    margin-top: 8%;
    padding: 50px 3%;
    background-color: #e5e5e5;
    color: #444;
    min-height: 100%;
    bottom: 0%;
    font-weight: bold;
    font-size: large;
    box-shadow: 0px 0px 3px 1px #b3b3b3
}


    .footer-clean h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }

    .footer-clean ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }

        .footer-clean ul a {
            color: inherit;
            text-decoration: none;
            opacity: 0.8;
        }

            .footer-clean ul a:hover {
                opacity: 1;
            }

    .footer-clean .item.social {
        text-align: center;
    }

@media (max-width:767px) {
    .footer-clean .item {
        /*text-align: center;*/
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}

.footer-clean .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

    .footer-clean .item.social > a:hover {
        opacity: 0.9;
    }

@media (max-width:991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    bottom:0%;
    opacity: 0.6;
    text-align:center;
    padding: 3%;
}

.footer-contact{
    margin-top:8%;
}
.gradient-top {
	position: relative;
	background-color: #fff;
}

.gradient-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(to left, #0494d1, #84dbff);
}

.footer-clean {
    margin-top: 8%;
    padding: 45px 3%;
    background-color: #e5e5e5;
    color: #444;
    min-height: 100%;
    bottom: 0%;
    font-weight: bold;
    font-size: large;
    box-shadow: 0px 0px 3px 1px #b3b3b3;
}

.gradient-top {
    position: relative;
    background-color: #7dd7fd33;
}

.footer-clean ul li, .footer-clean ul li a {
    color: #016397;
    text-decoration: none;
    opacity: 1;
}
.fa-phone, .fa-fax, .fa-envelope, .fas, .fa {
    color: #003c5c;
    font-size: 16px;
    padding: 0 0 0 5px;
}
@media (max-width:750px) {

    .mail-footer {
        /*max-width:80%;*/
        word-break: break-word;
    }

}

