/*
Theme Name: Techstyle
*/

@font-face {
  font-family: 'GothamBlack';
  src: url('fonts/GothamBlack.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamLight';
  src: url('fonts/GothamLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMedium';
  src: url('fonts/GothamMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBold';
  src: url('fonts/GothamBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamUltra';
  src: url('fonts/GothamUltra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* browser reset */


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;
}
html {
  height: 100%;
  font-size: 62.5%;
  
}
html.margin {
  margin-top: 0 !important;
}
#page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body {
  line-height: 1.2;
  height: 100%;
  font-size: 1.6rem;
  font-family: 'GothamLight', Arial, sans-serif;
  min-width: 320px;
  opacity: 0;
}
body.loaded {
  opacity: 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: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  color: #0041dc;
}

/* change colours to suit your needs */

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: none;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;   
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  outline: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
input:focus::-o-input-placeholder,
textarea:focus::-o-input-placeholder {
  color: #ccc;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
  color: #ccc;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}
input::-o-input-placeholder,
textarea::-o-input-placeholder {
  opacity: 1;
  color: #333;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
  opacity: 1;
  color: #333;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
  opacity: 1;
  color: #333;
}
p {font-size: 1.4rem; line-height: 2rem; }
h1 {font-size: 2.8rem;}
h2 {font-size: 2.6rem;}
h3 {font-size: 2.4rem;}
h4 {font-size: 1.8rem;}
h1,h2,h3,h4 {margin-bottom: 25px; color: #000; font-weight: normal;}


img.aligncenter {
  display: block;
  margin: 0 auto;
}
/* floating */

.alignleft  { 
  float: left!important; 
  margin: 6rem 7% 6rem -6rem;
} 
.alignright { 
  float: right!important;
  float: right!important;
  margin: 4rem -1.5rem 6rem 7% !important;
}
.aligncenter {
  float: none;
  max-width: 100%;
  margin: 0 0 6rem;
}
.content-news figcaption {
  margin: 4rem 0;
}

/* text aligments */

.text-left  { text-align: left!important; }
.text-right { text-align: right!important; }
.text-center { text-align: center!important; }

/* ============= STRUCTURE ============== */
.down {
  position: fixed;
  top: 50%;
  right: 0; 
  color: #000;
  font-family: "GothamBlack", Arial, sans-serif;
  padding-left: 5rem;
  -webkit-transform: rotate(-90deg) translate3d(90%, -6px, 0px);
  -ms-transform: rotate(-90deg) translate3d(90%, -6px, 0px);
  transform: rotate(-90deg) translate3d(90%, -6px, 0px);
  will-change: transform;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 999 !important;
}
.down span {
  position: absolute;
  overflow: hidden;
  top: 50%;
  right: 10rem;
  height: 3px;
  width: 15rem;

}
.down span:before {
  position: absolute;
  top: 0;
  right: -15rem;
  content: "";
  height: 3px;
  width: 100%;
  background: #0041dc;
}
.down span:before {
  -webkit-animation: 3s ease 0s forwards infinite running animHomeHeaderLine;
  -ms-animation: 3s ease 0s forwards infinite running animHomeHeaderLine;
  animation: 3s ease 0s forwards infinite running animHomeHeaderLine;
}
.down.start-line span:before {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  -ms-animation-name: none;
  animation-name: none; 
}
.down.start-line span {
  width: 0px;
  background: #0041dc;
}
@-webkit-keyframes animHomeHeaderLine {
  0% {
      right: -15rem;
  }
  50% {
      right: 0rem;
  }
  100% {
     right: 15rem;
  }
}
@keyframes animHomeHeaderLine {
  0% {
      right: -15rem;
  }
  50% {
      right: 0rem;
  }
  100% {
     right: 15rem;
  }
}
.inner {
  max-width: 1466px;
  margin: 0 auto;
}
.pos-over {
  position: relative;
  z-index: 2;
}
.elipse {
  position: absolute;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: cell 20s linear infinite;
    animation: cell 20s linear infinite
}
@-webkit-keyframes cell {
    0% {
        -webkit-transform: translate(0, 0) scale(1)
    }
    20% {
        -webkit-transform: translate(50px, -50px) scale(1.05)
    }
    40% {
        -webkit-transform: translate(100px, -50px) scale(.9)
    }
    60% {
        -webkit-transform: translate(150px, 0) scale(1)
    }
    80% {
        -webkit-transform: translate(100px, 50px) scale(1)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1)
    }
}

@keyframes cell {
    0% {
        transform: translate(0, 0) scale(1)
    }
    20% {
        transform: translate(50px, -50px) scale(1.05)
    }
    40% {
        transform: translate(100px, -50px) scale(.9)
    }
    60% {
        transform: translate(150px, 0) scale(1)
    }
    80% {
        transform: translate(100px, 50px) scale(1)
    }
    100% {
        transform: translate(0, 0) scale(1)
    }
}
.elipse.big {
  border:23rem solid rgba(0, 65, 220, .9);
  bottom: 51rem;
  height: 97rem;
  right: -60rem;
  width: 97rem;
  z-index: 2;
}
.elipse.middle {
  border:17rem solid rgba(0, 65, 220, .9);
  bottom: -16rem;
  height: 70rem;
  left: -5%;
  width: 70rem;
  z-index: 2;
}
.section-one .elipse.middle {
  bottom:auto;
  top: 0;
}
#circulair_motion3 {
  top:-50%;
}
.elipse.small {
  border:16rem solid rgba(0, 65, 220, .9);
  height: 40rem;
  left: 18%;
  top: -31rem;
  width: 40rem;
  z-index: 2;
}
.hero-section .elipse.small {
  left: auto;
  right: -7rem;
  top: -33rem;
}
.dream .elipse.middle {
  bottom: -74rem;
  left: 7rem;
}
.member .elipse.small {
  bottom:0;
  top:auto;
  z-index: 1;
}
.section-lines {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.section-lines span {
  border-right:1px solid rgba(0, 0, 0, 0.05);
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
}
.section-lines span em {
  position: absolute;
  right: -2px;
  background: #0041dc;
  width: 3px;
}
.section-lines span em.middle {
  height: 13px;
}
.section-lines span em.long {
  height: 24px;
}
.section-lines span em.small {
  height: 9px;
}

body.home .section-lines span:nth-child(4) {
    background-position: right -800px;
}

.home .site-content {
  padding: 0;
}
.site-content {
  overflow: hidden;
  padding-top: 23rem;
}

/* ============= HEADER =========== */
body.home #page {
  background: #fff url('images/bg-header.jpg') 100% 0 no-repeat;
  -webkit-background-size: 85.5% auto;
  background-size: 85.5% auto;
}
#header {
  font: 14px/1.2 'GothamBlack', Arial, sans-serif;
  padding: 7rem 0 0;
  -webkit-transition: padding 0.5s ease 0s, background 0.5s ease 0s;
  -ms-transition: padding 0.5s ease 0s, background 0.5s ease 0s;
  transition: padding 0.5s ease 0s, background 0.5s ease 0s;
  width: 100%;
  position: fixed;
  z-index: 9999;
}
#header.shrink {
  padding: 3rem 0;
  background: #fff;
  position: fixed;
  /*box-shadow: -6px 0 13px 2px rgba(0, 0, 0, 0.5);*/
}
#logo > img {
  vertical-align: top;
  width: 21.5rem;
  -webkit-transition: width 0.5s ease 0s;
  -ms-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
}
.shrink #logo > img {
  height: auto;
  width: 140px;
}
#header .inner:after {
  content: "";
  display: block;
  clear: both;
}
#header-menu {
  float: right;
  margin: 25px 0 0;
  -webkit-transition: margin 0.5s ease 0s;
  -ms-transition: margin 0.5s ease 0s;
  transition: margin 0.5s ease 0s;
}
.shrink #header-menu {
  margin: 10px 0 0;
}
#logo {
  float: left;
  opacity: 0;
  -webkit-transform: translateX(-10rem);
  transform: translateX(-10rem);
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
#header.active #logo,
#header.active #site-navigation li {
  opacity: 1;
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
}
#site-navigation ul {
  list-style-type: none;
}
#site-navigation li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 7rem;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-10rem);
  transform: translateX(-10rem);
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}

#header.active #site-navigation li:nth-child(2) {
  transition-delay: 0.2s;
}
#header.active #site-navigation li:nth-child(3) {
  transition-delay: 0.3s;
}
#header.active #site-navigation li:nth-child(4) {
  transition-delay: 0.4s;
}
#header.active #site-navigation li:nth-child(5) {
  transition-delay: 0.5s;
}
#site-navigation li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .3s ease .0s;
  -ms-transition: color .3s ease .0s;
  transition: color .3s ease .0s;
  text-transform: lowercase;
}
#site-navigation li a:hover,
#site-navigation li.active > a,
#site-navigation .sub-menu li.active > a,
#site-navigation > div > ul > li:hover > a {
  color: #0041dc;
}
.brand-link a {
text-transform: none;
}
#site-navigation .sub-menu li a sup {
  vertical-align: super;
  font-size: 10px;
}

/*Hero section*/
.holder-section {
  position:relative;
}
.hero-section .inner {
  width: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20%;
}

.hero-section .hero-text-holder {
  z-index: 3;
  width: 50%;
  float: right;
  position: relative;
}

