:root {
    --blue-color: #016667;
}
* {
    box-sizing: border-box;
}
body {
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
body {
  overflow-y: scroll;
  position: fixed;
}
body.reveal {
    position: relative;
}
a {
    color:var(--blue-color);
}
#fullscreen {
    position: fixed;
    left:0;top:0;
    z-index: 10001;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.95);
    background-color: #000;
    background: #000 url(../img/bg/image001.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    transition: transform, opacity;
    opacity: 1;


    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);

    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color:#fff;
}
.reveal #fullscreen {
    /*    transform: translateY(-400px) scale(0.9) rotateX(-90deg) perspective(160px);*/
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
#home {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s;    
}
.reveal #home {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;    
    transition-delay: 0.4s;
}
#fullscreen h1,
#fullscreen ul
{
    margin:0;
}
#fullscreen img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 480px;
}
#fullscreen .content {
    /*width: 100%;
    max-width: 640px;
    margin: 0 auto;*/
    position: relative;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
}
#fullscreen .discover {
    position: absolute;
    bottom:20px;
    left:0;
    width:100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    /*Set our animation play state to paused initially */
}
#fullscreen .discover:hover > p {
    animation: bounce 1.8s linear infinite;
}
@keyframes godown {
    100% {transform:translateY(100%)}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
#fullscreen .discover span.arrow {
    display: block;
    transform: rotate(45deg);
    width:24px;
    height:24px;
    margin: 0 auto 16px;
    border-right:4px solid #fff;
    border-bottom:4px solid #fff;
    cursor: pointer;
}

#fullscreen svg, #fullscreen .logo-plg {
    display: inline-block;
    width:100%;
    margin: 100px 40px;
    max-width: 960px;
    height:auto;
} 
#fullscreen ul {
    margin: 0 0 10px; 
    text-align: center;
    padding: 0;
    list-style-type: none;
}

#fullscreen ul li {
    display: inline-block;
    margin: 0 8px;
}
#fullscreen ul li a{
    letter-spacing: 2px;
    color:#fff;
}

#home ul {
    margin: 0 0 40px; 
    text-align: center;
    padding: 0;
    list-style-type: none;
}
#home h1 {
    margin: 40px 0 0 0;
}

#home ul li {
    display: inline-block;
    margin: 0 8px;
}
#home ul li a{
    letter-spacing: 2px;
    color:#fff;
}

#fullscreen p {
    text-align: center;
}
#bg {position: fixed;
     left:0;top:0;
     z-index: 99999;
     width:100%;
     height:100%;
     background-color: rgba(255,255,255,0.5)
}
.hamburger:hover {opacity: 1}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before/*,
.hamburger-inner:active, .hamburger-inner:active::after, .hamburger-inner:active::before,
.hamburger-inner:hover, .hamburger-inner:hover::after, .hamburger-inner:hover::before*/
{
    background-color:#fff;
}
#logo-responsive svg, #logo-responsive .logo-plg {display: none;}
#gethigh {
    background-color: transparent;
    border:0;
    outline: 0;
    padding: 0;
    position: fixed;
    right:20px;
    bottom:20px;
    display: block;
    width:60px;
    height: 60px;
    /*background: var(--blue-color) url(../img/up-arrow.png) no-repeat center / contain;
    border-radius: 50%;*/
    transition: opacity linear 0.6s;
    color:#fff;
    opacity: 0;
    cursor: pointer;
    z-index: 10000;
}
.fixed #gethigh {
    transition: opacity linear 0.6s;
    opacity: 1;
}
/*.close {
    color: #fff;
    background-color: var(--blue-color);
    display: block;
    float: right;
    width:20px;
    height: 20px;
    text-align: center;
}
a.close:hover {text-decoration: none;color:#fff;}
*/
h1 {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

footer {
    background-color: #f2f2f2;
    background-color: #fff;
    font-size: 10px;
    color:#999;
    color:#888;
}
footer .copy {float: left;}
footer #chiche{
    float:right;
}
footer #chiche img{
    max-width: 32px;
    height: auto;
}
#logo-sm {
    display: none;
    float:left;
    width: 190px;
    margin: 8px 0 8px 8px;
    /*margin: 16px 0 16px 16px;*/
}
#logo {
    float:left;
    width: 190px;
    margin: 8px 0 8px 8px;
}
.fixed #logo-sm {
    display: block;
}
.fixed #logo {
    display: none;
}
nav.navbar-fixed-top {
    position: absolute;
    width: 100%;
    z-index: 9999;
    display: none;
}
nav div.navtop {
    /*background-color: #eee;*/
    margin: 32px;
    padding: 8px;
    transition: margin ease-in 0.2s, padding ease-in 0.2s;
    /*opacity: 0;*/
}
.fixed nav div.navtop {
    background-color: #eee;
}
ul#links {
    list-style-type: none;
    float: right;
    margin: 16px 8px 0 0;

    padding: 0;
    text-align: center;
}
.reveal nav div.navtop{
    /*
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;    
    transition-delay: 0.8s;
    */

}
.fixed ul#links {
    margin: 10px auto 0;
}
ul#links li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 0 16px;
}
ul#links li:last-child{
    float:right;
    /*margin: -6px 0 0 0;*/
}
ul#links li:last-child a{
    color:var(--blue-color);
}

