.footer-container{
	background-color:#F6F6F6;
}
.footer-row{
    padding: 50px 0 30px;
}
.footer-logo{
    width: 260px;
    margin: auto;
    padding-bottom: 15px;    
}
.footer-content{
    text-align: center;
}
.footer-contact-info li{
    display: block;
}
.footer-links li {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color:#132F4D;
    margin-bottom: 10px;    
}
.footer-content h3{
	font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #002C51;
    margin-bottom: 12px;
}
.footer-links li a{
    display: inline-block;
    text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color:#132F4D;
}
.footer-address{
    margin-top: 19px;
}
.copyright-row,
.copyright-row a{
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.16;
    color: #A8A8A8;
}
.copyright-row p{
    margin-bottom: 0;
}
.footer-copyright-container{
    background-color: #fff;
    padding: 19px 0;
}
.footer-email a{
	font-size:15px !important;
}
@media (max-width:767px){
    .copyright-row p {
        text-align: center;
    }
    .menu-footer-menu-1-container {
        justify-content: flex-start;
    }
    .footer-bottom-cvontent {
        width: 100%;
    }
    .footer-links ul {
        padding-top: 40px;
    }
    .footer-newletter {
        padding-top: 40px;
    }
    .footer-row {
        padding-bottom: 65px;
    }
}
@media (min-width:768px){
    .footer-bottom-cvontent {
        width: 100%;
    }
}
@media (min-width:992px){
    .footer-bottom-cvontent {
        width: 250px;
    }
}
@media (min-width:1200px){
}