@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgb(0, 0, 0), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgb(0, 0, 0), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgb(0, 0, 0), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgb(0, 0, 0), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px rgb(59, 63, 68), 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px rgb(59, 63, 68), 0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
    opacity: 0;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:focus, a:active, a:visit {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #141f31;
  /* Nexus Tablets Portrait and Landscape */
  /*Ipads Mini Portrait and Landscape*/
  /*Ipads 3 and 4 Portrait and Landscape*/
}
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
  body {
    font-size: 1.7rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    font-size: 1.7rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 1.7rem;
  }
}
@media (max-width: 1280px) and (max-height: 768px) {
  body {
    font-size: 1.4em;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  body {
    font-size: 1.4em;
  }
}

a, a:hover {
  text-decoration: none;
}

a:active, a:focus, a:hover {
  outline: none;
}

/**********************************COMMON*****************************************/
.logo-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 37rem;
  margin-left: -18.5rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}
@media (max-width: 479px) {
  .logo-top {
    width: 24rem;
    margin-left: -12rem;
  }
  .logo-top img {
    width: 100%;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .logo-top {
    width: 24rem;
    margin-left: -12rem;
  }
  .logo-top img {
    width: 100%;
  }
}

p.copy-right {
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  width: 38rem;
  margin-left: -19rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: -1;
  text-align: center;
  line-height: 1.5;
}

.home .home p.copy-right {
  opacity: 0.5;
}

.reveal .subtittle {
  line-height: 1.4;
}
.reveal h1 {
  font-size: 3rem;
  margin-bottom: 3rem;
  opacity: 0.4;
  margin-top: 0.5rem;
}
.reveal h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.reveal h3 {
  font-size: 2rem;
  font-weight: bold;
}
.reveal h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.reveal .text--orange {
  color: #DB1F26;
  font-weight: 600;
}
.reveal .text--uppercase {
  text-transform: uppercase;
}
.reveal .text--opacity6 {
  opacity: 0.6;
}
.reveal .text--opacity8 {
  opacity: 0.8;
}
.reveal .type-text {
  overflow: hidden;
}
.reveal p {
  max-width: 59rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin: 0 auto;
}
.reveal .mg-top-0 {
  margin-top: 0 !important;
}
.reveal .button {
  border-radius: 4rem;
  width: 17.6rem;
  height: 4.4rem;
  border: 1px solid #DB1F26;
  text-align: center;
  background: none;
  display: block;
  margin: 1rem auto 0;
  line-height: 2.75;
  -webkit-transition: border-color 0.4s, color 0.4s;
  -moz-transition: border-color 0.4s, color 0.4s;
  -ms-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
}
.reveal .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DB1F26;
  border-radius: 4rem;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.reveal .button:hover {
  color: #fff;
}
.reveal .button:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1366px) and (max-height: 768px) {
  .reveal .button {
    width: 14rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
.reveal a:hover img {
  background: transparent;
  border: none;
  box-shadow: none;
}
.reveal .logo-top {
  position: absolute;
  top: 0;
}
.reveal .images {
  width: 100%;
}
.reveal .icon-arrow {
  margin-top: 2rem;
  width: 2.2rem;
}
@media (max-width: 1280px) and (max-height: 900px) {
  .reveal .icon-arrow.career-page {
    margin-top: 0;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .reveal .icon-arrow.career-page {
    margin-top: 0;
  }
}
.reveal .slides {
  top: 0;
  margin-top: 0;
  padding: 0;
  width: 70%;
  height: 0;
}
.reveal .slides section {
  height: 100%;
}
.reveal .slides .centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.reveal .slides .relativo {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding-top: 13rem;
}
@media (max-width: 1366px) and (max-height: 768px) {
  .reveal .slides .relativo {
    padding-top: 8rem;
  }
}
@media only screen and (max-device-width: 1024px) {
  .reveal h1 {
    margin-bottom: 1rem;
  }
}
.reveal .p-top-2rem {
  padding-top: 2rem;
}

section .past, section .future {
  z-index: 10 !important;
}

section .present {
  z-index: 11 !important;
}

.centered {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
}

.ie9 .reveal .slides .block,
.ie9 .reveal .slides .block:before {
  height: auto;
}

/**/
.state-background {
  background: #141f31;
}

/*********************************HOME PAGE*******************************/
.home .relativo .logo-home {
  padding-bottom: 30px;
  background: url(../images/shadow.png) no-repeat bottom center;
}
@media (max-width: 767px) {
  .home .relativo .logo-home img {
    width: 25rem;
  }
}
@media (max-width: 1280px) and (max-height: 900px) {
  .home .relativo .logo-home img {
    width: 35rem;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .home .relativo .logo-home img {
    width: 35rem;
  }
}

/*******************************ABOUT PAGE**********************************/
#about #about-us .icon-arrow {
  margin-top: 2rem;
}
@media only screen and (max-device-width: 1024px) {
  #about #about-us .icon-arrow {
    margin-top: 4rem;
  }
}
#about #who-we-are .icon-arrow {
  margin-top: 9rem;
}
@media only screen and (max-device-width: 1024px) {
  #about #who-we-are .icon-arrow {
    margin-top: 4rem;
  }
}
#about .link-about {
  width: 15.8rem;
  height: 18.3rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 11.3125;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
