/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2024 | 16:41:44 */
.footer-row {
    display: flex;
    justify-content: space-between;
	background-color: #161616 !important;
}

.footer-coloumn {
    display: flex;
}
.footer-coloumn2 {
	width: 55%;
    justify-content: space-around;
}

.footer-coloumn1 .footer-sub-coloumn1 {
    background: #202020;
    display: flex;
    width: 400px;
    justify-content: center;
}
.footer-coloumn1 .logo-footer {
    width: 100px;
    align-self: center;
}
.footer-back {
    width: 90px !important;
}
.footer-coloumn h5:after {
	content: "";
	position: absolute;
	background-image: url("/wp-content/uploads/2022/08/headIcon.png");
	position: absolute;
	background-size: auto;
	width: 62px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left;
	margin: 9px 9px auto auto;
}
.footer-coloumn h5 {
	color: #bdaa6f;
	font-size: 21px;
}
.footer-coloumn span {
	color: #bdaa6f;
	font-size: 120%;
}
.footer-coloumn p {
	font-size: 17px !important;
	color: #c1c1c1 !important;
}
.quick-access ul {
	line-height: 2.3;
	font-size: 16px !important;
	color: #c1c1c1 !important
}
#nasa-footer .footer-dark {
    background-color: #2d2d2d;
	    padding: 0 !important;
    margin: 0 !important;
	color: #c1c1c1;
}
@media  (max-width: 870px) {
	.footer-col2 {
		display: none;
	}
}
#Webdeveloper {
    position: relative;
    cursor: progress;
    padding-top: 100px;
    color: #c1c1c1 !important;
}
#Webdeveloper span {
	    color: #c1c1c1;
    font-size: 15px;
}

@keyframes fade {
	0%{
		opacity: 0;
	}
	to {
		opacity: 100;
	}
}
.progress-bar {
	animation: bar-loading 10.5s infinite;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
}

@media (max-width: 770px) {
	.footer-row{
		flex-flow: column;
	}
	.footer-coloumn .footer-sub-coloumn2 {
    padding-bottom: 25px;
		display: none;
	}
	.footer-coloumn2 {
    width: 90%;
    justify-content: space-around;
    display: flex;
    flex-flow: column;
    gap: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
}
	.footer-coloumn .footer-sub-coloumn1 {
display: none;

}
}
