/* =  Team Sections */
/*------------------------------------------------- */
section.team-section {
  padding: 100px 0;
  background: #ffffff; }
  
    section.team-section .team-box .team-post {
      text-align: center;
      margin: 0 15px; }
      section.team-section .team-box .team-post .inner-team-post {
        position: relative;
        z-index: 2; }
        section.team-section .team-box .team-post .inner-team-post .image-hover {
          position: relative; }
        section.team-section .team-box .team-post .inner-team-post .image-hover:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: transparent;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out; }
        section.team-section .team-box .team-post .inner-team-post img {
          width: 100%;
          margin-bottom: 0px !important; }
        section.team-section .team-box .team-post .inner-team-post h2 {
          margin-bottom: 0; padding-top:35px; }
        section.team-section .team-box .team-post .inner-team-post p {
          font-size: 12px;
          color: #999999;
          position: relative;
          padding-bottom: 32px; }
        section.team-section .team-box .team-post .inner-team-post ul.social-icons {
          opacity: 0;
          position: absolute;
          width: 100%;
          text-align: center;
          left: 0;
          top: 50%;
          margin-top: -70px;
          z-index: 2;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out; }
          section.team-section .team-box .team-post .inner-team-post ul.social-icons li {
            display: inline-block;
            margin: 0 4px; }
            section.team-section .team-box .team-post .inner-team-post ul.social-icons li a {
              color: #666666;
              font-size: 15px; }
            section.team-section .team-box .team-post .inner-team-post ul.social-icons li a:hover {
              color: #09E1CD; }
      section.team-section .team-box .team-post .inner-team-post:after {
        content: '';
        position: absolute;
        bottom: 0px;
        top: 20px;
        left: 20px;
        right: 20px;
        border: 2px solid #09E1CD;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
    section.team-section .team-box .team-post:hover .inner-team-post .image-hover:after {
      background: rgba(255, 255, 255, 0.9); }
    section.team-section .team-box .team-post:hover .inner-team-post ul.social-icons {
      opacity: 1; }
    section.team-section .team-box .team-post:hover .inner-team-post:after {
      opacity: 1; }

.justify-txt p
{
	text-align:justify;
}

  footer .up-footer .footer-widget form.subscribe input[type="submit"] {
    
}

#custom-testimonials a {
  color: #222222;
  text-decoration: none !important;
}

header.clearfix.active nav {
    background: #000000 !important;
}
.page-id-495 a, .single-post .blog-post a
{
	color:#09e1cd;
}
footer a
{
	color:#757575 !important;
}
.services-post , .services-box .elementor-widget-container
{
	text-align:center !important;
}
@media screen and (max-width: 1400px) {
  header .navbar-nav > li > a {
      padding: 6px 8px !important;
  }

}

.elementor-counter-number-wrapper {
    margin-bottom: 15px;
}

.entrepreneurs-item .social-icons li
{
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.entrepreneurs-item .social-icons
{
    text-align: center;
    padding: 0;
}

.entrepreneurs-item .social-icons li a
{
  font-size: 20px;
}

.entrepreneurs-item
{
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.entrepreneurs-item .elementor-image-box-content
{
  min-height: 130px;
}

.entrepreneurs-item img 
{
  height: 250px !important;
  object-fit: cover;
}

.page-id-529 section.page-banner-section, .page-id-558 section.page-banner-section, .page-id-556 section.page-banner-section
{
  background-size: cover !important;
}



header #menu-main-menu .menu-item.menu-item-has-children .sub-menu
{
  display: none;
  list-style: none;
  background-color: #04040475;
  border-radius: 5px;
  border-radius: 5px;
  padding: 0px;
}
header #menu-main-menu > .menu-item.menu-item-has-children > .sub-menu > li > ul.sub-menu
{
    position: absolute;
    left: 100%;
    top: 33px;	
	width:180px;
}
header  #menu-main-menu > .menu-item.menu-item-has-children:hover > .sub-menu , header #menu-main-menu > .menu-item.menu-item-has-children > .sub-menu > li:hover > ul.sub-menu

{
 display: block;
  position: absolute;

}


header .menu-item.menu-item-has-children .sub-menu a
{
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  width:100%;	
   padding:5px 20px;
}

footer p.copyright-line
{
  display: none;
}

.home section.team-section .team-box .team-post .inner-team-post img
{
 height: 250px;
 object-fit: cover;
}

.sidebar .popular-widget ul.popular-list li img {
    height: 75px;
    object-fit: cover;
}

.blog select
{
    width: 100%;
    padding: 8px 5px;
}

.wp-block-latest-posts__list a
{
  color: #222222;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 7px;
}

.title-sidebar , .blog-section .sidebar h2
{
  text-transform: uppercase;
}

section.blog-section .blog-box .blog-post img
{
  width:100%;
}
.blog section.page-banner-section {
    background: #111 url(https://tacverse.com/endeavoreg/wp-content/uploads/2018/06/slide3.jpg) center center no-repeat !important;
    background-size: cover;
}
.page-list
{
  display: none;
}

a {
    color: #222;
}

footer .up-footer .footer-widget ul.social-icons li a {
    color: #fff;
    width: 30px !important;
    height: 30px !important;
    line-height: 27px !important;
    font-size: 13px !important;
}
footer .up-footer .footer-widget ul.social-icons li
{
  margin-right: 4px !important;
}
footer .up-footer .footer-widget form.subscribe input[type="text"]
{
  padding: 12px 3px !important;
}


.criteria-block .elementor-widget-container , .footprint-block .elementor-widget-container
{
  box-shadow: none !important;
}

.footprint-block .elementor-widget-container
{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.03) inset !important;
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.03) inset !important;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.03) inset !important;
  background-color: #e5e5e541;
  border-radius: 7px;
}
.footprint-block .elementor-widget-container img
{
  height:220px;
  object-fit: cover;
}
.footprint-block > div
{
  height: 450px !important;
}
.elementor-widget-image-box .elementor-image-box-description
{
  font-family: Poppins !important;
}

.footprint-block .elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    padding: 15px 13px !important;
}

.elementor-widget-image-box .elementor-image-box-content {
    
    padding: 0px 17px;
    font-size: 12px;
}

.elementor-widget-image-box .elementor-image-box-content p
{
  font-size: 13px;
  line-height: 20px;
  color: #8d8d8d;
	
}
.entrepreneurs-item p
{
	text-align:center !important;
}

.owl-theme .owl-controls {
    margin-top: -3px !important;
}

.page-id-148 #container section.page-banner-section {
   background-position: top center !important;
}
.page-id-529 #container .entrepreneurs-item img {
    height: 330px !important;
}
.page-id-123 #container section.page-banner-section {
    background-position: center !important;
	padding: 145px 0 !important;
	background-size: cover !important;
}

section.what-we-do img {
    object-fit: cover;
}
.team-box .team-post img
{
object-fit: cover;
height:330px !important;
}

#container section.page-banner-section
{
	background-size:cover !important;
}
footer  ul.social-icons li img
{
	width:20px;
}
footer  ul.social-icons li img:hover
{
	    box-shadow: none !important;
}
.fullheight
{
	height:110vh !important;
}
.white-txt , .white-txt a
{
	color:#cccccc !important;
}
.white-txt h2
{
	color:#fff !important;
}
section.services-section .services-box {
   min-height: auto !important;
}
footer .up-footer .footer-widget h2
{
	text-transform:uppercase;
}
.partner-item .elementor-image-box-wrapper 
{
	display:flex;
	align-items:center !important;
	flex-direction:row;
}

.partner-item .elementor-image-box-wrapper  .elementor-image-box-content
{
	text-align:left;
}
.partner-item .elementor-image-box-wrapper  .elementor-image-box-content a
{
	color:#09E1CD;
	position:relative;
	font-size:12px;
	padding-right:20px;
}
.partner-item .elementor-image-box-wrapper  .elementor-image-box-content a:before
{
    content: "";
    background-image: url(https://endeavoreg.org/wp-content/uploads/2023/07/link-arrow.png);
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 3px;
    background-size: cover;
}
.partner-item .elementor-image-box-wrapper  .elementor-image-box-content a:after
{
	content:"";
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#09E1CD;

}
#green-tech-form .elementor-column.elementor-col-50 , #green-tech-form .elementor-column.elementor-col-25
{
 flex-direction:column;	
 padding:20px;
}
#green-tech-form .elementor-column.elementor-col-50 input , #green-tech-form .elementor-column.elementor-col-25 input, #green-tech-form select
{
	width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #d6d3d3;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 0%) inset;
    -moz-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 0%) inset;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 0%) inset;
	margin-bottom:20px;
	padding:10px;
}
#green-tech-form .elementor-column.elementor-col-50  .elementor-col-50
{
	padding:0px 20px;
}
#green-tech-form textarea
{
	padding:10px;
	width: 100%;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #d6d3d3;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 0%) inset;
    -moz-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 0%) inset;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 0%) inset;
}

