/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	line-height: 33px;
	font-weight: 300;
	background-color: #fff;
	overflow-x: hidden;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
body.dark{
	background-color: #242424;
}
body.grey{
	background-color: #242424!important;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

/* Font Styles */

h1{
	font-size: 6em;
	line-height: 1;
    font-weight: 400;
	margin: 0 0 20px 0;
    font-family: 'Source Sans Pro', sans-serif;
	color: #242424;
}
h1 strong{
	font-weight: 400!important;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 95%;
}
h2{
	font-size: 3.75em;
	line-height: 1.1;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
	margin:0 0 20px 0;
	color: #242424;
    text-transform: initial;
}
h2 strong{
	font-weight: 400!important;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 95%;
}
h3{
	font-size: 2.5em;
	line-height: 1.2;
    font-weight: 400;
	margin:0;
    font-family: 'Source Sans Pro', sans-serif;
	color:#242424;
    text-transform: initial;
}
h4{
	font-size: 1.5em;
	line-height: 1.2;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
	color:#767676;
    text-transform: initial;
}
.single-blog .content h2,
.single-blog .content h2 strong,
h5{
	font-size: 1.25em;
	line-height: 1.1;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
	color:#242424;
    text-transform: initial;
	font-style: normal;
}
h5 strong{
    font-weight: 300;
}
h6{
	font-size: 1.25em;
    line-height: 1.1;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
	color:#b8b7b7;
	letter-spacing: 2px;
	margin:0;
    text-transform: initial;
}
p{
	font-size: 1.125em;
    line-height: 1.5;
    font-weight: 300;
	margin:0 0 15px 0;
    font-family: 'Source Sans Pro', sans-serif;
	color: #242424;
}
p:last-child{
	margin:0;
}
p a{
	position: relative;
	color: #242424;
	padding:0 5px 2px 5px;
	text-decoration: none;
	background: linear-gradient(to right, #e53e30 50%, #e6e6e6 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
body.grey p a{
	color: #242424!important;
}
p a:hover{
	position: relative;
	color: #242424;
	padding:0 5px 2px 5px;
	text-decoration: none;
	background-color: #e53e30;
	color: #fff;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	background-position: left bottom;
}
body.grey p a:hover{
	color: #fff!important;
}
p strong{
	font-weight: 600;
}
small, small a{
	font-size: 0.9em;
    line-height: 1.2;
	display: inline-block;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
a{
	font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #e53e30;
}
a:hover{
	text-decoration:none;
	color: #e53e30;
}
ul{
	padding-left:30px;
	margin:0 0 20px 0;
	color: #242424;
}
ul li {
	list-style-type: initial;
	font-size: 1.125em;
    line-height: 1.25;
	padding-bottom: 10px;
	font-weight: 300;
	color: #242424;
	position: relative;
}
.check ul{
	columns: 2;
	margin-bottom:0;
}
.check.check-one ul{
	columns: 1;
}
.check ul li{
	padding-bottom: 20px;
	font-weight: 600;
	position: relative;
	list-style-type: none;
	display: block;
}
.check ul li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Pro";
	height: 23px;
	width: 21px;
	font-weight: 300;
	display: inline-block;
	margin-right: 9px;
	margin-left: -30px;
	background-size: 18px;
	background-position: right;
	color: #e53e30;
}
ul.two-col{
	columns:2;
}
ul.three-col{
	columns:3;
}
ul.two-col li,
ul.three-col li{
	padding-right:20px;
	font-weight: 500;
}



/* Large Text */
.large-text h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #242424;
	width: 80%;
	margin:0 auto 0 0;
	font-size: 90px;
	line-height: 90px;
}
.large-text h2 strong{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #242424!important;
	font-weight: 400!important;
	font-size: 83px;
}
body.white .large-text h2 strong{
	color: #242424!important;
}



/* Medium Text */
.medium-text p{
	width: 70%;
	margin:0 auto;
}
.medium-text p:first-child{
	font-size: 60px;
	line-height: 65px;
	font-weight: 400;
}
.medium-text p:first-child strong,
.medium-text p:first-child strong a,
.medium-text p:first-child a{
	font-size: 95%;
	font-weight: 400 !important;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.medium-text p:first-child a{
	position: relative;
	color: #fff;
	padding:0 5px 2px 5px;
	text-decoration: none;
	background: linear-gradient(to right, #e53e30 50%, #242424 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
body.grey .medium-text p:first-child a{
	color: #fff!important;
}
.medium-text p:first-child a:hover{
	position: relative;
	color: #fff;
	padding:0 5px 2px 5px;
	text-decoration: none;
	background-color: #e53e30;
	color: #fff;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	background-position: left bottom;
}
body.grey .medium-text p:first-child a:hover{
	color: #fff!important;
}
.medium-text .btn{
	margin-top:20px;
}




/* Buttons */
.btn{
	background-color: transparent!important;
	background:transparent!important;
	color: #242424!important;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none!important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    height: auto;
    padding: 8px 30px;
    text-align: center;
    margin-top: 10px;
	letter-spacing: 2px;
	border-radius: 0;
	border: 1px solid #242424;
	line-height: 28px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.btn:hover{
	box-shadow: none;
	color: #fff!important;
	background-color: #e53e30!important;
	border: 1px solid #e53e30!important;
	border-radius: 50px;
	padding: 8px 30px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}



/* Dark Mode */
body.grey p, body.dark p,
body.grey h5, body.dark h5,
body.grey h5 strong, body.dark h5 strong,
body.grey h4, body.dark h4,
body.grey h3, body.dark h3,
body.grey h2 strong, body.dark h2 strong,
body.grey h2, body.dark h2,
body.grey h1, body.dark h1 {
	color: #fff;
}
body.grey .large-text h2 strong, body.dark .large-text h2 strong{
	color: #fff!important;
}
body.grey p a, body.dark p a{
	color: #fff;
	background-color: #606060;
}
body.grey ul, body.dark ul{
	color: #fff;
}
body.grey ul li, body.dark ul li {
	color: #fff;
}
body.grey .btn, body.dark .btn{
	border-color: #fff;
	color: #fff!important;
}
body.grey .btn-outline, body.dark .btn-outline{
	color:#fff;
	background-color: transparent;
	border: 1px solid #fff;
}





/* Main Blog Page */
.blog-page{
	margin:40px 0 30px 0;
}
.single-blog .share{
	border-top:1px solid #b8b7b7;
	padding-top:15px;
	width:100%;
	margin-top:30px;
}
.single-blog .share .text{
	text-transform: uppercase;
	letter-spacing: 2px;
}
.single-blog .share ul{
	display: flex;
	padding-left:0;
	width: 100%;
	align-items: center;
}
.single-blog .share ul li{
	list-style-type: none;
	margin-right:10px;
	font-size: 16px;
	font-weight: 500;
}
.single-blog .share ul li i{
	color: #242424;
	font-size: 20px;
	padding:5px
}
.single-blog .share ul li:hover i{
	background-color: #e53e30;
	color: #fff;
}

.blog-page .row{
	margin-left:-20px;
	margin-right:-20px;
}
.blog-page .blog-post{
	margin-bottom:50px;
	padding: 0 20px;
}
.blog-page .blog-post:first-child{
	width: 100%;
	flex:0 100%;
	max-width:100%;
	display: flex;
}
.blog-page .blog-post:first-child .inner{
	width: 100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:30px 0;
}
.blog-page .blog-post:first-child a{
	display: flex;
	width: 100%;
	align-items: initial;
	flex-direction: row-reverse;
}
.blog-page .blog-post:first-child .bg-image{
	width: 50%;
	min-height: 400px;
	display: flex;
}
.blog-page .blog-post:first-child .content{
	width: 50%;
	padding-right:4vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
}
.blog-page .blog-post:first-child h3{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
}
.blog-page .blog-post h3{
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}
.blog-page .blog-post .date{
	color: #fff;
	font-weight: 300;
	margin-top: auto;
	padding-bottom: 0;
	font-size: 16px;
	background-color: #242424;
	border-radius: 50px;
	padding:0 10px;
}
.blog-page .blog-post .date i{
	padding-right:5px;
}
.blog-page .blog-post a{
	text-decoration: none;
}
.blog-page .bg-image {
    min-height: 300px;
    margin-bottom:15px;
	border-radius:15px;
	padding:15px;
	display: flex;
  	justify-content: flex-end;
}
.blog-page .button{
    font-weight:700;
    margin-top:15px;
}
.blog-page #nav-below{
	display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
	color: #242424;
	text-decoration: none;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
	color: #242424;
	text-decoration: none;
}
.blog-page .nav-next i{
	margin-right: 5px;
    color: #242424;
}
.blog-page .nav-previous i{
    margin-left: 5px;
    color: #242424;
}
.blog-page .col-md-12{
	padding:0 20px;
}





/* Blog Page Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.blog-page .col-md-3{
		width:33.3333%;
		flex: 0 33.3333%;
		max-width:33.3333%;
		margin-bottom:30px;
	}
}
@media (max-width: 800px){
	.blog-page .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
}
@media (max-width: 768px){
}
@media (max-width: 414px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}




/* Single Blog Post */
.single-blog{
	margin-bottom:80px;
}
.single-blog.title-section .col-md-12{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.single-blog .title-block{
	width: 55%;
	padding-right:60px;
}
.single-blog h1{
	margin:0 0 15px 0;
	color:#242424;
	font-size: 70px;
	line-height: 70px;
}
.single-blog.title-section .date{
	color: #e53e30;
	letter-spacing:3px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.single-blog.title-section .bg-image{
	min-height: 350px;
	width: 45%;
	border-radius: 15px;
}
.single-blog .row{
	padding: 0 10vw;
}
.single-blog .btn{
	margin-top:40px;
}
.single-blog.related{
	padding-left:40px;
}
.single-blog.related .related-posts{
	display: flex;
	flex-direction: column;
}
.single-blog.related ul{
	width:100%;
	display: flex;
	flex-direction: column;
	padding:0;
	margin:0;
}
.single-blog.related ul li {
	width: 100%;
	display: flex;
	list-style-type: none;
	padding: 0;
	height: 100%;
	border-bottom:1px solid #242424;
	padding:10px 0;
}
.single-blog.related ul a{
	width:100%;
	display: flex;
	flex-direction:column;
	text-decoration: none;
}
.single-blog.related p{
	margin-bottom: 0;
}
.single-blog.related .bg-image{
	min-height:100px;
	height: 200px;
	width:100%;
}	
.single-blog.related .content{
	padding:0px;
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.single-blog.related .date{
	color: #a3a3a4;
	font-weight: 300;
	margin-top: 0;
	padding-bottom: 0;
	font-size: 16px;
}
.single-blog.related .date i{
	padding-right:5px;
}


/* Single Blog Post Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.single-blog .left-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		padding-right:15px;
	}
	.single-blog .right-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-top:40px;
	}
	.single-blog .right-col .row{
		margin:0;
	}
	.single-blog .right-col ul{
		width:50%;
		flex: 0 50%;
		max-width:50%;
	}
}
@media (max-width: 800px){

}
@media (max-width: 768px){

}
@media (max-width: 414px){
	.single-blog .right-col ul{
		width:100%;
		flex: 0 100%;
		max-width:100%;
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}



/* Forms */
label{
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}
input{
	background-color: #fff;
	box-sizing: inherit;
	padding: 10px;
	border: 1px solid #242424;
	border-radius: 2px;
	height: 48px;
	width: 100%;
}
textarea{
	background-color: #fff;
	box-sizing: inherit;
	padding: 10px;
	border: 1px solid #242424;
	border-radius: 2px;
	height: 150px;
	width: 100%;
}
input [type="checkbox"] + span:not(.lever) {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 300;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: auto;
	line-height: 25px;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input [type="checkbox"] + span:not(.lever)::before {
	border-color: #fff !important;
}
input[type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
	display: none;
}
span.wpcf7-list-item {
	margin-left: 0 !important;
}
.privacy .wpcf7-form-control-wrap,
.privacy .wpcf7-form-control,
.privacy .wpcf7-list-item{
	width: 100%;
	display: block;
}
.privacy label{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.privacy input{
	background-color: #fff;
	box-sizing: inherit;
	padding: 10px;
	font-weight: 300;
	border: none;
	border-radius: 2px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
input[type="checkbox"] + span:not(.lever)::before, .project-form [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 2px solid #5a5a5a;
	  border-top-color: rgb(90, 90, 90);
	  border-right-color: rgb(90, 90, 90);
	  border-bottom-color: rgb(90, 90, 90);
	  border-left-color: rgb(90, 90, 90);
	border-radius: 1px;
	margin-top: 3px;
	-webkit-transition: .2s;
	transition: .2s;
}
input[type="checkbox"]:checked + span:not(.lever)::before {
	border-top: 2px solid transparent !important;
	border-left: 2px solid transparent !important;
}
input[type="checkbox"]:checked + span:not(.lever)::before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #26a69a;
	  border-right-color: rgb(38, 166, 154);
	border-bottom: 2px solid #26a69a;
	  border-bottom-color: rgb(38, 166, 154);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
input.wpcf7-submit {
	background-color: transparent !important;
	color: #242424 !important;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	height: auto;
	padding: 8px 30px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
	border-radius: 0;
	border: 1px solid #242424;
	line-height: 28px;
}




/* Project Form */
.project-form input{
	border: 0;
}
.project-form textarea{
	border: 0;
	height: 100px;
}
.project-form input[type="checkbox"] + span:not(.lever)::before, .project-form [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
	border-color: #fff!important;
	background-color: #fff;
}
.project-form form {
	background-color: #e53e30;
	padding: 30px 35px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-radius: 2px;
}
.project-form form h3{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	width: 100%;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	line-height: 36px;
}
.project-form form label.half{
	width: 49%;
}
.project-form form label span{
	width: 100%;
	color: #fff;
}
.project-form form .privacy{
	padding-bottom:10px;
}
.project-form form .privacy label span{
	font-size: 16px;
	line-height: 20px;
	padding-left:30px;
}
.project-form form textarea::placeholder,
.project-form form input::placeholder{
	font-size: 18px;
	font-weight: 300;
}




/* Careers & Testimonials Page */
.testimonials h2,
.careers h2{
	font-size: 60px;
	line-height: 65px;
	color: #242424;
	margin-bottom:10px;
}
.careers .bg-image{
	min-height: 400px;
	background-position: 100% 35%;
}
.careers .careers-content{
	margin-top:60px;
	margin-bottom:30px;
}
.careers .job .inner{
	border-bottom:1px solid #242424;
}
body.grey .careers .job .inner{
	border-bottom:1px solid #fff;
}
.careers .job:last-child{
	margin-bottom:0;
}
.careers .job .inner{
	padding: 30px 40px;
}
.careers .job .inner a{
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.careers .job .inner a .content{
	width: 55%;
}
.careers .job .inner h5{
	color: #242424;
	margin-bottom:10px;
}
.careers .job .inner p{
	color: #242424;
	margin-bottom:0;
	line-height: 24px;
}
body.grey .careers .job .inner h5,
body.grey .careers .job .inner p{
	color: #fff;
}
.careers .job .inner .btn{
	padding: 8px 20px 8px 30px;
}
body.grey .careers .job .inner .btn{
	color: #fff!important;
	border-color: #fff;
	padding: 8px 20px 8px 30px;
}
.careers .job .inner .btn i{
	color: #ff4738;
}
.testimonials-page .row{
	margin-left:-25px;
	margin-right:-25px;
}
.testimonials-page .bg-image{
	border-radius:15px;
}
.testimonials-page .quote:nth-child(5n-4),
.testimonials-page .quote:nth-child(5n-3){
	width: 50%;
	flex: 0 50%;
	max-width: 50%;
	margin-bottom: 50px;
	padding:0 25px;
}
.testimonials-page .quote:nth-child(5n-4) .inner,
.testimonials-page .quote:nth-child(5n-3) .inner{
	display: flex;
}
.testimonials-page .quote:nth-child(5n),
.testimonials-page .quote:nth-child(5n-1),
.testimonials-page .quote:nth-child(5n-2){
	width: 33.333%;
	flex: 0 33.333%;
	max-width: 33.333%;
	margin-bottom: 50px;
	padding:0 25px;
}
.testimonials-page .quote .inner{
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 10px 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.testimonials-page .quote .inner h4{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.testimonials-page .quote .inner .content{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.testimonials-page .quote:nth-child(5n-4) .bg-image,
.testimonials-page .quote:nth-child(5n-3) .bg-image{
	height: 300px;
}
.testimonials-page .quote:nth-child(5n) .bg-image,
.testimonials-page .quote:nth-child(5n-1) .bg-image,
.testimonials-page .quote:nth-child(5n-2) .bg-image{
	height: 250px;
}
.testimonials-page .quote .inner .company-info{
	margin-top:auto;
	margin-bottom:0;
	padding:15px 30px;
	background-color:#f4f4f4;
}
.testimonials-page .quote .inner .main-content{
	padding:30px 30px 10px 30px;
}
.testimonials-page .name{
	margin-bottom:0;
	line-height: 18px;
	font-size: 16px;
	color: #7b7b7b!important;
}
.testimonials-page .company{
	margin-bottom:0;
	line-height: 18px;
	font-size: 16px;
	color: #7b7b7b;
}
.testimonials-page .company strong{
	font-weight: 600;
}

/* Single Careers */
.single-careers .title-col{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: flex-end;
	margin:60px 0 40px 0;
}
.single-careers h1{
	color: #242424;
	max-width: 70%;
}
.single-careers .bg-image{
	min-height:500px;
	background-position: 100% 30%;
}
.single-careers .content-row{
	margin:80px 0;
}
.single-careers .left-col{
	padding-right:60px;
}
.single-careers .left-col h3 {
	margin-top: 0;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
	font-weight: 400;
    font-family: 'Playfair Display', serif;
}



/* Careers Form */
.careers-form {
	text-align: center;
	margin-bottom:140px;
}
.careers-form .row{
	width: 70%;
	margin:0 auto;
}
.careers-form form{
	text-align: left;
	width: 70%;
	margin:0 auto;
}
.careers-form label{
	margin-bottom:10px;
}
.careers-form input,
.careers-form textarea{
	border: 1px solid #242424;
	border-radius: 0;
}
.careers-form select{
	width: 100%;
	background-color: #fff;
	border: 1px solid #242424;
	font-size: 18px;
	height: 48px;
	font-weight: 700;
	border-radius: 0;
	padding:10px;
	text-transform: uppercase;
	color: #242424;
}
.careers-form input[type="file"] {
	border: 2px dashed #c5c5c5;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	min-height: 150px;
}
.careers-form input[type="file"]::before {
	content: "\f093";
	font-family: "Font Awesome 5 Pro";
	display: block;
	font-size: 50px;
	line-height: 60px;
	opacity: 0.3;
	position: absolute;
}
.careers-form input[type="file"]::after {
	content: "(.docx or .pdf)";
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	position: absolute;
}
.careers-form input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 20px;
	float: left;
	height: 20px;
	margin-right: 10px;
}
.careers-form .wpcf7-checkbox{
	margin:10px 0;
}
.careers-form input[type="checkbox"] + span:not(.lever)::before, .careers-form [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
	display: none;
}
.careers-form .wpcf7-checkbox .wpcf7-list-item:first-child{
	margin-top:10px;
	width: 100%;
}
.careers-form .wpcf7-checkbox .wpcf7-list-item:last-child{
	margin-bottom:10px;
	width: 100%;
}
.careers-form .wpcf7-checkbox .wpcf7-list-item-label{
	float: left;
	width: 90%;
	line-height: 20px;
	color:#242424;
}
.careers-form input.wpcf7-submit {
	background-color: #e53e30;
	margin:0 auto;
	display: flex;
	border: 1px solid #242424;
}
.careers-form input.wpcf7-submit:hover {
	background-color: #1f5c71;
	box-shadow: none;
}



/* Featured & Archived Work */
body.dark .featured-work .hero-banner h1 {
  border-bottom: 1px solid #fff;
}
body.dark .featured-work .hero-banner{
	margin-bottom:60px;
}
.featured-work .work-blocks .project a{
	width: 100%;
	border-radius: 15px;
}
.featured-work .work-blocks .project .inner{
	width: 100%;
	border-radius: 15px;
}
.archived-work .work-blocks .project .inner,
.featured-work .work-blocks .project .inner{
	width: 100%;
}
.featured-work .work-blocks .project .inner .content{
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	border-radius: 15px;
}
.featured-work .work-blocks img{
	height: 500px;
	object-fit: cover;
	object-position: top;
	aspect-ratio: 1/1;
	border-radius: 15px;
	width: 100%;
	cursor: pointer!important;
	background-position: top;
}
.archived-work .hero-banner p{
	padding-bottom:40px;
}
.archived-work .work-blocks img{
	height: 350px;
	border-radius: 15px;
	cursor: pointer !important;
	object-fit: cover;
	width: 100%;
}
.archived-work .work-blocks .project,
.featured-work .work-blocks .project {
	display: flex;
	margin-bottom:40px;
}
.featured-work .work-blocks .project:nth-child(odd){
	padding-right:40px;
}
.featured-work .work-blocks .project:nth-child(even){
	padding-left:40px;
}
.archived-work .work-blocks .project .main-content,
.featured-work .work-blocks .project .main-content{
	display: flex;
	flex-direction: column;
}
.archived-work .work-blocks .project h3,
.featured-work .work-blocks .project h3{
	margin-top:10px;
	margin-bottom:15px;
	width: 100%;
	font-size: 28px;
	line-height: 32px;
}
.archived-work .work-blocks .project .project-type,
.featured-work .work-blocks .project .project-type{
	padding-left:0;
	display: flex;
	flex-flow: row wrap;
}
.archived-work .work-blocks .project .project-type li,
.featured-work .work-blocks .project .project-type li{
	list-style-type: none;
	display: flex;
	align-items: center;
	padding-bottom:0;
	position: relative;
	margin-right:15px;
}
.archived-work .work-blocks .project .project-type li:after,
.featured-work .work-blocks .project .project-type li:after{
	content:"•";
	position: relative;
	right: -7.5px;
  	bottom: 1px;
	color: #767676;
}
.archived-work .work-blocks .project .project-type li:last-child:after,
.featured-work .work-blocks .project .project-type li:last-child:after{
	display: none;
}
.archived-work .work-blocks .project .project-type li a,
.featured-work .work-blocks .project .project-type li a{
	font-size: 16px;
	line-height: 18px;
	background-color: transparent;
	color: #767676;
	font-weight: 300;
}




/* Single Work */
.single-our_work .overview{
	padding-top:150px;
	position: relative;
}
.single-our_work .overview .right-col{
	padding-top:60px; 
}
.single-our_work .overview .col-md-12,
.single-our_work .overview .left-col{
	padding-left:150px;
}
.single-our_work .circle-bottom .overview .left-col{
	position: relative;
}
.single-our_work .overview::after{
	content: "";
  	border: 50px solid #e53e30;
  	height: 15vw;
  	width: 15vw;
  	border-radius: 100%;
  	position: absolute;
  	bottom: -11vw;
  	right: -8vw;
 	z-index: -1;
}
.single-our_work .overview h1{
	border-bottom:0;
	font-family: 'Playfair Display';
	font-style: italic;
	margin-bottom:0;
	width: fit-content;
}
.single-our_work .overview p{
	font-size: 24px;
	line-height: 30px;
}
.single-our_work .project-type{
	list-style-type: none;
	display: flex;
	padding-left: 0;
	justify-content: flex-start;
	align-items: center;
	padding-top:40px;
	flex-flow:row wrap;
	width: 80%;
}
.single-our_work .project-type li{
	list-style-type: none;
	display: flex;
	align-items: center;
	position: relative;
	margin-right:15px;
	padding-bottom:0;
}
.single-our_work .project-type li:after{
	content:"•";
	position: relative;
	right: -7.5px;
  	bottom: 1px;
	color: #767676;
}
.single-our_work .project-type li:last-child:after{
	display: none;
}
.single-our_work .project-type li a{
	font-size: 14px;
	line-height: 15px;
	background-color: transparent;
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
.single-our_work .medium-text .text-area{
	position: relative;
}
.single-our_work .medium-text .text-area:after{
	content: "";
	border: 75px solid #e53e30;
	height: 25vw;
	width: 25vw;
	border-radius: 100%;
	position: absolute;
	bottom: -240px;
	right: -8vw;
	z-index: -1;
	animation: float 3s linear;
	-moz-animation: float 3s linear;
	-webkit-animation: float 3s linear;
}
@keyframes float{
	0% {
		transform: translateY(10vw);
		-moz-transform: translateY(10vw);
		-webkit-transform: translateY(10vw);
	}
	50% {
		transform: translateY(5vw);
		-moz-transform: translateY(5vw);
		-webkit-transform: translateY(5vw);
	}
	100% {
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
.single-our_work .work-slider{
	padding-top:140px;
}
.single-our_work .work-slider .slick-list{
	display: flex;
}
.single-our_work .work-slider .slick-track{
	display: flex;
}
.single-our_work .work-slider .slick-slide{
	display: flex;
	padding:0 15px;
}
.single-our_work .work-slider .slick-slide > div{
	display: flex;
	width: 100%;
}
.single-our_work .work-slider .slick-slide img{
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 15px;
	height: 300px;
	width: 100%;
	object-position: top;
}
.single-our_work .work-slider .slick-slide h3{
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 28px;
	line-height: 32px;
}
.single-our_work .work-slider .slick-slide .project-type {
	padding-top: 0;
}
.single-our_work .title-wrapper{
	position: relative;
	width: fit-content;
}
.single-our_work .new-circle{
	position: absolute;
	left: -100px;
	top:-60px;
	z-index: -1;
}
.single-our_work .new-circle textPath{
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	fill: #e53e30;
}
.single-our_work .new-circle{
	animation: spin 30s linear infinite;
	-moz-animation: spin 30s linear infinite;
	-webkit-animation: spin 30s linear infinite;
}
@keyframes spin{
	0% {
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}