/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

section#page-title h2 {background-color: #e52e26;display: inline-block;padding: 10px 50px;color: #fff;text-transform: uppercase;font-weight: 700;border-radius: 50px;font-size: 20px;}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    display:flex;;
}


