.gifbloc img{display:none!important;}
.bloc-pic-1:hover .gifbloc img{display:block!important;top:280px;left:60%;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}

.bloc-pic-2:hover .gifbloc img{display:block!important;top:230px;left:-155px;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}
.bloc-pic-3:hover .gifbloc img{display:block!important;top:280px;left:-355px;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}
.bloc-pic-4:hover .gifbloc img{display:block!important;top:230px;left:-555px;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}

.bloc-pic-5:hover .gifbloc img{display:block!important;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}
.bloc-pic-6:hover .gifbloc img{display:block!important;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}
.bloc-pic-7:hover .gifbloc img{display:block!important;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}
.bloc-pic-8:hover .gifbloc img{display:block!important;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}
.bloc-pic-9:hover .gifbloc img{display:block!important;position:absolute;width:350px;animation: fadeInAnimation 1s ease-in-out;}

.bloc-pic-1:hover img:nth-child(1){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(5rem,0,0);transition:0.5s}
.bloc-pic-1:hover img:nth-child(3){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(-3rem,0,0);transition:0.5s}
.bloc-pic-1 img:nth-child(1), .bloc-pic-1 img:nth-child(3){transition:all .4s cubic-bezier(.23,1,.32,1)}

.bloc-pic-1-text h5{background: #23262c; padding: 50px;z-index: -2;position: absolute;top: 0.5rem;border-radius: 22px;font-weight: bold;font-size: 16px;color: #fff;right:-10rem}
.bloc-pic-2:hover img:nth-child(1){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(5rem,0,0);transition:0.5s}
.bloc-pic-2:hover img:nth-child(3){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(-3rem,0,0);transition:0.5s}
.bloc-pic-2 img:nth-child(1), .bloc-pic-2 img:nth-child(3){transition:all .4s cubic-bezier(.23,1,.32,1)}
.services-sec{margin-top:100px;}

.bloc-pic-2-text h5{background: #23262c;
    padding: 50px;
    z-index: -2;
    position: absolute;
    top: 60px;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;}

.bloc-pic-3:hover img:nth-child(1){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(5rem,0,0);transition:0.5s}
.bloc-pic-3:hover img:nth-child(3){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(-3rem,0,0);transition:0.5s}
.bloc-pic-3 img:nth-child(1), .bloc-pic-3 img:nth-child(3){transition:all .4s cubic-bezier(.23,1,.32,1)}
.services-sec{margin-top:100px;}

.bloc-pic-3-text h5{background: #23262c;
    padding: 50px;
    z-index: -2;
    position: absolute;
    top: 60px;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;}
    
.bloc-pic-4:hover img:nth-child(1){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(5rem,0,0);transition:0.5s}
.bloc-pic-4:hover img:nth-child(3){-webkit-transform:translate3d(2rem,0,0);transform:translate3d(-3rem,0,0);transition:0.5s}
.bloc-pic-4 img:nth-child(1), .bloc-pic-4 img:nth-child(3){transition:all .4s cubic-bezier(.23,1,.32,1)}
.bloc-pic-4-text h5{background: #23262c;
        padding: 50px;
        z-index: -2;
        position: absolute;
        top: 60px;
        border-radius: 22px;
        font-weight: bold;
        font-size: 16px;
        color: #fff;}

        .bloc-pic-1:hover img:nth-child(2),.bloc-pic-2:hover img:nth-child(2), .bloc-pic-3:hover img:nth-child(2),.bloc-pic-4:hover img:nth-child(2){transition:0.5s;width:80%;margin-left:-30px;}   

#row2 h5{font-size:24px!important;padding: 50px 21px!important;text-align: center;} 
  

.services-sec{margin-top:100px;}
 .marquee[data-v-360d416e] {
    margin: 8rem auto 0;
}
 .marquee[data-v-360d416e] {
    position: relative;
    cursor: default;
    margin: 4rem auto 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
 .marquee.is-inview .inner[data-v-360d416e] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
 .marquee .inner[data-v-360d416e] {
    padding: .7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.3,0,.2,1);
    transition: -webkit-transform 1.5s cubic-bezier(.3,0,.2,1);
    transition: transform 1.5s cubic-bezier(.3,0,.2,1);
    transition: transform 1.5s cubic-bezier(.3,0,.2,1),-webkit-transform 1.5s cubic-bezier(.3,0,.2,1);
}
 .marquee .inner .move.is-inview[data-v-360d416e] {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
 .marquee .inner .move[data-v-360d416e] {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    -webkit-animation: marquee-data-v-360d416e 180s linear infinite;
    animation: marquee-data-v-360d416e 180s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    will-change: transform;
}
 .marquee .inner[data-v-360d416e] {
    padding: .7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.3,0,.2,1);
    transition: -webkit-transform 1.5s cubic-bezier(.3,0,.2,1);
    transition: transform 1.5s cubic-bezier(.3,0,.2,1);
    transition: transform 1.5s cubic-bezier(.3,0,.2,1),-webkit-transform 1.5s cubic-bezier(.3,0,.2,1);
}
.marquee[data-v-360d416e] {
    position: relative;
    cursor: default;
    margin: 4rem auto 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.marquee .inner .move div[data-v-360d416e] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 100%;
    padding: .4rem 6.4rem .4rem 0;
    margin: 0;
    background: -webkit-gradient(linear,left top,right top,from(#a166ed),to(#5777ff));
    background: linear-gradient(90deg,#a166ed 0,#5777ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/*.bloc-pic-1 {
   
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}*/
/*.bloc-pic-1:hover img:nth-child(1),  .bloc-pic-1:hover img:nth-child(3){-webkit-transform: translate3d(0,8rem,0);
transform: translate3d(0,8rem,0);
-webkit-transition: all 1.2s cubic-bezier(.23,1,.32,1);
transition: all 1.2s cubic-bezier(.23,1,.32,1);}*/