/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
	font-size: 62.5%;
}

body {
	font: 300 11px/1.4 'Lato', HelveticaNeue, Arial, sans-serif;
	color: #444;
	background: #252525;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Wensley';
	font-weight: bold!important;
	letter-spacing: 6px!important;
}

h2 {
	font-size: 40px!important;
	letter-spacing: 12px;
	line-height: 1.4em;
}

h3 {
	font-size: 35px!important;
}

h4 {
	font-family: 'Lato'!important;
	font-weight: 400!important;
	font-size: 22.5px!important;
	letter-spacing: 1.5px;
}

h5 {
	font-size: 35px!important;
	letter-spacing: 9px;
}

h6 {
	font-family: Lato!important;
	font-weight: 300!important;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px!important;
}

ul,
li {
	font-family: 'Lato'!important;
	font-weight: 500;
	letter-spacing: 2px;
}
.footer, .copyright, .bottom__full__section, .contact__page textarea, .contact__page .submit__custom, .full__section__button button, .blog__posts .join__family button{
	font-family: 'Lato'!important;
}

/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}


/* header */

.header {
	position: fixed;
}


/* logo */

.logo {}

.logo-img {}


/* nav */

.nav {}


/* sidebar */

.sidebar {}


/* footer */

.footer {}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	small,
	span {
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
}


/* ------------- SIDEBAR MENU -----------------------*/


/* --------------------------------------------------*/


/* --------------------------------------------------*/


/* The side navigation menu */

