@import url("../fontStyle.css");

:focus {
  outline: 0;
}

/* showreel and popup*/

.forScreenReaders {
  font-size: 0px;
  position: absolute;
}

.showreel {
  background-image: url(../../images/digital/vidshow-v4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
  background-color: #0d080c;
  position: relative;
  padding-top: 100px;
}

@media (max-width: 600px) {
  .showreel {
    background-size: 1170px;
    min-height: 180px;
  }
}

.popUp-link {
  background-image: url(../../images/digital/vidbtn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 100px;
  border: none;
  font-size: 0;
  font-family: inherit;
  margin: auto;
  color: #3996b8;
  padding: 0;
  line-height: 30px;
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 600px) {
  .popUp-link {
    background-size: 60px;
    width: 60px;
    height: 60px;
    top: 28px;
  }
}

.popUp-link:hover,
.popUp-link:focus {
  transform: scale(0.85);
}

.popUp-link:hover,
.popUp-link:focus {
  color: #1d4d5f;
}

.popUp-container {
  overflow-y: hidden;
  transition: 0.5s;
  height: 0%;
  max-width: 0%;
  position: fixed;
  margin: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e6e6e6;
  padding-top: 0px;
}

.popUp-container.active {
  height: 100%;
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}

.popUp-containerInner {
  background-color: #e6e6e6;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.popText-overflow {
  padding: 15px 15px 15px 15px;
  height: 90vh;
}

.popText-overflow::-webkit-scrollbar {
  width: 7px;
  background-color: #cccccc;
}

/* Track */
.popText-overflow::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}

/* Handle */
.popText-overflow::-webkit-scrollbar-thumb {
  background: #868686;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.popUp-open {
  margin-right: 17px;
  overflow: hidden;
}

.floatingButtons {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 70px;
  background-color: #e8fafc;
  border-top: 1px solid #5ce2ed;
}

.pop-btnsContainer {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pop-contentWrapper .liUnit .profilePic img {
  height: 90px;
  width: 90px;
}

.popUpHeader {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 15px;
  width: 100%;
  background-color: #000000;
  box-shadow: 0px 0px 13px 1px #00000040;
}

.popUp-container h5 {
  color: #9395a1;
  font-size: 28px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  font-family: inherit;
}

.popUp-closebtn {
  color: #ffffff;
  background-color: #30303c;
  border: none;
  font-size: 50px;
  margin: 0px;
  padding: 0px;
  height: 55px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 17px;
}

.popUp-closebtn:hover,
.popUp-closebtn:focus {
  color: #9395a1;
  background-color: #000000;
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
}

.popUp-closebtn {
  color: #ffffff;
  background-color: #30303c;
  border: none;
  font-size: 50px;
  margin: 0px;
  padding: 0px;
  height: 55px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 17px;
}

.popUp-closebtn:hover,
.popUp-closebtn:focus {
  color: #9395a1;
  background-color: #000000;
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
}

.uxTipImg {
  width: 100%;
  margin-bottom: 10px;
}

/* tips */

section#tips {
  background-color: #2b2e35;
  position: relative;
}

.centerTitle-dark h2 {
  color: #fff;
  text-align: center;
  /* width: 317px; */
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  margin: 0px auto 50px auto;
}

.tipsContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: auto;
  padding: 0px 15px 30px 15px;
}

