.services-hero-wrapper {
	background-color: #000;
}

.services-hero-wrapper .services-hero {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 8rem 0rem
}

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

.services-hero-wrapper .services-hero h4 {
	text-align: center;
	color: #fff;
	font-family: "Oxygen", sans-serif;
	font-size: 55px;
	line-height: 94px;
	letter-spacing: -1px;
	font-weight: 400;
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.services-hero-wrapper select {
	appearance: none;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Oxygen", sans-serif;
	font-size: 38.26px;
	line-height: 60.5px;
	letter-spacing: -0.7px;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #333333;
	border: none !important;
	border-radius: 10px;
	color: #fff;
	padding: 6px 44px 6px 18px;
	/* Right padding for arrow space */
	cursor: pointer;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='4,7 10,13 16,7' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 22px;
	cursor: pointer;

}

.services-hero-wrapper select::after {
	content: '';
	pointer-events: none;
}

.services-hero-wrapper .services-hero .ux-text {
	color: #53FF9A;
}

.services-hero-wrapper select {
	outline: none !important;
	box-shadow: none !important;
	background-color: #333333;
	color: #fff;
}

/* Remove hover effect */
.services-hero-wrapper select:hover {
	background-color: #333333;
	color: #fff;
}

/* Remove focus border/glow */
.services-hero-wrapper select:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	background-color: #333333;
	color: #fff;
}

/* Remove default selected styling */
.services-hero-wrapper select option:checked,
.services-hero-wrapper select option:selected {
	background-color: #333333;
	color: #fff;
}


.services-hero-wrapper .header-nav .nav-item>.nav-item-link {
	color: #fff;
}

.services-hero-wrapper .header-nav .nav-item a.btn {
	color: #000;
	background-color: #fff
}

.header-nav .nav-item>.nav-item-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background-color: #FFF;
	transition: width 0.4s ease;
}

@media (max-width: 768px) {
	.services-hero-wrapper .header-nav .nav-item>.nav-item-link {
		color: #000;
	}
	
	.services-hero-wrapper .header-nav .nav-item a.btn {
		color: #fff;
		background-color: #000
	}
	
	.header-nav .nav-item>.nav-item-link::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0%;
		background-color: #000;
		transition: width 0.4s ease;
	}

	.hamburger-menu span {
		background-color: #777777;
		height: 3px;
		width: 100%;
		transition: all 0.3s ease;
	}
}

/* ipad screen size */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.services-hero-wrapper .services-hero h4 {
		font-size: 45px;
		line-height: 92px;
		max-width: 100%;
	}

	.services-hero-wrapper select {
		appearance: none;
		margin-left: 10px;
		margin-right: 10px;
		font-family: "Oxygen", sans-serif;
		font-size: 36px;
		line-height: 53px;

	}
}

/* Mobile Screen size */
@media (max-width: 768px) {
	.services-hero-wrapper .services-hero h4 {
		font-size: 40px;
		line-height: 56px;
		text-align: left;
		max-width: 100%;
	}

	.services-hero-wrapper select {
		appearance: none;
		margin-left: 5px;
		margin-right: 5px;
		font-family: "Oxygen", sans-serif;
		font-size: 25px;
		line-height: 40px;
		letter-spacing: -0.7px;
		font-weight: 400;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-color: #333333;
		border: none !important;
		border-radius: 10px;
		color: #fff;
		padding: 6px 44px 6px 18px;
		/* Right padding for arrow space */
		cursor: pointer;
		position: relative;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='4,7 10,13 16,7' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 22px;
		cursor: pointer;

	}

	.services-hero-wrapper .services-hero .ux-text {
		color: #53FF9A;
		line-height: 70px;
		font-weight: 500;
	}

	.services-hero-wrapper .services-hero {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 4rem 0rem
	}

}


.service-wrapper {
	background: #FFFFFF;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.service-wrapper h4 {
	background: #FFFFFF;
	text-align: center;
	font-family: "Onest", sans-serif;
	font-size: 35px;
	line-height: 54px;
	letter-spacing: -1px;
	font-weight: 300;
	padding: 2rem 0rem 4rem 0rem;

}

.service-wrapper .service-section-content {
	height: 600px;
}

