@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');

*, *::before, *::after {
  	box-sizing: border-box;
}	

* {
  	margin: 0;
}

body {
	color: #666;
	font-family: "Afacad", serif;
	font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
  	line-height: 1.5;
  	-webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  	display: block;
  	max-width: 100%;
}

input, button, textarea, select {
  	font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  	overflow-wrap: break-word;
}

p {
  	text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  	text-wrap: balance;
}

#root, #__next {
  	isolation: isolate;
}

h1 {

}

h2 {
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
}
h2 span {
	font-weight: 400;
}

h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;	
}

h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;	
}

h5 {
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;	
}

h2.section-title {
	color: #085b01;
	position: relative;
}
h2.section-title:before {
	content: "";
	background: #212832;
	position: absolute;
	top: 32px;
	left: -5rem;
	height: 3px;
	width: 4rem;
}

h3.section-subtitle {
	color: #f6b40e;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
}

/* Header */
.site-header {
	border-bottom: 4px solid #f6b40e;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.site-header .row.row-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .branding img {
	max-width: 300px;
	width: 100%;
}

.site-header ul.contact {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.site-header ul.contact li {
	color: #000;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
}
.site-header ul.contact li a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.site-header ul.contact li a i {
	color: #085b01;
}

.site-header ul.navbar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.site-header ul.navbar-nav li {
	color: #000;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	margin: 0 6px;
}
.site-header ul.navbar-nav li.social {
	font-size: 18px;
	margin: 0 3px;
}
.site-header ul.navbar-nav li a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.site-header ul.navbar-nav li.active a,
.site-header ul.navbar-nav li a:hover {
	font-weight: 700;
}
.site-header ul.navbar-nav li.social a {
	color: #085b01;
	font-size: 18px;
}
.site-header ul.navbar-nav li.social.linkedin a {
	color: #0073b1;
}
.site-header ul.navbar-nav li.social.instagram a {
	color: #000;
}
.site-header ul.navbar-nav li.social.facebook a {
	color: #0866ff;
}

/* Hero */
.hero {
	display: flex;
  	flex-wrap: wrap;
  	position: relative;
}
.hero .hero-content {
	position: absolute;
	top: 8rem;
	left: 10rem;
	max-width: 540px;
	width: 50%;
	z-index: 2;
}
.hero .hero-content h1.hero-title {
	color: #085b01;
	font-size: 43px;
	font-weight: 700;
	line-height: 72px;
	position: relative;
	text-transform: uppercase;
}
.hero .hero-content h1.hero-title:before {
	content: "";
	background: #212832;
	position: absolute;
	top: 36px;
	left: -5rem;
	height: 3px;
	width: 4rem;
}
.hero .hero-content h3.hero-subtitle {
	color: #f6b40e;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
}
.hero .hero-slider {
	flex: 0 0 auto;
	width: 66.66666667%;
	margin-left: 33.33333333%;
}
.hero .hero-slider .carousel .carousel-inner {
	position: relative;
}
.hero .hero-slider .carousel .carousel-inner:before {
	content: "";
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%);
	display: block;
	position: absolute;
	top: 0;
    bottom: 0;
    height: 100%;
	width: 400px;
	z-index: 1;
}
.hero .hero-slider .carousel .carousel-item img {
	width: 100%;
}
.hero .hero-slider .carousel .carousel-item .carousel-caption {
	right: 0;
    bottom: 12rem;
    left: auto;
    padding: 0;
}
.hero .hero-slider .carousel .carousel-item .carousel-caption ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hero .hero-slider .carousel .carousel-item .carousel-caption ul li {
	background: #fff;
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 -2px;
	padding: 0.75rem 1.5rem;
	text-transform: uppercase;
}
.hero .hero-slider .carousel .carousel-item .carousel-caption ul li.project-button {
	padding: 0;
}
.hero .hero-slider .carousel .carousel-item .carousel-caption ul li a {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 0.75rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}
.hero .hero-slider .carousel .carousel-control {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;	
	padding: 1.5rem 1rem;
	width: 100px;
}
.hero .hero-slider .carousel .carousel-control .carousel-control-prev {
	left: 1rem;
	opacity: 0.8;
}
.hero .hero-slider .carousel .carousel-control .carousel-control-next {
	right: 1rem;
	opacity: 0.8;
}
.hero .hero-slider .carousel .carousel-control .carousel-control-prev i,
.hero .hero-slider .carousel .carousel-control .carousel-control-next i {
	color: #000;
}