#about .link-about span {
  line-height: 1.41;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-device-width: 1024px) {
  #about .link-about {
    font-weight: normal;
  }
}
#about .link-about.block1 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -306px -123px;
  position: relative;
  top: 42px;
}
#about .link-about.block2 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -105px -123px;
}
#about .link-about.block3 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -760px -123px;
}
#about .link-about.block4 {
  background: url(../images/solution.svg) no-repeat;
  position: relative;
  top: -42px;
  background-size: 100% 100%;
}
@media (min-width: 378px) and (max-width: 459px) {
  #about .link-about {
    width: 13rem;
    height: 15rem;
    line-height: 15rem;
    font-size: 1.5rem;
  }
  #about .link-about.block1 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -306px -413px;
    top: 33px;
  }
  #about .link-about.block2 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -105px -413px;
  }
  #about .link-about.block3 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -760px -413px;
  }
  #about .link-about.block4 {
    top: -32px;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  #about .link-about {
    width: 13rem;
    height: 15rem;
    line-height: 15rem;
    font-size: 1.5rem;
  }
  #about .link-about.block1 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -306px -413px;
    top: 33px;
  }
  #about .link-about.block2 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -105px -413px;
  }
  #about .link-about.block3 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -760px -413px;
  }
}
@media (max-width: 377px) {
  #about .link-about {
    width: 10rem;
    height: 11.6rem;
    line-height: 11.6rem;
    font-size: 1.3rem;
  }
  #about .link-about.block1 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -306px -568px;
    top: 25px;
  }
  #about .link-about.block2 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -105px -568px;
  }
  #about .link-about.block3 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -760px -568px;
  }
}

#who-we-are img {
  margin-bottom: 2rem;
}
#who-we-are p {
  max-width: 54rem;
}

