@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

html, body {
    height: 100%;
    min-height: 100%;
}
 
body{
  background: url(../img/bg.jpg) center center repeat fixed;
  font-size:15px;
  color:#666666;
  font-family: 'PT Sans', sans-serif;
  height: 100%;
  min-height: 100%;
  overflow-x:hidden !important;
}


a, a:hover{
  color:#000;
  text-decoration:none;
  }
a:active,
a:focus{
  text-decoration:none;
  outline: none;
  color:#ffcb05;
}

p:empty {
   display: none;
   margin:0;
   padding:0;
   border:0;
}

p:blank {
  display: none;
  margin:0;
  padding:0;
  border:0;
}

*:focus {
    outline: 0;
}

 iframe,
  embed,
  object {
    max-width: 100%;
  }

ul, li{
  list-style: none;
  margin:0;
  padding:0;
}

::selection { background: #262626; color: #FFF; } ::-moz-selection { background: #262626; color: #FFF; }

h1, h2, h3, h4, h5, h6{
  font-weight:200;
  padding: 10px 0px;
  font-family: 'Roboto', sans-serif;
}

h1{}

h2{
    text-transform: uppercase;
    font-size: 45px;
    line-height: 38px;
}

h3{
    color: #ffe700;
    font-size: 73px;
    font-weight: 800;
    margin-bottom:0;
    padding-bottom:0;
    padding-top: 0;
    line-height: 61px;
    z-index: 999;
    position: relative;
}

h3 b{
  color:white;
}

h4{}

h5{}

h6{}

p{padding:10px 0;line-height: 29px;color: #252525;font-size: 17px;z-index: 999;position: relative;}

b, strong{
  font-weight: bold;
}

.modal-body p {
  color: #000 !important;
  text-align: justify;
}

.btn-modal {
    color: #ffe700 !important;
    width: 28.1% !important;
    height: auto !important; 
    position: relative !important; 
    bottom: auto !important; 
    right: auto !important; 
    z-index: auto !important; 
    font-size: 12px !important;
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0 !important;
}
.scrolloff {
        pointer-events: none;
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#mainMenu {
	/*background: #fff;*/
	background: rgb(56, 55, 55);
    border-radius: 5px 5px 5px 5px;
    width: 65%;
}

/* WITH TRANSITIONS
------------------------------------------------------------------------------- */
.classe, a{
-webkit-transition: 250ms ease;
-moz-transition:  250ms ease;
-o-transition: 250ms ease;
-ms-transition: 250ms ease;
transition: 250ms ease;
}

/* HOVER ANIMATION IN
------------------------------------------------------------------------------- */
.item img, .news .item img{ 
  -webkit-transform:scale(1); /* prefixo para browsers webkit */
  -moz-transform:scale(1); /* prefixo para browsers gecko */
  -o-transform:scale(1); /* prefixo para opera */
  transform:scale(1);
  -webkit-transition: 850ms ease;
  -moz-transition:  850ms ease;
  -o-transition: 850ms ease;
  -ms-transition: 850ms ease;
  transition: 850ms ease;
  width:100%;
}

/* HOVER ANIMATION OUT
------------------------------------------------------------------------------- */
.item:hover img, .item:hover img{  
 -webkit-transform:scale(1.5); /* prefixo para browsers webkit */
  -moz-transform:scale(1.5); /* prefixo para browsers gecko */
  -o-transform:scale(1.5); /* prefixo para opera */
  transform:scale(1.5);
  -webkit-transition: 3050ms ease;
  -moz-transition:  3050ms ease;
  -o-transition: 3050ms ease;
  -ms-transition: 3050ms ease;
  transition: 3050ms ease;
  opacity:0.3;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); 
}


/* CONFIG
------------------------------------------------------------------------------- */
.carrega{
  /* position:absolute; */
  width:100%;
  text-align:center;
  color:#f5e51c;
  z-index: 9999999 !important;
  /* top: 0; */
}
.carrega span{
  animation:crecer 3s infinite;
}

@keyframes crecer{
  0% {font-size:1em;}
50%{font-size:1.8em;}
100%{font-size:1em;}
}

.carrega span:nth-child(2){
  animation-delay: 0.37s;
}
.carrega span:nth-child(3){
  animation-delay: 0.74s;
}
.carrega span:nth-child(4){
  animation-delay: 1.11s;
}
.carrega span:nth-child(5){
  animation-delay: 1.48s;
}
.carrega span:nth-child(6){
  animation-delay: 1.85s;
}
.carrega span:nth-child(7){
  animation-delay: 2.22s;
}
.carrega span:nth-child(8){
  animation-delay: 2.59s;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: url(../img/bg.jpg) repeat;
  z-index:999999;
  width: 100%;
  height:100%;
  position:absolute;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: rgba(21, 21, 21, 0.68);
  position: fixed;
  z-index: -1;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
  height:100%;
  z-index:999999;
}

.anima{
  position:absolute;
  z-index:9999999 !important;
  width: 200px;
  height: 200px;
  left:50%;
  margin-left: -84px;
  top: 50%;
  text-align:center;
  margin-top: -53px;
  line-height:12px;
}

.preloader{
  position:absolute;
  width: 100%;
  height: 100%;
  text-align:center;
  background: rgba(25, 25, 25, 0.72);
  z-index:999999 !important;
  top: 0;
}



input, textarea, button{
  background:transparent !important;
  border:1px solid #ffe700 !important;
  color:#9e9e9e !important;
  padding:17px !important;
  border-radius:0 !important;
}

button{
  color:#ffe700 !important;
  width:28.1% !important;
  height:100px;
  position:absolute;
  bottom:0;
  right:0;
  z-index:9999;
  font-size:12px !important;
}

.closeButton{
  position:absolute;
  z-index:999999999;
  width:100%;
  top:10%;
}

.jobsPage{
  display:none !important;
}

button:hover{
  background:#ffe700 !important;
  color:#242424 !important;
  cursor:pointer;
}

textarea{
  width:72% !important;
}

.scrollDownBlack, .scrollDownWhite, .scrollDownYellow {
  color: #000;
  position: relative;
  margin-left: 12px;
  margin-top: 1px;
  width: 26px;
  height: 45px;
  border: solid 2px #2e2c2c;
  border-radius: 26px;
  right: 0;
  float: right;
  margin-right: 20px;
}

.scrollDownBlack:before, .scrollDownWhite:before, .scrollDownYellow:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 9px;
  width: 4px;
  height: 4px;
  background-color: #2e2c2c;
  border-radius: 100%;
  animation-name: dot1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.scrollDownBlack:after, .scrollDownWhite:after,  .scrollDownYellow:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 9px;
  width: 4px;
  height: 4px;
  background-color: #2e2c2c;
  border-radius: 100%;
  opacity: 1;
  animation-name: dot2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.tab-content {
    position: absolute;
    z-index: 999;
    background: rgba(255, 231, 0, 0.91);
    border-radius:6px 0px 0px 6px;
}

.tab-content div{
  padding:10px 30px 0px 26px;
}

.tab-content p{
    color:#212121 !important;
    font-size:15px;
}

.scrollDownWhite{
  position:absolute;
  bottom: 0;
  z-index: 9;
  left: 23px;
  border: solid 2px #FFF !important;
}

.scrollDownWhite:after{
   background-color: #FFF !important;
}

.scrollDownWhite:before{
   background-color: #FFF !important;
}

.scrollDownYellow{
  bottom: -3px;
  z-index: 9;
  border: solid 2px #ffe700 !important;
  float: right !important;
}

.scrollDownYellow:after{
   background-color: #ffe700 !important;
}

.scrollDownYellow:before{
   background-color: #ffe700 !important;
}

@keyframes dot1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 9px)
  }
}