.sidenav {
	height: 100%;
	/* 100% Full-height */
	width: 0;
	/* 0 width - change this with JavaScript */
	position: fixed;
	/* Stay in place */
	z-index: 999999;
	/* Stay on top */
	top: 0;
	/* Stay at the top */
	right: 0;
	background-color: #020305;
	/* Black*/
	overflow-x: hidden;
	/* Disable horizontal scroll */
	padding-top: 60px;
	/* Place content 60px from the top */
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	/* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
	color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
	position: absolute;
	top: 14px;
	right: 25px;
	font-size: 20px;
	margin-left: 50px;
	color: white;
	font-weight: bold;
}

.sidenav ul {
	list-style-type: none;
}

.sidenav a {
	text-decoration: none;
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
}

.current-menu-item a {
	font-weight: 300;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
	-webkit-transition: margin-left .5s;
	-o-transition: margin-left .5s;
	transition: margin-left .5s;
	padding: 20px;
}

.menu-item a {
	position: relative;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.menu-item a:before {
	content: " ";
	width: 0px;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.menu-item:hover a:before {
	content: " ";
	width: 100%;
	height: 1px;
	background: white;
	position: absolute;
	bottom: -3px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

.nav__category__wrapper {
	opacity: 0!important;
	pointer-events: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
			align-items: center;

}

.menu__custom ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	list-style-type: none;
}

.menu__custom li a {
	text-decoration: none;
	font-family: 'Lato';
	font-weight: 500;
	color: white;
	font-size: 12px;
	margin: 0px 30px;
	text-transform: uppercase;
}

.burguer__button__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.burguer__button {
	cursor: pointer;
	-webkit-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}

.menu-father a {
	font-weight: bold;
}

.hidden__menu {
	display: none;
}

.bar {
	width: 30px;
	height: 3px;
	background: white;
	margin: 5px 0;
	background-color: white;
}

.top__logo img {
	width: 190px;
	padding: 30px 20px;
	position: relative;
	left: 60px;
}

.footer__top {
	background: #111111;
	width: 100%;
}

.footer__middle {
	background: #111111;
	padding-bottom: 25px;
}

.footer__bottom {
	background: #020305;
}

.logo__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: self-start;
	    -ms-flex-align: self-start;
	        align-items: self-start;
	top: 80px;
}

.footer__city {
	position: relative;
	left: 30px;
}

footer .copyright {
	padding: 33.25px 30px;
}

footer .copyright p {
	padding: 0px 80px;
	margin: 0px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 500;
}

.footer__city .title p {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.footer__city .footer__address p {
	font-size: 11px;
	color: #949494;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.8em;
}

.footer__city .footer__get__directions p {
	padding-bottom: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #949494;
	padding-top: 9px;
}

.footer__city .footer__phone p {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #949494;
}

.footer__email__wrapper {
	padding-left: 28px;
}

.footer__email__title {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	margin-bottom: 13px;
}

.footer__email__title:before {
    position: absolute;
    width: 44px;
    height: 1px;
    background: #f0f0f0bf;
    content: " ";
    left: 60px;
    top: 7px;
}

.footer__icon__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 12px;
}

.footer__icon__wrapper .the__icon i {
	color: white;
	margin: 0 19px;
	font-size: 12px;
	position: relative;
	left: 0px;
	top: 25px;
}

.footer__email__wrapper p small {
	font-size: 11px;
	color: #949494;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.8em;
}

footer .the__citie {
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 47px;
}

.logo__column img {
	width: 190px;
    position: relative;
    left: -45px;
}

header {
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.home__page section {
	height: 100vh;
}

.full__section {
	position: relative;
	background-attachment: fixed!important;
}

#home-top video {
	position: absolute;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
}

.full__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
	position: relative;
	background-size: cover!important;
	height: 100vh;
}

.full__section:after {
	content: " ";
	background: #00000021;
	width: 100%;
	position: absolute;
	height: 100vh;
}
.join__family.team__page .join__image:after {
	content: " ";
	background: #00000069;
	width: 100%;
	position: absolute;
	height: 100vh;
	top: 0;
}
.middle__full__section {
	position: relative;
	z-index: 11;
	text-align: center;
}

.bottom__full__section {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 50px;
}

.bottom__full__section .scroll__down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 99999;
	cursor: pointer;
}

.bottom__full__section .scroll__down img {
	width: 30px;
}

.full__section__copy {
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.full__section .title,
.full__section .subtitle {
	pointer-events: none;
}

.full__section__copy.no-background {
	background: transparent;
}

.full__section__copy.dark-background {
	background: #00000061;
}

.full__section__copy p {
	text-align: right;
	position: relative;
	right: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
}

.full__section__button button {
	background: transparent;
	border: solid 3px white;
	padding: 9px 10px;
	width: 200px;
	font-size: 15px;
	border-radius: 2px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin-top: 50px;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	height: 50px;
}

.full__section__button button:hover {
	background: white;
	color: black;
}
.blog__posts .join__family button{
	margin-top: 30px;
}
.join__family button {
	background: transparent;
	border: solid 3px white;
	padding: 9px 10px;
	width: 200px;
	font-size: 15px;
	border-radius: 2px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin-top: 50px;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	height: 50px;
}

.join__family button:hover {
	background: white;
	color: black;
}

.middle__full__section .title {
	text-transform: uppercase;
}

#scroll-container {
	position: fixed;
	width: 100vw;
}

@media(max-width: 1600px) {
	.menu__custom li a {
		font-size: 12px;
		margin: 0px 9px;
	}
}

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

@media(max-width: 1024px) {
	.top__logo img {
		left: 10px;
	}

	footer .the__citie {
		padding-right: 4px;
	}
	.footer__icon__wrapper .the__icon i {
		left: 24px;
		top: 23px;
		margin: 0 12px;
	}
	.menu__custom li a {
		font-size: 9px;
		margin: 0px 6px;
		left: -25px;
		position: relative;
	}
}

@media(max-width: 768px) {
	.burguer__button {
		position: absolute;
		top: -95px;
		right: 40px;
		z-index: 999!important;
	}
	.menu__custom li a {
		left: -20px;
	}
	.footer__email__title{
		text-align: center;
	}
	footer .the__citie {
		padding-top: 0px;
		padding-bottom: 25px;
	}
	.logo__column {
		top: 45px;
		left: 20px;
		margin-bottom: 100px;
	}
	.footer__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	footer .the__citie {
		padding-right: 4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer__city {
		left: 0px;
	}
	.logo__column {
		left: 0px;
	}
	.footer__city {
		position: relative;
		left: 0px;
		width: 300px;
		text-align: center;
	}
	.footer__middle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.email__footer__wrapper,
	.footer__icon__wrapper {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer__icon__wrapper .the__icon i {
		left: 0px;
		margin: 0 30px 25px;
		font-size: 18px;
	}
}

@media(max-width: 600px) {
	.burguer__button {
		top: -82px;
		right: 30px;
	}
	.top__logo img {
		left: -15px;
	}
	.nav__category__wrapper {
		display: none;
	}
	.logo__column img {
		width: 240px;
		position: relative;
		left: -12px;
	}
	h2 {
		font-size: 26px;
		letter-spacing: 5px;
	}
}


.project__category__wrapper .project__bottomn{
	color: white;
}

.project__bottomn,
.project__bottomn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	z-index: 99;
	left: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.project__bottomn .number,
.project__bottomn .number {
	font-weight: 500;
	font-size: 34px;
	top: -10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.C1 .info__number,
.H1 .info__number {
	position: relative;
	top: -10px;
	letter-spacing: 1.2px;
}

.C1 .project__top a,
.H1 .project__top a {
	color: white;
	text-decoration: none;
}

.project__content .col-xl-3 {
	display: none;
}

.project__bottomn .col-xl-2:nth-child(2),
.project__bottomn .col-xl-2:nth-child(3) {
	border-right: solid 2px white;
	height: 65px;
}

.grid-container-two-left .col-xl-2,
.grid-container-left .col-xl-2,
.grid-container-two-right .col-xl-2,
.grid-container-two-left .col-xl-2 {
	-ms-flex: 0 0 16.666667%!important;
	-webkit-box-flex: 0!important;
	        flex: 0 0 22.666667%!important;
	max-width: 100%!important;
}

.H1,
.H2,
.H3 {
	position: relative;
}

.inner__project__page .title {
	width: 75%;
}
.careers__page .title h2{
	text-transform: uppercase;
}
.inner__project__page .middle__full__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
			flex-direction: column;
			width: 100%;
}
.inner__project__wrapper .middle__full__section{
	max-width: 700px;
}
.inner__project__page .project__bottomn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 90px;
	z-index: 9999;
}

.inner__project__page .details {
	padding: 80px 100px 100px;
}

.inner__project__page .details .title {
	color: white;
	text-transform: uppercase;
}

.inner__project__page .details .title h5 {
	font-size: 25px;
}

.inner__project__page .details__info .detail {
	font-size: 12px;
	padding: 20px 50px 11px 0;
	color: white;
	font-family: Lato;
	border-bottom: solid 1px #ffffff63;
	letter-spacing: 1.6px;
	margin: 0;
}

.inner__project__page .details__info .detail p {
	margin: 0;
	color: #ffffff91;
	font-family: Lato;
}

.inner__project__page .details__info .detail p strong {
	color: white;
}

.inner__project__page .details__info {
	padding-top: 25px;
	padding-right: 60px;
}

.inner__project__page .about {
	position: relative;
	top: 20px;
}

.inner__project__page .about p {
	font-weight: 100;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #ffffffe3;
}

.quote {
	background-size: cover!important;
	padding: 150px 0;
	text-align: center;
	color: white;
}

.quote .quote_wrapper h5 {
	font-size: 27.5px;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 1.5em;
	padding: 0 100px;
	margin-bottom: 35px;
}

.quote .quote_wrapper h6 {
	font-weight: 700;
	letter-spacing: 1.5px;
	font-size: 15px;
}

.quote .quote_wrapper p {
	font-size: 12.935px;
	font-weight: 200;
	font-family: Lato;
	letter-spacing: 0.7px;
}

.gridItem {
	width: 50%;
}

.gallery .full__width img {
	width: 100%;
}

.grid__custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-height: 700px;
	overflow: hidden;
}

.vertical__img,
.horizontal__img {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.grid__custom img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100vh;
	width: 100%;
}

.grid__custom.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

footer .container-fluid {
	background: #111111;
}

@media(max-width: 1280px) {
	.project__content .col-xl-2 {
		-webkit-box-flex: 0!important;
		    -ms-flex: 0 0 20.666667%!important;
		        flex: 0 0 20.666667%!important;
		max-width: 100%!important
	}
	.project__bottomn .number,
	.project__bottomn .number {
		font-size: 30px;
	}
	.project__content .col-xl-2:nth-child(2),
	.project__content .col-xl-2:nth-child(3) {
		border-right: solid 2px white;
		height: 54px;
	}
}

@media(max-width: 1024px) {
	.C1:after {
		content: " ";
		background: #03a9f4b5;
	}
	.grid-container-full .H1:after {
		content: " ";
		background: #03a9f4b5;
	}
	.project__content .col-xl-2 {
		-webkit-box-flex: 0!important;
		    -ms-flex: 0 0 31.666667%!important;
		        flex: 0 0 31.666667%!important;
	}
	.inner__project__page .project__bottomn .col-md-12 {
		-ms-flex: 0 0 100%!important;
		-webkit-box-flex: 0!important;
		        flex: 0 0 16%!important;
		max-width: 100%!important;
	}
}

@media(max-width: 480px) {
	.project__category__wrapper .grid-container-right,
	.project__category__wrapper .grid-container-left,
	.project__category__wrapper .grid-container-two-left {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		        grid-template-areas: "C1";
	}
	.project__category__wrapper .grid-container-two-right {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		        grid-template-areas: "C1";
	}
	.inner__project__page .details {
		padding: 80px 20px 100px;
	}
	.quote .quote_wrapper h5 {
		padding: 0 0px;
	}

	.gridItem {
		  width: 50%;
	}
	.grid__custom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-height: unset;
	}
	.grid__custom img {
		height: 200px;
	}
	.grid__custom.right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.project__category__wrapper .grid-container-right > .C1, .project__category__wrapper .grid-container-left > .C1, .project__category__wrapper .grid-container-two-left > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	.project__category__wrapper .grid-container-two-right > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	.project__category__wrapper .grid-container-right > .C1, .project__category__wrapper .grid-container-left > .C1, .project__category__wrapper .grid-container-two-left > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	.project__category__wrapper .grid-container-two-right > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	.project__category__wrapper .grid-container-right > .C1, .project__category__wrapper .grid-container-left > .C1, .project__category__wrapper .grid-container-two-left > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	.project__category__wrapper .grid-container-two-right > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	.project__category__wrapper .grid-container-right > .C1, .project__category__wrapper .grid-container-left > .C1, .project__category__wrapper .grid-container-two-left > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
	.project__category__wrapper .grid-container-two-right > .C1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}
}

.outside__pages h4 {
	font-family: 'Lato';
	font-weight: 100;
	font-size: 22.5px;
	letter-spacing: 1.5px;
}

.team_member {
	position: relative;
	color: white;
	overflow: hidden;
}

.team__member__content .team_member__name p {
	font-size: 27px;
	letter-spacing: 3.2px;
	font-weight: bold;
	-webkit-transition: all ease-in-out 0.6s;
	-o-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;
}

.team_member__name,
.team_member__position {
	-webkit-transition: all ease-in-out 0.6s;
	-o-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;
	bottom: -320px;
	position: relative;
}

.team__member__content:hover .team_member__name,
.team__member__content:hover .team_member__position {
	bottom: 0px;
}

.team__member__content .team_member__position p {
	font-size: 22px;
	letter-spacing: 3.2px;
	font-weight: 400;
	font-style: italic;
}

.member__wrapper {
	padding: 0!important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.team_member__thumbnail img {
	min-width: 100%;
	height: auto;
}

.square {
	position: relative;
	width: 50%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.team_member {
	position: absolute;
	width: 100%;
	height: 100%;
}

.team__member__content {
	position: absolute;
	background: #03a9f46e;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	width: 100%;
	height: 100%;
	top: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
			flex-direction: column;
			padding: 0 20px;
}

.team__member__content:hover {
	opacity: 1;
}

.team__member__popup .close__button img {
	width: 15px;
}

.team__member__popup .close__button {
	position: absolute;
	top: 10px;
	right: 13px;
	cursor: pointer;
}

.team__member__popup {
	position: fixed;
	width: 100%;
	background: #40403f;
	z-index: 99999;
	left: 0px;
	top: 0;
	bottom: 0;
	padding: 70px 60px;
	display: none;
	cursor: pointer;
	color: white;
	height: 100vh;
	overflow-x: hidden!important;
}

.team__member__popup.active {
	display: block!important;
	overflow: scroll;
}

.team__member__popup .title h5 {
	text-transform: uppercase;
	font-size: 33px;
	letter-spacing: 5px;
}

.team__member__popup .position p {
	letter-spacing: 2.7px;
	font-weight: 500!important;
	font-style: italic;
	color: white!important;
	font-size: 13pt;
}

.team__member__popup .description p {
	font-size: 18px;
	font-family: Lato;
	color: #ffffffab;
	font-weight: 100;
	line-height: 1.9em;
	-webkit-text-stroke: 1px #ffffff30;
}

.team__member__popup .description {
	padding-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.team__member__popup .picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	top: 40px;
	padding: 20px 12px;
}

.team__member__popup .wrap_two {
	margin-top: 55px;
	padding-right: 80px;
}

.team__member__popup .picture img {
	width: auto;
	max-height: 700px;
	position: absolute;
	min-height: 700px;
}

.pop__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.team__member__popup .close__button {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.team__member__popup .close__button img {
	width: 25px;
}

.join__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 100px 160px!important;
}
@media(max-width: 1600px){
	.join__family.president__info .join__content {
		padding: 100px 80px!important;
	}
}
.join__content .title {
	color: white;
	text-transform: uppercase;
}

.join__content .title h5 {
	font-family: 'Wensley';
    font-weight: bold;
	letter-spacing: 6px!important;
	text-align: left;
}

.join__family .container-fluid {
	padding: 0px;
}

.join__content .copy p {
	font-family: 'Lato';
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #ffffffc7;
	line-height: 1.5;
	margin-top: 25px;
}

.care__page .join__content .copy p {
	font-size: 22px;
}

.join__image {
	padding: 0!important;
}

.join__image img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.join__family .container-fluid .row {
	margin: 0!important;
}

.bottom__image img {
	width: 100%;
}

.bottom__image {
	position: relative;
}

.bottom__image:before {
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	background: #00000075;
	z-index: 99;
	position: absolute;
}

.blog .join__content .title {
	text-transform: uppercase!important;
}

.blog .join__content .title h5 {
    -webkit-text-stroke: unset!important;
    letter-spacing: 1px!important;
    pointer-events: none;
    line-height: 1.6em;
    font-family: Lato;
    font-weight: 400;
    text-transform: unset;
    color: white;
}

.blog .join__content .copy p {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #ffffff;
	line-height: 2;
	margin-top: 25px;
	margin-bottom: 22px;
}

.blog__posts .col-xl-4 {
	padding: 0!important;
}

.blog__min {
	position: relative;
}

.blog__post__content {
	opacity: 0;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: transparent;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 80px;
	text-align: center;
}

.blog__min:hover .blog__post__content {
	background: #0000007d;
	opacity: 1;
}

.blog__min img {
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.blog__post__content .link h4 {
	color: white;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	font-weight: 200!important;
	pointer-events: none;
	letter-spacing: 1px!important;
}


.blog .join__content .copy p {
	pointer-events: none;
}

.blog__post__content .title h4 {
	font-size: 16px;
	pointer-events: none;
	letter-spacing: 1px!important;
	text-transform: capitalize;
}
.blog .join__content .title h5 {
    -webkit-text-stroke: unset!important;
    letter-spacing: 1px!important;
    pointer-events: none;
    line-height: 1.6em;
    font-family: Lato;
    font-weight: 300!important;
    text-transform: unset;
    color: white;
    font-size: 23.2px!important;
	text-transform: capitalize;
}
.blog__post__content .date p {
	font-family: 'Lato';
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #ffffff;
	line-height: 2;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blog__min:hover img {
	-webkit-filter: blur(1px);
	        filter: blur(1px);
}

.no__post {
	width: 100%;
	background: white;
	padding: 40px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.no__post h5 {
	width: 550px;
}

.post__content__blog .container p br {
	display: none!important;
}

.post-template-default .middle__full__section {
	width: 700px;
}
.post-template-default .middle__full__section h2 {
	text-transform: capitalize;
}
cite img {
	border: none!important;
}

.no__post.full__section {
	background: #000000a6;
}

.no__post.full__section:after {
	display: none;
}

.no__post.full__section h5 {
	color: white!important;
}

.the_statistic .number img {
    width: auto;
    height: 35px;
    position: relative;
    top: -6px;
    left: -6px;
}


.history__page .project__bottomn {
	bottom: 100px;
}

.history__page .info__number {
	position: relative;
	top: -10px;
	letter-spacing: 1.2px;
	font-size: 12px;
}

.history__page .award_about p {
	font-family: lato;
	font-size: 16px;
}

.history__page .pure__text {
	padding: 100px 0;
	background: #555555;
}

.history__page .award {
	padding: 95px;
	background: #555555;
}

.history__page .pure__text .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.history__page .pure__text .row {
	width: 80%;
}

.history__page .pure__text p {
	font-weight: 100;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 1.1px;
	color: #ffffffcc;
	font-family: lato;
	text-align: center;
}

.history__page .pure__text p em {
	text-decoration: underline;
	color: white;
}

.contact__page .full__section {
	-webkit-box-pack: unset;
	    -ms-flex-pack: unset;
	        justify-content: unset;
	-webkit-box-align: unset;
	    -ms-flex-align: unset;
	        align-items: unset;
	text-align: center;
	min-height: 100vh;
	height: auto;

}
.contact__page  .full__section:after{
	min-height: 100vh;
    height: 100%;
}

.contact__page .full__section .row {
	min-height: 100vh;
    height: auto;
}

.contact__page .container-fluid {
	position: relative;
	z-index: 99;
	margin-bottom: 150px;
}

.contact__page .title__wrapper {
    text-align: center;
    overflow: hidden;
    margin-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact__page .title__wrapper .title {
    /* position: relative; */
    width: 100%;
    top: 110px;
    text-transform: uppercase;
    z-index: 99999;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	font-family: lato!important;
	text-transform: uppercase!important;
	color: white!important;
}

