@font-face {
    font-family: 'GilroyExtraBold';
    src: url('../fonts/Gilroy/Gilroy-ExtraBold.otf')  format('truetype');
}

@font-face {
    font-family: 'MyriadSetProUltra';
    src: url('../fonts/myriad/myriad-set-pro_ultralight.ttf')  format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Montserrat-Extra-Light';
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Playfair Display Black';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Black.ttf')  format('truetype');
}
@font-face {
    font-family: 'Playfair Display Bold';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Playfair Display Regular';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Raleway Semibold';
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Raleway Medium';
    src: url('../fonts/Raleway/Raleway-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Raleway Light';
    src: url('../fonts/Raleway/Raleway-Light.ttf')  format('truetype');
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0'); /* IE9 Compat Modes */
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), /* Modern Browsers */
        url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');/* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

html, body {
    position: relative;
    height: 100%;
}
body {
    background: #f8f8f8;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
.swiper-container{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination{
    visibility: hidden;
}

.swiper-pagination-bullet {
       width: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 2px;
    left: 50%;
    display: inline-block;
    border-radius: 4px;
    background: transparent;
    opacity: 0.2;
    border: .5px #cccccc solid;
    background-color: #cccccc;

}

.swiper-pagination-bullet-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    background: #333;
    border-color: #333;
    width: 100%;
}

.swiper-wrapper{
    height: auto;
    width: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 98;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-vertical>.swiper-pagination-bullets {
       left: 50%;
    top: 93%;
    background-color: #fff;
    width: 38px;
    padding: 20px;
    z-index: 99;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



.menu-container{
    z-index: 98;
    
    position: fixed;
    height: 80%;
    width: calc(33.3% - 30px);
    top: 50%;
    left: 50%;
    -webkit-transform: perspective(500px) translate(-50%, -50%) scale(4);
    transform: perspective(500px) translate(-50%, -50%) scale(4);
    
    -webkit-transition: transform 1s;
    transition: transform 1s;
    
    background-color: rgba(255, 255, 255, 0);
    
    border-style: solid;
    border-width: 15px;
    border-color: #c1d61a;
}
.menu-container.home{
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.menu-container.animated{
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(500px) rotateY( 180deg ) translate(50%, 35%) scale(0.2);
    transform: perspective(500px) rotateY( 180deg ) translate(50%, 35%) scale(0.2);
    border-width: 0px;
    border-color: #9c9c9c;
    height: 50%;
    
}


.v-lines{
    z-index: 1;
    position: fixed;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #9c9c9c;
    opacity: .2;
}
.v-lines.line1{
    left: 16.6%;
}
.v-lines.line2{
    left: 33.3%;
}
.v-lines.line3{
    left: 50%;
}
.v-lines.line4{
    left: 66.6%;
}
.v-lines.line5{
    left: 83.3%;
}

.home-blocks-transition{
    position: absolute;
    width: 33.4%;
    background-color: #fff;
    bottom: -10%;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}

.home-blocks-transition.block1{
 height: 0px;  
    left:0;
}
.home-blocks-transition.block2{
 height: 0px; 
    left:33.3%;
}
.home-blocks-transition.block3{
 height: 0px;
    left: 66.6%
}

.home-blocks-transition.block1.animated{
    height: 100%;
    left:0;
}
.home-blocks-transition.block2.animated{
    height: 80%;
    left:33.3%;
}
.home-blocks-transition.block3.animated{
    height: 40%;
    left: 66.6%
}


.intro .shadow{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    
}

.volet{
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    width: 100%;
    -webkit-transition: height 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    -moz-transition: height 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    -o-transition: height 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: height 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition-delay: .5s;
    
}
.volet.home{
    height: 0px;
}
.intro-box{
    z-index: 99;
    position: absolute;
    width: 40%;
    height: auto;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 12px;
    font-weight: 700;
    font-size: 50px;
    text-align: left;
    color: #fff;
    top: 50%;
    left: 20%;
    /*transform: translate(-33%, -50%);*/
    
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}
.intro-box.animated{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.over-twenty{
    z-index: 99;
    position: absolute;
    top: 20%;
    left: 20%;
    height: auto;
    width: 250px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}
.home-container .over-twenty{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.over-twenty.animated{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.slide1 .over-twenty{
    color: #333;
    top: 30%;
        
}
.epm .over-twenty{
    color: #333;
    top: 30%;
        
}
.rm .over-twenty{
    color: #333;
    top: 30%;
        
}
.digital .over-twenty{
    color: #333;
    top: 30%;
        
}
.that-move{
    z-index: 99;
    position: absolute;
    bottom: 20%;
    left: 68%;
    height: auto;
    width: 250px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}
.home-container .that-move{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;

        
}
.that-move.animated{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;

        
}
.slide1 .that-move{
    color: #333;
}
.epm .that-move{
    color: #333;
}
.rm .that-move{
    color: #333;
}
.digital .that-move{
    color: #333;
}

.footer{
    z-index: 99;
    position: absolute;
    font-size: 14px;
    color: #333;
    bottom: 2%;
}
.footer.contact{
    left: 2%;
   
}
.footer.explore{
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
   
}

.footer.home{
    color: #fff;
}

.circle {
    position: fixed;
    width: 200px;
    height: 200px;
    z-index: 99;
    left: 2%;
    top: 2%;
    
    background: #000;
    background-image: url(../img/logo_circle.svg);
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-position: 25px 19px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 200px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.slide-box{
    z-index: 99;
    position: absolute;
    width: 40%;
    height: auto;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 12px;
    font-weight: 700;
    font-size: 50px;
    text-align: left;
    color: #333;
    top: 50%;
    left: 20%;
    /*transform: translate(-33%, -50%);*/
    
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}
.slide-box.animated{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}

.contact .slide-box{
    color: #fff;
}

.slide-opaque-box{
    position: absolute;
    width: 33.3%;
    height: 60%;
    background-color: rgba(234, 234, 219, 0.8);
    right: 33.3%;
    z-index: 2;
    top: 30%;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}
.slide-opaque-box.animated{
   -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}

.epm .slide-opaque-box{
    background-color: rgba(224, 193, 170, 0.8);
}
.rm .slide-opaque-box{
    background-color: rgba(0, 196, 255, 0.5);
}
.digital .slide-opaque-box{
    background-color: rgba(197, 197, 197, .5);
}
.contact .slide-opaque-box{
    background-color: rgba(193, 214, 26, 0.8);
}

.slide-img-box{
    position: absolute;
    width: 40%;
    height: 60%;
    background-image: url(/img/frontpage.jpg);
    background-size: cover;
    top: 0;
    right: 10%;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.slide-img-box.animated{
   -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}
.epm .slide-img-box{
    background-image: url(/img/budget.jpg);
    background-position-x: -200px;
}
.rm .slide-img-box{
    background-image: url(/img/rigth-rate.jpg);
}
.digital .slide-img-box{
    background-image: url(/img/social.jpg);
}
.contact .slide-img-box{
    background-image: url(/img/atomium.png);
}





@-webkit-keyframes fadeInUpWord {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotate(90deg) ;
    transform: translate3d(0, 100%, 0) rotate(90deg) ;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(90deg) ;
    transform: rotate(90deg) ;
  }
}


@keyframes fadeInUpWord {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotate(90deg) ;
    transform: translate3d(0, 100%, 0) rotate(90deg) ;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(90deg) ;
    transform: rotate(90deg) ;
  }
}

.fadeInUpWord {
  -webkit-animation-name: fadeInUpWord;
  animation-name: fadeInUpWord;
}

@-webkit-keyframes fadeOutUpWord {
  from {
    opacity: 1;
    -webkit-transform: rotate(90deg) ;
    transform: rotate(90deg) ;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotate(90deg) ;
    transform: translate3d(0, 100%, 0) rotate(90deg) ;
  }
}


@keyframes fadeOutUpWord {
  from {
    opacity: 1;
    -webkit-transform: rotate(90deg) ;
    transform: rotate(90deg) ;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotate(90deg) ;
    transform: translate3d(0, 100%, 0) rotate(90deg) ;
  }
}

.fadeOutUpWord {
  -webkit-animation-name: fadeOutUpWord;
  animation-name: fadeOutUpWord;
}



.word {
        position: absolute;
    left: 76.6%;
    color: #f8f8f8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-family: 'Playfair Display Black', sans-serif;
    font-size: 210px;
  width: 1.5em;
    -moz-transform: rotate(90.0deg);  /* FF3.5+ */
       -o-transform: rotate(90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(90.0deg);  /* Saf3.1+, Chrome */
     -webkit-animation-name: fadeOutUpWord;
    animation-name: fadeOutUpWord;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both; 
        
}



.word.animated{
   -webkit-animation-name: fadeInUpWord;
    animation-name: fadeInUpWord;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    
}
.contact .word{
    color: #3a3939;
}

.arrow {
    position: absolute;
    bottom: 4%;
    background-image: url(../img/button-arrow-down-black.svg);
    margin-top: -27px;
    left: 83.3%;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99;
    -webkit-animation-name: bounceDown;
    animation-name: bounceDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.arrow.home{
    background-image: url(../img/button-arrow-down-light.svg);
}
}