#green-tech-form input[type=file] {
    padding: 0 !important;
    height: auto !important;
}
#green-tech-form input[type=file]::file-selector-button {
  margin-right: 20px;
  border: 0px !important;
  background: #fff;
  padding: 10px 20px;
  height:45px !important;
  border-radius: 0px;
  color: #000;
  border-right:1px solid #53535396 !important;
  cursor: pointer;
  transition: background .2s ease-in-out;
}
#green-tech-form  button {
    float: none;
    background-color: #09E1CD;
    border: 0;
    padding: 8px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
#green-tech-form .step-content button.uacf7-next {
    float: right !important;
}
.greenprogram-item
{
  min-height:250px !important;
 -webkit-box-shadow: 0 10px 6px -6px #777;
 -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}


.program-tabs .elementor-tab-title, .program-tabs .elementor-tabs-content-wrapper,  .elementor-tab-content, .elementor-1438 .elementor-element.elementor-element-4d2a72a .elementor-tab-content
{
	border-width:0px !important;
	border:0px !important;
}
.program-tabs .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d5d8dc00;
    border: 0px !important;
}
.program-tabs .elementor-widget-tabs .elementor-tabs-content-wrapper
{
	border:0px !important;
}

.program-tabs .elementor-tab-title span
{
    background-color: #C9F8F4;
    padding: 10px 12px;
    border-radius: 22px;
    margin-right: 10px;
}


.program-tabs .elementor-tab-content.elementor-active
{
	display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.program-tabs .elementor-tab-content p
{
	border:1px solid #09E1CD;
    padding:20px;
	position:relative;
	background-color:#fff;
}

.program-tabs .elementor-tab-content p:before
{
    background-color: #09E1CD;
    content: "";
    position: absolute;
    top: -15px;
    left: -17px;
    width: 90px;
    height: 90px;
    z-index: -1;
	
}

.program-tabs .elementor-tab-content p:after
{
    background-color: #09E1CD;
    content: "";
    position: absolute;
    bottom: -15px;
    right: -17px;
    width: 90px;
    height: 90px;
    z-index: -1;
	
}
.program-details-container h2
{
display: inline-block;
    color: #fff;
    position: relative;
    background-color: #09E1CD;
    padding: 10px 14px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400 !important;
}
.program-details-container h2:before
{
    background-color: #6670854a;
    content: "";
    position: absolute;
    bottom: 16px;
    right: 44px;
    width: 14rem;
    height: 1px;
    z-index: 1;
}

.program-details-container .elementor-column-gap-default > div.elementor-column:nth-child(1) h2:before
{
 display:none;
}
.program-details-container  img
{
	width:80px;
}
.outcomes-program-item 
{
	border:1px solid #09E1CD;
	border-radius:5px;
	min-height: 215px !important;

}

.twae-wrapper
{
	--tw-ibx-size: 30px !important;
}
.twae-description strong
{
	color:#09E1CD;
}
#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;
}

.caf-post-layout1 a {
    width: 100%;
    display: block;
}
.stay-up-button
{
position: fixed;
    top: 50%;
    right: 0;
    background-color: #09e1cd;
    padding: 11px 30px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    transform: rotate(-90deg);
    right: -75px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}
.stay-up-button:hover
{
	color:#000;
}
/*************************************/
/***********mobile style**************/
@media screen and (max-width: 1100px) 
{
	.program-details-container h2:before
	{
		width: 12rem;
	}
}

@media screen and (max-width: 992px) 
{
	.program-details-container h2:before
	{
		width: 10rem;
	}
}
@media screen and (max-width: 768px) {
	
    .navbar a.navbar-brand img
	{
		width:180px;
	}
	.heading1, h1 {
        font-size: 30px !important;
		line-height:40px !important;
	}
	header #menu-main-menu .menu-item.menu-item-has-children:hover .sub-menu {
       position: relative !important;
       width: 100% !important;
       left: 0 !important;
       top: 2px !important;
    }
}


