@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
p {
  font-size: 19px;
  line-height: 150%;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  p {
    font-size: 16px;
  }
}
.dark .owl-nav button i {
  background-image: url("/media/general/ar-light.svg");
}
.owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .owl-nav {
    top: -50px;
  }
}
.owl-nav button {
  margin: 0 5px;
  outline: none;
}
.owl-nav button i {
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("/media/general/ar-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .45;
}
.owl-nav button i.prev {
  transform: rotate(180deg);
}
.owl-nav button i:hover {
  opacity: .85;
}
.owl-dots {
  height: 0;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .blur {
    filter: blur(3px);
    transition-duration: 0.3s;
  }
}
::selection {
  color: #fff;
  background: #000;
}
::-moz-selection {
  color: #fff;
  background: #000;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:link {
  color: #fff;
  text-decoration: none;
}
input,
textarea {
  background: transparent;
  padding: 10px;
  font-size: 15px;
  color: #fff;
  border: none;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #f1ac1e;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}
.bullets {
  margin: 0 2em 0.75em 20px;
  list-style: none;
}
@media (max-width: 600px) and (orientation: portrait) {
  .bullets {
    margin: 0;
  }
}
.bullets li {
  line-height: 1.4rem;
}
.bullets li:before {
  content: "";
  border-color: transparent #f1ac1e;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
.bullets2 {
  list-style: none;
  flex-basis: 100%;
  position: relative;
}
.bullets2 li {
  margin: 5px 0;
  padding: 3px;
  font-size: 18px;
  position: relative;
  left: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  cursor: pointer;
}
.bullets2 li:hover {
  margin-left: 50px;
}
.bullets2 li:hover + p {
  display: block;
}
.bullets2 li:hover:before {
  opacity: 1;
}
.bullets2 li:before {
  content: "\00BB";
  margin-right: 20px;
  font-weight: 600;
  opacity: .4;
}
.bullets2 li::after {
  background: linear-gradient(to right,rgba(0,0,0,0.1),rgba(255,255,255,0));
  content: "";
  display: block;
  height: 1px;
  margin: 10px auto 0;
  width: 100%;
}
.bullets2 p {
  margin: 0 !important;
  position: absolute;
  color: #fff;
  padding: 10px;
  z-index: 1;
  display: none;
}
.bullets2.green li:before {
  color: #5cb155;
}
.bullets2.green p {
  background: #5cb155;
}
.bullets2.red li:before {
  color: #f1ac1e;
}
.bullets2.red p {
  background: #f1ac1e;
}
.bullets2.red li:before {
  color: #f1ac1e;
}
footer {
  position: fixed;
  bottom: 3px;
  right: 3px;
  color: #eee;
  font-size: 13px;
}
@media (max-width: 1024px) {
  footer {
    display: none;
  }
}
#home-main video {
  position: fixed;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #home-main video {
    min-height: 100vh;
    min-width: 100vw;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #home-main video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#home-main .overlay {
  z-index: 79;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  background: rgba(35,35,35,0.65);
}
#home-main .overlay>div {
  flex-basis: 100%;
}
#home-main .overlay #main-rotator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 260px);
  margin-top: 60px;
  font-weight: 400;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #home-main .overlay #main-rotator {
    margin-top: -70px;
  }
}
#home-main .overlay #main-rotator .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-basis: 100%;
}
#home-main .overlay #main-rotator .box #logo-around {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
#home-main .overlay #main-rotator .box #logo-around img {
  height: 60px;
  max-width: 85vw;
}
#home-main .overlay #main-rotator .box .aside-box {
  width: 100%;
  text-align: center;
  position: relative;
  top: 20px;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #home-main .overlay #main-rotator .box .aside-box {
    top: -5px;
  }
}
#home-main .overlay #main-rotator .box .aside-box span {
  font-family: 'RomanSD', serif;
  margin-top: 10px;
  font-weight: 100;
  color: #f1ac1e;
  margin-left: 0;
  font-size: 25px;
  letter-spacing: 10px;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #home-main .overlay #main-rotator .box .aside-box span {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
