/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
/* blockquote:before,blockquote:after,q:before,q:after{content:none} */
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
body {
    font-family: 'Inter', sans-serif !important;
    overflow-x: hidden;
}

:root{
    --primary-color: #BE4021;
}

.text-primary{
    color: var(--primary-color) !important;
}

.slider-wrapper{
    height: 500px;
}
.swiper{
    height: 100% !important;
}
.btn-gradient {
    background: linear-gradient(to top, #622222, #E24C21);
    transition: background 0.3s ease;
    height: 50px;
    font-size:0.9rem !important
}
.btn-search-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(to top, #622222, #E24C21);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-search{
    background: #fff;
    width: 49px;
    height: 49px;
}
.title-slide{
    font-size:2rem !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: 'Alexandria', sans-serif !important;
    color: #fff !important;
}
.text-slide-desc{
    font-family: 'Alexandria', sans-serif !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    line-height: 1.8rem !important;
    font-weight: 300;
}
.overlayer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.title-site{
    font-weight: 900 !important;
    font-family: 'Alexandria', sans-serif !important;
    font-size: 2rem !important;
    line-height: 2.5rem;
}
.title-description{
    color:#141414 !important;
    font-size: 1.1rem !important;
    line-height: 1.5rem;
    font-weight: 500 !important;
}
.h-card-400{
    height: 400px !important;
}
.h-card-300{
    height: 300px !important;
}
.overlayer-gradient{
    background: #18181a;
    background: linear-gradient(to top,rgba(24, 24, 26, 0.8) 0%, rgba(255, 255, 252, 0.6) 90%);
}
.overlayer-card{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.overlayer-gradient:hover .overlayer-card{
    /* background-color: rgba(41, 171, 104, 0.8); */
    background-color: rgba(98, 34, 34, 0.8);
}
.caption-animated .caption{
    position: absolute;
    bottom: -5%;
    padding: 0 4rem;
    width: 100%;
    transition: all ease-in 0.1s;
    height: 190px;
}
.caption-animated:hover .caption{
    bottom: 15%;
}
.caption .button{
    opacity: 0;
    transition: all ease-in 0.1s;
}
.caption-animated:hover .button{
    opacity: 1;
}

.caption h4{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    font-family: 'Alexandria', sans-serif !important;
    padding: 1.5rem 0;
}
.caption p{
    font-size: 1rem !important;
    font-weight: 300 !important;
    color: #fff !important;
    font-family: 'Alexandria', sans-serif !important;
    line-height: 1.5rem !important;
}
.overlayer-red{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #E24C21;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.8) 0%, rgba(226, 76, 33, 0.4) 100%);
    z-index: 10;
}
#article{ padding: 3rem 0rem !important; }
#article.services{ padding: 1rem 15px !important; }
#article .card{
    border: none !important;
    position: relative;
}
#article .card .card-date{
    position: absolute;
    background-color: #29AB68;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;

}
#article .card .card-body{
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#article .card .card-title{
    font-family: 'Alexandria', sans-serif !important;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    padding-top: 0.7rem !important;
    margin: 0 !important;
    line-height: 1.5rem !important;
}
#article .card .card-text{
    color:#313131;
    font-size:1rem;
    font-family: 'Alexandria', sans-serif !important;
    line-height: 1.4rem;
}
#article .card .card-body a{
    color:#E24C21;
    font-family: 'Inter', sans-serif !important;
    font-size:1rem;
    text-decoration: none;
    font-weight: 700 !important;
    padding: 1rem 0 !important;
}
#footer{
    background-color: #000;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#footer h3{
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    margin: 0;
}
#footer p{
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.4rem;
}
#footer .madeby{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    text-align: right;

    position: absolute;
    /* right: 51%; */
    /* transform: translateX(50%); */
    bottom: -47px;
    opacity: 0.5;

    transition: all 0.3s;
}
#footer .madeby:hover{ opacity: 1; }
#footer .madeby a{
    color: #fff;
    text-decoration: none;
}
#footer .madeby p{ margin: 0 0; }
#footer-links{ position: relative; }
#footer-links ul{
    list-style: none;
}
#footer-links ul li{
    padding: 1.0rem 0;
}
#footer-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;

    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.sub-footer{
    background-color: #039246;
    height: 500px;
    position: relative;
}
.img-pos{
    position: absolute;
    top: -23%;
    left: 15%;

}
.img-pos-logo{
    position: absolute;
    top: 10%;
    left: 5%;

}
.sub-footer h1{
    color: #fff;
    font-family: 'Alexandria', sans-serif !important;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 900;

}
.sub-footer p{
    color: #fff;
    font-size: 1.2rem;
}
.pl{
    _padding-left: 3rem;
}
.list-number{
    background-color: #039246;
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 1.0rem;
    font-weight: 700;
}
.bg-h-500{
    height: 500px;
}
.bg-h-400{
    height: 400px;
}
.title-b{
    color:#fff;
    font-family: 'Alexandria', sans-serif !important;
    font-size: 1.2rem;
    font-weight: 500;
}
.title-b-wrapper{

}
.title-b-content{
    position: relative;
    height: 100%;
    width: 100%;
}
.title-b-content::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #E24C21;
    background: linear-gradient(to right,rgba(98, 34, 34, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.section-wrapper{
    padding: 0 0rem;
}

.breadcrumb{
    padding: 4rem 0;
    background-color: rgba(226, 76, 33, 0.13);
}
.breadcrumb span{
    font-size: 1rem;
    color: #039246;
    font-weight: 600;
}
.breadcrumb span:nth-child(2){
    color: #000;
}
.services .card {
    margin-bottom: 2rem;
    border-radius: 0 !important;
}
.services .card .card-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.services .card .card-body .card-title{
    font-family: 'Alexandria', sans-serif !important;
    font-size:1.2rem;
    font-weight: 600;
    padding: 0.5rem 0 !important;
}
.services .card .card-body .card-text{
    font-size: 1rem;
    color:#141414;
    font-weight: 400;
    line-height: 1.2rem;
}
.services .card .card-body a{
    padding: 0.8rem 0 !important;
    color:#F39533;
    font-family: 'Alexandria', sans-serif !important;
    font-weight: 600;
    font-size: 1rem;
    display: block;
    text-decoration: none;
}
.card-img-top{
    border-radius: 0 !important;
}

.title-service{
    font-size:1.8rem;
    color:#1F9A5A;
    font-family: 'Alexandria', sans-serif !important;
    font-weight: 700;
    padding: 2rem 0;
}
.sidebar{
    list-style: none;
    background-color: #E6F4ED;
}
.sidebar li{
    display: block;
}
.sidebar li a{
    display: flex;
    align-items: center;
    padding: 1.2rem 0rem 1.2rem 2rem;
    font-size:1rem;
    font-weight: 500;
    text-decoration: none;
    color:#000;
    transition: all 0.3s ease;
    position: relative;
}
.sidebar li a::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
    transition: all 0.3s ease;
    display: none;
}
.sidebar li a span{
    display: block;
    padding-left: 1.3rem;
}
.sidebar li a:hover,
.sidebar li a.active{
    background-color: #039246;
    color:#fff
}
.sidebar li a:hover::before,.sidebar li a.active::before{
    display: block;
}
.caption-work-card{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    /* background: linear-gradient(to bottom,rgba(0,0,0,0.2) 0%, rgba(29,29,29,0.5) 100%); */
    background: rgba(0, 0, 0, 0.1);
}
.caption-work-card h4{
    font-size: 1.5rem;
    color:#fff;
    font-weight: 300;
}
.caption-work-card h2{
    font-size: 1.8rem;
    color:#fff;
    font-weight: 700;
    font-family: 'Alexandria', sans-serif !important;
}
.work-card:hover .caption-work-card{
    background: rgba(41, 171, 104, 0.8);
}
.caption-content{
    position: absolute;
    bottom: 10%;
    padding: 0 2rem;
}
#conseil .card-date{
    color:rgba(20,20,20,0.6);
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem 0;
}
#conseil .card .card-body{
    padding: 0 !important;
}
#conseil .card .card-body h5{
    font-family: 'Alexandria', sans-serif !important;
    font-size: 1.5rem;
    font-weight: 600;
}
#conseil .card .card-text{
    color:#141414;
    font-size:1rem;
    line-height: 1.5rem;
}
#conseil .card .card-body a{
    color:#F39533;
    font-family: 'Alexandria', sans-serif !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 0;
    display: block;
}
.pagination .page-link{
    border: 1px solid #EEEEEE !important;
    background-color: #F5F5F5 !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    color:#404B52 !important;
    border-radius: 5px;
    padding: 0.6rem 1rem;
}
.pagination .page-link.active{
    background-color: #039246 !important;
    color:#fff !important;

}
#chiffres{
    padding: 3rem 0;
}
#chiffres h1{
    font-weight: 900;
    font-size:4rem;
    font-family: 'Alexandria', sans-serif !important;
}
#chiffres span{
    font-weight: 500;
    font-size:1.5rem;
    font-family: 'Alexandria', sans-serif !important;
}
.story{
    padding: 5rem 0;

}
.our-story-content{
    padding: 3rem 0;
    position: relative;
}
.our-story-content-p{
    padding: 3rem 5rem;
}
.our-story-content h3{
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Alexandria', sans-serif !important;
    text-transform: uppercase;
}
.our-story-content span{
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Alexandria', sans-serif !important;
    padding: 1.5rem 0;
    display: block;
    line-height: 2rem;
}
.our-story-content p{
    font-size: 1rem;
    font-weight: 400;
    color:#5D5D5D;
    line-height: 1.6rem;
    text-align: justify;
}
.green-block{
    background-color: #039246;
    height: 400px;
    width: 400px !important;
}
.orange-block{
    background-color: var(--primary-color);
    height: 530px;
}
.img-pos-value{
    position: absolute;
    margin-top:10rem;
    width: 100%;
}
.img-pos-value.orange-block{
    top: -50%;
    right: 0px;

    width: 400px;
    height: 400px;
}
.our-values{
    margin-top: 10rem;
}
.img-ml{
    margin-left: 10rem;
    margin-top: -4rem;
}
.mt-n1{
    margin-top: -4rem;
    margin-left: 5rem;
}
.teams{
    padding: 5rem 0;
    margin-top: 15rem;
}
.teams .card{
    border-radius: 0;
}
.teams .card .card-body{
    padding: 0 !important;
}
.teams .card .card-body .card-title{
    font-family: 'Alexandria', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.5rem 0 !important;
    color:#141414;
    margin:0;
}
.teams .card .card-body .card-text{
    font-size: 0.9rem;
    color: #141414;
    font-weight: 400;
    line-height: 2rem;
}
.slide-nav{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.slide-nav-btn{
    background-color: #D84921;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.slide-nav-prev{
    position: absolute;
    left: -5%;
}
.slide-nav-next{
    position: absolute;
    right: -5%;
}
.partners{
    padding: 0 0 8rem 0;
}
.partners h3{
    color:#141414;
    font-family: 'Alexandria', sans-serif !important;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 6rem;
}
.title-contact{
    color:#29AB68;
    font-size:1.3rem;
    font-weight: 500;
}
.title{
    font-size: 2rem;
    font-weight: 900;
    color:#141414;
    font-family: 'Alexandria', sans-serif !important;
    text-transform: uppercase;
    margin: 0;

}
.text-contact{
    color:#141414;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.icon{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F1F1;
}

.title-info{
    font-size: 1rem;
    font-weight: 500;
}
.text{
    font-weight: bold;
    font-size: 1rem;
}
.form-contact{
    padding: 3rem 2rem;
}
.form-contact input{
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    padding: 0.6rem 2rem;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 0;
}
.form-contact textarea{
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    padding: 1.2rem 2rem;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 0;
    min-height: 250px;
}
::placeholder{
    color:#0A142F;
    font-size: 0.8rem;
}
.menu{
    list-style: none;
    display: flex;
    gap: 30px;
}
.menu li{
    position: relative;
}
.menu li a.menu-item{
    transition: all 0.3s ease;
    display: block;
    padding: 1rem 0;
    position: relative;
    font-size: 1rem !important;
    text-transform: uppercase;
    /* color: #fff; */
}
.active-icon{
    position: absolute;
    left: 50%;
    margin-left: -8px;
}
.menu li a.menu-item:nth-child(2):after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    right: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #E24C21;
    transition: all 0.3s ease;
    display: none;
}
.menu li a.menu-item.active{
    /* color: #E24C21 !important; */
    /* content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    right: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #E24C21;
    transition: all 0.3s ease;
    display: none; */
}
.menu li a.menu-item:hover{
    color: #E24C21 !important;
}
.menu li a.menu-item:nth-child(2):hover:after{
    display: block;
}
.submenu-wrapper{
    background-color: #C54221;
    position: absolute;
    left: -50%;
    margin-left: -60px;
    _margin-top: 0.49rem;
    z-index: 50;
    display: none;
}
.submenu-wrapper a.dropdown-item{
    padding: 1.2rem 2rem;
    font-size: 1rem;
    color: #ffffff;
}
.submenu-wrapper a.dropdown-item:hover{
    color: #ffffff;
}
.menu li:hover .submenu-wrapper{
    display: block;
}
.submenu-wrapper::after{
    content:"";
    position: absolute;
    top:-2%;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #E24C21;
}
.img-c{
    object-fit: contain;
}
.btn-menu-wrapper{
    display: none;
}
.is-mobile{
    display: none !important;
}
.sidebar-menu{
    display: none;
}
.is-mobile-article{
    display:none
}
.detail h3{
    font-size: 1.5rem;
    font-weight: 600;
}
.detail p{
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.swiper-scrollbar {
  background: #DFDFDF;
  height: 1px !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
}
.swiper-scrollbar-drag{
    background-color: #039246 !important;
    width: 300px !important;
    height: 5px !important;
    border-radius: 0 !important;
}

.overlayer-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.form-container{
    background-color: #00BB56;
    padding: 2rem 1.5rem;
    border-radius: 0;
    width: 800px;
    position: relative;
    min-height: 400px;
}
.form-container img{
    position: absolute;
    right: -15%;
    bottom: 0;
}
.form-container a{
    position: absolute;
    top: 3%;
    right: -2%;
    color: #fff;
    font-size: 1.5rem;
}
.form-container h2{
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 2rem;
}
.form-container label{
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    padding-bottom: 0.5rem;
}
.form-container input,
.form-container textarea{
    border: 1px solid #00000050;
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0;
}
.form-container button{
    border: none;
}

#photos-roll img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
#photos-roll {
    row-gap: 20px;
}
.realisation-detail-image{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
#article.article-services{ padding-top: 15px !important; }
.conseils-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
.conseils-post-image{
    width: 70%;
    height: 450px;
    object-fit: cover;
    object-position: center;

    display: block;
    margin: 0 auto;
    border: none;
}

.conseils-post-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    line-height: 1.0em;
}
.conseils-post-content img{
    display: block;
    margin: 30px auto;
    width: 80%;
}
.conseils-post-content h3{
    font-family: "Alexandria", sans-serif;
}
.conseils-post-content ul{
    font-family: Inter, sans-serif;
    padding-left: 45px;

    display: flex;
    flex-direction: column;
    row-gap: 15px;
    line-height: 1.0em;
}
.events-article-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.w-full{ width: 100%; }
.relative{ position: relative; }