.contact__page input {
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
	max-width: 100%!important;
	background: transparent!important;
	font-family: lato;
	text-transform: uppercase!important;
	color: white!important;
	height: 75px!important;
	padding-left: 30px!important;
	border: solid 1px #ffffff69!important;
}

.contact__page .wpforms-submit-container {
	position: relative!important;
}

.contact__page .submit__custom {
	position: absolute!important;
	left: 0!important;
	top: -30px!important;
	background: transparent!important;
    border: solid 1px white!important;
    padding: 9px 10px!important;
    width: 200px!important;
    font-size: 15px!important;
    border-radius: 2px!important;
    font-weight: bold!important;
    color: white!important;
    text-transform: uppercase!important;
    margin-top: 50px!important;
    -webkit-transition: all ease-in-out 0.4s!important;
    -o-transition: all ease-in-out 0.4s!important;
    transition: all ease-in-out 0.4s!important;
    height: 50px!important;
}

.contact__page .submit__custom:hover {
	background: #ffffff!important;
	color: black!important;
}

.custom__contact {
	position: relative!important;
	right: 30px;
	top: 20px;
	padding-right: 30px!important;
}

.contact__page #wpforms-form-361 {
	border: solid 1px #ffffff69;
}

.contact__page .wpforms-one-half {
	padding: 0!important;
}

.contact__page textarea {
	background: transparent!important;
	text-transform: uppercase!important;
	padding-left: 30px!important;
	padding-top: 25px!important;
	height: 250px!important;
	color: white!important;
}

.contact__page .contact__form,
.contact__page .contact__form a {
	font-family: lato;
	font-size: 18px;
	text-align: left;
	color: #ffffffa6;
	font-weight: 300;
	letter-spacing: 1px;
}

.careers__page .the__icon a {
	font-size: 18px;
	color: white;
}

.careers__page .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 15px;
	left: 0px!important;
}

.contact__page .contact__form {
	position: relative;
	top: 25px;
}

.contact__page .social,
.careers__page .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	left: -15px;
	height: 36px;
}

.contact__page .the__icon,
.careers__page .the__icon {
	margin: 0 10px;
	border: solid 2.3px white;
	border-radius: 100%;
	padding: 3px 10px;
}

.contact__page .the__icon.twitter,
.careers__page .the__icon.twitter {
	padding: 3px 6px;
}

.contact__page .the__icon.instagram,
.careers__page .the__icon.instagram {
	padding: 3px 8px;
}

.contact__page .the__icon.linkedin,
.careers__page .the__icon.linkedin {
	padding: 3px 8px;
}

.contact__page .fab,
.careers__page .fab {
	color: white;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
	margin-left: 0!important;
	width: 50%!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field,
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 0px 0!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
	border: solid 1px #ffffff69!important;
}

.contact__page {
	background-size: cover!important;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}

@media(max-width: 1600px) {
	.team__member__popup .picture {
		top: 37px;
	}
	.logo__column img {
		width: 170px;
		left: 0px;
	}
}

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

@media(max-width: 1280px) {
	.team__member__popup .picture img {
		width: 85%;
		position: relative;
		top: -2px;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.join__family img {
		height: 630px;
	}
	.logo__column img {
		width: 140px;
	}
}

@media(max-width: 1300px) {
	.team__member__popup .picture img {
		width: 85%;
		position: relative;
		top: -2px;
		height: 40%;
		-o-object-fit: cover;
		   object-fit: cover;
		min-height: 330px;
	}
}

.blog__post__content {
	padding: 0 90px;
}

.join__content {
	padding: 100px 110px;
}

.contact__page .title__wrapper .title {
	top: 110px;
}

.custom__contact {
	position: relative!important;
	right: 0px;
	top: 50px;
	padding-right: 0px!important;
	padding: 0 50px!important;
}

.contact__page .contact__form {
	position: relative;
	top: 50px;
	padding:25px 75px;
}

.team__member__content .team_member__name p {
	font-size: 23.1px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-weight: 800;
}

.team__member__content .team_member__position p {
	font-size: 20px;
	letter-spacing: 1px;
}

.award_about {
	padding: 35px 0px 20px 60px!important;
}



@media(max-width: 1024px) {
	.team__member__popup {
		padding: 10px 100px;
		overflow: scroll;
	}
	.footer__icon__wrapper {
		left: -3px;
	}


	.post-template-default .middle__full__section {
		width: 100%;
	}

	.blog__post__content {
		opacity: 1!important;
		background: #0000007d!important;
	}

	.award_about {
		padding: 100px 15px 20px 15px!important;
	}

	.award__image img {
		width: 100%!important;
		position: relative!important;
		top: 30px!important;
		left: 0!important;
	}

	.team__member__popup .picture img {
		left: -48px;
		width: 100%;
		position: relative;
		top: -2px;
		height: auto;
		min-height: auto;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
@media(max-width: 768px) {
	.team__member__popup .picture img {
		left: 0px;
	}

	div.wpforms-container-full {
		margin-top: 90px!important;
	}
	.email__citie{
		display: flex;
		flex-direction: column;
	}
	.contact__page .full__section:after {
		content: " ";
		left: 0;
		top: 0;
	}

	.contact__page .full__section {
		height: auto;
	}

	.contact__page .title__wrapper .title {
		margin-top: 160px;
		position: static;
	}

	.history__page .project__bottomn .col-md-12 {
		margin: 10px 0;
	}

	.contact__page .address {
		margin-top: 50px;
	}
}
@media(max-width: 500px) {
	.team__member__popup {
		padding: 10px 20px;
	}

	div.wpforms-container-full .wpforms-form .wpforms-one-half,
	div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
	div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
		width: 100%!important;
	}

	.contact__page .contact__form {
		padding: 0 45px;
	}

	.custom__contact {
		padding: 0 20px!important;
	}

	.full__section__copy p {
		font-size: 11px;
	}

	.project__bottomn .col-xl-2:nth-child(2),
	.project__bottomn .col-xl-2:nth-child(3) {
		border-right: none;
	}

	.history__page .middle__full__section {
		top: -80px;
		padding: 15px;
	}

	.post-template-default .middle__full__section h2 {
		font-size: 30px;
		letter-spacing: 5px;
	}

	.join__content {
		padding: 100px 60px;
	}

	.no__post h5 {
		width: 100%;
	}

	.award {
		padding: 60px 10px!important;
	}

	.award__image {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}

	.team__member__popup .row {
		padding-top: 0!important;
	}

	.team__member__popup .picture img {
		max-height: 410px;
		-o-object-fit: contain;
		   object-fit: contain;
		margin-bottom: 40px;
	}
}
.award {
	padding: 95px;
}
.award__image {
	padding-right: 35px;
}
.award__image img {
	width: 350px;
	position: relative;
	top: 30px;
	left: 15%;
}
.award_about {
	padding: 34px 60px 20px 60px;
}
.award_about p {
	font-weight: 100;
	font-size: 22.5px;
	line-height: 1.4em;
	letter-spacing: 1.1px;
	font-family: wensley;
	color: #ffffffcc;
}
.award_about h6 {
	font-style: italic;
	color: white;
	font-size: 14px;
	letter-spacing: 0.6px!important;
	text-transform: unset;
	margin-top: 20px;
	font-weight: 400;
}
.post__content__blog {
	padding: 80px 15px;
	background: #000000;
}
.post__content__blog .container {
	padding: 0 100px;
}
.post__content__blog .container p {
	font-family: lato;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.4em;
    letter-spacing: 1.1px;
	color: #ffffffcc;
	padding: 0 130px;
	margin: 20px 0;
}
.post__content__blog .container cite {
	display: inherit;
	font-family: lato;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.4em;
    letter-spacing: 1.1px;
	color: #ffffffcc;
	padding: 0 130px;
	margin-bottom: 20px;
	font-style: normal;
	position: relative;
	margin-top: 30px;
}
.quote__icon {
	position: absolute;
	left: 50px;
	top: 60%;
	margin-top: -35px;
	width: 32px;
}
.wp-block-quote p {
	display: none;
}
.wp-block-quote {
	margin-left: 130px;
}
.wp-block-uagb-blockquote {
	width: 100%!important;
}
.wp-block-gallery.columns-1 {
	width: 100%!important;
}
#menu-main-menu a:before {
	display: none;
}
.post__content__blog img {
	border: solid 1px #ffffff6e;
}
.wp-block-video {
	position: relative;
}
.wp-block-video:after {
	content: " ";
	background: url(https://res.cloudinary.com/dhja2lcja/image/upload/v1558795943/iconfinder_play_1894657.png);
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 9999;
	background-size: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	pointer-events: none;
}
.wrapper_playing:after {
	display: none!important;
}
@media(max-width:1024px) {
	.post__content__blog .container p {
		padding: 0 70px;
	}

	.post__content__blog .container cite {
		padding: 0 60px;
	}

	.quote__icon {
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -35px;
		width: 31px;
	}
}
@media(max-width:768px) {
	.post__content__blog .container {
		padding: 0 20px;
	}
}
@media(max-width:500px) {
	.wp-block-quote {
		margin-left: 0px;
	}

	.post__content__blog .container {
		padding: 0 5px;
	}

	.post__content__blog .container cite {
		padding: 0px 35px;
	}

	.quote__icon {
		position: absolute;
		left: 13px;
		top: 7%;
		margin-top: -35px;
		width: 21px;
	}

	.post__content__blog .container p {
		padding: 0 35px;
	}

	.caterogy__menu {
		display: none;
	}

	.join__content .copy p {
		font-size: 14px;
	}
}
.loadmore {
	margin: 27px 0 0px;
	padding: 10px 50px 30px;
	font-family: lato;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.loadmore img {
	width: 30px;
}

/* tab css */
.pc-tab>input,
.pc-tab section>div {
	display: none;
}
#tab1:checked~section .tab1,
#tab2:checked~section .tab2,
#tab3:checked~section .tab3,
#tab4:checked~section .tab4 {
	display: block;
}
#tab1:checked~nav .tab1,
#tab2:checked~nav .tab2,
#tab3:checked~nav .tab3,
#tab4:checked~nav .tab4 {
	color: red;
}
.pc-tab {
	width: 100%;
	max-width: 80%;
	margin: 40px auto;
}
.the__positions.hidden {
	display: none;
}
.show__all__tabs .the__positions.hidden {
	display: block;
}
.the__positions {
	font-family: lato;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
	width: 730px;
	text-transform: unset;
	left: 10px;
}
.history__page .subtitle h6 {
	font-size: 22.5px;

}
.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pc-tab ul li label {
	float: left;
	padding: 15px 8px;
	border: 1px solid transparent;
	border-bottom: 0;
	background: transparent;
	color: white;
	font-family: Lato;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 4px;
}
.pc-tab ul li label:hover {
	background: transparent;
}
.pc-tab ul li label:active {
	background: transparent;
}
.pc-tab ul li:not(:last-child) label {
	border-right-width: 0;
}
.pc-tab section {
	font-family: "Droid Serif";
	clear: both;
}
#mySidenav .menu-item:hover a:before {
	content: " ";
	display: none!important;
}
.join__family img {
	min-height: 445px;
}
.pc-tab section div {
	padding: 10px 0;
	width: 100%;
	border: 1px solid transparent;
	background: transparent;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: white;
}
.pc-tab section div h2 {
	margin: 0;
	letter-spacing: 1px;
	color: #34495e;
}
#tab1:checked~nav .tab1 label,
#tab2:checked~nav .tab2 label,
#tab3:checked~nav .tab3 label,
#tab4:checked~nav .tab4 label {
	background: transparent;
	color: white;
	border-bottom: solid 2px white;
	position: relative;
	font-family: Lato;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 4px;
}
#tab1:checked~nav .tab1 label:after,
#tab2:checked~nav .tab2 label:after,
#tab3:checked~nav .tab3 label:after,
#tab4:checked~nav .tab4 label:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: transparent;
	left: 0;
	bottom: -1px;
}

/* tab css */
.careers__page .middle__full__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.careers__page .middle__full__section .copy {
	font-family: lato;
	font-size: 22.5px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	width: 730px;
	margin-top: 50px;
}
.careers__page .full__section__button button {
	margin-top: 40px;
	margin-bottom: 45px;
}
.careers__page .social__section {
	font-family: lato;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	width: 730px;
	text-transform: unset;
}
.inner__project__wrapper .info__number {
    left: 0%;
}
.careers__page .mail__icon {
	padding: 3px 6px;
	color: white;
}
.open__positions {
	background: #40403f;
	color: white;
	padding: 50px 15px;
}
.open__positions .title h3 {
	letter-spacing: 12px;
}
.open__positions .title {
	text-align: center;
}
.care__page .join__content h6 {
	font-family: Lato;
	font-weight: 400;
	text-transform: unset;
	font-size: 22.5px;
	color: white;
	letter-spacing: 4px;
}
.care__page .section__two {
	padding: 100px 15px;
	background: white;
}
.care__page .section__two .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.care__page .section__two .row p {
	font-family: wensley;
	font-size: 27.5px;
	text-align: center;
	width: 100%;
	line-height: 1.4em;
}
.care__page .section__two.with__background {
    padding: 240px 0;
    background-attachment: fixed !important;
}
.care__page .section__two.with__background .row p {
	font-family: wensley;
	font-size: 32px;
	text-align: center;
	width: 750px;
	color: white;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: white url(./ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
}
.slick-slide img.slick-loading {
	background: white url(./ajax-loader.gif) center center no-repeat;
	padding-bottom: 100%;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus,
.slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
.slick-prev:before {
	content: '\2190';
}
.slick-next {
	right: -25px;
}
.slick-next:before {
	content: '\2192';
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
}
.content {
	width: 80%;
	margin: auto;
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 40px;
	line-height: 20px;
	text-align: center;
	color: white;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: white!important;
}
.partners__slider {
	background: #e2e2e4;
	padding: 70px;
}
.partners__slider .row {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.partners__slider .row h5 {
	text-transform: uppercase;
	color: #141414;
	text-align: center;
	padding: 30px 0;
}
.partners__slider .slick-prev {
	-webkit-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	transform: rotate(42deg);
	left: -45px;
	overflow: hidden;
}
.partners__slider .slick-prev:before {
	content: '←';
	bottom: 26px;
	margin-top: 55px;
	-webkit-box-shadow: 3px -3.7px 0 0 #141414 inset;
	box-shadow: 3px -3.7px 0 0 #141414 inset;
	color: #ff000000;
}
.partners__slider .slick-next {
	-webkit-transform: rotate(222deg);
	-ms-transform: rotate(222deg);
	transform: rotate(222deg);
	right: -45px;
}
.partners__slider .slick-next:before {
	content: '←';
	bottom: 26px;
	margin-top: 55px;
	-webkit-box-shadow: 3px -3px 0 0 #141414 inset;
	box-shadow: 3px -3px 0 0 #141414 inset;
	color: #ff000000;
}
.partners__slider .slide__one {
	background: none;
	padding: 20px;
	width: 900px;
	max-width: 100%;
}
.partners__slider .slick-slide img {
	display: block;
	height: 100px;
	-o-object-fit: unset;
	object-fit: unset;
}
.partners__slider .slick-dots {
	bottom: -25px;
}
.partners__slider .slick-dots li button:before {
	color: #acacac;
	opacity: 1;
}
.partners__slider.blog__posts {
	background: #242424;
	padding: 0px;
}
.partners__slider.blog__posts .slick-list {
	padding: 0px 0;
}
.partners__slider.blog__posts .slick-slider {
	margin-bottom: 0px!important;
}
.partners__slider.blog__posts .slick-dots {
	display: block!important;
	width: 230px!important;
	left: -400px!important;
	top: 10px!important;
	-webkit-transform: rotate(90deg)!important;
	    -ms-transform: rotate(90deg)!important;
	        transform: rotate(90deg)!important;
	bottom: -28px!important;
}
.partners__slider.blog__posts .title p {
	color: white!important;
    font-weight: 400!important;
    letter-spacing: 1px!important;
    pointer-events: none;
    line-height: 1.6em;
    font-family: Lato;
    text-transform: unset;
    font-size: 22.5px;
}
.partners__slider.blog__posts .link a {
	color: white!important;
	text-decoration: underline!important;
	text-transform: uppercase!important;
}
.partners__slider.blog__posts .link h4 {
	color: white!important;
    letter-spacing: 1px!important;
    font-size: 16px!important;
}

.partners__slider .slick-dots li {
	margin: 0 4px;
}
.blog__slide {
	padding: 160px;
	background-size: cover!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 680px;
}
.partners__slider.blog__posts .slick-active li button:before {
	color: #787878;
	opacity: 1;
}
.partners__slider.blog__posts .post__content {
    padding: 100px 100px;
    background: #0000008f;
    width: 55%;
}
.partners__slider.blog__posts .slick-list {
	padding: 0px 0!important;
}
.partners__slider.blog__posts img {
	display: none;
}
.partners__slider.blog__posts .post__content {
	position: relative;
	z-index: 9999;
}
.grid-container-left {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	        grid-template-areas: "H1 H3" "H2 H3";
}

.grid-container-right > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.grid-container-right > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
}
.grid-container-full > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
}
.grid-container-two-left > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}
.grid-container-two-right > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.H2 {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: H2;
}
.H3 {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: H3;
}
.grid-container-right {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	        grid-template-areas: "H1 H2" "H1 H3";
}

.grid-container-right > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.grid-container-right > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
}
.grid-container-full > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
}
.grid-container-two-left > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}
.grid-container-two-right > .H1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.H2 {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: H2;
}
.H3 {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: H3;
}
.project__category__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	min-height: 100%;
	height: auto;
}
.col-number-1 {
	height: 403px;
	background-size: cover!important;
}
.col-number-2 {
	position: relative;
	height: 890px;
	background-size: cover!important;
}
.col-number-3 {
	height: 403px;
	position: absolute;
	top: calc(100vh - 11.5%);
	background-size: cover!important;
}
.col-number-4 {
	height: 806px;
	background-size: cover!important;
}
.H1 {
	background-size: cover!important;
	background-position: center!important;
}
/*
.grid-container-final {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr
	/* 1fr  1fr 1fr  1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr*/