ul#links li a{
    color:#fff;
    color:#000;
    outline: none;
    transition: color 0.4s;
    display: inline-block;
}
ul#links li a:hover{
    text-decoration: none;
    color:var(--blue-color);
}
.fixed ul#links li a {
    color:#000;
}
ul#links li.switch a{
    border:1px solid #000;
    border:2px solid var(--blue-color);
    padding: 2px 4px;
    margin-top: -2px;
    color:#fff;
}
.fixed ul#links li.switch a {
    color:#000;
    color:var(--blue-color);
}
.jumbotron {
    background: transparent url(../img/bg/image001.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    color:#fff;
    /*box-sizing: content-box;*/
    /*padding: 280px 0 80px;*/
    position: relative;
}
.jumbotron h1 {
    /*
    position: absolute;
    left:0;
    bottom:20px;
    text-align: center;
    width:100%;
    */
}
.jumbotron img {
    display:block;
    margin: 0 auto;
    max-width: 480px;
    width:100%;
    height: auto;
}

.jumbotron > div {
    position: relative;
    padding: 120px 0;
    /*
    top:50%;
    transform: translateY(-50%)
    */
}
.darkblue {
    background-color: var(--blue-color);
    color: #fff;
}
section:nth-child(odd).darkblue {
    background-color: var(--blue-color);
}
.guru-btn{
    background-color: transparent;
    background-image: none;
    border:2px solid #fff;
    display: inline-block;
    padding: 8px 12px;
}
#whoarewe {
    text-align: center;
}
#team {position: relative;}
/*
#people > div{
   padding: 30px 60px; 
}
*/
#people > div{
}
#people > div.hide-over > div{
    opacity: 0.1;
}
#people > div > div{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
#people > div:hover {
}

.team-iso {

}
.team-iso > div{
    padding: 10px 20px; 
 width:calc(50% - 20px);
 float:left;
}
.guru-switch {
    margin-bottom: 80px;
    padding:0;
    text-align: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    align-items: center;
}
.guru-switch li {
    display: inline-block;
    margin: 0 30px 15px;
    color:var(--blue-color);
    text-transform: uppercase;
    text-decoration-line: none;
    cursor: pointer;
    width: 160px;
}
.guru-switch li > span:after {
    content: '';
    display: block;
    width:0;
    height: 2px;
    background-color: transparent;
    transition: all 0.4s 0.1s;
}
.guru-switch li.current > span:after {
    background-color: #ccc;
    width: 100%;
}
.guru-switch li:hover > span:after {
    background-color: var(--blue-color);
    width: 100%;
}

.guru-switch li span {
    display: inline-block;
}

.guru-switch li span > span {
    padding:0 8px 4px;
}

#solutions 
.guru-switch li {
    width: auto;
    }


