@media screen and (max-width: 1600px) {
	.bottom-header {
		margin-bottom: -1.6rem;
		margin-top: -1.8rem;
	}
	.header-desktop-logo {
        max-width: 16%;
        margin-bottom: -3rem;
    }
}
@media screen and (max-width: 1199px) {
	.bottom-header {
        margin-bottom: -1rem;
        margin-top: -1rem
	}
	.header-desktop-logo {
        max-width: 15%;
        margin-bottom: -2.5rem;
    }
}
@media screen and (max-width: 991px) {
	.header-main {
	    background-color: var(--bs-black);
	}
	.home-about .text-box {
	    max-width: 100%;
	}
	.home-master-plane .text-box {
	    max-width: 100%;
	}
	.footer-main .custom-row{
		gap:var(--bs-space-mini);
	}
	.footer-main .col-center {
	    max-width: 100%;
	    order: 1;
	}
	.footer-main .col-right {
	    order: 3;
	}
	.footer-main .col-left {
	    order: 2;
	}
}
@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 575px) {
	.footer-main .custom-row {
		flex-direction: column;
	}
}