/**********************************************************/
/*                       Typography                       */
/**********************************************************/
#services-tagline {
	font-family: 'TungstenSemibold', sans-serif;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: 0;
}

#services-under-hero-section h3 {
	font-family: 'TungstenSemibold', sans-serif;
	letter-spacing: 0;
}


/**********************************************************/
/*                         Styles                         */
/**********************************************************/
#services-fixed-bg {
	background-color: #890018;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	height: 100vh;
	width: 100vw;
	margin-top: -160px;
}

#services-body #new-outer-container {
	position: absolute;
	left: 50%; 
	margin-top: 5rem;
	transform: translateX(-50%);
	width: 100%;
}

#services-hero {
	display: block;
	min-height: auto;
	padding-top: 80px;
	padding-bottom: 30px;
}

#services-hero .section-full {
	width: 100%;
}

#services-hero .section-left,
#services-hero .section-right,
#services-under-hero-section .section-left,
#services-under-hero-section .section-right {
	width: 48%;
}

	#services-hero h1 {
		margin-bottom: 10px;
	}

		h2#services-tagline {
			margin-top: 25px;
		}

#services-under-hero-section {
	padding-top: 100px;
	padding-bottom: 150px;
}

#services-under-hero-section .new-content-container-wrapper {
	align-items: flex-start;
}

.new-services-module {
	background-color: rgba(255,255,255, .1);
	padding: 40px 40px 60px 40px;
	border-radius: 20px;
}

	.new-services-module h3 {
		margin-top: 20px;
	}
	
	.new-services-module .new-services-module-read-more {
		color: #FFF;
		text-transform: uppercase;
		font-family: "Times New Roman", Times, serif !important;
		font-size: 22px;
		font-weight: 100;
	}		

	.new-services-module:not(:first-of-type) {
		margin-top: 230px;
	}
	
	#services-under-hero-section .section-right .new-services-module:first-of-type {
		margin-top: 300px;
	}
	
	.new-services-module.no-background {
		background-color: transparent;
		margin-top: 80px;
	}
	

.new-services-icon-wrapper {
	margin-top: -90px;
	margin-bottom: 20px;
}

.new-services-icon-inner {
	display: inline-block;
	background-color: #FFF;
	padding: 15px;
	border-radius: 15px;
}

	.new-services-icon-inner img {
		width: 100%;
		height: auto;
		max-width: 75px;
		vertical-align: middle;
	}
	
.new-services-module ul {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}	

.new-services-icon-inner-transparent{
	display: inline-block;
	background-color: transparent;
	padding: 15px;
}

	.new-services-icon-inner-transparent img {
		width: 100%;
		height: auto;
		max-width: 75px;
		vertical-align: middle;
	}

.new-services-module ul li {
  list-style: none;
  position: relative;
  padding: 0 0 20px 20px;
  color: #FFF;
  font-family: "Times New Roman", Times, serif !important;
  font-size: 22px;
  font-weight: 100;
}

.new-services-module li::before {
  content: "";
  position: absolute; 
  left: 0px; 
  top: 4px; 
  width: 0; 
  height: 0; 
  border: 5px solid transparent; 
  border-bottom-color: #FFF;
}

.new-services-module li::after { 
  content: ""; 
  position: absolute; 
  left: 0px; 
  top: 13px; 
  width: 0; 
  height: 0; 
  border: 5px solid transparent; 
  border-top-color: #FFF;
}


@media only screen and (max-width : 780px) {
	#services-body #new-outer-container {
		background-image: url('/app/uploads/2024/08/contact-mobile.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #890018;
	}
		
	#services-fixed-bg {
		display: none;
	}	
	
	#services-under-hero-section {
		padding-top: 40px;
	}
	
	#services-body #new-outer-container {
		position: unset;
		margin-top: auto;
		transform: none;
	}	
	
	#services-hero .section-left,
	#services-hero .section-right,
	#services-under-hero-section .section-left,
	#services-under-hero-section .section-right {
		width: 100%;
	}
	
	.new-services-module h3 {
		font-size: 42px !important;
		line-height: 46px !important;
	}

	.new-services-module {
		margin-top: 120px !important;
	}
	
	.new-services-module.no-background {
		margin-top: 60px !important;
	}
	
	#services-under-hero-section {
		padding-bottom: 20px;
	}
	
	.new-services-icon-wrapper {
		margin-top: -80px;
	}
	
	.new-services-icon-inner img {
		max-width: 50px;
	}
}