footer#footer {
    width: 100%;
    height: auto;
    background: #1a1a1a;
    padding: 20px 20px 60px 20px;
    margin-top: 3rem;
}

footer#footer::before {
    background: none !important;
}

.pri-footer .holder::before {
    border: none !important;    
}

.pri-footer .holder::after {
    background: none !important;
}

footer .pri-footer, footer .footer-bar {
    background: #1a1a1a;
}

footer .footer-nav ul {
    width: 100%;
    padding: 5%;
}

footer .footer-nav ul li {
    font-weight: 400;
    padding: 0px;
    line-height: 1;
}

footer .footer-nav ul li:nth-child(1) {
    font-weight: 700;   
    border-bottom: 1px solid #f4f2f264;
    padding-bottom: 10px;
}

footer .footer-nav ul li a, footer .footer-nav ul li:nth-child(1) span {
    color: #878383;
    text-transform: none;
}

footer .footer-nav ul li a:hover {
    color: #ffffff;
    transient: 0.4s;
}

footer .social-icon-container {
    width: 100%;
    text-align: center;
}

footer .footer-social-icon {
    padding: 5px;
    border: 1px solid #878383;
    border-radius: 100px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 6px;
}

footer .footer-social-icon:hover {
    border-color: #ffffff;
    transient: 0.4s;
}

footer .footer-social-icon:hover i {
    color: #ffffff;
    transient: 0.4s;
}

footer .footer-social-icon i {
    color: #878383;   
    font-size: 18px;
}

#footer .footer-bar .footer-paok-logo {
	position: absolute;
	bottom: 5%;
	right: 50px;
}

#footer .footer-bar .footer-paok-logo .paokLogo {
	height: 150px;
	filter: grayscale(100%);
	opacity: 0.5;
	cursor: pointer;
}

#footer .footer-bar .footer-esake-logo {
    position: absolute;
    bottom: 5%;
    left: 50px;
}

#footer .footer-bar .footer-esake-logo .esakeLogo {
    height: 150px;
    cursor: pointer;
}

@media only screen and (max-width: 1300px) {
	#footer .footer-bar .footer-paok-logo {
		right: 5%;
	}
}

@media only screen and (max-width: 1240px) {
	#footer .footer-bar .footer-paok-logo {
		bottom: 85%;
	}
	
	#footer .footer-bar .footer-paok-logo .paokLogo {
		height: 100px;
	}

    #footer .footer-bar .footer-esake-logo {
        bottom: 85%;
    }
    
    #footer .footer-bar .footer-esake-logo .esakeLogo {
        height: 100px;
    }
}

@media only screen and (max-width: 600px) {
    #footer .footer-bar {
        text-align: center;
    }

	#footer .footer-bar .footer-paok-logo, #footer .footer-bar .footer-esake-logo {
        display: inline-block;
		position: relative;
		bottom: 0;
		margin-bottom: 2rem;
		text-align: center;
	}
}