.over b:before {content:'';width:16px;display: block;height:1px;background-color: #fff;margin: 0 auto 8px;}
.over b {display:block;font-weight: 300;margin-top: 8px;text-transform: uppercase;}
#people .over {
    font-weight: 400;
    position: absolute;
    left: 0;
    top:0;
    /*var(--blue-color)*/
    background-color: rgba(1,102,103,0.8);
    color:#fff;
    opacity:0;
    width:100%;
    height: 100%;
    /*padding: 36% 16px 0;*/
    padding: 0 10px;
    text-align: center;
    border-radius: 50%;
    transition: opacity 0.4s 0.1s;
}
#people .over p{
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#people > div {
    cursor: pointer;
}
#people > div:hover .over{
    display: block;
    opacity:1;
}
#people > div.hide-over .over,
#people > div.hide-over:hover .over {
    display: none;
}

.team-over {display: none;}
#team-over h2 img,
.box-content h2 img
{display: inline-block;margin: -8px 0 0 8px;}

#team-over {
    /*position: absolute;
    left: 0;
    top:0;*/
    max-width:640px;
    z-index: 3;
    margin: 0 auto;
    /*var(--blue-color)*/
}
#team-over > div {
    background-color: rgba(255,255,255,0.92);
    color: #000;
    /*background-color: var(--blue-color);
    color: #fff;*/
    width:100%;
    min-height: 240px;
    padding: 40px;
    text-align: left;
    /*    box-shadow: 0 0 10px rgba(123,123,123,0.1);*/
}
#go2recruit {
    font-size: 48px;
    color:#000;
    text-align: center;
    display: block;
}
#go2recruit:hover {
    text-decoration: none;
}
/*
#team > div img{
    transition: all 0.4s linear;
}
#team > div:hover img{

    transition: all 0.4s linear;    
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
*/
/*
#team.row {
    margin: 0 -60px;
}*/

#quote {
    /*
    background: transparent url(../img/bg_siteweb5.jpg) center center fixed no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -webkit-background-attachment: scroll;
    */
}
#parallax {
    padding:160px 0;
    /*background: transparent url(../img/bg_parallax.jpg) center bottom fixed no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -webkit-background-attachment: scroll;
    */
    background-color: transparent;
    text-align: center;
    width: 100%;
}
#parallax img {margin: 0 auto;width: 190px;height: auto;}

#parallax.wb {
    background: transparent url(../img/bg/image002.jpg) center bottom fixed no-repeat;
}

#contact {
    color:#fff;
}
#team2 .team-txt {display: none;}
#team2 img {border-radius: 50%;}
#team2 img.opener {width: 90px;height: auto;display: inline-block;}

.row {margin-top: 80px;}
.fixed nav.navbar-fixed-top {
    position: fixed;
    width: 100%;
    display: block;
}
.fixed nav div.navtop {
    margin: 0;
    /*    padding: 0;*/
    transition: margin ease-out 0.2s, padding ease-out 0.2s;
}
section {
    padding: 100px 0 100px;
}
section h1 {
    margin:0 0 100px;
}
section:nth-child(odd) {
    background-color: #f2f2f2;
}
section#quote {
    width: 100%;
    text-align: center;
    background-color: #000;
    background-color: var(--blue-color);
    background-color: transparent;
    text-transform: uppercase;
    padding: 0;
    overflow: hidden;
    /*padding: 200px 0;
    height: 400px;*/
    /*    padding:  0 0 200px 0;*/
}

section#quote h3 span {
    display: block;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}
section#quote h3 {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
}

section#offices {
    overflow: hidden;
}

section#offices > div {
    margin: 0 -120px 0 -120px;
}
section#offices p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
}
section#offices p > span{
    display: inline-block;
    border-left: 2px solid;
    padding: 2px 0 2px 12px;
    margin-left: 12px;
    text-transform: none;
    font-size: 12px;
}

