/*Fonts*/
.heading-1{
	font-size: 45px;
}

.heading-2{
	font-size: 35px;
	font-weight: 300;
}

.heading-3{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}

.heading-5{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

body{
	background-color: var(--bg-dark);
}

/* Header Styles */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 9999;
	transition: background-color 0.3s linear;
}

header .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
	background-color: transparent;
}

.container-fluid {
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

header .container-fluid {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
	background-color: transparent;
}

.our-services{
	background-color: #f5f5f5;
}

.our-services .anim-line-top, .our-services .anim-line-bottom{
	background-color: #2C282780;
}

.our-team-content-right{
	color: #F5F5F5;
	font-style: normal;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.9;
}

.our-team .animated-line-wrapper:not(:last-child) .animated-line-content, .our-services .animated-line-wrapper:not(:last-child) .animated-line-content{
	margin-bottom: 10px;
}

.bg-black{
	background-color: black;
}

.headerRight {
	display: flex;
	flex-direction: row;
	gap: 42px;
}

header.scrolled {
	background-color: black;
}

header .menu-icon,
.header-logo {
	position: relative;
}

.js-nav-active header .menu-icon__box {
	width: 20px;
}

header .menu-icon__box {
	transition: all 0.3s linear;
	transition-delay: 0.5s;
}

header .menu-icon {
	display: flex;
	align-items: center;
	justify-content: end;
}

.menu-icon,
.header-logo {
	mix-blend-mode: unset;
	top: unset;
	right: unset;
	left: unset;
}

/* Top Links Styles */
.topLinks {
	display: flex;
	gap: 42px;
}

.topLinks a {
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
}

.color-off-white{
	color: #F5F5F5;
}

.topLinks a:hover img {
	transform: rotate(45deg);
}

.topLinks a:hover span {
	color: #ffd400;
}

.topLinks img {
	width: 38px;
	height: auto;
	transition: all 0.3s linear;
}

/* Home Hero Styles */
.home-hero .customPosition {
	--space-top: 70px;
	top: 0;
	height: calc(100% - var(--space-top));
	left: 50%;
	transform: translateX(-50%);
}

.home-hero .headingItemsWrap {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.home-hero .headingItemsWrap .headingItem h1 {
	font-weight: 200;
}

.headingItem a{
	display: block;
	width: fit-content;
}

.home-hero .headingItemsWrap .headingItem .tagline {
	color: rgba(255, 255, 255, 0.80);
	font-size: 17px;
	font-weight: 300;
	line-height: 110%;
}

.home-hero .customRow {
	height: 100%;
	display: flex;
	align-items: center;
}

.footerLocTitle{
	color: #F5F5F5;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.footerAddress, .footerLink{
	color: #F5F5F5;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.margin-top-25{
	margin-top: 25px;
}

.socials{
	gap: 15px;
}

.copyright{
	color: #F5F5F5;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: unset;
}

.socials a:hover img{
	transform: scale(1.1);
}

#hero-bg {
	transition: opacity 0.3s ease-in-out;
}

.hidden {
	opacity: 0;
}

.copyright a{
	text-decoration-line: underline;
	font-weight: 300 !important;
}

.socials a img{
	transition: all 0.3s ease-out;
}

.footerPhone{
	color: #F5F5F5;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.f-w-200 {
	font-weight: 200;
}

.f-w-300{
	font-weight: 300;
}

.f-w-600{
	font-weight: 600;
}

#footerLinks a{
	width: fit-content;
}

#footerLinks{
	row-gap: 10px;
}

.color-yellow{
	color: #FFD503;
}

/* JavaScript Navigation Active State */
.js-nav-active .menu-icon__close:before,
.js-nav-active .menu-icon__close:after {
	transform: rotate(45deg) scaleX(1);
	transition-delay: 1s;
}

.js-nav-active .menu-icon__close:after {
	transform: rotate(-45deg) scaleX(1);
}

.projectsTitle{
	row-gap: 30px;
}

.topLinks:not(header .topLinks){
	flex-wrap: wrap;
	row-gap: 20px;
}

.projectsTitle .customPadding{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.color-gray{
	color: #2C2827;
}

.projectsTagline{
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 16px;
}

.projectsTagline .accent{
	display: block;
	height: 30px;
	width: 4px;
	background-color: #FFD503;
}

.projectsInnerTagline{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
}

.heading-2 {
	font-size: 20px;
}