@keyframes dot2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 9px)
  }
}

.ball{
  border-radius:50%;
}

section{
   position: relative;
   /* z-index: 0; */
}

i.fa {
    vertical-align:middle;
    margin-right: 10px;
}

.nomargin{margin:0 !important;}
.nopadding{padding: 0 !important;}
.padding-10{padding:10px 0;}
.padding-20{padding:20px 0;}
.padding-30{padding:30px 0;}
.padding-40{padding:40px 0;}
.padding-50{padding:50px 0;}
.padding-60{padding:60px 0;}
.padding-70{padding:70px 0;}
.padding-80{padding:80px 0;}
.padding-90{padding:90px 0;}
.padding-100{padding:100px 0;}
.padding-150{padding:150px 0;}
.padding-200{padding:200px 0;}
.padding-300{padding:300px 0;}
.padding-300{padding:400px 0;}
.padding-300{padding:500px 0;}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #878787;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #878787;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #878787;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #878787;
}


.iframe{
  width:100%;
  min-height:50px;
  background: #ffffff;
  position: fixed;
  top:0;
  bottom:0;
  left:100%;
  transition:0.4s all;
  z-index: 9999999;
  bottom:0;
  border: 0 !important;
}
.iframe > iframe{
  border:none;
  top:0;
  border-left: solid 0px gray;
  z-index: 9999999;
  position: absolute;
  width: 100;
}
.iframe:hover{
  left:0%;
}
.loader {
  margin:0 auto;
  position:absolute;
  top:calc(50% - 15px);
  margin:calc(50% - 25px);
  margin-top:-25px;
}
.loader {
  width: 3em;
  height: 2em;
  background: linear-gradient(#9b59b6, #9b59b6) 0 50%, linear-gradient(#9b59b6, #9b59b6) 0.625em 50%, linear-gradient(#9b59b6, #9b59b6) 1.25em 50%, linear-gradient(#9b59b6, #9b59b6) 1.875em 50%, linear-gradient(#9b59b6, #9b59b6) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#3498db, #3498db) 0 50%, linear-gradient(#9b59b6, #9b59b6) 0.625em 50%, linear-gradient(#9b59b6, #9b59b6) 1.25em 50%, linear-gradient(#9b59b6, #9b59b6) 1.875em 50%, linear-gradient(#9b59b6, #9b59b6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#9b59b6, #9b59b6) 0 50%, linear-gradient(#3498db, #3498db) 0.625em 50%, linear-gradient(#9b59b6, #9b59b6) 1.25em 50%, linear-gradient(#9b59b6, #9b59b6) 1.875em 50%, linear-gradient(#9b59b6, #9b59b6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#9b59b6, #9b59b6) 0 50%, linear-gradient(#9b59b6, #9b59b6) 0.625em 50%, linear-gradient(#3498db, #3498db) 1.25em 50%, linear-gradient(#9b59b6, #9b59b6) 1.875em 50%, linear-gradient(#9b59b6, #9b59b6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#9b59b6, #9b59b6) 0 50%, linear-gradient(#9b59b6, #9b59b6) 0.625em 50%, linear-gradient(#9b59b6, #9b59b6) 1.25em 50%, linear-gradient(#3498db, #3498db) 1.875em 50%, linear-gradient(#9b59b6, #9b59b6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#9b59b6, #9b59b6) 0 50%, linear-gradient(#9b59b6, #9b59b6) 0.625em 50%, linear-gradient(#9b59b6, #9b59b6) 1.25em 50%, linear-gradient(#9b59b6, #9b59b6) 1.875em 50%, linear-gradient(#3498db, #3498db) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}

/* HEADER
------------------------------------------------------------------------------- */
header{
  height:100vh;
  padding-top:50px;
  width: 100%;
  z-index: 9999;
  position: relative;
}

.fixed{
  position:fixed;
  width:100%;
  top: 2px;
  height: initial !Important;
  padding-top: 35px;
  padding-bottom: 6px;
  z-index:9999 !important;
}

header .row{
  height: 30vh;
}

header li, header a, footer li, footer a, #services li{
  display:inline-block;
  color:#fff;
}

.fixed.blackMenu li, .fixed.blackMenu a{
  display:inline-block;
  color:#2b2828;
}

.fixed.blackMenu .rightMenu li{
  border:2px solid #221f1c;
  padding:0px 2px 2px 7px;
  width:30px;
  height:30px;
  text-align:center;
  margin-top: 4px;
}

#services ul{
  padding-top:3.4%;
  padding-left:100px;
  width:50%;
  z-index: 9999999;
  position: relative;
}