.hero-section .holder-img {
  padding: 0 0 0 10%;
  position: relative;
  z-index: 2;
}
.hero-section .holder-img img {
  opacity: 0;
  -webkit-transform: translateY(10rem);
  -ms-transform: translateY(10rem);
  transform: translateY(10rem);
  will-change:transform;
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
.hero-section.active .holder-img img {
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  opacity: 1;
} 
.hero-section .hero-text-holder p {
  font-family: 'GothamBlack', Arial, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}
.hero-section .hero-text-holder .phrase > p {
  opacity: 0;
}
.hero-section .hero-text-holder p strong {
  font-style: normal;
  color: #0041dc;
}
.text-effect {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 20%;
}
.text-effect:nth-child(2) {
  left:0;
}
.text-effect:nth-child(3) {
  left:20%;
}
.text-effect:nth-child(4) {
  left:40%;
}
.text-effect:nth-child(5) {
  left: 60%;
}
.text-effect:nth-child(6) {
  left:80%;
}
.text-effect:nth-child(7) {
  left:100%;
}

.text-effect:nth-child(3) .text-inner {
  left:-100%;
}
.text-effect:nth-child(4) .text-inner{
  left:-200%;
}
.text-effect:nth-child(5) .text-inner{
  left:-300%;
}
.text-effect:nth-child(6) .text-inner{
  left:-400%;
}
.text-effect:nth-child(7) .text-inner{
  left:-500%;
}

.text-effect .square {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform:translateX(-8.3333vw);
  -ms-transform:translateX(-8.3333vw);
  transform:translateX(-8.3333vw);
  width: 100%;
  opacity: 0;
  will-change: transform;
}
.show-heading {
  visibility: hidden;
  opacity: 0;
}
.text-inner {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  width: 500%;
  left: 0;
}
body.home .down{
  top: 50%;
  -webkit-transform: rotate(-90deg) -webkit-translate3d(90%, -6px, 0px);
  -ms-transform: rotate(-90deg) translate3d(90%, -6px, 0px);
  transform: rotate(-90deg) translate3d(90%, -6px, 0px);
  position: fixed;
  z-index: 10;
}
.social-menu {
  left: 10%;
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.social-menu ul {
  padding: 0;
  margin:0;
  list-style:none;
}
.social-menu ul li {
  margin: 0 0 5rem;
  position: relative;
}
.social-menu ul li a {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}
.social-menu ul li svg .icon-twitter,
.social-menu ul li svg .icon-facebook,
.social-menu ul li svg .icon-instagram {
  -webkit-transition: fill .3s ease .0s;
  -ms-transition: fill .3s ease .0s;
  transition: fill .3s ease .0s;
}

.social-menu ul li svg:hover .icon-twitter,
.social-menu ul li svg:hover .icon-facebook,
.social-menu ul li svg:hover .icon-instagram {
  fill:#0041dc;
}

.holder-section .title-box {
  position:relative;
}
.paralax{
  -webkit-transition: -webkit-transform .8s ease .0s;
  -ms-transition: transform .8s ease .0s;
  transition: transform .8s ease .0s;
  will-change:transform;
}
.hero-section {
    margin: 0 0 -37.5rem;
}
/*Section one*/

.section-one {
  /*background-image: url(images/bg-02.jpg), url(images/bg-style.jpg);
  background-position: 0 18rem , 100% 0;
  background-repeat: no-repeat, no-repeat;*/
  position: relative;
  z-index: 5;
}
.section-one .section-lines {
  top: 37.5rem;
}
.hero-section:after,
.section-one:before {
  content:"";
  position: absolute;
  z-index: 0;
}
.hero-section:after {
  background: url(images/bg-02.jpg) 0 0 no-repeat;
  width: 73%;
  height: 50%;
  bottom: -35%;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-one .inner {
  padding: 0 0 0 5rem;
}
.section-one .col {
  width: 49%;
  display:inline-block;
  vertical-align: top;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20rem);
  -ms-transform: translateY(20rem);
  transform: translateY(20rem);
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
.section-one .col:first-child .holder-text,
.dream .desc-block .holder-text {
  padding: 0 0 0 2.5rem;
}
.section-one .col:last-child {
  transition-delay: .6s; 
}
.section-one.active .col {
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  opacity: 1;
}
.section-one .col:first-child figure {
  max-width: 520px;
  margin: 0 0 -9rem 9rem;
  box-shadow: 68px 7px 45px -3px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}
.section-one .col:first-child .desc-block {
  max-width: 520px;
  background: #fff;
  padding: 17rem 14rem 7rem 9rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-one .col:nth-child(2) figure {
  max-width: 75%;
  position: relative;
  margin: -7rem 0 0 -27rem;
  float: left;
}
.section-one .col:nth-child(2) figure:before {
  bottom: 2px;
  box-shadow: 0 10px 45px 7px rgba(0, 0, 0, 0.7);
  content: "";
  height: 3rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 82%;
  z-index: 0;
}
.section-one .col figure img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.section-one .col:nth-child(2) div.title {
  padding: 10rem 0 0 20%;
}
h2.title,
.single h1,
.conent-single h1.title,
.related .rpbt_shortcode h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-family: 'GothamBlack', Arial, sans-serif;
  margin: 0 0 6rem;
  letter-spacing: 3px;
}

.section-one .col:nth-child(2) h2 {
  max-width: 485px;
}
h3.subtitle {
  font-size: 14px;
  font-family: 'GothamBlack', Arial, sans-serif;
  margin: 0 0 2rem 2.5rem;
  color: #0041dc;
  position: relative;
  padding: 0 0 0 4rem;
  letter-spacing: 1px;
}
h3.subtitle:before {
  content: "";
  height: 3px;
  width: 2.2rem;
  background: #0041dc;
  position: absolute;
  left: 0;
  top: 50%;
}
.section-one .col p,
.tab-box .holder-block p,
.member .desc-block p,
.dream .desc-block p {
  color: #656565;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 5rem;
}
.section-one .col p strong,
.dream .desc-block p strong {
  color: #000;
  font-family: 'GothamBold', Arial, sans-serif;
  font-weight: normal;
}
.section-one .col .holder-text{
  max-width: 200px;
}
.dream .desc-block .holder-text {
  max-width: 250px;
}
.section-one .col:nth-child(2) .holder-text {
  margin: 0 0 0 10%;
  float: left;
  max-width: 100%;
  width: 25%;
}
.read-more {
  font-family: 'GothamBold', Arial, sans-serif;
  color: #0041dc;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  padding: 12px 10px 10px;
  display: inline-block;
  font-size: 1.4rem;
}
.effect-link:before, .effect-link:after {
  background: #0041dc;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);

  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  width: 100%;
}
.effect-link:after {
    opacity: 0;
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0s, opacity 0.3s 0s, transform 0.3s 0s;
}
.effect-link:hover:before, .effect-link:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
} 
.effect-link:hover:after {
    opacity: 1;
    top: 0;
}
/*Platform section*/ 

.platform {
  position: relative;
  padding: 0 0 10%;
  z-index: 4;
}
.platform:after {
  content: "";
  display: block;
  clear: both;
}
.platform-inner {
  float: right;
  width: 88%;
  position: relative; 
  z-index: 2;
}
.platform .holder-images {
  position: relative;
  padding: 0 0 0;
}
.platform .tab-box figure {
  right: 0;
  margin: 7rem 0 -1px;
  text-align: right;
  position: relative;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  opacity: 0;
  box-shadow: 18rem 8rem 7rem -28px rgba(0, 0, 0, 0.5);
}
.platform .tab-box figure.slick-active,
.platform .tab-box figure.slick-current  {
  opacity: 1 !important;
}
.platform .fixed-frame {
  z-index: 3;
}
.platform .tab-box > em {
  width: 22%;
  height: 44.5%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -1px;
  opacity: 1;
  z-index: 1;
}
.platform .tab-box figure.video-block em:not(:first-child) {
  opacity: 0;
}
.platform .tab-box figure.video-block {
  padding: 0 0 65.9%;
  width: 100%;
}
.platform .tab-box video {
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: top;
  width: auto;
  z-index: -1;
  overflow: hidden;
}
.platform .tab-box figure img {
  width: 100%;
  height: auto;
  display: block;
  /*padding: 0 15% 0 0;*/
}
.platform .title-box {
  float: left;
  width: 21%;
  margin: 0 0 6rem -1%;
  text-align: right;
  position: relative;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  z-index: 3;
}
.platform .title-box h3 {
  display:inline-block;
}
.platform .tab-box {
  float: right;
  width: 80%;
  -webkit-transform: translateY(20rem);
  -ms-transform: translateY(20rem);
  transform: translateY(20rem);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
.platform.active .tab-box {
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  opacity: 1;
}
.tab-box .holder-block {
  position: absolute;
  width: 52.5rem;
  height: 84rem;
  background: rgba(0, 65, 220, .95);
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 40%;
  top: -5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.tab-box .holder-block h3 {
  color: #fff;
  font-family: 'GothamUltra', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 4rem;
}
.tab-box .holder-block h3 a {
  color: #fff;
  text-decoration: none;
}
.tab-box .holder-block p {
  color: #fff;
}
.number-slide {
  font-size: 35.5rem;
  color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 2.5rem;
  right: -2.5rem;
  font-family: 'GothamBlack', Arial, sans-serif;
  line-height: 0.5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.frame-block.slick-active .number-slide {
  opacity: 1;
}
.effect-link a:before, .effect-link a:after {
  background: #566473;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 100%;
}
.holder-button {
  position: relative;
  z-index: 1;
}
.trans-btn {
  display: inline-block;
  border:3px solid #fff;
  text-decoration: none;
  color: #fff;
  font-family: 'GothamBlack', Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
  font-size: 1.6rem;
}


/*-------------------------------------------------------*/

.trans-btn2 {
  display: inline-block;
  border:3px solid #fff;
  text-decoration: none;
  color: #fff;
  font-family: 'GothamBlack', Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  -webkit-backface-visibility:none;
  outline: none;
  overflow: hidden;
  font-size: 1.6rem;
}
.trans-btn2 strong,
.trans-btn2 span,
.trans-btn2 em {
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.trans-btn2 strong {
  display: block;
  opacity: 0;
}
.trans-btn2 span,
.trans-btn2 em {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility:none;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}
.trans-btn2 span {
  left:0;
}
.trans-btn2 em {
  font-style: normal;
  background: #fff;
  color: #0041dc;
  left:-100%;
}
.trans-btn2:hover span{
  left:100%;
  -webkit-backface-visibility:none;
}
.trans-btn2:hover em{
  left:0;
  -webkit-backface-visibility:none;

}

/*----------------------------------------------------------*/


.trans-btn:before {
  background: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #0041dc;
  content: attr(data-hover);
  height: 100%;
  left: 0;
  padding: 1rem 2rem;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  z-index: -1;
}

.trans-btn span {
  background: transparent;
  display: block;
  padding: 1rem 2rem;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  z-index: 1;
}
.trans-btn:hover:before,
.trans-btn:focus:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.trans-btn:hover span,
.trans-btn:focus span {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.trans-btn.blue,
.trans-btn2.blue {
  border-color:#0041dc;
  color: #fff;
  padding: 0;
  background: #0041dc;
  z-index: 1;
}
.trans-btn.blue:before,
.trans-btn2.blue em {
  background: #0041dc;
  color: #fff;
}
.tab-box .trans-btn2 span {
  background: transparent;
  color: #fff;
}
.trans-btn span,
.trans-btn2 span {
  background: #fff;
  color: #0041dc;
}
.platform .trans-btn span {
  background: #0041dc;
  color: #fff;
}
/*.tab-box .holder-images figure,
.tab-box .holder-block .frame-block {
  position: absolute;
}
.tab-box .holder-block .frame-block:not(:first-child),
.tab-box .holder-images figure:not(:first-child) {
  display: none;
}*/
.tab-box .holder-block .frame-block {
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.tab-box .holder-block .frame-block.slick-active {
  z-index: 1;
}
.tab-box .frame-text {
    padding: 34% 27% 34% 18%;
    -webkit-backface-visibility: hidden;
}
.tab-box .frame-text {
  padding: 34% 27% 34% 18%;
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  will-change:transform;
}
.tab-box .slick-active .frame-text {
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
  opacity: 1;
}
.tab-box .switcher ul {
  list-style: none;
  margin:0;
  padding: 0;
}
.tab-box .switcher ul li {
  float: right;
  margin: 0 8px 0 12px;
}
.tab-box .switcher ul li a,
.tab-box .switcher ul li span {
  color: #5c84f1;
  font-size: 12px;
  font-family: 'GothamBlack', Arial, sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.tab-box .switcher ul li em {
  display: none;
}
.tab-box .switcher ul li span {
  color: #fff;
  display: inline-block;
  margin: 0 10px 0 0;
}
.switcher {
  position: absolute;
  left: 18%;
  bottom: 7rem;
  width: 60%;
  z-index: 2;
}
.tab-box .switcher ul li a:hover {
  color: #fff;
}
.tab-box .switcher ul li.active > a {
    display: none;
}
.tab-box .switcher ul li.active em,
.tab-box .direction em {
  background: #fff;
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  width: 5rem;
  margin: 0 5px 0 0;
}
.tab-box .direction {
    width: 9rem;
    text-align: center;
}
.tab-box .direction,
.progress-slide {
    display: inline-block;
    text-align: left;
    width: 45%; 
}
.progress-line > span {
    background: #fff;
    display: block;
    height: 3px;
    margin: 5px 0 0;
    width:0px;
}
.progress-slide {
  font-size: 12px;
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}
.tab-box .count-slide {
  font-family: 'GothamBlack', Arial, sans-serif;
  font-size: 12px;
}
.tab-box .total-slide {
  font-family: 'GothamLight', Arial, sans-serif;
  font-size: 12px;
}
.tab-box .direction span {
  cursor: pointer;
  font-family: 'GothamBlack', Arial, sans-serif;
  -webkit-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  background: transparent !important;
}
.tab-box .direction span:hover {
  opacity: .5;
}
.tab-box .direction em {
  margin: 0 10px 1px;
  width: 2.5rem;
}

/*Section driven*/

.driven {
  position: relative;
  padding: 0 0 4rem;
}
.driven:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1350px;
  background: url(images/bg-section1.jpg) 0 0 no-repeat;
  top: -40rem;
  left: 0;
}
.driven .title-box {
  margin: 0 0 0 14rem;
  max-width: 400px; 
  position: relative;
}
.driven .box {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.driven .box-inner {
  display: inline-block;
  padding: 0 15rem 0 0;
  position: relative;
  vertical-align: top;
}
.driven .large-text,
.driven .small-text {
  font-size: 26rem;
  font-family: 'GothamBlack', Arial, sans-serif;
  color: #0041dc;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  line-height: .8;
}
.statistics-holder {
  text-align: center;
}
.driven .small-text {
  bottom: -4.5rem;
  text-align: left;
  display: block;
  font-size: 3rem;
  height: 10rem;
  line-height: 1.2;
  position: absolute;
  right: -15rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left center 0;
  transform-origin: left center 0;
  white-space: initial;
  width: 25rem;
}
.statistics {
    display: block;

    margin: 0 0 1rem;
}

.statistics .slick-list {
  overflow: visible;
}
.statistics .stats-control {
  display: none;
}

/*Section home brands*/

.member {
  padding: 0 0 20rem;
  position: relative;
  z-index: 2;
}
.member:after {
  background: url("images/bg-section2.jpg") no-repeat 100% 0;
  bottom: -20rem;
  content: "";
  height: 96.5rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.member:after {
  content: "";
  display: block;
  clear: both;
}
.member .title-box {
  margin: 0 0 24rem 9rem;
  max-width: 400px;
  text-align: right;
}
.member .subtitle {
  display: inline-block;
}
.member .box-brand {
  width: 50%;
  float: left;
  position: relative;
  -webkit-transform: translateY(6rem);
  -ms-transform: translateY(6rem);
  transform: translateY(6rem);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
.member .box-brand.animate {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}
.member .box-brand.block1 figure {
  float: right;
  width: 60%;
}
.member .box-brand.block2 figure {
  width: 75%;
  box-shadow: none;
  position: relative;
}
.member .box-brand.block2 figure:after {
  content: "";
  box-shadow: 0rem 7rem 2rem -10px rgba(0, 0, 0, 0.25);
  height: 100%;
  position: absolute;
  right: 0;
  width: 83%;
  z-index: -1;
  bottom: 1.5rem;
}

.member .box-brand figure {
  box-shadow: 0rem 7rem 2rem -10px rgba(0, 0, 0, 0.25);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.box-brand figure > a {
    display: block;
    overflow: hidden;
}
.member .box-brand figure em {
  opacity:0;
  -webkit-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.member .box-brand figure:hover em {
  opacity: .5;
}
.member .box-brand img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.member .box-brand figure:hover img,
.member .box-brand.hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.box-brand.block1 {
  text-align: right;
}
.box-brand.block1 figure,
.box-brand.block2 figure {
  max-width: 445px;
}
.box-brand.block3 figure {
  max-width: 320px;
}
.box-brand.block1 .desc-block {
  bottom: 7rem;
  left: 2rem;
}
.box-brand.block2 {
  margin: -34rem 0 0;
  width: 40%;
}
.box-brand .desc-block {
  background: rgba(255, 255, 255, 0.9) repeat 0 0;
  max-width: 340px;
  padding: 8rem 7rem 6rem 5rem;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.box-brand .desc-block h2 {
  font-size: 3rem;
  font-family: 'GothamUltra', Arial, sans-serif;
  margin: 0 0 4rem;
  text-transform: uppercase;
}
.member .box-brand .caption {
  color: #0041dc;
  font-size: 16px;
  position: absolute;
  right: -2rem;
  text-align: left;
  text-transform: uppercase;
  top: -6rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 24rem;
  z-index: 1;
  font-family: 'GothamBlack', Arial, sans-serif;
}
.member .block1 .caption {
  right: -4rem;
  top: -9rem;
}
.member .block2 .desc-block {
  bottom: 3rem;
  right: -7rem;
}
.member .block2 .caption {
  right: 8rem;
  top: -3rem;
}
.member .block3 {
  margin: 25rem 0 0 10%;
  width: 22%;
}
.member .block3 .caption {
  right: 8rem;
  top: -3rem;
}
.member .block3 .caption {
  left: -4rem;
  top: -7rem;
  width: 18rem;
}
.row:after {
    clear: both;
    content: "";
    display: block;
}
.member .block3 .desc-block {
    bottom: auto;
    right:  auto;
    position: relative;
    margin: -14rem 0 0 -17rem;
}

/*Section dream */

.dream {
  position: relative;
  margin: 0 0 11rem;
}
.dream:after {
  background: url("images/bg-section3.jpg") no-repeat 0 0;
  bottom: -43rem;
  content: "";
  height: 96.5rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.dream .inner:after {
  content: "";
  display: block;
  clear: both;
}
.dream figure {
  width: 70%;
  box-shadow: 0rem 4rem 2rem -10px rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 0 0 8rem;
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.7s ease 0s, -webkit-transform 1.27s ease 0s;
  -ms-transition: opacity 0.7s ease 0s, transform 1.2s ease 0s;
  transition: opacity 0.7s ease 0s, transform 1.2s ease 0s;
}
.dream.active figure {
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
  opacity: 1;
}
.dream figure img {
  display: block;
  width: 100%;
  height: auto;
}
.dream .desc-block {
  width: 36%;
  margin: 20rem 0 0 -18%;
  float: left;
  background: #fff;
  padding: 11rem 8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}
#colophon {
  overflow: hidden;
}
.dream .fashion-bg {
  right: auto;
  left: -5rem;
  -webkit-transform: rotate(-90deg) translate3d(115rem, -69rem, 0px);
  -ms-transform: rotate(-90deg) translate3d(115rem, -69rem, 0px);
  transform: rotate(-90deg) translate3d(115rem, -69rem, 0px);
  z-index: 1;
  background: none;
  color: #E5E5E5;
}



/*Single post blog*/

#primary {
  position: relative;
  z-index: 3;
}
.inner.related {
    padding: 0 16% 15rem;
}
.single-jobs .inner.related {
    padding: 0 16% ;
}
.single-post h1.title,
.conent-single h1.title {
  margin: 0 0 6rem;
}
.single-post #primary > .inner {
  max-width: 1245px;
}
.holder-lines .inner {
    max-width: 100%;
    padding: 0 16%;
    position: relative;
}
/*.holder-lines.shop-video .inner{
  padding: 0 9%;
}*/
.holder-lines.shop-video .inner .video-frame{
  width: 840px;
  height: 473px;
}
.holder-lines .inner:after {
  content: "";
  background: url("images/bg-single2.png") repeat 0 0;
  height: 100%;
  max-width: 68%;
  position: absolute;
  top: 0;
  width: 100%;
}
.single .title-box,
.conent-single .title-box  {
  padding: 0 16% 0 23%;
  position: relative;
  z-index: 5;
}
.single-post .title-box h3,
.conent-single .title-box h3 {
  margin: 0 0 2rem 3rem;
}
.content-news {
  overflow: hidden;
  position: relative;
  padding: 15rem 5% 19rem 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -10rem 0 5rem;
  z-index: 3;
}
.content-news p,
.content-news ul,
.content-news ol,
.content-news h6 {
  font-size: 1.6rem;
  line-height: 2;
  color: #656565;
  margin: 0 0 4rem;
  letter-spacing: 1px;
}
.content-news h6 {
  margin: 0 0 1rem;
  font-weight: normal;
}
.content-news ul,
.content-news ol {
  margin-left: 15px;
}
.content-news img {
  box-shadow: 0 4rem 3rem -1.5rem rgba(0, 0, 0, 0.5);
}
.content-news strong {
  font-family: 'GothamBold', Arial, sans-serif;
  letter-spacing:1px;
  font-weight: normal;
  color: #000;
}
.single .title-box h2,
.conent-single .title-box h2,
.content-news h3 {
  font-size: 2.3rem;
  color: #656565;
  font-family: 'GothamUltra', Arial, sans-serif;
  letter-spacing: 1px;
}
.content-news h3 {
  font-size: 3rem;
  color: #000;
  text-transform: uppercase;
  padding-top: 7rem;
}
.yarpp-related h2.title {
  margin: 0 0 5rem;
}
.yarpp-related .article {
  margin-top:0;
}
.yarpp-related .inner-post {
  max-width: 1466px;
}
.yarpp-related {
    margin: 1em 0 15rem !important;
    position: relative;
    z-index: 3;
}
.single .elipse.big {
  top:50%;
  left: -59rem;
  z-index: -1;
}
.single .social-menu {
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: fixed;
}
.holder-lines {
    position: relative;
}
.holder-lines:before {
  width: 35%;
  height: 10rem;
  top: 0;
  left: 0;
}
.holder-lines:after {
  width: 55%;
  height: 4.5rem;
  bottom: 0;
  right: 0;
}
.holder-footer {
  position: relative;
  z-index: 2;
}

.head-blog .inner {
   padding: 0 0 0 15%;
}
.head-blog .inner-content {
  margin:0;
}
.head-brand-side {
  z-index: 1;
}
.single .fashion-bg,
.blog .fashion-bg {
  bottom: 30rem;
  top:auto;
  -webkit-transform: rotate(-90deg) translate3d(53rem, 73rem, 0px);
    -ms-transform: rotate(-90deg) translate3d(53rem, 73rem, 0px);
    transform: rotate(-90deg) translate3d(53rem, 73rem, 0px);
  width: 140rem;
  height: auto;
  z-index: -1;
  color: #e5e5e5;
  background: none;
}

.single .fashion-bg {
  z-index: 1;
}

.blog .articles {
    padding-bottom: 25rem;
}
.copyright > a.read-more {
  color: #000;
  margin: 0 0 0 5rem;
}
.copyright a.privacy,
.copyright .privacy a {
  color: #000;
  text-decoration: none;
}
.copyright .privacy a {
  font-family: "GothamBlack",Arial,sans-serif;
}
.copyright a.privacy:hover,
.copyright .privacy a:hover {
  text-decoration: underline;
}
.copyright .effect-link:before, 
.copyright .effect-link:after {
  background: #000;
}
.copyright div .privacy {
  color: #656565;
  font-family: 'GothamLight', Arial, sans-serif;
}
.copyright .privacy a {
  color: #656565;
}
/*Job page*/
.single .down {
  right: 5rem;
  z-index: 6;
}
.blog-featutre.no-bg {
  position: static;
  padding: 7rem 12% 12rem 0;
}
.blog-featutre.no-bg h1 {
  font-family: 'GothamUltra', Arial, sans-serif;
  font-size: 9rem;
  text-transform: uppercase;
  padding: 0 40% 0 0;
}
.blog-featutre.no-bg:after,
.blog-featutre.no-bg:before {
  box-shadow:none;
}
.blog-featutre.no-bg p {
  padding: 0 0 0 18%;
}
.article-job .article-text {
  padding: 2rem 6rem;
  margin:0;
  width: 100%;
}
.article-job {
  display: inline-block;
  width: 27%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 3.5rem 8%;
  -webkit-transform: translate(0, 8rem);
  transform: translate(0, 8rem);
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.article-job:nth-child(3n+2){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.article-job:nth-child(3n+3){
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.article-job:nth-child(3n+1) {
  margin: 0;
}
.row-article .article-job .read-more {
  font-size: 1.6rem;
}
.filter-job {
    background: #0041dc;
    font-size: 14px;
    font-family: 'GothamMedium', Arial, sans-serif;
    padding: 4rem 0 0;
    margin: 0 0 8rem;
}
.box-select > li {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0 0 2rem;
  font-family: 'GothamMedium',Arial,sans-serif;
  font-size: 14px;
}
.box-select ul.sub-menu li a {
  text-decoration: none;
  -webkit-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  display: block;
  padding: 0 2rem;
  color: #fff;
}
.box-select > li > strong strong {
  font-weight: normal;
}
.box-select > li > strong {
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.box-select > li > strong span {
  border:2px solid #fff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: border-color 0.5s ease 0s;
  -ms-transition: border-color 0.5s ease 0s;
  transition: border-color 0.5s ease 0s;
  margin: 3px 0 0 4px;
}
.box-select > li > strong select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

/*.box-select > li > strong:hover,
.box-select > li:hover > strong {
  color: #fff;
}
.box-select > li > a:hover span,
.box-select > li:hover > a span {
  border-color: #fff;
}*/
.filter-job ul {
  list-style: none;
  margin:0;
  padding: 0;
  font-size: 0;
}
.filter-job ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 180px;
  overflow: hidden;
}
ul.sub-menu li a {
  color: #656565;
}
ul.sub-menu li a:hover {
  color: #0041dc;
} 
#site-navigation li .sub-menu a {
  font-family: 'GothamMedium', Arial, sans-serif;
  color: #656565;
}
#site-navigation li .sub-menu a:hover {
  color: #0041dc;
}
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container{ /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; 
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
  text-align: center;
  background: #ccc;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }

.single-jobs .content-news {
  margin: 0 0 5rem;
} 
.single h1 {
  margin: 0 0 3rem;
}
.single-jobs .title-box {
  padding: 0 16% 0 21%;
  margin: 0 0 4rem;
}
.single-jobs .trans-btn2 {
  font-size: 2rem;
  letter-spacing: 2px;
}
.single-jobs .trans-btn2 span,
.single-jobs .trans-btn2 em,
.single-jobs .trans-btn2 strong {
  padding: 2rem 5rem;
}
.single-jobs .btn-frame {
    display: inline-block;
    text-align: right;
    width: 29%;
}
.single-jobs .frame-head {
    width: 70%;
    display: inline-block;
    vertical-align: bottom;
}
.related .rpbt_shortcode h2 {
  margin: 0 0 6rem;
}
.filter-job ul.sub-menu {
  background: #000;
  left: -8rem;
  padding: 12rem 0 4rem;
  position: absolute;
  top: 0rem;
  z-index: -1;
}
.filter-job ul.sub-menu {
  left: 50%;
  width: 24rem;
  z-index: 3;
  padding: 1.5rem 0 0;
  top: 10rem;
  margin: 0 0 0 -12rem; 
}
.filter-job ul.sub-menu li {
  display: block;
  margin: 0 0 4rem;
  padding: 0 7rem 0 8rem;
  position: relative;
  overflow: hidden;
}
.filter-job ul.sub-menu li {
  margin: 0 0 3rem;
  padding: 0;
  font-size: 14px;
}
.filter-job ul.sub-menu li:before {
  content: "";
  width: 22px;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: -22px;
  background: #0041dc;
  -webkit-transition: left .3s ease .0s;
  -ms-transition: left .3s ease .0s;
  transition: left .3s ease .0s;
}
.filter-job ul.sub-menu li:hover:before{
  left:0px;
}
.filter-job ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, top 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, top 0.5s ease 0s;
 transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, top 0.5s ease 0s;
}
.box-select > li.hover ul {
  top: -6rem;
  visibility: visible;
  opacity: 1;
}
  .box-select > li.hover ul {
  top: 3rem;
}
.menu span {
  position:absolute;
  left:0;
}
.single-jobs .content-news {
  padding: 10rem 5% 19rem 10%;
}
.single-jobs .holder-lines:before {
  height: 23rem;
}
.single-jobs .content-news h3 {
  margin-bottom: 4rem;
  padding-top: 0;
}
.fixed-frame .fashion-bg {
  text-transform: capitalize;
  -webkit-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  width: auto;
  height: auto;
  color: #E5E5E5;
  background: none;
  right: 25rem;
  top: -65rem;
  -webkit-transform-origin: right 0;
  transform-origin: right 0;
}
.member .title-box p {
  color: #656565;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 5rem;
}
.about-brand-background-shadow {
  position: relative;
}
.about-brand-background-shadow:before {
  height: 100%;
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 55%;
  z-index: -1;
  box-shadow: 0rem 8rem 5rem 0rem rgba(0, 0, 0, 0.6);
}/*
.about-brand-background-shadow:after {
  height: 88%;
  content: "";
  position: absolute;
  right: 3%;
  top: 0;
  width: 30%;
  z-index: -1;
  box-shadow: 0rem 5rem 5rem 0rem rgba(0, 0, 0, 0.6);
}*/


@media screen and (min-width: 1025px) {
  .platform .tab-box figure:not(:first-child) {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {

  #site-navigation .sub-menu {
    background: #fff;
    left: -6rem;
    padding: 12rem 0 1rem;
    position: absolute;
    top: 0rem;
    z-index: -1;
    width: 22.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*box-shadow: 0px 2.3rem 2rem -2.3rem rgba(0, 0, 0, 0.5);*/
  }
  #site-navigation .sub-menu li {
    display: block;
    margin: 0 0 2.5rem;
    padding: 0 7rem 0 6rem;
    position: relative;
    overflow: hidden;
  }
  #site-navigation .sub-menu li:before {
    content: "";
    width: 22px;
    height: 3px;
    position: absolute;
    bottom: 3px;
    left: -22px;
    background: #0041dc;
    -webkit-transition: left .3s ease .0s;
    -ms-transition: left .3s ease .0s;
    transition: left .3s ease .0s;
  }
  #site-navigation .sub-menu li:hover:before,
  #site-navigation .sub-menu li.active:before{
    left:0px;
  } 
  #site-navigation li ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, top 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, top 0.5s ease 0s;
   transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, top 0.5s ease 0s;
  }
  #site-navigation >div > ul > li:hover ul {
    top: -6rem;
    visibility: visible;
    opacity: 1;
  }
 
  .mobile-soc .social-menu {
    display: none;
  }
  .related .holder-job-post .article-job {
    margin:0;
  }
}
@media screen and (max-width: 1700px) {
	.driven .large-text {
		font-size: 20rem;
	}
}
@media screen and (max-width: 1600px) {
  .inner {
    max-width: 96%;
  } 
  .social-menu {
    left: 3%;
  }
}
@media screen and (max-width: 1400px) {
	.driven .small-text {
		font-size: 2rem;
	}
  html {
    font-size: 50%;
  }
  .article-job .article-text {
    padding: 2rem 3rem;
  }
  .holder-lines .inner {
    padding: 0 10%;
  }
  .holder-lines .inner:after {
    max-width: 81%;
  }
  .single-jobs .title-box {
      padding: 0 9% 0 18%;
  }
  .inner.related {
    padding: 0 10% 15rem;
  }
  .dream .fashion-bg {

    -webkit-transform: rotate(-90deg) translate3d(84rem, -97rem, 0px);
    -ms-transform: rotate(-90deg) translate3d(84rem, -97rem, 0px);
    transform: rotate(-90deg) translate3d(84rem, -97rem, 0px);
  }
  .fixed-frame .fashion-bg {
    text-transform: capitalize;
  }
  .tab-box .holder-block {
    height: 75rem;
  }
  .section-one:after {
    height: 115%;
  }
  .tab-box .frame-text {
    padding: 25% 20% 34% 18%;
  }
}

@media screen and (max-width: 1200px) { 
	.driven .large-text {
		font-size: 16rem;
	}
	.driven .box-inner {
		padding-right: 8rem;
	}
	.driven .small-text {
		right: -23rem;
	}
  .section-one .col:nth-child(2) figure {
    margin: 0rem 0 0 -10rem;
  }
  .platform .title-box {
    -webkit-transform:none;
    transform:none;
  }
  .platform .holder-images {
    padding: 0;
  }
  .platform .tab-box figure {
    position: relative;
    padding: 0;
    top:auto;
    left: auto;
  }
  .platform .title-box {
    float: none;
  }
  .progress-slide .progress-line {
    display: none;
  }
  .tab-box .direction {
    text-align: center;
    width: 100%;
  }
  .platform .tab-box figure.video-block:before {
    top: -1px;
  }
  .platform .title-box {
    width: 95%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 0 16rem 0%;
  }
  .platform-inner {
    width: 100%;
    padding: 0 0 15%;
  }
  .tab-box .holder-block {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden;
    position: relative;
    margin: -70% 0 0;
    left: auto;
    top:auto;
    height: auto;
  }
  .number-slide {
    font-size: 25rem;
  }
  .tab-box .frame-text {
    padding: 20% 25% 20rem 18%;
  }
  .platform .tab-box figure img {
    width: 100%;
    max-width: inherit;
  }
  .platform .tab-box video {
    position: static;
    width: 117%;
  }
  .platform .tab-box figure.video-block {
    padding: 0;
  }
  .platform .tab-box {
    float: none;
    width: 100%;
    margin: -20rem 0 0px;
  }
  .tab-box .direction em {
    width: auto;
  }
  .member .block2 .desc-block {
    bottom: -13rem;
  }
  .down {
    right: -35px;
  }
  .tab-box .direction, .progress-slide {
    text-align: center;
    width: 100%;
  }
  .member:after {
    -webkit-background-size: 90% 97%;
      background-size: 90% 97%;
  }
  .statistics .stats-control {
    margin: 5rem auto;
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .driven .small-text { 
  	font-size: 1.5rem;
  }

	.driven .large-text {
    font-size: 12rem;
	}
  html {
    font-size: 45%;
  }
  .nav-icon3 {
    background: #fff;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 60px;
    z-index: 9999;
    cursor: pointer;
  }
  .nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #000;
    opacity: 1;
    left: 50%;
    margin: 16px 0 0 -12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .nav-icon3 span:nth-child(1) {
    top: 0px;
  }

  .nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
    top: 6px;
  }

  .nav-icon3 span:nth-child(4) {
    top: 12px;
  }

  .nav-icon3.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
  }

  .nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-icon3.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
  }
  #site-navigation {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("images/bg-menu.jpg") repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0 0;
  }
  #site-navigation .menu li {
    display: block;
    margin: 0 0 35px;
  }
  #header {
    padding: 2rem 0 0;
  }
  #logo {
    position: relative;
    z-index: 999;
  }
  #site-navigation {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
   transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  }
  #site-navigation .menu {
      margin: 0 auto 90px;
      width: 130px;
  }
  .mobile-soc .social-menu {
    display: block;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 60px 15px 18px 0;
    float: right;
  }
  #site-navigation .mobile-soc li {
    display: inline-block;
    margin: 0 1rem;
  }
  #site-navigation > div > ul {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: transform .3s ease .0s;
    -ms-transition: transform .3s ease .0s;
    transition: transform .3s ease .0s;
  }
  #site-navigation.active > div > ul {
    -webkit-transform: translateX(-34%);
    -ms-transform: translateX(34%);
    transform: translateX(-34%);
    width: 45%;
    z-index: 2;
    position: relative;
  }
  #site-navigation.active > div > ul > li > a {
    color: #868686;
  }
  #site-navigation.active > div > ul a.click {
    color: #fff;
  }
  #site-navigation .sub-menu {
    position: absolute;
    right: -95%;
    top: 0;
    width: 100%;
    padding: 0 0 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
   transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  }
  #site-navigation.active:after {
    background: url("images/bg-menu2.jpg") repeat;
    content: "";
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  #site-navigation.active li a.click + .sub-menu {
    opacity: 1;
    visibility: visible;
    background: url("images/bg-menu2.jpg") repeat;
  }
  #site-navigation .sub-menu li a {
    font-family: 'GothamMedium', Arial, sans-serif;
  }
  #site-navigation .sub-menu li.active a {
    font-family: 'GothamBlack', Arial, sans-serif;
  }
  #site-navigation:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    background: #0041dc;
    width: 190px;
    height: 190px;
    content: "";
    position: absolute;
    top: 75px;
    left: -18px;
    z-index: 2;
    border-radius: 100%;
  }
  #site-navigation.active:before {
    opacity: 1;
    visibility: visible;
  }
  #site-navigation.opened {
    opacity: 1;
    visibility: visible;
  }
  .section-one .inner{
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .section-one .col:nth-child(2) figure {
    width: 82%;
    margin: -2rem 0 0 -8rem;
    max-width: 90%;
    float: none;
  }
  .section-one .col:nth-child(2) .holder-text {
    margin: 9rem 0 0 10%;
    width: 50%;
    float: none;
  }
  #header.active #site-navigation li {
    -webkit-transform: none;
    transform: none;
    position: static;
  }
  .social-menu {
    display: none;
  }
  .hero-section{
    margin: 0 0 -30.5rem;
  }
  .section-one .col:nth-child(2) div.title {
    padding: 0 0 0 20%;
  }
  .elipse.middle {
    width: 60rem;
    height: 60rem;
    border-width: 13rem;
    left: -43%;
  }
  h2.title, .single-post h1 {
    letter-spacing: 0;
  }
  .box-brand .desc-block {
    position: relative;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    top:auto !important;
  }
  .member .box-brand.block1 figure,
  .member .box-brand.block2 figure {
    float: none;
    width: 90%;
  }
  .box-brand.block1 img, .box-brand.block2 img {
    max-width: 100%;
  }
  .box-brand.block2 {
    width: 50%;
  }
  .member .block2 .desc-block {
    margin: -10rem 0 0 28%;
  }
  .member .box-brand.block1 figure {
    margin: 0 0 0 3rem;
  }
  .box-brand.block1 .desc-block {
    margin: -15rem 0 0;
    max-width: 70%;
  }
  .member .block3 {
    width: 35%;
  }
  .member .box-brand .caption {
    font-size: 11px;
  }
  .box-brand .desc-block {
    max-width: 100%;
    min-width: 200px;
  }
  .member .title-box {
    max-width: 35%;
  }
  .dream .desc-block {
    float: right;
    margin: -12rem 0 11rem;
    width: 70%;
    padding: 11rem 6rem;
  }
  .dream figure {
    margin: 0 8% 0 0;
    width: 92%;
  }
  .fixed-frame.fashion-bg,
  .dream .fashion-bg {
    font-size: 20rem;
    width: 140rem;
    top: 0;
    font-family: "GothamMedium",Arial,sans-serif;
    -webkit-transform: rotate(-90deg) translate3d(-53rem, 73rem, 0px);
    -ms-transform: rotate(-90deg) translate3d(-53rem, 73rem, 0px);
    transform: rotate(-90deg) translate3d(-53rem, 73rem, 0px);
  }
  .blog .fashion-bg {
    top: 50%;
    bottom: auto;
    z-index: -1;
  }
  .dream .fashion-bg {
    -webkit-transform: rotate(-90deg) translate3d(-53rem, -75rem, 0px);
    -ms-transform: rotate(-90deg) translate3d(-53rem, -75rem, 0px);
    transform: rotate(-90deg) translate3d(-53rem, -75rem, 0px);
  }
  .single-post .fashion-bg {
    font-size: 20rem;
    font-family: "GothamMedium",Arial,sans-serif;
    -webkit-transform: rotate(-90deg) translate3d(53rem, 73rem, 0px);
    -ms-transform: rotate(-90deg) translate3d(53rem, 73rem, 0px);
    transform: rotate(-90deg) translate3d(53rem, 73rem, 0px);
  }
  .driven:after {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .head-blog .inner {
    padding: 0 0 0 10px;
  }
  .head-blog.active > .nav-icon3 {
    display: none;
  }
  .head-blog.active {
    z-index: 9999;
  }
  .head-blog.active .head-brand-side {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .overview {
    background: rgba(0,0,0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  }
  .head-blog.active .overview {
    opacity: 1;
    visibility: visible;
  }
  .head-blog.active .inner {
    z-index: -1;
  }
  .holder-lines .inner:after {
    max-width: 78%;
  }
  .holder-lines .inner {
    padding: 0 10%;
  }
  .single-post #primary > .inner.related {
      max-width: 78%;
  }
  .inner.related {
    padding: 0 10% 13rem;
  }
  .single-jobs .title-box {
    padding: 0 12% 0 17%;
  }
  .article-job {
    width: 40%;
    text-align: center;
  }
  .article-job .date-article {
    display: inline-block;
  }
  .article-job {
    margin: 0 0 3.5rem 8% !important;
  }
  #page .articles {
    padding-bottom: 25rem;
  }
  #page .articles {
    padding-bottom: 2rem;
  } 
  .related .holder-job-post .article-job {
    margin: 0 !important;
  }
  .number-slide {
    right: -2%;
  }
  .head-blog .nav-icon3,
  .head-brand .nav-icon3 {
    top: 0;
    -webkit-transform: none;
    transform: none;
    display: none;
  }
  .site-footer .effect-link {
    display: none;
  }
  .handcrafted-by {
    margin: 0;
  }
  .site-footer .copyright, 
  .site-footer .handcrafted-by {
    float: none;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 767px) { 
  .holder-lines.shop-video .inner .video-frame{
    width: 100%;
    height: 200px;
  }
  .number-slide {
    right: -3%;
  }
  html {
    font-size: 40%;
  }
  .hero-section .holder-img {
    padding: 0;
  }
  .elipse.middle {
    width: 50rem;
    height: 50rem;
    border-width: 10rem;
  }
  .section-one .col p, .tab-box .holder-block p, .member .desc-block p, .dream .desc-block p,
  .read-more {
    font-size: 12px;
  }
  /*.section-one {
    margin: -37.5rem 0 0;
  }*/
  .hero-section .hero-text-holder p {
  	font-size: 3.5rem;
  }
  h2.title, .single-post h1 {
    font-size: 5.5rem;
  }
  h3.subtitle {
    font-size: 13px;
  }
  .section-one .col:first-child .desc-block {
    padding: 15rem 7rem 8rem;
  }
  .section-one .col:nth-child(2) figure {
    margin: -2rem 0 0 -4rem;
  }
  .down {
    display: none;
  }
  .tab-box .switcher ul li a, .tab-box .switcher ul li span {
    font-size: 8px;
  }
  .elipse.big {
    border-width: 14rem;
    bottom: 85rem;
    height: 60rem;
    right: -35rem;
    width: 60rem;
  }
  .elipse.small {
    border-width: 11rem;
    height: 30rem;
    left: 18%;
    top: -23rem;
    width: 30rem;
    z-index: 2;
  }
  .inner-post .article {
    margin: 3rem 0 3rem 3% !important;
  }
  .blog .inner-post .article,
  .page-template-media-page .inner-post .article{
    width: 46%;
  }
  .single-post .elipse.big {
    left: -40rem;
  }

  .section-one .col {
    -webkit-transform: translateY(0rem) !important;
    -ms-transform: translateY(0rem) !important;
    transform: translateY(0rem) !important;
    opacity: 1 !important;
  }
  .holder-lines .inner:after {
    max-width: 94%;
  }
  .holder-lines .inner {
    padding: 0 3%;
  }
  .inner.related {
    padding: 0 3% 20rem;
  }
  .single-jobs .title-box {
    padding: 0 3% 0 10%;
  }
  .tab-box .direction span {
    font-size: 14px;
  }
  .dream:after {
    bottom:0;
  }

}
@media screen and (max-width: 670px) { 
  body{
    -webkit-text-size-adjust: 100%;
  }

  .site-footer .copyright, 
  .site-footer .handcrafted-by,
  .content-news p, .content-news ul, .content-news ol {
    font-size: 11px;
  }
  .site-footer .copyright {
    font-size: 8px;
  }
  .single-jobs .frame-head,
  .single-jobs .btn-frame {
    width: 100%;
  }
  .statistics {
    margin: 7rem 0 0;
  } 
  .section-one .col:first-child figure {
    z-index: 1;
  }
  .platform-inner {
    width: 100%;
    padding: 0 0 5%;
  }
  .driven .small-text {
    right: -11rem;
    width: 14rem;
    height: 9rem;
  }

  .nav-icon3 {
    height: 44px;
    width: 50px;
  }
  .copyright,
  .handcrafted-by {
    float: none !important;
  }
  .handcrafted-by {
    margin: 2rem 0 0;
  }
  .fixed-frame .fashion-bg {
    right: 15rem;
  }
  .section-one:after {
    width: 70%;
    height: 105%;
  }
  footer#colophon {
    padding: 0rem 8%;
    height: 20rem;
    margin-top: -20rem;
  }
  .member .box-brand .caption {
    width: 150px;
  }
  .box-brand.block2 {
    margin: -9em 0 0;
  }
  #logo > img {
    width: 19.5rem;
  }
  .shrink #logo > img {
    width: 110px;
  }
  .driven {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 480px) { 
	.driven .box {
		display: block;
		margin-bottom: 4rem;
	}
  html {
    font-size: 35%;
  }
  .hero-section {
    margin: 0 0 -5rem;
  }
  .inner-post .article-text {
    width: 90%;
  }
  .article-job {
    width: 100%;
    margin: 0 0 25px !important;
    min-height: auto;
  }
  .hero-section .elipse.middle {
    -webkit-transform: translate(-30%, 15%);
    -ms-transform: translate(-30%, 15%);
    transform: translate(-30%, 15%);
  }
  .blog .inner-post .article,
  .page-template-media-page .inner-post .article {
    width: auto;
  }
  .member {
    padding: 0;
  }
}