/*WHAT WE DO*/
.what-we-do ul {
  list-style-type: none;
  margin-top: 4rem;
}
.what-we-do ul .img-svg {
  float: left;
  display: block;
  margin: 0.4rem 3.3rem 0 0;
  width: 7.5rem;
}
.what-we-do ul .img-svg.frontline {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 0;
  height: 6rem;
}
.what-we-do ul .img-svg.creation {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -64px;
  height: 7.4rem;
}
.what-we-do ul .img-svg.software {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -142px;
  height: 7.6rem;
}
.what-we-do ul .img-svg.development {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -222px;
  height: 5.8rem;
}
.what-we-do ul .img-svg.system {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -284px;
  height: 7.5rem;
}
.what-we-do ul .img-svg.technical {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -363px;
  height: 7.7rem;
}
.what-we-do ul .img-svg.consultancy {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -444px;
  height: 7rem;
}
.what-we-do ul .img-svg.crm {
  background: url(../images/all-solutions.svg) no-repeat -115px 0;
  height: 7.5rem;
}
.what-we-do ul .img-svg.aichatbot {
  background: url(../images/all-solutions.svg) no-repeat -230px -115px;
  height: 7.5rem;
}
.what-we-do ul .img-svg.hr {
  background: url(../images/all-solutions.svg) no-repeat 0 -115px;
  height: 7.5rem;
}
.what-we-do ul .img-svg.operations {
  background: url(../images/all-solutions.svg) no-repeat -115px -115px;
  height: 7.5rem;
}
.what-we-do ul .img-svg.cms {
  background: url(../images/all-solutions.svg) no-repeat 0 0;
  height: 7.5rem;
}
.what-we-do ul .img-svg.ecommerce {
  background: url(../images/all-solutions.svg) no-repeat -230px 0;
  height: 7.5rem;
}
.what-we-do ul p {
  padding-top: 1rem;
}
.what-we-do ul li {
  padding-bottom: 2rem;
}
.what-we-do ul li:last-child {
  padding-bottom: 1.5rem;
}
@media only screen and (max-device-width: 1024px) {
  .what-we-do ul {
    margin-top: 1rem;
  }
  .what-we-do ul li {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .what-we-do ul {
    margin-top: 1rem;
  }
  .what-we-do ul li {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-device-width: 1024px) {
  .what-we-do .icon-arrow {
    margin-top: -1rem;
  }
}
.what-we-do#what-we-do .icon-arrow {
  margin-top: -1.5rem;
}

/*OUR TEAM*/
#our-team img {
  margin: 0.5rem 0 2rem;
}
@media (max-width: 1280px) and (max-height: 900px) {
  #our-team .img-ourteam {
    width: 15rem;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  #our-team .img-ourteam {
    width: 15rem;
  }
}
#our-team p {
  max-width: 66rem;
}
@media only screen and (max-device-width: 1024px) {
  #our-team .img-ourteam {
    width: 15rem;
    margin: 0;
  }
  #our-team h2 {
    margin: 0.5rem 0;
  }
}

/*OUR COOPERATION*/
#our-cooperation img {
  margin: 2rem 0;
}
@media only screen and (max-device-width: 1024px) {
  #our-cooperation img.images {
    width: 55rem;
  }
}
@media (max-width: 1280px) and (max-height: 800px) {
  #our-cooperation img.images {
    width: 70%;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  #our-cooperation img.images {
    width: 70%;
  }
}