section#offices span.bar {
    height: 3px;
    display: block;
    background-color: #ddd;
    margin-top: 20px;
}
@keyframes loader {

    0% {
        width: 0;
    }
/*
    20% {
        width: 10%;
    }

    25% {
        width: 24%;
    }

    43% {
        width: 41%;
    }

    56% {
        width: 50%;
    }

    66% {
        width: 52%;
    }

    71% {
        width: 60%;
    }

    75% {
        width: 76%;
    
    }

    94% {
        width: 86%;
    }
*/
    100% {
        width: 100%;
    }

}

section#offices span.bar > span.inprogress{
    height: 3px;
    display: block;
    background-color: var(--blue-color);
    width: 0;
    animation: loader 8s ease forwards;
  
}

section#offices .owl-item{
    opacity: 0.8;
    filter:grayscale(1);
    transition: opacity 0.6s 0.1s;
}
section#offices .owl-item.center{
    opacity: 1;
    filter:grayscale(0);
    transition: opacity 0.6s 0.1s;
}

section#offices .owl-item .more{
    display: none;
}

section#offices .owl-item.center .more{
    display: block;
}

.ham {
    display: none;
    text-align: center;margin: 30px 0 0;padding: 0;
}
label {
    font-weight: 300;
}
label[for="inputRGPD"] {
    font-size:0.9em;
}
label[for="inputRGPD"] a{
    color:#fff;
    text-decoration: underline;
}
/*input.checkbox {display: inline-block;}*/

#slider {
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 480px;
    padding: 0;
}
a#slider-nav {position: absolute;
              width:32px;
              height: 32px;
              background: var(--blue-color) url(../img/up-arrow.png) no-repeat center / contain;
              transform: rotate(-90deg);
}
a#slider-nav.next {
    transform: rotate(90deg);
}
#slider a.nav {
    position: absolute;
    bottom: 10px;
    left:-20px;
    color:#fff;
}
#slider a.nav#slider-next {
    left:auto;
    right:-20px;
}
.slide a:hover{
    text-decoration: none;
    color: #999;
}
.slide {
    z-index: 1;
}
.slide {
    display: none;
    background-position: center;
    position:absolute;
    width:100%;
    text-align: center;
    top:0;
    left:17%;
    left:0;
    min-height: 160px;
    /*    height: 100%;*/
}

.slide:first-child {
    display: block;
}
#slider-links {
    z-index: 3;
    position: absolute;
    bottom:80px;
    width: 100%;
    text-align: center;
}
#slider-links a {
    outline: none;
    display: inline-block;
    width:12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 4px 2px;
    border-radius: 50%;
}
#slider-links a.active {
    background-color: #000;
    background-color: transparent;
}
#companies ul {
    padding:0;
    text-align: center;
}
#companies ul li{
    display: inline-block;
    margin:2px 2px 8px;
    padding:8px;
    border:1px solid var(--blue-color);
    text-transform: uppercase;
}
#companies ul li:hover{
    background-color: var(--blue-color);
    color:#fff;
}

ul.bjqs-controls.v-centered li a{
    display:block;
    padding:10px;
    background:#fff;
    color:#000;
    text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
    background:#000;
    color:#fff;
}

ol.bjqs-markers li a{
    background:#000;
    color:#fff;
    margin:5px;
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height:12px;
    text-indent: -9999px;
    overflow: hidden;
    border:1px solid #fff;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
    background: #fff;
    border-color:#000;
}

p.bjqs-caption{
    background: rgba(255,255,255,0.5);
}

.usp img {
    transform: rotate(0deg);
    transition: all 0.4s linear;
    max-width: 240px;
    width: 100%;
    height:auto;
    margin: 0 auto;
}
.usp img.rotate {
    transition: all 0.4s linear;
    transform: rotate(360deg);
}
/*
.usp .row {
    transform: translateY(160px);
    transition: all 0.6s linear;
}
.usp.active .row {
    transform: translateY(0);
    transition: all 0.6s linear;
}
*/
.usp .right {
    text-align: right;
}
.usp .right ul{
    direction: rtl;
}
.usp .right ul li:after {
    content: "\200E‎";
}
.usp .container {}