.list-services{
  padding-left:50px !important;
}

.list-services li{
  width:100%;
}

.lineHorizontal{
  background:#ffcb05;
  width:0;
  height:3px;
  margin-top:49px;
  position:absolute;
  margin-left:-15px;
}

#services li a, #services li, #services a{
  color:#ffcb05;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
  font-size:12px;
  padding: 1px;
  line-height:40px;
  cursor: pointer;
}

#services li a:hover{
  color:#ffffff;
}

a.nav-link.active{
  color:#ffffff !important;
}

.iconItem{
  width:32px;
  height:32px;
  margin-right:11px;
}


header li:hover, header a:hover, header .active a, header .rightMenu li:hover, footer a:hover{
  display:inline-block;
  color:#ffcb05;
  border-color:#ffcb05;
}

.centerMenu ul{
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
  font-weight:300;
  text-align:center;
}

.centerMenu li{
  margin: 9px 6px 6px 6px;
  font-size:14px;
}

.rightMenu{
  text-align:right;
  /* margin-right:22px; */
  /* margin-top: -70px; */
}

.rightMenu li{
  border:2px solid white;
/*   padding:0px 2px 2px 7px; */
  width:30px;
  height:30px;
  text-align:center;
  margin-top: 0px;
  cursor: pointer;
}

