/*******************************************************
 *
 * General
 *
 *******************************************************/
 h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:500;
 }
 
  p {
	font-family: 'Raleway', sans-serif;	
 }
 
.page-template-template-sre-landing .container {
	max-width: 1288px;
	width: 100%;
	padding: 0;
}

.sre-landing-wrapper {
	position: relative;
}

.landing-header {
	position: relative;
}

.landing-header-info {
	background: #F8F6F1;
	text-align: center;
	max-width: 543px;
	width: 100%;
	position: absolute;
	bottom: 45px;
	padding: 20px;
	left: 50%;
	transform: translate(-50%);
}

.landing-header-info h1 {
  font-size: 2.6vw;
  text-transform: uppercase;
  line-height: 2.6vw;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}

.landing-header-info a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background: #333;
	display: block;
	padding: 10px;
	max-width: 315px;
	border-radius: 5px;
	margin: 0 auto;
	line-height: 26px;
}

.landing-cta-wrap {
	margin: 50px 0 0;
}

.landing-cta-wrap h2 {
	font-size: 65px;
	font-family: 'Raleway', sans-serif;
	max-width: 90%;
	display: block;
	margin: 0 auto;
}

.landing-cta {
	display: flex;
	justify-content: center;
	margin: 50px 0 70px;
	gap: 20px;
}

.landing-cta-item a {
	width: 190px;
	height: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid;
	margin:0 auto;
}

.landing-cta-item span {
	width: 100%;
	text-align: center;
}

.landing-content-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing-content-wrap img {
	object-fit: cover;
	object-position: center;
}

.landing-content {
	padding: 0 50px;
}

.landing-content h3 {
	font-size: 42px;
	line-height: 43px;
	margin-bottom: 40px;
	font-weight: 400;
}

.landing-content p {
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 26px;
	font-family: 'Raleway', sans-serif;
}

.landing-cta-second-wrap {
	position: relative;
	margin: 50px 0 0;
}

.landing-cta-second-wrap h2 {
	font-size: 42px;
	max-width: 90%;
	width: 100%;
	margin: 0 auto 40px;
}

.landing-cta-second-wrap p {
	font-size: 23px;
	max-width: 90%;
	width: 100%;
	margin: 0 auto 70px;
}

.landing-cta-second-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 55px;
	margin-bottom: 40px;
}

.landing-cta-second-items div {
	width: 320px;
	height: 272px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid;
	padding: 25px 40px;
	font-size: 20px;
	line-height: 28px;
}

.landing-content-plus-cta-wrap h2 {
	font-size: 42px;
	max-width: 90%;
	width: 100%;
	margin: 0 auto 40px;
}

.landing-content-plus-cta-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.landing-content-plus-cta-items div {
	width: 371px;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
	align-items: anchor-center;
	text-align: center;
	border: 1px solid;
	padding: 30px 20px;
	font-size: 18px;
	line-height: 25px;
}

.landing-content-plus-cta-items div h3 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 500;
}

.landing-content-plus-cta-items div span {
	font-size: 18px;
	line-height: 25px;
}

.landing-content-plus-cta-items div ul {
	list-style: disc;
	padding: 0 10px 0;
}

.landing-at-a-glance-wrapper {
	margin-top: 100px;
}

.landing-at-a-glance-wrapper h2 {
	font-size: 42px;
	max-width: 90%;
	width: 100%;
	margin: 0 auto 40px;
}

.landing-at-a-glance-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 979px;
	width: 100%;
	margin: 0 auto;
}

.landing-at-a-glance-items > div {
	width: 50%;
}

.landing-at-a-glance-designations {
	display: flex;
	flex-wrap: wrap;
}

.landing-at-a-glance-designations > div {
	display: flex;
	width: 100%;
	height: 60px;
	align-items: center;
	padding: 10px;
	border: 1px solid #DADADA;
	font-size: 20px;
}

