.elementor-kit-3049{--e-global-color-primary:#343434;--e-global-color-secondary:#D6057F;--e-global-color-text:#333333;--e-global-color-accent:#D6057F;--e-global-color-ccc5168:#FFFFFF;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-3049 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3049 p{margin-block-end:0px;}.elementor-kit-3049 a:hover{color:var( --e-global-color-primary );}.elementor-kit-3049 h1{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:24px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.support-kpi-list .elementor-shortcode .elementor-row {
	flex-wrap: wrap;
	padding: 0 25px;
}
.support-kpi-list .elementor-shortcode .elementor-row>.elementor-column {
	width: 100% !important; 
}

.support-kpi-list .elementor-counter .elementor-counter-number-wrapper {
	font-size: 34px;
}
.support-kpi-list .threeD {
/* 	width: 43px !important; */
/* 	height: 123px !important; */
}
.support-kpi-list .threeD canvas {
/* 	width: 50px !important; */
/* 	height: 133px !important; */
}


.threeD {
    height: 200px;
    width: 100% !important;
}

.threeD canvas {
    margin: 0 auto;
}

.gradient,
.extended-top-gradient::after {
    
    min-height: 5px;
    background: linear-gradient(270deg, #154f90,
                                        #009e97, 
                                        #006a38,
                                        #d92176, 
                                        #dd6109, 
                                        #f0b700, 
                                        #843180, 
                                        #154f90, 
                                        #009e97, 
                                        #006a38, 
                                        #d92176, 
                                        #dd6109, 
                                        #f0b700,
                                        #843180, 
                                        #154f90);
    background-size: 200% 100%;

    -webkit-animation: gradientCycle 10s linear infinite;
    animation: gradientCycle 10s linear infinite;
}

@-webkit-keyframes gradientCycle {
    0%{background-position:0% 50%}
    50%{background-position:50% 50%}
    100%{background-position:100% 50%}
}
@keyframes gradientCycle {
    0%{background-position:0% 50%}
    50%{background-position:50% 50%}
    100%{background-position:100% 50%}
}



/*
featured-news-wrapper
*/

/*****************************
NEWS
*****************************/

.news-wrapper,
.generic-news-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 30px;
    padding: 0;
}


/* .news-item.featured {
	order: 0 !important;
} */

.news-item {
        grid-column: span 4;
        grid-row: span 4;
}

.news-item {
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}

.news-item .excerpt {
    display: none;
}

.news-item .button {
    display: none;
}

.news-item span {
    line-height: 1;
    margin: 10px 0;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-style: italic;
}
.news-item h3 {
    text-transform: initial !important;
    margin:0 0 25px;
	line-height: 1;
}


.news-item h3 a {
    font-style: normal;
    font-size: 20px;
    font-family: "Roboto Slab", Sans-serif;
    color: rgb(45, 41, 38);
}

.news-item img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    padding: 0;
}

.news-item .img-anchor {
    display: inline-block;
    padding: 0;
    font-size: 0;
    position: relative;    
}

.img-anchor::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
     /*background-blend-mode: multiply;*/
    background: linear-gradient(90deg, #813381, #058181);
    
    
    
    transition: all 0.3s;
}


.news-item:hover .img-anchor::after {
    opacity: 0.6;
    transition: all 0.3s;
}

.news-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #145181, #058181);
    
    border-radius: 50px;
}


.news-item:first-child h3{
    position: relative;
    padding-bottom: 25px;
}