.is-mobile .sub-footer{ 
    text-align: center;
    height: 300px;

    display: flex;
    flex-direction: column;
}
.is-mobile .sub-footer .half{
    width: 100%;
    height: 50%;
}
.is-mobile .sub-footer .half.first{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.is-mobile .sub-footer p{ font-size: 0.8em; }
.is-mobile .sub-footer p + div{
    width: 60%;
    display: block;
    margin: 30px auto 0;
}
.is-mobile .sub-footer .second{ position: relative; }
.is-mobile .sub-footer .second .agent{
    position: absolute;
    bottom: 0;
    right: 0;

    height: 350px;
    width: auto;
}
.is-mobile .sub-footer .second .logo-amk{
    position: absolute;
    bottom: 50%;
    margin-bottom: -75px;
    left: 0;

    height: 220px;
    width: auto;
}
.service-index .card-body a{
    width: 200px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.service-index .card-body p{ font-size: 1.0em !important; }
.list-protection .agent-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.list-protection .overlayer-red{ z-index: 2; }
.list-protection .container{
    position: relative;
    z-index: 3;
}
.list-protection .container .holder{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;

    padding: 150px 0;
}
.list-protection .container .holder .first{
    width: 35%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.list-protection .container .holder .first h3{
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}
.list-protection .container .holder .first p{
    line-height: normal;
    font-weight: normal;
}
.list-protection .container .holder .first a{
    width: 200px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 10px;
}
.list-protection .container .holder .second{
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: space-between;
}
.list-protection .container .holder .second .line{
    width: 100%;
    display: flex;
    column-gap: 15px;
    justify-content: flex-end;
}
.list-protection .container .holder .second .line .title-b{ width: 70%; }

#our-teams .card-img-top{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
#our-teams .team-card .card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 15px !important;
}
#our-teams .team-card .card-body > div{
    background-color: #fff;
    padding: 7px 15px;
    position: relative;
    overflow: hidden;
}
#our-teams .team-card .card-body > div:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
}
#our-teams .team-card:hover .card-body > div:after{
    transform: translateX(0);
}

/* #our-teams .team-card:hover .card-body > div{
    background-color: #000;
} */
#our-teams .team-card .card-body > div *{
    
    position: relative;
    z-index: 1;
}
#our-teams .team-card:hover .card-body > div *{
    color: #fff;
}

/**
* Preloader
*/
.preloading{
    width: 100%;
    height: 100%;

    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;

    z-index: 1000;

    display: flex;
    justify-content: center;
    align-items: center;

    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
body.ispreloading .preloading{ transform: translateY(0%); }
.preloading .jauge{
    width: 0%;
    height: 4px;

    position: absolute;
    top: 0;
    left: 0;

    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    background-color: var(--primary);
}
.preloading .logo{
    width: 100px;
}