/* Header */
.single-team .internal-header .page-title{
	font-family: Cabin;
	color: #fff;
	text-transform: none;
	text-align: center;
	margin: 0;
	font-size: 47px;
	font-weight: bold;	
	line-height: 57px;
}

.single-team .internal-header .page-title{
	color: #262A35;
}

.single-team .internal-header {
	background-color: #F7F7F7;
	background-position: center center;
	background-size: cover;
	padding: 70px 0 110px;
}

.header-buttons-box{
	position: absolute;
	top: 0;
	right: 0;
}

.single-team.full-width-content .content-sidebar-wrap > .content {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: -70px;
	z-index: 1;
	position: relative;
}

.team-profile-internal.profile-box {
    background: #fff;
}

/* Team Overview */
.team-filter-nav.elementor-sticky--active {
    width: 100% !important;
    z-index: 1001;
    left: 0;
}
.team-filter-box{
	text-align: center;
}
.team-filter-box .btn {
	border: 1px solid #262a35;
	border-radius: 20px;
	background-color: #fff;
	font-size: 0.8em;
	padding: 10px 20px;
	color: #262a35;
	font-size: 12px;
	margin: 5px;
}


/* Video Info Box */
.video-info-box .custom-scroll{
	max-height: 268px;
}


/* Video Pop UP */
.video-popup-box{
	display: block;
	position: relative;
}

.video-popup-box:before{
	content: '';
	background: url(../images/svg/play-btn.svg) no-repeat;
	background-size: 80px;
	width: 81px;
	height: 81px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-popup-box:hover:before{
	top: -15px;
	opacity: 0.8;
}

.video-popup-box.green-btn:before{
	content: '';
	background: url(../images/svg/green-play-btn.svg) no-repeat;
}

/* Button Arrow */
.btn.btn-arrow {
	background-color: transparent;
	border: 1px solid #00a756;;
	color: #00a756;
	position: relative;
	padding-right: 60px;
}

.btn.btn-arrow:hover {
	background-color: #00a756;
	border-color: #00a756;
	color: #fff;
}

.btn.btn-arrow:after{
	content: '';
	background: url(../images/svg/bd-arrow-r1.svg) no-repeat;
	background-color: #00a756;
	background-position: center;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	position: absolute;
	top: 2px;
	right: 2px;
}

.green-box{
	border: 3px solid #00A756;	
	border-radius: 5.23px;
	color: #00A756;		
	font-size: 15px;	
	font-weight: bold;	
	line-height: 27px;
	padding: 3px 12px;
	margin-top: 5px;
    display: inline-block;
}

/* Round Counter BOx */
.round-counter-box .elementor-counter {
    border-radius: 100%;
    width: 327px;
    height: 327px;
    background-color: #00A756;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
	position: relative;
	margin: auto;
}
.round-counter-box .elementor-counter:before {
    content: '';
    border: 1px #fff solid;
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
    border-radius: 100%;
    z-index: 1;
}
.round-counter-box .elementor-counter .elementor-counter-title {
	color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    background-color: transparent;
    padding: 0px;
    margin-right: 0px;
    margin-top: 20px;
    display: block;
    z-index: 2;
}
.round-counter-box .elementor-counter .elementor-counter-number-wrapper {
	color: #FFFFFF;
	font-family: Cabin;
	font-size: 60px;
	font-weight: bold;
	line-height: 24px;
	display: block;
	width: 100%;
	 z-index: 2;
}

.full-footer-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}


/*Button Style 4*/

.btn-style-4 {
	display: flex;
	justify-content: space-between;    
	align-items: center;
	line-height: 50px;
	border: 1px solid #E0E1E4;
	border-radius: 57px;
	padding-left: 30px;
}

.btn-style-4 a.btn.primary {
    border-radius: 60px;
    border: 16px solid #e7f6ef;
    border-radius: 60px;
}

.page-id-293 .media-box-title,
.page-id-5889 .media-box-title{
	height:125px !important;
	margin-bottom:0 !important;
	align-items: start !important;
}

.page-id-5889 .media-box-title{
	height:50px !important;
	margin-bottom:0 !important;
	align-items: start !important;
}