.footer-menu-header{
	font-family: opensans_semibold;
	color:#ffffff;
	font-size:18px;
}

.bottom-footer{
	background-color:#000616;
	padding-top:20px;
}

.bottom-menu{
	list-style:none;
	padding:5px;
	margin-left:-5px;
	color:#ffffff;
	line-height:1.8;
}
.bottom-menu li a{
	color:#ffffff;
}
.bottom-menu li a:hover{
	color:#df9d00;
	text-decoration:none;
}

/*  */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}
.footer-instuname{
	color: #ffffff;
}

.footer-brand-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex: 1;
    min-width: 300px;
}

.footer-logo {
    margin-right: 15px;
    flex-shrink: 0;
}

.footer-contact-section {
    text-align: right;
    flex: 1;
    min-width: 300px;
    margin-bottom: 15px;
	color: #ffffff;
}

.footer-copyright {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-brand-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer-logo {

        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .footer-contact-section {
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .footer-copyright {
        text-align: center;
    }
}



/* //////////////////// */
