footer{
    background: #6391a7;
}

@media (max-width:767px){
	footer{
		padding-bottom:50px;
	}
}

footer h5{
    font: 600 20px 'Poppins', sans-serif;
    color: #fff;
}

footer ul li{
    font: 400 14px/22px 'Poppins', sans-serif;
    color: #fff;
}

.footer-company{

}

@media (max-width:767px){
    footer .footer-company img{
        display: block;
        margin: 0px auto;
    }
}

footer .footer-company img{
    max-width: 250px;
}

@media (min-width:820px) and (max-width:1024px){
    footer .footer-company img {
        max-width: 180px;
    }
}


.footer-company p{
    font: 400 14px/22px 'Poppins', sans-serif;
    color: #fff;
    max-width: 250px;
}

@media (max-width:767px){
    .footer-company p{
        text-align: center;
    }
    footer .social-media a{
        padding:0px 4px;
    }
}

footer .social-media{
    
}

@media (max-width:767px){
    footer .social-media{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.footer-company .fa-facebook, .footer-company .fa-twitter, .footer-company .fa-instagram, .footer-company .fa-linkedin, .footer-company .fa-youtube{
    margin-right: 5px;
    padding: 7px;
    background:#e3e3e3;
    color:#1c4557;
    border-radius: 2px;
}

.footer-company .fa-facebook:hover, .footer-company .fa-twitter:hover, .footer-company .fa-instagram:hover, .footer-company .fa-linkedin:hover, .footer-company .fa-youtube:hover{
    transition: all 0.2s linear;
    background: #1c4557;
    color: #fff;
}

footer .footerTab{

}

footer .footerTab hr {
    max-width: 20%;
    color: #e3e3e3;
    height: 1px;
}

@media (max-width:767px){
    footer .footerTab{
        margin-top: 20px;
    }

    footer h5{
        text-align: center;
    }

    footer .flex-column{
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    footer .footerTab hr{
        margin: 10px auto;
    }
}

footer .nav-link:focus, .nav-link:hover{
    transition: all 0.3s linear;
    color:#1c4557;
}

footer .nav .fa-map-marker-alt{
    padding-bottom: 31px;
    margin-top: 5px;
    float: left;
    width: 20px;
}

@media(min-width:821px) and (max-width:1024px){
	footer .fa-map-marker-alt {
		padding-bottom: 48px;
	}
}

footer .fa-phone-alt, footer .fa-mobile-alt, footer .fa-envelope{
    width: 18px;
}

footer .footerBottom {
    background: #1c4557;
}

footer .footerBottom p{
    font: 400 14px/22px 'Poppins', sans-serif;
    margin:0;
    padding:0;
    color: #fff;
}

footer .text-muted {
    color: #e3e3e3!important;
}

footer .footerBottom img{
   float: right;
}