/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.title-company {
    padding-bottom: 31px;
    padding-top: 31px;
}

@media screen and (max-width: 1200px) {
    .title-company {
        font-size: 24px;
    }

    .val_arrow, .val_sun {
        display: none;
    }
}

.mega-menu-content {
    max-width: none !important;
    width: 800px !important;
}

@media screen and (max-width: 1200px) {
    .mega-menu-content {
        max-width: none !important;
        width: 90% !important;
    }
}