.rightMenu li i, .blackMenu .rightMenu li i{
  display:inline-block !important;
  margin-right: initial;
}

.rightMenu li .fa-facebook{
  margin-left:-1px;
}

.blackMenu li i, .blackMenu li .fa-facebook, .blackMenu li .on{
  margin-left:-5px;
}

#contactMenu{
  width: 31px !important;
  margin-right:90px;
  border:0;
  text-transform:uppercase;
  font-size: 14px;
}

#contactMenu div{
    position:absolute;
    top:7px;
  }

.rightMenu .fa-music{
  margin-left:-1px;
}

.rightMenu .fa-volume-off{
  margin-left:2px;
}

.rightMenu .fa-facebook{
  margin-left:2px;
}

.logo{
  width: 100px;
  margin-top: -10px;
  /* margin-left:11px; */
}

.headerFooter{
  height: 41vh;
  z-index: 9;
}

#bgTriangle {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

#stars {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  top: 0;
}

.equalizer{
  display:inline-block;
  margin-top: 16px;
  width: 32px;
  background-color: transparent;
  border: 0;
  position: relative;
  transition: opacity 0.5s ease;
}

.bostona{
  position:absolute !important;
  z-index:999999999 !important;
  top:0;
  left:0;
  background:yellow;
}

.equalizer:hover, .equalizer:focus{
  outline: 0;
  opacity: 0.5;
}

.equalizer span{
  display: inline-block;
  width: 1px;
  background-color: #ffcb05;
  position: absolute;
  bottom: -1px;
}

@keyframes shorteq{
  0% {height: 10px}
  50% {height: 3px}
  100% {height: 9px}
}
@-webkit-keyframes shorteq{
  0% {height: 9px}
  50% {height: 5px}
  100% {height: 10px}
}

@keyframes talleq{
  0% {height: 15px}
  50% {height: 8px}
  100% {height: 10px}
}
@-webkit-keyframes talleq{
  0% {height: 15px}
  50% {height: 5px}
  100% {height: 10px}
}

.eq1{
  height: 7px;
  left: 2px;
  animation-name: shorteq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  -webkit-animation-name: shorteq;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0s;
}

.eq2{
  height: 8px;
  left: 5px;
  animation-name: talleq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.17s;
  -webkit-animation-name: talleq;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0.17s;
}

.eq3{
  height: 10px;
  left: 8px;
  animation-name: shorteq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.34s;
  -webkit-animation-name: shorteq;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0.34s;
}


.musicPlay .off, .musicPlay .off {
  margin-left:8px;
}

.musicPlay .off {
  display:block;
}

.musicPlay  i{
  margin-left:-2px !important;
}

.musicPlay .on {
  display:none;
}

.musicPlay.active .on {
  display:block;
}
.musicPlay.active .off {
  display:none;
}

/* SERVICES
------------------------------------------------------------------------------- */
.services{
  /* height:200vh; */
  padding-bottom: 10%;
}

.servicesList, .portfolio{
  padding-top:700px; 
}

.jobs{
  padding-top:100px; 
}

.portfolio h3, .portfolio .text{
  margin-left:15px;
}

.servicesList p, .portfolio p{
  color:white;
}

#startBall{
  margin-top: -1110px;
}