.landing-at-a-glance-title {
	display: flex;
	width: 100%;
	height: 60px;
	align-items: center;
	background: #1C1C1C;
	padding: 10px;
	border: 1px solid #DADADA;
}

.landing-at-a-glance-title h3 {
  color: #fff;
}

.landing-why-work-wrapper {
	margin-top: 100px;
}

.landing-why-work-wrapper h2 {
  font-size: 42px;
  max-width: 90%;
  width: 100%;
  margin: 0 auto 40px;
}


.landing-why-work-items {
	display: flex;
	justify-content: center;
}

.landing-why-work-items > div {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 50%;
}

.landing-why-work-items > div:first-child {
  width: 58%;
  background: #333;
  color: #fff;
  padding: 33px 43px;
  line-height: 28px;
  font-size: 26px;
}

.landing-why-work-items > div:first-child p {
  line-height: 35px;
  font-size: 26px;
}

.landing-why-work-lists {
	max-width: 1112px;
	width: 100%;
	margin: 100px auto;
}

.landing-why-work-list {
	display: flex;
	align-items: center;
	padding: 20px 10px;
	margin-bottom: 20px;
	border: 1px solid;
	height: 140px;
	overflow: hidden;
}

.landing-why-work-icon {
	width: 20%;
	display: flex;
	justify-content: center;
	align-content: center;
}

.landing-why-work-content {
	width: 100%;
}

.landing-why-work-content h3 {
	font-size: 27px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.landing-why-work-content p {
	font-size: 20px;
	line-height: 26px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1366px) {
   .page-template-template-sre-landing .container {		
		width: 100% !important;	
	}
	
	.landing-header canvas {
		background-position: center;
		width: 100%;
	}
}


@media only screen and (max-width: 991px) {
	.landing-at-a-glance-title h3 {
		color: #fff;
		font-size: 23px;
		font-weight: 600;
	}
	
	.landing-why-work-lists {
		max-width: 1112px;
		width: 100%;
		padding: 100px 30px 0;
		padding-top: 100px;
		padding-top: 0;
	}
   .landing-header canvas {
		width: 100%;
	}
	.landing-header-info {
		background: #F8F6F1;
		text-align: center;
		max-width: 100%;
		width: 100%;
		position: relative;
		bottom: 3px;
		padding: 20px;
		left: 0;
		transform: unset;
	}
	
	.landing-cta-wrap h2 {
		text-align: center;
	}
	.landing-cta {		
		flex-wrap: wrap;
	}
	.landing-cta-item {
		width: calc(100% / 2 - 20px)
		
	}
	.landing-content-wrap {
		display: block;		
	}
	.landing-content {
		padding: 30px 20px 0;
	}
	.landing-content-wrap img {		
		width: 100%;
	}
	.landing-content-plus-cta-wrap canvas {
		width: 100%;
		min-width: 550px;
	}
	.landing-at-a-glance-items > div {
		width: 100%;
		margin: 0 20px;
	}
	.landing-why-work-items {
		display: block;
		justify-content: center;
	}
	
	.landing-why-work-items > div:first-child {
		width: 100%;		
	}
	.landing-why-work-items > div {		
		width: 100%;
	}
	.landing-why-work-thumbnail canvas {
		width: 100%;
	}
	.landing-why-work-list {
		display: flex;
		align-items: center;
		padding: 20px 10px;
		margin-bottom: 20px;
		border: 1px solid;
		height: auto;
		overflow: hidden;
	}
}


@media only screen and (max-width: 767px) {
    .landing-why-work-list {
		display: block;
		align-items: center;
		padding: 20px 10px;
		margin-bottom: 20px;
		border: 1px solid;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 0 20px 20px;
	}
	.landing-why-work-icon {
		width: 20%;
		display: flex;
		justify-content: center;
		align-content: center;
		margin: 0 auto 20px;
	}
}

@media only screen and (max-width: 480px) {
	
	.landing-cta-item {
		width: 100%;		
		margin: 0 20px;
	}
    
}

