/*.page-template-past_projects .page-section {
    border-bottom: 2px solid #e8e8e8;
}*/
.page-template-past_projects .site-content {
    max-width: 1920px;
}
	@media screen and (min-width:960px){
	    .page-template-past_projects .site-content {
	        padding: 75px 60px 0;
	    }
	}
	@media screen and (min-width:1500px){
	    .page-template-past_projects .site-content {
	        padding: 100px 140px 0;
	    }
	}
.page-template-past_projects .container{
	padding-bottom: 30px;
}
.page-template-past_projects .site-footer {
    margin-top: 89px;
    border-top: 2px solid #e8e8e8;
}
.page-template-past_projects ul.list_project {
    margin-left: -20px;
    margin-right: -20px;
    display:-webkit-flex;
    display:-ms-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.page-template-past_projects ul.list_project::before, .page-template-past_projects ul.list_project::after {
    content: "";
    display: table;
}
.page-template-past_projects ul.list_project::after {
    clear: both;
}
.page-template-past_projects li.title_list {
    font-size: 70px;
    text-align: left;
    font-family: "Gotham Medium";
    color: rgb(93, 138, 193);
    letter-spacing: 0px;
    line-height: 1;
}
.page-template-past_projects ul li.title_list span::after {
    content: '';
    border-bottom: 10px solid #5d8ac1;
    width: 100%;
    display: table;
    padding-top: 15px;
}
.page-template-past_projects ul.list_project li {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 23px 24.5px;
}
.page-template-past_projects ul.list_project li span{
	/*max-width: 260px;
	width:100%;*/
	display: inline-block;
	position: relative;
}
.page-template-past_projects ul.list_project li a {
    position: relative;
    display: block;
}
.page-template-past_projects ul li .thumb {
    overflow: hidden;
}
.page-template-past_projects ul.list_project li .thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    transition-duration: 0.5s;
}
.page-template-past_projects ul.list_project li .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	text-align: center;
    top: 0px;
    left: 0px;
    color: rgb(52, 58, 64);
    font-size: 24px;
    background: rgba(255,255,255,0.7);
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.page-template-past_projects ul li a:hover .thumb > img {
    transform: scale(1.05);
    cursor: pointer;
    transition-delay: 0.3s;
}
.page-template-past_projects ul.list_project li a:hover .title {
	transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
}
/*-------------------------Responsive---------------------------*/
@media (min-width: 1780px){
	.page-template-past_projects ul.list_project {
		margin-left: -25px;
		margin-right: -25px;
	}
}
@media (max-width: 1598px){
	.page-template-past_projects li.title_list {
		font-size: 65px;
	}
	/*.page-template-past_projects ul.list_project li span {
		max-width:242px;
	}*/
}
@media (max-width: 1498px){
	.page-template-past_projects li.title_list {
		font-size: 60px;
	}
	/*.page-template-past_projects ul.list_project li span {
		max-width:224px;
	}*/
}
@media (max-width: 1298px){
	.page-template-past_projects li.title_list {
		font-size: 55px;
	}
	/*.page-template-past_projects ul.list_project li span {
		max-width:204px;
	}*/
}
@media (max-width: 1198px){
	.page-template-past_projects li.title_list {
		font-size: 50px;
	}
	/*.page-template-past_projects ul.list_project li span {
		max-width:186px;
	}*/
}
@media (max-width: 1098px){
	.page-template-past_projects li.title_list {
		font-size: 45px;
	}
	/*.page-template-past_projects ul.list_project li span {
		max-width:168px;
	}*/
	.page-template-past_projects ul.list_project li {
		padding: 20px 15px;
	}
	.page-template-past_projects .site-content {
		padding-top: 150px;
	}
	.page-template-past_projects ul.list_project li .title {
		font-size: 22px;
	}
}
@media (max-width: 1000px){
	.page-template-past_projects li.title_list {
		font-size: 40px;
	}
	/*.page-template-past_projects ul.list_project li span {
		max-width:150px;
	}*/
}
@media (max-width: 980px){
	.page-template-past_projects ul.list_project {
		margin-left: 0px;
		margin-right: 0px;
	}
	.page-template-past_projects ul.list_project li {
		padding: 20px 10px;
	}
}
@media (max-width: 898px){
	.page-template-past_projects ul.list_project li a:hover {
		text-decoration: none;
	}
	.page-template-past_projects li.title_list {
		display: none;
	}
	.page-template-past_projects ul.list_project li {
		padding-bottom: 13px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.page-template-past_projects .site-content {
		padding-top: 125px;
	}
	.page-template-past_projects ul.list_project li .title {
		position: inherit; 
		display: block; 
		font-size: 20px;

		padding-top: 21px;
		padding-left: 7px;
		text-align: left;
	}
}
@media (max-width: 767px){
	.page-template-past_projects ul.list_project li {
		padding-right: 10px;
		padding-left: 10px;
	}
	.page-template-past_projects ul.list_project li a:hover {
		tex-direction: none;
	}
	.page-template-past_projects ul.list_project {
		margin-left: 5px;
		margin-right: 5px;
	}
	.page-template-past_projects li.title_list {
		display: none;
	}
	.page-template-past_projects ul.list_project li {
		width: 50%;
	}
	.page-template-past_projects .site-content {
		padding-top: 80px;
	}
	.page-template-past_projects .site-footer {
		padding-bottom: 47px;
		margin-top: 0;
		border-top: none;
	}
}
@media (max-width: 498px){
	.page-template-past_projects ul.list_project {
		margin-left: 1px;
		margin-right: 0px;
	}
	.page-template-past_projects li.title_list {
		display: none;
	}
	.page-template-past_projects ul.list_project li {
		width: 100%;
		padding-bottom: 13px;
		padding-right: 0;
		padding-left: 0;
	}
	.page-template-past_projects .site-content {
		padding-top: 70px;
	}
}	
/*---------------------------------------------------------------------About Page-------------------------------------------------------------------*/
.header-mp4 {
    max-height: 964px;
    overflow: hidden;
}
.page-template-about .site-footer {
    margin-top: 0;
}
/*------Accordion style----------*/
.page-id-112 .site-footer {
    padding-top: 56px;
    padding-bottom: 45px;
    margin-top: 0px;
    border-top: none;
}
.ac-co h2 {
    font-size: 64px;
    color: #FFF;
}
.ac-co h5 {
    color: #FFF;
    font-size: 18px;
}
.ac-co-content {
    width: 100%;
    height: 0;
    overflow: hidden;
}
.link-section .header-about{
	text-align: center;
}
.link-section .header-about ul li a {
    margin-right: 42px;
    font-size: 16px;
	font-family: 'Gotham Medium';
	text-decoration: none;
}
/*.link-section .header-about ul li a:hover, .link-section .header-about ul li a:active, .link-section .header-about ul li a:focus {
    border-bottom: 2px solid;
    padding-bottom: 4px;
}*/
.join-the-team .elementor-text-editor h2{
    color: #FFF;
    font-size: 64px;
}
.join-the-team .elementor-text-editor p,  .join-the-team .elementor-text-editor p a{
    color: #FFF;
    font-size: 28px;
	
	line-height: 48px;
	margin-top: 53.5px;
}
.join-the-team .elementor-text-editor p a{
	text-decoration: underline;
}
.join-left{
	margin-left: 185px;
}
.join-left .elementor-text-editor {
    color: #FFF;
}
.join-left .elementor-text-editor h4 {
	display: inline-block;
    font-size: 32px;
}
.join-left .elementor-text-editor ul{
	display: inline-block;
	float: right;

	padding-top: 5px;
	}
.join-left .elementor-text-editor ul li a {
    font-size: 22px;
    text-decoration: underline;
	color: #FFF;
	margin-left: 30px;
    padding-left: 20px;
}
.zen-left h2, .zen-cares-right h2 {
    font-size: 48px;
	color: #4079B6;
}
.zen-left p, .zen-cares-right p{
    font-size: 20px;
	color: #4079B6;
	line-height: 2;
	word-spacing: 2px;
}
.join-the-team .join-content p{
	font-size: 20px;
    line-height: 2;
}
.show-down {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFF;
}
.ac-co-show:hover {
    cursor: pointer;
}
/*-----------Style content co----------------*/
.ac-co-content p {
    color: #4079B6;
    font-size: 28px;
    line-height: 48px;
}
.ac-co-content .elementor-widget-toggle .elementor-toggle-title, .ac-co-content .elementor-widget-toggle .elementor-toggle-icon {
    color: #000000;
}
.ac-co-content .elementor-tab-title {
    position: relative;
}
.ac-co-content span.elementor-toggle-icon-closed, .ac-co-content span.elementor-toggle-icon-opened {
	position: absolute;
    right: 28px;
	top: 35px;
}
.ac-co-content a.elementor-toggle-title {
	font-size: 32px;

    line-height: 42px;
}
.ac-co-content .elementor-toggle .elementor-tab-title {
	border: none;
}
.ac-co-content .content-left {
    margin-left: 134px;
}
/*----------------------------*/

@media screen and (max-width: 1298px){
	.ac-co h2, .zen-left h2, .zen-cares-right h2, .join-the-team .elementor-text-editor h2{
		font-size: 42px;
	}
}
@media (min-width: 1025px) and (max-width: 1098px){
	.join-the-team .team-left.come-in {
		width: 45%;
	}
	.join-the-team .team-right.come-in {
		width: 55%;
	}
}
@media screen and (max-width: 1024px){
	.ac-co h2, .zen-left h2, .zen-cares-right h2, .join-the-team .elementor-text-editor h2{
		font-size: 36px;
	}
	.zenterra-cares .txt.come-in, .zenterra-cares .pic.come-in, .zenterra-green .txt.come-in, .zenterra-green .pic.come-in, .join-the-team .elementor-column.come-in{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.zenterra-cares.come-in, .zenterra-green.come-in, .join-the-team.come-in{
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.zen-left.come-in, .join-left.come-in, .zenterra-cares .pic{
		padding-top: 25px!important;
	}
	.link-section .header-about ul li a {
		margin-right: 22px;
	}
}
@media screen and (max-width: 767px){
	.page-id-112 .site-content .ac-co{
		padding-top: 30px!important;
	}
	.link-section .header-about ul li a {
		margin-right: 12px;
	}
	.ac-co h2, .zen-left h2, .zen-cares-right h2, .join-the-team .elementor-text-editor h2{
		font-size: 32px;
	}
	.join-left .elementor-text-editor h4 {
		font-size: 28px;
	}
	.zen-cares-right {
		margin-right: 0;
		padding-bottom: 20px;
	}
	.zen-left {
		margin-left: 0;
		padding-top: 20px;
	}
	.ac-co .elementor-widget-container {
		border: none!important;
	}
	.ac-co .elementor-column {
		width: 90%;
	}
	.ac-co .show-down.come-in {
		padding-bottom: 18px;
		width: 10%;
		border-bottom: none;
	}
	.elementor-112 .elementor-element.elementor-element-f8b5b32 .elementor-custom-embed-play i, 
	.elementor-112 .elementor-element.elementor-element-1607486 .elementor-custom-embed-play i {
		font-size: 100px!important;
	}
}
@media (max-width: 639px){
	.zen-left p, .zen-cares-right p, .join-the-team .join-content p, .join-the-team .join-content p a {
		font-size: 18px;
	}

}
@media (max-width: 498px){
	.join-the-team .elementor-text-editor p, .join-the-team .elementor-text-editor p a{
		line-height: 36px;
	}
	.elementor-112 .elementor-element.elementor-element-f8b5b32 .elementor-custom-embed-play i, 
	.elementor-112 .elementor-element.elementor-element-1607486 .elementor-custom-embed-play i {
		font-size: 60px!important;
	}
	.join-left .elementor-text-editor ul li a {
    font-size: 18px;
	}
	.ac-co h2, .zen-left h2, .zen-cares-right h2, .join-the-team .elementor-text-editor h2 {
		font-size: 30px;
	}
	.join-left .elementor-text-editor h4 {
		font-size: 22px;
	}
	.page-id-112 .elementor-112 .elementor-element.elementor-element-cd8c1c9 > .elementor-widget-container {
		padding-top: 25px!important;
		padding-bottom: 20px!important;
	}
}
/*-------------Style accoditon------------------*/
.parent-body {
    padding:0 20px;
    background: #3E87CB;
    transition: all 0.2s ease;
}
@media screen and (min-width:960px){
    .parent-body {
        padding: 0 60px;
    }
}
@media screen and (min-width:1500px){
    .parent-body {
        padding: 0 140px;
    }
}
.parent-ac {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 12px;
    border-top: 2px solid #ffffff;
    color: #FFF;
}
.description-text {
    font-size: 18px;
    margin-bottom:20px;
    line-height: 1.5;
	text-transform: uppercase;
}
.title-text h2 {
    font-size: 48px;
	cursor: pointer;
    line-height: 1.2;
	padding-right: 50px;
}
.title-text .over-title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.active-about .title-text .over-title{
	z-index: 2;
	cursor: pointer;
}
.body-content-acc{
	/*background: #FFF;*/
	display: none;
}
.body-content{
	position:relative;
}
.body-content .content-left, .body-content .content-right{
    width: 100%;
    padding-top: 27.5px;
    font-size: 24px;
    line-height: 1.5;
	color: #fff;
}
/*.body-content .content-right .acco-content{
	padding-left: 100px;
}*/
.acco-content {
    color: #fff;
	margin-bottom: 15px;
	position: relative;
}
.h5-gruop {
    position: relative;
}
.acco-content h5 {
    font-size: 28px;
    line-height: 1.3;
	margin-right: 35px;
}
.acco-content .over-h5 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.active-acco .over-h5{
	z-index: 5;
	cursor: pointer;
}
.acco-content h5:hover {
	cursor: pointer;
	color: #28292edd;
}
.acco-content p {
    font-size: 20px;
    margin:15px 0;
    line-height: 1.5;
	/*padding-right: 55px;
	padding-left: 100px;*/
	display: none;
}
.acco-content p strong{
	font-weight: 600;
}
.body-content .content-right::after {
	background-image: url(../../images/icon-up1.PNG);
    /*content: '';*/
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
	cursor: pointer;
}
.btn-showdown {
    background-image: url(../../images/ARROW.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    bottom: -50px;
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
	@media screen and (min-width:768px){
		.btn-showdown {
		    right:30px;
		}
	}

.title-text {
    position: relative;
}
.title-text::after {
	background-image: url(../../images/ARROW.svg);
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.btn-more {
    text-align: center;
    width: 30px;
    height: 30px;
	font-size: 22px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 5px;
}
.btn-more:hover {
	cursor: pointer;
	color: #3E87CB;
}
.btn-more i.fa-minus{
	display: none;
}
.active-acco .btn-more i.fa-plus{
	display: none;
}
.active-acco .btn-more i.fa-minus{
	display: block;
	padding-top: 10px;
}
.active-about{
	/*background-color: #FFF;*/
	padding-bottom: 90px;
}
.active-about .description-text, .active-about .title-text {
    color: #fff;
}
.active-about .title-text::after{
	content: none;
}

.active-about .title-text h2{
    pointer-events: none;
}
/*
.active-acco h5.title{
	pointer-events: none;
}*/
.active-about .parent-ac, .parent-body:last-child.active-about .parent-ac {
    padding-bottom: 65px;
    border-bottom: 2px solid #fff;
}
.parent-body.active-about + .parent-body .parent-ac {
    border: none;
}
.parent-body:nth-of-type(1) .parent-ac{
    border-top: none;
}
.parent-body:last-child{
	padding-bottom: 80px;
}
.parent-body:last-child .parent-ac{
	border-bottom: 2px solid #FFF;
}
.elementor-element .link-section {
    padding: 69px 20px 49px 20px!important;
}
/*---------Responsive--------*/
@media (max-width:1680px){
	/*.current-page_about .parent-body,  .current-page_about .zenterra-cares, .current-page_about .zenterra-green{
		padding-left: 20px;
		padding-right: 20px;
	}*/
}
@media (max-width: 1298px){
	.current-page_about .parent-body h2{
		font-size: 42px
	}
}
@media (max-width: 1024px){
	.current-page_about .parent-body h2{
		font-size: 36px
	}
	/*.current-page_about .parent-body .parent-ac .description-text {
		line-height: 36px;
	}*/
}
@media (max-width: 980px){
	.current-page_about .parent-body .body-content{
		display: block;
	}
	.current-page_about .parent-body .body-content .content-left,
	.current-page_about .parent-body .body-content .content-right{
		width: 100%;
		margin-left: 0;
	}
	.current-page_about .elementor-element .elementor-custom-embed-play i {
		font-size: 120px!important;
	}
}
@media (max-width: 769px){
	.current-page_about .parent-body h2{
		font-size: 32px
	}
	.current-page_about .elementor-element .elementor-custom-embed-play i {
		font-size: 100px!important;
	}
	.current-page_about .parent-body .parent-ac{
		padding-top: 50px;
	}
	/*.current-page_about .parent-body .parent-ac .description-text{
		line-height: 34px;
	}*/
	/*.current-page_about .parent-body .parent-ac .title-text h2 {
		line-height: 60px;
	}*/
}
@media (max-width: 498px){
	.current-page_about .parent-body .parent-ac .description-text{
		padding-top: 30px;
	}
	.current-page_about .parent-body h2{
		font-size: 30px
	}
	.current-page_about .elementor-element .elementor-custom-embed-play i {
		font-size: 80px!important;
	}
	.body-content .content-left, .body-content .content-right {
		font-size: 20px;
	}
	.body-content .content-right .acco-content h5 {
		font-size: 23px;
	}
	.acco-content .btn-more{
		font-size: 18px;
	}
}
@media screen and (min-width:960px){
	.body-content{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		margin:0 -30px;
	}
	.body-content .content-left, .body-content .content-right{
		width:50%;
		padding-left:30px;
		padding-right:30px;
	}
}
/*-----------------------------Style Zenterra Cares Green-----------------------------------*/
	.zenterra_cares, .zenterra_green {
		width: 100%;
		padding-top: 109px;
		padding-bottom: 105px;
}
	.zenterra_cares .care-align, .zenterra_green .green-align {
		width: 100%;
		max-width: 1920px;
		padding:0 20px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
		@media screen and (min-width:960px){
		    .zenterra_cares .care-align, .zenterra_green .green-align {
		        padding: 0 60px;
		    }
		}
		@media screen and (min-width:1500px){
		    .zenterra_cares .care-align, .zenterra_green .green-align {
		        padding: 0 140px;
		    }
		}
	.zenterra_green .zen-left {
		width: 51%;
		display: inline-block;
		box-sizing: border-box;
	}
		.zenterra_cares .zen-cares-right {
		width: 59%;
		display: inline-block;
		box-sizing: border-box;
	}
	.zenterra_cares .zen-cares-right, .zenterra_green .pic{
		padding-right: 8.3%;
	}
	.zenterra_cares .pic, .green-align .pic {
		width: 56%;
		display: inline-block;
		box-sizing: initial;
	}
	.pic .elementor-image img{
		float: right;
		max-width: 100%;
		height: auto;
	}
@media (max-width: 1683px){
	/*.zenterra_cares, .zenterra_green, .elementor-element .join-the-team {
		padding-left: 20px;
		padding-right: 20px;
	}*/
	.zen-cares-right {
		margin-right: 0px;
	}	
	.join-the-team .join-cont-left {
		margin-right: 125px;
	}
}
@media (max-width: 1200px){
	.zenterra_cares .zen-cares-right, .zenterra_green .pic {
		padding-right: 3.3%;
	}
	.zenterra_cares, .zenterra_green {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

/*-------------Join the Team---------------*/
.join-the-team {
    width: 100%;
    background: #2c8bcc;
    padding: 125px 0;
}
.join-the-team .join-align {
    width: 100%;
    padding: 0 20px;
    max-width: 1920px;
    color: #FFF;
    font-family: 'Gotham Book';
    margin: 0 auto;
}
	@media screen and (min-width:960px){
	    .join-the-team .join-align {
	        padding: 0 60px;
	    }
	}
	@media screen and (min-width:1500px){
	    .join-the-team .join-align {
	        padding: 0 140px;
	    }
	}
.join-the-team .join-title {
    width: 100%;
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 50px;
}
.join-the-team .join-content {
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
    display: inline-flex;
}
.join-the-team .join-cont-left {
    width: 50%;
    margin-right: 185px;
}
.join-the-team .join-cont-right {
    width: 50%;
}
.join-cont-right .right-child {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.join-cont-right .right-child h4 {
    font-size: 20px;
    line-height: 40px;
    width: 60%;
}
.join-cont-right .right-child p{
    font-size: 16px;
    line-height: 40px;
    text-decoration: underline;
    margin-left: 60px;
	cursor: pointer;
}
.join-content p a {
    color: #FFF;
    text-decoration: underline;
}
@media (max-width: 1683px){
	.join-the-team .join-cont-left {
		margin-right: 125px;
	}
	
}
@media (max-width: 1398px){
	.join-the-team .join-cont-left {
		margin-right: 80px;
		width: 40%;
	}
	.join-the-team .join-cont-right {
		width: 55%;
	}
}
@media (max-width: 1200px){
	.join-the-team .join-content{
		display: block;
	}
	.join-the-team .join-cont-left {
		margin-right: 0px;
		width: 100%;
}
	.join-the-team .join-cont-right {
		padding-top: 50px;
		padding-left: 0;
		width: 100%;
	}
}
/*-------------------Video -------------------*/
.zenterra-cares-video .zen-video {
    position: relative;
    width: 100%;
    height: 100%;
}
/*.zenterra-cares-video .zen-video .image-overlay {
    position: relative;
	z-index: 1;
	display: none;
}*/
.zen-video .image-overlay img ,.header-mp4 img{
    max-width: none;
    width: 100%;
}
.video-mp4 {
    width: 100%;
    top: 0;
    z-index: 0;
	display: block;
}
.active-video{
	display: block!important;
}
.center-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    color: #FFF;
    font-size: 34px;
    font-weight: 600;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.center-video .play-icon {
    position: relative;
    margin-top: 48px;
    width: 150px;
    height: 150px;
    border: 5px solid;
    border-radius: 50%;
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
	cursor: pointer;
}
.center-video .play-icon::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 80px;
    margin-right: -10px;
}
	iframe#myFrame {
		width: 100vw;
		height: calc(100vw/1.96);
	}
.video-mp4-popup {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    display: none;
}	
/*---------------Header------------------------------*/
.header-video {
    position: relative;
}
.text-header {
    position: absolute;
    top: 31%;
    left: 7%;
    font-size: 115px;
    color: #FFF;
    line-height: 122px;
	border-bottom: 17px solid #3189c8;
	padding-bottom: 25px;
}
/*-------------------Responsive----------------------*/
@media screen and (max-width: 1681px)
{
	.text-header {
		position: absolute;
		top: 30%;
		left: 7%;
		font-size: 105px;
		color: #FFF;
		line-height: 110px;
		border-bottom: 13px solid #3189c8;
		padding-bottom: 12px;
	}
}
@media screen and (max-width: 1410px)
{
	.text-header {
		font-size: 88px;
		line-height: 91px;
	}
}
@media screen and (max-width: 1298px)
{
	.join-the-team .join-title {
		font-size: 42px;
	}
}
@media screen and (max-width: 1200px)
{
	.text-header {
		font-size: 75px;
		line-height: 78px;
	}
}
@media screen and (max-width: 1024px){
	.parent-body .parent-ac {
		padding-top: 50px;
	}
	.center-video .play-icon{
		width: 80px;
		height: 80px;
		margin-top: 15px;
		border: 4px solid;
	}
	.join-the-team{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.join-the-team .join-title {
		font-size: 36px;
		padding-bottom: 25px;
	}
	.body-content .content-left, .body-content .content-right {
		font-size: 22px;
	}
	.acco-content h5 {
		font-size: 26px;
	}
	.text-header {
		font-size: 64px;
		line-height: 66px;
		border-bottom: 10px solid #3189c8;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 980px){
	.zenterra_cares .care-align, .zenterra_green .green-align{
		display: block;
	}
	.zenterra_cares .zen-cares-right, .zenterra_green .zen-left{
		width: 100%;
		padding-right: 0;
		padding-top: 20px;
	}
	.zenterra_cares .zen-cares-right, .zenterra_green .pic {
		padding-right: 0;
	}
	.zenterra_cares .pic, .green-align .pic{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.pic .elementor-image img {
		float: none;
	}
	.elementor-element .link-section {
		padding: 50px 20px 25px 20px!important;
	}
	/*.link-section ul li {
		line-height: 40px;
	}*/
	.active-about {
		padding-bottom: 70px;
	}
	/*.acco-content p, .body-content .content-right .acco-content{
		padding-left: 50px;
	}*/
}
@media screen and (max-width: 769px){
	.zenterra_cares, .zenterra_green {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.zenterra_green .green-align{
		padding-top: 25px;
	}
	.text-header {
		font-size: 48px;
		line-height: 49px;
	}
}
@media screen and (max-width: 767px){
	/*.zenterra_cares, .zenterra_green, .elementor-element .join-the-team, .current-page_about .parent-body {
		padding-left: 15px;
		padding-right: 15px;
	}*/
	/*.video-mp4 .video-class{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}*/
	.join-the-team .join-title {
		font-size: 32px;
	}
	.elementor-element .link-section{
		padding:30px 15px 18px 15px !important;
		border:0;
	}
}
@media (max-width: 639px){

	.join-the-team .join-cont-right{
		width: 100%;
		padding-top: 25px;
		padding-left: 0px;
	}
	.join-cont-right .right-child {
		width: 100%;
		display: block;
		margin-bottom:20px;
	}
	.join-cont-right .right-child h4 {
		width: 100%;
		line-height: 1.2;
	}
	.join-cont-right .right-child p {
		line-height: inherit;
		text-decoration: underline;
		cursor: pointer;
		display: inline-block;
		padding-right: 20px;
		margin-left: 0;
	}
	.join-the-team {
		padding-top: 45px;
		padding-bottom: 25px;
	}
	.join-cont-left p, .link-section ul li{
		line-height: 36px;
	}
	.body-content .content-left, .body-content .content-right {
		font-size: 20px;
	}
}
@media (max-width: 550px){
	.text-header {
		top: 20%;
	}
}
@media screen and (max-width: 498px){
	.current-page_about .parent-body .parent-ac {
		padding-top: 25px;
	}
	/*.current-page_about .parent-body .parent-ac .title-text h2 {
		line-height: 45px;
	}*/
	.center-video p{
		font-size: 18px;
	}
	.center-video .play-icon {
		width: 40px;
		height: 40px;
		border: 2px solid;
	}
	.center-video .play-icon::after {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		font-weight: 700;
		font-size: 40px;
		margin-right: -5px;
	}
	.active-about {
		padding-bottom: 50px;
	}
	.link-section ul li {
		line-height: 32px;
	}
	/*.acco-content p, .body-content .content-right .acco-content{
		padding-left: 25px;
	}*/
	.text-header {
		font-size: 31px;
		line-height: 32px;
	}
	.join-the-team .join-title {
		font-size: 30px;
	}
}
@media screen and (max-width: 320px){
	
	.text-header {
		top: 15%;
		border-bottom: 5px solid #3189c8;
		padding-bottom: 4px;
	}
}