/* 
* Savior-Pro Main Stylesheet
* 
* This file contains all the main styles for the Savior-Pro theme 
* for Desktop Version
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
html {
	scroll-behavior: smooth;
}
*:hover,
*:focus, 
*:focus-visible, 
a:hover,
a:focus, 
a:-webkit-any-link:focus-visible, 
.pp-video-play-icon:focus,
button:hover,
button:focus, 
button:focus-visible,
input:hover,
input:focus, 
input:focus-visible{
	outline: none !important;
	box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6,
.woocommerce-js h2,
.entry-content :where(h1,h2,h3,h4,h5,h6),
.entry-content, 
.site-content article .entry-content{
	margin-bottom: 0px;
}
input, button{
	outline: none !important;
	box-shadow: none !important;
}
ul, ol,
.entry-content ul, 
.entry-content ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
::selection {
	background: #184b2e;
	color: #fff;
}
::-moz-selection {
	background: #184b2e;
	color: #fff;
}
/** Common Classes **/
body{
	font-family: agenda, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #737373;
}
.emr-container{
	max-width: 1360px;
	width: 100%;
	margin: 0px auto;
}
a.btn-green {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	background: #184b2e;
	text-transform: uppercase;
	padding: 15px 22px;
	width: auto;
	max-width: max-content;
	letter-spacing: 2.5px;
	border-radius: 0px;
	text-decoration: none;
	border: 1px solid #184b2e;
	transition: all 0.35s ease;
}
a.btn-green:hover {
	background: #737373;
	color: #fff;
	border-color: #737373;
}
div .graphic-background{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
div .content{
	padding: 0px;
}
/** HEADER **/
.top-line.emr-header{
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px;
	letter-spacing: 2.5px;
	padding: 10px 15px;
	border-bottom: 1px solid #e0e0e0;
}
.top-line.emr-header .inner-row{
	width: 100%;
	max-width: 1360px;
	margin: 0px auto;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-line.emr-header .logo{
	margin: 0px;
}
.top-line.emr-header .logo a{
	display: block;
	border: 0px;
	outline: none;
	box-shadow: none;
	max-width: 210px;
}
.top-line.emr-header .main-nav{
	display: flex;
	align-items: center;
}
.top-line.emr-header .main-nav .header-phone{
	text-transform: uppercase;
}
/** HOME HERO **/
.home-hero.graphic-background {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home-hero .emr-container{
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 750px;
	padding: 70px 15px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.30) 0%,
		rgba(0, 0, 0, 0.45) 45%,
		rgba(0, 0, 0, 0.50) 65%,
		rgba(0, 0, 0, 0.25) 100%
	);
}
.home-hero .home-hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 870px;
	width: 100%;
	padding: 0;
}
.home-hero .home-hero-content h1 {
	margin: 0px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 56px;
	line-height: 68px;
	letter-spacing: 5px;
	font-weight: 700;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
}
.home-hero .home-hero-content .hero-description {
	margin: 0px;
	padding: 30px 0px 50px;
}
.home-hero .home-hero-content .hero-description p{
	color: #ffffff;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 1.5px;
	font-weight: 400;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
	margin: 0px;
	padding: 0;
}
.home-hero .home-hero-content .hero-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	background: #184b2e;
	text-transform: uppercase;
	padding: 22px 30px;
	min-width: 320px;
	letter-spacing: 2.5px;
	border-radius: 0px;
	border: 1px solid #184b2e;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-hero .home-hero-content .hero-btn:hover {
	background: #ffffff;
	color: #737373;
	border-color: #ffffff;
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
/** HOME INTRO **/
.emr-intro{
	padding: 80px 15px;
	background: #f5f4ef;
}
.emr-intro .emr-intro-content p{
	margin: 0px;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
}
/** HOME Pillars **/
.home-pillars{
	padding: 100px 15px;
}
.home-pillars .home-pillars-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap: 20px;
}
.home-pillars .home-pillars-grid .pillar-card{
	display:flex;
	flex-direction:column;
	background: #fff;
	border: 1px solid #efefef;
	border-top: 3px solid #184b2e;
	box-shadow:0 15px 30px rgba(0,0,0,.06);
	padding: 32px 20px;
	transition:all 0.35s ease;
}
.home-pillars .home-pillars-grid .pillar-card:hover{
	transform:translateY(-2px);
	box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.home-pillars .home-pillars-grid .pillar-card .pillar-card-head{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0px;
	padding: 0px;
}
.home-pillars .home-pillars-grid .pillar-card .pillar-number{
	color: #737373;
	font-size: 76px;
	line-height: 58px;
	font-weight: 600;
	letter-spacing: 0px;
	opacity: 0.2;
}
.home-pillars .home-pillars-grid .pillar-card .pillar-title{
	color: #184b2e;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.home-pillars .home-pillars-grid .pillar-card .pillar-content{
	padding: 20px 0px 30px;
}
.home-pillars .home-pillars-grid .pillar-card .pillar-content p{
	margin: 0px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	min-height: 180px;
}
.home-pillars .home-pillars-grid .pillar-card .pillar-link{
	max-width: 170px;
	color: #fff;
	text-decoration: none;
}
/** HOME Closing CTA **/
.article-block{
	padding: 80px 15px;
	background: #f5f4ef;
}
.article-block .content-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 820px;
	margin: 0px auto;
}
.article-block .box-title{
	color: #184b2e;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 0px;
}
.article-block .box-content{
	padding: 20px 0px 30px;
}
.article-block .box-content p{
	margin: 0px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.article-block .box-btn{
	text-decoration: none;
	color: #fff;
}
/** Footer **/
.footer.emr-footer{
	padding: 0px 0px;
}
.footer.emr-footer .footer-grid{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer.emr-footer .footer-grid .footer-col{
	padding: 60px 0px;
	display: flex;
	flex-direction: column;
}
.footer.emr-footer .footer-grid .footer-logo{
	display: block;
	margin: 0px;
}
.footer.emr-footer .footer-grid .social{
	margin: 0px;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 30px 0px 0px;
}
.footer.emr-footer .footer-grid .social ul{
	display: flex;
	flex-direction: row;
	gap: 0px 12px;
}
.footer.emr-footer .footer-grid .social ul li{
	margin: 0px;
	font-size: unset;
}
.footer.emr-footer .footer-grid .social ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 0px;
	background: #737373;
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	transition: all 0.35s ease;
}
.footer.emr-footer .footer-grid .social ul li a:hover{
	background: #184b2e;
}
.footer.emr-footer .footer-grid h4{
	margin: 0px;
	text-transform: uppercase;
	color: #184b2e;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 2px;
	font-weight: 500;
	padding: 0px 0px 20px;
}
.footer.emr-footer .footer-grid .footer-nav ul.menu{
	margin: 0px;
	list-style: none;
} 
.footer.emr-footer .footer-grid .footer-nav ul.menu li.menu-item{
	list-style: none;
	margin: 0px 0px 10px;
}
.footer.emr-footer .footer-grid .footer-nav ul.menu li.menu-item:last-child{
	margin-bottom: 0px;
}
.footer.emr-footer .footer-grid .footer-nav ul.menu li.menu-item a{
	font-size: 20px;
	line-height: 30px;
	color: #737373;
	text-decoration: none;
	transition: all 0.35s ease;
} 
.footer.emr-footer .footer-grid .footer-nav ul.menu li.menu-item a:hover,
.footer.emr-footer .footer-grid .footer-contact-info p a:hover{
	color: #184b2e;
}
.footer.emr-footer .footer-grid .footer-contact-info p{
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
}
.footer.emr-footer .footer-grid .footer-contact-info p a{
	color: #737373;
	text-decoration: none;
	transition: all 0.35s ease;
}
.footer.emr-footer .footer-copyright{
	padding: 10px 15px;
	border-top: 1px solid #e0e0e0;
}
.footer.emr-footer .footer-copyright p{
	margin: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
.footer.emr-footer .footer-copyright p span{
	font-size: 20px;
}
/** Inner Hero **/
.inner-hero .emr-container{
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 350px;
	padding: 30px 15px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.30) 0%,
		rgba(0, 0, 0, 0.45) 45%,
		rgba(0, 0, 0, 0.50) 65%,
		rgba(0, 0, 0, 0.25) 100%
	);
}
.inner-hero .inner-hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 0;
}
.inner-hero .inner-hero-content .inner-page-title {
	margin: 0px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 5px;
	font-weight: 700;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
}
/** Inner Page BreadCrumb **/
.emr-breadcrumbs{
	padding: 10px 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.emr-breadcrumbs .emr-bn ul{
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
}
.emr-breadcrumbs .emr-bn ul li{
	margin: 0px;
	list-style: none;
}
.emr-breadcrumbs .emr-bn ul li:not(:last-child)::after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin: 0px 6px 0px 6px;
	font-size: 12px;
	color: #737373;
}
.emr-breadcrumbs .emr-bn ul li .item-link,
.emr-breadcrumbs .emr-bn ul li .item-text{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #737373;
	text-decoration: none;
	transition: all 0.35s ease;
}
.emr-breadcrumbs .emr-bn ul li .item-link:hover{
	color: #184b2e;
}
/** Difference Sections **/
.emr-intro .emr-intro-content p:not(:last-child),
.project-single .ps-box .project-intro p:not(:last-child){
	margin-bottom: 22px;
}
.difference-section{
	padding:100px 15px;
}
.difference-section .difference-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.difference-section .difference-card{
	margin: 0;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #efefef;
	border-top: 3px solid #184b2e;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .06);
	padding: 32px 20px;
	position: relative;
	transition: all 0.35s ease;
}
.difference-section .difference-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}
.difference-section .difference-card .difference-card-head{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0px;
	padding: 0px 0px 25px;
}
.difference-section .difference-card .difference-card-head .content-col{
	padding: 0px 0px 0px 15px;
}
.difference-section .difference-card .difference-section-number{
	color: #737373;
	font-size: 84px;
	line-height: 64px;
	font-weight: 600;
	letter-spacing: 0px;
	opacity: 0.2;
}
.difference-section .difference-section-title{
	color: #184b2e;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 0px;
}
.difference-section .difference-section-intro{
	padding: 5px 0px 0px;
}
.difference-section .difference-section-intro p{
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
}
.difference-section .difference-features{
	display: flex;
	flex-direction: column;
	list-style:none;
	margin:0;
	padding:0;
	gap: 10px 0px;
}
.difference-section .difference-features li{
	padding: 0px 0px 0px 15px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	position: relative;
	list-style: none;
	margin: 0px;
}
.difference-section .difference-features li i{
	color: #184b2e;
	margin: 0px;
	font-size: 6px;
	position: absolute;
	left: 0px;
	top: 13px;
}
.difference-section .difference-features li span{
	margin:0px;
	color:#737373;
}
.emr-pre-footer{
	padding: 80px 15px;
	background: #f5f4ef;
}
.emr-pre-footer .pre-footer-content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.emr-pre-footer .pre-footer-content p{
	color: #184b2e;
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	letter-spacing: 4px;
	margin: 0px;
}
/** Gallery Page **/
.gallery-projects{
	padding: 100px 15px;
}
.gallery-projects .gallery-projects-grid{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px;
}
.gallery-projects .gallery-project-card{
	position: relative;
	transition: opacity .6s ease, transform .6s ease;
}
.gallery-projects .gallery-project-card .gallery-project-link{
	display:block;
	text-decoration:none;
	position: relative;
	z-index: 2;
	transition: opacity .6s ease, transform .6s ease;
}
.gallery-project-card .gallery-project-link .gallery-project-image{
	position:relative;
	overflow:hidden;
}
.gallery-project-card .gallery-project-link .gallery-project-image img{
	display:block;
	width:100%;
	height: 100%;
	object-fit:cover;
	min-height: 420px;
	transition:all .5s ease;
}
.gallery-project-card .gallery-project-link .gallery-project-image .gallery-project-overlay{
	position:absolute;
	z-index: 1;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.60) 65%, rgba(0, 0, 0, 0.35) 100%);
	opacity:0;
	transition:all .35s ease;
}
.gallery-project-card .gallery-project-link .gallery-project-image .gallery-project-overlay:before{
	content: "";
    border: 1px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
	transition:all .5s ease;
}
.gallery-project-card .gallery-project-link:hover .gallery-project-image .gallery-project-overlay{
	opacity: 1;
}
.gallery-project-card .gallery-project-link .gallery-project-image .gallery-project-overlay .gallery-project-button{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
    color: #184b2e;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    width: auto;
    max-width: max-content;
    letter-spacing: 2.5px;
    border-radius: 0px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
}
.gallery-project-card .gallery-project-link .gallery-project-image .gallery-project-overlay .gallery-project-button:hover{
	background: #184b2e;
	color: #ffffff;
	border-color: #184b2e;
}
.gallery-project-card .gallery-project-link .gallery-project-content{
	padding: 15px 0px 0px;
}
.gallery-project-card .gallery-project-link .gallery-project-content .gallery-project-title{
	margin: 0px;
    color: #737373;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 3px;
	transition: all 0.35s ease;
}
.gallery-project-card .gallery-project-link:hover .gallery-project-content .gallery-project-title{
	color: #184b2e;
}
.gallery-projects .gallery-load-more-wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 50px 0px 0px;
}
.gallery-projects .gallery-load-more-wrap .gallery-load-more-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    background: #184b2e;
    text-transform: uppercase;
    padding: 15px 22px;
    width: auto;
    max-width: max-content;
	min-width: 200px;
    letter-spacing: 2.5px;
    border-radius: 0px;
    text-decoration: none;
    border: 1px solid #184b2e;
    transition: all 0.35s ease;
}
.gallery-projects .gallery-load-more-wrap .gallery-load-more-btn:hover{
	background: #737373;
    color: #fff;
    border-color: #737373;
}
.gallery-projects .gallery-load-more-wrap .gallery-load-more-loader{
	display:none;
	justify-content:center;
	align-items:center;
	min-height:60px;
}
.gallery-projects .gallery-load-more-wrap .gallery-load-more-loader .gallery-loader-spinner{
	width:40px;
	height:40px;
	border:3px solid rgba(24,75,46,.2);
	border-top-color:#184b2e;
	border-radius:50%;
	animation:gallerySpin .8s linear infinite;
}
@keyframes gallerySpin{
	to{
		transform:rotate(360deg);
	}
}
/** Gallery Single Page **/
.project-single{
	padding: 100px 15px;
}
.project-single .project-featured-image{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.project-single .project-featured-image img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.project-single .ps-box{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding: 50px 0px;
}
.project-single .ps-box .box-left{
	width: 75%;
	padding: 0px 20px 0px 0px;
}
.project-single .ps-box .box-right{
	width: 25%;
    border-left: 2px solid #184b2e;
    padding: 0px 0px 0px 20px;
}
.project-single .ps-box .project-title{
	color: #737373;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 0px;
}
.project-single .ps-box .project-intro{
	padding: 20px 0px 0px;
}
.project-single .ps-box .project-intro p{
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.project-single .ps-box .project-meta-grid{
	display: flex;
    flex-direction: column;
    gap: 0px;
}
.project-single .ps-box .project-meta-grid .project-meta-item:not(:last-child){
	margin: 0px 0px 6px;
	padding: 0px 0px 6px;
}
.project-single .ps-box .project-meta-grid .project-meta-item h6{
	margin: 0px;
	text-transform: uppercase;
	color: #184b2e;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1.5px;
	font-weight: 500;
	text-align: left;
	padding: 0px;
}
.project-single .ps-box .project-meta-grid .project-meta-item p{
	margin: 0px;
    font-size: 20px;
    line-height: 28px;
	text-align: left;
}
.project-single .project-gallery-grid{
	column-count: 2;
	column-gap: 15px;
	line-height: 0;
}
.project-single .project-gallery-item{
	display: inline-block;
	width: 100%;
	margin: 0 0 15px;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	vertical-align: top;
}
.project-single .project-gallery-item a{
	display: block;
	line-height: 0;
}
.project-single .project-gallery-item img{
	display: block;
	width: 100%;
	height: auto;
}
.project-navigation{
	padding: 50px 15px;
	background: #f5f4ef;
}
.project-navigation .post-nav{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-navigation .post-nav .project-nav{
	
}
.project-navigation .post-nav .project-nav a{
	text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.project-navigation .post-nav .project-nav a .nav-arrow{
	color: #184b2e;
}
.project-navigation .post-nav .project-nav a .nav-arrow .emr-arrow{
	width: 44px;
	height: 44px;
	display: block;
	transition: all 0.35s ease;
}
.project-navigation .post-nav .project-nav.project-nav-prev a .nav-arrow .emr-arrow{
	transform: rotate(-180deg);
}
.project-navigation .post-nav .project-nav a .nav-arrow .emr-arrow{
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="44px" viewBox="0 -960 960 960" width="44px" fill="%23737373"><path d="M313.38-92.51 263.54-142l339.82-339.82-339.82-339.31 49.84-49.33 388.65 388.64L313.38-92.51Z"/></svg>') no-repeat;
}
.project-navigation .post-nav .project-nav.project-nav-prev a .nav-arrow .emr-arrow{
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="44px" viewBox="0 -960 960 960" width="44px" fill="%23737373"><path d="M313.38-92.51 263.54-142l339.82-339.82-339.82-339.31 49.84-49.33 388.65 388.64L313.38-92.51Z"/></svg>') no-repeat;
}
.project-navigation .post-nav .project-nav a:hover .nav-arrow .emr-arrow{
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="44px" viewBox="0 -960 960 960" width="44px" fill="%23184b2e"><path d="M313.38-92.51 263.54-142l339.82-339.82-339.82-339.31 49.84-49.33 388.65 388.64L313.38-92.51Z"/></svg>') no-repeat;
}
.project-navigation .post-nav .project-nav.project-nav-prev a:hover .nav-arrow .emr-arrow{
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="44px" viewBox="0 -960 960 960" width="44px" fill="%23184b2e"><path d="M313.38-92.51 263.54-142l339.82-339.82-339.82-339.31 49.84-49.33 388.65 388.64L313.38-92.51Z"/></svg>') no-repeat;
}
.project-navigation .post-nav .project-nav a .nav-content{
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	padding: 0px 0px 0px 5px;
}
.project-navigation .post-nav .project-nav a .nav-content .nav-label{
	color: #737373;
	font-size: 26px;
    line-height: 30px;
	font-weight: 500;
	letter-spacing: 4px;
	margin: 0px;
	transition: all 0.35s ease;
}
.project-navigation .post-nav .project-nav a:hover .nav-content .nav-label{
	color: #184b2e;
}
.project-navigation .post-nav .project-nav a .nav-content .nav-title{
	color: #737373;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0px;
	transition: all 0.35s ease;
}
.project-navigation .post-nav .project-nav a:hover .nav-content .nav-title{
	color: #184b2e;
}
.project-navigation .post-nav .project-nav.project-nav-next a .nav-content .nav-label,
.project-navigation .post-nav .project-nav.project-nav-next a .nav-content .nav-title{
	text-align: right;
}
/** About Emerald **/
.about-team{
	padding: 100px 15px;
}
.about-team .about-team-heading{
	color: #184b2e;
	font-size: 40px;
    line-height: 52px;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 0px;
	text-align: center;
}
.about-team .about-team-grid{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
	padding: 50px 0px 0px;
}
.about-team .about-team-grid .team-member{
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 30px;
	margin: 0;
	background: #fff;
	border: 1px solid #efefef;
	border-left: 3px solid #184b2e;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .06);
	padding: 32px 20px;
	position: relative;
	transition: all 0.35s ease;
}
.about-team .about-team-grid .team-member:hover{
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}
.about-team .about-team-grid .team-member:nth-child(even){
	flex-direction: row-reverse;
	border-left: 1px solid #efefef;
	border-right: 3px solid #184b2e;
}
.about-team .about-team-grid .team-member .team-member-image{
	width: 30%;
	display: flex;
    height: 100%;
    flex-direction: column;
	position: relative;
}
.about-team .about-team-grid .team-member .team-member-image .tm-overlay{
	position: absolute;
	z-index: 1;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.60) 65%, rgba(0, 0, 0, 0.35) 100%);
	opacity: 0;
	transition: all .35s ease;
}
.about-team .about-team-grid .team-member:hover .team-member-image .tm-overlay{
	opacity: 1;
}
.about-team .about-team-grid .team-member .team-member-image .tm-overlay:after{
	content: "";
    border: 1px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .5s ease;
}
.about-team .about-team-grid .team-member .team-member-image .tm-overlay ul.tm-social-links{
	display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.about-team .about-team-grid .team-member .team-member-image .tm-overlay ul.tm-social-links li.tm-social-item{
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.about-team .about-team-grid .team-member .team-member-image .tm-overlay ul.tm-social-links li.tm-social-item .tm-social-link{
	color: #184b2e;
	text-decoration: none;
	transition: all 0.35s ease;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 24px;
	line-height: 1;
}
.about-team .about-team-grid .team-member .team-member-image .tm-overlay ul.tm-social-links li.tm-social-item .tm-social-link:hover{
	background: #184b2e;
	color: #fff;
}
.about-team .about-team-grid .team-member .team-member-image img{
	width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.about-team .about-team-grid .team-member .team-member-content{
	width: 70%;
	padding: 0px;
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
    justify-content: center;
}
.about-team .about-team-grid .team-member:nth-child(even) .team-member-content{
	text-align: right;
	align-items: flex-end;
}
.about-team .about-team-grid .team-member .team-member-content .number-col{
	margin: 0px;
	padding: 0px;
}
.about-team .about-team-grid .team-member .team-member-content .number-col .team-member-number{
	color: #737373;
    font-size: 84px;
    line-height: 64px;
    font-weight: 600;
    letter-spacing: 0px;
    opacity: 0.2;
}
.about-team .about-team-grid .team-member .team-member-content .team-member-name{
	color: #184b2e;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px;
}
.about-team .about-team-grid .team-member .team-member-content .team-member-bio{
	padding: 15px 0px 0px;
}
.about-team .about-team-grid .team-member .team-member-content .team-member-bio p{
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
}