: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;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }