/*
	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 */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body, html{
	margin: 0;
	padding: 0;
}
button{
	cursor: pointer;
}
/* 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!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Wensley';
	font-weight: 700!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';
	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!important;
	font-size: 16px!important;
	letter-spacing: 1px!important;
}

ul,
li {
	font-family: 'Lato';
	font-weight: 500!important;
	letter-spacing: 2px;
}


/* 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;
	background: linear-gradient(to bottom, #000000a3, transparent);
}


/* 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!important;
	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!important;
}

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

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

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


/* 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, .page-template-template-team .nav__category__wrapper {
	opacity: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: 45px;
}
.home .nav__category__wrapper, .single-projects_posts .nav__category__wrapper, .category-projects {
	top: 5px;
}
.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!important;
	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);
	position: absolute;
    top: 40px;
}

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

.hidden__menu {
	display: none;
}

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

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

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

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

.footer__bottom {
	background: #141414;
}

.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!important;
	font-family: Lato;
}

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

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

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

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

.footer__email__wrapper {
	padding-left: 28px;
}

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

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

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

.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!important;
	line-height: 1.8em;
}

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

.logo__column img {
	width: 230px;
	height: auto;
}

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

.home__page section {
	height: 100vh;
	position: relative;
}

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

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

.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;
	background-position: center!important;
	height: 100vh;
}

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

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

.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!important;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
	font-family: Lato;
}
button{
	font-family: Lato!important;
}
.full__section__button button {
	background: transparent;
	border: solid 3px white;
	padding: 9px 10px;
	width: 200px;
	font-size: 16px;
	border-radius: 2px;
	font-weight: bold!important;
	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;
}

.join__family button {
	background: transparent;
	border: solid 3px white;
	padding: 9px 10px;
	width: 200px;
	font-size: 16px;
	border-radius: 2px;
	font-weight: bold!important;
	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) {
	.top__logo img {
		width: 230px;
		padding: 30px 20px;
		position: relative;
		left: 20px;
	}
	.menu__custom li a {
		font-size: 10px;
		margin: 0px 10px;
	}

}
@media(max-width: 1200px) {
	.project__bottomn .col-md-12 {
		flex: 3;
		max-width: 33%;
		width: 33%;
	}
	.number .two_col .top .letter__wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
		left: 0!important;
	}
	.history__page .the_statistic .number img {
		top: 0!important;
		left: 0!important;
	}
	.history__page .project__bottomn {
		bottom: 60px;
	}
	.project__bottomn .col-xl-2 {
		border: none!important;
	}

}
@media(max-width: 1024px) {
	.top__logo img {
		left: 10px;
	}
	.logo__column img {
		width: 200px;
	}
	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: 7px;
		margin: 0px 11px;
		left: -31px;
		position: relative;
	}
}

@media(max-width: 768px) {
	.burguer__button {
		position: absolute;
		top: -85px;
		right: 30px;
		z-index: 999!important;
	}
	.menu__custom li a {
		left: -20px;
	}
	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: -60px;
		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!important;
		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!important;
	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;
}
.single-projects_posts .project__bottomn .col-xl-2{
	display: flex;
    justify-content: center;
    align-items: flex-end;
}
.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: 300!important;
	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: 16px;
	letter-spacing: 1px;
	font-weight: 300!important;
	line-height: 1.5em;
	padding: 0 100px;
	margin-bottom: 35px;
}
.quote .quote_wrapper .actual_quote p{
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300!important;
	line-height: 1.5em;
	padding: 0 100px;
	margin-bottom: 35px;
	font-family: Wensley;
}
.quote .quote_wrapper h6 {
	font-weight: 700!important;
	letter-spacing: 1.5px;
	font-size: 15px;
}

.quote .quote_wrapper p {
	font-size: 12.935px;
	font-weight: 300!important;
	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: #252525;
}

@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: 300!important;
	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!important;
	-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!important;
}

.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;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.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 {
	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: 300!important;
	line-height: 1.6em;
	-webkit-text-stroke: 1px #ffffff30;
}

.team__member__popup .description {
	padding-top: 38px;
	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: 85%;
    max-height: 100%;
    position: absolute;
    object-fit: cover;
}

.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: 15px;
}

.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;
}

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

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

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

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

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

.join__image {
	padding: 0;
}

.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: capitalize!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: 300!important;
    text-transform: unset;
    color: white;
    font-size: 23.2px!important;
}

.blog .join__content .copy p {
    font-family: Lato;
    font-weight: 400!important;
    text-transform: unset;
    font-size: 22.5px;
    color: white;
}

.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: 300!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;
}

.blog__post__content .date p {
	font-family: 'Lato';
	font-weight: 300!important;
	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: 60%;
}

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: 400!important;
	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;
}
.contact__page .the__icon a{
    font-size: 18px!important;
}
.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: 16px!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;
	font-family: Lato;
}

.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: 16px;
	text-align: left;
	color: #ffffffa6;
	font-weight: 300!important;
	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: 25px;
	}
}

@media(max-width: 1440px) {}
@media(max-width: 1300px) {
	.team__member__popup .picture img {

	}
}
@media(max-width: 1280px) {
	.team__member__popup .picture img {

	}
	.join__family img {
		height: 630px;
	}
	.team__member__popup .picture {
		top: 28px;
	}
}



.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: 75px;
	padding: 0 75px;
}

.team__member__content .team_member__name p {
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-weight: 800!important;
	font-family: Wensley;
}
#menu-contact{
	position: relative;
    top: -8px;
}
.team__member__content .team_member__position p {
	font-size: 16px;
	letter-spacing: 1px;
}

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



@media(max-width: 1024px) {
	.team__member__popup {
		padding: 10px 100px;
		overflow: scroll;
	}
	.team__member__popup .picture img {
		max-height: 500px;
	}


	.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: 0;
		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;
	}

	.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: 10px;
		right: 10px;
	}

	.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: 0px;
	}
}
.award {
	padding: 95px;
}
.award__image {
	padding-right: 35px;
}
.award__image img {
	width: 350px;
	position: relative;
	top: 0px;
	left: 15%;
}
.award_about {
	padding: 34px 60px 20px 60px;
}
.award_about p {
	font-weight: 300!important;
	font-size: 18px;
	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!important;
}
.post__content__blog {
	padding: 80px 15px;
}
.post__content__blog .container {
	padding: 0 100px;
}
.post__content__blog .container p {
	font-family: lato;
    font-size: 16px;
    font-weight: 300!important;
    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: 300!important;
    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!important;
	}

	.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: 16px;
	font-weight: 400!important;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.loadmore img {
	width: 30px;
	height: 20px;
}

/* 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!important;
	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: 16px;
	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 {
    object-fit: cover;
    object-position: top;
}
.page-template-template-blog .join__family img {
	min-height: 445px;
    height: 100%;
    object-fit: cover!important;
    object-position: top;
}
.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: 16px;
	padding-bottom: 4px;
	cursor: pointer;
}
#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: 16px;
    color: #ffffff;
    font-weight: 300!important;
    letter-spacing: 1px;
    text-align: center;
    width: 730px;
    margin-top: 10px;
}
.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!important;
	letter-spacing: 1px;
	text-align: center;
	width: 730px;
	text-transform: unset;
}
.inner__project__wrapper .info__number {
    left: 0%;
	    width: 100px;
}
.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!important;
	text-transform: unset;
	font-size: 22.5px;
	color: white;
	letter-spacing: 4px;
}
.care__page .section__two {
	padding: 100px;
	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: 18px;
	text-align: center;
	width: 700px;
	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: 35px;
	text-align: center;
	width: 830px;
	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: nor!important;mal;
	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!important;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.slider__home .slick-slide img{
	 height: auto!important;
}
.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;
}
.slider__home .partners__slider.blog__posts img {
	filter: grayscale(1);
}
.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;
	text-transform: capitalize!important;
}
.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;
	position: relative!important;
}
.partners__slider.blog__posts .slick-active li button:before {
	color: #787878;
	opacity: 1;
}
.partners__slider.blog__posts .post__content {
    padding: 100px 50px;
    background: #00000000;
       width: 50%;
}
.page-template-template-history .middle__full__section .title h2 {
	font-size: 35px!important;
}
.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;
}


@media(max-width: 1600px) {
	.blog__posts .join__content {
		padding: 0px 200px;
	}

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

	.partners__slider.blog__posts .slick-dots {
		left: -370px!important;
	}
}
@media (max-width: 1280px){
.care__page .join__content {
    padding: 100px 90px!important;
}
	}
@media (max-width: 480px){
.care__page .join__content {
    padding: 100px 40px!important;
}
	.care__page .join__content .copy br{
    display: none!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) {
	.inner__project__wrapper .info__number {
		width: 60px;
	}
	.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;
	}
	.team__member__popup .wrap_two {
		margin-top: 375px;
		padding-right: 0px;
	}
	.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 {

	}
	.team__member__popup .row {
		display: flex;
		flex-direction: column;
	}

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

	.main.home__page .full__section:after {
		content: " ";
		height: 100%;
		bottom: 0;
	}

	.main.home__page>.full__section {
		height: 400px;
	}
}
@media (max-width: 350px){
	.team__member__popup .wrap_two {
		padding-top: 280px;
	}
	.team__member__popup .picture {
		top: 211px;
	}
}
.main.home__page .middle__full__section h2 {
	font-size: 35px;
}
.project__content h5 {
	font-size: 25px;
	letter-spacing: 3.7px!important;
	margin: 0;
}
.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!important;
}
.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!important;
}
.history__page .award__image img {
    width: 180px;
    position: relative;
    top: 50px;
    left: 15%;
	height: auto;
}
.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;
	display: flex;
    justify-content: center;
    align-items: center;
}
.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!important;
    letter-spacing: 0.6px!important;
}
.full__section .subtitle h6{
	font-weight: 400!important;
	text-transform: unset;
	    font-size: 16px;
    font-family: Lato;
}
.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;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 700px) and (orientation: landscape) { 
	.project__content .info__number{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.project__bottomn .info__number p {
		width: 100px;
	}
}


@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%;
	}
	.inner__project__wrapper.inner__project__page h2 {
		font-size: 18px!important;
	}
	.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: 12.5px!important;
	}

	.project__category__wrapper .project__bottomn {
		bottom: -30px!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-top: 35px;
		font-family: lato;
		
}
.blog .join__content .copy p {
    margin-bottom: 0px;
}
.the__positions a{
    color: white;
    font-size: 16px;
    font-weight: 300!important;
    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;
    margin-top: 0;
}
.home .all-menu{
	display: block;
}
.menu-contact, .menu-about{
	pointer-events: none;
}
.menu-father a{
	font-weight: 700!important;
}
#menu-about a{
	padding-bottom: 0;

}
#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 a:hover, .post__controller p:hover{
	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;
			position: relative;
			top: -40px;
}
.project__category__wrapper  .project__content h6, .project__category__wrapper  .inner__project__wrapper h6 {

    text-transform: unset;
    letter-spacing: 0.7px !important;
    font-weight: 400!important;
    color: white;
	font-size: 16px;
    font-family: Lato;
	margin: 0;
}

.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;
}
.slider__home img{
	filter: grayscale(1);
}
.contact__page .container-fluid {
	position: relative;
	z-index: 99;
	margin-bottom: 150px;
}
.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;
}
.home .full__section iframe {
    width: 100vw;
	height: 100vw;
}
@media(max-width: 1280px){
	.blog__slide {
		width: 870px!important;
	}
	.partners__slider.blog__posts .post__content {
		padding: 30px 100px;
		background: #00000000;
		width: 69%;
	}

}
@media(max-width: 768px){
	.partners__slider.blog__posts .post__content {
		padding: 90px 100px;
		background: #00000000;
		width: 55%;
	}
	.project__category__wrapper .project__content{
		opacity: 1;
	}
	.grid-container-new .H1::after {
		background: #03a9f445;
	}
	.play__button img {
		margin-top: 20px;
		margin-bottom: 60px;
	}
}
@media(max-width: 768px){
	.partners__slider.blog__posts .post__content {
		padding: 60px 30px;
		background: #00000000;
		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%;

	
}
@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;
}
@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;
	}
}
.contact__page #home-top video {
	height: 122vh;
}

.projects_posts-template-default iframe #player{
	max-width: 100%!important;
    height: 100vh!important;
}
.player .vp-video-wrapper .vp-preview{
	background-size: cover!important;
}
.player .vp-controls-wrapper, .player .vp-video-wrapper{
	display: none!important;
}
.player, .player *, .player ::after, .player ::before{
	height: 100vh!important;
}
#player{
	max-width: 100%!important;
    height: 100vh!important;
}
.player .vp-video-wrapper object, .player .vp-video-wrapper video {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}
@media(max-width: 1024px){
	.projects_posts-template-default iframe {
		transform: scale(2.7);
	}
}
@media(max-width: 500px){
	.projects_posts-template-default iframe {
    		display: block!important;
   		 min-height: 30vh!important;
    		left: -370px;
    		height: 20vh;
    		top: 56px;
	}
	.bottom__full__section .scroll__down img {
		width: 20px;
		height: 13px;
	}
	.quote .quote_wrapper .actual_quote p {
		padding: 0 0px;
	}
	.grid.tinyMasonryLoaded .div{
		width: 100%!important;
	}
	.inner__project__page .full__section {
  		 height: 400px;
   		 padding: 20px;
   		 background-position: center!important;
	}
.inner__project__page .bottom__full__section .scroll__down {
    top: 29px;
}
	.project__category__wrapper h5 {
    font-size: 28px!important;
}
.inner__project__page .project__bottomn {
    bottom: 40px!important;
}
.inner__project__page .middle__full__section {
    top: -30px;
}
	.square {
		width: 100%;
	}
	.team__member__content {
		opacity: 1;
	}
	.team_member__name, .team_member__position {
		bottom: 0px!important;
	}
	.team__member__content {
		background: #03a9f438;
	}
}
.play__button{
	display: flex;
    justify-content: center;
    align-items: center;
}
.play__button img{
    width: 60px;
    margin-top: 20px;
    opacity: .9;
	height: auto;
}
.background-fallback{
	position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    object-fit: cover;
	width: 100%;
}
.default__template{
	background: #252525;
    font-size: 16px;
    padding: 150px 15px 0;
}
.default__template h1{
	color:white;
}
.default__template .default__wrapper p{
	font-family: lato;
    font-size: 16px;
    font-weight: 300!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;
}
/* Safe About Page */
.safe__page .award {
	background: #ffffff;
	padding: 50px 100px 80px;
}
.safe__page .award p {
    color: #40403f;
	text-align: left;
	font-weight: 400!important;
}
.safe__page .join__content hr {
    margin-top: 2rem;
    margin-bottom: -0.5rem;
    border: 0;
    border-top: 2px solid rgb(255, 255, 255);
}
.safe__page .join__content .copy p {
    color: #ffffff;
}
.safe__page .training{
	background: #e2e2e4;
	padding-bottom:0px;
}
.safe__page .title_row{
    padding: 80px 15px 80px;
}
.safe__page .title_row h2{
	letter-spacing: 2px!important;
    text-transform: uppercase;
	font-size: 35px;
	color: #141414;
	font-weight: normal!important;
    -webkit-text-stroke: 0.8px #00000099;
}
.safe__page .title_row h6{
	font-size: 22.5px;
    color: #141414;
    font-weight: 400!important;
	text-transform: unset!important;
}
.safe__page .training_wrapper{
    display: flex;
    margin: 0px 15px;
    min-height: 220px;
}
.safe__page .award_about p {
    line-height: 1.6em!important;
}
.safe__page .information p{
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.5em;
	font-family: Lato;
	color: #141414;
	font-weight: 400!important;
	letter-spacing: 1px;
}
.safe__page .information{
	width: 400px;
	padding-left: 60px;
}
.safe__page .icon img{
	width: 100px;
	height: auto;
}
/* Small Fixes */
.counter__wrapper, .info__number, .the_statistic{
	font-family: Lato;
}
.join__family .join__image{
    padding: 0!important;
}
.nav__category__wrapper{
	z-index: 9999!important;
    position: relative;
}
.page__wrapper{
	overflow: hidden;
}
.careers__page .full__section .award {
    padding: 3px;
}
.careers__page .full__section .award img{
    width: 110px;
}
.careers__page .middle__full__section{
	margin-top: 60px;
}
@media(max-width: 1280px){
	.join__content {
		padding: 100px 120px!important;
	}
	.nav__category__wrapper,  .page-template-template-team .nav__category__wrapper {
		top: 45px;
	}
	.home .nav__category__wrapper, .single-projects_posts .nav__category__wrapper, .category-projects .nav__category__wrapper {
		top: 5px;
	}
}
@media(max-width: 768px){
	.nav__category__wrapper,  .page-template-template-team .nav__category__wrapper {
		top: 5px;
	}
	.home .nav__category__wrapper, .single-projects_posts .nav__category__wrapper, .category-projects .nav__category__wrapper {
		top: 35px;
	}
}
@media(max-width: 768px){
	.safe__page .information {
		width: 100%;
		padding-left: 0;
	}
	.middle__full__section {
		top: -80px;
	}
	.project__bottomn .col-xl-2:nth-child(2), .project__bottomn .col-xl-2:nth-child(3) {
		height: 100px;
	}
	.safe__page .training_wrapper {
		margin: 40px 15px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.safe__page .icon img {
		margin-bottom: 50px;
	}
	.top__logo img {
		left: 0px;
		width: 160px;
	}
	.nav__category__wrapper {
		opacity: 0!important;
	}
	.hidden__menu {
		display: block!important;
	}
	.care__page .section__two .row p {
		width: 100%;
	}
}
.desktop-hidden{
	display: none!important;
}
.mobile-hidden{
	display: flex;
	flex-direction: column;
}
@media(max-width: 500px){
		.desktop-hidden{
			display: flex!important;
		}
		.mobile-hidden{
			display: none;
		}
		.careers__page .full__section .award {
			padding: 10px 10px!important;
		}
		.careers__page .middle__full__section{
			margin-top: auto;
		}
		.team__member__popup .description.main{
			order: 1;
		}
		.team__member__popup .picture {
			order: 2;
		}
		.team__member__popup .description.last{
			order: 3;
		}
	}
@media(max-width: 480px){
	.full__section iframe {
		min-height: 89vh;
	}
	.join__content {
   	 	padding: 30px 30px!important;
	}
	.page-template-template-subcontractors .careers__page .full__section {
		width: 100%;
	}
	.page-template-template-subcontractors .careers__page .middle__full__section {
		width: 100%;
	}
	.contact__page .title__wrapper {
    	margin-top: 0px;
	}
	.contact__page .address {
		margin-top: -20px;
	}
	div.wpforms-container-full {
		margin-top: 80px!important;
	}
	.home .full__section iframe {
		min-height: 53vh;
		font-family: Lato!important;
	}
}
	

@media (max-width: 375px){
	.partners__slider.blog__posts .slick-dots {
		left: -114%!important;
	}
}
@media (max-width: 1600px){
		.blog join__content {
			padding: 90px 130px!important;
		}
}
.join__content .date p{
	color: white;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 20px;
}
.archive.category .nav__category__wrapper{
	position: relative;
    top: 0;
}
.single-post .middle__full__section .title {
    text-transform: unset;
}
.join__family.blog{
	width: 100%;
}
.safety__award{
    display: flex;
    justify-content: center;
    align-items: center;
}
.safety__award .award_about{
    width: 80%;
}
@media (max-width: 768px){
.safety__award .award_about{
    width: 100%;
}
	.page-template-template-blog .join__family img {
		max-height: 485px;
	}
}
@media (max-width: 480px){
.page-template-template-blog .join__family img {
    min-height: 300px;
    max-height: 185px;
}
	}
@media (max-width: 960px){
.nav__category__wrapper {
    display: none;
}
	}
@media (max-width: 1480px){
	.team__member__popup .wrap_two {
		margin-top: 15px;
		padding-right: 0px;
	}
}
@media (max-width: 1160px){
.menu__custom li a {
    font-size: 8px;
    margin: 0px 4px;
}
	}
.default__wrapper p{
	font-family: lato; 
}
.default__wrapper{
	    margin: 50px 0 120px;
}
.single-post .middle__full__section h2{
	text-transform: capitalize!important;
}
p{
  font-family: Lato;
}
a:hover{
	color: white!important;
}
.copyright a{
	color: white!important;
}
.email__footer__wrapper a:hover{
	text-decoration: none!important;
}
.bounce-arrow{
  animation-iteration-count: 6!important;
}
.team_member__thumbnail{
	height: 100%;
}
.grid-control{
	object-fit: cover!important;
}
@media (max-width: 1024px) and (orientation: landscape) { 
	.project__bottomn .col-md-12 {
		flex: 3;
		max-width: 33%;
		width: 33%;
	}
	.number .two_col .top .letter__wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
		left: 0;
	}
	.history__page .the_statistic .number img {
		top: 0;
		left: 0;
	}
	.project__bottomn .col-xl-2 {
		border: none!important;
	}
	.full__section{
		background-size: unset!important; 
	}
}
@media (max-width: 920px) and (orientation: landscape) { 
		.desktop-hidden{
			display: flex!important;
		}
		.mobile-hidden{
			display: none;
		}
	.team__member__popup {
		padding: 10px 40px;
	}
	.team__member__popup .description.main{
		order: 1;
	}
	.team__member__popup .picture {
		order: 2;
	}
	.team__member__popup .description.last{
		order: 3;
	}
	.team__member__popup .picture img {
    	left: 0;
	}
	.team__member__popup .picture img {
		left: 0;
		width: 60%;
	}
	.burguer__button {
		top: -80px;
		right: 40px;
	}
	.award_about {
		padding: 10px 15px 20px 15px!important;
	}
	footer .the__citie {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	.footer__city {
		left: 0px;
		min-width: 200px;
		text-align: center;
	}
	.logo__column{
		width: 100%!important;
		flex: 10!important;
		max-width: 100%!important;
	}
	footer .the__citie.city1 {
		margin-top: 110px;
	}
	.logo__column img {
		position: relative;
		left: -20px;
	}
	.footer__icon__wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		left: -40px;
		top: -10px;
	}
	.email__footer__wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer__email__title:before {
		display: none;
	}
	.footer__email__wrapper {
		padding-left: 0px;
		text-align: center;
		position: relative;
		left: -15px;
	}
	.footer__middle {
		padding-bottom: 45px;
	}
}
@media (max-width: 640px) and (orientation: landscape) { 
	.logo__column {
		margin-bottom: 0px;
	}
	.footer__icon__wrapper {
		left: -10px;
	}
	footer .the__citie.city1 {
		margin-top: 80px;
	}
	.middle__full__section {
		top: 0px;
	}
}

/* New styles 2020 -- Improving performance */
.full__section__image{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
