@font-face {
    font-family: 'Poppins Light';
    src: url('../fonts/poppins/Poppins-Light.eot');
    src: url('../fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff'),
        url('../fonts/poppins/Poppins-Light.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/poppins/Poppins-Regular.eot');
    src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/poppins/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('../fonts/poppins/Poppins-Medium.eot');
    src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/poppins/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/poppins/Poppins-Bold.eot');
    src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

b, strong {
    font-weight: 800;
	  font-family: 'Poppins Bold';
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.top-bar
{
	display:none !important;
}

.introTXT h1
{
	color:#09E1CD;
	
	text-transform:uppercase;
}

.introTXT p
{
	color:#ffffff;
	font-size:25px;
	line-height:40px;
	 font-family: 'Poppins Medium';
	text-transform:capitalize;
	
}

.introTXT
{
position:relative;
}

/*
.introTXT:before
{
	position:absolute;
	content:"";
	background-image:url("https://tacverse.com/endeavor-xcelerise/wp-content/uploads/2025/07/beforeTXT.svg");
	width:400px;
	height:300px;
	object-fit:cover;
	left:-20px;
	top:-10px;
}*/
.weight-600 p
{
	font-weight:600;
	line-height:1.8rem;
}

.capitilizeTXT
{
  text-transform:capitalize;
}
.right-bg
{
	position:relative;
}
.right-bg:before
{
	position:absolute;
	content:"";
	background-image:url("https://tacverse.com/endeavor-xcelerise/wp-content/uploads/2025/07/right-banner.svg.svg");
	width:400px;
	height:100%;
	object-fit:cover;
	right:-20px;
	top:0px;
}

.underline-heading
{
	position:relative;
	padding-bottom:30px;
}

.underline-heading:after
{
    position: absolute;
    content: "";
    width: 100px;
    height: 0;
    border-bottom: 4px solid #08CAB8;
    left: 0px;
    bottom: 13px;
}

.underline-heading-white:after
{
    border-bottom: 4px solid #ffffff;
}

.underline-heading-black:after
{
    border-bottom: 4px solid #000000;
}

.custom-list-container li
{
	position:relative;
	padding-left:30px;
	padding-bottom:50px;
	margin-bottom:-10px !important;
	font-weight:600;
	
}

.custom-list-container li:before
{
position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #08CAB8;
    left: 0px;
    top: 20%;
    transform: translate(0px, -50%);
    border: 4px solid #ffffff;
}

.custom-list-container li:after
{
    position: absolute;
    content: "";
    width: 1px;
    height: 163%;
    background-color: #08CAB8;
    left: 11px;
    top: 50%;
    transform: translate(0px, -50%);
}
.custom-list-container li:nth-child(1):after
{
    height: 100%;
    top: 70%;
}
.custom-list-container li:nth-child(4):after
{
	display:none;
}
.min-height
{
	min-height:280px !important;
}
.custom-padding
{
	padding-right:50px;
	padding-left:50px !important;
}

@media screen and (max-width: 768px)
{
	.mobile-hide{
		display:none;
	}	
}

@media screen and (max-width: 500px) {
	
.custom-padding
{
	padding-right:15px;
	padding-left:15px !important;
}
	
}





#green-tech-form .steps-form .steps-row .steps-step .btn-circle {
    text-align: center;

}
#green-tech-form .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
    color: #fff;
    background-color: #09E1CD !important;
}
#green-tech-form  .uacf7-btn-default {
    color: #000;
    background-color: #fff !important;
	border:1px solid #eee;
}
#green-tech-form .wpcf7-form label {
    font-size: 16px;
    font-weight: 500;
}

#green-tech-form input[type=checkbox], #green-tech-form input[type=radio]
{
	height:25px !important;
	border:0px !important;
	box-shadow:none !important;
	margin-right:5px;
}
#green-tech-form .wpcf7-radio label
{
    height: 25px !important;
    border: 0px !important;
    box-shadow: none !important;
    margin-right: 5px !important;
	display: flex;
}
#green-tech-form .wpcf7-field-group-remove , #green-tech-form .wpcf7-field-group-add 
{
 margin-bottom: 20px;
	background-color: #fff;
    border: 2px solid #09E1CD;
    color: #09E1CD;
}
#green-tech-form .wpcf7-field-group-add
{
	left: 50%;
    position: relative;
    transform: translate(-50%, 10px);
	bottom:12px;
}

#green-tech-form .wpcf7-field-group-remove 
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    border-color: #fff;
    padding: 1px 8px;
}
#green-tech-form .uacf7-multisetp-form
{
	margin-top:130px;
}