.tlt {
    font-size: 1.2em;
    color:#fff;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}
ul.clues {
    list-style-type: none;
    text-align: center;
}
ul.clues li {

}

#counter .container > div > div {
    /*border: 1px solid var(--blue-color);
    padding: 10px;
    background-color: #fff;*/
    color:#fff;
    font-size: 12px;
    max-width: 240px;
    margin: 10px auto;
}
.counter {
    /*background-color: var(--blue-color);
    color:#fff;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-size: 1.8em;
    font-weight: 400;*/
    width: 160px;
    line-height: 160px;
    color:#fff;
    text-align: center;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    /*
    border-radius: 50%;
    border: 2px solid #fff;
    */
}

.counter svg {
    position: absolute;
    left:0;
    top:0;
    width: 160px;
    height: 160px;
}

.progress-ring__circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.progress-ring__circle.load {
    stroke-dashoffset:0 !important; 
    transition: 2s stroke-dashoffset;
}


/* -- make sure to declare a default for every property that you want animated -- */
/* -- general styles, including Y axis rotation -- */
#dolphin {
    position: relative;
    z-index: 99;
}
#dolphin > div{
    width: 100%;
    height: auto;

    position: absolute;
    left:0;top:0;
}
#dolphin .recto {
    /*
    position: absolute;
    left:0;top:0;
    */
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /* -- transition is the magic sauce for animation -- */
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#dolphin.flip .recto {
    z-index: 900;
    -webkit-transform: rotateY(179deg);
    transform: rotateY(179deg);
}

#dolphin .verso {
    /*
  position: absolute;
  left:0;top:0;
    */
    -webkit-transform: rotateY(-179deg);
    transform: rotateY(-179deg);

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /* -- transition is the magic sauce for animation -- */
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#dolphin.flip .verso {
    z-index: 901;

    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
}

#dolphin .back label{
    text-align: left;
}
#form-recruit-log {
    text-align: left;
}

a.flipper {color:#fff;}

/*
Flipping box
*/
.flipping-box {
    z-index: 909;
    position: fixed;
    width:100%;
    perspective: 1000;
    /*
    perspective: 1000px;
    transform: scale(0.95);
    */
}

#nav-box {
    width: 100%;
    height: 50px;
    position: absolute;
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

#nav-box div {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    transition: background-color 0.5s;
}
#nav-box h3 {text-align: center;color:#fff;font-size: 12px;font-weight: 400;}

#nav-box .front  { transform: rotateX(   0deg ) translateZ( 25px ); background-color: #000; }
#nav-box .back   { transform: rotateX( 180deg ) translateZ( 25px ); background-color: #000; }
#nav-box .top    { transform: rotateX(  90deg ) translateZ( 25px ); background-color: #000; }
#nav-box .bottom { transform: rotateX( 270deg ) translateZ( 25px ); background-color: #000; }

#nav-box.show-front  { transform: rotateY(    0deg ); }
#nav-box.show-front .bottom { background-color: var(--blue-color); }
#nav-box.show-front .top { background-color: var(--blue-color); }
#nav-box.show-back   { transform: rotateX( -180deg ); }
#nav-box.show-back .bottom { background-color: var(--blue-color); }
#nav-box.show-back .top { background-color: var(--blue-color); }
#nav-box.show-top    { transform: rotateX(  -90deg ); }
#nav-box.show-top .front { background-color: var(--blue-color); }
#nav-box.show-top .back { background-color: var(--blue-color); }
#nav-box.show-bottom { transform: rotateX(   -270deg ); }
#nav-box.show-bottom .front { background-color: var(--blue-color); }
#nav-box.show-bottom .back { background-color: var(--blue-color); }


.modal-overlay {
    position: fixed;
    height: 100%;
    width:100%;
    background-color: #000;
    z-index: 200;
}
.modal-box { 
    position: absolute;
    height: auto;
    width:50%;
    left:25%;
    top: 16%;
    z-index: 201;
    border-radius: 10px;
    padding: 30px;
}
.box-content {
    visibility: hidden;
    /*    margin-top: -50px;*/
}
.modal-box.show {
    transition: background-color 0.5s;
    box-shadow: 0 0 5px rgba(122,122,122,0.5);
    background-color: #fff;

}
.modal-box.show .box-content{
    visibility: visible;
}

