/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 21 2025 | 16:54:16 */
.simple-banner .simple-banner-text {
    font-size: 1.5rem !important;
}

#homepage_hero_cta {
	font-size: 1rem !important;
    text-decoration: none;
    padding: 0.2rem 0.6rem;
    text-align: center;
    overflow: hidden;
    border: none;
    float: none;
    background-color: #122948;
    transition: all 0.3s ease-out;
    z-index: 0;
    position: relative;
    color: #FFF;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    border: 2px solid #122948;
	margin-top: 0.5rem;
}

#homepage_hero_cta:before {
    display:none;
	width: 75px;
    height: 2px;
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
}
body.home .banner-area .bannerleft {
	flex:dispaly;
	gap: 20px;
	max-width: 600px;
	justify-content: left;
	align-items:left;
	text-align:left;
}

#banner > div > div.bannerleft > span {
	line-height: 1em;
    margin-top: 20px;
	margin-top: 20px;
	min-width:auto;
	font-size:2.4rem ;
	font-weight:400 ;
}
}