:root {
	--primary-color: #3d7fa0; 
    --secondary-color: #4e5a64; 
    --global_light-color: #f7f7f7; 
    --global_dark-color: #000000; 
}
	
	/*.single-service .fullwidth-hero-3
	{
		background:#FFFFFF	}*/
	
	.single-service .desc_section
	{
		background:#FFFFFF	}
	
	/*.single-service .fullwidth-hero-3 .col span {
	opacity: 1;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: .85rem;
	color: var(--secondary-color);
	margin-bottom: 1.5rem;
	display: block;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 400ms;
	animation-timing-function: ease-in-out;
}

	.single-service .fullwidth-hero-3 .col h2 {
	color:  var(--global_dark-color);
	font-size: 3.5rem;
	font-weight: 600;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
	animation-timing-function: ease-in-out;
}*/	

.single-service .service_desc h2 {
	color:  var(--global_dark-color);
	font-size: 3.5rem;
	font-weight: 600;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
	animation-timing-function: ease-in-out;
}	
	
	/*.single-service .fullwidth-hero-3 .col p {
	color: #333;
	font-size: 1.25rem;
	font-weight: 300;
	margin-top: .75rem;
	letter-spacing: .45px;
	max-width: 90%;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 600ms;
	animation-timing-function: ease-in-out;
}*/

	.single-service .service_desc .intro {
	opacity: 1;
	color: #333;
	font-size: 1.25rem;
	font-weight: 300;
	margin-top: .75rem;
	letter-spacing: .45px;
	max-width: 90%;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 600ms;
	animation-timing-function: ease-in-out;
}


	.single-service .left-benefit {
	border-left: 3px solid var(--primary-color);
	padding-left: 15px;
	margin-bottom: 40px;
	 color:#333; 
}

	.single-service .padded-top h3 {
	font-weight: 700;
	font-size: 1.45rem;
	 color:var(--global_dark-color); 
}

 .single-service .service_breakdown .eyebrow {
	font-weight: 600; 
	font-size: 24px;
	line-height: 1.14286;
	letter-spacing: .007em;
	color: var(--secondary-color);
	margin-bottom: 1.5rem;
	display: block;
}

.single-service .service_desc .eyebrow {
	font-weight: 600; 
	font-size: 24px;
	line-height: 1.14286;
	letter-spacing: .007em;
	color: var(--secondary-color);
	margin-bottom: 1.5rem;
	display: block;
}

.single-service .service_breakdown .heading, .service_video .heading, .service_gallery .heading, .service_related .heading{
	font-size: 55px;
	line-height: 1.1625;
	font-weight: 700;
	letter-spacing: -.009em;
	 color: var(--global_dark-color); 
}

 .single-service .service_breakdown .desc {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: .011em;
	line-height: 1.38105;
	color: #333;
} 
.single-service .service_breakdown .alignleftrow, .single-service .service_breakdown .alignrightrow{
	background-color: #333;
}

/*.single-service .service_breakdown .alignleftrow img, .single-service .service_breakdown .alignrightrow img{
	background-color: #333;
}*/

.single-service .service_video .eyebrow{
	font-weight: 600; 
	font-size: 24px;
	line-height: 1.14286;
	letter-spacing: .007em;
	color: var(--secondary-color);
	margin-bottom: 1.5rem;
	display: block;
}
.single-service .service_video h2 {
	opacity: 1;
	color:  #FFFFFF;
	font-size: 3.5rem;
	font-weight: 600;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
	animation-timing-function: ease-in-out;
}

.single-service .service_video .video_desc {
	color: var(--global_light-color);
}

.single-service .service_video{
	background-color: var(--primary-color);
}	

.single-service .service_gallery .eyebrow{
	font-weight: 600; 
	font-size: 24px;
	line-height: 1.14286;
	letter-spacing: .007em;
	color: var(--secondary-color);
	margin-bottom: 1.5rem;
	display: block;
}

.single-service .service_gallery h2 {
	opacity: 1;
	color:  var(--global_dark-color);
	font-size: 3.5rem;
	font-weight: 600;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
	animation-timing-function: ease-in-out;
}

.single-service .service_gallery{
	background-color: var(--global_light-color);
}	

.single-service .service_related .eyebrow{
	font-weight: 600; 
	font-size: 24px;
	line-height: 1.14286;
	letter-spacing: .007em;
	color: var(--secondary-color);
	margin-bottom: 1.5rem;
	display: block;
}	
.single-service .service_related h2 {
	opacity: 1;
	color:  var(--global_light-color);
	font-size: 3.5rem;
	font-weight: 600;
	animation-name: fadeUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
	animation-timing-function: ease-in-out;
}

.single-service .service_related{
	background-color: #FFFFFF;
}	
.service_breakdown .p1-both:after{
	background-color: var(--global_dark-color);
	opacity: 0.85;
}