.modal-box.rip-box {
    background-color: #000;
    color:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/*
#box-close {
    position:absolute;
    right:10px;
    top:10px;
    display: block;
    width: 18px;
    height: 18px;
    border:1px solid #000;
    background-color: #fff;
    box-shadow:#000 1px 1px 0;
    border-radius: 50%;
}
#box-close:before {
    display: block;
    margin: 2px 0 0 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    vertical-align: top;
    border:1px solid #fff;
    background-color: #000;
    color:#fff;
    content:'';
    font-size: 24px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
}
#box-close:hover {
    box-shadow:#000 0 0;
}
*/
#box-close {
    position:absolute;
    right:10px;
    top:10px;
    display: block;
    width: 18px;
    height: 18px;
    /*border:1px solid #000;
    background-color: #fff;
    box-shadow:#000 1px 1px 0;*/
}
#box-close:hover {
    /*box-shadow:#000 0 0 0;
    right:9px;
    top:11px;*/
}
.close {
    cursor: pointer;
    display:block;
    width: 12px;
    height: 12px;
}
.close:before, .close:after {
    position: absolute;
    left: 7px;
    top:2px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #000;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.rip-box .close:before, .rip-box .close:after {
    background-color: #fff;
}

.box-title {
    font-size: 1.8em;
    padding: 10px 0 10px 20px;;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    color:#000;
}
.js .popup {display: none;}

img.rounded {
    border-radius:50%;max-width: 160px;
    margin:0 auto;
    display: block;
}

#cert_carousel {
    position: relative;
    margin-bottom: 60px;
}
#cert_carousel .nav {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
#cert_carousel .nav.next {
    left: auto;
    right: -20px;
    text-align: right;
}
#cert_carousel .nav img{
    width: 16px;
    height: auto;
}
/*
#cert_carousel > *{
    flex-shrink:1;
    max-width: 100%;
}
*/
#cert_carousel .owl-carousel .item {
    border:4px solid #eee;
    border-radius: 20px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transform: scale(0.9,0.9);
    opacity: 0.8;
    background-color:#fff; 
    transition: all 0.4s 0.1s;
}
#cert_carousel .owl-carousel .item:hover {
    transform: scale(1,1);
    opacity: 1;
    background-color:#eee; 
    border-color: #ccc;
}
#cert_carousel .owl-carousel .item:hover > div:first-child {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#cert_carousel .owl-carousel .item h4 {
    font-size: 22px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    /*margin-bottom: 20px;*/
    flex-grow: 2;
    padding: 0 8px;
    text-align: center;
}
#cert_carousel .owl-carousel .item p {
    margin: 0;
    text-align: center;
    padding: 4px 20px;
    font-size: 0.9em;
}
#cert_carousel .owl-carousel .item .more {
    /*
    position: absolute;
    bottom: 0;
    */
    margin-bottom: 16px;
}
#cert_carousel .owl-carousel .item > div:first-child {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    transition: all 0.4s 0.1s;
}
#cert_carousel .owl-carousel .item img {
    object-fit: contain;
}
#cert_carousel_more {
    text-align: center;
    padding: 0 60px;
}
#cert_carousel_more p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

#cert_carousel_more a {
    display: inline-block;
    color: var(--blue-color);
    border:2px solid var(--blue-color);
    padding: 6px 12px;
    margin-top: 20px;
}

/**
BOOTSTRAP
*/
.wj-center {text-align: center;}
.wj-center img {
    margin: 0 auto;
    display: block;
    max-width: 640px;
    width: 100%;
}
.wj-video {
    margin-top: 4em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
}
.wj-video > div {

}

.wj-video img {
    max-width: 200px;
}
#wj-logo {
    max-width: 184px;
    border: 2px solid var(--blue-color);
    border-radius: 100px;
    padding: 0px 30px;
    margin-top: 8px;
    background-color: #fff;
    transition: background-color 0.2s 0.1s ease;
}
#wj-logo:hover {
    background-color: var(--blue-color);
}
.table > thead > tr {
    background-color: var(--blue-color);
    color: #fff;
}