.news-item:hover h3 a{
   background: -webkit-linear-gradient(180deg, #145181, #058181);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-item:hover .button {
    animation: gradientCycle 3s linear infinite;
}



@media screen and (min-width: 768px) {
    .news-wrapper {
        padding: 0 50px;
    }
    
    .news-item {
        grid-column: span 2;
        grid-row: span 2;
    }
}


@media screen and (min-width: 1060px) {
      .news-wrapper {
        padding: 0 0;
   		}
		
     .news-item {
        grid-column: span 1;
        grid-row: span 1;
		}
	
	

    .news-item:first-child {
        grid-column-start: 1;
        grid-column-end: span 2;
        grid-row-start: 1;
        grid-row-end: span 2;
    }
    
    .news-item:first-child .excerpt {
        display: block;
    }

    .news-item:first-child .button {
        display: inline-block;
        max-width: max-content;
        padding: 10px 15px;
        border-radius: 50px;
        /*border: 1px solid;*/
        background: linear-gradient(90deg, #058181, #145181, #058181, #145181, #058181);
        background-size: 200% auto;
        color: #fff;
        font-family: "Roboto Slab", Sans-serif;
    }
    
    .news-item:first-child::after {
        content: none;
    }
    
    .news-item:first-child h3::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background-image: linear-gradient(to right, #145181, #058181);
        
        border-radius: 50px;
    }

	
	
	
		.generic-news-wrapper .news-item {
			grid-column: span 1;
      grid-row: span 1;
	}
	
	.generic-news-wrapper .news-item.featured {
			grid-column: span 2;
      grid-row: span 2;
	}
	
	
	.generic-news-wrapper .news-item.featured .excerpt,
	.generic-news-wrapper .news-item.featured .button {
			display: block !important;
	}

	.generic-news-wrapper .news-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #145181, #058181);
    
    border-radius: 50px;
}
	
		
	.generic-news-wrapper .news-item.featured::after {
    content: none;
}

	
	
}

.news-image .elementor-widget-container {
	margin: 0 !important;
}


.news-image .elementor-image::after {
	content: '';
   height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
     /*background-blend-mode: multiply;*/
    background: linear-gradient(90deg, #813381, #058181);
    
    transition: all 0.3s;
	pointer-events: none;
}

.news-image:hover .elementor-image::after {
    opacity: 0.6;    
    transition: all 0.3s;
}

.listing {
	position: relative;
}

.wrap-anchor {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	z-index: 1001;
}

.still-gradient {
	height: 3px;
	background: linear-gradient(90deg, #813381, #058181);
}


.filter-wrapper {
	font-size: 60px;
	font-weight: 300;
	
	text-align: center;
	padding: 0 0;
}

.filter {
	cursor: pointer;
}

.filter.projects {
	margin-right: 50px;
}

.filter.people {
	margin-left: 50px;
}

.filter.active {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 600;
	color: #e81f76;
}

@media screen and (max-width: 890px) {
	.filter {
		margin: 0 10px!important;
		font-size: 50px;
		width: 100% !important;
/* 		display: block; */
	}
	.filter-divider {
		display: none;
	}
}

#projects,
#people {
	display: none;
}

#projects.active,
#people.active {
	display: block;
}


.case-study-wrapper {
	padding: 0px 0;
}

.listing {
	display: flex;
	flex-direction: row;
	max-height: 500px;
}

.listing .details {
	flex: 0 50%;
	
}
.listing .image {
	flex: 0 50%;
	object-fit: cover;
	background-size: cover;
}

.listing .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.listing .details {
	position: relative;
}

.listing .details > div {
	width: 100%;
	padding: 0 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.listing .details h3 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
		font: normal bold 45px "Roboto Slab", Sans-serif !important;
		text-transform: initial;
		transition: transform 0.1s;
		color: #333333;
		display: inline-block;

}


.listing:hover .details h3 {

transform: scale(1.1);
border: 5px solid white;
	transition: transform 0.1s;
}


.listing:hover {
	cursor: pointer;
}



.listing + .gradient {
	height: 8px;
}


.listing + .gradient {
	opacity: 0;
	transition: all 0.1s;
}
.listing:hover + .gradient {
	opacity: 1;
	transition: all 0.1s;

}


.listing .details .text {
	padding-left: 20px;
	border-left: 1px solid;
	margin-left: 45%;
}

.listing .details .text .institution {
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 15px;
}


.extended-row--left,
.extended-row--leftwhite,
.extended-row--right,
.extended-top-gradient {
	position: relative;
}

@media screen and (max-width: 1200px) {

	
	.listing .details h3 {
	width: 100%;
		text-align: left !important;}
}


@media screen and (max-width: 980px) {
	
	.listing .details > div {
		position: relative ;
	}
	
	.listing .details h3 {
		margin-bottom: 10px;
		text-align: left;
		font-size: 22px !important;
		
	}
	.listing:hover .details h3 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.listing:hover .details h3 a {
		font-size: 26px !important;
		transition: all 0.1s;
		
	}
	
	.listing .details h3 a{
		font-size: 26px !important;
	}
	.listing .text {
		font-size: 15px !important;
		position: relative;
		margin: 0 !important;
	}
	.listing .text p {
		font-size: 14px !important;
	}
	
	
	
}

@media screen and (max-width: 768px) {
	
	.listing {
		flex-direction: column;
/* 		display: block; */
/* 		height: 700px; */
		max-height: 100%;
	}
	
	.listing .image img {
		max-height: 200px;
	}
	
	.listing .details {
		order: 1;
		
	}
	
	.listing:hover .details h3 {
		border: none;
		margin-bottom: 10px;
		transform: scale(1);
	}

	.listing .details > div {
			position: relative !important;
		top: 0;
		left: 0;
		transform: translate(0,0);
		margin: 40px 0 60px 0;
	}
	
}



.extended-top-gradient::after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 8px;
	top: 0;
	right: 0;
}


.extended-row--left::before,
.extended-row--leftwhite::before {
	content: '';
	position: absolute;
	width: 100vw;
	background-color: #e6e6e6;
	height: 100%;
	top: 0;
	right: 100%;
/* 	border: 1px solid red; */
}
.extended-row--leftwhite::before {
	background-color: #ffffff;
}


.extended-row--right::before {
	content: '';
	position: absolute;
	width: 100vw;
	background-color: #e6e6e6;
	height: 100%;
	top: 0;
	left: 100%;
	
}







/********** SLIDER **********/
.slider {
  max-width: 940px;
  margin: 0px auto 0px auto;
	position: relative;
    
}

.slide-viewer {
    position: relative; /* needed for IE7 */
    overflow: hidden;
    height: 430px;
    
}

.slide-group {
    width: 100%;
    height: 100%;
    position: relative;
    
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    
}

.slide img {
	height: 100%;
	width: 100%;
	object-fit: cover; 
}

.slide:first-child {
    display: block;
    
}


/********** BUTTONS **********/
.slide-buttons {
  text-align: center;
  position: absolute;
	width: 100%;
	bottom: 20px;
}

.slide-btn {
	display: inline-block;
	width: 20px;
	margin: 0 10px;
	height: 20px;
	border-radius: 50%;
  border: 3px solid #ffffff;
  background: none;
  font-size: 200%;
  line-height: 0.5em;
    
}

.slide-btn.active, .slide-btn:hover {
  background: #ffffff;
  cursor: pointer;
    
}




/********** TIMELINE **********/


.timeline {
	width: 100%;
	padding: 0; 
	list-style-type: none;
}

.timeline-title {
	text-align: center;
	font-size: 32px;
	color: rgb(232,31,118);
}

.timeline-entry {
	width: calc(50% + 5px);
	margin: 0;
	padding: 20px 0;
}

.timeline-entry:first-child {
	padding-top: 40px ;
}

.timeline-entry,
.timeline-entry h3,
.timeline-entry p {
	margin: 0;
}

.timeline-entry h3 {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 20px;
	
	position: relative;
}

.timeline-entry p {
	padding-top: 10px;
}

.timeline-entry h3::before {
	content: "";
	height: 10px;
	position: absolute;
	width: 100%;
	background: pink;
	bottom: 0;
	left: 0;
}

.timeline-entry .date {
	position: absolute;
	
	
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	
/* 	line-height: 0; */
	
/* 	bottom: -3px; */
	top: -50%;

	width: max-content;
	
	transform: translatey(-60%);
}


.timeline-entry:nth-child(odd) {
/* 	padding: 0 0 0 25px; */
	margin: 0 0 0 50%;
	border-left: 5px solid #BBBABA;
}


.timeline-entry:nth-child(even) {
/* 	padding: 0 25px 0 0px; */
	margin: 0 50% 0 0;
	border-right: 5px solid #BBBABA;
}