@media screen and (max-width: 420px) { 
  html {
    font-size: 30%;
  }
  .nav-icon3 {
    top: 0;
  }
  .section-one {
    margin: 0;
    padding: 0 0 6rem;
  }
  .section-one .col {
    display: block;
    width: 100%;
    margin: 0 0 25px;
  }
  .elipse.middle {
    bottom:-42rem;
  }
  .platform .title-box {
    float: none;
    width: 94%;
    margin: 0 0 7rem 0%;
  }
  .tab-box .holder-block {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  .tab-box .frame-text {
    padding: 10% 10% 40% 10%;
  }
  .member .box-brand {
    float: none;
    width: 100%;
    margin: 0 0 80px !important;
  }
  .member .box-brand figure,
  .member .box-brand {
    width: 100% !important;
  }
  .member .block3 .desc-block {
    margin: -14rem 0 0;
  }
  #colophon.site-footer {
    padding: 0;
  }
  .member .title-box {
    max-width: 95%;
  }
  .platform .tab-box {
    margin: -6rem 0 0px;
  }
  .title-box br {display: none;}
  .section-one .col:nth-child(2) .holder-text {
    width: 70%;
  }
  .section-one .col:first-child .desc-block {
    padding: 15rem 5rem 8rem;
  }
  .member .block2 .caption {
    right: -5rem;
  }
  h2.title, 
  .single h1, 
  .conent-single h1.title, 
  .related .rpbt_shortcode h2 {
    margin: 0 0 6rem -0.5rem;
  }
  .member .block1 .caption {
    right: 0rem;
  }
  .article-job .article-text {
    width: 100%;
  }
  .fixed-frame .fashion-bg {
    font-family: "GothamMedium",Arial,sans-serif;
    right: 10rem;
  }
  .switcher {
    bottom: 3rem;
  }
  #logo > img {
    width: 15.5rem;
  }
  .shrink #logo > img {
    width: 14rem;
  }
  .tab-box .holder-block p {
    line-height: 1.5;
    margin: 0 0 2rem;
  }
  .section-one .col:first-child figure {
    box-shadow: 8px 39px 55px -33px rgba(0, 0, 0, 0.7);
    margin: 0 2rem -9rem 3rem;
  }
  .member .box-brand.block1 figure {
    margin: 0 0rem 0 0rem;
  }
}
@media screen and (max-width: 320px) {  
  .dream .desc-block {
    padding: 7rem 4rem;
  }
  #header.shrink {
    padding: 3rem 0;
  }
  #logo {
    margin: .5rem 0 0;
  }
}


