/* ---------------------------------------------- Homepage styles --------------------------------------------------- */

.jumbo {
	min-height: 100vh;
}

.jumbo_img {
	display: flex;
	height: 100vh;
	align-items: center;
	padding-top: 3rem;
}

.jumbo_img img {
	width: 100%;
}

.jumbo_text {
	font-family: 'Manrope', sans-serif;
	display: flex;
	height: 100vh;
	align-items: center;
	padding-top: 8rem;
}

.jumbo_text h1 {
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 1.5rem;
}

.jumbo_text p {
	font-family: 'Inter', sans-serif;
	margin-bottom: 2.5rem;
	padding-right: 10%;
}

.jumbo_btn {
	background: #000000;
	border-radius: 5px;
	color: #fff;
	padding: 0.7rem 1.6rem;
	transition: all 0.3s ease-in-out;
}

.jumbo_btn:hover {
	color: #fff;
	box-shadow: 1px 2px 5px #999;
}

.section1 {
	padding: 4rem 0 1rem 0;
}

.section1_div {
	padding-left: 9%;
	padding-top: 5rem;
}

.section1_div h3 {
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #001c07;
	font-family: 'Manrope', sans-serif;
}

.section1_div p {
	font-family: 'Inter', sans-serif;
	margin-bottom: 2rem;
	color: rgba(0, 28, 7, 0.7);
}

.section2_div {
	padding-left: 0;
	padding-right: 9%;
	padding-top: 5rem;
}

.section_pad {
	padding-bottom: 7rem !important;
}

.specialized {
	background-color: #f5f5f566;
	padding: 4.5rem 0 4rem 0 !important;
}

.section_header h2 {
	font-family: 'Manrope', sans-serif;
	color: #000000;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	text-shadow: 1px 0px 1px green;
	padding-bottom: 3rem;
}

.specialized_box {
	background: #ffffff;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	text-align: center;
	padding: 3.2rem 1rem 2rem 1rem;
	min-height: 24rem;
	transition: all 0.3s ease-in-out;
	position: relative;
	margin-bottom: 2.5rem;
}

.specialized_box::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #78c25a;
	z-index: 0;
	content: '';
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 250ms ease-in;
}

.specialized_box:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.specialized_box img {
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
	z-index: 1;
	position: relative;
}

.specialized_box h5 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	margin-bottom: 1rem;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease-in-out;
	min-height: 3rem;
}

.specialized_box p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.specialized_box:hover>h5,
.specialized_box:hover>p {
	color: #fff;
}

.license {
	padding: 4rem 0 4rem 0;
}

.license img {
	width: 8rem;
}

.receive h3 {
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	padding: 0 25%;
	font-size: 2rem;
}

.safety {
	padding: 2rem 0;
	background-color: #f6f8fa;
}