.timeline-entry:nth-child(odd) h3,
.timeline-entry:nth-child(odd) p{
	padding-right: 150px;
	padding-left: 25px;
	text-align: right;
	
}

.timeline-entry:nth-child(even) h3,
.timeline-entry:nth-child(even) p{
	padding-left: 150px;
	padding-right: 25px;
}



.timeline-entry:nth-child(odd) h3::before {
right: 0;
}

.timeline-entry:nth-child(even) h3::before {
left: 0;
}


.timeline-entry:nth-child(odd) .date {
/* left: -50px; */
	right: calc(100% + 30px);
}


.timeline-entry:nth-child(even) .date {
	left: calc(100% + 30px);
}


.divider-container {
	position: relative;
}

.image-container {
	  position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border: 10px solid blue;
    border-radius: 50%;
    background: #ffffff;
    width: 130px;
    height: 130px;
}

.image-container img {
	object-fit: contain !important;
	border-radius: 50%;
}

.timeline-entry:nth-child(even) .image-container {
	left: 0;
}


.timeline-entry:nth-child(odd) .image-container {
	right: 0;
}

.timeline-entry .image-container {

	border: none;
	background: #fff;
	border-radius: 0;

}


.timeline-entry:nth-child(1n) .image-container.got {
	border: 10px solid #ff5f00;
	border-radius: 50%;
}
.timeline-entry:nth-child(1n) h3::before {
	background: linear-gradient(90deg, #e81f76 20%,  #ff5f00 50%);
}


.timeline-entry:nth-child(4n+0) .image-container.got {
	border: 10px solid #0047ba;
}
.timeline-entry:nth-child(4n+0) h3::before {
	background: linear-gradient(90deg, #0047ba 50%,  #00c4b3);
}

.timeline-entry:nth-child(4n-1) .image-container.got {
	border: 10px solid #0047ba;
}
.timeline-entry:nth-child(4n-1) h3::before {
	background: linear-gradient(90deg, #9d1d96 20%,  #0047ba 50%);
}

.timeline-entry:nth-child(4n-2) .image-container.got {
	border: 10px solid #006937;
}
.timeline-entry:nth-child(4n-2) h3::before {
	background: linear-gradient(90deg, #006937 50%,  #ffc600);
}

.timeline-entry .image-container {
/* 		display: none; */
	border: none;
	background: #fff;

}

.timeline-entry .image-container.got {
	display: block;
}


.news-item.case-study {
	grid-row: span 1;
	grid-column: span 4;
}



@media screen and (max-width: 785px) {
	.timeline-entry {
		margin: 0 !important;
		width: 100%;
		padding: 30px 30px;
		border: none !important;
	}
	
	.timeline-entry h3 {
		padding-left: 0 !important;
	}
	
	.timeline-entry .image-container {
		left: initial;
		right: 0;
		display: none;
		
	}
	
	.timeline-entry h3, .timeline-entry p {
		text-align: left !important;
		padding: 10px 0  20px 0 !important;
	}
	
	.timeline-entry .date {
		right: 0 !important; 
		top: -40px; !important;
		transform: translatey(0);
/* 		display: none; */
		
	}
	
	.timeline-entry:nth-child(even) .date {
    right: 0;
		left: initial;
}
	
	.timeline-entry .image-container.got {
		display: none;
	}
	
}




/* DIAGRAM V2 */

/*Header*/
/* .diagram, .diagram div {
	border: 1px solid red;
} */


.diagram-container .header {
	display: block;
	position: relative;
	background: #ffffff;
	z-index: 1;
}

.diagram-container .header h3 {
	display: flex;
/* 	width: 100%; */
	margin: 0 auto;
	padding: 0px;
	
	position: relative;
	z-index: 0;
}

.diagram-container .header h3 span {
	flex: 0 50%;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0;
	color: #0047ba;
}

.diagram-container .header h3 span:last-child {
	color: #006938;
}

.diagram {
	display: block;
	height: 600px;
	position: relative;
}


.diagram .sidebar {
/* 	border: 1px solid; */
	width: 200px;
	height: 90%;
	margin-top: 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	background: #e6ecf5
	
}

.diagram .sidebar div {
	padding: 0 20px;
}

.diagram .sidebar h4 {
	text-align: center;
	font-family: "Roboto Slab", sans-serif;
	color: #0047ba;
}


.diagram .sidebar h4~p {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	color: #0047ba;
}


.diagram .sidebar .ideas-hub {
	padding: 25px 20px;
	margin: 5px 0;

	background: linear-gradient(90deg, #0047ba 60%, #00c4b3);
	
}

.diagram .sidebar .ideas-hub h4 {
	color: #ffffff;
}


.diagram .sidebar .desc p {
	font-size: 14px;
}



.pills-container:after {
	content: '';
	height: 100%;
	width: 1px;
	border-left: 3px dashed #00c4b3;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%);
}

/*pills*/



.pill {
	position: absolute;
	max-width: 400px;
	
/* 	transform: translateY(-50%); */
	
	z-index: 0;
}

.pill:hover {
	z-index: 1;
}

.pill .main {
	display: flex;
	flex-direction: row;
	border-radius: 50px;
	align-items: center;
	
	border: 2px solid #e6ecf5;
	
	overflow: hidden;
}

.pill .main:hover {
	cursor: pointer;
}

.pill .main h4 {
	width: 100%;
	margin: 0;
	padding: 20px 20px;
	
	font-family: "Roboto Slab", sans-serif;
	font-weight: 600;
	font-size: 18px;
	
	text-align: center;
	line-height: 1.2;
}

.pill .main h4:last-child {
	background-color: #fff;
	color: #006938;
}


.pill .main:hover~.texttip {
	opacity: 1;
	transition: opacity 0.3s;
}

.pill .texttip {
	opacity: 0;
	transition: opacity 0.3s;
	background-color: #e6ecf5;
	border-radius: 0 0 25px 25px;
	padding: 15px;
	position: relative;
	z-index: -1;
}

.pill .texttip::before {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: -1;
	background-color:  #e6ecf5
	
}

.pill .texttip p {
	margin: 0;
}





#pill-1 {
	max-width: 250px;
	left: calc(3% + 200px);
	top: 5%;
}

#pill-2 {
	max-width: 250px;
	right: 3%;
	top: 5%;
}

#pill-3 {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#pill-4 {
	left: calc(8% + 200px);
	top: 70%;
}

#pill-5 {
	max-width: 240px;
	right: 3%;
	top: 70%;
}


#pill-1 h4:first-child {
	background: linear-gradient(90deg, #0047ba 60%, #00c4b3);
	color: #fff;
	border-radius: 50px;
}

#pill-2 h4:first-child {
	background: linear-gradient(90deg, #00c4b3, #006938);
	color: #fff;
}


#pill-3 h4:first-child {
	background: linear-gradient(90deg, #0047ba, #00c4b3);
	color: #fff;
}


#pill-4 h4:first-child {
	background: linear-gradient(90deg, #0047ba 50%, #00c4b3);
	color: #fff;
}


#pill-5 h4:first-child {
	
}