/* Who We Are */
.who-we-are {
	padding-top: 5rem;
	padding-bottom: 3rem;
}
.who-we-are .col-xl-7 {
	border-left: 0.5px solid #212832;
}
.who-we-are .about-us {
	margin-left: 3rem;
}
.who-we-are .about-us p {
	font-size: 24px;
	line-height: 36px;
}
.who-we-are .about-us a {
	color: #666;
	font-size: 24px;
	line-height: 36px;
}

.who-we-are .row.row-flex {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin: 5rem auto 0;
  	max-width: 1120px;
}
.who-we-are .row.row-flex > [class*='col-'] {
	border-top: 0.5px solid #085B01;
	border-bottom: 4px solid #085B01;
  	flex-direction: column;
}
.who-we-are .about {
	padding: 1.5rem 1rem;
}
.who-we-are .about h4 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.who-we-are .about p {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}

/* Completed Projects */
.completed-projects {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.completed-projects .row.row-projects {
  	margin-top: 1rem;
}
.completed-projects .completed-project-slider .carousel-item {
	
}
.completed-projects .completed-project-slider .carousel-item .carousel-caption {
	background: #1d1d1d;
	color: #fff;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 360px;
	padding: 1.5rem;
	text-align: left;
}
.completed-projects .completed-project-slider .carousel-item .carousel-caption h3.project-name {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 0.5rem;
	text-align: left;
	text-transform: uppercase;
	text-wrap: unset;
}
.completed-projects .completed-project-slider .carousel-item .carousel-caption ul.project-info {
	list-style: none;
	margin: 0;
	padding: 0;
}
.completed-projects .completed-project-slider .carousel-item .carousel-caption ul.project-info li {
	color: #fff;
	line-height: 24px;
	margin-bottom: 0.5rem;
	text-align: left;
}
.completed-projects .completed-project-slider .carousel .carousel-control-prev {
	opacity: 0.8;	
	width: 80px;
}
.completed-projects .completed-project-slider .carousel .carousel-control-next {
	opacity: 0.8;
	width: 80px;
}
.completed-projects .completed-project-slider .carousel .carousel-control-prev i,
.completed-projects .completed-project-slider .carousel .carousel-control-next i {
	background: #f5f5f5;
	color: #000;
	padding: 1rem;
	width: 80px;
}

/* On-going Projects */
.ongoing-projects {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.ongoing-projects .row.row-projects {
  	margin-top: 1rem;
}
.ongoing-projects .ongoing-project-slider .carousel-item .project .project-image {
	margin-bottom: 10px;
}
.ongoing-projects .ongoing-project-slider .carousel-item .project h3.project-name {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}
.ongoing-projects .ongoing-project-slider .carousel-item .project ul.project-info {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ongoing-projects .ongoing-project-slider .carousel-item .project ul.project-info li {
	line-height: 24px;
	margin-bottom: 0.25rem;
}
.ongoing-projects .ongoing-project-slider .carousel .carousel-control-prev {
	opacity: 0.8;	
	top: -120px;
	width: 80px;
}
.ongoing-projects .ongoing-project-slider .carousel .carousel-control-next {
	opacity: 0.8;
	top: -120px;
	width: 80px;
}
.ongoing-projects .ongoing-project-slider .carousel .carousel-control-prev i,
.ongoing-projects .ongoing-project-slider .carousel .carousel-control-next i {
	background: #f5f5f5;
	color: #000;
	padding: 1rem;
	width: 80px;
}

/* Suppliers Accreditation */
.suppliers-accreditation {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.suppliers-accreditation .col-lg-7 {
	border-left: 0.5px solid #212832;
}
.suppliers-accreditation .resources {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.suppliers-accreditation .resources h4 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
}
.suppliers-accreditation .resources ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.suppliers-accreditation .resources ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.suppliers-accreditation .resources ul li a {
	color: #085b01;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}
.suppliers-accreditation .notes {
	background: rgba(246, 180, 14, 0.28);
	color: #000;
	margin-right: 3rem;
	padding: 16px 24px;
}
.suppliers-accreditation .notes a {
	color: #000;
	text-decoration: underline;
}
.suppliers-accreditation ul.requirements {
	margin: 0;
	margin-left: 3rem;
	padding: 0;
}
.suppliers-accreditation ul.requirements li {
	font-size: 20px;
	font-weight: 400;
}

/* Careers */
.careers {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.careers .row.row-flex {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin-top: 3rem;
}
.careers .row.row-flex > [class*='col-'] {
  	flex-direction: column;
  	margin-bottom: 1.5rem;
}

.careers .position {
	background: #fff;
	border: 0.5px solid rgba(0, 0, 0, 0.30);	
	height: 100%;
	padding: 1rem 1rem 4rem;
	position: relative;
}
.careers .position h4.job-title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}
.careers .position .job-description {
	display: none;
	margin-bottom: 1rem;
}
.careers .position .job-description p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.careers .position .job-description ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.careers .position .job-description ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.careers .position .toggle-description {
	color: #085b01;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}
.careers .position .cta {
	position: absolute;
	bottom: 9px;
	left: 0;
}
.careers .position .cta a.button {
	background: #085b01;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
}

/* Smoot scroll */
#woweare,
#projects,
#suppliers,
#careers,
#contact {
	scroll-behavior: smooth;
}

/* Footer */
.site-footer {
	background: #f5f5f5;
	padding-top: 3rem;
	padding-bottom: 1.5rem;
}
.site-footer .row.row-flex {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.site-footer .row.row-flex > [class*='col-'] {
  	flex-direction: column;
  	margin-bottom: 1.5rem;
}
.site-footer h4 {
	color: #000;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
}
.site-footer p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.site-footer a {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
}
.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.site-footer ul.working-hours {
	/*columns: 2;
  	-webkit-columns: 2;
  	-moz-columns: 2;*/
  	display: flex;
  	flex-direction: row;
    flex-wrap: wrap;
}
.site-footer ul.working-hours li {
	flex: 0 0 auto;
	width: 50%;
}
.site-footer ul.working-hours li.day {
	text-align: right;
	width: 36%;
}
.site-footer ul.working-hours li.time {
	width: calc(64% - 4px);
	padding-left: 4px;
}
.site-footer ul.social li a {
	align-items: center;
  	display: flex;
    flex-wrap: wrap;
}
.site-footer ul.social li img {
	margin-right: 0.125rem;
}

.site-footer .contact-form {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.site-footer .contact-form .form-row {
	align-items: center;
    align-content: center;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.site-footer .contact-form .form-row .form-col {
  	flex-direction: column;
  	margin-bottom: 1rem;
}
.site-footer .contact-form .form-row .form-col.form-col-20 {
	width: 19%;
	margin-right: 1%;
}
.site-footer .contact-form .form-row .form-col.form-col-80 {
	width: 79%;
	margin-right: 1%;
}
.site-footer .contact-form .form-input {
	background: #f5f5f5;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
}
.site-footer .contact-form .form-button {
	background: #000;
	border: none;
	color: #fff;
	font-size: 16px;
	padding-top: 4px;
    padding-bottom: 4px;
	text-transform: uppercase;
	width: 100%;
}