#startAbout{
  position:absolute;
  top:-1700px !important;
}

#startLine{
  margin-top: -120px;
}



#portfolio{
  margin-top: 0px; 
}


/* JOBS
------------------------------------------------------------------------------- */
.bigBall{
  width:900px;
  height:900px;
  border-radius: 50%;
  z-index: 999;
   overflow:hidden; 
  border:4px solid #feda00;
  position:relative;
  margin-left:-450px;
  left:50%;
  background: #252525;
}

.centerBall{
  border-radius: 50%;
  width: 100%;
  /* overflow:hidden; */
  border:4px solid #FFF;
  width:850px;
  height:850px;
  position:relative;
  margin-left:-425px;
  margin-top:-425px;
  left:50%;
  top:50%;
  background: rgb(33, 33, 33);
}

.containerJobs{
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
  /*width: 100%;*/
  overflow:hidden;
  width:790px;
  height:790px;
  position:relative;
  margin-left:-395px;
  margin-top:-395px;
  left:50%;
  top:50%;
}

.owl-jobs h4{
  position:absolute;
  z-index:99999;
  top:50%;
  margin-top:-23px;
  text-align:center;
  width:100%;
  height:46px;
  color:#feda00 !important;
  text-transform:uppercase;
  font-weight:400;
  font-size:17px;
  letter-spacing:2px;
}

.owl-jobs li{
  cursor:pointer;
}