@media screen and (max-width: 576px) 
{
	.steps-form .steps-row .steps-step {
      padding: 1px 3px;
   }
	.steps-form .steps-row .steps-step p {
    font-size: 13px;
    width: 78px;
  }
	.steps-form .steps-row {
    display: flex;
    justify-content: center;
}
	
	#green-tech-form .wpcf7-field-group-add {

    float: none !important;
    display: block;
    left: 50% !important;
    position: relative;
    transform: translate(-50%, 5px);
	padding:5px 10px;
    }
	#green-tech-form .step-content.step-end .wpcf7-submit
	{	
		left: 0;
		text-align: right;
		float: right;
		position: relative;
		margin-right: 30px;
		padding: 10px 25px;
	}
	.uacf7-multisetp-form .uacf7-step {
		border: 1px solid #eee;
		padding: 10px 15px;
	}
	
}


/**************************************************/
.page-id-1442 .page-banner-box h1
{
	visibility:hidden;
}
.uacf7-multisetp-form .uacf7-step 
{
	border: 1px solid #eee;
    padding: 10px 40px;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
}
.uacf7-multisetp-form div#\31 441step-2
{
	border: 0px solid #eee !important;
}
.selected-section{
display: none;
}

.areas-challenge .wpcf7-checkbox.areas-check .wpcf7-list-item 
{
	width:100%;
}
.areas-challenge .wpcf7-checkbox.areas-check .wpcf7-list-item 
{
	display: flex;
    align-items: center;
}


#green-tech-form  .wpcf7-list-item  input[type=checkbox]
{
	width:auto !important;
	height:auto !important;
	padding:0;
	margin:0 !important;
	margin-right:5px !important;
}

.cf7sr-g-recaptcha
{
	margin:20px 0px;
}

.page-id-1438 #container > .elementor > section.elementor-top-section:nth-child(1) .elementor-widget-wrap
{
 padding:0px !important;	
}

.squared-text p
{
	border: 1px solid #09E1CD;
    padding: 20px;
    position: relative;
    background-color: #fff;
	margin:20px 0;
}

.squared-text p:before
{
	background-color: #09E1CD;
    content: "";
    position: absolute;
    top: -15px;
    left: -17px;
    width: 110px;
    height: 110px;
    z-index: -1;
}
.squared-text p:after
{
	background-color: #09E1CD;
    content: "";
    position: absolute;
    bottom: -15px;
    right: -17px;
    width: 110px;
    height: 110px;
    z-index: -1;
}
.hide-section
{
	display:none;
}

.outcome-item > .elementor-widget-container
{
	background-color:#C9F8F4;
	 min-height: 220px;
	cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-border-top-right-radius: 80px;
-webkit-border-bottom-left-radius: 80px;
-moz-border-radius-topright: 80px;
-moz-border-radius-bottomleft: 80px;
border-top-right-radius: 80px;
border-bottom-left-radius: 80px;
	
}