#emails-groups.wpcf7-field-groups  > .wpcf7-field-group
{
 border:1px solid #eee;
	padding:10px 40px;
	margin-bottom:50px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
#green-tech-form  .step-content.step-end > .row:nth-child(6)
{
	justify-content: end !important;
    position: absolute !important;
    bottom: 9px;
    right: 0px;
}

#green-tech-form  .step-content.step-end  .wpcf7-submit
{
    background-color: #09E1CD;
    border: 0;
    padding: 10px 57px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
	cursor:pointer;
}
#green-tech-form button
{
	cursor:pointer;
}

.view-more-link {
    text-align: right;
}

.view-more-link a {
    color: #fff;
    font: normal 18px / 28px "Poppins Bold";
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-right: 18px;
}

.view-more-link a:before {
    content: "\f053";
    font-family: icomoon-the7-font !important;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.home-activities-text li {
    margin-bottom: 30px;
}

.home-activities-text {
    background: #09E1CD;
    color: #fff;
    font: normal 22px / 32px "Poppins Regular";
    padding: 50px;
    min-width: 630px;
    position: relative;
    left: -230px;
}

@media screen and (max-width: 1100px) {
    .home-activities-text {
        min-width: 520px;
        left: -270px;
    }

    .home-activities-text li {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .home-activities-text {
        font: normal 18px / 26px "Poppins Regular";
        padding: 50px 15px;
        min-width: auto;
        position: static;
    }

    .home-activities-text li {
        margin-bottom: 30px;
    }
}



.impact-high-info-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

.impact-high-info-row>.wpb_column>.vc_column-inner>.wpb_wrapper>div {
    width: calc(20% - 20px);
}

@media screen and (max-width: 991px) {
    .impact-high-info-row>.wpb_column>.vc_column-inner>.wpb_wrapper>div {
        width: calc(30% - 20px);
    }
}

@media screen and (max-width: 700px) {
    .impact-high-info-row>.wpb_column>.vc_column-inner>.wpb_wrapper>div {
        width: calc(50% - 20px);
    }
}

.testimonials-endeavor {
    background: #09E1CD;
    border-radius: 20px;
    color: #fff;
    position: relative;
    padding-top: 30px;
}

.testimonials-endeavor .dt-owl-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 30px;
    background: url(../images/stars.svg)no-repeat scroll center center;
    width: 118px;
    height: 24px;
    background-size: contain;
}

.testimonials-endeavor .dt-owl-item:after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: url(../images/quote.svg)no-repeat scroll center center;
    width: 60px;
    height: 60px;
    background-size: contain;
}

.testimonials-endeavor .testimonial-name .text-primary {
    color: #fff !important;
    font: normal 22px / 32px "Poppins Bold";
}

.testimonials-endeavor .testimonial-position .text-secondary {
    color: #fff !important;
}

@media screen and (max-width: 700px) {
    .testimonials-endeavor .dt-owl-item:after {
        right: 10px;
    }
}

.inline-block-title {
    display: inline-block;
}

.endeavor-team .dt-css-grid {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.endeavor-team .dt-css-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

.endeavor-team .dt-css-grid>div {
    width: calc(33% - 20px);
}

@media screen and (max-width: 991px) {
    .endeavor-team .dt-css-grid>div {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 700px) {
    .endeavor-team .dt-css-grid>div {
        width: calc(100% - 20px);
    }
}

.endeavor-team .dt-css-grid .team-container {
    display: flex;
    justify-content: center;
    flex-flow: inherit;
}

.endeavor-team .dt-css-grid .team-container>div {
    width: 50%;
    text-align: left;
}

.endeavor-team .team-author-name {
    font: normal 18px / 26px "Poppins Medium" !important;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

.endeavor-team .team-author p {
    font: normal 12px / 15px "Poppins Medium" !important;
    color: #09E1CD !important;
}

.endeavor-team .soc-ico a:before, .endeavor-team .soc-ico a:after {
    background: transparent !important;
}

.endeavor-team .soc-font-icon:before {
    color: #000;
}

.endeavor-team .team-content {
    margin-bottom: 0 !important;
    font: normal 10px / 15px "Poppins Regular" !important;
}

.who-should {
    position: relative;
    left: -65px;
    background: #fff;
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    .who-should {
        position: static;
    }
}

.who-should-text {
    font: normal 20px / 30px "Poppins Regular";
}

.who-should-text ul {
    margin-left: 0 !important;
}

.who-should-text li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 40px;
}

.who-should-text li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../images/arrow-shape.svg) no-repeat scroll center center;
    background-size: contain;
    width: 23px;
    height: 23px;
}

.explore-agenda a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 15px 50px 15px 20px;
    border-radius: 35px;
    font: normal 24px / 34px "Poppins Bold";
    position: relative;
}

.explore-agenda a:before {
    content: "\f021";
    font-family: icomoon-the7-font !important;
    position: absolute;
    right: 10px;
    top: 0px;
}