.owl-jobs .item .bgImage{
  background:#f1f1f1;
  height: 100%;
  text-align:center;
  padding-bottom: 100%;
  background-position:50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform:scale(1); /* prefixo para browsers webkit */
  -moz-transform:scale(1); /* prefixo para browsers gecko */
  -o-transform:scale(1); /* prefixo para opera */
  transform:scale(1);
  -webkit-transition: 1550ms ease-in-out;
  -moz-transition:  1550ms ease-in-out;
  -o-transition: 1550ms ease-in-out;
  -ms-transition: 1550ms ease-in-out;
  transition: 1550ms ease-in-out;
  width:100%;
  cursor:pointer;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.owl-jobs .item:hover .bgImage{
  -webkit-transform:scale(1.1); /* prefixo para browsers webkit */
  -moz-transform:scale(1.1); /* prefixo para browsers gecko */
  -o-transform:scale(1.1); /* prefixo para opera */
  transform:scale(1.1);
  -webkit-transition: 4000ms ease-in-out;
  -moz-transition:  4000ms ease-in-out;
  -o-transition: 4000ms ease-in-out;
  -ms-transition: 4000ms ease-in-out;
  transition: 4000ms ease-in-out;
  width:100%;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.owl-jobs .item:hover{
  -webkit-transition: 4000ms ease-in-out;
  -moz-transition:  4000ms ease-in-out;
  -o-transition: 4000ms ease-in-out;
  -ms-transition: 4000ms ease-in-out;
  transition: 4000ms ease-in-out;
  width:100%;
}

.owl-jobs .item:hover .overlayBg, .owl-jobs .item:hover h4{
  opacity:0 !important;
  -webkit-transition: 1400ms ease-in-out;
  -moz-transition:  1400ms ease-in-out;
  -o-transition: 1400ms ease-in-out;
  -ms-transition: 1400ms ease-in-out;
  transition: 1400ms ease-in-out;
}

.overlayBg{
  background:rgba(35, 35, 35, 0.76);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  z-index:9999;
  -webkit-transition: 1550ms ease-in-out;
  -moz-transition:  1550ms ease-in-out;
  -o-transition: 1550ms ease-in-out;
  -ms-transition: 1550ms ease-in-out;
  transition: 1550ms ease-in-out;
}


.btnJob{
  background:url('../img/btn.png');
  width:260px;
  height:191px;
  z-index:9999;
  top:-45px;
  left:50%;
  position:absolute;
  margin-left:100px;
  z-index: 1000;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-jobs .owl-dots{
  margin-top:50px;
}

.owl-jobs .owl-nav [class*=owl-] {
    color: #feda00;
    font-size: 54px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-jobs .owl-nav [class*=owl-]:hover {
    color: white;
    background: none;
}

.owl-jobs .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
    margin: 5px 7px;
    background: blue;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-jobs .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
}

.owl-jobs .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    /* background:blue; */
    margin-top: -63px;
}

.owl-jobs .owl-next{
  position:absolute;
  background:blue;
  right:5%;
}

.owl-jobs .owl-prev{
  position:absolute;
  background:blue;
  left:5%;
}

.owl-jobs {
  border-radius: 50%;
overflow: hidden;
width: 790px;
height: 790px;
}

/* TEAM / ABOUT
------------------------------------------------------------------------------- */
.team{
    background-repeat:no-repeat;
    background-position: bottom center;
    background-color: rgb(254, 218, 0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 114vh;
    position:relative;
    z-index: 1;
}

.about{
  background: rgba(254, 218, 0, 1);
  height:auto;
  padding-top: 100px;
  z-index: 99;
  padding-bottom:400px;
  padding-top:95px;
}

.verticalLine{
  height: 0vh;
  width: 3px;
  position:absolute;
  z-index:999;
  left: 50%;
  margin: -25.7vh auto 0 -1.7px;
  top: 0;
}

.black{
  background:#2b2828;
}

.ball01{
  display:inline-block;
  position:absolute;
  width:538px;
  height:538px;
  left:50%;
  margin-left:-270px;
  z-index:999;
  margin-top:10% !important;
  opacity:0;
}

.ball02{
  display:inline-block;
  position:absolute;
  width:538px;
  height:538px;
  left:50%;
  margin-left: -269px;
  z-index:999;
  margin-top: 10% !important;
  opacity:0;
}

.ball01Bg{
  position:absolute;
  margin-left:-260px;
  z-index:999;
  opacity:0;
}

.ball02Bg{
  position:absolute;
  margin-left:-260px;
  z-index:999;
  opacity:0;
}

#ball01 {
    height: 316px !important;
    position:absolute;
    left: 50%;
    margin-left: -137px;
    top: 114px;
}

#ball02 {
    height: 316px !important;
    position:absolute;
    left: 50%;
    margin-left: -137px;
    top: 114px;
}


.ball01 img{
  position:absolute;
  left:50%;
  top: 0;
}

.ball02 img{
  position:absolute;
  left: 50%;
  top: 0;
}

.ball01Line{
  width:273px;
  margin-left:-136px;
  margin-top:117px
}

.ball02Line{
  width:273px;
  margin-left:-136px;
  margin-top:117px
}

.ball01Top{
  width:163px;
  margin-left:-82px;
  margin-top:50px;
  opacity:0;
} 


.ball02Top{
  width:163px;
  margin-left: -82px;
  margin-top:50px;
  opacity:0;
} 


.verticalLineYellow{
  height: 0;
  width: 3px;
  position:absolute;
  z-index:999;
  left:50%;
  margin: 0px auto 0 -1.8px;
  background:#feda00;
}

.title {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: rgb(248, 217, 47);
  line-height: 1.626;
  text-align: right;
  background:#2e2c2c;
  display:inline-block;
  padding:3px 12px;
  margin-right: -15px;
  letter-spacing:1px;
  margin-bottom:36px;
  opacity: 0;
}

.quote{
  font-size:70px;
  line-height:54px;
  color:#2e2c2c;
  font-weight:800;
  margin-bottom:50px;
  width:96%;
  opacity: 0;
  margin-left: -20%;
  margin-top: 7px;
  font-family: 'Roboto', sans-serif;
}

.btnScroll{
  float:right;
  margin-top: 13px;
  color:#2e2c2c;
  letter-spacing:1px;
  font-weight: bold;
}

.btnScrollYellow{
  float:right;
  margin-top: 13px;
  color:#ffe700;
  letter-spacing:1px;
  font-weight: bold;
}

.text{
  color:#2e2c2c;
  font-family: 'Roboto', sans-serif;
  width:96%;
  margin-bottom:50px;
  opacity: 0;
}

footer .copyright{
 margin-top:8px;
}

.slogan{
  position:absolute;
  left: 12vw;
  top: 59vh;
  z-index:9999;
}

.copyright{
  color:white;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:2px;
  text-align:right;
  padding-right:28px;
}

.sLetter{
  position:absolute;
  left: -2px;
}

.s1{
  top: 0%;
}

.s2{
  top:-27%;
}

.s3{
  top:57%;
}

.team svg {
    width: 100%;
    position:absolute;
    left: 50%;
    top: -10px;
    z-index: 99999999999999;
    margin-left: -39.5%;
    /* height: 83vh; */
}

.parallax{
  position:absolute;
  z-index:99;
}

.pLeft{
  left:0;
  bottom: 0%;
  position:absolute;
}

.pRight{
  right:0;
  bottom: 0%;
  position:absolute;
  z-index: 99999;
}

.p1{
  left:0;
  bottom: -50%;
}

.p2{
  right:0;
  top:120%;
}

.p3{
  right: 88px;
  bottom: 0%;
  z-index:999999;
  width:500px;
  height:500px;
}

.p4{
  left:-10%;
  bottom: 12%;
  transform: rotate(0deg);
}

.p5{
  left:-20%;
  top:-10%;
  transform: rotate(0deg);
}

.p6{
  right:-10%;
  bottom: -100%;
  transform: rotate(0deg);
}

.p7{
  right:-5%;
  top: 50%;
  transform: rotate(0deg);
}

.spacing1{
  background: url(../img/bgbottom.png) bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 27vw;
  width:100%;
  position:relative;
  z-index: 9;
}

#map{
  height: 980px;
  width:100%;
  position:relative;
  z-index:9;
}

