@font-face {
	font-family: 'Utily Font';
	src: url('../fonts/Utily\ Regular.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Utily Font';
	src: url('../fonts/Utily\ Bold.otf') format('otf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Utily Font';
	src: url('../fonts/Utily\ Medium.otf') format('otf');
	font-weight: 400;
	font-style: normal;
}


busineshtml,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	font-family: 'Utily Font', sans-serif;
}

@media screen and (min-width: 768px) {
	body {
		font-size: 1.25rem;
	}
}

.header {
	display: flex;
	flex-direction: column;
}

.centered-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	background-color: white;
	padding: 5em 0;
}

.logo {
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* overflow: hidden; */
	text-align: center;
}

.logo img {
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
}

.social {
	flex-grow: 1;
	margin-top: -0.5rem;
	text-align: center;
}

.social a {
	margin: 0 0.5rem;
}

.social img {
	display: inline-block;
	height: 2rem;
	transition-duration: 0.4s;
	transition-timing-function: ease-in;
}

.social img:hover {
	transform: scale(1.3);
}

.nav ul {
	list-style: none;
	margin: 0.5rem 0;
	padding: 0;
	text-align: center;
}

.nav li {
	display: inline-block;
	line-height: 1.75rem;
}

.nav a {
	color: #000;
	font-weight: bold;
	height: 1.5rem;
	padding: 1rem 0.5rem;
	text-decoration: none;
}

.nav a:hover {
	color: #0dc484;
}

.team-image {
	clip-path: circle(50% at 50% 50%);
	max-height: 400px;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		flex-direction: row;
	}

	.logo {
		width: 240px;
	}

	.logo img {
		display: block;
		margin-left: -38px;
	}

	.social {
		display: flex;
		justify-content: center;
		margin-top: 3.375rem;
	}

	.social a {
		margin: 0 1rem;
	}

	.nav ul {
		height: 1.75rem;
		margin-top: 3.5rem;
	}

	li:last-child a {
		padding-right: 0;
	}
}

.main {
	flex: 1 0 auto;
	min-height: 36rem;
}