#home-main .overlay #services {
  height: 200px;
  display: flex;
  justify-content: center;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #home-main .overlay #services {
    display: none;
  }
}
#home-main .overlay #services>div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(1) .front,
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(1) .back a {
  background-image: url("/media/home/boxes/app.svg");
}
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(2) .front,
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(2) .back a {
  background-image: url("/media/home/boxes/calculator.svg");
}
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(3) .front,
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(3) .back a {
  background-image: url("/media/home/boxes/contact.svg");
}
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(4) .front,
#home-main .overlay #services>div:nth-child(1) .flip-box:nth-child(4) .back a {
  background-image: url("/media/home/boxes/calculator.svg");
}
#home-main .overlay #services>div .flip-box {
  width: 230px;
  height: 130px;
  max-width: 20vw;
  margin: 0 10px;
  float: left;
}
#home-main .overlay #services>div .flip-box div {
  display: flex;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: 20% auto;
  position: absolute;
  width: 230px;
  height: 130px;
  max-width: 20vw;
  transition: transform .3s linear 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#home-main .overlay #services>div .flip-box div a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: 20% auto;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
}
#home-main .overlay #services>div .flip-box div a span {
  font-size: 12px;
}
#home-main .overlay #services>div .flip-box > .front {
  transform: perspective(600px) rotateY(0deg);
  background-color: rgba(0,0,0,0.7);
  border: 1px solid #111;
}
#home-main .overlay #services>div .flip-box > .back {
  transform: perspective(600px) rotateY(180deg);
  background-color: rgba(25,25,25,0.7);
  border: 1px solid #f1ac1e;
}
#home-main .overlay #services>div .flip-box > .back a {
  background-color: rgba(241,172,30,0.8);
}
#home-main .overlay #services>div .flip-box:hover > .front {
  transform: perspective(600px) rotateY(-180deg);
}
#home-main .overlay #services>div .flip-box:hover > .back {
  transform: perspective(600px) rotateY(0deg);
}
#home-main .overlay #video-btn {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  margin-top: 100px;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #home-main .overlay #video-btn {
    margin-top: 50px;
  }
}
#home-main .overlay #video-btn>div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#home-main .overlay #video-btn>div .flip-box {
  width: 220px;
  height: 50px;
  margin: 0 10px;
  float: left;
}
#home-main .overlay #video-btn>div .flip-box div {
  display: flex;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: 20% auto;
  position: absolute;
  width: 220px;
  height: 50px;
  transition: transform .3s linear 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#home-main .overlay #video-btn>div .flip-box div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: 20% auto;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 2px;
}
#home-main .overlay #video-btn>div .flip-box div a span {
  font-size: 12px;
}
#home-main .overlay #video-btn>div .flip-box > .front {
  transform: perspective(600px) rotateY(0deg);
  background-color: rgba(0,0,0,0.7);
  border: 1px solid #111;
}
#home-main .overlay #video-btn>div .flip-box > .back {
  transform: perspective(600px) rotateY(180deg);
  background-color: rgba(25,25,25,0.7);
  border: 1px solid #f1ac1e;
}
#home-main .overlay #video-btn>div .flip-box > .back a {
  background-color: rgba(241,172,30,0.8);
}
#home-main .overlay #video-btn>div .flip-box:hover > .front {
  transform: perspective(600px) rotateY(-180deg);
}
#home-main .overlay #video-btn>div .flip-box:hover > .back {
  transform: perspective(600px) rotateY(0deg);
}
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgba(255,255,255,0.994);
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .about {
    height: 100vh;
  }
}
.about .wrapper {
  max-width: 800px;
  display: flex;
  margin: 200px 20px;
  flex-wrap: wrap;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .about .wrapper {
    margin: 100px 20px;
  }
}
.about .wrapper h1,
.about .wrapper p {
  flex-basis: 100%;
}
.about .wrapper h1 {
  margin-bottom: 40px;
  text-align: right;
  font-weight: 100;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .about .wrapper h1 {
    font-weight: 300;
    text-align: center;
  }
}
.about .wrapper p {
  text-align: justify;
  font-weight: 300;
}
.about .wrapper a {
  color: #000;
}
header {
  width: 100%;
  background-size: cover;
}
header video {
  position: fixed;
  width: 100vw;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  header {
    background-attachment: fixed;
  }
}
header.dark .overlay {
  background: linear-gradient(to top,rgba(0,0,0,0) 25%,rgba(125,185,232,0) 100%);
}
header.dark .overlay h1,
header.dark .overlay p {
  color: #fff !important;
}
header .overlay {
  flex-basis: 100%;
  background: linear-gradient(to top,#fff 25%,rgba(125,185,232,0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .overlay h1,
header .overlay p {
  color: #000;
}
header .overlay .icon-scroll:before {
  background: rgba(0,0,0,0.3);
}
@media (min-width: 1900px) {
  header .overlay {
    height: 100vh;
  }
}
@media (min-width: 1026px) and (max-width: 1900px) {
  header .overlay {
    height: 100vh;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  header .overlay {
    height: 100vh;
  }
}
@keyframes scroll {
  header .overlay 0% {
    opacity: 0;
  }
  header .overlay 10% {
    transform: translateY(0);
    opacity: 1;
  }
  header .overlay 100% {
    transform: translateY(35px);
    opacity: 0;
  }
}
header .overlay .ball {
  height: 20px;
  width: 20px;
  background: #fff;
  animation: 2s infinite alternate slidein;
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-radius: 10px;
}
header .overlay .ball.dark {
  background: #333;
}
header .overlay .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .overlay .box h1 {
  font-weight: 300;
  font-size: 56px;
  z-index: 6;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  header .overlay .box h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
  }
}
header .overlay .box p {
  max-width: 1100px;
  margin: 10px;
  text-align: center;
  font-size: 18px;
  z-index: 6;
  font-weight: 500;
  shape-outside: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  header .overlay .box p {
    font-size: 15px;
  }
}
#subpage-start {
  z-index: 2;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
#subpage-start .video-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%,-50%);
}
#subpage-start .main-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  box-sizing: border-box;
  background-size: cover;
}
#subpage-start .main-bg .overlay {
  background-color: rgba(35,35,35,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 5;
  height: 100vh;
}
#subpage-start .main-bg .overlay .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#subpage-start .main-bg .overlay .box h1 {
  color: #fff;
  position: relative;
  margin: 5px;
  max-width: 90vw;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #subpage-start .main-bg .overlay .box h1 {
    text-align: left;
  }
}
#subpage-start .main-bg .overlay .box .rotate {
  margin: 0;
  color: #fff;
  font-size: 35px;
  height: 35px;
  margin-left: 9px;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #subpage-start .main-bg .overlay .box .rotate {
    display: flex;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #subpage-start .main-bg .overlay .box .rotate {
    font-size: 20px;
    height: 20px;
    text-align: left;
  }
}
#subpage-start .main-bg .overlay .box .rotate span {
  height: fit-content;
  background: rgba(0,0,0,0.5);
}
#subpage-start .main-bg .overlay .box .rotate div {
  display: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#square-portfolio {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #square-portfolio>div:nth-child(1) {
    order: 1;
  }
  #square-portfolio>div:nth-child(2) {
    order: 2;
  }
  #square-portfolio>div:nth-child(3) {
    order: 4;
  }
  #square-portfolio>div:nth-child(4) {
    order: 3;
  }
  #square-portfolio>div:nth-child(5) {
    order: 5;
  }
  #square-portfolio>div:nth-child(6) {
    order: 6;
  }
  #square-portfolio>div:nth-child(7) {
    order: 8;
  }
  #square-portfolio>div:nth-child(8) {
    order: 7;
  }
  #square-portfolio>div:nth-child(9) {
    order: 9;
  }
  #square-portfolio>div:nth-child(10) {
    order: 10;
  }
  #square-portfolio>div:nth-child(11) {
    order: 12;
  }
  #square-portfolio>div:nth-child(12) {
    order: 11;
  }
  #square-portfolio>div:nth-child(13) {
    order: 13;
  }
  #square-portfolio>div:nth-child(14) {
    order: 14;
  }
  #square-portfolio>div:nth-child(15) {
    order: 16;
  }
  #square-portfolio>div:nth-child(16) {
    order: 15;
  }
  #square-portfolio>div:nth-child(17) {
    order: 17;
  }
  #square-portfolio>div:nth-child(18) {
    order: 18;
  }
  #square-portfolio>div:nth-child(19) {
    order: 20;
  }
  #square-portfolio>div:nth-child(20) {
    order: 19;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #square-portfolio {
    grid-template-columns: 1fr;
  }
}
#square-portfolio>div {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}
#square-portfolio .port-des {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #square-portfolio .port-des {
    margin: 90px 0 0 0;
  }
}
#square-portfolio .port-des.left {
  background: #fff;
  color: #444;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #square-portfolio .port-des.left {
    text-align: right;
  }
  #square-portfolio .port-des.left p {
    text-align: right;
  }
  #square-portfolio .port-des.left .des-box span {
    justify-content: flex-end;
  }
  #square-portfolio .port-des.left .link-boxes {
    justify-content: flex-end;
  }
}
#square-portfolio .port-des.right {
  background: #eeedf5;
  color: #000;
  background: #fff;
  color: #444;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #square-portfolio .port-des.right p {
    text-align: left;
  }
  #square-portfolio .port-des.right .des-box span {
    justify-content: flex-start;
  }
}
#square-portfolio .port-des .des-box {
  color: #000;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #square-portfolio .port-des .des-box {
    width: 80%;
  }
}
#square-portfolio .port-des .des-box span {
  font-size: 60px;
  display: flex;
  font-weight: 300;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #square-portfolio .port-des .des-box span {
    font-size: 30px;
    justify-content: center;
    font-weight: 500;
  }
}
#square-portfolio .port-des .des-box p {
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #square-portfolio .port-des .des-box p {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 20px;
  }
}
#square-portfolio .noaudio .play {
  display: none;
}
#square-portfolio .hover-video {
  background-size: cover;
  position: relative;
}
#square-portfolio .hover-video.play .play-button {
  opacity: 0;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #square-portfolio .hover-video:nth-child(2) video,
  #square-portfolio .hover-video:nth-child(2) .play-button,
  #square-portfolio .hover-video:nth-child(6) video,
  #square-portfolio .hover-video:nth-child(6) .play-button,
  #square-portfolio .hover-video:nth-child(10) video,
  #square-portfolio .hover-video:nth-child(10) .play-button,
  #square-portfolio .hover-video:nth-child(14) video,
  #square-portfolio .hover-video:nth-child(14) .play-button {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%,10% 50%);
  }
  #square-portfolio .hover-video:nth-child(2) video:hover,
  #square-portfolio .hover-video:nth-child(6) video:hover,
  #square-portfolio .hover-video:nth-child(10) video:hover,
  #square-portfolio .hover-video:nth-child(14) video:hover {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%,13% 50%);
  }
  #square-portfolio .hover-video:nth-child(4) video,
  #square-portfolio .hover-video:nth-child(4) .play-button,
  #square-portfolio .hover-video:nth-child(7) video,
  #square-portfolio .hover-video:nth-child(7) .play-button,
  #square-portfolio .hover-video:nth-child(8) video,
  #square-portfolio .hover-video:nth-child(8) .play-button,
  #square-portfolio .hover-video:nth-child(11) video,
  #square-portfolio .hover-video:nth-child(11) .play-button,
  #square-portfolio .hover-video:nth-child(12) video,
  #square-portfolio .hover-video:nth-child(12) .play-button,
  #square-portfolio .hover-video:nth-child(15) video,
  #square-portfolio .hover-video:nth-child(15) .play-button,
  #square-portfolio .hover-video:nth-child(19) video,
  #square-portfolio .hover-video:nth-child(19) .play-button {
    clip-path: polygon(0 0,100% 0,90% 50%,100% 100%,0 100%);
  }
  #square-portfolio .hover-video:nth-child(4) video:hover,
  #square-portfolio .hover-video:nth-child(7) video:hover,
  #square-portfolio .hover-video:nth-child(8) video:hover,
  #square-portfolio .hover-video:nth-child(11) video:hover,
  #square-portfolio .hover-video:nth-child(12) video:hover,
  #square-portfolio .hover-video:nth-child(15) video:hover,
  #square-portfolio .hover-video:nth-child(19) video:hover {
    clip-path: polygon(0 0,100% 0,87% 50%,100% 100%,0 100%);
  }
  #square-portfolio .hover-video.play img {
    opacity: 0;
  }
  #square-portfolio .hover-video.play video {
    transition-duration: .7s;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%,0% 50%) !important;
  }
}
#square-portfolio .hover-video:hover video {
  filter: saturate(100%);
}
#square-portfolio .hover-video video {
  width: 100%;
}
#square-portfolio .hover-video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0,0,0,0.1);
  background-image: url("/media/newport/play-button.svg");
  background-size: 80px 80px;
  transition-duration: .05s;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