/*************************************** process ******************************************/
#process .img-library {
  max-width: 70rem;
  margin-top: 3rem;
}
#process .img-library .img {
  margin: 1.5rem 2rem;
  vertical-align: middle;
  opacity: 0.9;
  display: inline-block;
}
#process .img-library .img.kolin {
  width: 187px;
  height: 45px;
  background: url("../images/mcrs-library/update.png") 0 0;
}
#process .img-library .img.xamarin {
  width: 196px;
  height: 45px;
  background: url("../images/mcrs-library/sprites-mobile.png") -10px -75px;
}
#process .img-library .img.swift {
  width: 164px;
  height: 45px;
  background: url("../images/mcrs-library/update.png") -181px -369px;
}
#process .img-library .img.flutter {
  width: 162px;
  height: 45px;
  background: url("../images/mcrs-library/sprites-mobile.png") -10px -140px;
}
#process .img-library .img.objectC {
  width: 117px;
  height: 45px;
  background: url("../images/mcrs-library/sprites-mobile.png") -280px -75px;
}
#process .img-library .img.react {
  width: 250px;
  height: 45px;
  background: url("../images/mcrs-library/sprites-mobile.png") -10px -10px;
}
#process .img-library .img.html {
  width: 150px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-frontend.png") -10px -80px;
}
#process .img-library .img.reactjs {
  width: 180px;
  height: 45px;
  background: url("../images/mcrs-library/sprites-frontend.png") -203px -10px;
}
#process .img-library .img.vue {
  width: 173px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-frontend.png") -10px -10px;
}
#process .img-library .img.C {
  width: 45px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") -263px -175px;
}
#process .img-library .img.golang {
  width: 133px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") -225px -7px;
}
#process .img-library .img.java {
  width: 84px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-backend.png") -239px -80px;
}
#process .img-library .img.php {
  width: 93px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-backend.png") -239px -10px;
}
#process .img-library .img.python {
  width: 209px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-backend.png") -10px -10px;
}
#process .img-library .img.ruby {
  width: 135px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-backend.png") -10px -80px;
}
#process .img-library .img.asp_net {
  width: 52px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-framework.png") -224px -80px;
}
#process .img-library .img.django {
  width: 143px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") -396px -7px;
}
#process .img-library .img.flask {
  width: 157px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") -369px -174px;
}
#process .img-library .img.laravel {
  width: 172px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-framework.png") -10px -80px;
}
#process .img-library .img.ruby_rail {
  width: 142px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-framework.png") -10px -150px;
}
#process .img-library .img.spring {
  width: 194px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-framework.png") -10px -10px;
}
#process .img-library .img.aws {
  width: 117px;
  height: 70px;
  background: url("../images/mcrs-library/update.png") -12px -77px;
}
#process .img-library .img.azure {
  width: 50px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") -590px -170px;
}
#process .img-library .img.docker {
  width: 217px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") -3px -172px;
}
#process .img-library .img.google {
  width: 329px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-cloud.png") -10px -10px;
}
#process .img-library .img.kubernetes {
  width: 232px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-cloud.png") -10px -170px;
}
#process .img-library .img.mongodb {
  width: 198px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") -577px -285px;
}
#process .img-library .img.mssql {
  width: 87px;
  height: 70px;
  background: url("../images/mcrs-library/sprites-database.png") -10px -220px;
}
#process .img-library .img.mySQL {
  width: 103px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-database.png") -216px -80px;
}
#process .img-library .img.oracle {
  width: 385px;
  height: 50px;
  background: url("../images/mcrs-library/update.png") 396px -91px;
}
#process .img-library .img.postgreSQL {
  width: 324px;
  height: 50px;
  background: url("../images/mcrs-library/sprites-database.png") -10px -10px;
}
#process .img-library .img.microsoft-net {
  background: url(../images/mcrs-library/sprite01.jpg) no-repeat -98px -29px;
  width: 124px;
  height: 32px;
}
#process .img-library .img.web-api2 {
  background: url(../images/mcrs-library/sprite01.jpg) no-repeat -315px -11px;
  width: 182px;
  height: 56px;
}
#process .img-library .img.sqlserver {
  background: url(../images/mcrs-library/sprite01.jpg) no-repeat -585px -8px;
  width: 158px;
  height: 63px;
}
#process .img-library .img.mvc4 {
  background: url(../images/mcrs-library/sprite01.jpg) no-repeat -74px -138px;
  width: 176px;
  height: 20px;
}
#process .img-library .img.signalr {
  background: url(../images/mcrs-library/sprite01.jpg) no-repeat -351px -111px;
  width: 134px;
  height: 63px;
}
#process .img-library .img.message-queuing {
  background: url(../images/mcrs-library/sprite01.jpg) no-repeat -606px -122px;
  width: 106px;
  height: 51px;
}
#process .img-library .img.enterprise {
  background: url("../images/mcrs-library/sprite01.jpg") no-repeat -306px -226px;
  width: 224px;
  height: 38px;
}
#process .img-library .img.jquery {
  background: url(../images/mcrs-library/sprite02.jpg) no-repeat -69px -9px;
  width: 142px;
  height: 35px;
}
#process .img-library .img.jquery-2 {
  background: url(../images/mcrs-library/sprite02.jpg) no-repeat -337px -9px;
  width: 157px;
  height: 36px;
}
#process .img-library .img.bootstrap {
  background: url(../images/mcrs-library/sprite02.jpg) no-repeat -633px -3px;
  width: 114px;
  height: 58px;
}
#process .img-library .img.jquery-3 {
  background: url(../images/mcrs-library/sprite02.jpg) no-repeat -72px -90px;
  width: 158px;
  height: 38px;
}
#process .img-library .img.hightchart {
  background: url(../images/mcrs-library/sprite02.jpg) no-repeat -308px -78px;
  width: 209px;
  height: 44px;
}
#process .img-library .img.less {
  background: url(../images/mcrs-library/sprite02.jpg) no-repeat -647px -82px;
  width: 83px;
  height: 39px;
}
#process .img-library .img.angularjs {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -49px -165px;
  width: 182px;
  height: 47px;
}
#process .img-library .img.underscorejs {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -305px -170px;
  width: 209px;
  height: 36px;
}
#process .img-library .img.rabbitmq {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -605px -172px;
  width: 161px;
  height: 27px;
}
#process .img-library .img.nsub {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -9px -255px;
  width: 252px;
  height: 46px;
}
#process .img-library .img.nuget {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -348px -250px;
  width: 141px;
  height: 51px;
}
#process .img-library .img.jasmine {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -641px -228px;
  width: 89px;
  height: 85px;
}
#process .img-library .img.simple-injector {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -16px -354px;
  width: 238px;
  height: 48px;
}
#process .img-library .img.couchbase {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -348px -348px;
  width: 120px;
  height: 51px;
}
#process .img-library .img.stackexchange {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -593px -354px;
  width: 187px;
  height: 43px;
}
#process .img-library .img.fluent-validation {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -49px -432px;
  width: 123px;
  height: 57px;
}
#process .img-library .img.quartz {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -256px -452px;
  width: 173px;
  height: 37px;
}
#process .img-library .img.pi {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -513px -453px;
  width: 31px;
  height: 35px;
}
#process .img-library .img.nunit {
  background: url("../images/mcrs-library/sprite02.jpg") no-repeat -643px -445px;
  width: 80px;
  height: 44px;
}
#process .img-library .img.deepeek {
  background: url("../images/mcrs-library/sprites-ai.png") no-repeat 0 0;
  width: 212px;
  height: 45px;
}
#process .img-library .img.cursor {
  background: url("../images/mcrs-library/sprites-ai.png") no-repeat -255px 0;
  width: 142px;
  height: 45px;
}
#process .img-library .img.llama {
  background: url("../images/mcrs-library/sprites-ai.png") no-repeat -430px 0;
  width: 103px;
  height: 45px;
}
#process .img-library .img.hugingface {
  background: url("../images/mcrs-library/sprites-ai.png") no-repeat 0 -76px;
  width: 219px;
  height: 45px;
}
#process .img-library .img.airflow {
  background: url("../images/mcrs-library/sprites-ai.png") no-repeat -251px -76px;
  width: 116px;
  height: 45px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #process .img-library .img {
    margin: 1rem 1.5rem;
  }
}
@media (max-width: 1280px) and (max-height: 800px) {
  #process .img-library .img {
    margin: 1rem 2rem;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  #process .img-library {
    margin-top: 1rem;
  }
  #process .img-library .img {
    margin: 1rem 2rem;
  }
}
#process span.text--opacity8 {
  margin-bottom: 1rem;
}
#process #our-methods img {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
#process #our-methods-2 .text--orange {
  margin-top: 2rem;
}
@media only screen and (max-device-width: 1024px) {
  #process .images {
    width: 50rem;
  }
}
@media (max-width: 1280px) and (max-height: 900px) {
  #process .images {
    width: 65%;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  #process .images {
    width: 65%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #process .library-2 .img-library img {
    margin: 0.5rem 2rem;
  }
}