.service-wrapper .service-section-content h3 {
	text-align: left;
	font-family: "Onest", sans-serif;
	font-size: 90px;
	line-height: 93.7px;
	letter-spacing: -3px;
	font-weight: 400;
	margin-bottom: 30px;
}

.service-wrapper .service-section-content p {
	text-align: left;
	font-family: "Onest", sans-serif;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0px;
	font-weight: 400;
	max-width: 675px;
	margin-bottom: 30px;
}

.service-section {
	padding-bottom: 2rem;
}

.service-section .service-section-content-img {
	height: 500px;
}

.service-section img {
	width: 100%;
	height: auto;
	max-width: 460px;
	position: sticky;
	top: 16px;
}

.service-wrapper .service-section-content .service-section-content-keys {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 680px;
}

.service-wrapper .service-section-content .service-section-content-keys span {
	font-family: "Onest", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0px;
	padding: 7px 20px;
	border-radius: 40px;
	border: 1px solid #D4D4D4;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* ipad screen size */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.service-wrapper {
		background: #FFFFFF;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.service-wrapper h4 {
		background: #FFFFFF;
		text-align: center;
		font-family: "Onest", sans-serif;
		font-size: 35px;
		line-height: 54px;
		letter-spacing: -1px;
		font-weight: 300;
		padding: 2rem 0rem 4rem 0rem;

	}

	.service-wrapper .service-section-content {
		height: auto;
		padding-bottom: 1.5rem;
	}

	.service-wrapper .service-section-content h3 {
		text-align: left;
		font-family: "Onest", sans-serif;
		font-size: 70px;
		line-height: 80px;
		letter-spacing: -3px;
		font-weight: 400;
		margin-bottom: 30px;
	}

	.service-wrapper .service-section-content p {
		text-align: left;
		font-family: "Onest", sans-serif;
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0px;
		font-weight: 400;
		max-width: 675px;
		margin-bottom: 30px;
	}

	.service-section {
		padding-bottom: 5rem;
	}

	.service-section .service-section-content-img {
		height: auto;
		padding-bottom: 1rem;
		display: grid;
		justify-content: center;
		align-items: flex-start;
	}

	.service-section img {
		width: 100%;
		height: auto;
	}

	.service-wrapper .service-section-content .service-section-content-keys {
		max-width: 100%;
	}

	.service-wrapper .service-section-content .service-section-content-keys span {
		font-family: "Onest", sans-serif;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0px;
		padding: 5px 16px;
		border-radius: 40px;
		border: 1px solid #D4D4D4;
		margin-right: 8px;
		margin-bottom: 10px;
	}

}


/* Mobile Screen size */
@media (max-width: 768px) {
	.service-wrapper {
		background: #FFFFFF;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.service-wrapper h4 {
		background: #FFFFFF;
		text-align: center;
		font-family: "Onest", sans-serif;
		font-size: 30px;
		line-height: 54px;
		letter-spacing: -1px;
		font-weight: 300;
		padding: 2rem 0rem 2rem 0rem;
	}

	.service-wrapper .service-section-content {
		height: auto;
		padding-bottom: 1.5rem;
	}

	.service-wrapper .service-section-content h3 {
		text-align: left;
		font-family: "Onest", sans-serif;
		font-size: 48px;
		line-height: 50px;
		letter-spacing: -3px;
		font-weight: 400;
		margin-bottom: 26px;
	}

	.service-wrapper .service-section-content p {
		text-align: left;
		font-family: "Onest", sans-serif;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0px;
		font-weight: 400;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.service-section {
		padding-bottom: 4rem;
	}

	.service-section .service-section-content-img {
		height: auto;
		padding-bottom: 1rem;
		display: grid;
		justify-content: center;

	}

	.service-section img {
		width: 100%;
		height: auto;
	}

	.service-wrapper .service-section-content .service-section-content-keys {
		max-width: 100%;
	}

	.service-wrapper .service-section-content .service-section-content-keys span {
		font-family: "Onest", sans-serif;
		font-size: 14px;
		line-height: 32px;
		letter-spacing: 0px;
		padding: 3px 10px;
		border-radius: 40px;
		border: 1px solid #D4D4D4;
		margin-right: 4px;
		margin-bottom: 10px;
	}
}