ul.top-section li i {
    color: #fff;
	margin-right:7px;
}
ul.top-section li {
    padding: 3px 13px;
	color:#fff;
}
ul.top-section a {
    color: #fff;
}
ul.top-section {
    display: flex;
    list-style: none;
    margin: 0;
	justify-content: end;
}

.hero-banner:after {
    content: '';
    background: url(https://steelblue-cheetah-788592.hostingersite.com/wp-content/uploads/2026/02/file-1-1.png);
    background-repeat: no-repeat;
    width: 738px;
    height: 531px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.hero-banner p {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.hero-banner h1 {
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 800;
	color: #E87A00;
	line-height: 75px;
}
.hero-banner h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
	margin-bottom: 8px;
}



.faq-section summary.e-n-accordion-item-title {
    background-color: #F7F7F7;
}

.site-footer
{
	background:url('https://steelblue-cheetah-788592.hostingersite.com/wp-content/uploads/2026/02/bg-banner-home.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: auto;
	padding-top:35px;
	font-weight: 500;
}

.site-footer .top-section a {
    color: #000;
	font-size: 14px;

}

.site-footer .top-section i {
    color: #E87A00;
}

.site-footer ul.top-section li {
    padding: 3px 9px;
    font-size: 14px;
	color:#000;
}

@media only screen and (max-width:767px)
{
ul.top-section {
    display: block;
}
.site-footer {
	padding:30px;
	}

.hero-banner h1 {
    font-size: 40px;
    line-height: 52px;
}

.hero-banner:after {
    right: -230px;
}
}