/*style2*/


body {
  -webkit-font-smoothing: antialiased;
}
button {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
  /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.testimonials-carousel.slick-slider .slick-track {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.clear {
  clear: both;

}


.inner-content {
  max-width: 1234px;
  margin: 0 auto;
}
.recent-blog .inner-content {
  max-width: 1350px;
}
.single-brand #content {
  background: url(images/brand.jpg) no-repeat right 0;
  background-size: 45% auto;
  padding-top: 20rem;
  padding-bottom: 0 !important;
}
.brand-featutre {
  padding: 20rem 9% 20rem 50%;
  margin-left: 2.5rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.brand-header:before {
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 5%;
  width: 30%;
  height: 98%;
  z-index: -1;
}



.text-center {
  font-size: 14px;
}


.brand-featutre p {
  color: #000000;
  font-size: 3.3rem;
  line-height: 1.5;
  font-family: "GothamBlack", Arial, sans-serif;
}
.brand-featutre img {
  margin-bottom: 4rem;
}
.brand-featutre p strong {
  color: #0041dc;
  font-weight: normal;
}
.brand-header {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translate(0, 8rem);
  transform: translate(0, 8rem);
}
.brand-elips {
  background: #0041dc;
  border-radius: 100%;
  width: 25.7rem;
  height: 25.7rem;
  position: absolute;
  top: 44%;
  right: -8rem;
  z-index: 1;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.head-brand {
  position: relative;
  z-index: 5;
}
.about-brand {
  margin-top: -25rem;
  position: relative;
  padding-bottom: 5rem;
  background: url(images/about-bg.jpg) no-repeat 0 bottom;
  background-size: 65% auto; 
  z-index: 3;

}

.about-brand-carousel-slide img {
  margin: 0 2px;
  width: 99%;
}
.about-brand-background {
  position: relative;
  padding-top: 25rem;
  padding-bottom: 15rem;
  overflow: hidden;
}
.about-brand-blue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.about-brand-left {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
  padding-top: 23rem;
}

.about-brand-right {
  margin-left: 50%;
  padding-left: 4.4rem;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.about-brand-text {
  padding-left: 25%;
  text-align: right;
  color: #fff;
}
.about-brand-sub-title {
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 14px;
  padding-right: 4.5rem;
  position: relative;
  margin-right: 12%;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.about-brand-sub-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 2.5rem;
  height: 2px;
  margin-top: -1px;
  background: #fff;

}
.about-brand-title {
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 10rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.5rem;
  margin-bottom: 7.5rem;
}
.about-brand-description {
  padding-right: 12%;
  opacity: 0;
}
.about-brand-description p {
  font-family: 'GothamLight', Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5rem;
}
.about-brand-description strong {
  font-family: 'GothamBold', Arial, sans-serif;
  font-weight: normal;
}
.about-brand-carousel {
  margin-left: -4.4rem;
  width: 88%;
  margin-bottom: 4rem;
}
.about-brand-carousel .slick-arrow{
  position: absolute;
  bottom: 3.8rem;
  border: none;
  background: #0041dc;
  width: 7.2rem;
  height: 7.5rem;
  z-index: 10;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  color: transparent;
  cursor: pointer;
}
.about-brand-carousel .slick-arrow:hover{
  background: #36454f;
}
.about-brand-carousel .slick-prev{
  right: 0;
}
.about-brand-carousel .slick-next{
  left: 100%;
}
.about-brand-carousel .slick-arrow:before,
.about-brand-carousel .slick-arrow:after{
  background: url(images/sprite.png) no-repeat 0 0;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -5px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  content: "";
}
.about-brand-carousel .slick-arrow:before{
  opacity: 0;
}
.about-brand-carousel .slick-arrow.slick-prev:before{
  background-position: 0 0;
}
.about-brand-carousel .slick-arrow.slick-next:before{
  background-position: -16px 0;
}
.about-brand-carousel .slick-arrow.slick-prev:after{
  background-position: 0 -16px;
}
.about-brand-carousel .slick-arrow.slick-next:after{
  background-position: -16px -16px;
}


.about-brand-facts {
  margin-bottom: 2.5rem;
}
.about-brand-facts-item {
  max-width: 190px;
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
}
.about-brand-facts-sub-title {
  font-family: 'GothamLight', Arial, sans-serif;
  font-size: 14px;
  color: #8caaf1;
  margin-bottom: 0.5rem;
}
.about-brand-facts-title {
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  letter-spacing: 0.1rem;
}
.about-brand-facts-title:before {
  position: absolute;
  top: 50%;
  left: -2.5rem;
  width: 14px;
  height: 3px;
  content: "";
  background: #fff;
}
.about-brand-wrap {
  position: relative;
}/*
.about-brand-social-links{
  -webkit-transform: rotate(90deg) translate3d(90%,-170%,0);
  transform: rotate(90deg) translate3d(90%,-170%,0);
  top: 0;
  right: 2rem;
  height: 100px;
  width: 500px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/
.about-brand-social-links {
  margin-bottom: 4rem;
  text-align: center;
  width: 88%;
}
.about-brand-social-links a {
  margin-right: 2rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(images/sprite.png) no-repeat 0 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.about-brand-social-links a:hover {
  opacity: 0.7;
}
.about-brand-social-links a.brand-facebook {
  background-position: -131px 0;
}
.about-brand-social-links a.brand-twitter {
  background-position: -70px 0;
}
.about-brand-social-links a.brand-instagram {
  background-position: -195px 0;
}
.quick-title {
  color: #fff;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 3.4rem;
  margin-bottom: 2.5rem;
}
/*
.about-brand-social-links a:before, 
.about-brand-social-links a:after {
  background: #fff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
}
.about-brand-social-links a:after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.about-brand-social-links a:hover:after { 
  top: 0;
  opacity: 1; 
}
.about-brand-social-links a:hover:before, 
.about-brand-social-links a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);  
}*/

.brand-site {
  border: 3px solid #fff;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none; 
  z-index: 10;
  text-align: center;
}
.new-position-left .brand-site {
  margin-right: 5rem;
}

.brand-site span{
  display: block;
  padding: 4rem 4.5rem;
  transition: transform 0.3s ease 0s;
}
.brand-site:before {
  background: #fff none repeat scroll 0 0;
  color: #0041dc;
  content: attr(data-hover);
  height: 100%;
  left: 0;
  padding: 4rem 4.5rem;
  position: absolute;
  top: 0;
  box-sizing: border-box; 
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.brand-site:hover span {
  -webkit-transform: -webkit-translateX(100%);
  transform: translateX(100%);
}
.brand-site:hover:before {
  -webkit-transform: -webkit-translateX(0);
  transform: translateX(0);
}
.about-elips {
  position: absolute;
  bottom: -10rem;
  left: -23rem;
  border: 18rem solid #0041dc;
/*  background: url(images/about-elips.png) no-repeat 0 0;*/

  z-index: 0;
  border-radius: 100%;
  width: 45.5rem;
  height: 45.5rem;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.timelene-brand {
  position: relative;
  z-index: 5;

}
.timelene-brand:after {
  clear: both;
  display: block;
  content: "";
}
.timeline-brand-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
}
.timeline-brand-image img {
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  opacity: 0.1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.timeline-brand-description {
  width: 42%;
  margin: 0 0 0rem auto;
}
.timeline-brand-sub-title {
  color: #0041dc;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  padding-left: 6rem;
  position: relative;
}
.timeline-brand-sub-title:before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 2.5rem;
  width: 2.5rem;
  height: 3px;
  background: #0041dc;
  content: "";
}
.timeline-brand-title,
.growth-brand-title {
  color: #000;
  font-size: 6rem;
  line-height: 1.3;
  font-family: "GothamBlack", Arial, sans-serif;
}
.timeline-brand-carousel {
  padding: 0 15rem;
  z-index: 2;
  margin-left: 7%;
}
.timeline-brand-text {
  position: absolute;
  left: -10rem;
  width: 41rem;
  text-align: right;
  padding: 7rem 5rem;
  box-sizing: border-box;
  background: #efeff0;
  opacity: 0;
  -webkit-transform: translate(0,-8rem);
  transform: translate(0,-8rem);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.slided-to .slick-active .timeline-brand-text,
.slided-to .slick-active .timeline-brand-image img,
.slided-to .slick-active .timeline-brand-date,
.slided-to .slick-active .timeline-brand-slide-text,
.slided-to .slick-active .timeline-brand-count,
.slided-to .slick-active .timeline-brand-slide-title  {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}


.timeline-brand-item-two .timeline-brand-image  {
  padding-top: 4rem;
}

.timeline-brand-item-one .timeline-brand-text{
  top: 50rem;
}
.timeline-brand-item-one .timeline-brand-text p,
.growth-brand-content-text p {
  padding-left: 4rem;
}
.timeline-brand-item-two .timeline-brand-text{
  top: 43rem;
}
.timeline-brand-item .timeline-brand-image {
  padding-right: 11rem;
}
.timeline-brand-slide-title {
  color: #000;
  font-size: 3rem;
  line-height: 1.5;
  font-family: "GothamBlack", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 4.5rem;
  -webkit-transform: translate(8rem,0);
  transform: translate(8rem,0);
  -webkit-transition: -webkit-transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.8s;
  opacity: 0;
}
.timeline-brand-slide-text {
  -webkit-transform: translate(0, 8rem);
  transform: translate(0,8rem);
  -webkit-transition: -webkit-transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.8s;
  opacity: 0;
}
.timeline-brand-carousel .slick-list {
  overflow: visible;
}
.timeline-brand-item {
  z-index: 1;
  position: relative;
  opacity: 1;
}
.timeline-brand-item.slick-current,
.timeline-brand-item.slick-active {
  z-index: 2;
  opacity: 1;
}
.timeline-brand-item.slick-active.slick-current  {
  z-index: 3;
}
.timeline-brand-slide-text p,
.growth-brand-content-text p {
  color: #656565;
  font-size: 16px;
  line-height: 2;
  font-family: "GothamLight", Arial, sans-serif;
  margin-left: 2.5rem;
  margin-bottom: 3.5rem;
}
.timeline-brand-slide-text p strong,
.growth-brand-content-text p strong {
  color: #000;
  font-family: "GothamBlack", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;

}
.timeline-brand-count {
  display: inline-block;
  vertical-align: top;
  color: #0041dc;
  font-family: "GothamLight", Arial, sans-serif;
  padding-left: 4rem;
  position: relative;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
  -webkit-transform: translate(-8rem,0);
  transform: translate(-8rem,0);
  -webkit-transition: -webkit-transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  opacity: 0;
}
.timeline-brand-count strong {
  font-family: "GothamBlack", Arial, sans-serif;
  font-weight: normal;
}
.timeline-brand-count:before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 2.5rem;
  height: 3px;
  background: #0041dc;
  content: "";
}
.timeline-brand-date {
  position: absolute;
  top: 4rem;
  left: 4rem;
  -webkit-transform: translate(8rem,0);
  transform: translate(8rem,0);
  -webkit-transition: -webkit-transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  opacity: 0;
  color: #0041dc;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: left;
  will-change: transform;
}
.timeline-brand-carousel-wrap .slick-arrow {
  position: absolute;
  top: 0;
  border: none;
  background: #0041dc;
  width: 7.2rem;
  height: 7.5rem;
  z-index: 10;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  color: transparent;
  cursor: pointer;
  left: 0;
}
.timeline-brand-carousel-wrap .slick-arrow:hover {
  background: #36454f;
}
.timeline-brand-carousel-wrap .slick-next{
  margin-left: 7.2rem;
}
.timeline-brand-carousel-wrap .slick-arrow:before,
.timeline-brand-carousel-wrap .slick-arrow:after {
  background: url(images/sprite.png) no-repeat 0 0;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -5px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  content: "";
}
.timeline-brand-carousel-wrap .slick-arrow:before {
  opacity: 0;
}
.timeline-brand-carousel-wrap .slick-arrow.slick-prev:before {
  background-position: 0 0;
}
.timeline-brand-carousel-wrap .slick-arrow.slick-next:before {
  background-position: -16px 0;
}
.timeline-brand-carousel-wrap .slick-arrow.slick-prev:after {
  background-position: 0 -16px;
}
.timeline-brand-carousel-wrap .slick-arrow.slick-next:after {
  background-position: -16px -16px;
}/*
.timeline-brand-carousel-wrap .slick-arrow:hover:before {
  opacity: 1;
}
.timeline-brand-carousel-wrap .slick-arrow:hover:after {
  opacity: 0;
}*/
.timeline-brand-carousel-wrap {
  position: relative;
  padding-bottom: 40rem;
}
.timeline-control {
  position: absolute;
  top: 20%;
  left: 50%;
  height: 7.5rem;
  z-index: 10;
}
.timeline-control:after {
  position: absolute;
  width: 1px;
  height: 4rem;
  left: 7.2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  background-color: #fff;
  z-index: 10;
}
.timeline-brand-elips {
  position: absolute;
  bottom: 0;
  right: 13rem;
  z-index: 1;
  border: 16rem solid #0041dc;
  /*background: url(images/timeline-elips.png) no-repeat 0 0;
  background-size: 100% 100%;*/
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.brand-bottom {
  margin-top: -16rem;
  background: url(images/bottom-brand.jpg) no-repeat 95% 0;
}
.growth-brand-content {
  position: relative;

}
.growth-brand-content {
  display: inline-block;
}
.growth-brand-image {
  opacity: 0;
  /*-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 1.5s;*/
}
.page-template-flex-page .growth-brand-image {
  -webkit-transform:  translate(-8rem, 0);
  transform: translate(-8rem, 0);

}
.growth-brand-image {

}
.growth-brand-image img {
  margin-left: 7.5rem;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.3);
}
.growth-brand-text {
  max-width: 480px;
  padding: 10rem;
  box-sizing: border-box;
  position: absolute;
  left: -10rem;
  top: -16rem;
  background: #fff;
  text-align: right;
  -webkit-transform: translate(-8rem, 0);
  transform: translate(-8rem, 0);
  opacity: 0;
  z-index: 1;
}
.growth-brand-sub-title {
  color: #0041dc;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  padding-left: 6rem;
  position: relative;
  display: inline-block;
}
.growth-brand-sub-title:before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 2.5rem;
  height: 3px;
  background: #0041dc;
  content: "";
}
.timeline-brand-title {
  margin-bottom: 8rem;
}
.growth-brand {
  padding-top: 24rem;
  padding-bottom: 45rem;
  position: relative;
  z-index: 6;
}
.brand-bottom-wrap {
  background: url(images/gowth-bg.jpg) no-repeat 0 5rem;
  background-size: 55% auto;
}
.action-brand {
  /*margin-top: -54rem;*/
  margin-top: 0;
  position: relative;
  z-index: 2;
  background: url(images/action-brand-bg.jpg) no-repeat right bottom;
  padding-bottom: 34rem; 
}

.action-brand-blocks-wrap {
  position: relative;
  z-index: 2;
}
.action-brand-blocks {
  position: relative;
  z-index: 1;
  padding: 37rem 8rem 14rem;
  box-sizing: border-box;
  margin-right: 6rem;
  margin-left: 4.5rem;
}
.action-brand-blue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.action-brand-item-text{
  position: absolute;
  width: 350px;
  padding: 10rem 6.5rem 6.5rem;
  box-sizing: border-box;
  background: #f0f0ef;
}
.action-brand-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 48%;
  text-decoration: none;
}
.action-brand-item:nth-child(2) {
  margin-top: 25rem;
}
.action-brand-item:nth-child(1) .action-brand-item-text {
  top: 34rem;
  left: -12.7rem;
  text-align: right;
}
.action-brand-item:nth-child(2) .action-brand-item-text {
  top: 15rem;
  right: -22rem;
  text-align: left;
}
.action-brand-item-title {
  display: block;
  font-family: 'GothamUltra', Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10rem;
  text-transform: uppercase;
  position: relative;
  padding-top: 3rem;
  letter-spacing: 0.2rem;
}
.action-brand-item-title:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 3px;
  background: #0041dc;
}
.action-brand-item:nth-child(2) .action-brand-item-title:before{
  right: auto;
  left: 0;
}
#colophon {
  padding: 6rem 8%;
  margin-top: -18rem;
  position: relative;
  z-index: 10;
  text-align: center;
}
.handcrafted-by {
  color: #656565;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  float: right;
}
.handcrafted-by a {
  background: url(images/isadora.png) no-repeat 0 0;
  width: 64px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.handcrafted-by a:hover {
  opacity: 0.7;
}
.copyright {
  color: #000;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 14px;
  float: left;
  text-align: left;
}
.copyright span {
  color: #656565;
}
#colophon  .read-more{
  margin-top: -12px;
}
.bottom-elips {
  position: absolute;
  bottom: -26rem;
  left: 6%;
  border: 16rem solid #0041dc;
  /*background: url(images/footer-elips.png) no-repeat 0 0;
  background-size: 100% 100%;*/
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  z-index: 3;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.head-brand-side {
  width: 215px;
  position: fixed;
  top: 12rem;
  left: 0;
  padding-top: 5rem;
  z-index: 5;
}
.brand-menu li {
  padding-left: 6.5rem;
  font-family: "GothamMedium", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 4rem;
  letter-spacing: 1px;
  -webkit-transform: translate(-8rem, 0);
  transform: translate(-8rem, 0);
  -webkit-transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
  text-transform: lowercase;
}
.brand-menu li:nth-child(2){
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.brand-menu li:nth-child(3){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.brand-menu li:nth-child(4){
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.brand-menu li:nth-child(5){
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.brand-menu li:nth-child(6){
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.brand-menu li:nth-child(7){
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.brand-menu li:nth-child(8){
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.brand-menu li:nth-child(9){
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.brand-menu li:nth-child(10){
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.brand-menu li:nth-child(11){
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.brand-menu li a {
  color: #656565;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  position: relative;
}
.brand-menu li a sup{
  font-family: "GothamMedium",Arial,sans-serif;
  font-size: 9px;
  vertical-align: super;
}
.brand-menu li.current a {
  color: #0041dc;
  font-family: "GothamBlack", Arial, sans-serif;
  display: block;
  
}
.brand-menu li a:hover,
.brand-menu li.current-menu-item a {
  color: #0041dc;
}
.brand-menu li a:before {
  position: absolute;
  top: 50%;
  left: -6.5rem;
  height: 3px;
  width: 1.5rem;
  margin-top: -1px;
  background: #0041dc;
  content: "";
  -webkit-transform: translate(-1.5rem, 0);
  transform: translate(-1.5rem, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
}
.brand-menu li.current-menu-item a:before,
.brand-menu li a:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.brand-menu {
  margin-bottom: 12rem;
}
.head-brand-side .social-menu {
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding-left: 6.5rem;
}
.head-brand .inner {
  position: relative;
}
.social-menu ul li {
  -webkit-transform: translate(0, 8rem);
  transform: translate(0, 8rem);
  -webkit-transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
}/*
.brand-menu li.animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}*/
.social-menu ul li:nth-child(2){
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.social-menu ul li:nth-child(3){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.social-menu ul li:nth-child(4){
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/*news*/
.head-blog {
  position: relative;
  z-index: 15;
}
.blog-header {
  position: relative;
}
.blog-featutre {
  padding: 14rem 12% 25rem 48%;
  position: relative;
}
.blog-featutre .trans-btn {
  margin-left: 20%;
  margin-top: 2rem;
}
.blog-featutre .trans-btn.blue,
.blog-featutre .trans-btn span {
  background: none;
}
.page-template-workhere-page .blog-featutre {
  padding: 12rem 0 0 46%;
}
.addition-bg {
  background: url(images/here-bg.png) no-repeat 100% 100%;
  background-size: cover;
  padding: 18rem 13% 12rem;
  min-height: 30rem;
}

.blog-featutre-inner {
  position: relative;
}
.no-shadow.blog-header:before,
.no-shadow.blog-header:after,
.brand-header.no-shadow:before,
.brand-header.no-shadow:after {
  display: none;
}

.page-template-workhere-page .blog-header:before {
  left: auto;
  right: 0;
}
.page-template-workhere-page .blog-header:after {
  left: 0;
}
.blog-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: -1;
}
.blog-header:after,
.brand-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  width: 56%;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  height: 77%;
  z-index: -1
}
.brand-header:after {
  height: 88%;
}
.blog-featutre-inner .text-effect .square {
  transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.page-template-workhere-page .section-lines,
.blog .section-lines,
.page-template-flex-page .section-lines,
.page-template-about-page .section-lines,
.single-brand .section-lines {
  z-index: -1;
}
#content {
  min-height: 300px;
}
.blog #content,
.archive #content,
.page-template-page-templatesabout-page-php #content,
.page-template-flex-page #content {
  padding-top: 23rem;
}
.blog-featutre h1 {
  color: #000;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 5rem;
}
.without-bg h1 {
  color: #000;
  font-family: "GothamUltra", Arial, sans-serif;
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 6rem;
}
.blog-featutre p,
.without-bg p {
  color: #000;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 3.3rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.without-bg p {
  margin-left: 15%;
}
.blog-featutre p strong,
.without-bg p strong {
  font-weight: normal;
  color: #0041dc;
}
.head-blog {
  margin-bottom: 4rem;

}
.page-template-workhere-page .head-blog {
  margin-bottom: 0;
}
.around {
  margin-top: -16rem;
}
.head-blog .inner {
  position: relative;
}
.inner-post {
  max-width: 1325px;
  margin: 0 auto;
  font-size: 0;
}
.blog-text-effect {
  position: absolute;
  top: 0;
  height: 100%;
  width: 16.66%;
  overflow: hidden;
}
.blog-square {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
 /* -webkit-transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;*/
}
.content-news {
  background: url(images/single-bg.png) no-repeat center 0;
  background-size: 100% 100%;
}
.holder-lines .inner:after {
  background: none;
}
.content-news li {
  list-style-position: inside;
}
.show-head {
  opacity: 0;
}
.blog-header .show-head,
.brand-header .show-head,
.hero-section .show-heading,
.single .show-head {
  -webkit-transform: translateY(8rem);
  transform: translateY(8rem);
}

.animate .blog-square  {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.blog-text-inner {
  width: 600%;
}
.blog-text-effect:nth-child(1) {
  left: 0;
}
.blog-text-effect:nth-child(2) {
  left: 16.66%;
}
.blog-text-effect:nth-child(3) {
  left: 33.32%;
}
.blog-text-effect:nth-child(4) {
  left: 49.98%;
}
.blog-text-effect:nth-child(5) {
  left: 66.64%;
}
.blog-text-effect:nth-child(6) {
  left: 83.35%;
}

.blog-text-inner {
  position: absolute;
  top: 0;
  height: 100%;
}
.blog-text-effect:nth-child(1) .blog-text-inner {
  left: 0;
}
.blog-text-effect:nth-child(2) .blog-text-inner {
  left: -100%;
}
.blog-text-effect:nth-child(3) .blog-text-inner {
  left: -200%;
}
.blog-text-effect:nth-child(4) .blog-text-inner {
  left: -300%;
}
.blog-text-effect:nth-child(5) .blog-text-inner {
  left: -400%;
}
.blog-text-effect:nth-child(6) .blog-text-inner {
  left: -500%;
}


.article {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin: 5rem 0 5rem 8%;
  font-size: 14px;
  -webkit-transition: transform 0.8s, opacity 0.8s;;
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transform: translate(0, 8rem);
  transform: translate(0, 8rem);
  opacity: 0;
}

.article:nth-child(3n+1) {
  margin-left: 0;

}
.article:nth-child(3n+2){
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
} 
.article:nth-child(3n+3){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
} 
.article-image {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.article-image:hover {
  -webkit-transform: translate(0,-2rem);
  transform: translate(0,-2rem);
}
.article-image:after {
  clear: both;
  content: "";
  display: block;
}
.article-image img {
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
}
.article-text {
  background: rgba(255, 255, 255, 0.95);
  width: 78%;
  padding: 10%;
  margin-left: -5%;
  box-sizing: border-box;
  margin-top: -14rem;
  position: relative;
  z-index: 2;
}
.date-article {
  color: #0041dc;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  padding-left: 4.5rem;
  position: relative;
  margin-bottom: 1rem;
  margin-left: -1rem;
}
.date-article:before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 2.5rem;
  height: 3px;
  background: #0041dc;
  content: "";
}
.article-text h3 {
  color: #000;
  font-size: 2.5rem;
  font-family: "GothamBlack", Arial, sans-serif;
  margin-bottom: 2.5rem;
}
.article-text p {
  color: #656565;
  font-size: 16px;
  line-height: 1.5;
  font-family: "GothamLight", Arial, sans-serif;
  margin-bottom: 1rem;
}
.article-text p strong {
  color: #000;
  font-family: "GothamBold", Arial, sans-serif;
  font-weight: normal;
}
.article-category a,
.article-category span {
  color: #0041dc;
  font-size: 16px;
  font-family: "GothamBlack", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.article-category {
  margin-bottom: 2.5rem;
}
.article-category a:hover {
  opacity: 0.7;
}
.articles {
  padding-bottom: 18rem;
}
.see-more {
  cursor: pointer;
}
.animate {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.slick-current .article-job {
  opacity: 1;
}
.site-content {
  position: relative;
}
.fashion-bg {
  color: transparent;
  font-size: 35rem;
  font-family: "GothamBlack", Arial, sans-serif;
/*  -webkit-transform: rotate(-90deg) translate3d(0%,160%,0);
  transform: rotate(-90deg) translate3d(0%, 160%,0);*/
  position: absolute;
  top: 20%;
  right: 0;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  z-index: -10;
  background: url(images/fashion.jpg) repeat-y 110% 0;
}

.left-elips {
  width: 56rem;
  height:  56rem;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 56%;
  margin-left: -72rem;  
  border: 21rem solid #0041dc;
  border-radius: 100%;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.right-elips {
  width: 5rem;
  height:  5rem;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 15%;
  margin-left: -2.5rem;
  border: 14rem solid #0041dc;
  border-radius: 100%;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.blog-header {
  margin-left: 5rem;
  opacity: 0;
  -webkit-transform: translate(0, 8rem);
  transform: translate(0, 8rem);
}
.page-template-workhere-page .blog-header {
  margin-left: 0;
}
.sub-title-featutre {
  color: #0041dc;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  padding-left: 4rem;
  position: relative;
  margin-left: 3rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.what-how {
  margin-top: -39rem;
  position: relative;
  z-index: 4;
  font-size: 0;
}
.sub-title-featutre:before {
  top: 7px;
  position: absolute;
  left: 0;
  width: 2.5rem;
  content: "";
  height: 3px;
  background-color: #0041dc;
}
.what-how-item {
  background-size: cover;
  background-position: center 0;
  position: relative;
  width: 52%; 
  padding: 30rem 9% 15rem;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-transform: translate(0, 8rem);
  transform: translate(0, 8rem);
  opacity: 0;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
}
.what {
  padding-top: 46rem;
  color: #fff;
  text-align: right;
}
.what:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #0041dc;
  opacity: 0.8;
}
.how:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #dddddd;
  opacity: 0.9;
}
.what-how-item.how {
  margin-left: -4%;
  margin-top: 25rem;
} 
.what-how-sub-title {
  color: #0041dc;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  padding-left: 4rem;
  position: relative;
  margin-left: 4.5rem;
  margin-bottom: 3rem;
  display: inline-block;
  vertical-align: top;
}
.what-how-sub-title:before {
  top: 50%;
  position: absolute;
  left: 0;
  width: 2.5rem;
  content: "";
  height: 3px;
  margin-top: -1px;
  background-color: #0041dc;
}
.what-how-title {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-family: "GothamBlack", Arial, sans-serif;
}
.what-how-item-text p,
.strategy-inner p,
.recent-blog-article-text p,
.media-text p {
  font-size: 16px;
  line-height: 2;
  font-family: "GothamLight", Arial, sans-serif;
  color: #656565;
  margin-bottom: 3rem;
}
.what-how-item-text p strong,
.media-text p strong {
  font-family: "GothamBold", Arial, sans-serif;
  color: #000;
}

.what .what-how-sub-title,
.blue-section-1 .what-how-sub-title,
.what .what-how-title,
.what .what-how-item-text p,
.what .what-how-item-text p strong,
.what .read-more {
  color: #fff;
}
.what .effect-link:before, 
.what .effect-link:after,
.what .what-how-sub-title:before,
.blue-section-1 .what-how-sub-title:before {
  background: #ffffff;

}


.blue-section-inner h2
.what .what-how-sub-title {
  margin-right: 6rem;
}
.what-how-item-text {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
}
.what .what-how-item-text {
  margin-right: 6rem;
}
.how .what-how-item-text {
  margin-left: 6rem;
}
.stats {
  position: relative;
  z-index: 3;
  padding-top: 46rem;
  background: url(images/stats-bg-wrap.jpg) no-repeat 0 0;
  background-size: 72% auto;
  margin-top: -31rem;
  /*-webkit-transform: translate(0,8rem);
  transform: translate(0,8rem);
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;*/
}

.stats-item h3,
.stats-carousel-item h3 {
  font-family: 'GothamUltra', Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  color: #0d4bde;
  margin-bottom: 3.5rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-left: 3.5rem;
}
.stats-item {
  background: rgba(0,65,220, 0.7);
  padding: 10rem 0;
  padding-bottom: 0;
  width: 50%;
  box-sizing: border-box;

}
.stats-item-wrap {
  width: 200%;
  font-size: 0;
}
.start-animation {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  border: 1px solid red;
}
.stats-item ul {
  position: relative;
  list-style-type: none;
}
.stats-item {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.stats-item li:before,
.stats-carousel-item li:before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.7rem;
  height: 3px;
  content: "";
  background: #0041dc;
}
.stats-carousel {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 4rem 0;
}
.stats-carousel-wrap {
  display: none;
}
.stats-carousel:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #0041dc;
  opacity: 0.7;
  content: "";
}
.stats-carousel .slick-list {
  z-index: 10;
}

.stats-carousel-item ul {
  list-style-type: none;
}
.stats-item li,
.stats-carousel-item li { 
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 3.5rem;
  padding-right: 12%;
}
.stats-item-value {
  font-size: 3rem;
  font-family: 'GothamBold', Arial, sans-serif;
  color: #000;

}
.stats-item-inner-2.stats-item-inner  {
  opacity: 0;
  -webkit-transform: translate(-18rem, 0);
  transform: translate(-18rem, 0 );
}
.stats-item-inner-2 li {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0 );
  /*opacity: 0;*/
}
.stats-carousel-item-inner {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 5rem 4% 5rem 8%;
  background: url(images/stats-bg.jpg) no-repeat 0 0;
  background-size: cover;
  box-sizing: border-box;
}
.stats-item-inner {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 1.4rem;
  padding: 5rem 4% 5rem 8%;
  background: url(images/stats-bg.jpg) no-repeat 0 0;
  background-size: cover;
  box-sizing: border-box;
  -webkit-transform: translate(-4rem, 4rem);
  transform: translate(-4rem, 4rem);
}
.number-of-slide {
  color: #0041dc;
  font-size: 12px;
  font-family: "GothamLight", Arial, sans-serif;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #0041dc;
  max-width: 110px;
  margin-left: 3.5rem;
}
.stats-control button {
  width: 8px;
  height: 11px;
  position: absolute;
  top: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  text-indent: 999px;
  color: transparent;
  background: transparent url(images/sprite.png) no-repeat 0 0;
}
.stats-control button.slick-prev {
  background-position: -48px -24px;
  left: 0;
}
.stats-control button.slick-next {
  background-position: -64px -24px;
  right: 0;
}
.stats-control button.slick-disabled {
  opacity: 0.5;
  background-color: transparent !important;
}
.stats-control {
  position: relative;
  width: 68px;
  height: 11px;
  margin: 2rem auto;
}
.stats-control:after {
  height: 3px;
  width: 25px;
  background: #0041dc;
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.number-of-slide strong {
  font-family: "GothamBlack", Arial, sans-serif;
  font-weight: normal;
}
.stats-start {
  width: 50%;
  text-align: right;
  margin-bottom: 7rem;
  box-sizing: border-box;
  padding-right: 10rem;
  margin-left: 3.5rem;
}
.stats-sub-title,
.evolution-sub-title,
.strategy-sub-title,
.responsibility-sub-title, 
.recent-blog-date-article,
.recent-blog-sub-title,
.media-sub-title,
.two-column-sub-title {
  color: #0041dc;
  font-size: 14px;
  font-family: "GothamBlack", Arial, sans-serif;
  padding-left: 4rem;
  position: relative;
  margin-left: 3rem;
  margin-bottom: 3rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  vertical-align: top;
}
.strategy-point span {
  opacity: 0;
  -webkit-transform: translate(-8rem, 0);
  transform: translate(-8rem, 0);
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}

.strategy-point:nth-child(1) em {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.strategy-point:nth-child(2) em {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.strategy-point:nth-child(3) em {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.strategy-point:nth-child(4) em {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.strategy-point:nth-child(1) span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.strategy-point:nth-child(2) span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}
.strategy-point:nth-child(3) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}
.strategy-point:nth-child(4) span {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}







.strategy-point {
  position: absolute;
  width: 200px;
  z-index: 1;
  font-size: 14px;
  font-family: "GothamLight", Arial, sans-serif;
  box-sizing: border-box;
  padding: 0 0 20px 50px;
  color: #fff;
}
.strategy-point:nth-child(1) {
  left: 12%;
  top: 76%;
}
.strategy-point:nth-child(2) {
  left: 30%;
  top: 58%;
}
.strategy-point:nth-child(3) {
  left: 55%;
  top: 35%;
}
.strategy-point:nth-child(4) {
  left: 75%;
  top: 14%;
}

.strategy-point em {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 32px;
  position: absolute;
  bottom: 0;
  left: 0; 
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
}
.strategy-point em:after {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  content:"";
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.strategy-point em:before {
  position: absolute;
  left: 50%;

  height: 30px;
  width: 2px;
  background: #fff;
  bottom: 100%;
  content: "";
  margin-left: -1px;
} 
.animate-strategy .strategy-point em {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.animate-strategy .strategy-point span {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.strategy-inner .strategy-sub-title {
  margin-left: 4rem;
}
.page-template-flex-page .recent-blog-article-text {
  background: rgba(246, 246, 246, 0.9);
  text-align: right;
}
.conent-single h1.title {
  margin-bottom: 2rem;
}

.page-template-flex-page .conent-single .title-box {
  padding-left: 8%;
}
.two-column-text .two-column-sub-title {
  margin-left: 2rem;
}
.stats-sub-title:before,
.evolution-sub-title:before,
.strategy-sub-title:before,
.responsibility-sub-title:before,
.recent-blog-date-article:before,
.recent-blog-sub-title:before,
.media-sub-title:before,
.two-column-sub-title:before {
  top: 50%;
  position: absolute;
  left: 0;
  width: 2.5rem;
  content: "";
  height: 3px;
  margin-top: -1px;
  background-color: #0041dc;
}
.stats-title,
.evolution-title,
.responsibility-title,
.recent-blog-title {
  font-size: 6rem;
  font-family: "GothamBlack", Arial, sans-serif;
}
.elips-stats {
  position: absolute;
  /*-webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);*/
  top: 0;
  left: 30%;
  width: 13rem;
  height: 13rem;
  border: 15rem solid #0041dc;
  z-index: -1;
  border-radius: 100%;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.evolution {
  padding-top: 47rem; 
  margin-top: -23rem;
  position: relative;
  z-index: 2;
  background: url(images/evolution-bg.jpg) no-repeat right 0;
}
.evolution .slick-list {
  overflow: visible;
}
.evolution-item {
  text-align: center;
  
}
.slick-current.evolution-item  {
  opacity: 1;
}
.evolution-item-img {
  display: inline-block;
  vertical-align: top;
  position: relative;

}
.evolution-item-img img {
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(8rem, 0);
  transform: translate(8rem, 0);
  opacity: 0.1;
  -webkit-transition: -webkit-transform 0.7s 0.8s, opacity 0.7s 0.8s;
  transition: transform 0.7s 0.8s, opacity 0.7s 0.8s;
}
.evolution-item-text {
  position: absolute;
  top: 25%;
  left: 80%;
  width: 100%;
  background: rgba(255,255,255, 0.95);
  padding: 10rem 8rem;
  text-align: left;
  box-sizing: border-box;
  max-width: 480px;
  -webkit-transform: translate(18rem, 0);
  transform: translate(18rem, 0);
  -webkit-transition: -webkit-transform 0.7s 0s, opacity 0.7s 0s;
  transition: transform 0.7s 0s, opacity 0.7s 0s;
  opacity: 0;
}
.slick-current .evolution-item-text {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.evolution-item-text h3 {
  font-size: 3rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 4.6rem;
  letter-spacing: 0.2rem;
  font-family: 'GothamUltra', Arial, sans-serif;
}
.evolution-item-text p,
.responsibility-text p {
  font-size: 16px;
  line-height: 2;
  font-family: "GothamLight", Arial, sans-serif;
  color: #656565;
}
.evolution-item-text p strong,
.responsibility-text p strong {
  color: #000;
  font-family: "GothamBold", Arial, sans-serif;
  font-weight: normal;
}
.evolution-date {
  color: #0041dc;
  line-height: 1;
  font-size: 14.5rem;
  font-family: "GothamBlack", Arial, sans-serif;
  text-align: right;
  position: absolute;
  top: 21%;
  right: 90%;
  z-index: 2;
  -webkit-transform: translate(18rem, 0);
  transform: translate(18rem, 0);
  opacity: 0.1;
  -webkit-transition: -webkit-transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transition: transform 0.8s 0.8s, opacity 0.8s 0.8s;
}
.slided-to .slick-current .evolution-date,
.slided-to .slick-current .evolution-item-img img,
.slided-to .slick-current .evolution-item-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.evolution-date span {
  display: inline-block;
  vertical-align: top;
}
.evolution-month {
  position: relative;
}
.evolution-month span {
  position: absolute;
  bottom: 2rem;
  right: 100%;
  font-size: 12px;
  text-align: left;
  padding-bottom: 1rem;
  width: 11rem;
  padding-left: 2px;
  margin-right: 2.5rem;
  border-bottom: 3px solid #0041dc;
  font-family: "GothamLight", Arial, sans-serif;
}
.evolution-month span strong {
  font-family: "GothamBlack", Arial, sans-serif;
  font-weight: normal;
}
.evolution-desc {
  max-width: 330px;
  text-align: right;
  margin-bottom: 8rem;
}
.evolution-carousel-wrap {
  position: relative;
}

.evolution-control {
  position: absolute;
  bottom: 0rem;
  right: 18%;
  width: 14.4rem;
  height: 7.2rem;
}
.carousel-flex-control {
  position: relative;
  width: 14.4rem;
  z-index: 10;
  -webkit-transform: translate(0, -17.5rem);
  transform: translate(0, -17.5rem);
}
.testimonials-control {
  position: absolute;
  bottom: 16rem;
  left: 48%;
  width: 14.4rem;
  z-index: 10;
  margin-left: -7.2rem;
  height: 7.5rem;
}
.testimonials-control:after {
  position: absolute;
  top: 50%;
  left: 7.2rem;
  content: "";
  width: 1px;
  height: 4rem;
  margin-top: -2rem;
  background: #fff;
  z-index: 10;
}
.evolution-control:after {
  position: absolute;
  top: 50%;
  left: 7.2rem;
  content: "";
  width: 1px;
  height: 4rem;
  margin-top: -2rem;
  background: #b4b4b4;
  z-index: 10;
}
.evolution-control .slick-arrow,
.carousel-flex-control .slick-arrow,
.testimonials-control .slick-arrow{
  position: absolute;
  top: 0;
  border: none;
  background: #0041dc;
  width: 7.2rem;
  height: 7.5rem;
  z-index: 10;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  color: transparent;
  cursor: pointer;
  left: 0;
  border: 1px solid transparent;
}
/*
.evolution-control .slick-arrow {
  background-color: #ffffff;
}
.evolution-control .slick-arrow:hover {
  background-color: #0041dc; 
}*/
.carousel-flex-control .slick-arrow:hover,
.testimonials-control .slick-arrow:hover,
.evolution-control .slick-arrow:hover{
  background: #36454f;
} 
.evolution-control .slick-next,
.carousel-flex-control .slick-next,
.testimonials-control .slick-next {
  margin-left: 7.2rem;
}
.evolution-control .slick-arrow:before,
.evolution-control .slick-arrow:after,
.carousel-flex-control .slick-arrow:before,
.carousel-flex-control .slick-arrow:after,
.testimonials-control .slick-arrow:before,
.testimonials-control .slick-arrow:after {
  background: url(images/sprite.png) no-repeat 0 0;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -5px;
  /*-webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;*/
  content: "";
}
.carousel-flex-control .slick-arrow:before,
.testimonials-control .slick-arrow:before,
.evolution-control .slick-arrow:before {
  opacity: 0;
}
.evolution-control .slick-arrow.slick-prev:before,
.carousel-flex-control .slick-arrow.slick-prev:before,
.testimonials-control .slick-arrow.slick-prev:before {
  background-position: 0 0;
}
.evolution-control .slick-arrow.slick-next:before,
.carousel-flex-control .slick-arrow.slick-next:before,
.testimonials-control .slick-arrow.slick-next:before {
  background-position: -16px 0;
}
.evolution-control .slick-arrow.slick-prev:after,
.carousel-flex-control .slick-arrow.slick-prev:after,
.testimonials-control .slick-arrow.slick-prev:after{
  background-position: 0 -16px;
}
.evolution-control .slick-arrow.slick-next:after,
.carousel-flex-control .slick-arrow.slick-next:after,
.testimonials-control .slick-arrow.slick-next:after {
  background-position: -16px -16px;
}/*
.evolution-control .slick-arrow:hover:before,
.carousel-flex-control .slick-arrow:hover:before,
.testimonials-control .slick-arrow:hover:before {
  opacity: 1;
}

.evolution-control .slick-arrow:hover:after,
.carousel-flex-control .slick-arrow:hover:after,
.testimonials-control .slick-arrow:hover:after {
  opacity: 0;
}*/
.slick-arrow.slick-disabled {
  background-color: #fff !important;
  cursor: default !important;
}
.slick-arrow.slick-disabled:after {
  opacity: 0 !important;
}
.slick-arrow.slick-disabled:before {
  opacity: 0.5 !important;
}
.growth-strategy-wrap {
  padding: 43rem 0 0;
  background: url(images/strategy.jpg) no-repeat 0 0;
  margin-top: -10rem;
}
.growth-strategy {
  background: url(images/strategy-bg.jpg) no-repeat 100% 100%;
  padding-bottom: 14rem;
}
.strategy-wrap-blue {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
  right: 0;
}
.strategy-wrap {
  position: relative;
  padding: 15rem 15% 45rem 38%;
  z-index: 2;
}
.strategy-graph {
  margin-top: -36rem;
  z-index: 3;
  position: relative;
}
.strategy-sub-title {
  color: #fff;
}
.strategy-sub-title:before  {
  background: #fff;
}
.strategy-title {
  font-size: 10rem;
  font-family: "GothamBlack", Arial, sans-serif;
  color: #fff;
  margin-bottom: 5rem;
}
.strategy-inner p {
  color: #fff;
  margin-left: 4rem;
  margin-bottom: 3rem;
}
.strategy-inner p strong {
  font-family: "GothamBold", Arial, sans-serif;
  font-weight: normal;
}
.responsibility-wrap {
  background: url(images/responsibility.png) no-repeat center 70%;
  background-size: 100% auto;
  margin-bottom: 5rem;
}
.responsibility-wrap:after {
  clear: both;
  display: block;
  content: "";
}
.responsibility-text {
  width: 53%;
  float: left;
  padding-top: 22rem;
  padding-left: 16%;
  text-align: right;
  box-sizing: border-box;
}
.responsibility-image {
  margin-left: 57%;
}
.responsibility-title {
  margin-bottom: 6rem;
  letter-spacing: 0.2rem;
}
.strategy-inner p {
  margin-bottom: 3rem;
}
.recent-blog-article {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;

}
.recent-blog-article:nth-child(2) {
  margin-left: 4%;
}
.recent-blog-list {
  font-size: 0;
}
.recent-blog-article-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 52%;
}
.recent-blog-article-text {
  background: rgba(255,255,255, 0.95);
  position: absolute;
  top: 7rem;
  right: 70%;
  width: 100%;
  padding: 2rem 12%;
  box-sizing: border-box;
  text-align: left;
}
.recent-blog-article-text.static-block {
  position: static;
}
.recent-blog-date-article {
  text-transform: lowercase;
  margin-bottom: 1rem;
}
.recent-blog-article-text h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: 'GothamUltra', Arial, sans-serif;
  margin-bottom: 2.5rem;
}
.recent-blog-article-text h3 a,
.article-text h3 a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.recent-blog-article-text h3 a:hover,
.article-text h3 a:hover {
  opacity: 0.6;
}
.rec-img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  display: inline-block;
}
.rec-img:hover {
  -webkit-transform: translate(0,-2rem);
  transform: translate(0,-2rem);
}


.recent-blog-article-text p {
  line-height: 1.5;
}
.recent-blog-desc {
  padding-left: 20%;
  margin-bottom: 12rem;
}
.recent-blog {
  padding-bottom: 22rem;
  position: relative;
  z-index: 10;
}
.recent-blog-article-image img {
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
}
.media-video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}
.media-text {
  background: rgba(255,255,255, 0.95);
  position: absolute;
  top: -15rem;
  right: -15rem;
  padding: 7rem;
  max-width: 440px;
  -webkit-transform: translate(8rem, 0);
  transform: translate(8rem, 0);
  opacity: 0;
  box-sizing: border-box;
  z-index: 2
}
.media-title{
  font-size: 5rem;
  font-family: "GothamBlack", Arial, sans-serif;
  margin-bottom: 6.5rem;

}
.media {
  background: url(images/media-bg.jpg) no-repeat 0 bottom;
  padding: 1rem 0 13rem;
  position: relative;
}
.page-template-about-page #content,
.page-template-flex-page #content,
.page-template-workhere-page #content,
.page-template-work-page #content,
.single-jobs #content {
  padding-bottom: 25rem;
}
.media-elips {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 10rem;
  height: 10rem;
  border: 16rem solid #0041dc;
  border-radius: 100%;
  -webkit-animation: 20s linear 0s normal none infinite running cell;
  animation: 20s linear 0s normal none infinite running cell;
}
.play-btn {
  width: 26rem;
  height: 26rem;
  background: rgba(0,65,220,0.9);
  position: absolute;
  bottom:  3.5rem;
  right: -2.5rem; 
  z-index: 1;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translate(0, 8rem);
  transform: translate(0, 8rem);
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.media-video .play-btn  {
  left: 2rem;
  right: 0;
}
.video-wrap .play-btn {
  bottom: 20%;
}
.touchDevice .video-poster {
  display: none;
}
.poster-video {
  /*-webkit-transform: scale(2);
  transform: scale(2);*/
  opacity: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
}
.poster-video img {
  display: block;
}
.play-btn:hover {
  background: rgba(255,255,255,0.9);
  color: #0041dc;
}
.play-btn span {
  padding-left: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 25px;
  font-family: "GothamBlack", Arial, sans-serif;
  text-transform: uppercase;
}
.play-btn span:before,
.play-btn span:after { 
  background: url(images/sprite.png) no-repeat -32px 0;
  
  width: 10px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.play-btn span:after {
  background-position: -47px 0;
  opacity: 0;
}
.play-btn:hover span:after {
  opacity: 1;
}
.play-btn:hover span:before {
  opacity: 0;
}

.blue-section-inner {
  padding: 19rem 12%;
  position: relative;
  z-index: 1;
}
.blue-section-inner-wrap {
  position: relative;
}
.blue-section-inner-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  box-shadow: 0rem 8rem 9rem -4rem rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: -1;
}
.blue-section-inner-wrap:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 56%;
  width: 40%;
  box-shadow: 0rem 8rem 9rem -4rem rgba(0, 0, 0, 0.6);
  height: 77%;
  z-index: -1;
}
.blue-section-inner  {
  color: #fff;
}
.blue-section-inner h2 {
  font-size: 7rem;
  line-height: 1;
  font-family: "GothamBlack", Arial, sans-serif;
  color: #fff;
  margin-bottom: 7rem;
}
.blue-section-inner p {
  font-size: 16px;
  line-height: 2;
  font-family: "GothamLight", Arial, sans-serif;
  margin-bottom: 3.5rem;
  margin-left: 4.5rem;
}
.blue-section-inner strong {
  font-family: "GothamBold", Arial, sans-serif;
  font-weight: normal;
}
.two-column-with-image:after {
  display: block;
  content: "";
  clear: both;
}
.two-column-with-image .inner-content {
  max-width: 1325px;
}
.left-image {
  width: 66%;
  float: left;
  padding-top: 5rem;
}
.left-image img {
  box-shadow: 0rem 8rem 4rem -7rem rgba(0, 0, 0, 0.6);
}
.two-column-text {
  margin-left: 66%;
  background: #f4f4f4;
  padding: 8rem 7%; 
}
.two-column-text h3,
.two-column-section-with-2-images-left h3 {
  font-size: 3rem;
  font-family: "GothamUltra", Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.two-column-text p {
  font-size: 1.8rem;
  font-family: "GothamBold", Arial, sans-serif;
  line-height: 2;
  margin-bottom: 4rem;
  margin-left: 2rem;
}
.page-template-flex-page .recent-blog,
.page-template-flex-page .conent-single,
.blue-section-1,
.two-column-with-image,
.video-section,
.two-column-section-with-2-images,
.image-section,
.large-text,
.blue-section-2,
.page-template-flex-page .articles,
.page-template-flex-page .growth-brand {
  padding: 2rem 0;
}
.page-template-flex-page .growth-brand {
  padding-top: 20rem;
}
.page-template-flex-page .content-news {
  margin-bottom: 0;
  padding-bottom: 12rem;
}
.two-column-with-image {
  position: relative;
  z-index: 2;
}
.large-text {
  position: relative;
  z-index: 2;
}
.video-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrap {
  position: relative;
  display: block;
  z-index: 5;
}
.video-wrap img {
  width: 100%;
}
.two-column-section-with-2-images-wrap {
  background: url(images/image-bg-2.png) repeat center 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 14rem 3% 16rem 7%;
}
/*
.two-column-section-with-2-images-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  width: 62%;
  height: 13rem;
  top: 0;
  z-index: -1;
  background: #fff;
}
.two-column-section-with-2-images-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  width: 32%;
  height: 10rem;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
.white-bottom-bg {
  position: absolute;
  right: 0;
  width: 10%;
  height: 13rem;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
*/
.two-column-section-with-2-images-left {
  width: 35%;
  float: left;
}
.two-column-section-with-2-images-right { 
  margin-left: 45%;
  text-align: right;
}
.two-column-right-images {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -7.5rem;
}
.second-image {
  position: absolute;
  top: 46%;
  left: -7%;
  width: 70%;
}
.two-column-section-with-2-images-left .two-column-sub-title {
  margin-bottom: 1.5rem;
}
.two-column-section-with-2-images-left p {
  font-size: 16px;
  font-family: "GothamLight", Arial, sans-serif;
  line-height: 2;
  margin-bottom: 4rem;
  margin-left: 2rem;
  letter-spacing: 0.1rem;
  color: #656565;
}/*
.two-column-section-with-2-images-left  a {
	font-family: "GothamBlack",Arial,sans-serif;
}*/
.two-column-section-with-2-images-left strong {
  color: #000;
  font-family: "GothamBold", Arial, sans-serif;
}
.two-column-section-with-2-images-left li {
  font-size: 1.8rem;
  font-family: "GothamBold", Arial, sans-serif;
  line-height: 2;
  margin-left: 2rem;
  color: #000;
}
.two-column-section-with-2-images-left ul,
.two-column-section-with-2-images-left ol {
  margin-left: 20px;
  margin-bottom: 4rem;
}
.two-column-right-images img {
  box-shadow: 0rem 8rem 5rem -6rem rgba(0, 0, 0, 0.6);
}
.image-section-inner img,
.carousel-flex-item canvas{
  display: block;

}
.carousel-flex-item canvas {
  width: 99%;
  height: auto;
  margin: 0 auto;
}
.image-section-inner,
.carousel-flex-item {
  position: relative;

}
.image-section-inner:after,
.carousel-flex-item:after {
  width: 41%;
  position: absolute;
  top: 0;
  left: 0;
  height: 97%;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  content: "";
  z-index: -1;
}
.carousel-flex-item:after {
  left: 10px;
}
.image-section-inner:before,
.carousel-flex-item:before {
  width: 54%;
  position: absolute;
  top: 0;
  left: 41%;
  height: 86%;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  content: "";
  z-index: -1;
}
.large-text-inner {
  max-width: 960px;
  margin: 0 auto; 
}
.large-text-inner p {
  font-size: 5rem;
  line-height: 1.3;
  font-family: "GothamBlack", Arial, sans-serif;
  margin-bottom: 4rem;
  letter-spacing: 0.4rem;
}
.large-text-inner p strong {
  color: #0041dc;
}
.blue-section-2-inner {
  position: relative;
  background: url(images/blue-2.png) no-repeat center 0;
  background-size: cover;
  padding: 17.5rem 16%;

}
.blue-section-2-inner > div,
.article-text-inner,
.responsibility-text,
.text-right,
.blog-featutre-inner,
.desc-block-inner {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
   -webkit-transform: translateZ(0) scale(1.0, 1.0);
}/*
.blue-section-2-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background: #fff;
  height: 7rem;
  z-index: 0;
}
.blue-section-2-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  background: #fff;
  height: 10rem;
  z-index: 0;
}*/
.blue-section-2-inner p {
  font-size: 16px;
  font-family: "GothamLight", Arial, sans-serif;
  line-height: 2;
  margin-bottom: 4rem;
  letter-spacing: 0.1rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.blue-section-2-inner strong {
  font-weight: normal;
  font-family: "GothamBold", Arial, sans-serif;
}
.growth-brand-content .play-btn {
  bottom: 20%;
}
.blue-section-2  .trans-btn.blue:before {
  background: #fff;
  color: #0041dc;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 999999;
}

.fancybox-opened .fancybox-skin {
  
}

.fancybox-outer, .fancybox-inner {
  position: relative;
  z-index: 8050;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;

}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;

}

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 148px;
  height: 87px;
  cursor: pointer;
  z-index: 99999;
  background: #0041dc;
}
.fancybox-close:after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  background: url(images/sprite.png) no-repeat 0 -35px;
  content: "";
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fancybox-close:hover:after {
  opacity: 0.5;
}



.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;

}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: static;
  z-index: 8050;
}

.fancybox-title-float-wrap .child {
  padding: 4rem;
  display: block;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
.video-title {
  color: #000;
  font-size: 3rem;
  line-height: 1.3;
  font-family: "GothamBlack", Arial, sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.child .two-column-sub-title {
  margin-bottom: 0.5rem;
}
.carousel-flex .slick-list {
  padding-bottom: 10rem;
}
.blue-section-2-inner .trans-btn span {
  color: #fff;
  background: #0041dc;
}
.blue-section-2-inner .trans-btn.blue {
  border-color: #fff; 
}
.page-template-flex-page .article-text h3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-template-flex-page .article-category {
  color: #0041dc;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "GothamBlack", Arial, sans-serif;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
  line-height: 2;
}
.page-template-flex-page .article-text p {
  line-height: 2;
}
.article-job {
  font-size: 14px;
}
.around-wraper {
  position: relative;
  z-index: 7;
}
.around-wrap {
  padding: 19rem 10% 15rem;
  position: relative;
  z-index: 4;
  margin-left: 5%;
}
.around-wraper:before {
  height: 80%;
  content:"";
  width: 35%;
  position: absolute;
  top: 0;
  left: 7%;
  z-index: -1;
  box-shadow: 0rem 8rem 5rem 0rem rgba(0, 0, 0, 0.6);
}
.around-wraper:after {
  height: 99%;
  content:"";
  width: 52%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0rem 8rem 5rem 0rem rgba(0, 0, 0, 0.6);
}
.around-blue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 1;
}
.around-inner {
  position: relative;
  z-index: 2;
}

.head-blog .inner {
  padding-left: 10%;
}
.around-left {
  float: left;
  width: 46%;
  text-align: right;
}

.around-right {
  margin-left: 52%;
  padding-top: 20rem;
}
.around-left .strategy-sub-title {
  padding-left: 0;
  padding-right: 4rem;
}
.around-left .strategy-sub-title:before {
  left: auto;
  right: 0;

}
.around-left h2 {
  font-size: 6rem;
  line-height: 1.3;
  font-family: "GothamBlack", Arial, sans-serif;
  color: #fff;
}
.around-right .around-text {
  font-size: 16px;
  font-family: "GothamLight", Arial, sans-serif;
  line-height: 2;
  color: #fff;
  margin-bottom: 3.5rem;
  padding-right: 6rem;
}
.drop-down-title {
  color: #fff;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}
.job-title{
  color: #000;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 4.5rem;
  text-transform: uppercase;
}
.job-image {
  width: 46%;
  float: left;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.job-image img {
  width: 150%;
  max-width: 150%;
  margin-left: -50%;
  margin-top: -15rem;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
}
.job-text {
  margin-left: 46%;
  position: relative;
  left: -3rem;
  opacity: 0;
}
.job-text-inner {
  padding: 15%;
  background: #f2f6fd;
}
.job-description p {
  color: #656565;
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 4rem;
}
.job-description p strong {
  color: #000;
  font-family: "GothamBold", Arial, sans-serif;
}
.job-wrap {
  clear: both;
  display: none;
}
#job-1 {
  display: block;
}
.choose {
  position: relative;
  max-width: 365px;
  margin-bottom: 8.5rem;
  z-index: 10;
}
.job-text .trans-btn span,
.job-text .trans-btn.blue {
  background: none;
}
.selector {
  color: #fff;
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 3rem;
  border-bottom: 3px solid #fff;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 0.5rem 20px 0.5rem 0;
}
.selector:after {
  background: url(images/sprite.png) no-repeat 0 -75px;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  content: "";
}
.drop-location {
  background: #fff;
  list-style-type: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 2rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
}
.choose.open .drop-location {
  opacity: 1;
  visibility: visible;
}

.drop-location li a {
  font-family: "GothamBold", Arial, sans-serif;
  color: #0041dc;
  font-size: 20px;
  padding: 1rem;
  display: block;
  text-decoration: none;
}
.stones-inner {
  background: url(images/stones.jpg) no-repeat left 90%;
  background-size: cover;
  max-width: 1060px;
  padding: 15rem 0 9rem 12%;
  box-sizing: border-box;
  position: relative;
}
.stones-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  box-shadow: 0rem 8rem 9rem -4rem rgba(0, 0, 0, 0.6);
  z-index: -1;
} 
.stones-inner:after {
  clear: both;
  content: "";
  display: block;
}
.stones-left {
  float: left;
  width: 30%;
  text-align: right;
}
.stones-left h2 {
  font-family: "GothamBlack", Arial, sans-serif;
  font-size: 6rem;
  color: #000;
  line-height: 1.3;
  margin-bottom: 4.5rem;
}
.stones-left ul {
  list-style-type: none;
}
.stones-left li {
  color: #000;
  font-size: 16px;
  margin-bottom: 5rem;
  font-family: "GothamBlack", Arial, sans-serif;
  text-align: right;
  padding-right: 35px;
  text-transform: uppercase;
  position: relative;
}
.stones-left li sup{
  vertical-align: super;
  color: #0041dc;
  position: absolute;
  top: 0;
  right: 0;
  top: -10px;
  font-size: 12px;
}
.stones-left .two-column-sub-title {
  margin-bottom: 2.5rem;
}
.stones-right {
  margin-left: 50%;
  padding-top: 10rem;
}
.stones {
  margin-top: -28rem;
  position: relative;
  z-index: 3;
}
.stones-right img {
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(15%,0);
  transform: translate(15%,0);
}
.testimonial-image canvas {
  max-width: 465px;
  height: auto;
  display: block;
  box-shadow: 0rem 8rem 5rem -4rem rgba(0, 0, 0, 0.6), inset 0rem -8rem 5rem -5rem rgba(0, 0, 0, 0.6);
}

.testimonials {
  margin-top: 5rem;
  background: url(images/testimonial.png) no-repeat right 14rem;
  background-size: 85% auto;
  padding-top: 10rem;
  margin-bottom: 14rem;
  position: relative;
  z-index: 2;
}
.testimonial-image {
  width: 48%;
  float: left;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate(-8rem,0);
  transform: translate(-8rem,0);
  -webkit-transition: opacity 0.8s 0.8s, -webkit-transform 0.8s 0.8s;
  transition: opacity 0.8s 0.8s, transform 0.8s 0.8s;
}
.testimonial-text {
  margin-left: 60%;
  padding-top: 8.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
  transition: opacity 0.8s 0.2s, transform 0.8s 0.2s;
}
.testimonial-text .sub-title-featutre {
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translate(8rem,0);
  transform: translate(8rem,0);
  -webkit-transition: opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: opacity 0.8s 0.6s, transform 0.8s 0.6s;
}
.testimonial-text .sub-title-featutre:last-child {  
  -webkit-transition-delay: 1s;   
  transition-delay: 1s;   

}
.slick-active .testimonial-image{

}
.slick-active .testimonial-text,
.slick-active .testimonial-image,
.slick-active .testimonial-text h3,
.slick-active .testimonial-text p,
.slick-active .testimonial-text .sub-title-featutre {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.out-left.slick-slide .testimonial-image {
  opacity: 0;
  -webkit-transform: translate(20px,0);
  transform: translate(20px,0);
  -webkit-transition: opacity 0.7s 0s, -webkit-transform 0.7s 0s;
  transition: opacity 0.7s 0s, transform 0.7s 0s;
}
.out-right.slick-slide .testimonial-image {
  opacity: 0;
  -webkit-transform: translate(-20px,0);
  transform: translate(-20px,0);
  -webkit-transition: opacity 0.7s 0s, -webkit-transform 0.7s 0s;
  transition: opacity 0.7s 0s, transform 0.7s 0s;
}
.out-right .testimonial-text,
.out-left .testimonial-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.slick-active .testimonial-text{
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.slick-active  .testimonial-image {
	-webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.testimonial-text h3 {
  color: #000;
  font-size: 5rem;
  line-height: 1.3;
  margin-bottom: 6.5rem;
  font-family: "GothamBlack", Arial, sans-serif;
  opacity: 0;
  -webkit-transform: translate(8rem,0);
  transform: translate(8rem,0);
  -webkit-transition: opacity 0.8s 1s, -webkit-transform 0.8s 1s;
  transition: opacity 0.8s 1s, transform 0.8s 1s;
}
.testimonial-text p {
  font-size: 18px;
  font-family: "GothamBold", Arial, sans-serif;
  color: #000;
  line-height: 2;
  margin-bottom: 4rem;
  opacity: 0;
  -webkit-transform: translate(0,8rem);
  transform: translate(0,8rem);
  -webkit-transition: opacity 0.8s 0.9s, -webkit-transform 0.8s 0.9s;
  transition: opacity 0.8s 0.9s, transform 0.8s 0.9s;
}
.testimonials-carousel-wrap {
  position: relative;
}
.testimonials-carousel-wrap .slick-list {
  padding-bottom: 10rem;
}
.new-position-inner {
  position: relative;
  padding: 230px 0 11rem 10%;
  margin-right: 2rem;
}
.new-position-blue {
  background: #0041dc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
.new-pos {
  position: relative;
  z-index: 2;
}
.new-pos:after {
  display: block;
  content: "";
  clear: both;
}
.new-position-left {
  width: 42%;
  text-align: right;
  float: left;
}
.new-position-right {
  margin-left: 54%;
}
.new-position-left .strategy-sub-title {
  padding-left: 0;
  margin-right: 5rem;
  padding-right: 4rem;
}
.new-position-left .strategy-sub-title:before {
  left: auto;
  right: 0;

}
.new-position-left h2 {
  color: #fff;
  font-size: 6rem;
  margin-bottom: 5rem;
  font-family: "GothamBlack", Arial, sans-serif;
}
.new-position-left ul {
  list-style-type: none;
  margin-right: 5rem;
}
.new-position-left li {
  margin-bottom: 10rem;
}
.new-position-left li a {
  color: #fff;
  text-decoration: none;
}
.position-title {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "GothamBlack", Arial, sans-serif;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.position-title u {
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.position-location {
  display: block;
}
.new-position-right .two-column-right-images {
  margin-right: -2rem
}
.page-template-workhere-page #content{
  background: url(images/work-here.jpg) no-repeat 0 bottom;
}
.page-template-workhere-page #content:after {
  content: "";
  z-index: -1;
  position: absolute;
  background: url(images/work-here-bg.jpg) no-repeat 0 20%;
  background-size: 23% auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.trans-btn:hover,
.trans-btn:hover:before,
.trans-btn:hover span {
  will-change: transform;
  backface-visibility: hidden;
}
.section-lines span {
  border: none;
  opacity: 0.8;
  background: url(images/line.png) repeat-y right 0;
}
.section-lines span em {
  display: none;
}
.section-lines span:nth-child(2) {
  background-position: right -150px;
}
.section-lines span:nth-child(3) {
  background-position: right -500px;
}
.section-lines span:nth-child(4) {
  background-position: right -900px;
}
.section-lines.bg-lines span:nth-child(5) {
  background: none;
}
.stones-list li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.stones-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.stones-list li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.stones-list li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.stones-list li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.stones-list li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.stones-list li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.stones-list li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.stones-list li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.stones-list li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.stones-list li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}


.blue-section-1 .what-how-sub-title,
.blue-section-inner h2,
.recent-blog-article-text {
  opacity: 0;
  -webkit-transform: translate(-8rem, 0);
  transform: translate(-8rem, 0);
}
.two-column-with-image,
.conent-single-wrap,
.image-section-wrap,
.recent-blog-article,
.large-text-inner,
.blue-section-2-inner,
.blue-section-inner-wrap,
.evolution-wraper,
.growth-strategy-inner{
  opacity: 0;
}

.blue-section-inner p,
.two-column-text,
.two-column-section-with-2-images,
.two-column-right-images img,

.responsibility-wrap,
.about-brand-background-shadow,
.timelene-brand,
.action-brand,
.stones-right img  {
  opacity: 0;
  -webkit-transform: translate(0,8rem);
  transform: translate(0,8rem);
}
.page-template-workhere-page .two-column-right-images img  {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.responsibility {
  margin: -15rem 0;
}
.animate .recent-blog-article-text{
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-video video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%; 
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.action-brand-item-img {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.action-brand-item:first-child img {
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%, 0);
}
.action-brand-item:last-child img {
  -webkit-transform: translate(100%,0);
  transform: translate(100%, 0);
}
.action-brand-item:first-child .action-brand-item-text,
.stones-list li,
.stones-left h2,
.stones-left .two-column-sub-title {
  -webkit-transform: translate(-8rem,0);
  transform: translate(-8rem, 0);
  opacity: 0;
}
.action-brand-item:last-child .action-brand-item-text,
.choose,
.around-text,
.drop-down-title {
  -webkit-transform: translate(8rem,0);
  transform: translate(8rem, 0);
  opacity: 0;
}
.choose,
.around-text,
.drop-down-title,
.stones-left h2,
.stones-list li,
.stones-right img,
.stones-left .two-column-sub-title {
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
.drop-down-title {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.choose {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.read-more {
  z-index: 10;
}
.single-brand .down {
  right: -2rem; 
}
.new-position-logo {
  position: absolute;
  top: 0;
  left: 12%;
  width: 223px;
  height: 232px;
  z-index: 9;
  background: url(images/position-logo.png) no-repeat 0 0;
}
.slickslider-arrow  {
  display: block;
}
.related .stats-control,
.scrollmag-arrow {
  display: none;
}
@media screen and (max-width: 1800px) {
  .page-template-workhere-page .head-blog .inner {
    padding-left: 15%;
  }
  .without-bg {
    padding: 0 10%;
  }
  .fancybox-close {
    right: 0;
    top: 0;
  }
  .head-brand .inner {
    padding-left: 17%;
  }
  .head-brand-side { 
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .timeline-brand-carousel {
    padding: 0;
  }
  .evolution-date {
    opacity: 0;
  }
  .evolution-item-img img {
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) {
  .action-brand-blocks-wrap {
    font-size: 0;
  }
  .action-brand-item {
    font-size: 1.4rem;
    max-width: 50%;
  }
  .page-template-workhere-page .blog-featutre {
    padding-top: 0rem;
    background-position: left center !important;
  }
  .growth-brand-text {
    left: -5rem;
  }
  .stats-wrap {
    margin: 0 2rem !important;
  }
  .head-blog .inner {
    padding-left: 15%;
  }
}
@media screen and (max-width: 1200px) {
  .slickslider-arrow  {
    display: block;
  }
  .scrollmag-arrow {
    display: none;
  }
  .social-menu {
    left: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .stones {
    margin-top: -8rem;
  }
  .driven .statistics .holder-div {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: block;
  }
  .box-select > li > strong select {
    display: block;
  }
  .addition-bg {
    background-position: center center;
  }
  footer#colophon {
    height: 15rem;
    box-sizing: border-box;
    margin-top: -15rem;
    width: 100%;
  } 
  .site-content,
  .single-jobs #content  {
    padding-bottom: 17rem;
    overflow: visible;
  }
  .strategy-graph {
    margin-top: -36rem;
  }
  .strategy-point {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .brand-featutre {
    text-shadow: 0 0 5px #fff;
  }
  .timelene-brand {
    padding-top: 5rem;
  }
  .timeline-control {
    left: 0;
    top: 0;
  }
  .timeline-brand-image {
    display: block;
  }
  .head-brand-side {
    width: 15%;
  }
  .blog-header:before {
    width: 30%;   
  }
  .page-template-flex-page #page .articles {
    padding-bottom: 0;
  }
  .evolution-date,
  .evolution-item-img img {
    opacity: 0;
  }

  .media-video .play-btn {
    right: auto;
    left: 0;
  }
  .evolution-date {
    right: 80%;
  }
  .responsibility {
    margin-bottom: -4rem;
  }
  .page-template-about-page .media {
    margin-top: 6rem;
  }
  .timeline-brand-text {
    position: relative;
    top: -12rem !important;
    left: -5rem;
  }
  .brand-menu li a:before {
    left: -4rem;
  }
  .brand-menu li {
    padding-left: 4rem;
  }
  .stats-carousel-wrap {
    display: block;
  } 
  .stats .scrollmagic-pin-spacer {
    display: none !important;
  }

}
@media screen and (max-width: 1023px) {

	.copyright {
		text-align: center;
	}
  .section-one {
    padding-top: 7rem;
  }
  .action-brand {
    padding-bottom: 30rem;
  }

  .single-jobs .content-news {
    padding: 10rem 5% 4rem 10%;
  }
  .timeline-brand-text {
    width: 100%;
  }
  .timeline-brand-item-one .timeline-brand-text p {
    padding-left: 0;
  }
  .opened-menu {
    top: 0;
    bottom: 0;
  }
  #site-navigation.opened {
    overflow-y: auto;
    bottom: 0;
  }
  .head-brand-side {
    display: none !important;
  }
  .handcrafted-by {
    margin-top: 2rem;
  }
  .head-blog .inner {
    padding-left: 5%;
  }
  .fashion-bg {
    background-size: 150px auto;
  }
  .growth-brand-image img {
    margin-left: 0;
  }
  .article-text {
    width: 100%;
  }
  .testimonial-image canvas {
    max-width: 100%;
  }
  .down {
    -webkit-transform: rotate(-90deg) translate3d(90%, 45px, 0px);
    transform: rotate(-90deg) translate3d(90%, 45px, 0px);
  }
  .page-template-workhere-page .head-blog .inner {
    padding: 0 0 0 10px;
  }
  .blog #content, 
  .archive #content, 
  .page-template-page-templatesabout-page-php #content, 
  .page-template-flex-page #content,
  .single-brand #content,
  .page-template-workhere-page #content,
  .site-content {
    padding-top: 12rem;
  }
  .head-brand-side {
    background: url(images/bg-menu2.jpg) repeat;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    padding: 13rem 0 0;
    bottom:0;
  }
  .head-blog .head-brand-side.opened {
    display: block;
  }
  .head-blog .nav-icon3 {
    right: auto;
    left: 0;
  }
  .head-brand .nav-icon3 {
    left: 0;
    right: auto;
  }
  .evolution-item-img {
    display: block;
  }
  .slick-slide img {
    margin: 0 auto;
  }
  .evolution-date,
  .evolution-month span {
    right: auto;
    left: 0px;
  }
  .evolution-date .evolution-month {
    padding-left: 12rem;
    display: block;
  }
  .evolution-item-text {
    bottom: 10%;
    right: 0;
    left: auto;
    top: auto;
    width: 50%
  }
  .growth-strategy-wrap {
    padding-top: 20rem;

  }
  .growth-strategy-wrap:after {
    display: block;
    clear: both;
    content: "";
  }

  .strategy-wrap,
  .strategy-wrap-blue {
    background-position: 0 -100px !important;
  }
  .strategy-wrap {
    padding: 15rem 10% 45rem 30%;
  }
  .recent-blog-article-text {
    position: relative;
    right: auto;
    top: auto;
    margin-top: -20rem;
    margin-left: -10rem;
  }
  .recent-blog-article-image {
    width: 80%;
  }
  .recent-blog-article-text {
    width: 100%;

  }
  .recent-blog {
    padding-bottom: 12rem;
  }
  .page-template-flex-page .head-blog {
    margin-bottom: 5rem;
  }
  .blog-featutre:before {
    width: 40%;
  }
  .two-column-text {
    padding: 8rem 4%;
  }
  .brand-featutre {
    margin-left: 0;
    background-position: 0 20px !important;
  }
  .timeline-brand-carousel-wrap {
    padding-bottom: 25rem;
  }
  .about-brand {
    margin-top: -15rem;
  }
  .brand-site {
    left: 0;
    right: auto;
  }
  .about-brand-facts-item {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .about-brand-left {
    padding-top: 10rem;
  }
  .about-brand-background {
    padding-top: 20rem;
    padding-bottom: 4rem;
    
  }
  .about-brand-blue,
  .about-brand-background {
    background-size: auto 150% !important;
  }
  .growth-brand {
    padding-bottom: 25rem;
  }
  .about-brand-text {
    padding-left: 10%;
  }
  .head-brand.active .head-brand-side {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .head-brand.active .overview {
    opacity: 1;
    visibility: visible;
  }
  .head-brand.active .inner {
    z-index: -1;
  }
  .head-brand.active > .nav-icon3 {
    display: none;
  }
  .head-brand.active {
    z-index: 9999;
  }
  .strategy-graph img {
    height: 340px;
    width: 100%;

  }
}
@media screen and (max-width: 767px) { 
  .action-brand.men{
    margin-top: -30rem;
  }
  .stats-carousel-item-inner {
    width: 90%;
  }
  .strategy-point {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);

  }
  .stones {
    margin-top: -7rem;
  }
  .media-video .play-btn {
    right: 1rem;
    left: auto;
  }
  
  .timelene-brand {
    padding-top: 3rem;
  }
  .growth-brand {
    padding-top: 5rem;
  }

  .elips-stats {
    left: 70%;
  }
  
  .responsibility { 
    margin: 0;
  }
  .about-brand-sub-title,
  .about-brand-facts-sub-title,
  .about-brand-facts-title,
  .about-brand-social-links a,
  .brand-site,
  .timeline-brand-sub-title,
  .growth-brand-sub-title,
  .handcrafted-by,
  .copyright,
  .article,
  .date-article,
  .sub-title-featutre,
  .what-how-item,
  .what-how-sub-title,
  .stats-sub-title,
  .evolution-sub-title,
  .strategy-sub-title,
  .responsibility-sub-title, 
  .recent-blog-date-article,
  .recent-blog-sub-title,
  .media-sub-title,
  .two-column-sub-title,
  .recent-blog-article,
  .play-btn span {
    font-size: 13px;
  }
  .head-brand .inner {
    padding-left: 5%;
  }
  .blog-featutre {
    padding: 10rem 8% 15rem 40%;
  }
  .what.what-how-item {
    padding-top: 35rem;
  }
  .what-how-item {
    padding-top: 20rem;
  }
  .stats {
    margin-top: -30rem;
    padding-top: 35rem;  
  }
  .responsibility-text {
    padding-left: 5%;
    padding-top: 12rem;
  }
  .what-how-item.how {
    margin-top: 15rem;
  }
  .left-elips {
    margin-left: -110rem;
  }
  .evolution-date {
    top: 5rem;
  }
  .what-how-item-text {
    display: block;
    max-width: 100%;
  }
  .what-how-item {
    padding-top: 10rem;
  }
  .media-text,
  .growth-brand-text {
    max-width: 50%;
    left: 0;
    padding: 3rem;
  }
  .growth-brand-image img {
    margin-left: 0;
  }
  .what-how-item-text p, 
  .strategy-inner p, 
  .recent-blog-article-text p, 
  .media-text p,
  .member .title-box p {
    font-size: 14px;
  }
  .media-title {
    margin-bottom: 3.5rem;
  }
  .evolution-item-text {
    width: 82%;
  }
  .about-brand-title,
  .what-how-title,
  .strategy-title  {
    font-size: 8rem;
  }
  .timeline-brand-title,
  .growth-brand-title,
  .blog-featutre h1,
  .stats-title,
  .evolution-title,
  .responsibility-title,
  .recent-blog-title {
    font-size: 5.5rem
  }
  .about-brand-description p,
  .timeline-brand-slide-text p,
  .growth-brand-content-text p,
  .article-text p,
  .article-category a,
  .what-how-item-text p,
  .strategy-inner p,
  .recent-blog-article-text p,
  .media-text p,
  .evolution-item-text p,
  .responsibility-text p ,
  .blue-section-inner p,
  .two-column-section-with-2-images-left p, 
  .blue-section-2-inner p,
  .page-template-flex-page .article-category {
    font-size: 14px;  
  }
  .two-column-section-with-2-images-left li {
    font-size: 16px;
  }
  .blue-section-inner {
    padding: 10rem 8%;
  }
  .page-template-flex-page .recent-blog, 
  .page-template-flex-page .conent-single, 
  .blue-section-1,
  .two-column-with-image, 
  .video-section, 
  .two-column-section-with-2-images, 
  .image-section, 
  .large-text, 
  .blue-section-2, 
  .page-template-flex-page .articles, 
  .page-template-flex-page .growth-brand {
    padding: 4rem 0;
  }
  .page-template-flex-page .articles .inner-post,
  .yarpp-related .inner-post {
    width: 150%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .page-template-flex-page .articles .inner-post.swipe-left,
  .yarpp-related .inner-post.swipe-left {
    -webkit-transform: translate(-32%, 0);
    transform: translate(-32%, 0);
  }
  .page-template-flex-page .articles .inner-post.swipe-right,
  .yarpp-related .inner-post.swipe-right {
    -webkit-transform: translate(-34%, 0);
    transform: translate(0, 0);
  }
  .about-brand-left {
    float: none;
    width: auto;
  }
  .about-brand-right {
    margin-left: 0;
  }
  .about-brand-text {
    padding-right: 10%;
  }
  .about-brand-facts-item {
    width: 40%;
    margin-left: 2%;
    display: inline-block;
  }
  .about-brand-facts-title:before {
    top: 1.3rem;
  }
  .timeline-brand-text {
    left: 5rem;
  }
  .timeline-brand-item .timeline-brand-image {
    padding-right: 0;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
  .timeline-brand-description {
    width: auto;
  }
  .action-brand-item {
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .action-brand-item:nth-child(2) {
    margin-top: 0;
  }
  .around-left {
    width: auto;
    float: none;
    text-align: left;
  }
  .around-right {
    margin-left: 0;
    padding-top: 0;
  }
  .around-wrap {
    padding: 18rem 5% 12rem;
  }
  .around-description {
    padding-bottom: 18rem;
  }
  .job-image img {
    margin-left: 0;
    max-width: 100%;
    display: block;
  }
  .job-text {
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  } 
  .job-image {
    width: auto;
    float: none;
  }
  .stones-left {
    width: auto;
    float: none;

  }
  .stones-inner {
    padding: 15rem 5% 9rem;
  }
  .stones-right {
    margin-left: 0;
    padding-top: 0;
    text-align: right;
  }
  .stones-right img {
    max-width: 300px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .testimonials {
    margin: 2rem 0;
  }
  .responsibility-wrap {
    background-position: center 20%;
  }
  .two-column-text .two-column-sub-title,
  .two-column-text h3,
  .page-template-flex-page .recent-blog-date-article,
  .page-template-flex-page .image-section-wrap,
  .page-template-flex-page .recent-blog-article-text h3,
  .page-template-flex-page .recent-blog-article-text p,
  .page-template-flex-page .read-more {
    opacity: 0;
    -webkit-transform: translate(-8rem, 0);
    transform: translate(-8rem, 0);
  }
  .two-column-with-image, 
  .conent-single-wrap .image-section-wrap, 
  .recent-blog-article, 
   
  .blue-section-2-inner, 
  .blue-section-inner-wrap,
  .two-column-text p,
  .two-column-text .trans-btn,
  .blue-section-2-inner,
  .what-how-item,
  .evolution-wraper,
  .growth-strategy-inner,
  .responsibility-wrap,
  .responsibility-image,
  .media-text,
  .job-image,
  .job-text {
    opacity: 0;
    -webkit-transform: translate(0, 8rem);
    transform: translate(0, 8rem);

  }
  .large-text-inner {
    opacity: 1;
  }


  .blue-section-1.animation .what-how-sub-title,
  .animation .blue-section-inner h2,
  .animation .recent-blog-article-text,
  .animation  .two-column-section-with-2-images-wrap,
  .animation.two-column-with-image, 
  .animation .conent-single-wrap .image-section-wrap, 
  .animation .recent-blog-article, 
  .animation .large-text-inner, 
  .animation .blue-section-2-inner, 
  .animation .blue-section-inner-wrap,

  .animation .blue-section-inner p, 
  .animation .two-column-text, 
  .animation.two-column-section-with-2-images, 
  .animation .two-column-right-images img, 
  .animation .growth-strategy-inner, 
  .animation .responsibility-wrap, 
  .animation .about-brand-background-shadow, 
  .animation.timelene-brand, 
  .animation.action-brand,
  .animation .two-column-text .two-column-sub-title,
  .animation .two-column-text h3,
  .animation .two-column-text p,
  .animation .two-column-text .trans-btn,
  .animation .conent-single-wrap,
  .animation .video-wrap img,
  .animation .image-section-wrap,
  .page-template-flex-page .animation .recent-blog-date-article,
  .page-template-flex-page .animation .recent-blog-article-text h3,
  .page-template-flex-page .animation .recent-blog-article-text p,
  .page-template-flex-page .animation .read-more,
  .animation .blue-section-2-inner,
  .animation .poster-video,
  .animation .growth-brand-text,
  .animation.what-how-item,
  .animation .evolution-wraper,
  .animation .responsibility-image,
  .animation .media-text,
  .animation.media img,
  .animation .job-image,
  .animation .job-text,
  .animation .growth-brand-image {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1) !important;
    transform: translate(0, 0) scale(1) !important;
    -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s;
  }
  .animation .play-btn {
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 1;
  }

  .blue-section-inner h2,
  .two-column-text h3,
  .responsibility-image,
  .media-text,
  .job-image {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
  } 
  .blue-section-inner p,
  .two-column-text p,
  .job-text {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  } 
  .two-column-text .trans-btn {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }


  .video-poster {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .member .title-box {
    max-width: 100%;
  }
  .right-elips {
    left: 90%;
    right: auto;
  }
  .addition-bg {
    background: none;
    padding: 10rem 10% 10rem;
    position: relative;
  }
  .addition-bg:after {
  	background: url("images/here-bg.png") no-repeat center center;
  	background-size: cover;
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: 0;
  	opacity: 0.5;
  }
  .blog-featutre-inner {
  	position: relative;
  	z-index: 2;
  }


  .page-template-workhere-page .blog-header:before {
    box-shadow: none;
  }
  .evolution {
    padding-top: 32rem;
  }
  .blog-featutre,
  .brand-featutre {
    text-shadow: 0 0 5px #fff;
  }
  .hero-section .holder-img img {
    margin-top: 35px;
  }
  .responsibility-wrap {
    background-size: 100% 65%;
    background-position: center 0;
    padding-right: 2rem;
  }
  .media-video .play-btn {
    left: auto;
    right: 0;
  }
  .recent-blog-article-image img {
    display: block;
  }
  .bottom-elips {
    width: 6rem;
    height: 6rem;
    -webkit-transform: translate(0, 70%);
    transform: translate(0, 70%);
  }
  .play-btn {
    width: 16rem;
    height: 16rem;
  } 
  .play-btn span {
    padding-left: 15px;
  }
  .fancybox-close:after {
    right: 50%;
    margin-right: -15px;
  }
  .fancybox-close {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 9999999;
  }
  .what-how-item {
    width: auto;
    display: block;
  }
  .what-how-item.how {
    margin-top: 5rem;
  }
  .recent-blog-article-text {
    margin-top: -40rem;
    margin-bottom: 9rem;
  }
  .recent-blog-article-text.static-block {
    margin-top: 0;
    margin-bottom: 0;
  }
  .recent-blog-article {
    width: auto;
    display: block;
    margin-bottom: 6rem;
  }
  .recent-blog-article:nth-child(2) {
    margin-left: 0;
  }
  .play-btn {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .stats-item {
    width: 100%;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);

  }
  .stats-start {
    width: auto;
  }
  .evolution-date {
    position: static;
    font-size: 8rem;
    display: inline-block;
  }
  .evolution-item-text {
    width: 90%;
    padding: 3rem;
    margin-top: -35rem;
    position: relative;
  }
  .evolution-carousel-wrap {
    padding-bottom: 7rem;
  }
  .responsibility-text {
    padding-top: 12rem;
    width: auto;
    float: none;
  }
  .recent-blog-desc {
    margin-bottom: 10rem;
  }
  .play-btn {
    bottom: auto;
    top: 3rem;
  }
  .video-wrap .play-btn,
  .media-video .play-btn{
    bottom: 10%;
    top: auto;
  }
  .media-text,
  .growth-brand-text {
    position: static;
    width: auto;
    max-width: 100%;
  }
  .media-video {
    max-width: 100%;
  }
  .media,
  .growth-strategy {
    padding-top: 5rem;
  }
  .growth-strategy {
    padding-bottom: 4rem;
  }
  .two-column-text,
  .two-column-section-with-2-images-left,
  .left-image {
    width: auto;
    float: none;
  }
  .two-column-text,
  .two-column-section-with-2-images-right {
    margin-left: 0;
  }
  .two-column-right-images {
    margin-top: 3rem;
  }
  .large-text-inner p {
    font-size: 4rem;
  }
  .blue-section-inner h2 {
    font-size: 6rem;
  }
  .brand-featutre,
  .about-brand-description {
    padding-left: 20%;
  }
  .recent-blog {
    padding-bottom: 3rem;
  }
  .new-position-left {
    float: none;
    width: auto;
  }
  .new-position-right {
    margin-left: 0;
  }
  .new-position-inner {
    padding: 23rem 5% 11rem;
  }
  .new-position-right {
    text-align: center;
    padding-bottom: 10rem;
  }
  .new-position-right .two-column-right-images {
    max-width: 300px
  }
  .new-position-left li {
    margin-bottom: 5rem;
  }
  .testimonial-image {
    width: auto;
    float: none;
  }
  .testimonial-image canvas {
    max-width: 350px;
  }
  .testimonial-text {
    margin-left: 0;
    margin-top: -42rem;
    background: rgba(246,246,246, 0.7);
    padding: 4rem;
    max-width: 350px;
  }
  .testimonials-control {
    left: 0;
    margin-left: 0;
    bottom: auto;
    top: 0;
  }

  .page-template-workhere-page .blog-featutre {
    padding-left: 18%;
    
  }
  .addition-bg {
    background-position: center center;
  }
  .testimonial-text .sub-title-featutre {
    margin-bottom: 2rem;
  }
  .testimonial-text h3 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .testimonial-text p {
    font-size: 14px;  
  }
  .page-template-flex-page .head-blog {
    margin-bottom: 0;
  } 
  .page-template-flex-page .recent-blog, 
  .page-template-flex-page .conent-single, 
  .blue-section-1, 
  .two-column-with-image, 
  .video-section, 
  .two-column-section-with-2-images, 
  .image-section, 
  .large-text, 
  .blue-section-2, 
  .page-template-flex-page .articles, 
  .page-template-flex-page .growth-brand {
    padding: 4rem 0;
  }
  .left-image {
    padding-top: 0;
  }
  .blue-section-1 {
    margin-bottom: -6rem;
  }
  .two-column-text p {
    font-size: 14px;
  }
  .two-column-section-with-2-images-wrap {
    padding: 4rem 3% 2rem 7%;
  }
  .second-image {
    position: relative;
    top: -15rem;
    left: 0;
    width: 70%;
    display: block;
	}
  .two-column-section-with-2-images-left {
    padding-bottom: 4rem;
  }
  .page-template-flex-page .content-news {
    padding-bottom: 3rem
  }
  .blue-section-2-inner {
    padding: 8rem 5%;
  }
  .content-news {
    padding-left: 5%;
  }
  .content-news img {
    margin: 4rem 0;
  }
  .blog-header:before {
    width: 36%;
    height: 97%;
  }
  .blog-featutre {
    padding-left: 20%;
  }
  .action-brand-blocks {
    padding: 37rem 5% 1rem;
    margin-bottom: 6rem;
  }
  .action-brand-item-text {
    padding: 10rem 3.5rem 6.5rem;
  }
  .timeline-brand-carousel {
    margin-left: 0;
    padding: 0;
  }
  .timeline-brand-text {
    width: 90%;
    position: static;
    margin-top: -20rem;
  }
  .timeline-brand-text p {
    padding-left: 0;
  }
  .timeline-brand-count {
    margin-top: 7rem;
  }
  .strategy-point {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);

  }
  .strategy-wrap {
    padding: 15rem 5% 380px;
  }

  .strategy-graph {
    margin-top: -320px;
    overflow: hidden;
  
  }
  .strategy-graph img {
    height: 320px;
    width: 120%;
    max-width: none;
  }
  footer#colophon {
    height: auto;
    box-sizing: border-box;
    margin-top: -15rem;
  }
  .single-jobs .related {
    margin-bottom: 7rem;

  }
}
@media screen and (max-width: 600px) {
  .related .stats-control {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .blog-header:before {
    width: 30%;
  }
  strategy-graph img {
    height: 300px;
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
/*  .testimonials-control:after {
    left: 4.2rem;
  }
  .testimonials-control {
    height: 4.5rem;
  } 
  .testimonials-control .slick-arrow {
    width: 4.2rem;
    height: 4.5rem;
  }
  .testimonials-control .slick-arrow.slick-next {
    margin-left: 4.2rem;
  }*/
  .page-template-flex-page .articles .inner-post,
  .yarpp-related .inner-post {
    width: 280%;
  }
  .page-template-flex-page .articles .inner-post.swipe-middle,
  .yarpp-related .inner-post.swipe-middle {
    -webkit-transform: translate(-32%, 0);
    transform: translate(-32%, 0);
  }
  .page-template-flex-page .articles .inner-post.swipe-right,
  .yarpp-related .inner-post.swipe-righ {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-template-flex-page .articles .inner-post.swipe-left,
  .yarpp-related .inner-post.swipe-left {
    -webkit-transform: translate(-64%, 0);
    transform: translate(-64%, 0);
  }

  .inner {
      max-width: 90%;
  }
  .timeline-brand-text {
    text-align: left;
  }
  .action-brand-item-text {
    position: static;
    width: auto;
    display:block;
    margin-top: -5rem;
    margin-right: 2rem;

  }
  .about-brand-description {
    padding-right: 0;
  }
  .timeline-brand-text p {
    padding-left: 0 !important;
  }
  .action-brand-blocks {
    margin-left: 0;
    margin-right: 0;
  }
  .job-text-inner {
    padding: 8%;
  }
  .blog-header {
    margin-left: 0;
  }
  
  #page .articles {
    padding-bottom: 5rem;
  }


  
  
}
@media screen and (max-width: 360px) { 

}
@-moz-document url-prefix() {
  .trans-btn {
    will-change: transform;

  }
}