@media screen and (max-width: 963px) {
	#pill-5 {
		top: 52%;
	}
}


@media screen and (max-width: 850px) {
	.diagram,
	.diagram-container .header {
		display: none;
	}
}


/*Mailchimp Form Styles*/
.mailchimp-form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.mailchimp-form fieldset {
	flex: 0 30%;
	margin-bottom: 30px;
	padding: 0;
	border: 0;
}

.mailchimp-form label {
	display: none;
}


.mailchimp-form input[type="submit"] {
	width: 100%;
}

.mailchimp-form input[type="text"],
.mailchimp-form input[type="email"]{
	background: transparent;
	border: 0;
	color: #ffffff;
	border-bottom: 1px solid #e62176;
	border-radius: 0;
	padding: 0 0 10px 0;
}


@media screen and (max-width: 768px) {
	.mailchimp-form {
	display: block;
}
	
	
.mailchimp-form fieldset {
	text-align: center;
	margin: 25px;
}
}




/*KPIs*/

/* .elementor-counter-title {
	line-height: 1.5 !important;
	margin: 10px 0 0px;
	padding: 0 20px;
}
 */



.kpi_list {
	display: flex;
	justify-content: space-evenly;
	gap: 80px;
/* 	flex-wrap: wrap; */
}

.kpi {
	width: 25%;
	text-align: center;
}