.safety p i {
	color: #78c25a;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------- Footer styles ------------------------------------------- */

footer {
	background: #242723;
	color: #fff;
	padding: 7rem 0 3rem 0;
}

footer h6 {
	font-family: 'Manrope', sans-serif;
	margin-bottom: 2rem;
	font-weight: 600;
}

footer p {
	font-family: 'Inter', sans-serif;
	margin-bottom: 2rem;
}

footer p img {
	margin-right: 0.3rem;
}

footer a {
	display: block;
	margin-bottom: 0.5rem;
}

footer i {
	color: #fff;
	border: 1px solid #fff;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding: 0.4rem;
	transition: all 0.3s ease-in-out;
}

footer i:hover {
	background: #78c25a;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------ About Styles -------------------------------------------------- */

.page_header {
	background: #78c25a;
	height: 9rem;
	margin-top: 9rem;
	display: flex;
	position: relative;
	align-items: center;
}

.page_header img {
	position: absolute;
	width: 4rem;
}

.page_header .imgg1 {
	bottom: 0.2rem;
	left: 0;
}

.page_header .imgg2 {
	top: 0.1rem;
	right: 0;
}

.page_header h3 {
	color: #fff;
	text-align: center;
	padding-top: 1rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

.about_pad {
	padding: 0 10%;
}

.about_page img {
	width: 100%;
	margin: 6rem 0 3rem 0;
}

/* .about_page h3,
.about_page h4 {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}

.about_page p {
	font-family: 'Inter', sans-serif;
	margin-bottom: 1.5rem;
} */

.about_page {
	padding-bottom: 4rem;
}

.about_section1 {
	padding: 4rem 0 1.5rem 0;
}

.about_section1 h3,
.about_section3 h2,
.about_section2 h3,
.about_section4 h4,
.about_section5 h4,
.about_section7 h3,
.about_section6 p,
.safety h3,
.about_section6 h3,
.about_section5 h5,
.about_section1 h4,
.about_section1 h5 {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

.about_section1 img {
	width: 100%;
	border-radius: 8px;
	height: 18rem;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.person_image {
	position: relative;
	z-index: 2;
	margin-bottom: 3.5rem;
}

.person_image::after {
	position: absolute;
	border-radius: 15px;
	width: 75%;
	height: 90%;
	background: #78c25a;
	z-index: 0;
	content: '';
}

.person_image1::after {
	bottom: -1.3rem;
	right: -1.4rem;
}

.person_image2::after {
	bottom: -1.3rem;
	left: -1.4rem;
}

@media (max-width: 767px) {
	.person_image {
		padding: 0 3rem;
	}

	.person_image1::after {
		bottom: -1.5rem;
		right: 0rem;
	}

	.person_image2::after {
		bottom: -1.3rem;
		left: -1.4rem;
	}

	.home_page .person_image1::after {
		right: 1.5rem;
	}

	.home_page .person_image2::after {
		left: 1.7rem;
	}
}

@media (max-width: 576px) {
	.page_header h3 {
		font-size: 20px;
		width: 70%;
	}
}

.about_section1 p,
.about_section7 p,
.about_section3 p,
.about_section5 p,
.safety p,
.about_section2 p {
	font-family: 'Inter', sans-serif;
}

.btn_green {
	background: #78c25a;
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

.about_section1 span {
	padding: 0.5rem 2rem;
	border-radius: 6px;
}

.about_section2 {
	background: #f6f8fa;
	padding: 5rem 0 0 0;
}

.about_section2 h3 {
	margin-bottom: 1rem;
}

.about_section3 {
	background: #78c25a;
	color: #fff;
	padding: 3rem 0 2rem 0;
}

.about_section4 {
	padding: 5rem 0;
}

.about_section4 img,
.about_section2 img {
	width: 100%;
}

.about_section4 h4,
.about_section5 h4 {
	margin-bottom: 2.5rem;
}

.about_section5 {
	padding: 3rem 0;
}

.about_section5 img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 2rem;
}

.about_section5 p {
	font-size: 14px;
}

.about_section5_box {
	margin-bottom: 3rem;
}

.about_section6 {
	background-color: #170f49;
	padding: 2.5rem 0 1.5rem 0;
	color: #fff;
}

.about_section6 p {
	color: #78c25a;
	background-color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 6px;
}

.about_section7 {
	padding: 5rem 3% 5rem 10%;
}

.about_section71 {
	padding: 5rem 10% 5rem 3%;
}

.green_bg {
	background-color: #78c25a;
	color: #fff;
}

.orange_bg {
	background-color: #d9a714;
	color: #fff;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------- Services page styles ----------------------------------------- */

.services_page {
	padding: 2rem 0 0rem 0 !important;
}

.spec2 {
	background-color: rgb(245, 245, 245, 0.3);
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------- Resources page styles ----------------------------------------- */

.res_box img {
	width: 1rem;
	height: 1rem;
	margin: 0.1rem 1rem 0 0;
}

.res_box {
	margin-bottom: 1.5rem;
}

.res_box p {
	margin: 0 !important;
	padding-bottom: 0;
}

.imggg_box {
	height: auto;
	display: flex;
	align-items: center;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------- Careers page styles ----------------------------------------- */

.about_pad2 {
	padding: 0 15% 7rem 15%;
}

.care_form h3 {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	margin-bottom: 3rem;
}

.care_form input {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	margin-bottom: 1.5rem;
	height: 60px;
	padding: 0 2rem;
	color: rgba(0, 0, 0, 0.5);
}

.care_form textarea {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 6px;

	padding: 1rem 2rem 0.5rem 2rem;
	color: rgba(0, 0, 0, 0.5);
}

.care_form input::placeholder,
.care_form textarea::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.care_form input:focus,
.care_form textarea:focus {
	box-shadow: none;
	border: 1px solid #78c25a;
	color: rgba(0, 0, 0, 0.5);
}

.care_form button {
	background: #78c25a;
	height: 61px;
	margin-top: 2.5rem;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}

.care_form button:hover {
	box-shadow: 1px 2px 5px #999;
}

/* ---------------------------------------------------------------------------------------------------------------- */

@media (max-width: 992px) {
	.jumbo_text p {
		padding-right: 0%;
	}

	.jumbo_img {
		justify-content: center;
		height: auto;
		padding-top: 8rem;
	}

	.jumbo_text {
		height: auto;
		margin-bottom: 3rem;
		padding-top: 1rem;
	}

	.push_center {
		text-align: center;
	}

	.section1_div {
		text-align: center;
		padding-left: 0;
		padding-top: 1rem;
	}

	.section2_div {
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
	}

	.section2_div p {
		margin-bottom: 5rem;
	}

	.license img {
		width: 7rem;
	}

	.receive h3 {
		padding: 0 10%;
	}

	.footer_box {
		margin-bottom: 2rem;
	}

	.page_header {
		height: 9rem;
		margin-top: 5.8rem;
	}

	.about_pad {
		padding: 0 5%;
	}

	.about_pad2 {
		padding: 0 5% 7rem 5%;
	}
}

@media (max-width: 767px) {
	.receive h3 {
		padding: 0;
		font-size: 1.5rem;
	}

	.jumbo_text h1 {
		font-size: 38px;
	}

	.section_header h2 {
		font-size: 30px;
	}

	.license img {
		width: 5rem;
	}

	.j_end {
		display: flex;
		justify-content: end;
	}
}

/* Accordion */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #fff;
	color: #001c07;
	cursor: pointer;
	padding: 18px 18px 18px 0;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	margin-bottom: 1rem !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active,
.accordion:hover {
	background-color: #fff;
	color: #52a443;
}

.accordion:after {
	content: '\02795';
	/* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.accordion.active:after {
	content: '\2796';
	/* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px 0 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom: 2px solid #e8eeee;
}

.panel:nth-last-child(1) {
	border-bottom: 0;
}

.panel p span {
	font-size: 2rem;
	display: inline-block;
}

.panel p {
	color: rgba(0, 28, 7, 0.7);
	font-family: 'Inter', sans-serif;
	margin-bottom: 1rem !important;
}