@media (min-width: 768px) {
/*
    .team-iso > div{
        padding: 30px 60px;
    }
*/
}
@media (min-width: 992px) {

    .team-iso > div{
        padding: 20px 40px;
        width:calc(25% - 10px);
    }

    .guru-center, .guru-center h2 {
        text-align: left;
    }
}
@media (min-width: 1200px) {

/*
    #people > div {
        padding: 30px 60px;
    }
    .team-iso > div{
     width:calc(25% - 15px);
     float:left;
    }
    */
}

@media (max-width:992px) {

.guru-center img {
    margin: 0 auto;
}

section#offices > div {
    margin: 0;
}
section#offices .more {
    margin: 0 20px;
}
    #fullscreen {
        background-size: cover;
        -webkit-background-size: cover;
        display: none;
    }
    #fullscreen .content {
        padding: 0 40px;
    }
    #fullscreen svg, #fullscreen .logo-plg {
        display: block;
        width:100%;
        margin: 100px auto;
        max-width: 480px;
        height:auto;
    } 
    footer .copy,
    footer #chiche{
        float:none;
        text-align: center;
    }

    #team-over {
        position: absolute;
        left: 0;
        top:0;
    }

    .jumbotron {background-image: none;padding-top: 0;}
    .jumbotron h1{color:#000;position: relative;
                  left:0; bottom:0}

    ul#links {display: none;
              padding: 0;
              margin: 20px auto;
              width: 100%;}
    ul#links li,ul#links li:last-child {
        float: none;
        display: block;
        text-align: center;
        margin: 16px 0 0;
    }
    ul#links li a {
        color:#fff;
    }
    #logo {
        display: block;
        float:none;
        margin: 10px auto 0;
    }
    .ham {
        display: block;
    
        margin: 48px 0 16px;
    }
    .fixed nav.navbar-fixed-top {
        position: relative;
    }    
    nav.navbar-fixed-top {
        position: relative;
        width: 100%;
        z-index: 999;
        display: block;
        background: #000 url(../img/bg/image001.jpg) no-repeat center top;
        background-size: cover;
        -webkit-background-size: cover;
        background-size: auto;
        -webkit-background-size: auto;
    }
    nav {
        padding: 80px 0;
    }
    nav div.navtop {
        background-color: transparent;
        margin: 0;
        padding: 40px
    }
    #nav-title h1 {
        color:#fff;
        font-size: 1.2em;
        margin: 0 40px;
    }
    #logo-sm {
        display: none;
    }
    #logo-responsive svg, #logo-responsive .logo-plg {
        display: block;
        margin: 0 auto;
        max-width: 240px;
        width: 100%;
        height: auto;
    }

    .modal-box {
        width:66%;
        left:17%;
    }
    #home {display: none;}
}

/* navbar */
@media (min-width:993px) {

    #nav-title {display: none;}
    .navtop  button {
        display: none;
    }
    ul#links {display: block !important;}


}

@media (max-width:480px) {

    #people > div {
        padding: 2px 8px 8px;
    }
    /*
    .counter {
        width: 120px;
        line-height: 120px;
        font-size: 28px;
    }
    */
}

.verso .form-horizontal .control-label {
    text-align: left;
}
/*
Safari hacks
*/


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ 
    nav.navbar-fixed-top {
        background-size: cover;
        -webkit-background-size: cover;
        
        background-size: auto;
        -webkit-background-size: auto;
    }
    
    #quote, #parallax {
        background-attachment: scroll;
        background-size:auto ;
        -webkit-background-size: auto;
        background-position: center center;
    }

}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) and(max-width:1024px)
{ 
    #quote {
        background-image: url(../img/bg/image002.jpg)
    }
    #parallax{
        background-image: url(../img/bg/image002.jpg);
    }


}


    .ios #quote,
    .ios #parallax {
        background-attachment: scroll;
        
        background-attachment: scroll;
        background-size:auto ;
        -webkit-background-size: auto;
        background-position: center center;
        background-attachment: scroll;
    }