.explore-agenda a:before {
    content: "\f021";
    font-family: icomoon-the7-font !important;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
#bottom-bar .greenTXT
{
 color:#09E1CD;	
}

#bottom-bar .btn
{
    background-color: #09E1CD;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0;
	
}

.btn-apply
{
    background-color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    margin:0px 10px;
	color:#09E1CD;
	text-decoration:none;
	
}


#bottom-bar p
{
	text-align:left;
}

.request-container
{
 position:relative;	
}
.request-container:before
{
content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000078;
    position: absolute;
}
.request-container .contact-container
{
    backdrop-filter: blur(10px); 
   -webkit-backdrop-filter: blur(10px); 
	background-color: #00000078;
	padding:4rem 7rem;
	border-radius: 35px;
    margin: 2rem;
}

.request-container .wpcf7-form input[type=text],.request-container .wpcf7-form input[type=tel], .request-container .wpcf7-form input[type=email],.request-container .wpcf7-form input[type=number], .request-container .wpcf7-form textarea {
    width: 100%;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 12px;
	    background-color: #00000061;
}

.request-container .wpcf7-form label {
    display: block;
    color: #ffffff;
	margin-bottom:5px;
	font-size:14px;
}
.request-container  .vc_row {
    margin-bottom: 10px;
}

textarea
{
	height:160px;
}

input[type="submit"]
{
    background-color: #09E1CD !important;
    padding: 16px 70px  !important;
    border-radius: 30px  !important;
    font-size: 18px  !important;
}
.wpcf7-spinner
{
	position:absolute;
}
.submit-btn
{
    text-align: center;
    margin: 2rem 0 0;	
}

.innerTabsLink a
{
    
    
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
}

.innerTabsLink .xceleRise-1 a
{
	color: white;
	background-color: #09E1CD;
	border:1px solid #09E1CD;
}

.innerTabsLink .xceleRise-2 a
{
	color: #09E1CD;
	background-color: #ffffff;
	border:1px solid #09E1CD;
}

#bottom-bar
{
	width:60%;
}
.team-media img
{
border: 1px solid #000000;
    border-radius: 50% !important;	
}
#primary-menu, .mobile-navigation, .mobile-mini-widgets
{
	display:none !important;
}
header, .mobile-header-bar
{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
   
}
.innerTabsLink .vc_col-sm-6
{
	text-align:center;
}
/*
.homeBanner 
{
	position:relative;
}

.homeBanner:after
{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
  
}*/
.who-should
{
	width:200px;
}

.calendar-heading
{
    background-color: #09E1CD;
    color: #ffffff;
    font-size: 40px;
    font-family: 'Poppins Bold';
    border-radius: 40px;
    padding: 15px;
    width: 80%;
    margin: 40px auto;
}
.calendar-heading h2
{
color:#ffffff !important;
}
.times-container
{
    background-image: linear-gradient(to bottom, #ffffff, #fbfdff, #f5fcff, #edfbfe, #e7faf9);
	border-radius:30px;
	padding:3rem;
	margin:2rem 0px;
	-webkit-box-shadow: 0 15px 10px #77777740;
    -moz-box-shadow: 0 15px 10px #77777740;
    box-shadow: 0 15px 10px #7777771c;
}
.time-item .uvc-sub-heading
{
	text-align: left;
	margin:0px;
}

.time-item.uvc-heading
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1rem;
}
.uvc-heading div
{
	font-family: 'Poppins Medium';
}

.time-item .uvc-heading-spacer
{
	display:none !important;
}

.plyr--video .plyr__controls
{
	display:none !important;
}
.plyr__video-wrapper {
	
    background: #ffffff !important;
}

.xcelerise-home-video
{
	transform:scale(1.4);
}

@media screen and (max-width: 990px) {
    #bottom-bar .wf-container-bottom > div {
        margin: 12px !important;
    }
	
}


@media screen and (max-width: 500px) {
    .explore-agenda a {
        font: normal 18px / 30px "Poppins Bold";
    }

    .explore-agenda a:before {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) 
{
	.right-bg:before
	{
	  display:none !important;	
	}
	
	.who-should
	{
		width:100%;
	}
	#bottom-bar
	{
		width:100%;
	}
	
	.request-container .contact-container
	{	padding:10px;
		border-radius: 35px;
		margin: 10px;
	}
	body .request-container
	{
	  padding:15px !important;
	}
	
	.mobile_custom .imgMobileHide
	{
	  display:none !important;
		
	}
	.mobile_custom .addBgMobile > .vc_column-inner
	{
		background-color:#09e1cd;
		background: #08CBB9 url(https://tacverse.com/endeavor-xcelerise/wp-content/uploads/2025/07/arrow-img.png?id=116) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

	.image-arrow li
	{
		width:auto !important;
	}
	
	.calendar-heading
{

    font-size: 25px;
    font-family: 'Poppins Bold';
    border-radius: 40px;
    padding: 15px;
    width: 100%;
    margin: 40px auto;
}
	
	
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none !important;
}



@media (max-width: 576px) {
    .steps-form .steps-row .steps-step {
        width: 100%;
    }
}