/**********************************************MISSION*****************************************/
#mission h4 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
#mission .content > li {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media (max-width: 1280px) and (max-height: 900px) {
  #mission .content > li {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  #mission .content > li {
    margin-bottom: 1.5rem;
  }
}
#mission .content {
  margin-top: 1rem;
}
#mission p {
  margin: 0;
}
#mission .number {
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  height: 12rem;
  width: 10.3rem;
  line-height: 3.33;
  float: left;
  margin-right: 2rem;
  text-align: center;
}
#mission .number.block1 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -760px 0;
}
#mission .number.block2 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -306px 0;
}
#mission .number.block3 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -105px 0;
}
#mission .number.block4 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -627px 0;
}
#mission .number.block5 {
  background: url(../images/Nexcel-sprite.svg) no-repeat -494px 0;
}
@media (max-width: 1366px) and (max-height: 768px) {
  #mission .number {
    font-size: 3rem;
    height: 9.8rem;
    width: 8.5rem;
    line-height: 9.8rem;
  }
  #mission .number.block1 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -760px -310px;
  }
  #mission .number.block2 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -306px -310px;
  }
  #mission .number.block3 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -105px -310px;
  }
  #mission .number.block4 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -627px -123px;
  }
  #mission .number.block5 {
    background: url(../images/Nexcel-sprite.svg) no-repeat -494px -123px;
  }
}
@media only screen and (max-device-width: 1024px) {
  #mission .content > li {
    margin-bottom: 1.5rem;
  }
  #mission .icon-arrow {
    margin-top: 0;
  }
}