.maskMap{
  background: url(../img/bg-map.png) bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:absolute;
  width:100%;
  height: 980px;
  top:0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* display: none; */
}

.map:hover .maskMap{
  background: url(../img/bg-map-hover.png) bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position:absolute;
  width:100%;
  height: 980px;
  top:0;
  z-index: 99;
  /* display: none; */
}


/* FOOTER
------------------------------------------------------------------------------- */
.trianglecontainer, .outputcontainer {
  position: fixed;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left:0;
  height: 100vh;
  z-index: 0;
}

#container{
  width:100%;
  height:100vh;
}

.contact{
  padding: 250px 150px 150px 150px;
  position:relative;
}

.contact form{
  z-index:9999;
  position:relative;
}

.contact p{
  color:white;
}

.clients{
  background:white;
  padding-top: 150px;
  padding-bottom: 170px;
  z-index: 99;
}

.rowClients img{
  width: 134px;
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.rowClients img:hover{
  /* margin-bottom: 30px; */
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.clients h3{
  margin-top:58px;
}

.clients h3, .map h3{
  color:#252525;
}

.map{
  z-index: 1;
  display:block;
  cursor:pointer;
  opacity:1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map:hover{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.map.active .maskMap, .map.active h3{
  display:none;
}

.map.active{
    opacity:1;
}

.clients h3 b, .map h3 b{
  color:#ffda00;
}

.clients ul{
  padding-top:0px;
  padding-bottom:80px;
}

.clients li{
  display:inline-block;
  padding:11px;
}

.map h3{
  position:absolute;
  z-index:99999;
  top:10%;
  left:20%;
  font-size:50px;
  line-height:42px;
}

footer{
  margin-top: 0;
  padding-top:60px;
  padding-bottom:30px;
  position:relative;
  z-index: 2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    border: 0;
    border-top: 1px solid rgb(49, 49, 49) !important;
}



#mobileMenu{
  display:none;
  top:0;
  width:100% !important;
  position:fixed;
  left:0;
  padding-top:75px;
  margin-top:29px;
  background:transparent;
  z-index: 9;
}

#mobileMenu li{
  text-align:center;
  background:rgba(19, 19, 19, 1);
  padding:13px;
  text-transform:uppercase;
  border-bottom:1px solid #272727;
}

#mobileMenu li:last-child{
  padding-bottom:7px;
  border-bottom:0px solid #272727;
}


#mobileMenu a{
  background:transparent;
  text-align:left;
  line-height:27px !important;
}

#mobileMenuBtn{display:none; float:right;}

#logoSvg{
  width:30%;
}

/* MEDIA QUERIES
------------------------------------------------------------------------------- */
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1534px) {
  .centerMenu li {
    margin: 9px 3px 6px 3px;
    font-size: 13px;
  }
}

