.main-navigation {
    position: relative;
    top: 0px !important;
}
.ast-main-header-nav-open img {
    filter: invert(0) !important;
}


@media (max-width: 921px){
		
.ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block;
    position: fixed;
    /* background: #0080ff; */
    top: 76px !important;
		}
		
		.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
    padding: 0px 1rem;
}
		.ast-mobile-svg.ast-close-svg {
	color: white;
	filter: invert(1);
}
		.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
	padding: 0;
}
}

@media (max-width: 544px){

header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
	max-width: 120px !important;
	width: 100px !important;;
		}
}



@media (max-width: 767px){
.e-n-tabs-heading {
    display: flex !important;
		align-items: center;
		margin-bottom: 20px;
}		
		.main-header-menu .sub-menu {
    width: 100%;
    max-width: 100%;
}
}


@media screen and (min-device-width: 576px) and (max-device-width: 767px) { 
   .e-n-tabs-heading button {
    margin: 0 !important;
}
}

li.custom-read-more{
		 
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    color: blue;

}
.sub-menu .ast-arrow-svg {
    display: none;
}
.site-footer-section img {
    max-width: 150px;
}

.main-heading-custom h2{
		color: white !important;
}