/***************************************CARRER******************************************/
#career {
  /*.position h1, .benefit h1 {
  	margin-top: -1.5rem;
  }*/
}
#career .position h4 {
  max-width: 64rem;
}
#career h4 {
  max-width: 74rem;
  margin: 1rem auto;
}
#career .email {
  text-decoration: underline;
}
#career .career-icon {
  overflow: hidden;
  max-width: 62rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#career .career-icon-wrap {
  width: 33%;
}
#career .career-icon-wrap > p {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#career .career-icon-wrap .icon {
  background: rgba(59, 63, 68, 0.7);
  -webkit-transition: transform ease-out 0.1s, background 0.2s;
  -moz-transition: transform ease-out 0.1s, background 0.2s;
  -ms-transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #d1d1d1;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 90px;
  line-height: 90px;
  margin: 15px 30px;
  position: relative;
  text-align: center;
  width: 90px;
  z-index: 1;
}
#career .career-icon-wrap .icon:before {
  display: block;
  font-size: 4rem;
  overflow: hidden;
}
#career .career-icon-wrap .icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#career .career-icon-wrap .icon:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #DB1F26;
}
#career .career-icon-wrap .icon:hover:after {
  -webkit-animation: sonarEffect 1s ease-out 75ms;
  -moz-animation: sonarEffect 1s ease-out 75ms;
  -ms-animation: sonarEffect 1s ease-out 75ms;
  animation: sonarEffect 1s ease-out 75ms;
}
#career .career-icon-wrap .icon:hover + p {
  color: #DB1F26;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-device-width: 1024px) {
  #career .career-icon-wrap .icon {
    height: 70px;
    line-height: 70px;
    width: 70px;
    margin: 7px 20px;
  }
  #career .career-icon-wrap .icon:before {
    font-size: 3rem;
  }
}
@media (max-width: 1280px) and (max-height: 900px) {
  #career .career-icon-wrap .icon {
    margin: 5px 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  #career .career-icon-wrap .icon:before {
    font-size: 3rem;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  #career .career-icon-wrap .icon {
    margin: 5px 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #career .career-icon-wrap .icon:before {
    font-size: 3rem;
  }
}
#career .career__header--small {
  background: url(../images/Nexcel-sprite.svg) no-repeat -105px -824px;
  width: 25rem;
  height: 6.8rem;
  line-height: 5.7rem;
  margin: 0 auto;
}
#career .career__header--small span {
  opacity: 0.5;
}
#career .career__header--big {
  background: url(../images/Nexcel-sprite.svg) no-repeat -105px -689px;
  width: 40.7rem;
  height: 7.7rem;
  line-height: 7.7rem;
  margin: 0 auto 1rem;
}
#career .career__header--big span {
  opacity: 0.7;
}
@media (max-width: 1366px) and (max-height: 768px) {
  #career .career__header--big {
    font-size: 1.9rem;
    background: url(../images/Nexcel-sprite.svg) no-repeat -105px -770px;
    width: 30.2rem;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto 0.5rem;
  }
}
#career .career__description {
  max-width: 73rem;
  margin: 0 auto;
  position: relative;
}
#career .career__description p, #career .career__description h4 {
  text-align: left;
  max-width: inherit;
}
#career .career__description h4 {
  margin: 0;
}
#career .career__description ul {
  list-style: square url("../images/bullet.svg");
}
#career .career__description ul li {
  line-height: 1.5;
  margin-top: 0.7rem;
}
#career .career__description ul li ul {
  margin-left: 20px;
}
#career .career__description ul li ul li {
  list-style: square url("../images/li.png");
}
@media (max-width: 1366px) and (max-height: 768px) {
  #career .career__description ul.pm-des {
    font-size: 1.3rem;
  }
  #career .career__description ul.pm-des li {
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0.4rem;
  }
}
@media (max-width: 609px) {
  #career .career-icon-wrap .icon {
    height: 60px;
    line-height: 60px;
    margin: 10px 20px;
    width: 60px;
  }
  #career .career-icon-wrap .icon:before {
    font-size: 2.5rem;
  }
  #career .career__header--big {
    background: url(../images/Nexcel-sprite.svg) no-repeat -105px -824px;
    width: 25rem;
    height: 6.8rem;
    line-height: 5.7rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  #career .career__header--big span {
    opacity: 0.5;
  }
}