@media (max-width: 1300px) {
  .centerMenu li {
    margin: 13px 2px 0px 2px;
    font-size: 14px;
    line-height:0px
  }

  .clients {
    background: white;
    padding-top: 80px;
    padding-bottom: 90px;
    z-index: 99;
  }

  .s1, .s2, .s3{
  }

  .p1, .p2, .p3, .p4, .p5, .p6, .p7, .s1, .s2, .s3, .pLeft, .pRight{
    width:240px;
    top: 10%;
  }
  .p1 img, .p2 img, .p3 img, .p4 img, .p5 img, .p6 img, .p7 img,  .s1 img, .s2 img, .s3 img, .pLeft img, .pRight img{
    width:100%;
  }

  .pRight, .pLeft{
    width:100px !important;
    top: -80% !important;
  }


.quote{
  font-size:44px;
  line-height:42px;
  margin-bottom:30px;
  width:96%;
  margin-left: -20%;
}

p {
    padding: 10px 0;
    line-height: 21px;
    color: #252525;
    font-size: 14px;
    z-index: 999;
    position: relative;
}

.about {
    padding-bottom: 200px;
    padding-top: 0px;
}

h3 {
    color: #ffe700;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 39px;
    z-index: 999;
    position: relative;
}

#services ul {
    padding-top: 0;
    padding-left: 0vw;
    width: 80%;
    margin-top:44px
}

#services ul li{
    padding-top: 0;
    padding-left: 0vw;
    width: 100%;
}


#services li a, #services li {
    padding: 7px;
    line-height: 27px;
}

}

@media (max-width: 1200px) {
  #logoSvg{
    width: 50vw;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    #mainMenu{display:none;}
    #mobileMenuBtn{display:block;margin-left:50px;}
    #mobileMenu{display:block}
    .centerMenu{display:none;}
  .clients .col{
  text-align:center;
}

.team svg {

}

.clients img{
  display:ininial !important;
}

.clients .rowClients{
  margin-top:50px;
}

.map h3 {
    position: absolute;
    z-index: 99999;
    top: 4%;
    left: 0px;
    font-size: 32px;
    line-height: 29px;
    width: 100%;
    text-align: center;
}

.maskMap {
    display:none
}

.contact {
    padding: 100px 10px 20px 10px;
}

.contact form{
  width:100%;
}

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  #audio-player{display:none;}
#bgTriangle{display:none;}
#stars{display:none;}
#container{display:none;}
#linesTop{display:none;}

html, body {
    overflow: inherit !important;
}


  .p1, .p2, .p3, .p4, .p5, .p6, .p7, .s1, .s2, .s3, .pLeft, .pRight{
   display:none;
  }

  .contact {
    padding: 50px 10px 0px 10px;
}

#music{
  display:none;
}

.contact form{
  width:100%;
}

  .pRight, .pLeft{
    display:none;
  }

  footer {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  hr {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    border: 0;
}

footer .copyright{margin-top: -33px;}

footer .logo{
  margin-left:16px;
  margin-top:8px !important;
}


}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

.rightMenu {margin-top: -55px;}
  .text {
    width: 100%;
    margin-bottom: 0px;
    text-align:left;
  }

  #services h3{
  text-align:left;
  }

  #services ul {
    padding-top: 0;
    padding-left: 0vw;
    width: auto;
    margin-top: 0px;
    background:#FDCB3F;
    float:initial;
    text-align:center !important;
    z-index:999;
    position:relative;
    border-radius:3px;
    padding-left: 0px !important;
    width: 100%;
}

.clients {
    background: white;
    padding-top: 150px;
    padding-bottom: 0px;
    z-index: 99;
}


.btnJob {
    top: -50px;
    left: 50%;
    margin-left: -94px;
}

.lineHorizontal{
  display:none; 
}

  .btnScrollYellow, .scrollDownYellow{
   display:none; 
  }

  #services{
    overflow:hidden;
  }

  #services li{
    width:auto !important;
    display: block;
  }
  #services li a{
    color:#303030;
  }
  #services li a:hover{
    color:#000;
  }

  #mobileMenuBtn {
    display: block;
    margin-left: 3px;
}

#services ul{
  padding-top:10px;
  padding-bottom:10px
}

#services li {
    color: #2c2c2c !important;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px;
    margin:5px;
    line-height: 10px;
}

.slogan {
    width:80%;

}

.slogan img{
  width:100%;
}

  

}



