@charset "utf-8";
/* CSS Document */

/* summer-style.css */
body {
    
}
main#content h1, main#content h2, main#content h3, main#content h4, main#content h5, main#content h6, .RelatedLinksTemplate h1, .RelatedLinksTemplate h2, .RelatedLinksTemplate h3, .RelatedLinksTemplate h4, .RelatedLinksTemplate h5, .RelatedLinksTemplate h6, .HereToHelpWrap h1, .HereToHelpWrap h2, .HereToHelpWrap h3, .HereToHelpWrap h4, .HereToHelpWrap h5, .HereToHelpWrap h6 {
	color: var(--black) !important;
}
main#content p, main#content li, .RelatedLinksTemplate li, .RelatedLinksTemplate p, .HereToHelpWrap p, .HereToHelpWrap li, .NewsSidebarItem a {
	font-size: 17px;
}
.entry-content a {
	color: #ffa400 !important;
}
.BlueBarWrap {
     background-color: #000000;
}
.BlueBar::after {
	color: #000000;
}
.ContactForm .quform-button-submit button, #FormWrap .quform-button-submit button {
	background-color: #000000;
    border: 2px solid #000000;
}
.ContactForm .quform-button-submit button:hover, #FormWrap .quform-button-submit button:hover {
    background-color: #ffa400;
    border: 2px solid #ffa400;
	color: #000000;
}
.service-icons img {
	height: 170px !important;
}

blockquote p {
	color: #000000 !important;
}
strong {
	font-weight: 700;
}

