


.wrapper-apropos {
	padding: 50px 0 90px !important;
	background-image: url('../images/bg/shape4.jpg');
	background-size: cover;
}

.wrap-apropos {
    align-items: center;
}

.left-apropos {
	width: 40%;
	/* padding-right: 65px; */
	/* position: relative; */
	padding: 0 15px;
	/* padding-right: 65px; */
}

.wrap-left-apropos {
  	position: relative;
  	/* padding-right: 65px; */
  	display: flex;
}

.wrap-item-team-image img {
	height: 310px;
	object-fit: cover;
}


.right-apropos {
  width: 60%;
  padding-left: 25px;
}

.wrap-left-apropos-image1 img {
  height: 480px;
  object-fit: cover;
  overflow: hidden;
  top: 10px;
  position: relative;
}

.wrap-left-apropos-image1 {
	position: relative;
	z-index: 1;
	background: #089441;
	border-radius: 50%;
	overflow: hidden;
	width: 480px;
	height: auto;
	aspect-ratio: 1;
}

.wrap-left-apropos-image2 {
	position: absolute;
	left: -16%;
	top: -4%;
	z-index: 0;
}

.wrap-left-apropos-image1::after {
	position: absolute;
	background: #089441;
	width: 70%;
	height: 100%;
	left: 96px;
	top: 20%;
	z-index: -1;
	border-radius: 50%;
}

.wrap-right-apropos-text p {
    padding-bottom: 20px;
    text-align: justify;
}

.wrap-right-apropos-text p:last-child {
    padding-bottom: 0px;
}

.wrap-left-apropos-experience {
	right: 0;
	bottom: -66px;
	width: 220px;
	height: auto;
	aspect-ratio: 1;
	position: absolute;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
	justify-content: center;
	border-radius: 50%;
	z-index: 1;
}

.wrap-left-apropos-experience h3 {
	font-size: 16px;
	position: relative;
	font-weight: 500;
	color: #323237;
	text-align: center;
	padding: 0 10px;
}

.wrap-left-apropos-experience p img {
	height: 64px;
}

.wrap-left-apropos-image2 img {
	height: 181px;
}

.wrap-right-apropos {
  padding-top: 65px;
  padding-right: 0;
}

.wrap-right-apropos-text {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	color: #7a7b80;
	transition: all 500ms ease;
	padding-bottom: 40px;
}



/* ****************************************************************************process*************************************************************roce
****************************************************************************************************************************************************** */


.wrapper-process {
	padding: 50px 0;
	background-size: cover;
}

.wrap-process {
	align-items: unset;
	padding-top: 45px;
}

.item-process {
	width: 25%;
	/* padding: 0 35px; */
	position: relative;
	padding: 0 15px;
}

.wrap-item-process {
	position: relative;
}

.item-process-top {
	display: flex;
	position: relative;
}

.item-process-top-icon1 {
	width: 235px;
	height: 170px;
	left: 0px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(https://ftpdemo.com/uthan/wp-content/uploads/2021/12/shape-20.png);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: initial;
}

.item-process-top-icon1 img {
	height: 80px;
	position: relative;
}

.item-process-top-icon1::before {
	position: absolute;
	content: '';
	width: 170px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0 15px 78px 28px rgba(47, 121, 85, 0.15);
	z-index: -1;
}

.item-process-top-icon2 {
	position: absolute;
	top: 57px;
	left: 257px;
	top: 47px;
	right: -30%;
	transform: translateX(-50%);
	width: 66px;
	height: 25px;
	background-repeat: no-repeat;
}

.item-process-top-icon2 img {
	height: 57px;
}

.wrap-item-process-numerotation {
	background: #089441 !important;
	left: 35px;
	top: -20px;
	width: 60px;
	height: auto;
	aspect-ratio: 1;
	line-height: 60px;
	position: absolute;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 5px;
	z-index: 1;
	font-size: 22px;
	color: white;
	font-weight: 500;
}

.item-process-bottom h3 {
	position: relative;
	color: #141417;
	transition: all 500ms ease;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}

.item-process-details p {
	position: relative;
	color: #7a7b80;
	/* font-weight: 400; */
	/* margin: 0px; */
	transition: all 500ms ease;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
}



/**********************************************************************************************************************
|                                                         SERVICES                                                    |
**********************************************************************************************************************/


.wrapper-services {
    padding: 80px 0 140px;
    background-color: #f0f7f7;
    position: relative;
    margin-bottom: -55px;
}

.wrap-services {
    display: flex;
}

.item-servicers {
    width: 25%;
    padding: 0 15px;
}

.wrap-item-services {
    text-align: center;
    background: white;
    padding: 40px 20px 30px;
    position: relative;
    border-radius: 5px;
    min-height: 575px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

.wrap-item-service-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.wrap-item-service-image img {
    width: 190px;
    height: 190px;
    position: relative;
    border-radius: 50%;
}

.wrap-item-service-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    transform: translate(-50%, -50%);
}

.wrap-item-services:hover .wrap-item-service-image::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.wrap-item-service-icon {
    overflow: hidden;
    width: 70px;
    aspect-ratio: 1;
    background: #eaf1ee;
    left: 50%;
    transform: translateX(-50%);
    bottom: -37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    font-size: 30px;
    color: var(--primary-color);
}

.wrap-item-services:hover .wrap-item-service-icon {
    color: white;
}

.wrap-item-service-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
    background-color: #0a9343;
    color: white;
}

.wrap-item-services:hover .wrap-item-service-icon::before {
    transform: scale(1,1);
}

.wrap-item-service-title {
    color: #141417;
    font-size: 21px;
    position: relative;
    font-weight: 500;
    margin: 50px 0 15px;
    line-height: 1.2;
}

.wrap-item-service-text {
    color: #7a7b80;
    margin: 0 0 20px 0;
}

.wrap-item-service-link {
    position: absolute;
    bottom: 25px;
}

.btn-detail-service-insigne {
    color: #b6b7b9;
    display: none;
}

.wrap-item-services:hover .btn-detail-service-insigne {
    opacity: 0;
    visibility: hidden;
}

.btn-detail-service-link {
    width: fit-content;
    color: #089441;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: white;
    /*! padding: 5px 0; */
    border-radius: 50px;
    font-size: 13px;
    padding: 5px 5px 5px 15px;
    box-shadow: 0px -1px 40px 0px rgb(0 0 0 / 9%);
}

.wrap-item-services:hover .btn-detail-service-link {
}
.wrap-right-apropos-text .sub-title {
    font-size: 16px;
    margin-bottom: 0px;
    /* color: black; */
}

.wrap-right-apropos-text .section-title {
    margin-bottom: 6px;
}

.btn-detail-service-link i {
    width: 30px;
    height: 30px;
    line-height: 44px;
    font-size: 12px;
    background: #089441;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 10px;
}

.wrap-tabs-fondation {
    margin-top: 20px;
    text-align: justify;
}

.tabs-fondation {
    position: relative;
    justify-content: unset;
    width: fit-content;
}

.tabs-fondation:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
}

.tablink {
    font-size: 18px;
    /* line-height: 40px; */
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.tablink:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #089441;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.tablink.active:before {
    visibility: visible;
    opacity: 1;
}

.content-tabs-fondation {}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.content-fondation {
    position: relative;
    padding: 22px 0;
    padding-right: 22px;
}

ul.list-fondation {
    margin-top: 20px;
}

ul.list-fondation li {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