.kpi:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.kpi_list img {
	max-width: 75%;
	box-shadow: 0 5px 8px rgba(0,0,0,0.3);
	border-radius: 50%;
	transition: all 0.3s;
}

.kpi_list .figure {
	font-size: 60px;
	font-weight: 600;
	margin: 0;
}

.kpi_list .title {
	font-family: "Roboto Slab", sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: rgb(232,31,118);
}

.support-kpi-list .kpi_list {
	display: block;
	width: 100%;
	margin: 25px 0 0 0;
}

.support-kpi-list .kpi_list .kpi {
	display: block;
	width: 70%;
	margin: 25px auto 50px;
}

.support-kpi-list .kpi_list .kpi img {
	width: 60%;
}

.support-kpi-list .kpi_list .figure {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
}

.kpi_list.case_study {
	flex-wrap: wrap;
	justify-content: initial;
}

.kpi_list.case_study .kpi {
	width: 80%;
	display: flex;
}

.kpi_list.case_study .kpi {
	width: 80%;
	display: flex;
}

.kpi_list.case_study .kpi .image {
	width: 40%;
}

.kpi_list.case_study .kpi img {
	width: 100%;
}

.kpi_list.case_study .kpi .details {
	text-align: left;
	width: 60%;
}

.kpi_list.case_study .kpi .details .figure {
	font-size: 35px;
	margin-bottom: 0;
	line-height: 1;
}


.kpi_list.case_study .kpi .details .title {
	margin-bottom: 0;
}


@media screen and (max-width: 880px) {
	.kpi_list {
		gap: 0px;
		flex-wrap: wrap;
	}
	.kpi {
	width: 40%;
	text-align: center;
		margin: 25px 25px 50px;
	}
	
}

@media screen and (max-width: 768px) {
	.kpi {
		width: 100%;
	}
	
.kpi_list img {
	max-width: 30%;
}

}

.team-text-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 80px;
}

.team-text-wrapper .profile {
	flex: 0 50%;
	padding: 15px 30px;
}

.team-text-wrapper .profile h4{
	margin: 0 0 10px 0;
}


.team-wrapper {
	display: flex;
	text-align: center;
	justify-content: center;
	
	flex-wrap: wrap;
	
}

.team-wrapper .profile {
	padding: 0 10px;
	flex: 1 20%;
}

.team-wrapper .image {
	width: 200px;
	height: 200px;
	padding: 20px;
/* 	border: 1px solid; */
	background-image: linear-gradient(to left, #00c4b3, #0047ba);
	margin: 0 auto;
	
	border-radius: 50%;
	
	box-shadow: 15px 15px 15px rgba(0,0,0,0.36);

	margin-bottom: 25px;
}

.team-wrapper .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 50%;
	margin: 0 auto;
	
	box-shadow: 5px 5px 10px rgba(0,0,0,0.16);
}


.team-wrapper.inner {
	display: block;
	text-align: left;
}

.team-wrapper.inner .image {
	margin: 0 0 25px 0!important;
}


blockquote p {
	margin-bottom: 15px !important;
}

blockquote {
	position: relative;
	margin-top: 50px;
}

blockquote::before {
	content: '"';
	font-family: roboto slab !important;
	font-size: 95px;
	position: absolute;
	left: -45px;
	top: -35px;
	color: #D6057F;
}


.team-content p:first-child {
	font-weight: bold;
	font-size: 20px; 
}

.team-content p {
	margin-bottom: 15px;
}

blockquote p:first-child {
	font-size: 16px !important;
	font-weight: 400 !important;
}


.news-item .img-anchor {
width: 100%;
}


.elementor-image > a {
	display: block;
}


.news-content p {
	margin-bottom: 15px;
}

.elementor-button:not([href]) {
    display: none;
}/* End custom CSS */