:root{
--vw : 100vw;
}
.full_width_block{
margin-left: calc(var(--vw)*-1/2 + 50%);
margin-right: calc(var(--vw)*-1/2 + 50%);
padding-top: 50px;
padding-bottom: 50px;
position: relative;
background-color: #F2F6F9;
overflow-x: hidden;
} #timeline_page ul {
--col-gap: 2rem;
--row-gap: 2rem;
--line-w: 0.25rem;
display: grid;
grid-template-columns: var(--line-w) 1fr;
grid-auto-columns: max-content;
column-gap: var(--col-gap);
list-style: none;
width: min(60rem, 90%);
margin-inline: auto;
} #timeline_page ul::before {
content: "";
grid-column: 1;
grid-row: 1 / span 20;
background: rgb(225, 225, 225);
border-radius: calc(var(--line-w) / 2);
}  #timeline_page ul li:not(:last-child) {
margin-bottom: var(--row-gap);
} #timeline_page ul li {
grid-column: 2;
--inlineP: 1.5rem;
margin-inline: var(--inlineP);
grid-row: span 2;
display: grid;
grid-template-rows: min-content min-content min-content;
padding-bottom: 30px;
}
@media (min-width: 40rem){
#timeline_page ul li {
padding-bottom: 80px;
}
} #timeline_page ul li .date { margin-inline: calc(var(--inlineP) * -1); color: #94C102;
font-size: 1.5rem;
font-weight: 700;
display: grid; position: relative; }
@media (min-width: 40rem){
#timeline_page ul li.col_left .date {
text-align: right;
}
}
#timeline_page ul li.col_right .date {
text-align: left;
} #timeline_page {
--color: rgb(27, 30, 33);
--bgColor: rgba(245, 245, 245);
}
#timeline_page ul li:first-child {
padding: 40px 0 30px;
}
@media (min-width: 40rem){
#timeline_page ul li:first-child {
padding: 40px 0 100px;
}
} #timeline_page ul li .date::after {
content: "";
position: absolute;
width: 2rem;
aspect-ratio: 1;
background: var(--accent-color);
border: 0.3rem solid var(--accent-color);
border-radius: 50%;
top: 50%;
transform: translate(50%, -50%);
right: calc(100% + var(--col-gap) + var(--line-w) / 2);
} #timeline_page ul li .title,
#timeline_page ul li .descr {
background: var(--bgColor);
position: relative; margin-left: -1.5rem;
}
#timeline_page ul li .title {
overflow: hidden;
padding-block-start: 1.5rem;
padding-block-end: 1rem;
font-weight: 500;
}
#timeline_page ul li .title.img_timeline {
margin-top: -5.2rem;
}
#timeline_page ul li .title.img_timeline img {
max-width:100%;
}
#timeline_page ul li .descr {
padding-block-end: 1.5rem;
font-weight: 400;
margin-inline: calc(var(--inlineP) * -1);
}
#timeline_page ul li.col_left .descr {
padding-inline : 0 2.5rem;
}
@media (min-width: 40rem){
#timeline_page ul li.col_left .descr {
padding-inline : 2.5rem 0;
text-align:right;
}
}
#timeline_page ul li.col_right .descr {
padding-inline : 0 2.5rem;
}
#timeline_page ul li .descr::before {
z-index: -1;
bottom: 0.25rem;
}
@media (min-width: 40rem) {
#timeline_page ul {
grid-template-columns: 1fr var(--line-w) 1fr;
}
#timeline_page ul::before {
grid-column: 2;
}
#timeline_page ul li:nth-child(odd) {
grid-column: 1;
}
#timeline_page ul li:nth-child(even) {
grid-column: 3;
} #timeline_page ul li:nth-child(2) {
grid-row: 2/4;
}
#timeline_page ul li:nth-child(odd) .date::after {
transform: translate(-50%, -50%);
left: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
} .timeline_wrap {
padding:4rem 0;
background-color:#F2F5F8;
}
h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 2.5rem;
margin-bottom: 70px;
}
@media (min-width: 320px) { h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 1.7rem;
margin-bottom: 50px;
}
}
@media (min-width: 576px) { h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 1.7rem;
margin-bottom: 50px;
}
}
@media (min-width: 768px) { h2.timeline_title{
color: #0178bc;
text-align: center;
margin-bottom: 50px;
}
}
@media (min-width: 992px) { h2.timeline_title{
color: #94C102;
text-align: center;
margin-bottom: 55px;
}
}
@media (min-width: 1200px) { h2.timeline_title{
color: #94C102;
text-align: center;
font-size: 2.2rem;
margin-bottom: 50px;
}
}
@media (min-width: 1600px) { h2.timeline_title{
font-size: 2.5rem;
margin-bottom: 70px;
}
}  #counterUp.wrap_number {
padding-left: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0%;
}
#counterUp.wrap_number li {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
#counterUp.wrap_number li div {
text-align: center;
}
@media (min-width:640px) {
#counterUp.wrap_number {
padding-left: 0;
gap: 3.33333%;
}
#counterUp.wrap_number li {
width: 46.66667%;
}
}
@media (min-width:992px) {
#counterUp.wrap_number {
gap: 3.33333%;
}
#counterUp.wrap_number li {
width: 30%;
}
#counterUp.wrap_number li div {
text-align: center;
}
}
#counterUp.wrap_number li .number,
#counterUp.wrap_number li .unity{
text-align: left;
display: inline-block;
color: #FF9900;
font-size: 65px;
}  .team{
padding: 4rem 0;
}
.team .member {
position: relative;
padding: 30px;
border-radius: 20px;
background: #F2F6F9;
transition: 0.5s;
flex-direction: column;
width: 100%;
}
.team .member .pic {
overflow: hidden;
width: 180px;
border-radius: 50%;
margin-bottom: 10px;
}
.team .member .pic img {
transition: ease-in-out 0.3s;
}
.team .member:hover {
transform: translateY(-10px);
}
.team .member .member-info {
padding-left: 0px;
}
.team .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 22px;
color: #0178BC;
}
.team .member span {
display: block;
font-size: 19px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.team .member span::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #cbd6e9;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.team .member p {
margin: 10px 0 0 0;
font-size: 19px;
}
.team .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.team .member .social a {
transition: ease-in-out 0.3s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
width: 32px;
height: 32px;
background: #ffffff;
}
.team .member .social a i {
color: #94C102;
font-size: 19px;
margin: 0 2px;
}
.team .member .social a:hover {
background: #94C102;
}
.team .member .social a:hover i {
color: #fff;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .owl-dot {
display: inline-block!important;
height: 15px!important;
width: 15px!important;
background-color: #94C102!important;
border-radius: 50%;
margin: 0 5px;
}
.team .owl-dots{
text-align: center;
margin: 1.5rem 0;
display: block!important;
}
.team .owl-dot.active{
background-color: #4ED8FC!important;
}  .gallery-slider_wrapper{
width:100%;
max-width:720px;
margin:auto;
}
.gallery-slider_wrapper .owl-carousel .owl-stage {
display: flex;
background-color: #0c0c0c;
align-items: center;
}
.gallery-slider_wrapper .owl-theme .owl-nav {
margin:0;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-] {
width:30px;
height:120px;
background: #ffb808;
font-size: 20px;
color:#000;
margin:0;
padding: 0;
border-radius: 0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
font-family: 'Open Sans';
position: absolute;
line-height: 120px;
width:30px;
text-align: center;
top:0;
left:0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
content: "<";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
position: absolute;
top:0;
left:-25px;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
content: ">";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
position: absolute;
top:0;
right:-24px;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
background: #202020;
color:#fff;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
position: relative;
margin: 0 5px;
height: 120px;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
height: 100%;
cursor: pointer;
}  #discours_wrap img{
width: 100%;
-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
animation: border-transform-default 10s linear infinite alternate forwards;
}:root{
--vw : 100vw;
}
.full_width_block{
margin-left: calc(var(--vw)*-1/2 + 50%);
margin-right: calc(var(--vw)*-1/2 + 50%);
padding-top: 50px;
padding-bottom: 50px;
position: relative;
background-color: #F2F6F9;
overflow-x: hidden;
} #timeline_page ul {
--col-gap: 2rem;
--row-gap: 2rem;
--line-w: 0.25rem;
display: grid;
grid-template-columns: var(--line-w) 1fr;
grid-auto-columns: max-content;
column-gap: var(--col-gap);
list-style: none;
width: min(60rem, 90%);
margin-inline: auto;
} #timeline_page ul::before {
content: "";
grid-column: 1;
grid-row: 1 / span 20;
background: rgb(225, 225, 225);
border-radius: calc(var(--line-w) / 2);
}  #timeline_page ul li:not(:last-child) {
margin-bottom: var(--row-gap);
} #timeline_page ul li {
grid-column: 2;
--inlineP: 1.5rem;
margin-inline: var(--inlineP);
grid-row: span 2;
display: grid;
grid-template-rows: min-content min-content min-content;
padding-bottom: 30px;
}
@media (min-width: 40rem){
#timeline_page ul li {
padding-bottom: 80px;
}
} #timeline_page ul li .date { margin-inline: calc(var(--inlineP) * -1); color: #94C102;
font-size: 1.5rem;
font-weight: 700;
display: grid; position: relative; }
@media (min-width: 40rem){
#timeline_page ul li.col_left .date {
text-align: right;
}
}
#timeline_page ul li.col_right .date {
text-align: left;
} #timeline_page {
--color: rgb(27, 30, 33);
--bgColor: rgba(245, 245, 245);
}
#timeline_page ul li:first-child {
padding: 40px 0 30px;
}
@media (min-width: 40rem){
#timeline_page ul li:first-child {
padding: 40px 0 100px;
}
} #timeline_page ul li .date::after {
content: "";
position: absolute;
width: 2rem;
aspect-ratio: 1;
background: var(--accent-color);
border: 0.3rem solid var(--accent-color);
border-radius: 50%;
top: 50%;
transform: translate(50%, -50%);
right: calc(100% + var(--col-gap) + var(--line-w) / 2);
} #timeline_page ul li .title,
#timeline_page ul li .descr {
background: var(--bgColor);
position: relative; margin-left: -1.5rem;
}
#timeline_page ul li .title {
overflow: hidden;
padding-block-start: 1.5rem;
padding-block-end: 1rem;
font-weight: 500;
}
#timeline_page ul li .title.img_timeline {
margin-top: -5.2rem;
}
#timeline_page ul li .title.img_timeline img {
max-width:100%;
}
#timeline_page ul li .descr {
padding-block-end: 1.5rem;
font-weight: 400;
margin-inline: calc(var(--inlineP) * -1);
}
#timeline_page ul li.col_left .descr {
padding-inline : 0 2.5rem;
}
@media (min-width: 40rem){
#timeline_page ul li.col_left .descr {
padding-inline : 2.5rem 0;
text-align:right;
}
}
#timeline_page ul li.col_right .descr {
padding-inline : 0 2.5rem;
}
#timeline_page ul li .descr::before {
z-index: -1;
bottom: 0.25rem;
}
@media (min-width: 40rem) {
#timeline_page ul {
grid-template-columns: 1fr var(--line-w) 1fr;
}
#timeline_page ul::before {
grid-column: 2;
}
#timeline_page ul li:nth-child(odd) {
grid-column: 1;
}
#timeline_page ul li:nth-child(even) {
grid-column: 3;
} #timeline_page ul li:nth-child(2) {
grid-row: 2/4;
}
#timeline_page ul li:nth-child(odd) .date::after {
transform: translate(-50%, -50%);
left: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
} .timeline_wrap {
padding:4rem 0;
background-color:#F2F5F8;
}
h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 2.5rem;
margin-bottom: 70px;
}
@media (min-width: 320px) { h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 1.7rem;
margin-bottom: 50px;
}
}
@media (min-width: 576px) { h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 1.7rem;
margin-bottom: 50px;
}
}
@media (min-width: 768px) { h2.timeline_title{
color: #0178bc;
text-align: center;
margin-bottom: 50px;
}
}
@media (min-width: 992px) { h2.timeline_title{
color: #94C102;
text-align: center;
margin-bottom: 55px;
}
}
@media (min-width: 1200px) { h2.timeline_title{
color: #94C102;
text-align: center;
font-size: 2.2rem;
margin-bottom: 50px;
}
}
@media (min-width: 1600px) { h2.timeline_title{
font-size: 2.5rem;
margin-bottom: 70px;
}
}  #counterUp.wrap_number {
padding-left: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0%;
}
#counterUp.wrap_number li {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
#counterUp.wrap_number li div {
text-align: center;
}
@media (min-width:640px) {
#counterUp.wrap_number {
padding-left: 0;
gap: 3.33333%;
}
#counterUp.wrap_number li {
width: 46.66667%;
}
}
@media (min-width:992px) {
#counterUp.wrap_number {
gap: 3.33333%;
}
#counterUp.wrap_number li {
width: 30%;
}
#counterUp.wrap_number li div {
text-align: center;
}
}
#counterUp.wrap_number li .number,
#counterUp.wrap_number li .unity{
text-align: left;
display: inline-block;
color: #FF9900;
font-size: 65px;
}  .team{
padding: 4rem 0;
}
.team .member {
position: relative;
padding: 30px;
border-radius: 20px;
background: #F2F6F9;
transition: 0.5s;
flex-direction: column;
width: 100%;
}
.team .member .pic {
overflow: hidden;
width: 180px;
border-radius: 50%;
margin-bottom: 10px;
}
.team .member .pic img {
transition: ease-in-out 0.3s;
}
.team .member:hover {
transform: translateY(-10px);
}
.team .member .member-info {
padding-left: 0px;
}
.team .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 22px;
color: #0178BC;
}
.team .member span {
display: block;
font-size: 19px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.team .member span::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #cbd6e9;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.team .member p {
margin: 10px 0 0 0;
font-size: 19px;
}
.team .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.team .member .social a {
transition: ease-in-out 0.3s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
width: 32px;
height: 32px;
background: #ffffff;
}
.team .member .social a i {
color: #94C102;
font-size: 19px;
margin: 0 2px;
}
.team .member .social a:hover {
background: #94C102;
}
.team .member .social a:hover i {
color: #fff;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .owl-dot {
display: inline-block!important;
height: 15px!important;
width: 15px!important;
background-color: #94C102!important;
border-radius: 50%;
margin: 0 5px;
}
.team .owl-dots{
text-align: center;
margin: 1.5rem 0;
display: block!important;
}
.team .owl-dot.active{
background-color: #4ED8FC!important;
}  .gallery-slider_wrapper{
width:100%;
max-width:720px;
margin:auto;
}
.gallery-slider_wrapper .owl-carousel .owl-stage {
display: flex;
background-color: #0c0c0c;
align-items: center;
}
.gallery-slider_wrapper .owl-theme .owl-nav {
margin:0;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-] {
width:30px;
height:120px;
background: #ffb808;
font-size: 20px;
color:#000;
margin:0;
padding: 0;
border-radius: 0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
font-family: 'Open Sans';
position: absolute;
line-height: 120px;
width:30px;
text-align: center;
top:0;
left:0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
content: "<";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
position: absolute;
top:0;
left:-25px;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
content: ">";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
position: absolute;
top:0;
right:-24px;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
background: #202020;
color:#fff;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
position: relative;
margin: 0 5px;
height: 120px;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
height: 100%;
cursor: pointer;
}  #discours_wrap img{
width: 100%;
-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
animation: border-transform-default 10s linear infinite alternate forwards;
}:root{
--vw : 100vw;
}
.full_width_block{
margin-left: calc(var(--vw)*-1/2 + 50%);
margin-right: calc(var(--vw)*-1/2 + 50%);
padding-top: 50px;
padding-bottom: 50px;
position: relative;
background-color: #F2F6F9;
overflow-x: hidden;
} #timeline_page ul {
--col-gap: 2rem;
--row-gap: 2rem;
--line-w: 0.25rem;
display: grid;
grid-template-columns: var(--line-w) 1fr;
grid-auto-columns: max-content;
column-gap: var(--col-gap);
list-style: none;
width: min(60rem, 90%);
margin-inline: auto;
} #timeline_page ul::before {
content: "";
grid-column: 1;
grid-row: 1 / span 20;
background: rgb(225, 225, 225);
border-radius: calc(var(--line-w) / 2);
}  #timeline_page ul li:not(:last-child) {
margin-bottom: var(--row-gap);
} #timeline_page ul li {
grid-column: 2;
--inlineP: 1.5rem;
margin-inline: var(--inlineP);
grid-row: span 2;
display: grid;
grid-template-rows: min-content min-content min-content;
padding-bottom: 30px;
}
@media (min-width: 40rem){
#timeline_page ul li {
padding-bottom: 80px;
}
} #timeline_page ul li .date { margin-inline: calc(var(--inlineP) * -1); color: #94C102;
font-size: 1.5rem;
font-weight: 700;
display: grid; position: relative; }
@media (min-width: 40rem){
#timeline_page ul li.col_left .date {
text-align: right;
}
}
#timeline_page ul li.col_right .date {
text-align: left;
} #timeline_page {
--color: rgb(27, 30, 33);
--bgColor: rgba(245, 245, 245);
}
#timeline_page ul li:first-child {
padding: 40px 0 30px;
}
@media (min-width: 40rem){
#timeline_page ul li:first-child {
padding: 40px 0 100px;
}
} #timeline_page ul li .date::after {
content: "";
position: absolute;
width: 2rem;
aspect-ratio: 1;
background: var(--accent-color);
border: 0.3rem solid var(--accent-color);
border-radius: 50%;
top: 50%;
transform: translate(50%, -50%);
right: calc(100% + var(--col-gap) + var(--line-w) / 2);
} #timeline_page ul li .title,
#timeline_page ul li .descr {
background: var(--bgColor);
position: relative; margin-left: -1.5rem;
}
#timeline_page ul li .title {
overflow: hidden;
padding-block-start: 1.5rem;
padding-block-end: 1rem;
font-weight: 500;
}
#timeline_page ul li .title.img_timeline {
margin-top: -5.2rem;
}
#timeline_page ul li .title.img_timeline img {
max-width:100%;
}
#timeline_page ul li .descr {
padding-block-end: 1.5rem;
font-weight: 400;
margin-inline: calc(var(--inlineP) * -1);
}
#timeline_page ul li.col_left .descr {
padding-inline : 0 2.5rem;
}
@media (min-width: 40rem){
#timeline_page ul li.col_left .descr {
padding-inline : 2.5rem 0;
text-align:right;
}
}
#timeline_page ul li.col_right .descr {
padding-inline : 0 2.5rem;
}
#timeline_page ul li .descr::before {
z-index: -1;
bottom: 0.25rem;
}
@media (min-width: 40rem) {
#timeline_page ul {
grid-template-columns: 1fr var(--line-w) 1fr;
}
#timeline_page ul::before {
grid-column: 2;
}
#timeline_page ul li:nth-child(odd) {
grid-column: 1;
}
#timeline_page ul li:nth-child(even) {
grid-column: 3;
} #timeline_page ul li:nth-child(2) {
grid-row: 2/4;
}
#timeline_page ul li:nth-child(odd) .date::after {
transform: translate(-50%, -50%);
left: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
} .timeline_wrap {
padding:4rem 0;
background-color:#F2F5F8;
}
h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 2.5rem;
margin-bottom: 70px;
}
@media (min-width: 320px) { h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 1.7rem;
margin-bottom: 50px;
}
}
@media (min-width: 576px) { h2.timeline_title{
color: #0178bc;
text-align: center;
font-size: 1.7rem;
margin-bottom: 50px;
}
}
@media (min-width: 768px) { h2.timeline_title{
color: #0178bc;
text-align: center;
margin-bottom: 50px;
}
}
@media (min-width: 992px) { h2.timeline_title{
color: #94C102;
text-align: center;
margin-bottom: 55px;
}
}
@media (min-width: 1200px) { h2.timeline_title{
color: #94C102;
text-align: center;
font-size: 2.2rem;
margin-bottom: 50px;
}
}
@media (min-width: 1600px) { h2.timeline_title{
font-size: 2.5rem;
margin-bottom: 70px;
}
}  #counterUp.wrap_number {
padding-left: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0%;
}
#counterUp.wrap_number li {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
#counterUp.wrap_number li div {
text-align: center;
}
@media (min-width:640px) {
#counterUp.wrap_number {
padding-left: 0;
gap: 3.33333%;
}
#counterUp.wrap_number li {
width: 46.66667%;
}
}
@media (min-width:992px) {
#counterUp.wrap_number {
gap: 3.33333%;
}
#counterUp.wrap_number li {
width: 30%;
}
#counterUp.wrap_number li div {
text-align: center;
}
}
#counterUp.wrap_number li .number,
#counterUp.wrap_number li .unity{
text-align: left;
display: inline-block;
color: #FF9900;
font-size: 65px;
}  .team{
padding: 4rem 0;
}
.team .member {
position: relative;
padding: 30px;
border-radius: 20px;
background: #F2F6F9;
transition: 0.5s;
flex-direction: column;
width: 100%;
}
.team .member .pic {
overflow: hidden;
width: 180px;
border-radius: 50%;
margin-bottom: 10px;
}
.team .member .pic img {
transition: ease-in-out 0.3s;
}
.team .member:hover {
transform: translateY(-10px);
}
.team .member .member-info {
padding-left: 0px;
}
.team .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 22px;
color: #0178BC;
}
.team .member span {
display: block;
font-size: 19px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.team .member span::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #cbd6e9;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.team .member p {
margin: 10px 0 0 0;
font-size: 19px;
}
.team .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.team .member .social a {
transition: ease-in-out 0.3s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
width: 32px;
height: 32px;
background: #ffffff;
}
.team .member .social a i {
color: #94C102;
font-size: 19px;
margin: 0 2px;
}
.team .member .social a:hover {
background: #94C102;
}
.team .member .social a:hover i {
color: #fff;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .owl-dot {
display: inline-block!important;
height: 15px!important;
width: 15px!important;
background-color: #94C102!important;
border-radius: 50%;
margin: 0 5px;
}
.team .owl-dots{
text-align: center;
margin: 1.5rem 0;
display: block!important;
}
.team .owl-dot.active{
background-color: #4ED8FC!important;
}  .gallery-slider_wrapper{
width:100%;
max-width:720px;
margin:auto;
}
.gallery-slider_wrapper .owl-carousel .owl-stage {
display: flex;
background-color: #0c0c0c;
align-items: center;
}
.gallery-slider_wrapper .owl-theme .owl-nav {
margin:0;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-] {
width:30px;
height:120px;
background: #ffb808;
font-size: 20px;
color:#000;
margin:0;
padding: 0;
border-radius: 0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
font-family: 'Open Sans';
position: absolute;
line-height: 120px;
width:30px;
text-align: center;
top:0;
left:0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
content: "<";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
position: absolute;
top:0;
left:-25px;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
content: ">";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
position: absolute;
top:0;
right:-24px;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
background: #202020;
color:#fff;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
position: relative;
margin: 0 5px;
height: 120px;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
height: 100%;
cursor: pointer;
}  #discours_wrap img{
width: 100%;
-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
animation: border-transform-default 10s linear infinite alternate forwards;
}