#square-portfolio .hover-video .play-button.mobile {
  background-color: rgba(0,0,0,0.4);
}
#square-portfolio .hover-video .play-button:hover {
  background-size: 90px 90px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #square-portfolio .hover-video .play-button {
    background-position: center;
  }
}
#square-portfolio .hover-video .link-boxes {
  display: flex;
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 4;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #square-portfolio .hover-video .link-boxes {
    justify-content: center;
    left: 10px;
    top: 10px;
  }
}
#square-portfolio .hover-video .link-boxes a img {
  margin: 5px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #square-portfolio .hover-video .link-boxes a img {
    text-align: center;
    height: 25px;
  }
}
#fb-testimonials {
  background: rgba(25,25,25,0.7);
}
#fb-testimonials .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100vw;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #fb-testimonials .wrapper {
    padding: 30px 0;
  }
}
#fb-testimonials .wrapper .box {
  width: 800px;
  max-width: 90vw;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#fb-testimonials .wrapper .box .details {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
#fb-testimonials .wrapper .box .details .avatar {
  position: relative;
  display: flex;
}
#fb-testimonials .wrapper .box .details .avatar .fb-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: -10px;
  display: none;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #fb-testimonials .wrapper .box .details .avatar .fb-icon {
    width: 10px;
  }
}
#fb-testimonials .wrapper .box .details .avatar .profile-pic {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 20px rgba(25,25,25,0.8);
  filter: saturate(0);
}
#fb-testimonials .wrapper .box .details .avatar .name {
  flex-basis: 100%;
  text-align: center;
  margin: 5px;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #fb-testimonials .wrapper .box .details .avatar .name {
    font-size: 18px;
    margin: 0;
  }
}
#fb-testimonials .wrapper .box .details .company {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 6px 35px;
  border: 3px solid #fff;
  letter-spacing: 1px;
  opacity: .8;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #fb-testimonials .wrapper .box .details .company {
    display: none;
  }
}
#fb-testimonials .wrapper .box p {
  margin-top: 20px;
  text-align: justify;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #fb-testimonials .wrapper .box p {
    text-align: justify;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape) and (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) and (min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) and (max-width: 740px) and (orientation: landscape),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) and (max-width: 479px) and (orientation: portrait),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait) and (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait) and (min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait) and (max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait) and (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape) and (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(max-width: 740px) and (orientation: landscape) and (min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape) and (max-width: 740px) and (orientation: landscape),(max-width: 740px) and (orientation: landscape) and (max-width: 479px) and (orientation: portrait),(max-width: 479px) and (orientation: portrait) and (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) and (min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 479px) and (orientation: portrait) and (max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) and (max-width: 479px) and (orientation: portrait) {
  #fb-testimonials .wrapper .box p {
    margin-top: 10px;
  }
}
@keyframes colorchange {
  0% {
    background-color: rgba(62,138,226,0.5);
  }
  50% {
    background-color: rgba(66,90,117,0.8);
  }
  100% {
    background-color: rgba(62,138,226,0.5);
  }
}
.qa-slider {
  background-color: #3e8ae2;
  animation: colorchange 25s infinite;
  color: #fff;
}
.qa-slider .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 10px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .qa-slider .wrapper {
    padding: 50px 40px 0 40px;
  }
}
.qa-slider .wrapper .box {
  max-width: 1000px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .qa-slider .wrapper .box {
    max-width: 90vw;
  }
}
.qa-slider .wrapper .box h3 {
  margin: 15px 0;
  font-weight: 700;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .qa-slider .wrapper .box p {
    text-align: justify;
  }
}
#stripe-estimate {
  background: rgba(25,25,25,0.7);
  width: 100%;
  position: relative;
  z-index: 5;
}
#stripe-estimate .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
}
#stripe-estimate .overlay .box {
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#stripe-estimate .overlay .box a {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  width: 200px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
#stripe-estimate .overlay .box a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
#stripe-estimate .overlay .box h3 {
  margin: 15px 0;
  font-weight: 700;
  text-align: center;
}
#stripe-estimate .overlay .box p {
  margin: 0;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #stripe-estimate .overlay .box p {
    margin: 20px 0;
  }
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .motion-sqare.warm:hover .sqare-description {
    background: rgba(75,55,15,0.5);
  }
  .motion-sqare.green:hover .sqare-description {
    background: rgba(31,71,28,0.5);
  }
  .motion-sqare.blue:hover .sqare-description {
    background: rgba(29,63,103,0.5);
  }
  .motion-sqare.gray:hover .sqare-description {
    background: rgba(55,55,55,0.6);
  }
  .motion-sqare:hover .sqare-subpicture {
    clip-path: polygon(0% 0%,95% 0,100% 50%,95% 100%,0% 100%);
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare.warm .sqare-subpicture .overlay {
    background: rgba(75,55,15,0.5);
  }
  .motion-sqare.green .sqare-subpicture .overlay {
    background: rgba(31,71,28,0.5);
  }
  .motion-sqare.blue .sqare-subpicture .overlay {
    background: rgba(29,63,103,0.5);
  }
  .motion-sqare.gray .sqare-subpicture .overlay {
    background: rgba(55,55,55,0.6);
  }
}
.motion-sqare {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition-duration: .7s;
  z-index: 5;
  margin: 0 0;
  background: rgba(25,25,25,0.7);
}
.motion-sqare:hover .sqare-description {
  transition-duration: .7s;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .motion-sqare:hover .sqare-description {
    clip-path: polygon(0% 0%,95% 0,100% 50%,95% 100%,0% 100%);
    color: #fff;
  }
  .motion-sqare:hover .sqare-description .icon:nth-child(2) {
    opacity: 1 !important;
  }
  .motion-sqare:hover .sqare-description .button a {
    color: #fff;
    border-color: #fff;
  }
  .motion-sqare:hover .sqare-description a {
    color: #fff;
  }
}
.motion-sqare .sqare-description {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  flex-basis: 100%;
  padding: 50px 40px 80px;
  box-sizing: border-box;
  background: #eee;
  font-weight: 500;
  transition-duration: .7s;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .motion-sqare .sqare-description {
    clip-path: polygon(0% 0%,95% 0,95% 50%,95% 100%,0% 100%);
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare .sqare-description {
    padding: 0 20px 40px 20px;
  }
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .motion-sqare .sqare-description {
    flex-basis: 85%;
    left: 0%;
    transition-duration: .7s;
  }
}
.motion-sqare .sqare-description .icons {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100px;
  flex-basis: 100%;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .motion-sqare .sqare-description .icons {
    margin-bottom: 15px;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare .sqare-description .icons {
    position: relative;
    height: 300px;
    top: -260px;
    height: 0;
  }
  .motion-sqare .sqare-description .icons .hide-mobile {
    display: none;
  }
  .motion-sqare .sqare-description .icons .icon:nth-child(1) {
    opacity: 0;
  }
  .motion-sqare .sqare-description .icons .icon:nth-child(2) {
    opacity: 1 !important;
  }
}
.motion-sqare .sqare-description .icons .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  transition-duration: .7s;
}
.motion-sqare .sqare-description .icons .icon:nth-child(2) {
  opacity: 0;
}
.motion-sqare .sqare-description h2 {
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  flex-basis: 100%;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare .sqare-description h2 {
    position: relative;
    top: -145px;
    color: #fff;
    height: 0;
    font-size: 23px;
  }
}
.motion-sqare .sqare-description p {
  max-width: 800px;
  font-weight: 400;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare .sqare-description p {
    text-align: justify;
    margin: 40px 0 20px;
  }
}
.motion-sqare .sqare-description p a {
  color: #000;
  transition-duration: .7s;
}
.motion-sqare .sqare-description .button {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
.motion-sqare .sqare-description .button a {
  display: block;
  padding: 20px 40px;
  color: #000;
  border: 2px solid #000;
  width: fit-content;
  margin-top: 40px;
  font-weight: 600;
  border-radius: 2px;
  transition-duration: .3s;
  font-size: 15px;
}
.motion-sqare .sqare-description .button a:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare .sqare-description .button a {
    margin-top: 30px;
    padding: 15px 20px 15px 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #4c4c4c;
    background-image: url(/media/general/link.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 20px 20px;
  }
  .motion-sqare .sqare-description .button a:hover {
    color: #fff;
    background-color: #444;
    background-image: url(/media/general/link-w.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 20px 20px;
  }
}
.motion-sqare .sqare-picture {
  flex-basis: 85%;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare .sqare-picture {
    height: 300px;
    display: none;
  }
}
.motion-sqare .sqare-subpicture {
  background-size: cover;
  background-position: center;
  height: 100%;
  transition-duration: .7s;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .motion-sqare .sqare-subpicture {
    width: 85%;
    position: absolute;
    clip-path: polygon(0% 0%,95% 0,95% 50%,95% 100%,0% 100%);
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .motion-sqare .sqare-subpicture {
    width: 100%;
    height: 350px;
  }
  .motion-sqare .sqare-subpicture .overlay {
    width: 100%;
    height: 100%;
  }
  .motion-sqare .sqare-subpicture::after {
    content: "";
    width: 100%;
    height: 51px;
    background: #eee;
    border: black;
    display: flex;
    position: absolute;
    top: 300px;
    -webkit-clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0%,50% 100%);
  }
}
article {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 0;
  background: #fff;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  article {
    padding: 50px 20px;
  }
}
article h1,
article h2,
article h3,
article h4,
article p {
  max-width: 1000px;
}
article h2 {
  margin: 20px 0 70px 0;
  font-weight: 600;
  text-align: center;
  flex-basis: 100%;
}
article h2:after {
  background: #f1ac1e none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  margin: 15px auto -15px;
  width: 80px;
  font-size: 25px;
}
article h3 {
  font-weight: 600;
  flex-basis: 100%;
  margin-top: 30px;
}
article p {
  margin: 20px 0;
  font-weight: 400;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  article p {
    text-align: justify;
  }
}
article p.intro {
  font-weight: 600;
}
article a {
  color: #000 !important;
  font-weight: 600;
}
article a:hover {
  color: #fff !important;
  background: #000;
}
article img {
  align-self: center;
  width: 1000px;
  max-width: 100%;
  margin: 0;
}
article .container {
  max-width: 1000px;
  flex-basis: 100%;
  display: flex;
}
article .container.left {
  justify-content: flex-start;
}
article .container.right {
  justify-content: flex-end;
}
article .container.center {
  justify-content: center;
}
article .button {
  display: block;
  padding: 20px 60px;
  color: #000;
  border: 2px solid #000;
  width: fit-content;
  font-weight: 600;
  margin-top: 10px;
}
article .button:hover {
  background: #3e8ae2;
  color: #fff;
  border: 2px solid #3e8ae2;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  article .button {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
  }
}
.carousel {
  margin: 20px 0;
}
.carousel img {
  margin: 10px;
  height: 50px;
}
#blog-list {
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
  background: #f8f8f8;
  position: relative;
  justify-content: center;
  padding: 50px 10px;
}
#blog-list h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 40px 0 15px;
  font-weight: 700;
}
#blog-list>p {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#blog-list .article {
  display: flex;
  width: 1000px;
  max-width: 90vw;
  margin: 10px;
  background: #fff;
  flex-wrap: wrap;
  transition: all .1s ease-in-out;
}
#blog-list .article:hover {
  transform: scale(1.01);
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}
#blog-list .article .pic {
  flex-basis: 30%;
}
#blog-list .article .pic img {
  width: 100%;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #blog-list .article .pic {
    flex-basis: 100%;
  }
}
#blog-list .article .des {
  padding: 20px;
  flex-basis: 70%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #blog-list .article .des {
    flex-basis: 100%;
    padding: 10px;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #blog-list .article .des {
    justify-content: center;
  }
}
#blog-list .article .des span {
  width: 100%;
  text-align: right;
  opacity: .5;
  font-size: 14px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #blog-list .article .des span {
    text-align: center;
  }
}
#blog-list .article .des span:nth-child(1) {
  font-weight: 700;
}
#blog-list .article .des h3 {
  margin: 5px;
  font-weight: 600;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #blog-list .article .des h3 {
    text-align: center;
  }
}
#blog-list .article .des p {
  margin: 5px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #blog-list .article .des p {
    text-align: justify;
  }
}
.form {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.form input,
.form option,
.form textarea {
  font-size: 20px;
  color: #444;
  font-family: 'Lora', serif;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .form input,
  .form option,
  .form textarea {
    font-size: 17px;
  }
}
.form .category {
  color: #f1ac1e;
  font-weight: 600;
  margin: 40px 0 30px;
}
.form h3 {
  flex-basis: 100%;
  max-width: inherit;
  margin-bottom: 30px;
}
.form h3 span {
  color: #f1ac1e;
}
.form input {
  border: 1px solid #eee;
  padding: 30px;
  margin: 20px;
  flex-basis: 100%;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .form input {
    padding: 20px;
    margin: 10px;
  }
}
.form input:focus {
  outline: none !important;
  border: 1px solid #f1ac1e;
}
.form textarea {
  border: 1px solid #eee;
  margin: 20px;
  padding: 30px;
  flex-basis: 100%;
  min-height: 200px;
}
.form textarea:focus {
  outline: none !important;
  border: 1px solid #f1ac1e;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .form textarea {
    padding: 20px;
    margin: 10px;
  }
}
.form button {
  background-color: #f1ac1e;
  color: #fff;
  padding: 20px;
  font-family: 'Lora', serif;
  border: none;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  border-radius: 50px;
  margin: 50px 150px;
}
.form button:hover {
  background-color: #5cb155;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .form button {
    margin: 50px 80px 100px;
  }
}
.form .acc {
  font-weight: 600;
}
.form .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 20px;
  max-width: inherit;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .form .container {
    font-size: 18px;
  }
}
.form .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.form .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form .container input:checked ~ .checkmark {
  background-color: #f1ac1e;
}
.form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form .container input:checked ~ .checkmark:after {
  display: block;
}
.form .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.milestones-list {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.milestones-list div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.milestones-list div.done h3 {
  opacity: 1;
  color: #f1ac1e;
  margin-left: 45px;
}
.milestones-list div.done p {
  opacity: 1;
}
.milestones-list div.done span.progress {
  color: #f1ac1e;
}
.milestones-list div.current {
  padding-left: 40px;
  border-left: 2px #f1ac1e solid;
}
.milestones-list div.current h3 {
  opacity: 1;
}
.milestones-list div.current p {
  opacity: 1;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .milestones-list div {
    font-size: 17px;
  }
  .milestones-list div.current {
    padding-left: 20px;
  }
}
.milestones-list p {
  font-size: 20px;
  color: #444;
  font-family: 'Lora', serif;
  max-width: 1200px;
  opacity: 0.5;
  margin: 20px 0 10px 0;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .milestones-list p {
    font-size: 17px;
  }
}
.milestones-list .category {
  color: #f1ac1e;
  font-weight: 600;
  margin: 40px 0 30px;
}
.milestones-list h3 {
  max-width: inherit;
  opacity: 0.5;
  margin: 20px 0 30px 0;
}
.milestones-list h3 span {
  color: #f1ac1e;
}
.milestones-list h3 span.progress {
  color: #373737;
  opacity: 0.3;
  float: right;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .milestones-list h3 {
    font-size: 17px;
  }
}
.milestones-list .checkmark {
  display: none;
  position: relative;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f1ac1e;
  margin: 0px 20px 0 -45px;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .milestones-list .checkmark {
    font-size: 17px;
    top: 4px;
  }
}
.milestones-list .done .checkmark {
  display: inline-block;
}
.milestones-list .checkmark:after {
  display: block;
  content: "";
  position: relative;
}
.milestones-list .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home .sqare-picture {
  background-image: url("/media/home/steps-bg.jpg");
}
.home .motion-sqare:nth-child(1) .sqare-subpicture {
  background-image: url("/media/home/steps/1.jpg");
}
.home .motion-sqare:nth-child(2) .sqare-subpicture {
  background-image: url("/media/home/steps/2.jpg");
}
.home .motion-sqare:nth-child(3) .sqare-subpicture {
  background-image: url("/media/home/steps/3.jpg");
}
.home .motion-sqare:nth-child(4) .sqare-subpicture {
  background-image: url("/media/home/steps/4.jpg");
}
.home .motion-sqare:nth-child(5) .sqare-subpicture {
  background-image: url("/media/home/steps/5.jpg");
}
.home .motion-sqare:nth-child(6) .sqare-subpicture {
  background-image: url("/media/home/steps/6.jpg");
}
.home .motion-sqare:nth-child(7) .sqare-subpicture {
  background-image: url("/media/home/steps/7.jpg");
}
.home .motion-sqare:nth-child(8) .sqare-subpicture {
  background-image: url("/media/home/steps/8.jpg");
}
.web-dedicated header {
  background-image: url("/media/web-dedicated/header.jpg");
}
.web-dedicated .sqare-picture {
  background-image: url("/media/web-dedicated/steps-bg.jpg");
}
.web-dedicated .motion-sqare:nth-child(1) .sqare-subpicture {
  background-image: url("/media/web-dedicated/steps/1.jpg");
}
.web-dedicated .motion-sqare:nth-child(2) .sqare-subpicture {
  background-image: url("/media/web-dedicated/steps/2.jpg");
}
.web-dedicated .motion-sqare:nth-child(3) .sqare-subpicture {
  background-image: url("/media/web-dedicated/steps/3.jpg");
}
.web-dedicated .motion-sqare:nth-child(4) .sqare-subpicture {
  background-image: url("/media/web-dedicated/steps/4.jpg");
}
.seo header {
  background-image: url("/media/seo/header.jpg");
}
.seo .sqare-picture {
  background-image: url("/media/seo/steps-bg.jpg");
}
.seo .motion-sqare:nth-child(1) .sqare-subpicture {
  background-image: url("/media/seo/steps/1.jpg");
}
.seo .motion-sqare:nth-child(2) .sqare-subpicture {
  background-image: url("/media/seo/steps/2.jpg");
}
.seo .motion-sqare:nth-child(3) .sqare-subpicture {
  background-image: url("/media/seo/steps/3.jpg");
}
.google-ads header {
  background-image: url("/media/google-ads/header.jpg");
}
.google-ads .sqare-picture {
  background-image: url("/media/google-ads/steps-bg.jpg");
}
.portfolio {
  background: #d9d9d9;
}
.portfolio header {
  background-image: url("/media/portfolio/header.jpg");
  background-position: right;
}
#logos {
  padding: 100px 0;
}
#logos .owl-nav {
  top: 0;
  height: 0;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #logos {
    padding: 50px 0;
  }
}
.logo header {
  background-image: url("/media/logo/header.jpg");
}
.agencja-interaktywna header {
  background-image: url("/media/agencja-interaktywna/header.jpg");
}
.blog3 header {
  background-image: url("/media/blog/003/header.jpg");
}
.kielce-atrakcje-turystyczne {
  background-position: bottom;
}
.kielce-atrakcje-turystyczne header {
  background-image: url("/media/blog/002/bg.jpg");
}
.milestones header .overlay p {
  max-width: 600px;
}
.estimate #call-back,
.contact #call-back {
  display: none;
}
.estimate #mobile-phone,
.contact #mobile-phone {
  display: none;
}
#call-back {
  position: fixed;
  z-index: 168;
  left: 30px;
  bottom: 0;
  display: flex;
  display: none;
  align-items: flex-end;
  cursor: pointer;
  transition: all .1s ease-in-out;
}
#call-back img {
  height: 100px;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #call-back {
    transform: rotate(-90deg);
    right: -111px;
    bottom: 70px;
    display: none;
  }
}
#estimate-mini-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: -200px;
  transition: all .7s ease-in-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(25,25,25,0);
  z-index: -1;
}
#estimate-mini-box.on {
  transition: all .7s ease-in-out;
  opacity: 1;
  left: 0px;
  z-index: 81;
  background: rgba(25,25,25,0.5);
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box.on {
    background: #fff;
  }
}
#estimate-mini-box .wrapper {
  padding: 70px;
  max-width: 400px;
  background: #fff;
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: all .3s ease-in-out;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper {
    box-sizing: border-box;
    background: transparent;
  }
}
#estimate-mini-box .wrapper .title {
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 35px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper .title {
    text-align: center;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
#estimate-mini-box .wrapper .myname {
  text-align: center;
  flex-basis: 100%;
  font-weight: 600;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper .myname {
    text-align: center;
    margin-bottom: 5px;
  }
}
#estimate-mini-box .wrapper .avatar {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
#estimate-mini-box .wrapper .avatar img {
  width: 150px;
  height: 150px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper .avatar img {
    width: 75px;
    height: 75px;
  }
}
#estimate-mini-box .wrapper p {
  margin: 20px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper p {
    margin: 5px 5px 15px;
  }
}
#estimate-mini-box .wrapper #estimate-inputs {
  display: flex;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper #estimate-inputs {
    flex-wrap: wrap;
  }
}
#estimate-mini-box .wrapper #estimate-inputs #box-tel {
  color: #000;
  font-size: 20px;
  flex-basis: 100%;
  border: 1px solid #444;
  padding: 10px;
  text-align: center;
  width: 273px;
  border-radius: 0 !important;
  font-family: 'Lora', serif;
}
#estimate-mini-box .wrapper #estimate-inputs #box-tel::placeholder {
  color: #000;
  opacity: 1;
}
#estimate-mini-box .wrapper #estimate-inputs #box-tel:focus {
  outline: none;
}
#estimate-mini-box .wrapper #estimate-inputs #box-tel:focus::placeholder {
  opacity: .5;
}
#estimate-mini-box .wrapper #estimate-inputs #box-submit {
  font-size: 20px;
  background: #444;
  color: #fff;
  padding: 10px 25px;
  border: 2px solid #444;
  opacity: 1;
  cursor: pointer;
  font-family: 'Lora', serif;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper #estimate-inputs #box-submit {
    flex-basis: 100%;
  }
}
#estimate-mini-box .wrapper #estimate-inputs #box-submit:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
#estimate-mini-box .wrapper .estimate-close {
  background-image: url("/media/estimate/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -60px;
  right: -60px;
  cursor: pointer;
  z-index: 82;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #estimate-mini-box .wrapper .estimate-close {
    background-image: url("/media/estimate/close-mobile.svg");
    right: 10vw;
    top: 10px;
  }
}
@font-face {
  font-family: 'RomanSD';
  src: url('/css/fonts/Roman_SD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
#content {
  transition: all .5s ease-in-out;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .blur {
    filter: blur(3px);
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
nav {
  z-index: 80;
  transition: all .5s ease-in-out;
  font-family: 'Lora', serif;
  letter-spacing: 2px;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(25,25,25,0.9);
  }
  nav.sub-open {
    top: 100px;
  }
  nav.down {
    background: rgba(25,25,25,0.9);
  }
  nav #logo-nav {
    height: 30px;
    margin-left: 15px;
  }
  nav #fb-link {
    margin-left: 10px;
    opacity: .5;
  }
  nav #fb-link:hover {
    opacity: .8;
  }
  nav #fb-link img {
    height: 40px;
    opacity: .9;
  }
  nav #brief {
    margin-left: 10px;
  }
  nav #brief a {
    padding: 16px 30px;
    background-color: #f1ac1e;
    border-radius: 50px;
    transition: transform .25s ease;
  }
  nav #brief a:hover {
    transform: scale(1.15);
  }
  nav #steam {
    margin-left: 10px;
  }
  nav #steam a {
    transition: transform .25s ease;
  }
  nav #steam a:hover {
    transform: scale(1.15);
  }
  nav #steam img {
    width: 120px;
  }
  nav #nav-services {
    background: #f1ac1e;
  }
  nav .sub-menu {
    position: fixed;
    top: -100px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    transition-duration: .5s;
  }
  nav .sub-menu.sub-menu-open {
    top: 0;
  }
  nav .sub-menu .close-sub-menu {
    height: 50px;
    cursor: pointer;
    opacity: .5;
  }
  nav .sub-menu .close-sub-menu:hover {
    opacity: 1;
  }
  nav .sub-menu li {
    height: 100px;
  }
  nav .sub-menu li a {
    height: 100px;
    padding: 0 20px;
    transition: all .2s ease-in-out;
    margin: 0;
  }
  nav .sub-menu li a:hover {
    background: rgba(255,255,255,0.08);
  }
  nav .sub-menu li a img {
    height: 50px;
    max-width: 40px;
    margin-right: 20px;
  }
  nav ul {
    transition: all 3s ease-in-out;
    display: flex;
    align-items: center;
    padding-right: 40px;
  }
  nav ul li {
    display: flex;
  }
  nav ul li#nav-marketing-button a:before {
    background: #5cb155;
  }
  nav ul li#nav-software-button a:before {
    background: #3e8ae2;
  }
  nav ul li#nav-graphic-button a:before {
    background: #8f50c4;
  }
  nav ul li a {
    font-weight: 500;
    align-items: center;
    text-transform: lowercase;
    display: flex !important;
    cursor: pointer;
    justify-content: center;
    margin: 0 2px;
    color: #fff;
    border: none;
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  nav {
    position: relative;
    height: 0;
    width: 100vw;
  }
  nav #logo-nav {
    display: none;
  }
  nav.mobile-nav-open > ul {
    left: 0;
  }
  nav>ul {
    padding: 100px 20px 20px 20px;
    box-sizing: border-box;
    background: rgba(25,25,25,0.92);
    position: fixed;
    width: 100vw;
    top: 0;
    left: -100vw;
    transition: all .5s ease-in-out;
    height: 100vh;
  }
  nav>ul #fb-link {
    display: none;
  }
  nav>ul #brief {
    margin-top: 50px;
  }
  nav>ul #brief a {
    padding: 16px 30px;
    background-color: #f1ac1e;
    border-radius: 50px;
  }
  nav>ul #steam {
    margin-top: 50px;
  }
  nav>ul #steam img {
    width: 120px;
  }
  nav>ul>li {
    text-align: center;
  }
  nav>ul>li>a {
    color: #fff;
    padding: 10px;
    font-weight: 700;
  }
  nav>ul>li>ul {
    padding: 100px 20px 20px 20px;
    box-sizing: border-box;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    left: -100vw;
    z-index: 200;
    transition: all .5s ease-in-out;
  }
  nav>ul>li>ul.sub-menu-open {
    left: 0%;
  }
  nav>ul>li>ul#nav-services {
    background: #f1ac1e;
  }
  nav>ul>li>ul#nav-marketing {
    background: #5cb155;
  }
  nav>ul>li>ul#nav-software {
    background: #3e8ae2;
  }
  nav>ul>li>ul#nav-graphic {
    background: #8f50c4;
  }
  nav>ul>li>ul>li>a {
    padding: 10px;
    display: block;
    font-weight: 700;
  }
  nav>ul>li>ul>li>a>img {
    display: none;
  }
  nav>ul>li>ul .submenu-close-button {
    margin-top: 50px;
    height: 50px;
    background-image: url("/media/mobile-nav/return.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    opacity: .5;
  }
}
@media (min-width: 1024px) {
  #hamburger {
    display: none;
  }
}
@media (max-width: 1024px) {
  #hamburger {
    background-image: url("/media/mobile/hamburger.svg");
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 50px;
    width: 50px;
    z-index: 85;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease-in-out;
  }
  #hamburger.hamburger-inactive {
    right: -80px;
  }
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  #close-nav {
    display: none;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  #close-nav {
    background-image: url("/media/mobile/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 50px;
    width: 50px;
    z-index: 92;
    position: fixed;
    top: 0px;
    right: -80px;
    cursor: pointer;
    opacity: 0.8;
    transition: all .5s ease-in-out;
  }
  #close-nav.close-active {
    right: 0;
  }
}
@media (min-width: 1024px) {
  #logo-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  #logo-mobile {
    background-image: url("/media/mobile/logo.svg");
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 50px;
    width: 50px;
    z-index: 85;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 1;
  }
}
#mobile-phone {
  background-image: url(/media/mobile/mobile-phone.svg);
  background-color: #00a8ff;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 91;
  position: fixed;
  bottom: 24px;
  left: 24px;
  opacity: 1;
  border-radius: 100%;
  height: 60px !important;
  width: 60px !important;
}
@media (min-width: 1024px) {
  #mobile-phone {
    display: none;
  }
}
.nav-stripe {
  background: #000000;
  z-index: 70;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .nav-stripe {
    display: none;
  }
}
@media (max-width: 740px) and (orientation: landscape),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .register .nav-stripe,
  .register #is-icon {
    display: flex !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Lora', serif;
  color: #000;
}
#mobile-bg {
  display: none;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #mobile-bg {
    display: flex !important;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    background-image: url("/media/general/mobilebg.jpg");
    background-attachment: fixed;
    background-position: top left;
    background-size: auto 100%;
    height: 100% !important;
  }
}
.scroll-downs {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 60px;
  z-index: 15;
  opacity: .5;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .scroll-downs {
    display: none;
  }
}
.scroll-downs:hover .mousey {
  top: 20px;
}
.scroll-downs .mousey {
  transition-duration: .5s;
  width: 3px;
  padding: 10px 15px;
  height: 37px;
  border: 2px solid #000;
  border-radius: 25px;
  opacity: 1;
  box-sizing: content-box;
  top: 0;
  position: relative;
}
.scroll-downs .mousey .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #444;
  animation-name: scroll;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes slideLeftarrow {
  0% {
    left: 20px;
    opacity: 0;
  }
  50% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 20px;
    opacity: 0;
  }
}
@keyframes slideRightarrow {
  0% {
    right: 20px;
    opacity: 0;
  }
  50% {
    right: 0px;
    opacity: 1;
  }
  100% {
    right: 20px;
    opacity: 0;
  }
}
.fp-controlArrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-width: 0 !important;
  height: 50px !important;
  width: 50px !important;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .fp-controlArrow {
    height: 30px !important;
    width: 30px !important;
    opacity: .5;
  }
}
.dark .fp-controlArrow.fp-prev,
.dark .fp-controlArrow.fp-next {
  background-image: url("/media/general/arrow-light.svg");
}
.fp-controlArrow.fp-prev {
  background-image: url("/media/general/arrow-dark.svg");
  transform: rotate(90deg);
  animation-name: slideLeftarrow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 0;
}
.fp-controlArrow.fp-next {
  background-image: url("/media/general/arrow-dark.svg");
  transform: rotate(-90deg);
  animation-name: slideRightarrow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
#rotate {
  background-image: url("/media/general/rotate.png");
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #212121;
  z-index: 150;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 1025px) and (orientation: landscape) {
  #rotate {
    display: block;
  }
  #rotate.focused {
    display: none !important;
  }
}
.stay-hidden {
  display: none !important;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .fp-scroller,
  .iScrollVerticalScrollbar {
    transition-duration: .4s !important;
  }
}
@keyframes loading {
  0% {
    max-width: 0;
  }
}
.light .buttons .button {
  border: 2px solid #000;
  color: #000;
}
.dark .buttons .button {
  border: 2px solid #fff;
  color: #fff;
}
.dark .buttons .button:last-child {
  background: #fff;
  color: #000;
}
.buttons {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  margin-top: 20px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .buttons {
    flex-wrap: wrap;
  }
}
.buttons .button {
  display: block;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
  margin: 10px auto;
  text-align: center;
  margin: 5px;
  opacity: .8;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .buttons .button {
    flex-basis: 50%;
  }
  .buttons .button.back {
    display: none;
  }
}
.buttons .button:nth-child(1) {
  width: 100px;
}
.buttons .button:hover {
  opacity: 1;
}
#loader {
  position: fixed;
  z-index: 400;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url("../media/general/loader/1.jpg") no-repeat center;
  background-size: cover;
  animation: fade 17s infinite;
  -webkit-animation: fade 17s infinite;
}
.slide2 {
  background: url("../media/general/loader/2.jpg") no-repeat center;
  background-size: cover;
  animation: fade2 12s infinite;
  -webkit-animation: fade2 12s infinite;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact .content {
  background-image: url("../media/contact/bg.jpg");
  background-size: cover;
  background-position: left;
  display: flex;
  min-height: 100vh;
  box-sizing: border-box;
}
.contact .content.closed {
  background-image: url("../media/contact/closed.jpg");
}
.contact .content.open {
  background-image: url("../media/contact/open.jpg");
}
.contact .content.before {
  background-image: url("../media/contact/before.jpg");
}
.contact .content.weekend {
  background-image: url("../media/contact/weekend.jpg");
}
.contact .content.first {
  background-image: url("../media/contact/first.jpg");
}
.contact .content.last {
  background-image: url("../media/contact/last.jpg");
}
.contact .content .overlay {
  background: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-basis: 100%;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay {
    min-height: 100vh;
    flex-wrap: wrap;
    background: rgba(40,40,40,0.7);
  }
}
.contact .content .overlay #map {
  display: flex;
  flex-basis: 50%;
  height: 100vh;
  margin-top: 0;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay #map {
    display: none;
  }
}
.contact .content .overlay .contact-wrapper {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #191919;
}
@media (min-width: 1026px) and (max-width: 1900px) {
  .contact .content .overlay .contact-wrapper {
    margin-top: 10vh;
  }
}
@media (min-width: 1900px) {
  .contact .content .overlay .contact-wrapper {
    margin-top: 7vh;
  }
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay .contact-wrapper {
    color: #fff;
    padding: 65px 0;
    flex-basis: 90%;
  }
}
.contact .content .overlay .contact-wrapper>div {
  padding: 10px;
  flex-basis: 70%;
  border-bottom: 1px solid rgba(25,25,25,0.1);
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay .contact-wrapper>div {
    flex-basis: 100%;
  }
}
.contact .content .overlay .contact-wrapper>div>div,
.contact .content .overlay .contact-wrapper>div address {
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: left;
  padding-left: 76px;
  margin: 15px 0;
  opacity: 1;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay .contact-wrapper>div>div,
  .contact .content .overlay .contact-wrapper>div address {
    background-size: 40px;
  }
}
.contact .content .overlay .contact-wrapper>div>div:hover,
.contact .content .overlay .contact-wrapper>div address:hover {
  opacity: 1;
}
.contact .content .overlay .contact-wrapper>div>div.open,
.contact .content .overlay .contact-wrapper>div address.open {
  background-image: url("/media/footer/time_dark.svg");
}
.contact .content .overlay .contact-wrapper>div>div.map,
.contact .content .overlay .contact-wrapper>div address.map {
  background-image: url("/media/footer/map_dark.svg");
}
.contact .content .overlay .contact-wrapper>div>div.phone,
.contact .content .overlay .contact-wrapper>div address.phone {
  background-image: url("/media/footer/phone_dark.svg");
}
.contact .content .overlay .contact-wrapper>div>div.mail,
.contact .content .overlay .contact-wrapper>div address.mail {
  background-image: url("/media/footer/mail_dark.svg");
}
.contact .content .overlay .contact-wrapper>div>div.interstudio,
.contact .content .overlay .contact-wrapper>div address.interstudio {
  background-image: url("/media/contact/inter_studio.svg");
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay .contact-wrapper>div>div.open,
  .contact .content .overlay .contact-wrapper>div address.open {
    background-image: url("/media/contact/time_light.svg");
  }
  .contact .content .overlay .contact-wrapper>div>div.map,
  .contact .content .overlay .contact-wrapper>div address.map {
    background-image: url("/media/contact/map_light.svg");
  }
  .contact .content .overlay .contact-wrapper>div>div.phone,
  .contact .content .overlay .contact-wrapper>div address.phone {
    background-image: url("/media/contact/phone_light.svg");
  }
  .contact .content .overlay .contact-wrapper>div>div.mail,
  .contact .content .overlay .contact-wrapper>div address.mail {
    background-image: url("/media/contact/mail_light.svg");
  }
  .contact .content .overlay .contact-wrapper>div>div.interstudio,
  .contact .content .overlay .contact-wrapper>div address.interstudio {
    background-image: url("/media/contact/inter_studio_light.svg");
  }
}
.contact .content .overlay .contact-wrapper>div h3 {
  margin-bottom: 15px;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay .contact-wrapper>div h3 {
    line-height: 35px;
  }
}
.contact .content .overlay .contact-wrapper>div p {
  line-height: 35px;
}
.contact .content .overlay .contact-wrapper>div a {
  line-height: 35px;
  color: #191919;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay .contact-wrapper>div a {
    color: #fff;
  }
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  .contact .content .overlay .contact-wrapper>div {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}
.contact .content .overlay .contact-wrapper>div:nth-child(1) div {
  padding-left: 0 !important;
}
.contact .content .overlay .contact-wrapper>div:last-child {
  border-bottom: none !important;
}
.flip-box:hover > .front {
  transform: perspective(600px) rotateY(-180deg) !important;
}
.flip-box:hover > .back {
  transform: perspective(600px) rotateY(0deg) !important;
}
#portfolio-intro {
  background-image: url("../media/portfolio/video-bg.jpg");
  background-position: center;
  background-size: cover;
}
#portfolio-intro .fp-tableCell,
#portfolio-intro .fp-scroller {
  display: flex;
}
#portfolio-intro .fp-tableCell .portfolio-intro,
#portfolio-intro .fp-scroller .portfolio-intro {
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
  background: rgba(0,0,0,0.7);
}
#portfolio-intro .fp-tableCell .portfolio-intro .box,
#portfolio-intro .fp-scroller .portfolio-intro .box {
  display: flex;
  flex-wrap: wrap;
  max-width: 90vw;
  justify-content: center;
  align-items: center;
}
#portfolio-intro .fp-tableCell .portfolio-intro .box p,
#portfolio-intro .fp-scroller .portfolio-intro .box p {
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  flex-basis: 100%;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #portfolio-intro .fp-tableCell .portfolio-intro .box p,
  #portfolio-intro .fp-scroller .portfolio-intro .box p {
    display: none;
  }
}
#portfolio-intro .fp-tableCell .portfolio-intro .box .intro-button,
#portfolio-intro .fp-scroller .portfolio-intro .box .intro-button {
  text-align: center;
  font-size: 18px;
  border: 2px solid #fff;
  margin: 10px;
  display: flex;
}
@media (max-width: 479px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(min-width: 740px) and (max-width: 1025px) and (orientation: landscape) {
  #portfolio-intro .fp-tableCell .portfolio-intro .box .intro-button,
  #portfolio-intro .fp-scroller .portfolio-intro .box .intro-button {
    width: 90vw;
  }
}
#portfolio-intro .fp-tableCell .portfolio-intro .box .intro-button a,
#portfolio-intro .fp-scroller .portfolio-intro .box .intro-button a {
  color: #fff;
  padding: 15px;
  width: 100%;
}
#portfolio-intro .fp-tableCell .portfolio-intro .box .intro-button a:hover,
#portfolio-intro .fp-scroller .portfolio-intro .box .intro-button a:hover {
  background: #fff;
  color: #000;
}
.portfolio-box {
  position: relative;
}
.portfolio-box img {
  max-width: 100%;
}
.portfolio-box .fp-tableCell,
.portfolio-box .fp-scroller {
  background: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-box .fp-tableCell a,
.portfolio-box .fp-scroller a {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.portfolio-box .fp-tableCell a img,
.portfolio-box .fp-scroller a img {
  opacity: 0;
  max-width: 100%;
  max-height: 60vh;
}
.portfolio-box .fp-tableCell a .click-to-open,
.portfolio-box .fp-scroller a .click-to-open {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../media/portfolio/link.jpg");
  transition: opacity .5s ease-out;
  opacity: 0;
}
.portfolio-box .fp-tableCell a .click-to-open:hover,
.portfolio-box .fp-scroller a .click-to-open:hover {
  opacity: .9;
}
@keyframes scan {
  .portfolio-box 0% {
    background-position: center bottom;
  }
  .portfolio-box 70% {
    background-position: center top;
  }
  .portfolio-box 100% {
    background-position: center bottom;
  }
}
.portfolio-box:nth-child(2) a {
  background-image: url("../media/portfolio/norpol.jpg");
}
.portfolio-box:nth-child(3) a {
  background-image: url("../media/portfolio/mem-mobler.jpg");
}
.portfolio-box:nth-child(4) a {
  background-image: url("../media/portfolio/dingartnerkawa.jpg");
}
.portfolio-box:nth-child(5) a {
  background-image: url("../media/portfolio/bildrob.jpg");
}
.portfolio-box:nth-child(6) a {
  background-image: url("../media/portfolio/happysmile.jpg");
}
.portfolio-box:nth-child(7) a {
  background-image: url("../media/portfolio/slowniczek.jpg");
}
.portfolio-box:nth-child(8) a {
  background-image: url("../media/portfolio/crimson.jpg");
}
.portfolio-box:nth-child(9) a {
  background-image: url("../media/portfolio/fantastic.jpg");
}
.portfolio-box:nth-child(10) a {
  background-image: url("../media/portfolio/christiania.jpg");
}
.portfolio-box:nth-child(11) a {
  background-image: url("../media/portfolio/animus.jpg");
}
.portfolio-box:nth-child(12) a {
  background-image: url("../media/portfolio/modernhus.jpg");
}
.portfolio-box:nth-child(13) a {
  background-image: url("../media/portfolio/moderne-hus.jpg");
}
.portfolio-box:nth-child(14) a {
  background-image: url("../media/portfolio/krisbygg.jpg");
}
.portfolio-box:nth-child(15) a {
  background-image: url("../media/portfolio/sylwia.jpg");
}
.portfolio-box:nth-child(16) a {
  background-image: url("../media/portfolio/byggpol.jpg");
}
.portfolio-box:nth-child(17) a {
  background-image: url("../media/portfolio/trefix.jpg");
}
.portfolio-box:nth-child(18) a {
  background-image: url("../media/portfolio/hermes.jpg");
}
.portfolio-box:nth-child(19) a {
  background-image: url("../media/portfolio/litwin.jpg");
}
.portfolio-box:nth-child(20) a {
  background-image: url("../media/portfolio/marbygg.jpg");
}
.portfolio-box:nth-child(21) a {
  background-image: url("../media/portfolio/hostelincom.jpg");
}
.portfolio-box:nth-child(22) a {
  background-image: url("../media/portfolio/arthair.jpg");
}
.fp-tableCell,
.fp-tableCell {
  z-index: 1;
}
@media (min-width: 1026px) and (max-width: 1900px),(min-width: 1900px) {
  .fp-tableCell,
  .fp-tableCell {
    min-height: 100vh;
  }
}
@media (min-width: 1900px) {
  .fp-scroller {
    min-height: 93vh;
  }
}
@media (min-width: 1026px) and (max-width: 1900px) {
  .fp-scroller {
    min-height: 90vh;
  }
}
.fp-scrollable {
  width: 100%;
  height: 100vh;
  margin-top: 0;
}
.please-welcome {
  color: #5cb155;
  font-weight: 600;
}
.we-are-closed {
  color: #f1ac1e;
  font-weight: 600;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .service-box {
    padding: 15px;
    margin-bottom: 60px;
  }
}
.hover#one p {
  opacity: 1 !important;
  top: 0 !important;
}
.hover .service-move,
.hover .service-list,
.hover .service-header,
.hover .mobile {
  opacity: 1 !important;
  left: 0 !important;
  top: 0 !important;
}
.section {
  z-index: 2;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.section .video-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%,-50%);
}
.section.subpage-footer {
  background-color: #272929;
  color: #eee;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .section.subpage-footer {
    background-color: #272929;
  }
}
.section.subpage-footer .fp-tableCell {
  min-height: 100px !important;
}
.section.subpage-footer a:hover {
  color: #f1ac1e;
}
.section.subpage-footer #footer-boxes {
  display: flex;
  justify-content: center;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .section.subpage-footer #footer-boxes {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .section.subpage-footer #footer-boxes>div {
    flex-basis: 100%;
  }
}
.section.subpage-footer #footer-boxes>.department {
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,0.1);
  min-width: 300px;
  flex-basis: 33.3333%;
  box-sizing: border-box;
}
.section.subpage-footer #footer-boxes>.department:last-child {
  border-right: none;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .section.subpage-footer #footer-boxes>.department {
    padding: 30px 0;
    border: none;
  }
}
.section.subpage-footer #footer-boxes>.department .department-title {
  color: #919191;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  display: flex;
}
.section.subpage-footer #footer-boxes>.department .department-info {
  font-size: 17px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left;
  padding-left: 60px;
  margin: 30px 0;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .section.subpage-footer #footer-boxes>.department .department-info {
    font-size: 20px;
    line-height: 35px;
    margin: 10px 0;
  }
}
.section.subpage-footer #footer-boxes>.department .department-info.open {
  background-image: url("/media/footer/time.svg");
}
.section.subpage-footer #footer-boxes>.department .department-info.map {
  background-image: url("/media/footer/map.svg");
}
.section.subpage-footer #footer-boxes>.department .department-info.phone {
  background-image: url("/media/footer/phone.svg");
}
.section.subpage-footer #footer-boxes>.department .department-info.mail {
  background-image: url("/media/footer/mail.svg");
}
.section.subpage-footer #footer-boxes>.department .department-info.coffee {
  background-image: url("/media/footer/coffee.svg");
}
.section.subpage-footer #footer-boxes>.department .department-info.info {
  background-image: url("/media/footer/info.svg");
}
.section.subpage-footer #footer-boxes .important-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section.subpage-footer #footer-boxes .important-box .department-info {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  flex-basis: 100%;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .section.subpage-footer #footer-boxes .important-box .department-info {
    font-size: 20px;
  }
}
.section.subpage-footer #footer-boxes .important-box .large-text {
  font-size: 30px;
  line-height: 35px;
  margin: 10px 0 0 0;
  flex-basis: 100%;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .section.subpage-footer #footer-boxes .important-box .large-text {
    font-size: 20px;
    line-height: 35px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .section.subpage-footer #footer-boxes .important-box .department-info {
    padding-left: 0;
    text-align: left;
  }
}
.section.subpage-footer #footer-info {
  background: rgba(0,0,0,0.3);
  opacity: .3;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 15px;
  flex-basis: 100%;
  box-sizing: border-box;
}
.testimonials {
  background-image: url("/media/portfolio/video-bg.jpg");
  background-size: cover;
  background-position: left;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .testimonials {
    background-position: center;
    background-image: url("/media/portfolio/video-bg-mobile.jpg");
  }
}
.testimonials .overlay {
  background: rgba(0,0,0,0.7) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1;
}
.testimonials .overlay .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonials .overlay .wrapper a {
  margin: 50px 5px;
  border: 1px solid #fff;
  padding: 25px 35px;
  color: #fff;
  border-radius: 5px;
}
@media (min-width: 740px) and (max-width: 1025px) and (orientation: landscape),(min-width: 415px) and (max-width: 1025px) and (orientation: portrait),(max-width: 740px) and (orientation: landscape),(max-width: 479px) and (orientation: portrait) {
  .testimonials .overlay .wrapper a {
    width: 60vw;
    text-align: center;
    margin: 5px;
    padding: 20px 15px;
    text-transform: uppercase;
  }
}
.testimonials .overlay .wrapper a:hover {
  background: #fff;
  color: #000;
}
.general-service {
  background: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.general-service strong {
  background-image: -webkit-linear-gradient(top,transparent 0,#000 0);
  background-repeat: no-repeat;
  background-position-y: 21px;
}
.general-service a {
  color: #000;
  font-weight: 500;
}
.general-service a:hover {
  text-decoration: underline;
}
.general-service .full {
  width: 100%;
}
@keyframes bg {
  0% {
    background-size: 0 14px, 14px 0, 0 14px, 14px 0;
  }
  25% {
    background-size: 100% 14px, 14px 0, 0 14px, 14px 0;
  }
  50% {
    background-size: 100% 14px, 14px 100%, 0 14px, 14px 0;
  }
  75% {
    background-size: 100% 14px, 14px 100%, 100% 14px, 14px 0;
  }
  100% {
    background-size: 100% 14px, 14px 100%, 100% 14px, 14px 100%;
  }
}