/*
	;
	grid-template-rows: 1fr 1fr
	/* 1fr  1fr 1fr  1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr*/

	/*;
	    grid-template-areas: "A1 A3" "A2 A3" "A4 A5" "A4 A6" "A8 A7" "A9 A7" "A10 A11" "A10 A12" "A14 A13" "A15 A13" "A16 A17" "A16 A18" "A20 A19" "A21 A19" "A22 A23" "A22 A24" "A26 A25" "A27 A25" "A28 A29" "A28 A30" "A32 A31" "A33 A31" "A34 A35" "A34 A36";
	height: 100%;
}
.A1,
.A2,
.A5,
.A6,
.A8,
.A9 {
	height: 100%;
	min-height: 430px!important;
	max-height: 430px!important;
}

.A1 {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: A1;
	height: 100%;
}
.A2 {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: A2;
	height: 100%;
}
.A3 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: A3;
	height: 100%;
}
.A4 {
	-ms-grid-row: 3;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: A4;
	height: 100%;
}
.A5 {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
	grid-area: A5;
	height: 100%;
}
.A6 {
	-ms-grid-row: 4;
	-ms-grid-column: 2;
	grid-area: A6;
	height: 100%;
}
.A7 {
	-ms-grid-row: 5;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: A7;
	height: 100%;
}
.A8 {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	grid-area: A8;
	height: 100%;
}
.A9 {
	-ms-grid-row: 6;
	-ms-grid-column: 1;
	grid-area: A9;
	height: 100%;
}
.A10 {
	-ms-grid-row: 7;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: A10;
	height: 100%;
}
.A11 {
	-ms-grid-row: 7;
	-ms-grid-column: 2;
	grid-area: A11;
	height: 100%;
}
.A12 {
	-ms-grid-row: 8;
	-ms-grid-column: 2;
	grid-area: A12;
	height: 100%;
}
.A13 {
	-ms-grid-row: 9;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: A13;
	height: 100%;
}
.A14 {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
	grid-area: A14;
	height: 100%;
}
.A15 {
	-ms-grid-row: 10;
	-ms-grid-column: 1;
	grid-area: A15;
	height: 100%;
}
.A16 {
	-ms-grid-row: 11;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: A16;
	height: 100%;
}
.A17 {
	-ms-grid-row: 11;
	-ms-grid-column: 2;
	grid-area: A17;
	height: 100%;
}
.A18 {
	-ms-grid-row: 12;
	-ms-grid-column: 2;
	grid-area: A18;
	height: 100%;
}
.A19 {
	-ms-grid-row: 13;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: A19;
	height: 100%;
}
.A20 {
	-ms-grid-row: 13;
	-ms-grid-column: 1;
	grid-area: A20;
	height: 100%;
}
.A21 {
	-ms-grid-row: 14;
	-ms-grid-column: 1;
	grid-area: A21;
	height: 100%;
}
.A22 {
	-ms-grid-row: 15;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: A22;
	height: 100%;
}
.A23 {
	-ms-grid-row: 15;
	-ms-grid-column: 2;
	grid-area: A23;
	height: 100%;
}
.A24 {
	-ms-grid-row: 16;
	-ms-grid-column: 2;
	grid-area: A24;
	height: 100%;
}
.A25 {
	-ms-grid-row: 17;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: A25;
	height: 100%;
}
.A26 {
	-ms-grid-row: 17;
	-ms-grid-column: 1;
	grid-area: A26;
	height: 100%;
}
.A27 {
	-ms-grid-row: 18;
	-ms-grid-column: 1;
	grid-area: A27;
	height: 100%;
}
.A28 {
	-ms-grid-row: 19;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: A28;
	height: 100%;
}
.A29 {
	-ms-grid-row: 19;
	-ms-grid-column: 2;
	grid-area: A29;
	height: 100%;
}
.A30 {
	-ms-grid-row: 20;
	-ms-grid-column: 2;
	grid-area: A30;
	height: 100%;
}
.A31 {
	-ms-grid-row: 21;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: A31;
	height: 100%;
}
.A32 {
	-ms-grid-row: 21;
	-ms-grid-column: 1;
	grid-area: A32;
	height: 100%;
}
.A33 {
	-ms-grid-row: 22;
	-ms-grid-column: 1;
	grid-area: A33;
	height: 100%;
}
.A34 {
	-ms-grid-row: 23;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: A34;
	height: 100%;
}
.A35 {
	-ms-grid-row: 23;
	-ms-grid-column: 2;
	grid-area: A35;
	height: 100%;
}
.A36 {
	-ms-grid-row: 24;
	-ms-grid-column: 2;
	grid-area: A36;
	height: 100%;
}*/
.project__content {
	opacity: 0;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.main.home__page .first__top .middle__full__section h2 {
    font-size: 45px;
}
.blog .join__content .title h5 {
    font-size: 23.2px;
}
@media(max-width: 1600px) {
	.blog__posts .join__content {
		padding: 0px 100px;
	}

	.blog .join__content .title h5 {
		font-size: 23.2px;
	}

	.care__page .join__content {
		padding: 100px 110px;
	}

	.partners__slider.blog__posts .slick-dots {
		left: -370px!important;
	}
}
@media (max-width: 1280px) {

	.blog__posts .join__content {
		padding: 50px 100px;
	}
	.care__page .section__two.with__background {
		background-attachment: unset !important;
	}
	.partners__slider.blog__posts .slick-dots {
	}

	.team__member__popup .wrap_two {
		padding-right: 0px;
	}

	.blog .join__content .title h5 {
		font-size: 25px;
	}
}
@media (max-width: 1024px) {
	.blog .join__content .title h5 {
		font-size: 50px;
	}

	.blog__posts .join__content {
		padding: 70px 100px;
	}

	.blog__posts .join__image img {
		height: 100%;
	}

	.partners__slider .slick-slide img {
		height: 80px;
	}
}
@media (max-width: 768px) {
	.full__section {
		position: relative;
		background-attachment: unset!important;
	}

	.blog__posts .join__content {
		padding: 50px 45px 75px;
	}

	.partners__slider.blog__posts .slick-dots {
	}

	.blog__slide {
		padding: 0px;
	}

	.blog .join__content .title h5 {
		font-size: 26px;
	}

	.partners__slider.blog__posts img {
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 500px) {
	.bottom__full__section .scroll__down {
		top: -50px;
	}
	.H1 .project__content{
		opacity: 0;
	}
	.hidden__menu {
		display: block;
	}

	.careers__page .middle__full__section .copy {
		width: 90%;
	}

	.partners__slider.blog__posts .slick-dots {
		left: -119%!important;
	}

	.partners__slider.blog__posts .post__content {
		padding: 85px 10px;
	}

	.blog__posts .partners__the__slider {
		padding: 0;
	}

	.care__page .section__two .row p {
		width: 100%;
	}

	.care__page .section__two.with__background .row p {
		width: 90%;
	}

	.care__page .section__two {
		padding: 100px 45px;
	}

	.care__page .join__content {
		padding: 100px 50px;
	}

	.A1,
	.A2,
	.A3,
	.A4,
	.A5,
	.A6,
	.A7,
	.A8,
	.A9,
	.A10,
	.A11,
	.A12,
	.A13,
	.A14,
	.A15,
	.A16,
	.A17,
	.A18,
	.A19 {
		height: 430px;
	}

	.pc-tab ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.project__content {
		opacity: 1;
	}

	.grid-container-final {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.project__content h5 {
		font-size: 22px;
		letter-spacing: 9px;
	}

	.contact__page .social {
		height: 38px;
	}

	.careers__page .social {
		height: 45px;
	}

	.careers__page .social__section {
		width: 100%;
	}

	.careers__page .full__section {
		min-height: 100vh;
		height: auto;
		padding: 150px 0;
	}

	.team__member__popup .picture {
		top: 195px;
		left: 0px;
		position: absolute;
	}

	.team__member__popup .wrap_two {
		padding-top: 430px;
	}

	.home__page .small__mobile {
		height: 400px!important;
	}

	.main.home__page .full__section:after {
		content: " ";
		height: 25px;
		bottom: 0;
	}

	.main.home__page>.full__section {
		height: 400px;
	}
}
.main.home__page .middle__full__section h2 {
	font-size: 35px;
}
.project__content h5 {
	font-size: 25px;
	letter-spacing: 3.7px!important;
}
.H1 .title {
	width: 500px;
}
.wpforms-confirmation-container-full {
	background: transparent!important;
	border-radius: 2px!important;
	border: solid 2px #ffffff82!important;
}
.wpforms-confirmation-container-full p {
	font-family: lato!important;
	font-size: 19px!important;
	color: #ffffffa6!important;
	font-weight: 300!important;
	letter-spacing: 1px!important;
	text-align: center!important;
}
.no__post .full__section__button button {
	height: auto;
}
.project__content h6,
.inner__project__wrapper h6 {
	text-transform: unset;
	letter-spacing: 0.7px!important;
	font-weight: 400;
}
.join__family .copy a{
	color: white!important;
    text-decoration: underline!important;
    font-style: italic!important;
}
.main.home__page .middle__full__section {
	top: 0px;
}
.full__section .middle__full__section h4 {
	letter-spacing: 1px!important;
	font-weight: 400;
}
.history__page .award__image img {
    width: 180px;
    position: relative;
    top: 50px;
    left: 15%;
}
.open__positions li {
	cursor: pointer;
}
.project__bottomn .info__number p{
	font-size: 14px;
    position: relative;
    top: 0px;
}
.is__zero{
	/*margin-right:50px;*/
}
.number span{
    left: 1px;
    position: relative;
    top: -1px;
}
.history__page .quote__area .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.history__page .quote__area  h6{
    font-style: italic;
    font-size: 14px;
    text-transform: unset;
    margin-top: 0px;
    font-weight: 400;
	letter-spacing: 0.6px!important;
	text-align: center;
}
.full__section .subtitle h6{
	font-weight: 400;
	text-transform: unset;
}
.history__page .award__image img {
    width: 50%;
    position: relative;
    top: 0px;
    left: 15%;
}
.history__page .award__image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.info__number{
	position: relative;
}
.project__content .info__number{
	position: relative;
    left: unset;
}
@media (max-width: 1600px) {
.history__page .award__image img {
    width: 210px;
    position: relative;
    top: 15px;
    left: 15%;
}
.history__page .info__number {

	top: 0px;
}
}
@media (max-width: 1024px) {
.history__page .award__image img {
    width: 40%!important;
}
.info__number {
    left: unset;
}
.the_statistic{
	margin: 10px 0;

}
.project__bottomn .col-xl-2 {
    margin: 20px 0;
}
}
@media (max-width: 768px) {
	.number span {
		/*top: -4px;*/
	}
}
@media (max-width: 500px) {
	.H1 .title {
		width: 100%;
	}
	.history__page .info__number {
		top: -20px;
	}
	.history__page .award__image img {
		width: 55%!important;
		margin-bottom: 30px;
	}
	.is__zero{
		/*margin-right:00px;*/
	}
	.full__section:after {
		content: " ";
		height: 100%;
	}

	.award_about {
		padding: 35px 0px 20px 20px!important;
	}

	.award__image img {
		left: 0;
	}

	.team__member__popup {
		height: 101vh;
	}

	.inner__project__page .project__bottomn {
		bottom: 160px;
	}

	.full__section {
		height: 650px;
		padding: 20px;
		background-position: center!important;
	}

	.middle__full__section {
		top: -60px;
	}

	.full__section .project__bottomn .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 0 8px;
	}
	.project__bottomn .info__number p {
		font-size: unset;
		position: relative;
		top: unset;
	}
	.the_statistic .number img {
		width: auto;
		height: 26px;
		position: relative;
		top: -4px;
		left: unset;
		margin-bottom: 10px;
	}

	.project__bottomn .number,
	.project__bottomn .number {
		font-size: 24px;
	}

	.history__page .info__number {
		letter-spacing: 1.2px;
		font-size: 10px;
	}

	.project__bottomn .col-xl-3 {
		display: none;
	}

	.project__bottomn {
		bottom: 120px!important;
	}

	.subtitle h6 {
		font-size: 15.5px!important;
	}

	.project__category__wrapper .project__bottomn {
		bottom: 50px!important;
	}

	.careers__page .middle__full__section {
		top: 0px;
	}

	footer .copyright p {
		padding: 0px 0px;
	}
}
.bounce-arrow {
	-webkit-animation: bounce 2s infinite;
	        animation: bounce 2s infinite;
  }

  @-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-8px);
	          transform: translateY(-8px);
	}
	60% {
	  -webkit-transform: translateY(-4px);
	          transform: translateY(-4px);
	}
  }

  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-8px);
	          transform: translateY(-8px);
	}
	60% {
	  -webkit-transform: translateY(-4px);
	          transform: translateY(-4px);
	}
  }