.tipsContainer a {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

.tipsContainer a:hover {
  color: #ffe600;
}

.tipLink {
  max-width: 170px;
  display: block;
  margin: auto;
}

.tipBox {
  width: 220px;
  text-align: center;
  padding-bottom: 25px;
}

.tipsContainer img {
  background-color: #4b4e55;
  border-radius: 50%;
  width: 206px;
  display: block;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.tipsContainer img:hover {
  -webkit-transform: scale(0.825);
  transform: scale(0.825);
}

.roundTip-style {
  display: block;
  background-color: #2b2e35;
  border: 2px solid #4b4e55;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  margin-bottom: 10px;
}

.showMore-tips {
  display: block;
  background-color: #ffe600;
  color: #2b2e35;
  padding: 5px 20px;
  margin: 10px auto 0px auto;
  max-width: 190px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.showMore-tips:hover {
  background-color: #fff59a;
  color: #000000;
}

.tipsFooter {
  padding: 15px 15px 60px 15px;
}

.innerPage-header {
  height: 60px;
  background-color: #fff;
  background: #fff;
  position: fixed;
  top: 0;
  box-shadow: 1px 10px 12px -12px rgba(201, 201, 201, 0.67);
}

.innerPage-logo {
  width: 130px;
  position: absolute;
  left: 35px;
  top: 10px;
  z-index: 1;
}

.goBack-innerIcon {
  transition: all 0.3s ease;
  background-color: #ffe600;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.goBack-innerIcon img {
  width: 20px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.goBack-menu a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  max-width: 175px;
  margin: 10px 35px 0px 0px;
  color: #333;
}

.goBackLink-text {
  font-size: 18px;
  line-height: 24px;
  padding-top: 7px;
}

.goBack-menu a:hover > span.goBack-innerIcon,
.goBack-menu a:hover > span.goBack-innerIcon {
  background-color: #fff;
  border: 1px solid #ffe600;
}

.tipsInner-body {
  padding-top: 130px;
}

.innerPage-tip {
  max-width: 800px;
  margin: auto;
  padding: 30px 15px;
}

.innerPage-tip p {
  color: #3c3c3c;
  font-size: 17px;
  margin-bottom: 5px;
}

.tipsMain-text h2 {
  font-size: 22px;
}

.tipsMain-text h3 {
  font-size: 20px;
}

.tips h4 {
  font-size: 14px !important;
  font-weight: 200;
}

.tipsMain {
  padding-top: 60px;
}

.tipsFoot {
  background: #22262b !important;
}

.tipsMain-text li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.tipsMain-text p a {
  text-decoration: underline;
}

/* tips */

body.blackBG {
  background-color: #000;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.floating-tanks {
  width: 230px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 10px;
}

.floating-tanks a {
  color: #ffe600;
  display: block;
  border: 1px solid #ffe600;
  padding: 10px;
  font-weight: 200;
}

.floating-tanks a:hover {
  background-color: #ffe600;
  color: #000;
}

.floating-tanks p {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  margin: 0px 0px 20px 0px;
}

h4.sizeFix {
  font-size: 14px !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index: 99; /* makes sure it stays on top */
}

.explorerLoader img {
  width: 40px;
  display: block;
  margin: auto;
}

img.prloaderlogo {
  position: absolute;
  max-width: 200px;
  height: 50px;
  left: 30px;
  right: 0;
  top: -140px;
  bottom: 0;
  margin: auto;
  -webkit-filter: drop-shadow(0px 1px 1px #000);
  filter: drop-shadow(0px 1px 1px #000);
}

.loader1 {
  width: 8px;
  height: 8px;
  margin: 40px auto;
  opacity: 0.5;
  border-radius: 50%;
  box-shadow: 0 -14px 0 rgba(255, 255, 255, 0.8),
    10px -10px 0 rgba(255, 255, 255, 0.7), 14px 0px 1px rgba(255, 255, 255, 0.6),
    10px 10px 1px rgba(255, 255, 255, 0.5),
    0px 14px 2px rgba(255, 255, 255, 0.4),
    -10px 10px 2px rgba(255, 255, 255, 0.3),
    -14px 0px 3px rgba(255, 255, 255, 0.2),
    -10px -10px 3px rgba(255, 255, 255, 0.1);
  transform-origin: 50%;
  animation: load 0.5s steps(8, end) infinite;
}

@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#status {
  width: 50px;
  height: 30px;
  position: fixed;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  margin: -25px 0 0 -15px; /* is width and height divided by two */
}

.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

body {
  font-family: "Assistant", "Arial", sans-serif;
  direction: rtl;
}

html {
  height: 100%;
}

p {
  font-size: 12.5px;
  color: #999999;
  line-height: 24px;
  font-family: "Assistant", "Arial", sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  outline: 0;
}

.hideItem {
  display: none;
}

.loadMore-projects {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 40px 15px;
  position: relative;
}

.loadeMore-btn {
  background-color: #ffe600;
  border: 6px solid #ffffff;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.loadeMore-btn:hover {
  background-color: #000;
  color: #fff;
}

.decoration-line {
  height: 3px;
  position: absolute;
  width: 100%;
  background-color: #000;
  z-index: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.itemsRow {
  padding-right: 25px;
  padding-left: 25px;
}

.logoBox {
  background-image: url(../../images/digital/clients/shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 110px;
  text-align: center;
}

.logoSliderOuter {
  position: relative;
}

div#sliderLogo1 {
  max-width: 1024px;
  margin: auto;
  position: relative;
}

.logosViewport {
  min-height: 200px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.logosOverview {
  list-style: none;
  width: 5550px;
  margin: auto;
  position: absolute;
  left: 0px;
  padding-top: 25px;
}

.logosOverview li {
  float: left;
  width: 250px;
}

#logoPrev {
  position: absolute;
  height: 70px;
  width: 25px;
  top: 22px;
  right: -30px;
  background-image: url(../../images/digital/slider/arrowRight.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-color: #fff;
  border: none;
}

#logoNext {
  position: absolute;
  height: 70px;
  width: 25px;
  left: -30px;
  top: 22px;
  background-image: url(../../images/digital/slider/arrowLeft.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-color: #fff;
  border: none;
}

#logoNext,
#logoPrev {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#logoNext:hover,
#logoPrev:hover {
  -webkit-transform: scale(0.825);
  -moz-transform: scale(0.825);
  -o-transform: scale(0.825);
  transform: scale(0.825);
}

section#resume {
  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #ffffff 0%,
    #f2f2f2 100%
  ); /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #ffffff 0%,
    #f2f2f2 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    #ffffff 0%,
    #f2f2f2 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -moz-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
}

body:after {
  display: none;
  content: url(../../images/digital/team/dalit_hover.jpg)
    url(../../images/digital/team/rivka_hover.jpg)
    url(../../images/digital/team/rahel_hover.jpg)
    url(../../images/digital/team/ronit_hover.jpg)
    url(../../images/digital/team/gabi_hover.jpg)
    url(../../images/digital/team/ben_hover.jpg)
    url(../../images/digital/team/keren_hover.jpg)
    url(../../images/digital/team/gil_hover.jpg)
    url(../../images/digital/team/tamar_hover.jpg)
    url(../../images/digital/team/lior_hover.jpg)
    url(../../images/digital/team/moti_hover.jpg)
    url(../../images/digital/team/adi_hover.jpg)
    url(../../images/digital/team/limor_hover.jpg)
    url(../../images/digital/team/yarden_hover.jpg)
    url(../../images/digital/team/zohar.jpg)
    url(../../images/digital/team/zohar_hover.jpg);
}

.zohar {
  background-image: url(../../images/digital/team/zohar.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.zohar:hover {
  background-image: url(../../images/digital/team/zohar_hover.jpg);
}

.adi {
  background-image: url(../../images/digital/team/adi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.adi:hover {
  background-image: url(../../images/digital/team/adi_hover.jpg);
}

.limor {
  background-image: url(../../images/digital/team/limor.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.limor:hover {
  background-image: url(../../images/digital/team/limor_hover.jpg);
}

.yarden {
  background-image: url(../../images/digital/team/yarden.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.yarden:hover {
  background-image: url(../../images/digital/team/yarden_hover.jpg);
}

.dana {
  background-image: url(../../images/digital/team/rivka.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.dana:hover {
  background-image: url(../../images/digital/team/rivka_hover.jpg);
}

.dalit {
  background-image: url(../../images/digital/team/dalit.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.dalit:hover {
  background-image: url(../../images/digital/team/dalit_hover.jpg);
}

.rahel {
  background-image: url(../../images/digital/team/rahel.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.rahel:hover {
  background-image: url(../../images/digital/team/rahel_hover.jpg);
}

.ronit {
  background-image: url(../../images/digital/team/ronit.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.ronit:hover {
  background-image: url(../../images/digital/team/ronit_hover.jpg);
}

.tamar {
  background-image: url(../../images/digital/team/tamar.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.tamar:hover {
  background-image: url(../../images/digital/team/tamar_hover.jpg);
}

.gabi {
  background-image: url(../../images/digital/team/gabi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.gabi:hover {
  background-image: url(../../images/digital/team/gabi_hover.jpg);
}

.ben {
  background-image: url(../../images/digital/team/ben.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.ben:hover {
  background-image: url(../../images/digital/team/ben_hover.jpg);
}

.keren {
  background-image: url(../../images/digital/team/keren.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.keren:hover {
  background-image: url(../../images/digital/team/keren_hover.jpg);
}

.lior {
  background-image: url(../../images/digital/team/lior.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.lior:hover {
  background-image: url(../../images/digital/team/lior_hover.jpg);
}

.gil {
  background-image: url(../../images/digital/team/gil.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.gil:hover {
  background-image: url(../../images/digital/team/gil_hover.jpg);
}

.moti {
  background-image: url(../../images/digital/team/moti.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.moti:hover {
  background-image: url(../../images/digital/team/moti_hover.jpg);
}

.ben h4 {
  font-size: 1.1em !important;
  line-height: 19px;
  bottom: -2px !important;
}

.keren h4 {
  font-size: 1.4em !important;
  line-height: 29px;
  bottom: 8px !important;
}

.page-cover-1 {
  background: url(../../images/digital/portfolio/StartITup1.jpg);
}

.page-cover-2 {
  background: url(../../images/digital/portfolio/keter1.jpg);
}

.page-cover-3 {
  background: url(../../images/digital/portfolio/leumit1.jpg);
}

.page-cover-4 {
  background: url(../../images/digital/portfolio/MehirMatara1.jpg);
}

.page-cover-5 {
  background: url(../../images/digital/portfolio/yahalom1.jpg);
}

.page-cover-6 {
  background: url(../../images/digital/portfolio/mislaka1.jpg);
}

.page-cover-7 {
  background: url(../../images/digital/portfolio/Mushlach1.jpg);
}

.page-cover-8 {
  background: url(../../images/digital/portfolio/NessPlace1.jpg);
}

.page-cover-9 {
  background: url(../../images/digital/portfolio/IB1.jpg);
}

.page-cover-10 {
  background: url(../../images/digital/portfolio/takin1.jpg);
}

.page-cover {
  height: 100vh;
  padding-top: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* caruselsp*/

.cr-carusel-outer {
  max-width: 1340px;
  margin: auto;
  position: relative;
}

.cr-carusel-outer .cr-nav {
  position: relative;
}

.cr-carusel-outer .cr-nav span {
  cursor: pointer;
  top: 90px;
}

.cr-carusel-outer .cr-action span {
  display: none;
  position: absolute;
  left: 0;
  top: -50px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: #000;
  cursor: pointer;
}

.carusel {
  max-width: 520px;
  overflow: hidden;
}

.carTheam1 .carusel {
  margin-right: 730px;
  padding-top: 10px;
}

.carusel .cr-side {
  height: 60px;
  overflow: hidden;
  position: relative;
}

.sliderBlackIconContainer .carusel .cr-side {
  height: 330px;
  overflow: hidden;
  position: relative;
}

.carusel .cr-side .cr-item {
  height: 60px;
  text-align: center;
  float: right;
  cursor: pointer;
}

.carusel .cr-side .cr-item .cr-container p {
  color: #333333;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

.carusel .cr-side .cr-item .cr-container {
}

.carusel .cr-side .cr-item .cr-container img {
  position: relative;
  display: none;
}

.sliderBlackIconContainer .carusel .cr-side .cr-item .cr-container img {
  display: inherit !important;
}

.arrowRight,
.arrowLeft,
.cr-carusel-outer .cr-action span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.arrowRight:hover,
.arrowLeft:hover,
.cr-carusel-outer .cr-action span:hover {
  -webkit-transform: scale(0.825);
  -moz-transform: scale(0.825);
  -o-transform: scale(0.825);
  transform: scale(0.825);
}

.arrowRight {
  position: absolute;
  height: 70px;
  width: 25px;
  right: 0;
  top: 0;
  background-image: url(../../images/digital/slider/arrowRight.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-color: #fff;
}

.arrowLeft {
  position: absolute;
  height: 70px;
  width: 25px;
  left: 0;
  top: 0;
  background-image: url(../../images/digital/slider/arrowLeft.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-color: #fff;
}

.stoped {
  background-image: url(../../images/digital/navigation/play.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 14px center;
}

.started {
  background-image: url(../../images/digital/navigation/stop.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 11px center;
}

.what-we-do-container {
  position: relative;
  padding: 70px 15px;
  min-height: 440px;
  opacity: 1;
  transition: all 1s ease-in-out;
}

.what-we-do-container.whatAnim {
  opacity: 0;
  padding-top: 200px;
}

.mobileCover {
  width: 723px;
  height: 455px;
  position: absolute;
  top: -98px;
  right: 20px;
  background-image: url(../../images/digital/slider/what_we_do_computer.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.sliderBlackIconContainer {
  position: relative;
  right: 101px;
  top: 63px;
  max-width: 520px;
}

.sliderBlackIconContainer .carusel .cr-side .cr-item .cr-container p {
  color: #000;
  font-weight: bold;
}

.textBubble {
  width: 500px;
  min-height: 185px;
  padding: 20px;
  background-color: #0095cd;
  position: absolute;
  left: 100px;
  top: 50px;
  z-index: 0;
  transition: all 0.3s ease;
  z-index: 90;
  display: table;
}

.mainTextContainer {
  display: table-cell;
  vertical-align: middle;
}

p.caruText {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  line-height: 24px;
  margin: 0px;
}

img.lineSlider {
  position: absolute;
  right: -100px;
  bottom: -87px;
}

/* end of carusel sp*/

.projectText p {
  color: #3c3c3c;
  font-size: 1.2em;
  max-width: 590px;
}

.center-title2 hr {
  border: 2px solid #ffe600;
  max-width: 300px;
}

ul.tags {
  border: 1px solid #e6e6e6;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 10px 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.tags li {
  background-color: #ffe600;
  display: block;
  padding: 5px 7px;
  margin: 5px;
}

.contact-information {
  text-align: center;
  padding: 0px;
}

.nessLogocontact {
  width: 180px;
  height: 100%;
}

.contact-information hr {
  margin: 10px 0px;
  border-color: #000;
  border-top: 2px solid;
}

.scaleIcon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scaleIcon:hover {
  -webkit-transform: scale(0.825);
  -moz-transform: scale(0.825);
  -o-transform: scale(0.825);
  transform: scale(0.825);
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

section#skills {
  transition: all 0.4s ease;
}

video.videoHome {
  position: fixed;
  transition: all 0.1s ease;
  z-index: 0;
}

.work-footer {
  background-color: #000;
  padding: 50px 0px;
  text-align: center;
  position: relative;
  z-index: 20;
}

.whatWeDoSlider {
  width: 100%;
  position: relative;
  padding-top: 95px;
  padding-bottom: 240px;
}

.sliderInnerWrapper {
  max-width: 1200px;
  margin: auto;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.arrowRight {
  position: absolute;
  height: 70px;
  width: 25px;
  right: 0;
  background-image: url(../../images/digital/slider/arrowRight.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-color: #fff;
}

.arrowLeft {
  position: absolute;
  height: 70px;
  width: 25px;
  left: 0;
  background-image: url(../../images/digital/slider/arrowLeft.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-color: #fff;
}

ul.thumbnails-container {
  width: 1000px;
  height: 70px;
  display: block;
  list-style: none;
}

ul.thumbnails-container li {
  width: 100px;
  height: 60px;
  display: inline-block;
  margin: 5px 30px 0px 30px;
  text-align: center;
  float: left;
}

ul.thumbnails-container li p {
  color: #9c9c9c;
  font-size: 1.2em;
}

.contact-information p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.contact legend {
  text-align: center;
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  display: inline-block;
  margin: 0px 0px 40px 0px;
  color: #333334;
  border-bottom: none;
}

.formBlock label {
  display: block;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 400;
  margin: 10px 0;
}

.formBlock .mainAccSend-btn {
  background: #2a2f36;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  font-family: inherit;
  border-radius: 0px;
  border: none;
  color: #ffe600;
  background-image: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  margin-top: 30px;
}

.formBlock .mainAccSend-btn:hover {
  color: #fff;
  background-color: #000;
}

.contact-information a {
  display: block;
  font-size: 16px;
  color: #000;
  background-image: url(../../images/digital/navigation/emailIcon.png);
  background-repeat: no-repeat;
  background-position: left 31px bottom 0;
  padding: 25px 0px 0px 20px;
}

.contact-information a:hover {
  background-position: left 5px bottom 0;
  text-decoration: underline !important;
  text-decoration-color: #bdbdbd !important;
}

.formBlock {
  display: flex;
  align-items: center;
  max-width: 890px;
  margin: auto;
  background-color: #fff;
  min-height: 510px;
  position: absolute;
  margin-bottom: -100px;
  width: 100%;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 50px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
}

.formBlock .disabeld {
  display: none;
}

.formBlock input {
  width: 205px;
  height: 40px;
  padding-right: 5px;
  border-radius: 0px !important;
  border: 1px solid #dadada !important;
  color: #dadada;
  transition: 0.5s ease-in-out;
}

@media (max-width: 414px) {
  .formBlock input {
    width: 100%;
  }
}

.mainAcctErrorAlert {
  color: red;
}

.formBlock textarea {
  width: 100%;
  border: 1px solid #dadada !important;
}

.formBlock input:hover {
  background-color: #fffbd2;
}

.formBlock input:focus {
  background-color: #efefef !important;
  border: 1px solid #666 !important;
}

.formBlock .nessAccMainForm-rowItem {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 414px) {
  .formBlock .nessAccMainForm-rowItem {
    display: block;
  }
}

.mainAccAlertContainer {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #fbfacb;
  border-radius: 10px;
}

.mainAccAlertContainer h6 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: 400;
  color: #2a2f36;
}

.mainAccAlertContainer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.mainAccAlertContainer ul li a {
  color: #fff900;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: underline;
  display: block;
  padding: 3px 9px;
  line-height: 12px;
  border-radius: 15px;
  margin: 4px 5px;
  background-color: #333333;
}

.mainAccAlertContainer ul li a:first-child {
  margin-right: 0;
}

.mainAccAlertContainer ul li a:focus {
  background-color: #fff900;
  color: #000;
}

.mainAccreqColor {
  color: red;
  margin-right: 5px;
}

.reqError {
  border: 2px solid #f00 !important;
}

span.errorMassage {
  color: red;
  margin-bottom: 15px;
  margin-top: -17px;
  display: block;
}

#map {
  height: 100vh;
}

.portfolio_filter {
  display: none;
}

section#motivation {
  background-color: #2b2e35;
  position: relative;
}

.motiveText h2 {
  color: #fff;
  text-align: center;
  width: 517px;
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  margin: 0px auto 50px auto;
}

.motivationContainer p {
  font-weight: 300;
}

img.Creativity {
  width: 238px;
  position: absolute;
  top: 0px;
  right: -14px;
}

p.Creativity {
  position: relative;
  top: 44px;
  z-index: 1;
}

img.Exploring {
  position: absolute;
  left: -8px;
  top: -10px;
  width: 260px;
}

img.Focus {
  width: 40px;
  margin-top: 10px;
}

img.Challenge {
  width: 60px;
  margin-top: 14px;
}

img.Partnership {
  width: 80px;
  margin-top: 20px;
}

img.Motivation {
  width: 60px;
}

img.Imagination {
  width: 90px;
}

img.Simplicity {
  width: 50px;
  margin-top: 20px;
}

img.Passion {
  width: 40px;
}

img.Flexability {
  width: 60px;
}

img.Joy {
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

img.Vision {
  width: 30px;
  margin: 6px 0px;
}

img.Innovation {
  width: 90px;
  margin-top: -20px;
}

img.Observation {
  width: 120px;
  margin-top: 10px;
}

p.Observation {
  font-size: 2em !important;
  color: #fff;
}

p.Vision {
  color: #fff;
}

p.Joy {
  font-size: 2.6em !important;
}

.inner-circle {
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #2b2e35;
}

.igulGlobal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  overflow: hidden;
}

.igulSize-1 {
  width: 250px;
  height: 250px;
}

.igulSize-2 {
  width: 200px;
  height: 200px;
}
.igulSize-3 {
  width: 180px;
  height: 180px;
}
.igulSize-4 {
  width: 160px;
  height: 160px;
}
.igulSize-5 {
  width: 140px;
  height: 140px;
}
.igulSize-5_1 {
  width: 150px;
  height: 150px;
}
.igulSize-5_2 {
  width: 140px;
  height: 140px;
}
.igulSize-6 {
  width: 120px;
  height: 120px;
}
.igulSize-7 {
  width: 100px;
  height: 100px;
}

.IgulStyle-1 {
  background-color: #353a40;
  color: #8d9095;
}

.IgulStyle-2 {
  border: 2px solid #8d9095;
  color: #8d9095;
}

.IgulStyle-3 {
  background-color: #4b4e55;
  color: #8d9095;
}

.igulSize-1 p {
  font-size: 1.4em;
  line-height: 44px;
  position: absolute;
  right: 47px;
  bottom: 27px;
  margin-top: 34px;
  padding-left: 35px;
  color: #fff;
}
.igulSize-2 p {
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}
.igulSize-6 p {
  font-size: 1.2em;
  color: #fff;
}
.igulSize-7 p {
  font-size: 1.7em;
  line-height: 26px;
  color: #fff;
}
.igulSize-5_1 p {
  font-size: 20px;
  line-height: 45px;
  display: block;
  margin-top: -8px;
}
.igulSize-5_2 p {
  font-size: 1.7em;
  line-height: 30px;
  margin: 0px;
  color: #fff;
}
.igulSize-4 p {
  font-size: 1.8em;
  line-height: 46px;
}
p.motibeBlack {
  color: #292b2d;
}
.igulSize-3 p {
  font-size: 1.6em;
  line-height: 40px;
}

.igulSize-5 p {
  font-size: 1.9em;
  line-height: 30px;
}

.motivationContainer {
  max-width: 1180px;
  margin: auto;
  position: relative;
  min-height: 700px;
}

.igulPosition4 {
  position: absolute;
  right: 0;
  top: 80px;
}

.igulPosition2 {
  position: absolute;
  left: 495px;
  top: -10px;
}
.igulPosition12 {
  position: absolute;
  left: 0;
  top: 270px;
}
.igulPosition1 {
  position: absolute;
  left: 270px;
  top: 20px;
}
.igulPosition3 {
  position: absolute;
  right: 230px;
  top: 75px;
}
.igulPosition5 {
  position: absolute;
  left: 182px;
  top: 202px;
}

.igulPosition6 {
  position: absolute;
  right: 80px;
  top: 180px;
}
.igulPosition7 {
  position: absolute;
  right: 300px;
  top: 180px;
}
.igulPosition8 {
  position: absolute;
  right: 440px;
  top: 260px;
}
.igulPosition9 {
  position: absolute;
  left: 355px;
  top: 230px;
}

.igulPosition10 {
  position: absolute;
  left: 100px;
  top: 455px;
}
.igulPosition11 {
  position: absolute;
  top: 345px;
  right: 248px;
}
.igulPosition13 {
  position: absolute;
  top: 366px;
  left: 200px;
}

.igulPosition14 {
  position: absolute;
  left: 497px;
  top: 421px;
}

header {
  position: absolute;
  transition: all ease 0.3s;
  z-index: 90;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

nav ul li {
  float: right;
  list-style: none;
  font-size: 14px;
  position: relative;
}

nav ul li a {
  color: #fff;
  line-height: 30px;
  display: block;
  font-size: 20px;
  padding: 0px;
  font-weight: 200;
}

nav ul li a:before,
nav ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  top: -3px;
  background: #ffe600;
}

nav ul li a::before {
  left: 0;
}

nav ul li a::after {
  right: 0;
  background: #ffe600;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

nav ul li a:hover:before {
  background: #ffe600;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

nav ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

nav ul li a:hover {
  color: #ffe600;
}

.nav-menu li a:focus {
  color: #ffe600;
}

nav ul li a.selected {
  color: #ffe600;
}

nav ul li a.selected:before {
  width: 100%;
}

.nav-fixed {
  position: fixed;
  transition: all ease 0.3s;
  background: #fff;
  border: 0;
  -webkit-box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
  -moz-box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
  box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
}

.nav-fixed ul li a {
  color: #000;
  font-weight: 200;
}

.nav-fixed ul li a:hover {
  color: #0095cd;
}

.nav-fixed .logo {
  color: #000;
  background-image: url("../../images/digital/logoBlack3.svg");
}

.nav-fixed ul li a:before,
.nav-fixed ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  top: -3px;
  background: #000000;
}

.nav-fixed ul li a::after {
  right: 0;
  background: #000000;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-fixed ul li a:hover:before {
  background: #000000;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-fixed ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.nav-fixed ul li a.selected {
  color: #000000;
}

.nav-fixed ul li a.selected:before {
  width: 100%;
}

ul.nav-menu {
  padding-top: 30px;
}

nav.floatingMenu li {
  float: right;
  padding: 0px;
  margin: 0 14px;
}

nav.floatingMenu li:first-child {
  margin-right: 0px;
}

nav.floatingMenu li:after {
  content: " \25CF";
  font-size: 15px;
  color: #ffe600;
  position: absolute;
  top: 6px;
  right: -18px;
}

nav.floatingMenu li:first-child:after {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.logo {
  float: left;
  height: 43px;
  width: 172px;
  background-image: url(../../images/digital/logoWhite3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 15px;
}

.responsive {
  display: none;
  color: #fff;
  font-size: 24px;
  float: right;
  margin: 25px 25px 0px 0px;
  cursor: pointer;
}

.nav-fixed .responsive {
  color: #000;
}

.active {
  color: #afafaf;
}

.site-button:focus {
  outline: 0;
}

.ok {
  background: green !important;
  border: solid 2px green !important;
  color: white;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-inp.reqError,
.contact-form textarea.reqError {
  border-color: #f00;
}

.content {
  margin-top: 60px;
}

.subpage-nav {
  display: block !important;
  position: relative;
}

.page-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  position: relative;
}

.page-title h1 {
  font-size: 75px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -3px;
  margin-bottom: 20px;
}

/* Sections */

section {
  padding-top: 50px;
  position: relative;
  background-color: #fff;
  z-index: 10;
}

.my_features {
  height: 100vh;
  position: relative;
}

.centerd {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.floreContent {
  padding: 0px;
  max-width: 855px;
  margin: auto;
  padding-bottom: 80px;
  opacity: 1;
  transition: all 1s ease-in-out;
}

.floreContent.contentAnim {
  opacity: 0;
  padding-right: 200px;
}

.floreContent p {
  font-size: 20px;
  font-weight: 300;
  color: #333334;
  text-align: center;
  margin-bottom: 2px;
}

#skills .center-title.titleAnim {
  padding-left: 700px;
  opacity: 0;
}

.center-title {
  padding: 0 210px;
  text-align: center;
  opacity: 1;
  transition: all 1s ease-in-out;
}

.center-title2 {
  text-align: center;
}

.center-title h1,
.center-title h2 {
  text-align: center;
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  display: inline-block;
  margin: 0px 0px 40px 0px;
  color: #333334;
}

.center-title2 h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.center-title2 h2 {
  margin: 0px 0px 0px 15px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  color: #434343;
}

/*------------------------ 2 Home ------------------------*/

.home {
  background: url(../../images/digital/bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 10;
  position: relative;
  padding-top: 0px;
}

.home-content {
  text-align: center;
}
.homeContentFloatingBox {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 230px;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
}

.profile-img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius: 150px;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
}

.profile-img img {
  width: 100%;
}

.home-profile h1 {
  font-size: 60px !important;
}

.home-content h1,
.home-content h2 {
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.68);
}

.home-content h1:nth-child(1) {
  font-size: 5em;
  font-weight: 100;
}

.home-content h2 {
  font-weight: 100;
  font-size: 3.8em;
  line-height: 40px;
  margin-top: 0px;
}


.home-content .yelowRoundAfter  {
  font-weight: 100;
  font-size: 0.8em;
  line-height: 40px;
  margin-top: 0px;
}

.homeContentFloatingBox > h1 > span {
  padding: 0px 0px 0px 15px;
  font-weight: 400;
}



.yelowRoundAfter:after {
  content: " \25CF";
  font-size: 18px;
  color: #ffe600;
  right: -1px;
  position: relative;
  bottom: -1px;
}

.yelowRoundAfterLTR:after {
  content: " \25CF";
  font-size: 18px;
  color: #ffe600;
  left: -4px;
  position: relative;
  bottom: -4px;
}

.home-content a h2 {
  background-color: #e1f47e;
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  width: 360px;
  padding: 8px 10px 11px 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 30px auto 0px auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.home-content a h2:hover {
  background-color: #cddf69;
  color: #5b632e;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.home-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home.video-section {
  padding: 0;
  background: none;
}

.home.video-section .home-content {
  position: initial;
}

.home.video-section .home-content .home-down,
.home.video-section .home-content h1 {
  position: relative;
  z-index: 3;
}

.home-down {
  font-size: 23px;
  cursor: pointer;
  left: 0px;
  right: 0px;
  transition: all 0.3s ease;
  margin: auto;
  border: 3px solid #ffe600;
  background-color: rgba(111, 111, 111, 0.68);
  border-radius: 50px;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
}

.home-down.mainPage {
  position: absolute;
  bottom: 80px;
  z-index: 100;
  text-align: center;
}

.home-down.inPage {
  bottom: 80px;
  position: fixed;
  z-index: 10;
  text-align: center;
}

.home-down:hover {
  background-color: #ffe600;
}

a.home-down img {
  width: 20px;
}

.arrowAnimate.inPage {
  margin-right: 2px;
}

.projectText {
  max-width: 700px;
  padding: 0px 15px;
  margin: auto;
}

.moreImages img {
  width: 100%;
}

.home-down-wp {
  cursor: pointer;
  position: fixed;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  font-size: 20px !important;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  background: #292929;
  color: #ffffff;
  border: solid 1px #4c4c4c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.home-down-wp:hover,
.home-down-wp:focus {
  color: #000;
  background-color: #00b4d9;
  border: 0;
  transition: all ease 0.3s;
}

.home-down-wp.selected {
  color: #fff !important;
}

.home-down-wp.selected:after {
  width: 0;
  content: none;
}

.home-down-wp:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.home-down-wp:focus {
  color: #fff;
}

/*------------------------ 4 Portfolio ------------------------*/

.portfolio_filter {
  text-align: center;
}

.portfolio_filter ul {
  margin: auto;
  display: inline-block;
}

.portfolio_filter ul li {
  font-size: 12.5px;
  color: #999999;
  line-height: 24px;
  float: left;
  margin-right: 15px;
  list-style: none;
  cursor: pointer;
}

.isotope_items {
  min-height: 760px;
}

.single_item img {
  width: 100%;
  transition: all ease 0.3s;
}

.single_item {
  margin-bottom: 30px;
  cursor: pointer;
}

.single_round img {
  width: 100%;
  transition: all ease 0.3s;
}

.single_round {
  margin-bottom: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.work-info h3 {
  font-size: 2.8em;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.work-info h4 {
  font-size: 1.6em;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.work-info hr {
  border: 2px solid #ffe600;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.portfolio-btn {
  text-align: center;
}

.work-inner {
  position: relative;
}

.work-overlay {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.overlay-in {
  display: table;
  height: 100%;
  width: 100%;
}
.work-links img {
  width: 141px;
}

.work-info {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 40px;
  position: relative;
  text-align: right;
}

.overlay-in p {
  font-size: 20px;
  margin: auto;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  opacity: 0;
  line-height: 26px;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.overlay-in .work-links {
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.overlay-in .work-links a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background-color: #ffe600;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  opacity: 1;
  display: block;
  background-image: url(../../images/digital/navigation/arrowLeft.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
}

.overlay-in .work-links a:hover {
  transition: all 0.3s ease;
  border: 3px solid #ffe600;
  background-color: rgba(111, 111, 111, 0.68);
  background-image: url(../../images/digital/navigation/arrowLeft_yellow.svg);
}

.work-inner:hover > .work-overlay,
.single_item:focus .work-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-inner:hover .overlay-in p,
.work-inner:hover .work-info h3,
.work-inner:hover .work-info h4,
.work-inner:hover .work-info hr,
.single_item:focus .overlay-in p,
.single_item:focus .work-info h3,
.single_item:focus .work-info h4,
.single_item:focus .work-info hr {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
}

.work-inner:hover .overlay-in .work-links,
.single_item:focus .overlay-in .work-links {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
}

/*------------------------ 8 Contact ------------------------*/

.form-input {
  width: 100%;
  height: 45px;
  padding-right: 15px;
  border: solid 1px #dadada;
  border-radius: 0px;
  font-size: 1em;
  color: #bebebe;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-input:hover {
  background-color: #fffbd2;
  color: #000;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-input:focus {
  background-color: #f3f3f3;
  color: #000;
  border: 1px solid #000000;
  outline: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-input::placeholder {
  color: #9e9e9e;
  font-weight: 200;
}

.submitBtn {
  width: 100%;
  background-color: #ffe600;
  border: none;
  padding: 9px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 12px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.submitBtn:hover {
  color: #ffe600;
  background-color: #333333;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*------------------------ 9 Footer ------------------------*/

footer {
  background: #2a2f36;
  padding: 30px;
  margin-top: 0;
  direction: ltr;
  position: relative;
  z-index: 10;
  position: relative;
}

footer h3 {
  color: #999;
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 10px;
}

.nessLogoFooter {
  width: 180px;
  margin-bottom: 10px;
}

footer a {
  color: #ffe600;
}

footer a:hover {
  color: #fff;
}

.arrowUpBtn {
  width: 30px;
  position: absolute;
  right: 20px;
  top: -14px;
}

.wrapper-parallax {
  background: #fff;
  margin-bottom: 209px;
}

.content {
  position: relative;
  z-index: 1;
  background: white;
  min-height: 500px;
}

.copyright-text {
  padding: 0 200px;
}

.copyright-text hr {
  border-top: 1px solid #353535;
}

footer {
  width: 100%;
}

footer .social {
  height: 30px;
}

footer .social a {
  color: #fff;
  font-size: 15px;
  margin: 0 15px;
  transition: all ease 0.3s;
}

footer .social a:hover {
  transition: all ease 0.3s;
  opacity: 0.5;
}

/* close work page */
.work-close {
  position: fixed;
  top: 35px;
  right: 35px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #ffe600;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  opacity: 1;
  display: block;
  background-image: url(../../images/digital/navigation/closeX.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  z-index: 100;
}

.work-close:hover {
  transition: all 0.3s ease;
  border: 3px solid #ffe600;
  background-color: rgba(111, 111, 111, 0.68);
  background-image: url(../../images/digital/navigation/closeX_yellow.svg);
}

.nextProject,
.prevProject {
  height: 130px;
  display: block;
  width: 260px;
  background-color: #2a2f36;
  position: fixed;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 80;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nextProject {
  right: -130px;
  -webkit-box-shadow: 5px 4px 5px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 5px 4px 5px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 5px 4px 5px 1px rgba(0, 0, 0, 0.18);
}

.prevProject {
  left: -130px;
  -webkit-box-shadow: -5px 4px 5px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -5px 4px 5px 1px rgba(0, 0, 0, 0.18);
  box-shadow: -5px 4px 5px 1px rgba(0, 0, 0, 0.18);
}

.nextProject:hover {
  right: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.prevProject:hover {
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.prevProject img,
.nextProject img {
  position: absolute;
  top: 0;
  height: 100%;
}

.prevProject img {
  right: 0;
}

.nextProject img {
  left: 0;
}

.nextProject h3,
.prevProject h3 {
  color: #fff;
  font-size: 2.3em;
  font-weight: 200;
  width: 100px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 2px;
  line-height: 31px;
}

.prevProject h3 {
  left: 15px;
}

.nextProject hr,
.prevProject hr {
  border-top: 2px solid #ffe600;
  margin-top: 21px;
  position: absolute;
  top: 50px;
  width: 100px;
}

.nextProject hr {
  right: 10px;
}

.prevProject hr {
  left: 15px;
}

.nextProject h4,
.prevProject h4 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  top: 80px;
  width: 100px;
}

.prevProject h4 {
  left: 15px;
}

.prevProject button,
.nextProject button {
  position: absolute;
  top: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  cursor: pointer;
  border: 3px solid #ffe600;
  background-color: rgba(111, 111, 111, 0.68);
  border-radius: 50px;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.prevProject button {
  right: 40px;
  background-image: url(../../images/digital/navigation/arrowLeft_yellow.svg);
}

.nextProject button {
  left: 40px;
  background-image: url(../../images/digital/navigation/arrowRight_yellow.svg);
}

.nextProject:hover button,
.prevProject:hover button {
  background-color: #ffe600;
  outline: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.nextProject:hover button {
  background-image: url(../../images/digital/navigation/arrowRight.svg);
}

.prevProject:hover button {
  background-image: url(../../images/digital/navigation/arrowLeft.svg);
}

/* back to top */

.backtop {
  cursor: pointer;
  position: fixed;
  bottom: 84px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  background: #292929;
  color: #ffffff;
  border: solid 1px #4c4c4c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  font-size: 12px;
}

.backtop:hover {
  color: #fff;
  border: 0;
  transition: all ease 0.3s;
}

.backtop.selected {
  color: #fff !important;
}

.backtop.selected:after {
  width: 0;
  content: none;
}

/*------------------------ 14 Responsive ------------------------*/

@media screen and (max-width: 1600px) {
  .formBlock {
    top: 50%;
  }
}

@media screen and (max-width: 1440px) {
  video.videoHome {
    width: 111%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1366px) {
  video.videoHome {
    width: 100%;
  }
}

@media screen and (max-width: 1360px) {
  video.videoHome {
    width: 101%;
  }
}

@media screen and (max-width: 1280px) {
  .mobileCover {
    right: 0px;
  }

  .textBubble {
    left: 50px;
  }

  .carTheam1 .carusel {
    margin-right: 690px;
  }

  video.videoHome {
    width: 111%;
  }

  .what-we-do-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .work-links img {
    width: 80px;
  }

  .overlay-in p {
    font-size: 20px;
    bottom: 40px;
  }

  .igulPosition1 {
    left: 310px;
    top: 60px;
  }

  .igulSize-2 {
    width: 160px;
    height: 160px;
  }

  .igulSize-2 p {
    font-size: 20px;
    line-height: 30px;
  }
}

/*max Width 1024px */

@media screen and (max-width: 1024px) {
  .floreContent.contentAnim {
    padding-right: 0px;
  }

  .what-we-do-container.whatAnim {
    padding-top: 0px;
  }

  #skills .center-title.titleAnim {
    padding-left: 0px;
  }

  .logoSliderOuter {
    max-width: 525px;
    margin: auto;
  }

  div#sliderLogo1 {
    max-width: inherit;
  }

  p.caruText {
    font-size: 16px;
  }

  img.lineSlider {
    right: -40px;
  }

  .floreContent {
    max-width: 820px;
  }

  .carTheam1 .carusel {
    margin-right: 544px;
    padding-top: 0px;
  }

  .carTheam1 {
    top: -40px;
    position: relative;
  }

  .carusel .cr-side .cr-item .cr-container p {
    font-size: 20px;
  }

  .textBubble {
    width: 280px;
    top: -10px;
    min-height: 240px;
  }

  .floatingMenu li:first-child {
    padding-right: 0px;
  }

  video.videoHome {
    width: 134%;
  }

  .col-md-9.menuRight,
  .col-md-3.logoLeft {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo.menu-logo {
    margin-right: 0px;
  }

  ul.nav-menu {
    margin-right: -15px;
  }

  nav ul li a {
    font-size: 1.2em;
  }

  .nav-fixed ul li a {
    font-weight: 200;
  }

  .page-cover {
    height: 60vh;
    background-size: contain;
  }

  .home-down.inPage {
    top: 60px;
    position: fixed;
  }

  .igulPosition3 {
    right: 135px;
    top: 55px;
  }

  .igulPosition11 {
    top: 355px;
    right: 138px;
  }

  .igulPosition7 {
    right: 280px;
    top: 250px;
  }

  .igulPosition9 {
    left: 305px;
    top: 410px;
  }

  .igulPosition8 {
    right: 460px;
    top: 240px;
  }

  .overlay-in p {
    font-size: 1.2em;
    bottom: 20px;
  }
}

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

/*max Width 992px */

@media screen and (max-width: 991px) {
  .formBlock {
    display: block;
  }
}

/*max Width 768px */

@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
  }

  .nextProject,
  .prevProject {
    display: none;
  }

  .what-we-do-container {
    min-height: 670px;
  }

  .carTheam1 .carusel {
    margin: auto;
  }

  .carTheam1 {
    top: 360px;
  }

  .textBubble {
    width: 500px;
    top: 400px;
    margin: auto;
    left: 0;
    right: 0;
    min-height: 140px;
  }

  img.lineSlider {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: inherit;
    top: -115px;
    right: -127px;
  }

  .floreContent {
    max-width: 560px;
  }

  video.videoHome {
    width: 237%;
    margin-right: -690px;
  }

  .home-content h1:nth-child(1) {
    font-size: 3em;
  }

  .home-content h2 {
    font-size: 34px;
    line-height: 20px;
  }

  
  .home-content .yelowRoundAfter {
    font-size: 34px;
    line-height: 20px;
  }

  .responsive {
    display: block;
  }

  div#MainMenuNavigation {
    display: none;
  }

  .floatingMenu {
    display: inherit;
  }

  .nav-menu li,
  nav.floatingMenu li {
    float: none;
  }

  .motivationContainer {
    min-height: 790px;
  }

  .igulPosition2 {
    left: 465px;
    top: -10px;
  }
  .igulPosition4 {
    right: 390px;
    top: 580px;
  }
  .igulPosition8 {
    right: 540px;
    top: 100px;
  }
  .igulPosition3 {
    right: 172px;
    top: 375px;
  }
  .igulPosition1 {
    left: 280px;
    top: 65px;
  }
  .igulPosition11 {
    top: 544px;
    right: 128px;
  }
  .igulPosition7 {
    right: 240px;
    top: 240px;
  }

  .igulPosition6 {
    right: 30px;
    top: 250px;
  }

  .igulPosition14 {
    left: 569px;
    top: 431px;
  }

  .nav-menu {
    width: 100%;
    background: #fff;
    display: none;
  }

  .nav-scroll {
    height: 370px;
    overflow: hidden;
    position: relative;
  }

  ul.nav-menu {
    margin-right: 0px;
    padding: 15px 30px;
  }

  .nav-menu li a {
    line-height: 24px;
    font-size: 20px;
    color: #000;
    text-align: right;
  }

  nav ul li a.selected {
    color: #000;
    font-weight: 500;
  }

  nav.floatingMenu li:first-child:after {
    display: inherit;
  }

  .floatingMenu li:first-child {
    padding-right: 15px;
  }

  .contact-information {
    margin-top: 0px;
    max-width: 300px;
    margin: auto;
    float: none;
    padding-bottom: 15px;
  }

  .contact-information p {
    line-height: 10px;
  }

  .contact-information a {
    padding-top: 10px;
  }

  .formBlock {
    padding: 20px 15px;
    max-width: 590px;
  }

  .page-cover {
    height: 40vh;
  }

  .skill-list:first-child {
    margin-bottom: 70px;
  }

  nav.floatingMenu li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 15px;
  }

  .portfolio_filter ul {
    margin-top: 15px;
  }

  .portfolio_filter ul li {
    line-height: 32px;
    border: solid 1px #efefef;
    margin-bottom: 10px;
    padding: 0 11px;
    width: 45%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}

/*max Width 600px */
@media screen and (max-width: 600px) {
  .motiveText h2 {    
    width: auto;
  }
}

/* Tiny Carousel */

#slider1 .viewport {
  min-height: 510px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

#slider1 .buttons {
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #ffe600;
  background-color: rgba(111, 111, 111, 0.68);
  border-radius: 50px;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.18);
  z-index: 20;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sliderOuter {
  position: relative;
}

#slider1 .next {
  background-image: url(../../images/digital/navigation/arrowRight_yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  position: absolute;
  right: 20px;
  top: -10px;
  bottom: 0;
  margin: auto;
}

#slider1 .next:hover,
#slider1 .next:focus {
  background-image: url(../../images/digital/navigation/arrowRight.svg);
}

#slider1 .prev {
  background-image: url(../../images/digital/navigation/arrowLeft_yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  position: absolute;
  left: 20px;
  top: -10px;
  bottom: 0;
  margin: auto;
}

#slider1 .prev:hover,
#slider1 .prev:focus {
  background-image: url(../../images/digital/navigation/arrowLeft.svg);
}

#slider1 .buttons:hover,
#slider1 .buttons:focus {
  background-color: #ffe600;
  outline: none;
}
#slider1 .disable {
  visibility: hidden;
}

#slider1 .overview {
  list-style: none;
  width: 4540px;
  margin: auto;
  position: absolute;
  left: 0px;
  padding-top: 25px;
}

#slider1 .overview li {
  float: left;
}

.member {
  width: 320px;
  min-height: 450px;
  padding: 20px;
  margin-left: 1px;
  position: relative;
  transition: all 0.3s ease-in-out;
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  Firefox 10+, Firefox on Android    
   -webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; */
}

.member:hover,
.member:focus {
  transform: scale(1.1);
  z-index: 10;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.topmember {
  background-color: #ffe600;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.bottomember {
  border-bottom: 5px solid #000;
  height: 175px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.member h3 {
  color: #fff;
  font-size: 34px;
  text-align: left;
  font-weight: 200;
  position: absolute;
  bottom: 35px;
  z-index: 1;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.99);
  left: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.member h4 {
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 1;
  font-size: 1.6em;
  font-weight: 300;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.99);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  direction: ltr;
}

.teamText {
  display: none;
  position: absolute;
  bottom: -110px;
  width: 285px;
  height: 100px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.teamText p {
  font-weight: 200;
  font-size: 1.3em;
  color: #333;
}

.member:hover .topmember,
.member:hover .bottomember,
.member:hover h3,
.member:hover h4,
.member:hover .teamText,
.member:focus .topmember,
.member:focus .bottomember,
.member:focus h3,
.member:focus h4,
.member:focus .teamText {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

/*@media screen and (max-width: 670px) {


    
    
}*/

/*min Width 375px */
@media screen and (max-width: 670px) {
  .igulPosition1,
  .igulPosition4,
  .igulPosition3,
  .igulPosition6,
  .igulPosition7,
  .igulPosition8,
  .igulPosition11,
  .igulPosition12,
  .igulPosition14,
  .igulPosition13 {
    display: none;
  }

  .home:before {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .inner-circle {
    display: none;
  }

  .page-cover {
    height: 70vh;
  }

  a.home-down.inPage {
    display: none;
  }

  .logoSliderOuter {
    max-width: 245px;
  }

  .centerd {
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
  }

  .floreContent p {
    font-size: 1.2em;
  }

  .floreContent {
    max-width: 300px;
  }

  .my_features {
    height: inherit;
  }

  .itemsRow {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cr-carusel-outer {
    max-width: 320px;
  }

  .sliderBlackIconContainer .carusel .cr-side {
    height: 146px;
  }

  .sliderBlackIconContainer {
    right: 34px;
    top: 40px;
  }

  .mobileCover {
    width: 300px;
    background-size: 320px;
    height: 225px;
    right: inherit;
    left: inherit;
    position: inherit;
    margin: auto;
  }

  .carusel {
    width: 231px;
  }

  .carTheam1 {
    top: 195px;
  }

  #toolsMarketingAutomationlItem p {
    font-size: 16px;
  }

  span.next.arrowRight {
    right: -13px;
    top: 50px;
  }

  span.prev.arrowLeft {
    left: -13px;
    top: 50px;
  }

  .textBubble {
    width: 300px;
    top: 230px;
    min-height: 230px;
  }

  img.lineSlider {
    display: none;
  }

  .sliderBlackIconContainer .carusel .cr-side .cr-item .cr-container img {
    width: 231px;
  }

  .what-we-do-container {
    padding: 0px;
    min-height: 530px;
  }

  section#skills .container-fluid {
    padding: 0px;
    margin: inherit;
  }

  section#skills {
    display: flex;
    justify-content: center;
  }

  video.videoHome {
    display: none;
  }

  .center-title {
    padding: 0px;
  }

  .homeContentFloatingBox {
    width: 81%;
    padding-right: 10px;
  }

  .home-content h1:nth-child(1) {
    line-height: 32px;
    margin-top: 0px;
    font-size: 2em;
  }

  .home-content h2 {
    font-size: 1.6em;
  }

  .home-content .yelowRoundAfter {
    font-size: 26px;
  }

  .logosContainer {
    padding: 0px 15px;
  }

  .formBlock {
    padding: 15px;
    top: 61%;
  }

  .copyright-text {
    padding: 0px 0px 50px 0px;
  }

  #slider1 .overview {
    margin-left: 27px !important;
  }

  .motivationContainer {
    min-height: 790px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
  }

  .igulGlobal {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    margin: 10px;
  }

  #map {
    height: 910px;
  }

  section.home {
    background-size: 360%;
    background-attachment: inherit;
    height: 100vh !important;
  }

  .center-title h1,
  .center-title h2 {
    width: 270px;
  }
}

@media screen and (max-width: 444px) {
  .page-cover {
    height: 25vh;
  }

  /* tips */
  .goBack-menu a {
    margin-right: 10px;
  }

  .innerPage-logo {
    left: 10px;
    width: 115px;
    top: 16px;
  }

  .tipsInner-body {
    padding-top: 70px;
  }

  .tipsContainer {
    justify-content: center;
  }

  /* tips */
}

@media screen and (max-width: 320px) {
  .floreContent {
    max-width: 220px;
  }

  .homeContentFloatingBox {
    width: 100%;
    padding-right: 10px;
  }

  .logosContainer {
    padding: 0px 5px;
  }

  #slider1 .overview {
    margin-left: 0px !important;
  }

  .form-input {
    margin-bottom: 5px;
  }

  .submitBtn {
    margin-top: 10px;
  }

  .textBubble {
    width: 232px;
  }

  .mobileCover {
    width: 232px;
    background-image: none;
  }

  .sliderBlackIconContainer {
    right: 0px;
  }

  span.next.arrowRight {
    right: -33px;
  }

  span.prev.arrowLeft {
    left: -33px;
  }
}