.footer {
	background: #13100d;
	color: #fff;
	flex-shrink: 0;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.footer-logo {
	grid-area: logo;
	text-align: center;
}

.footer-logo img {
	width: 16rem;
}

.footer-icon {
	margin-right: 1rem;
	width: 3.5rem;
}

.company-info {
	display: flex;
	width: 100%;
	font-size: 16px;
	justify-content: space-evenly;
}


@media screen and (max-width: 1000px) {
  .company-info {
    display: flex;
    flex-direction: column;
    font-size: 10px;
  }

  .company-address {
    margin-bottom: 1rem;
  }

  .company-address img,
  .company-email img,
  .company-tel img {
    width: 35px;
  }
}

.company-address {
	grid-area: address;
}

.company-email {
	grid-area: email;
}

.company-tel {
	grid-area: tel;
}

.company-registration {
	grid-area: registration;
	text-align: center;
}

.company-address,
.company-email,
.company-tel {
	align-items: flex-start;
	display: flex;
	font-weight: bold;
}

.company-info a {
	color: #fff;
	text-decoration: none;
}

.inset {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 66rem;
	padding: 0 2rem;
	width: 100%;
}

.green img,
.white img {
	width: 30%;
}

.our-services {
	margin: 0 auto;
	max-width: 62rem;
	padding: 0rem 2rem 0rem 2rem;
}

.our-services-info {
	margin: 0 auto;
	max-width: 62rem;
	padding: 2rem 0rem 2rem 0rem;
}

.values-container {
	margin: 3rem 0;
	text-align: center;
}

.values-text {
	padding-bottom: 2rem;
	text-align: center;
}

.team-container {
	text-align: center;
}

.team-members {
	margin: 2.5rem 0 1rem 0;
}

.team-member {
	margin: 3rem 0;
	justify-content: center;
	text-align: center;
}

.column {
	padding: 0 1rem;
}

.team-name {
	text-align: center;
	margin: 0.5rem;
}

.team-text-content {
	align-items: center;
	font-size: 18px;
}

.hero {
	background-color: #0dc484;
	margin-left: -2rem;
	margin-right: -2rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.hero>div {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
}

.hero-content {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.hero-h1 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

.our-services-h1 {
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 1.5rem;
}

.hero-h2 {
	/*display: inline;*/
	font-size: 40px;
	/*margin-right: 0.5rem;*/
	margin: 0;
}

.we-build {
	flex-grow: 1;
	text-align: center;
}

.hero-ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-ul li {
	/*border-left: 1px solid #fff;*/
	color: #fff;
	display: none;
	font-size: 40px;
	font-weight: bold;
	/*margin-left: 0.5rem;
  padding-left: 0.5rem;*/
}

.hero-ul .hero-li-active {
	display: inline;
}

.hero img {
	width: 50%;
	height: 100%;
}

.main .hero-cta {
	background-color: rgb(84, 174, 51);
	border: 1px solid black;
	color: #000;
	display: inline-block;
	font-weight: bold;
	line-height: 54px;
	margin-bottom: 1rem;
	margin-top: 1rem;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.4s;
	transition-timing-function: ease-in;
	width: 254px;
	height: 54px;
}

.main .hero-cta:hover {
	color: #000;
	transform: scale(1.15);
}

.map {
	color: #000;
	height: 14rem;
	margin-bottom: 2rem;
	width: 100%;
}

.services {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.service {
	text-align: center;
}

.service img {
	height: 150px;
}

.client-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 2rem 0;
}

.client-logos img {
	height: 4rem;
	margin: 1rem 0.5rem;
}

.case-study-logo {
	float: right;
	margin-bottom: 1rem;
	margin-left: 1rem;
}

.grey {
	background-color: #f5f5f5;
	padding: 2rem 0;
}

@media screen and (min-width: 375px) {
	.company-info {
		font-size: 16px;
	}

	.green img,
	.white img {
		width: 30%;
	}

	.green {
		background-color: #0dc484;
		justify-content: center;
		padding: 2rem 0;
	}

	.hero-h2,
	.hero-ul li {
		font-size: 48px;
	}

	.white {
		background-color: #fff;
		justify-content: center;
		padding: 2rem 0;
	}
}

@media screen and (min-width: 640px) {
	.column {
		width: 50%;
	}

	.flex {
		display: flex;
		flex-direction: row;
	}

	.flex:nth-child(even) {
		flex-direction: row-reverse;
	}

	.hero-h1 {
		font-size: 32px;
	}

	.services-h1-right {
		font-size: 32px;
		text-align: right;
	}

	.services-h1-left {
		font-size: 32px;
		text-align: left;
	}

	/* .company-info {
		grid-template-areas:
			"logo logo"
			"address email"
			"address tel"
			"registration registration";
	} */
}

@media screen and (min-width: 768px) {
	.hero>div {
		flex-direction: row;
	}

	.hero-content {
		align-items: flex-start;
		padding-right: 2rem;
		width: 50%;
	}

	.hero-h1 {
		text-align: left;
	}

	.we-build {
		text-align: left;
	}

	.services {
		flex-direction: row;
	}
}

@media screen and (min-width: 960px) {
	.nav a {
		padding: 1rem;
	}

	.footer>div {
		display: flex;
	}

	.map {
		height: 20rem;
		margin-bottom: 0;
		width: 50%;
	}
}

.full-width {
	margin-left: -2rem;
	margin-right: -2rem;
}

@media screen and (min-width: 1056px) {
	.hero {
		margin-left: calc(-100vw / 2 + 62rem / 2);
		margin-right: calc(-100vw / 2 + 62rem / 2);
	}

	.hero-content {
		padding-right: 4rem;
	}

	.full-width {
		margin-left: calc(-100vw / 2 + 62rem / 2);
		margin-right: calc(-100vw / 2 + 62rem / 2);
	}
}

.main a {
	border-bottom: 1px solid #0dc484;
	color: #0dc484;
	text-decoration: none;
}

.main a:focus,
.main a:hover {
	border-bottom: 1px solid #3b7924;
	color: #3b7924;
}

.main p {
	line-height: 1.4;
}

.h2 {
	text-align: center;
}

.about img {
	display: block;
	width: 100%;
}

.case-studies {
	border-left: 2px solid #0dc484;
	float: right;
	margin: 2rem 0 2rem 2rem;
	padding-left: 2rem;
	width: 33.3%;
}

.case-study-h {
	font-size: 20px;
}

.inline-cta {
	background: black;
	border-radius: 0.5rem;
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 20rem;
	padding: 1rem;
	text-align: center;
}

.inline-cta a {
	border-bottom: 1px dashed #fff;
	color: #fff;
	font-weight: bold;
}

.inline-cta a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.table-bordered {
	background: #fff;
	border-collapse: collapse;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	margin: 1rem 0;
	width: 100%;
}

.table-bordered td,
.table-bordered th {
	padding: 1rem;
}

.table-bordered td {
	border-bottom: 1px solid #ccc;
}

.table-bordered tr:last-child td {
	border-bottom: 0;
	padding-bottom: 1.5rem;
}

.table-bordered th {
	background: #0dc484;
	border: 1px solid #0dc484;
	color: #fff;
	text-transform: uppercase;
}

.guide-price {
	text-align: center;
	width: 16rem;
}