.blog__posts .join__family button {
	margin-bottom: 5px;
}
.blog .join__content .copy p {
    margin-bottom: 5px;
}
.the__positions a{
	color: white;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    font-family: Lato;
    letter-spacing: 1px;
}
.number .two_col .top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.number .two_col  .wrapper__inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.number .two_col .top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.number .two_col .top .letter__wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
    left: -20px;
}
.number .counter__wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.number .letter__img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.the_statistic .number{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: 10%;
}
.history__page .the_statistic .number img {
    top: -4px;
    left: -19px;
}
.history__page.care__page .the_statistic .number img {
	left: -4px;
    top: -5px;
}
.project__category__wrapper .the_statistic .number, .projects_posts-template-default .the_statistic .number {
    left: 0%;
}
.project__category__wrapper .the_statistic .number p, .projects_posts-template-default p {
	margin-bottom: 0.1em;
}
.home .all-menu{
	display: none;
}
.menu-contact, .menu-about{
	pointer-events: none;
}
#menu-about a{
	padding-bottom: 7;
	text-decoration: none!important;
}
#menu-contact a{
	padding-bottom: 0;
}
#menu-projects a{
	padding-bottom: 0;
}

@media(max-width: 1024px){
	.the_statistic .number {
		left: 0%;
	}
}
@media(max-width: 600px){
	.number .two_col .top .letter__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: relative;
		margin-bottom: 10px;
		left: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.history__page .the_statistic .number img {
		left:0px;
	}
	.number .counter__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.post__controller{
	margin-top: 50px;
}
.post__controller a, .post__controller p{
	color: white;
	padding: 0!important;
}
.post__controller .container p {
    padding: 0px;
}
.post__controller .col{
	padding: 0;
}
.post__controller .next-post{
	text-align: right;
}
.post__controller .prev-post{
	text-align: left;
}
.full__section__copy{
	cursor: pointer;
    z-index: 99999;
}
.grid-container-new{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	min-height: 100vh;
	width: 100%;
}
.grid-container-new > *:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.grid-container-new > *:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.grid-container-new > *:nth-child(3){
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.grid-container-new > *:nth-child(4){
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.full__height__grid{
	-ms-grid-row-span: 2!important;
	grid-row: span 2!important;
}

.grid__item__custom{
	min-height: 430px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.project__category__wrapper .project__content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	place-content: center;
	text-align: center;
	position: relative;
	z-index: 99;
	width: 100%;
}
.project__category__wrapper .project__top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.project__category__wrapper  .project__content h6, .project__category__wrapper  .inner__project__wrapper h6 {

    text-transform: unset;
    letter-spacing: 0.7px !important;
    font-weight: 400;
    color: white;

}

.grid-container-new .H1::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;

}
.grid-container-new .H1:hover::after {
    background: #03a9f4b5;
}
.blog__posts .slick-slide{
	opacity: 0.4;
	position: relative;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.blog__posts .slick-current{
	opacity: 1!important;
	-webkit-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.blog__posts .slick-current:after{
	content: " ";
	background: #00000073!important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.blog__posts .slick-slide:after{
	content: " ";
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.blog__slide{
	width: 1100px!important;
}
@media(max-width: 1280px){
	.blog__slide {
		width: 870px!important;
	}
	.partners__slider.blog__posts .post__content {
		padding: 30px 100px;
		background: #0000008f;
		width: 69%;
	}
}
@media(max-width: 768px){
	.partners__slider.blog__posts .post__content {
		padding: 90px 100px;
		background: #0000008f;
		width: 55%;
	}
}
@media(max-width: 768px){
	.partners__slider.blog__posts .post__content {
		padding: 60px 30px;
		background: #0000008f;
		width: 33%;
	}
}
.award .container-fluid .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.scroll__top{
	position: fixed;
    color: white;
    z-index: 999;
    background: #262626;
    padding: 14px 20px;
    border-radius: 100%;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}
.scroll__top .fas{
	font-size: 30px;
    color: white;
}
.full__section video{
	position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media(max-width: 768px){
	.scroll__top{
		display: none;
	}
	.join__family.team__page .join__image:after {
		content: " ";
		background: #00000069;
		width: 100%;
		position: absolute;
		height: 100%;
		top: 0;
	}
	.grid-container-new {
		-ms-grid-columns: 1fr ;
		grid-template-columns: 1fr;
	}
}
.full__section{
	overflow: hidden;
}
.projects_posts-template-default .post__content__blog{
	background: black;
	padding: 20px 15px;
}
.projects_posts-template-default .post__content__blog .post__controller {
    margin-top: 0px;
}
.project__category__wrapper video{
	position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#post-404{
	min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
	color: white;
	flex-direction: column;
}
#post-404 a{
	color: white;
    text-decoration: underline;
}
.multiple__button{
	width: 100%;
    display: flex;
    justify-content: center;
}
.multiple__button .full__section__button{
	margin: 0 5px;
}
.multiple__button .full__section__button button {
    border: solid 2px white;
	width: 250px;
	height: 55px;
}
.footer__city .title p:before {
    position: absolute;
    width: 44px;
    height: 1px;
    background: #f0f0f0bf;
    content: " ";
    left: 110px;
    top: 7px;
}
.wp-block-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	flex-direction: column;
}
.wp-block-image img{
	width: 80%;
}
.post__content__blog > .container > .the__post__content{
	display: block!important;
}
.post__content__blog .flickity-viewport{
    border: solid 1px #b7b7b7;
	background: #111111;
	margin-top: 40px;
}
.post__content__blog .ub_image_slider .flickity-button {
	background: rgba(255, 255, 255, 0)!important;
}
.post__content__blog .ub_image_slider .flickity-button {
    color: #ffffff!important;
}
.blocks-gallery-item{
	margin: 30px 0!important;
}
.wp-block-gallery.columns-2 .blocks-gallery-item{
	padding: 0 15px!important;
}
.flickity-page-dots{
	display: none!important;
}
.press-and-updates .join__content{
	background: #40403f;
}
.press-and-updates .loadmore {
    margin: 0px 0 0px;
    padding: 20px 50px 20px 30px;
	background: #40403f;
}

.row.post__controller{
	display: flex!important;
}
@media(max-width: 768px){
	.footer__city .title p:before {
		display: none;
	}
	.footer__email__title:before{
		display: none;
	}
	.footer__icon__wrapper {
		left: 10px;
	}
}
@media(max-width: 600px){
	.page-template-template-subcontractors .careers__page .middle__full__section .copy {
		width: 90%;
	}
	.multiple__button {
		flex-direction: column;
	}
	.page-template-template-subcontractors .careers__page .full__section__button button {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.multiple__button {
		margin-top: 60px;
	}
	.top__logo img {
		width: 140px;
	}
}
.about__us__page .middle__full__section {
    position: absolute;
    bottom: 200px;
    width: 100%;
    text-align: left;
    left: 120px;
    z-index: 999;
}
.history__page.about__us__page .quote__area .row{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.care__page.about__us__page .section__two .row .right p {
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    width: 100%;
    line-height: 1.5em;
    font-weight: 300;
	color: white;
	margin-bottom: 30px;
}
.care__page.about__us__page .section__two {
    padding: 100px 15px;
    background: #000000;
}
.care__page.about__us__page .section__two .row .left p {
    font-family: wensley;
    font-size: 25px;
    text-align: left;
    width: 100%;
    color: #ffffffed;
    line-height: 1.6em;
    margin-top: 7px;
	padding-right: 110px;

}
.history__page.about__us__page .quote__area h6 {
    font-style: italic;
    font-size: 14px;
    text-transform: unset;
    margin-top: 0px;
    font-weight: 400;
    letter-spacing: 0.6px!important;
    text-align: left;
    color: white;
}
.care__page.about__us__page .section__two .row .right{
	    margin-top: -15px;
}
.join__family.president__info .join__content h5{
	font-size: 25px;
}
.president__info .join__content{
	align-items: flex-start;
	justify-content: flex-start;
	background: #40403f;
	padding: 100px;
}
.care__page .president__info .join__content h6 {
	font-size: 16px;
}
.care__page .president__info .join__content .copy p {
	font-family: Lato;
    font-size: 16px;
    text-align: left;
    width: 100%;
    line-height: 1.5em;
    font-weight: 300;
    color: white;
    margin-bottom: 30px;
	display: flex;
	    letter-spacing: 1px;
}
.join__family.president__info .copy img {
	height: 75px;
	min-height: 75px;
}
.our__promise{
	background: #000000;
}
.our__promise .container{
	padding: 90px 15px;
    text-align: center;
}
.our__promise h5{
	font-size: 25px;
    letter-spacing: 2px!important;
    color: white;
    text-transform: uppercase;
}
.our__promise p{
	color: white;
    font-size: 16px;
    font-family: Lato;
    padding: 0 100px;
}
.contact__page .address p, .contact__page .phone p, .contact__page .email p a{
	font-size: 16px;
}
@media(max-width: 1280px){
	.care__page.about__us__page .section__two .row .right {
		padding-right: 80px;
	}
}
@media(max-width: 1024px){
	.care__page.about__us__page .section__two .row .left p {
		padding-right: 50px;
	}
}
@media(max-width: 768px){
	.care__page.about__us__page .middle__full__section {
		bottom: 140px;
		left: 80px;
	}
	.care__page .section__two .row p {
		width: 100%;
	}
}
@media(max-width: 500px){
	.care__page.about__us__page .middle__full__section {
		position: relative;
		margin-top: calc(100vh - 116%);
		left: 0px;
	}
	.our__promise p {
		padding: 0 15px;
	}
	.care__page.about__us__page .section__two .row .right {
		margin-top: 15px;
	}
	.care__page.about__us__page .section__two .row .right {
		padding-right: 15px;
	}
	.care__page.about__us__page .section__two .row .left p {
		padding-right: 0px;
	}
}
@media(max-width: 360px){
	.about__us__page .middle__full__section {
		margin-top: calc(100vh - 76%);
	}
}
.home__projects__page .each__project{
	margin: 0;
	padding: 0!important;
	max-height: 360px;
	position: relative;
	transition: all ease-in-out 0.4s;
	cursor: pointer;
}
.home__projects__page .each__project:hover .play_button{
	opacity: 1;
	pointer-events: none;
}
.home__projects__page .each__project .project_photo{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.home__projects__page .each__project .play_button{
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    opacity: 0;
    transition: all ease-in-out 0.4s;
    left: 0;
    margin: auto;
}
.home__popup{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
	z-index: 99999;
	background: black;
}
.home__popup .internal__popup__content img {
    height: 100vh;
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
}
.home__popup .internal__popup__content .vertical{
	object-fit: contain!important;
}
@media (max-width: 920px) and (orientation: landscape) {
	.home__popup .internal__popup__content img {
		object-fit: cover!important;
	}
	.home__popup .internal__popup__content .vertical {
		object-fit: contain!important;
	}
}
@media(max-width: 768px){
	.home__popup .internal__popup__content img {
		object-fit: contain!important;
	}
	.home__popup .internal__popup__content .vertical {
		object-fit: cover!important;
	}
}


.home__popup .close__popup{
	position: absolute;
    z-index: 99;
    right: 40px;
    top: 40px;
}
.home__popup .close__popup img{
	width: 15px;
	cursor: pointer;
}
.home__popup .arrows img{
	width: 40px;
}
.home__popup .left__arrow{
	position: absolute;
    bottom: 45%;
    left: 20px;
    z-index: 99999;
    margin: auto;
    cursor: pointer;
}
.home__popup .right__arrow{
	position: absolute;
    bottom: 45%;
    right: 20px;
    z-index: 99999;
    margin: auto;
    cursor: pointer;
}
.home__popup .internal__popup__content iframe{
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.home__popup .internal__popup__content .video__is__loading{
    position: absolute;
    z-index: 9;
    font-size: 20px;
    color: white;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto auto;
    font-family: Wensley;
    margin-left: -100px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    margin: auto auto;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 10;
	pointer-events: none;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.home__popup .internal__popup__content iframe #player{
	height: 100vh!important;
}
#play,  .play__button{
 	z-index: 9998;
    position: absolute;
    color: white;
    font-size: 43px;
    left: 50.5%;
    bottom: 0;
    font-family: Lato;
    font-weight: bold;
    cursor: pointer;
    top: 51.5%;
    right: 0;
    margin-left: -20px;
    transition: all ease-in-out 0.3s;
    opacity: 0;
	width: 70px;
    margin-top: -45px;
    height: 70px;
}
#pause, .pause__button{
 	z-index: 9998;
    position: absolute;
    color: white;
    font-size: 43px;
    left: 50.5%;
    bottom: 0;
    font-family: Lato;
    font-weight: bold;
    cursor: pointer;
    top: 51.5%;
    right: 0;
    margin-left: -27px;
    transition: all ease-in-out 0.3s;
    opacity: 0;
	width: 70px;
    margin-top: -45px;
    height: 70px;
}
#play:hover, #pause:hover, #stop:hover, .play__button:hover, .pause__button:hover{
	opacity: 1;
}
#stop{
	display: none;
}
.home__popup .internal__popup__content video{
	position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
	z-index: 11;
}
.join__family.president__info .join__image img{
	height: 100%;
}
#menu-contact{
	margin-top: -10px;
}
.join__family.president__info .copy{
	padding-right: 150px;
}
.president__info .join__content .title h5 {
    font-family: 'Wensley';
    font-weight: bold;
    letter-spacing: 2px!important;
    text-align: left;
}
.join__image img{
	height: 100%;
}
@media(max-width: 1600px){
	.join__family.president__info .copy{
		padding-right: 20px;
	}
	.home__projects__page .each__project {
    	max-height: 280px;
	}
}
@media(max-width: 1280px){
	.home__projects__page .each__project {
		height: 250px;
	}
}
@media(max-width: 768px){
	#play, #pause, #stop, .pause__button, .play__button {
		font-size: 30px;
		opacity: 1;
	}
	#play, .play__button{
		left: 37px;
		bottom: 20px;
		top: unset;
		cursor: pointer;
	}
	#pause, .pause__button{
		left: 20px;
		bottom: 20px;
		top: unset;
		cursor: pointer;
	}
	#pause, .pause__button {
		left: unset;
		right: 30px;
	}
	.home__popup .arrows img {
		width: 15px;
	}
}
.home .full__section iframe {
    width: 100vw;
    height: 100vw;
}
.full__section iframe {
    width: 100vw;
    height: 73.25vw;
    min-height: 100vh;
    min-width: 187.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
@media(max-width: 500px){

.full__section iframe {

    min-height: 57vh;
}
	}

.wp-block-image figcaption {
    margin-bottom: 1em!important;
    text-align: center!important;
    margin-top: 30px!important;
    font-family: lato!important;
    font-size: 13px!important;
    font-weight: 100!important;
    line-height: 1.4em!important;
    letter-spacing: 1.1px!important;
    color: #ffffffcc!important;
    padding: 0 130px!important;
    margin: 25px 0!important;
}
.row.loadmoreposts{
	background: #40403f;
}
.join__content .date p {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.default__template{
	background: #252525;
    font-size: 16px;
    padding: 150px 0px 0;
}
.default__template h1{
	color:white;
}
.default__template .default__wrapper p{
	font-family: lato;
    font-size: 16px;
    font-weight: 100!important;
    line-height: 1.4em;
    letter-spacing: 1.1px;
    color: #ffffffcc;
    margin: 20px 0;
}
.default__template .row{
	text-align: justify;
}
.default__template .default__wrapper{
	    margin: 50px 0 70px;
}
a:hover{
	color: white!important;
}
.copyright a{
	color: white!important;
}
.email__footer__wrapper a:hover{
	text-decoration: none!important;
}
.join__family.blog{
	width: 100%;
}

@media(max-width: 768px){
	.blog__posts .col-xl-4 {
    padding: 0!important;
		width: 100%;
	}
	.blog .join__content {
		padding: 50px 40px!important;
	}
}
@media(max-width: 480px){
	.president__info .join__content {
		padding: 40px!important;
	}
	.join__family.blog inverse .join__content{
		order: 2;
	}
	.blog__posts .join__image img {
		height: 324px;
		min-height: 324px;
	}
}
.full__section.first__top:after{
	display: none!important;
}
#menu-about a:hover{
	text-decoration: none!important;
}
.email__footer__wrapper {
	max-width: 100% !important;
}