/******************************************GALLERY**********************************************/
#gallery .subtittle {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
#gallery .img img {
  width: 100%;
}

/**************************************CONTACT US***********************************************/
#contact .ico {
  display: table-cell;
  height: 71px;
  margin-right: 15px;
  vertical-align: middle;
  width: 64px;
}
#contact h4 {
  width: 66rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #contact h4 {
    width: 30rem;
  }
}
#contact .ico + span {
  opacity: 0.6;
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
  width: 24rem;
}
#contact .address > span {
  line-height: 1.5;
  padding-top: 1rem;
}
#contact li {
  display: table;
  font-weight: 300;
  height: 71px;
  margin: -13px 0 0;
}
#contact li.telephone .ico {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -518px;
}
#contact li.fax .ico {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -593px;
}
#contact li.e-mail .ico {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -668px;
}
#contact li.website .ico {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -743px;
}
#contact li.address .ico {
  background: url(../images/Nexcel-sprite.svg) no-repeat 0 -818px;
}
#contact li:first-child {
  margin: 0;
}
#contact li:nth-child(2n) {
  margin-left: 3rem;
}
#contact .contact-block {
  overflow: hidden;
  margin-top: 2rem;
}
#contact .contact-block > div {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  #contact .contact-block > div {
    width: 100%;
  }
}
#contact .contact-block .map {
  padding-top: 10rem;
}
#contact .contact-block .map img {
  width: 350px;
}
#contact .contact-block .map .company {
  font-size: 1.5rem;
  color: #333;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  #contact h4 {
    width: 60rem;
  }
  #contact .contact-block > div {
    width: 100%;
    float: none;
  }
}

/************************************MAIN NAV FOOTER*****************************************/
nav {
  position: fixed;
  top: 4rem;
  left: 4rem;
  z-index: 9999;
  font-size: 1.8rem;
  opacity: 1;
  width: 10rem;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px 0;
}
@media only screen and (max-device-width: 1024px) {
  nav {
    left: 2rem;
  }
}
@media (max-width: 767px) {
  nav {
    top: 7rem;
  }
}

nav, nav li {
  float: left;
  margin-left: 0;
  list-style: none;
  padding: 0;
}

nav li {
  padding: 10px 0;
  width: 100%;
}
nav li.active a, nav li:hover a {
  opacity: 1;
  color: #DB1F26;
}
@media (max-width: 767px) {
  nav li {
    font-size: 1.6rem;
  }
}

.qtrans_language_chooer {
  margin-top: 1.5em;
  font-size: 0.7em;
}

/******************************************#MOSNENAV*********************************************/
#mosnenav {
  position: fixed;
  top: 50%;
  right: 14px;
  margin-top: -200px;
  width: 66px;
  z-index: 1;
}
#mosnenav a {
  font-size: 38px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: block;
}
#mosnenav a.next {
  margin-bottom: 5px;
}
#mosnenav a:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  #mosnenav {
    margin-top: 100px;
  }
}

/********************************TOOLTIP-MAP**********************************************/
.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 5.7rem;
  margin: -1px 0 0 -15px;
  width: 29px;
  height: 20px;
  background: url(../images/tooltip.svg) no-repeat center center;
  background-size: 100%;
}

.tooltip {
  display: block;
  position: relative;
  z-index: 999;
}

/* Tooltip */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 30rem;
  left: 50%;
  margin-left: -15.5rem;
  bottom: 100%;
  border-radius: 5px;
  text-align: left;
  background: #ebebeb;
  opacity: 1;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
  padding: 1rem;
}

/* ie fixex, vabbe ci proviamo */
.oldie .reveal section,
.oldie .centred,
.oldie .relativo,
.oldie .block {
  height: auto !important;
  display: block !important;
  padding: 100px 0 !important;
}

.oldie #nav_menu-2,
.oldie #mosnenav .overview {
  display: none;
}

.home .home nav.menu, .home .home .logo-top {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.skype_c2c_text_span {
  opacity: 1 !important;
}

/*# sourceMappingURL=style.css.map */
