.footer-container{
    padding-top: 38px;
	background-color:#1E1E1E;
}
.footer-logo{
    width: 160px;
    padding-bottom: 20px;
}
.footer-content{
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4; 
    color: #1E1E20;
}
.footer-contact-info li{
    display: block;
}
.footer-links ul{
    padding-top: 90px;
}
.footer-links ul li a{
    display: inline-block;
    text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	color:#Fff;
    margin-bottom: 3px;
    position: relative;
    padding-left: 15px;
}
.footer-links ul li a::before{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    background-color: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;        
}
.footer-links ul li a:hover{
	color:#3644FF;
}
.copyright-row,
.copyright-row a{
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.copyright-row p{
    margin-bottom: 0;
    text-transform: uppercase;
}
.footer-copyright-container{
    background-color: #3644FF;
    padding: 15px 0;
}
.footer-address{
    width: 215px;
}
.footer-row{
    padding-bottom: 85px;
}
.footer-address {
    width: 215px;
}
.sionc-twitter svg{
	height:37px;
	width:37px;
}
.sionc-twitter{
	margin-left:5px;
}
.footer-social-icon{
	display:flex;
	align-items:center;
}
.footer-social-icon li{
    margin-right: 15px;
}
.footer-social-icon li a{
    height: 22px;
    width: 22px;
    display: inline-block;
    text-decoration: none;
}
.footer-social-icon .footer-instagram a,.footer-social-icon .footer-facebook a, .footer-social-icon .footer-linkedin a{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-social-icon .footer-linkedin a{
    background-image: url(../../images/linkedin-footer.svg);
}
.footer-social-icon .footer-instagram a{
    background-image: url(../../images/instagram-footer.svg);
}
.footer-social-icon .footer-facebook a{
    background-image: url(../../images/facebook-footer.svg);
	height: 20px;
	width: 20px;
}
.footer-bottom-cvontent{
    max-width: 100%;
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color:#FFF;
	padding-bottom:15px;
}
.menu-footer-menu-1-container{
    display: flex;
    justify-content: center;
}
.footer-newletter h3{ 
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color:#fff;
    margin-bottom: 18px;
}
.footer-newletter{
    padding-top: 90px;
}
.footer-newletter a{
	padding: 11px 32px;
}
.footer-newletter-form form{
    display: flex;
    flex-wrap: wrap;
}
.footer-newletter-form form p,
.footer-newletter-form form label{
    margin-bottom: 0;
}
.footer-newletter-form form p{
    display: flex;
    flex-basis: calc(100% - 47px);
    max-height: 32px;
}
.footer-newletter-form input{
    border: none;
    padding: 5px 10px;
    width: 100%;
    height: 100%;
}
.wpcf7-response-output{
    color: #fff;
}
.footer-newletter-form input:focus{
    outline: none;
}
.newletter-button{
    flex-basis: 41px;
    margin-left: 6px;
    flex-shrink: 0;
    height: 100%;
}
.newletter-button p{
    margin-bottom: 0;
}
.newletter-button input{
    font-size: 0 !important;
    background-color: #0d4560 !important;
    font-size: 0;
    border: none;
    cursor: pointer;
    background-image: url(../../images/search-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px 15px;
	min-width: auto;
	border-radius: 0;
}
.newletter-button input:hover{
    background-color: #008EE0 !important;
}
.wpcf7-spinner{
    display: none;
}
@media (max-width:767px){
	.footer-container {
		padding-top: 55px;
	}
    .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: 90px;
		justify-content:center;
    }
	.copyright-left{
		padding-bottom:10px;	
	}
	.footer-copyright-container {
		background-color: #3644ff;
		padding: 30px 0 15px;
	}
}
@media (min-width:768px){
    .footer-bottom-cvontent {
        width: 100%;
    }
}
@media (min-width:992px){
    .footer-bottom-cvontent {
        width: 250px;
    }
}
@media (min-width:1200px){
}