.outcome-item.inverse-corner > .elementor-widget-container
{
-webkit-border-top-left-radius: 80px;
-webkit-border-bottom-right-radius: 80px;
-moz-border-radius-topleft: 80px;
-moz-border-radius-bottomright: 80px;
border-top-left-radius: 80px;
border-bottom-right-radius: 80px;	
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.outcome-item > .elementor-widget-container img
{
	width:70px;
}
.outcome-item .elementor-image-box-content
{
	display:none;
}
.outcome-item:hover .elementor-image-box-content
{
	display:block;
}
.outcome-item:hover .elementor-image-box-img
{
 display:none;	
}
h3.confidential-txt
{
	margin: 18px 40px;
}

/***************************************************/
header
{
	background-color: #000;
}
header.fixed
{
	position:fixed;
	width:100%;
}

header .navbar
{
	position:relative;
}
.navbar-nav {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
header.active {
    padding-bottom: 0 !important;
}

.home-news-carousel .wpcp-single-item
{
	background-color:#0000 !important;
	border:0px !important;
	display: block;
    flex-direction: row-reverse;
	align-items:center;
}
.home-news-carousel time
{
	color:#09E1CD;
}
.home-news-carousel  .wpcp-post-meta li, .home-news-carousel  .wpcp-post-meta li a, .home-news-carousel .wpcp-all-captions p {
   color: #fff;
}


.home-news-carousel  .wpcp-slide-image  img
{
	width:100%;
}
.home-news-carousel h2 a
{
   color:#fff !important;
	font-size: 23px;
    margin-bottom: 35px;
}
section.page-banner-section h1 {
 text-transform: uppercase !important;
}
body.page-id-1442 .navbar-toggler, body.page-id-1442 .collapse.navbar-collapse , body.page-id-1442 footer , body.page-id-1442 #container .stay-up-button, body.page-id-2313 header , body.page-id-2313 footer , body.page-id-2313 #container .stay-up-button
{
	/* display:none !important; */
}
 .page-id-1442 #container section.page-banner-section
{
	background-position:top center !important;
}
body.page-id-1442 #container .navbar-brand
{
	pointer-events:none;
}
@media screen and (max-width: 576px) 
{
	  .page-id-1442 #container section.page-banner-section
	{
       background-size:contain !important;
		background-repeat:no-repeat !important;
	}
	 .page-id-1442 #container section.page-banner-section .page-banner-box {
      padding: 10px 0 10px;
    }
	.page-id-1442 #container form.wpcf7-form
	{
		margin-top:-180px;
	}
	
}
.social-fixed-container
{
	position:fixed;
	left:0px;
	top:10rem;
    border: 1px solid #09e1cd;
    background-color: #09e1cd;
   
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.social-fixed-container ul 
{
	padding:0;
}
.social-fixed-container ul li
{
	list-style:none;
	margin:15px 10px;
}
.social-fixed-container ul li img
{
	width:25px;
}
.services-box a 
{
	color:#09e1cd !important;
}
.services-box 
{
	color:#666666;
}
.title-section {
    
    margin-bottom: 40px;
    
}

.note-file-size-form
{
    font-size: 12px;
    color: #d90101;
    margin-top: -18px;
    margin-left: 10px;
}
.circal-img img
{
    width: 350px;
    height: 350px !important;
    border-radius: 350px !important;
    object-fit: cover;
}
img:hover {
    box-shadow: none !important;
    filter: none !important;
}

.home .title-section {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.news-section
{
	position:relative;
}

.news-section:before{
	/*content:"";
	position:absolute;
	background-image:url("https://endeavoreg.org/wp-content/uploads/2023/08/shape-news.png");
	width:600px;
	height:400px;
	background-position:cover;
	top:0;
	left:0*/
	
}
body.page-child #container section.page-banner-section
{
	display:none;
}

body.page-id-123.page-child #container section.page-banner-section
{
	display:block;
}
.social-icons-member-container i
{
   font-size: 16px;
    background-color: #0a66c2;
    padding: 7px 8px;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 11px;
}

@media screen and (max-width: 576px) 
{
  .circal-img img
	{
		width: 250px;
		height: 250px !important;
		border-radius: 250px !important;
		object-fit: cover;
	}	
	.social-fixed-container, .stay-up-button
	{
		display:none;
	}
}

@media screen and (min-width: 992px) 
{
	/*
	.home-news-carousel .wpcp-single-item img {
		position: absolute;
		height: 350px !important;
		object-fit: cover;
		border-radius: 350px;
		width: 350px;
		left: 46%;
		top: 4rem;
		transform: translate(-50%,10px);

	}
	.home-news-carousel .wpcp-single-item {

	  position:relative;  
	}
	.home-news-carousel .wpcp-single-item {

		min-height:480px;
	}
	.home-news-carousel .wpcp-single-item .wpcp-post-content {
		position: absolute;
		z-index: 10000;
		right: 3rem;
		top: 1rem;
		width: 320px;
		overflow: hidden;
		height: 320px;
		padding: 96px 51px;
		background-color: #eee;
		border-radius: 320px;
		display: flex;
		align-items: center;
		text-align:center;

	}
	.home-news-carousel  .wpcp-all-captions .wpcp-post-meta
	{
		position:absolute;
		bottom:4rem;
	}

	.home-news-carousel  h2
	{
		position:absolute;
		bottom:1rem;
	}
	.home-news-carousel h2 a
	{
		font-size:25px;
	}*/
.home-news-carousel .wpcp-single-item
    {
	display: flex;
	}
	.home-news-carousel  .wpcp-slide-image  img
    {
     width: 450px !important;
      height: 450px !important;
     border-radius: 450px;
     object-fit: cover;
     right: 0rem;
     position: relative;
    }
	.home-news-carousel  .wpcp-slide-image:before
    {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 25px;
    background-image: url(https://endeavoreg.org/wp-content/uploads/2023/08/post-back.png);
    width: 574px;
    height: 497px;
    background-size: cover;
    z-index: -1;
   }
	.news-section .elementor-widget-wrap.elementor-element-populated
	{
		padding:0px !important;
	}
	.home-news-carousel  .wpcp-slide-image 
	{
		width:100%;
		position:relative;
		min-height:480px;
		text-align:right;
	}

	.home-news-carousel  .wpcp-single-item
	{
		min-height:480px !important;
	}
	
	.wpcp-carousel-section.nav-vertical-center .swiper-button-next, .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    margin-top: 9%;
		left:20%;

   }
	.wpcp-carousel-section.nav-vertical-center .swiper-button-next {

    left: 25%;
    }
}
/***************************************************/


.home-custom-team p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.home-custom-team .team-box .team-post:hover .inner-team-post:after {
 display: none;
}

.home-custom-team .team-box .team-post:hover .inner-team-post .image-hover:after {
    background: rgba(255, 255, 255, 0.0) !important;
}

.home-custom-team i {
    font-size: 16px;
    background-color: #0a66c2;
    padding: 7px 8px;
    border-radius: 5px;
    color: #ffffff;
    margin: 10px 0 30px;
    z-index: 99999;
    font: normal normal normal 14px/1 FontAwesome !important;
}

.home-custom-team i.fa-linkedin:before {
    content: "\f0e1" !important;
}

.wpcf7-response-output {
    font-size: 20px;
    line-height: 30px;
}

.full-img > *, .full-img
{
	height:100%;
}

.program-details-container h3.elementor-image-box-title {
    font-size: 18px;
    line-height: 20px;
    min-height: 60px;
}
.program-details-container .number-div
{
	
	background-image: url(https://endeavoreg.org/wp-content/uploads/2023/09/list-bg.svg);
    width: 73px;
    height: 45px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    margin: 10px auto 24px;
	position:relative;
	z-index:1;
	
}

.program-details-container  .elementor-image-box-content
{
	position:relative;
}
.program-details-container  .elementor-image-box-content:after
{
position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    content: "";
    top: 7rem;
    left: 50%;
    background-color: #000;
    width: 100%;
    transform: translate(-100%, -1.5rem);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 0;
}

.program-details-container .not-lined  .elementor-image-box-content:after{
	display:none;
}
.fsize-20 p, .fsize-18p
{
	font-size:18px;
	line-height:25px;
}
@media screen and (min-width: 1360px)
{
	.fsize-18 p{
       font-size:20px;
	   line-height:28px;
    }
	.fsize-20 p
	{
		font-size:20px;
		line-height:35px;
	}
}
.max-img-100 img
{
	max-height:100px;
}
.txt-colored
{
	color:#09E1CD;
}
.what-expect-item h3
{
	width: 50%;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
	
}

.footer-email a
{
	color:#fff !important;
}
.program-details-container  .elementor-widget-image-box .elementor-image-box-content {
   
    font-size: 16px !important;
	text-align: justify;
    text-align-last: center;
	
}
.navbar-nav#menu-main-menu > li > a
{
	    padding: 6px 10px !important;
}
.navbar a.navbar-brand img {
    max-width: 280px;
}

.values-item h3.elementor-image-box-title 
{
    margin: 5px 0px;
}
.values-item p.elementor-image-box-description
{
	min-height:80px;
}

@media screen and (max-width: 768px) 
{
	.program-details-container  .elementor-image-box-content:after{
		display:none;
	}
	.what-expect-item h3
	{
		margin:0px auto;
	}
	.xelerise-header .xelerise-logo img, .xelerise-header  .endeavor-logo img
	{
	  width:200px	
	}
	.xelerise-header  .endeavor-logo, .xelerise-header .xelerise-logo
	{
		text-align:center !important;
	}
	.fsize-20 p, .fsize-18 p
	{
		font-size:18px;
		line-height:22px;
	}
    .xelerise-header > div.elementor-container{
    	display: flex;
        flex-direction: row-reverse;
    }
    .xelerise-header > div > *
	{
      width:49%;
    }
 
	.mobile-bg
	{
		background-position: bottom left !important;
        background-repeat: no-repeat;
        background-size: contain;
	}
	.mobile-bg .resize-img > .elementor-widget-container
	{
		padding:40px 80px !important;
	}
	.what-expect-item h3 {
    line-height: 20px;
    width: 100%;
    font-size: 15px;
	}
}