/* Homepage styles */
.home-slider {
    background: linear-gradient(to top, #ffffff 0%, #ffffff 86%, transparent 14%, transparent 100%);
}
.home-slider h3 a, .home-slider h3 a:visited {
	color: #000000;
}
.home-box .upb_row_bg {
	background: #ffffff !important;
	
}
.MTBoxLeft {
	background: linear-gradient(to right, #fa7e00, #ffa400);
}
.MTBoxLeft a {
    background-color: #000000;
    background-image: linear-gradient(#000000, #000000);
}
.MTBoxRight::before {
	border-left: 50px solid #ffa400;
}
.testimonials-wrapper h1 {
	color: #fa7e00;
}
.home-news-wrapper {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 37%, #fa7e00 37%, #fa7e00 100%);
}
.footer-news .vc_custom_heading a {
	color: #000000;
}
.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-warning {
	background-image: linear-gradient(#000000, #000000);
	color: #ffffff !important;
}
.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-warning:hover {
	color: #ffc000 !important;
}


/* Header Layout */
.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.UnderMenu ul ul li:nth-child(2) a::before {
    content: "\f1ad";
    font-family: "FontAwesome" !important;
    font-size: 16px !important;
}

/* Logo */
.logo img {
    max-height: 80px;
}

/* Navigation */
.main-nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

/* Mobile Toggle (hidden on desktop) */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}


/* Footer styles */
.MainFooter .FooterNewsletterWrap {
    margin-top: 0px;
}
.MainFooter {
	background-color: #000000;
	padding-top: 40px;
	padding-bottom: 0;
}
.MainFooter h3 {
	font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform:none;
	color: #ffc000;
}
.MainFooter .FooterNewsletterWrap h3 {
	text-transform:none;
	color: #ffc000;
}
.MainFooter .FooterNewsletterWrap input {
    background-color: #ffffff;    
	border-radius: 3px;
	color: #cccccc;
   }
.MainFooter .FooterNewsletterWrap .quform-button-submit button {
    width: 100%;
    border-radius: 3px;
    background: linear-gradient(to right, #fa7e00, #ffc000);
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: none;
}
.MainFooter .FooterNewsletterWrap .quform-button-submit button:hover {
    background-color: #ffc000;
    color: #ffffff;
	opacity: 0.95;
}
.MainFooter .footer-menu {
    margin-top: 0px;
}
.MainFooter .footer-menu li {
	margin-bottom: 15px;
}
.MainFooter .FooterAddress ul {
    padding-left: 0px;
}
.MainFooter .FooterAddress li strong a:hover {
	color: #ffc000;
}
.MainFooter .FooterAddress li::marker {
	content: " ";
}
.quform-spacer p {
	font-family: "Rubik", sans-serif !important;
}
.MainFooter .FooterNewsletterWrap input {
	font-family: "Rubik", sans-serif !important;
}
.MainFooter .FooterColumn {
	float: left;
    padding: 0 25px;
	width:20%;
}
.MainFooter .FooterColumn1 {
	width:20%;
}
.MainFooter .FooterColumn2, .MainFooter .FooterColumn3 {
	width:30%;
}
.Copyright  {
	background-color: #000000;
}
.footer-social-icons {
	margin-top: 25px;
}
.footer-social-icons img {
	width:auto;
	filter: grayscale(100%) brightness(0%);
}
.SocialIcons li a {
	border-radius: 90px;
	width: 29px;
}
#cmplz-manage-consent .cmplz-manage-consent {
	font-family: "Rubik", sans-serif;
	background: linear-gradient(to right, #fa7e00, #ffc000);
	color: #ffffff !important;
}

/* Inner Pages Styles */
.HereToHelp {
    background-image: linear-gradient(to right, #fa7e00, #ffc000);
}
#ContentWrap .NewsWithImg .vc_btn3-color-info {
	background-color: #000000;
	border: 2px solid #000000;
	color: #ffffff !important;
}
#ContentWrap .NewsWithImg .vc_btn3-color-info:hover {
	color: #000000 !important;
}
.TestimonialItem {
    background-color: #fa7e00;
	background-image: linear-gradient(to right, #fa7e00, #ffc000);
}
main#content .RecruitmentAccordion h4 a {
    color: #fff !important;
    font-size: 19px;
    background-color: #ffa400;
    margin-bottom: 3px;
    font-weight: 600;
}
#ContentWrap .vc_btn3-color-info, .HereToHelpWrap .Button, body #ContentWrap a.Button {
	color: #ffffff !important;
}
main#content .TeamWrap ul li:before {
	color: #ffa400;
}
main#content .TeamWrap h6, main#content .TeamWrap h6 p {
	color: #fa7e00;
}
#ContentWrap .vc_btn3-color-info:hover, .HereToHelpWrap .Button:hover, body #ContentWrap a.Button:hover {
	background-color: #fa7e00;
}
.HereToHelpWrap {
   
    border-top: 5px solid #fa7e00;
}
#ArchiveWrap .post-title hr {
	border: 3px solid #ffc000;
}
.NewsSidebar h5::after {
	background-color: #ffc000;
}
#ArchiveWrap .post-link a {
    background-color: #e46c0a;
        border: 2px solid #e46c0a;
}
#ArchiveWrap .post-link a:hover {
    color: #e46c0a;
    background-color: transparent;
}
main#content .LocationsWrap ul li:before {
	color: #e46c0a;
}
main#content p a:hover, main#content li a:hover, .RelatedLinksTemplate li a:hover, .HereToHelpWrap p a:hover {
    color: #000000;
}
.guide-link {
	color: #000000 !important;
}
.guide-link:hover {
	color: #fa7e00 !important;
}
.BlueBackground {
	background-image: linear-gradient(to right, #fa7e00, #ffc000);
}
.act-now h4 {
	color: #ffffff !important;
}
main#content .LocationsWrap ul .Address::before {
    content: "\f041";
}
main#content .LocationsWrap ul .Telephone::before {
    content: "\f2a0";
}
main#content .LocationsWrap ul .Directions::before {
    content: "\f21d";
}
main#content .LocationsWrap ul .Map::before {
    content: "\f279";
}

@media only screen and (max-width: 900px) {
    .MainFooter .FooterColumn, .MainFooter .FooterColumn1, .MainFooter .FooterColumn2, .MainFooter .FooterColumn3 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.header-container {
		display: block;
	}
	.logo {
		text-align: center;
    padding-bottom: 15px;
	}
	.main-nav ul {
		gap: 5px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background: #000000 !important;
	}
	
}