@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300,400,500,600");

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans" !important;
  font-weight: 300;
}
body {
  background: #eee;
}

html.overflow,
body.overflow {
  overflow: hidden;
}

*:active {
  outline: none;
  border: none;
}

*:focus {
  outline: 0;
}

.wrap {
  position: relative;
  overflow-x: hidden;
  max-width: 1440px;
  max-height: 100vh;
  margin: 0 auto;
  box-shadow: 0 0 15px #00000022;
  background: white;
}

.home-menu-fix {
  width: 100%;
  max-width: 1440px;
  position: fixed;
  z-index: 99;
}
.home-menu-fix .menu-toggle {
  position: absolute;
}

.menu-toggle {
  height: auto;
  width: 38px;
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99999;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  transform: rotate(0deg);
}
.menu-toggle.rotate {
  transform: rotate(360deg);
}

.menu-bar {
  background: #c50e0e;
  height: 80px;
  text-align: left;
}
.menu-bar a:not(.menu-toggle) img {
  height: 34px;
  padding: 23px 30px;
  background: white;
}

.logo {
  height: 100vh;
  width: 100%;
  position: relative;
}
.logo h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 111px;
}
.logo h1 .symbol {
  position: absolute;
  width: 98px;
  height: 94px;
  top: -40px;
  left: 158px;
  transform: scale(1.5);
}
.logo h1 .symbol img {
  transform: scale(1);
  opacity: 0;
  animation: logo_sym 0.4s linear forwards;
  position: absolute;
}
.logo h1 .symbol .logo_sym_1 {
  top: 22px;
  left: 21px;
  animation-delay: 1s;
}
.logo h1 .symbol .logo_sym_2 {
  top: 52px;
  left: 1px;
  animation-delay: 1.05s;
}
.logo h1 .symbol .logo_sym_3 {
  top: 0px;
  left: 61px;
  animation-delay: 1.1s;
}
.logo h1 .symbol .logo_sym_4 {
  top: 16px;
  left: 15px;
  animation-delay: 1.12s;
}
.logo h1 .symbol .logo_sym_5 {
  top: 44px;
  left: 70px;
  animation-delay: 1.08s;
}
.logo h1 .symbol .logo_sym_6 {
  top: 68px;
  left: 52px;
  animation-delay: 1.18s;
}
.logo h1 .lead_text {
  position: absolute;
  width: 409px;
  height: 56px;
  background: black;
  background-repeat: no-repeat;
  left: calc(50% - 205px);
  animation: dash-followup 2.6s linear forwards;
}
.sub_text1 {
  position: absolute;
  top: 240px;
  margin-left: 2px;
  animation: subtext 1.9s linear forwards;
}
.sub_text2 {
  position: absolute;
  top: 240px;
  margin-left: 203px;
  animation: subtext 2.1s linear forwards;
}
.sub_text3 {
  position: absolute;
  top: 240px;
  margin-left: 263px;
  animation: subtext 2.3s linear forwards;
}

.scroll_down {
  position: absolute;
  top: 75%;
  left: 50%;
  margin-left: -18px;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: bounce 2s linear infinite;
  animation-delay: 2.5s;
}
.scroll_down img {
  position: absolute;
}

#quotes,
#quotes-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  background-color: #c50e0e;
  color: white;
}
#quotes {
  position: absolute;
}
#quotes .quote-text {
  font-weight: 300;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#quotes .quote-from {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
#quotes .quote {
  display: none;
  left: 100%;
  position: absolute;
  width: 100%;
  padding: 0 10px;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 500;
    opacity: 1;
  }
  20% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes dash-followup {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes subtext {
  0% {
    opacity: 0;
    top: 240px;
  }
  70% {
    opacity: 0;
    top: 240px;
  }
  90% {
    opacity: 1;
    top: 190px;
  }
  100% {
    opacity: 1;
    top: 190px;
  }
}
@keyframes logo_sym {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  35% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    top: calc(75% - 20px);
  }
  30% {
    opacity: 1;
    top: 75%;
  }
  60% {
    opacity: 0;
    top: 75%;
  }
}

.clouds {
  height: 120vh;
  width: 100%;
  max-height: 1200px !important;
  min-height: 100vh;
  display: block;
  text-align: center;
  border: 0px dashed #f69c55;
  background-repeat: no-repeat !important;
}

div#scenes {
  position: relative;
  height: auto; /* display: contents; */
  overflow: hidden !important;
  padding-top: 150px;
  margin-top: -100px;
}

#scene-fi .layer_4 {
  margin-left: -50px;
  margin-top: -5px;
}
#scene-fi .layer_3 {
  margin-left: -45px;
  margin-top: 5px;
}
#scene-fi .layer_2 {
  margin-left: -70px;
  margin-top: 10px;
}
#scene-fi .layer_1 {
  margin-left: -100px;
  margin-top: 15px;
}
#scene-fi .layer_0 {
  margin-left: -135px;
  margin-top: 20px;
}

#scene-1 .layer_0 {
  /* margin: 430px 0 0 180px; */
  margin-top: 48vh;
  max-width: 900px;
  text-align: left;
  max-height: 100vh;
}
#scene-2 .layer_0 {
  /* margin: 520px 0 0 250px; */
  margin-top: 51vh;
  max-width: 1070px;
  text-align: left;
  max-height: 100vh;
}
#scene-3 .layer_0 {
  /* margin: 540px 0 0 440px; */
  margin-top: 57vh;
  max-width: 800px;
  text-align: left;
  max-height: 100vh;
}

#scene-1 .layer_1 {
  background: url(/images/s1l1.png) 40% 0%;
}
#scene-1 .layer_2 {
  background: url(/images/s1l2.png) 20% 5%;
}
#scene-1 .layer_3 {
  background: url(/images/s1l3.png) 40% 40%;
}

#scene-2 .layer_1 {
  background: url(/images/s2l1.png) 30% 0%;
}
#scene-2 .layer_2 {
  background: url(/images/s2l2.png) 30% 25%;
}
#scene-2 .layer_3 {
  background: url(/images/s1l3.png) 50% 30%;
}

#scene-3 .layer_1 {
  background: url(/images/s3l1.png) 20% 0%;
}
#scene-3 .layer_2 {
  background: url(/images/s3l2.png) 40% 45%;
}
#scene-3 .layer_3 {
  background: url(/images/s1l3.png) 30% 40%;
}

div#scene-4_position {
  position: absolute;
  top: -200px;
  left: 20%;
}
img.lines {
  margin-top: 330px;
}

h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px;
  color: #444444;
}
h2.master {
  /* min-height: 160px; */
  line-height: 50px;
  border-left: 10px solid #c50e0e;
  padding: 50px 0 40px 60px;
}
h2.master span {
  font-weight: 500;
  font-size: 24px;
  color: #444444;
  clear: both;
  display: block;
  width: 100%;
}
p {
  font-family: Hind-Regular;
  font-size: 20px;
  color: #444444;
  line-height: 40px;
  margin: 20px 0 40px;
}
a.button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #c50e0e;
  line-height: 40px;
  border: 2px solid #c50e0e;
  border-radius: 50px;
  padding: 11px 40px 10px;
  font-weight: 600;
  display: block;
  text-align: center;
}
a.button.btn-small-alt {
  display: initial;
}
a.button.small-button {
  padding: 8px 60px 7px;
  float: none;
  margin: 0 auto;
  display: table;
}
a.button:hover {
  color: white;
  background-color: #c50e0e;
}
a.link {
  color: #c50e0e;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 500;
}

.font-mid {
  font-weight: 500;
}
.font-bold {
  font-weight: 600;
}

.font-xsmall {
  font-size: 14px;
}
.font-small {
  font-size: 16px;
}
.font-normal {
  font-size: 20px;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.color-blue {
  color: #c50e0e;
}

#scene-0 {
  position: relative;
  z-index: 9;
  margin-bottom: -200px;
}
#scene-0 img {
  position: absolute;
  top: -150px;
  right: 0;
}
#scene-0 > div {
  width: 60%;
  left: 0;
  display: block;
  text-align: left;
}
#scene-0 p {
  margin-left: 70px;
  margin-top: -20px;
}

#scene-fi {
  position: absolute !important;
  top: 0px;
  right: 5% !important;
  left: auto !important;
}

.v-mid_parent {
  position: relative;
  height: 100%;
}
.v-mid_child {
  /* position:  absolute; */ /* top: 50%; */ /* transform: translateY(-50%); */
}

/* SERVICES */
#section-1 svg.section-image g {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash-services-one 2.2s linear forwards;
}
#section-2 svg.section-image g {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash-services-two 3s linear forwards;
}
#section-3 svg.section-image g {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: dash-services-three 4s linear forwards;
}
@keyframes dash-services-one {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-services-two {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-services-three {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    stroke-dashoffset: 1200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.services .menu-bar {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  z-index: 99;
}
.services .menu-toggle {
  position: absolute;
}
.services h2.master {
  min-height: 90px;
  margin-top: 200px;
  text-align: left;
}
.services h2.master ~ p {
  margin-top: -20px;
  margin-left: 70px;
  max-width: 58%;
  text-align: left;
}
.services h3 {
  font-weight: 600;
  font-size: 30px;
  color: #c50e0e;
  text-transform: uppercase;
}
.services section {
  margin: 50px 0;
  display: inline-block;
}
.services section.content-right .section-content {
  float: right;
  margin-right: 70px;
}
.services section .section-content {
  max-width: 58%;
  float: left;
  text-align: left;
  margin-left: 70px;
}
.services section .section-content .open-btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(0deg);
  margin: 0 auto 20px;
  display: block;
  cursor: pointer;
}
.services section .section-content .open-btn.clicked {
  -webkit-transition: none 0s;
  transition: none 0s;
}
.services section .section-content .open-btn:hover {
  transform: rotate(90deg);
}
.services section .section-content .section-details {
  display: none;
}
.services section .section-content .section-details > p {
  margin-top: 0 !important;
}
.services section .section-content .section-details ul {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.services section .section-content .section-details ul li {
  margin-bottom: 10px;
  font-size: 20px;
  color: #444444;
  padding-left: 1em;
  text-indent: -1em;
}
.services section .section-content .section-details ul li:before {
  color: #c50e0e;
  content: "• ";
  font-size: 30px;
  line-height: 20px;
  width: 20px;
  float: left;
  margin-top: 6px;
}
.services section .section-content .section-details .indicator {
  opacity: 1;
  animation: fadein 1s ease forwards;
  margin-bottom: 15px;
}
.services section .section-content .section-details .indicator .indicator-blue {
  width: 25px;
  height: 25px;
  background: #c50e0e;
  display: inline-block;
}
.services section .section-content .section-details .indicator .indicator-gray {
  width: 25px;
  height: 25px;
  background: #d0d0d0;
  display: inline-block;
}
.services section .section-content .section-details .indicator label {
  font-size: 20px;
  margin-left: 40px;
  margin-top: -27px;
  display: block;
}
.services section .section-content .section-details .graphs {
  margin-bottom: 50px;
}
.services section .section-content .section-details .graphs .graph {
  width: 270px;
  height: 297px;
  display: inline-table;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-description {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection {
  position: relative;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-pillars {
  display: table-cell;
  width: 88px;
  height: 236px;
  min-height: 236px;
  vertical-align: bottom;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-pillars
  div {
  animation: pillar 1s ease forwards;
  width: 88px;
  position: relative;
  bottom: 0;
  vertical-align: bottom;
  display: table-caption;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-pillars.graph-pillar-blue
  div {
  background: #c50e0e;
  display: none;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-pillars.graph-pillar-gray
  div {
  background: #d0d0d0;
  margin-left: 30px;
  display: none;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-pillars.graph-pillar-blue
  span {
  color: white;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-pillars.graph-pillar-gray
  span {
  color: #c50e0e;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-bottom {
  border-bottom: 3px solid #979797;
  width: calc(88px + 88px + 30px);
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  img {
  animation: pillarline 1s ease forwards;
  position: absolute;
  top: -1px;
  right: 25px;
  display: none;
}
.services
  section
  .section-content
  .section-details
  .graphs
  .graph
  .graph-collection
  .graph-difference {
  animation: pillarlinetext 1.5s ease forwards;
  position: absolute;
  top: 40px;
  right: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  display: none;
}
.services section .section-content .section-details .graphs .graph-note {
  opacity: 1;
  animation: fadein 1.2s ease forwards;
}
.services
  section
  .section-content
  .section-details
  .graphs
  #graph-1
  .graph-collection
  .graph-pillars.graph-pillar-blue
  div {
  height: 236px;
}
.services
  section
  .section-content
  .section-details
  .graphs
  #graph-1
  .graph-collection
  .graph-pillars.graph-pillar-gray
  div {
  height: 43px;
}
.services section .section-content .section-details .graphs #graph-2 {
  margin-bottom: 43px;
}
.services
  section
  .section-content
  .section-details
  .graphs
  #graph-2
  .graph-collection
  .graph-pillars.graph-pillar-blue
  div {
  height: 236px;
}
.services
  section
  .section-content
  .section-details
  .graphs
  #graph-2
  .graph-collection
  .graph-pillars.graph-pillar-gray
  div {
  animation: pillarminus 1s ease forwards;
  height: 43px;
  position: absolute;
  bottom: -43px;
}
.services
  section
  .section-content
  .section-details
  .graphs
  #graph-3
  .graph-collection
  .graph-pillars.graph-pillar-blue
  div {
  height: 236px;
}
.services
  section
  .section-content
  .section-details
  .graphs
  #graph-3
  .graph-collection
  .graph-pillars.graph-pillar-gray
  div {
  height: 132px;
}
@keyframes fadein {
  0% {
    opacity: 0;
    margin-left: 200px;
  }
}
@keyframes pillar {
  0% {
    height: 0;
  }
}
@keyframes pillarminus {
  from {
    height: 0;
    bottom: 0;
  }
}
@keyframes pillarline {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pillarlinetext {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(0);
  }
  80% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
.services section .section-content .section-details .icons {
  margin: 60px 0 80px;
}
.services section .section-content .section-details .icons .icon {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.services section .section-content .section-details .icons .icon span {
  height: 55px;
  display: block;
}
.services section .section-content .section-details .icons .icon img {
  margin: 0 auto;
  display: block;
  opacity: 0;
}
.services
  section
  .section-content
  .section-details
  .icons
  .icon
  img.icon-bounce {
  transform: translateY(0px), scale(1);
  animation: iconbounce 0.4s cubic-bezier(0.1, 0.26, 0.25, 1) forwards;
}
.services section .section-content .section-details .icons .icon label {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0;
  clear: both;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.services section .section-content .section-details .icon-bottom-row {
  margin: 60px auto 0;
  display: table;
}
.services section .section-content .section-details .icon-top-row {
  margin: 60px auto 60px;
  display: table;
}
.services section .section-content .section-details .icon-top-row .icon {
  width: 500px;
}
.services section .section-content .section-details .four-icon-row .icon {
  width: 170px;
}
.services section .section-content .section-details #icon-group-three .icon {
  margin: 30px 10px;
}
@keyframes iconbounce {
  0% {
    transform: translateY(-53px) scale(2.3);
  }
  12% {
    transform: translateY(0px) scale(2.2);
  }
  24% {
    transform: translateY(-33px) scale(2);
  }
  36% {
    transform: translateY(0px) scale(1.8);
  }
  48% {
    transform: translateY(-12px) scale(1.4);
  }
  60% {
    transform: translateY(0px) scale(1);
  }
  80% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}
.services .blue-bottom {
  text-align: center;
  display: block;
}
.services .blue-bottom * {
  max-width: 100% !important;
}
.services .blue-bottom > div {
  float: right;
  width: 55%;
  margin-right: 70px;
}
.services .blue-bottom h2 {
  margin-top: 0;
}
.services .blue-bottom p {
  margin-left: 0 !important;
}
.services .blue-bottom img {
  vertical-align: top !important;
  margin-top: 60px;
}
.services .blue-bottom .open-btn {
  margin-top: 0;
}
.services .blue-bottom .section-details {
  margin: 0 !important;
  display: none;
}
.services .blue-bottom .section-details p {
  text-align: left;
}

.services .modal-popup {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.services .modal-inner {
  background: white;
  max-width: 960px;
  margin: 10% auto;
  height: calc(100% - 20%);
  overflow: scroll;
  position: relative;
  padding-bottom: 10px;
}
.services .modal-inner h2 {
  height: 140px;
  margin-top: 0;
}
.services .modal-inner p {
  margin: 90px 70px 0;
  text-align: left;
  max-width: 100% !important;
}
.services .modal-inner p.font-mid.color-blue.text-uppercase {
  margin-top: 20px;
}
.services .modal-inner .window-close {
  transform: rotate(0deg);
  position: absolute;
  top: 30px;
  right: 30px;
  text-decoration: none;
  font-size: 70px;
  color: #444444;
  font-weight: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.services .modal-inner .window-close.rotate {
  transform: rotate(360deg);
}
.services .modal-inner .button {
  margin: 40px auto;
}
.services .modal-popup .modal-close .close-js {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.services .modal-inner .indicator {
  text-align: left;
  margin-left: 70px;
  opacity: 1;
  animation: fadein 1s ease forwards;
  margin-bottom: 15px;
}
.services .modal-inner .indicator .indicator-blue {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: #c50e0e;
  display: inline-block;
}
.services .modal-inner .indicator .indicator-orange {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: #f46506;
  display: inline-block;
}
.services .modal-inner .indicator label {
  font-size: 20px;
  margin-left: 40px;
  margin-top: -27px;
  display: block;
}

.services .modal-inner .charts {
  margin: 30px 70px;
}
.services .modal-inner .charts .chart label {
  text-align: left !important;
  display: block;
  font-weight: 500;
  color: #444444;
  font-size: 20px;
}
.services .modal-inner .charts .chart span {
  display: none;
  animation: chart 1.2s ease forwards;
  height: 10px;
  border-radius: 5px;
  margin-right: 70px;
  margin-bottom: 10px;
}
.services .modal-inner .charts .chart .chart-bars {
  height: 30px;
  display: block;
}
.services .modal-inner .charts .chart .chart-blue {
  background: #c50e0e;
}
.services .modal-inner .charts .chart .chart-orange {
  background: #f46506;
}
.services .modal-inner .charts .chart .chart-one {
  width: 20%;
}
.services .modal-inner .charts .chart .chart-two {
  width: 40%;
}
.services .modal-inner .charts .chart .chart-three {
  width: 60%;
}
.services .modal-inner .charts .chart .chart-four {
  width: 80%;
}
.services .modal-inner .charts .chart .chart-fourfive {
  width: 90%;
}
.services .modal-inner .charts .chart .chart-five {
  width: 100%;
}
@keyframes chart {
  0% {
    width: 0;
  }
}
/* !SERVICES */

/* PROJECTS */
.projects .menu-bar {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  z-index: 99;
}
.projects .menu-toggle {
  position: absolute;
}
.projects h2.master {
  min-height: 90px;
  margin-top: 200px;
  text-align: left;
}
.projects h2.master + p {
  margin-top: -20px;
  margin-left: 70px;
  max-width: 58%;
  text-align: left;
}
.projects .project {
  position: relative;
}
.projects #proj1 {
  text-align: left;
}
.projects #proj1 > img {
  border-left: 10px solid white;
  width: 120%;
  max-width: 1430px;
}
.projects .proj-intro [class^="testimonial"],
.projects .proj-intro h3 {
  margin: 50px 70px;
  max-width: 58%;
}
.projects .proj-intro .testimonial-right {
  float: right;
}
.projects .proj-intro h3 {
  font-weight: 600;
  font-size: 30px;
  color: #c50e0e;
  text-transform: uppercase;
}
.projects .proj-intro p {
  font-weight: 600;
  margin: 0 0 40px;
}
.projects .proj-intro .quote-begin {
  font-weight: 300;
}
.projects .proj-intro .quote-begin:before {
  content: "";
  display: block;
  width: 62px;
  height: 42px;
  margin-top: 50px;
  background: url(/images/quote_begin.svg) no-repeat;
}
.projects .proj-intro .open-btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(0deg);
  margin: 0 auto 20px;
  display: block;
  cursor: pointer;
}
.projects .proj-intro .open-btn.clicked {
  -webkit-transition: none 0s;
  transition: none 0s;
}
.projects .proj-intro .open-btn:hover {
  transform: rotate(90deg);
}
.projects .proj-content {
  position: relative;
  display: none;
  padding-top: 1px;
  margin-top: -50px;
}
.projects .proj-content .quote-end {
  font-weight: 300;
}
.projects .proj-content .quote-end:after {
  content: "";
  display: block;
  right: 30px;
  position: absolute;
  width: 62px;
  height: 42px;
  background: url(/images/quote_end.svg) no-repeat;
}
.projects .proj-content .company {
  color: #c50e0e;
  text-align: center;
  font-size: 24px;
  margin: 80px 0 70px 0;
}
.projects .proj-content .company b {
  border-top: 1px solid black;
  padding: 10px 20px 0;
}
.projects .proj-content .company .arrow-right {
  text-decoration: none;
  cursor: pointer;
  font-family: Hind-Bold;
  font-size: 18px;
  color: #444444;
  display: block;
  margin-top: 30px !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
}
.projects .proj-content .company .arrow-right img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: -4px;
  margin-left: 15px;
}
.projects .proj-content .company .arrow-right:hover img {
  margin-left: 30px;
}

.projects .entry.entry-left .card-container {
  float: right;
}
.projects .entry.entry-left .entry-text {
  float: left;
  margin-left: 70px;
}
.projects .entry.entry-right .card-container {
  float: left;
  border-left: 10px solid white;
}
.projects .entry.entry-right .entry-text {
  float: right;
  margin-right: 70px;
}
.projects .card {
  position: relative;
  transition: 0.4s;
  transform-style: preserve-3d;
  -webkit-perspective: 0;
}
.projects .card-container {
  width: 615px;
  height: 259px;
  display: inline-block;
  margin: 20px;
  cursor: pointer;
}
.projects .card {
  width: 100%;
}
.projects .card .card-front {
  width: 100%;
  border: 1px solid #b3b3b3;
}
.projects .card .card-front img {
  width: 100%;
}
.projects .card .card-back {
  width: calc(100% - 60px);
  background: #c50e0e;
  height: 100%;
  display: table;
  padding: 30px;
  color: white;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.projects .card .card-front,
.projects .card .card-back {
  transition: 0.3s all;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}
.projects .card-container:hover .card-front {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.projects .card-container:hover .card-back {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.projects .card-container:hover .card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.projects .card .card-front {
  z-index: 2;
  filter: grayscale(100%) brightness(120%);
}
.projects .card .card-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.projects #contact-us {
  display: block;
  position: relative;
  clear: both;
  margin: 50px 70px;
  max-width: 58%;
}
.projects #contact-us p {
  font-weight: bold;
}
/* !PROJECTS */

/* ABOUT */
.about .menu-bar {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  z-index: 99;
}
.about .menu-toggle {
  position: absolute;
}
.about h2.master {
  min-height: 90px;
  margin-top: 200px;
  text-align: left;
}
.about .entry {
  margin-bottom: 100px;
}
.about .entry * {
  max-width: 800px;
  text-align: left;
  position: relative;
}
.about .entry .entry-lead {
  margin-top: -10px;
}
.about .entry .entry-text {
  display: inline;
}
.about .entry.entry-left .card-container {
  float: right;
}
.about .entry.entry-left .entry-text {
  float: left;
  margin-left: 70px;
}
.about .entry.entry-right .card-container {
  float: left;
  border-left: 10px solid white;
}
.about .entry.entry-right .entry-text {
  float: right;
  margin-right: 70px;
}
.about .entry .quote-begin:before {
  content: "";
  display: block;
  width: 62px;
  height: 42px;
  margin-top: 0px;
  background: url(/images/quote_begin.svg) no-repeat;
}
.about .entry .quote-end:after {
  content: "";
  display: block;
  right: 30px;
  position: absolute;
  width: 62px;
  height: 42px;
  background: url(/images/quote_end.svg) no-repeat;
}
.about .card {
  position: relative;
  transition: 0.4s;
  transform-style: preserve-3d;
  -webkit-perspective: 0;
}
.about .card-container,
.about .card,
.about .card .card-front,
.about .card .card-back {
  width: 470px;
  height: 562px;
}
.about .card .card-front,
.about .card .card-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}
.about .card-container:hover .card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about .card .card-front {
  z-index: 2;
  filter: grayscale(100%) brightness(120%);
}
.about .card .card-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* !ABOUT */

/* PRIVACY */

.privacy b {
  font-weight: bold;
}
.privacy ul {
  margin-left: 23px;
}
.privacy ul li {
  font-size: 20px;
  color: #474747;
}

/* !PRIVACY */

/* CONTACT */
.contact .menu-bar {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  z-index: 99;
}
.contact .menu-toggle {
  position: absolute;
}
.contact h2.master {
  min-height: 90px;
  margin-top: 200px;
  text-align: left;
}
.contact .contact-input {
  position: relative;
  min-height: 90px;
}
.contact .contact-form {
  margin: 0 70px;
  display: inline-block;
  float: left;
}
.contact .contact-form {
  width: calc(66.666% - 140px);
  max-width: 768px;
  font-size: 20px;
}
.contact .contact-form input,
.contact .contact-form textarea {
  text-align: left;
  font-size: 20px;
  width: 100%;
  min-width: 100%;
  color: #444444;
  border: none;
  border-bottom: 1px solid #444444;
  min-height: 40px;
  height: 40px;
  margin-bottom: 50px;
}
.contact .contact-form input.err,
.contact .contact-form textarea.err {
  border-bottom: 1px solid red;
}
.contact .contact-form textarea {
  overflow: hidden;
}
.contact .contact-input span {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  background: none !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  top: 7px;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  font-family: Hind-SemiBold;
  font-size: 20px;
  color: #c50e0e;
  line-height: 30px;
}
.contact .contact-input span.active {
  top: -20px;
  font-size: 15px;
}
.contact .contact-input label {
  text-align: left;
  color: red;
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.contact .contact-input:nth-child(6) label {
  bottom: -20px;
}
.contact a.button {
  margin: 50px auto;
}
.contact .contact-info {
  display: inline-block;
  width: 33.333%;
  margin-bottom: 100px;
}
.contact .contact-info label {
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  line-height: 40px;
  background-repeat: no-repeat !important;
  padding-left: 30px;
  padding-bottom: 10px;
}
.contact .contact-info label br {
  display: none;
}
.contact .contact-info label.icon_location {
  background: url(/images/icon_location.svg);
  background-position: 2px 5px;
}
.contact .contact-info label.icon_phone {
  background: url(/images/icon_phone.svg);
  background-position: 2px 6px;
}
.contact .contact-info label.icon_email {
  background: url(/images/icon_email.svg);
  background-position: 0px 11px;
}

.contact .modal-popup {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.contact .modal-inner {
  background: white;
  max-width: 960px;
  margin: 0 auto;
  height: auto;
  position: relative;
  padding-bottom: 10px;
}
.contact .modal-inner h2 {
  height: 140px;
}
.contact .modal-inner p {
  margin: 90px 70px 0;
  text-align: left;
}
.contact .modal-inner .window-close {
  transform: rotate(0deg);
  position: absolute;
  top: 30px;
  right: 30px;
  text-decoration: none;
  font-size: 70px;
  color: #444444;
  font-weight: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact .modal-inner .window-close.rotate {
  transform: rotate(360deg);
}
.contact .modal-popup .modal-close .close-js {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* !CONTACT */

.blue-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #c50e0e;
  color: white;
  height: 450px;
  height: auto;
  position: relative;
  border-left: 10px solid white;
  text-align: left;
  overflow: hidden;
}
.blue-bottom * {
  color: white;
  margin: 0;
  padding: 0;
  border: none;
}
.blue-bottom h2 {
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.blue-bottom h2 span {
  color: white;
}
.blue-bottom p {
  margin-bottom: 40px;
}
.blue-bottom div {
  margin-left: 70px;
  padding: 50px 0;
}
.blue-bottom a.button {
  border: 2px solid #ffffff;
  color: white;
}
.blue-bottom a.button:hover {
  background: white;
  color: #c50e0e;
}
.blue-bottom img.files {
  max-width: 30vw;
}

.footer {
  position: relative;
  height: 150px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer ul li {
  display: inline-block;
  padding: 10px;
}
.footer ul li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer ul li a:hover {
  color: #c50e0e;
}
.footer .copy {
  font-size: 14px;
  color: #d0d0d0;
  text-transform: uppercase;
  position: absolute;
  bottom: 15%;
}

.menu {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #c50e0e;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.menu.open {
  display: flex;
  opacity: 0;
}
.menu li {
  list-style: none;
  text-align: left !important;
  margin: 5px 0;
  opacity: 0;
}
.menu li a {
  border-left: 5px solid #c50e0e;
  text-transform: uppercase;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  padding: 5px 20px;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.menu li a:hover {
  border-color: white !important;
  z-index: 99999;
  position: relative;
}
.menu li a.lang {
  font-size: 24px;
  line-height: 40px;
}
.menu li a.active {
  border-color: white !important;
}
.menu li:nth-child(5) {
  padding-top: 40px !important;
}

/* @media screen and (max-width: 1600px) */
div#scene-fi {
  transform: scale(0.8) !important;
  right: -100px !important;
  top: -120px !important;
}

#scene-0 > div br {
  display: none;
}

#scene-1 .layer_0,
#scene-2 .layer_0,
#scene-3 .layer_0 {
  box-shadow: 0 0 45px white;
  background: rgba(255, 255, 255, 0.5) !important;
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important; /* margin-top: 450px!important; */
}
.v-mid_parent {
  position: relative;
  width: 100%;
}
.v-mid_child {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 80%;
}
.clouds {
  height: 150vh;
  margin: 120px 0;
}

@media screen and (max-height: 900px) {
  #scene-1 .layer_3 {
    background: url(/images/s1l3.png) 40% 200px;
    box-shadow: inset 0 -20px 30px #fff;
  }
  #scene-2 .layer_3 {
    background: url(/images/s1l3.png) 50% 400px;
    box-shadow: inset 0 -20px 30px #fff;
  }
  #scene-3 .layer_3 {
    background: url(/images/s1l3.png) 30% 300px;
    box-shadow: inset 0 -20px 30px #fff;
  }
}

@media screen and (min-width: 1111px) and (min-height: 780px) {
  #scene-1 .layer_0 {
    margin: 430px 0 0 180px;
  }
  #scene-2 .layer_0 {
    margin: 520px 0 0 250px;
  }
  #scene-3 .layer_0 {
    margin: 540px 0 0 440px;
  }
}

@media screen and (max-width: 1420px) {
  .services section .section-content .section-details .graphs .graph {
    width: 200px;
    margin-right: 5px;
  }
  .services
    section
    .section-content
    .section-details
    .graphs
    .graph
    .graph-collection
    .graph-pillars
    div {
    width: 60px;
  }
  .services
    section
    .section-content
    .section-details
    .graphs
    .graph
    .graph-collection
    .graph-pillars.graph-pillar-gray
    div {
    margin-left: 20px;
  }
  .services
    section
    .section-content
    .section-details
    .graphs
    .graph
    .graph-collection
    .graph-bottom {
    width: 168px;
  }
  .services
    section
    .section-content
    .section-details
    .graphs
    .graph
    .graph-collection
    img {
    right: 0;
  }
  .services section#section-1 .section-content .section-details .icons {
    display: table;
  }
  .services section#section-2 .section-content .section-details .four-icon-row {
    display: flex;
  }
  .services
    section#section-3
    .section-content
    .section-details
    #icon-group-three {
  }
  .services section .section-content .section-details .icons .icon {
    width: 170px;
  }
  .services section .section-content .section-details .four-icon-row .icon {
    width: 270px;
  }
  .services section#section-3 .section-content .section-details .icons .icon {
    width: 29%;
  }
}

@media screen and (max-width: 1400px) {
  .about .entry .entry-text {
    max-width: 55%;
  }
}

@media screen and (max-width: 1300px) {
  .about .entry .entry-text {
    max-width: 50%;
  }
  .services section#section-2 .section-content .section-details .four-icon-row {
    display: block;
  }
  .services
    section#section-2
    .section-content
    .section-details
    .four-icon-row
    .icon {
    width: 45%;
  }
}

@media screen and (max-width: 1200px) {
  .about .entry .entry-text {
    max-width: 45%;
  }
}

@media screen and (max-width: 1111px) {
  div#scene-fi {
    transform: scale(0.6) !important;
  }

  .services section .section-content {
    max-width: 88%;
    margin-top: 50px;
  }
  .services section .section-content .font-mid.color-blue {
    text-align: center;
  }
  .services section#section-1 .section-content .section-details .graphs {
    display: table;
    margin: 0 auto;
  }
  .services section#section-1 .section-content .section-details .graphs .graph {
    margin-right: 30px;
  }
  .services section#section-1 .section-content .section-details .icons {
    margin: 0 auto !important;
  }
  .services .blue-bottom > div {
    width: 88% !important;
    float: left;
  }

  .about .entry.entry-right .entry-text {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .about .entry .entry-text {
    max-width: 85%;
    float: left !important;
    margin: 0 !important;
    margin-left: 70px !important;
  }
  .about .card-container {
    float: none !important;
    margin: 0 auto 50px !important;
    display: block !important;
  }
}

@media screen and (max-width: 900px) {
  .services section.content-right .section-content {
    margin: 0 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .services section#section-1 .section-content .section-details .graphs .graph {
    margin-right: 5px;
  }
  .services .blue-bottom > div {
    width: 80% !important;
    float: left;
  }
}

@media screen and (max-width: 700px) {
  .logo h1 {
    transform: translate(-50%, -50%) scale(0.8);
  }
  h2 {
    font-size: 20px;
  }
  h2.master {
    border-left: 10px solid #c50e0e;
    padding: 50px 0 0 50px;
    font-size: 20px;
    line-height: 25px;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 40px;
  }
  h2.master span {
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    clear: both;
    display: block;
    width: 100%;
  }
  .projects h2.master {
    font-size: 20px;
    padding-left: 50px;
  }
  .projects h3 {
    font-size: 20px !important;
  }

  #quotes,
  #quotes-container {
    height: 400px;
  }
  #quotes .quote-text {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #quotes .quote-from {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
  }
  #quotes .quote {
    width: calc(100% - 20px);
    padding: 10px;
  }
  #quotes .quote br {
    display: none;
  }

  #scene-0 img {
    width: 40%;
    top: -120px;
  }
  #scene-0 div {
    width: 100%;
  }
  #scene-0 p {
    margin-left: 60px;
    margin-top: -20px;
    margin-right: 40px;
    font-size: 15px;
    line-height: 35px;
  }
  #scene-0 p br {
    display: none;
  }

  #scenes {
    padding-bottom: 50px;
  }

  .clouds {
    background-size: 100% !important;
    min-height: auto !important;
  }

  div#scene-fi {
    top: -330px !important;
    right: -170px !important;
    background-image: url(/images/files.png);
    height: 624px;
    width: 489px !important;
    transform: scale(0.31) !important;
  }
  #scene-fi div {
    display: none !important;
  }

  #scene-1 .layer_0 {
    margin: 0 !important;
    margin-left: 40px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 15px white;
  }
  #scene-2 .layer_0 {
    margin: 0;
    margin-left: 40px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 15px white;
  }
  #scene-3 .layer_0 {
    margin: 0;
    margin-left: 40px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 15px white;
  }

  #scene-1 .layer_1 {
    background: url(/images/s3l1.png) 40% 20%;
  }
  #scene-1 .layer_2 {
    background: url(/images/s1l2.png) 20% 23%;
  }
  #scene-1 .layer_3 {
    background: url(/images/s1l3.png) 40% 40%;
  }

  #scene-2 .layer_1 {
    background: url(/images/s2l1.png) 30% 13%;
  }
  #scene-2 .layer_2 {
    background: url(/images/s2l2.png) 30% 16%;
  }
  #scene-2 .layer_3 {
    background: url(/images/s1l3.png) 50% 14%;
  }

  #scene-3 .layer_1 {
    background: url(/images/s3l1.png) 40% 5%;
  }
  #scene-3 .layer_2 {
    background: url(/images/s3l2.png) 40% 7%;
  }
  #scene-3 .layer_3 {
    background: url(/images/s1l3.png) 50% 3%;
  }

  .layer_0 {
    max-width: 80% !important;
  }

  p {
    font-size: 15px;
    line-height: 35px;
  }
  .privacy ul li {
    font-size: 15px;
    line-height: 25px;
  }

  .home .blue-bottom {
    display: block;
  }
  .home .blue-bottom h2.master {
    border: none;
    display: initial;
    padding: 0 !important;
    height: auto !important;
  }
  .home .blue-bottom h2.master span {
    color: #fff;
    height: 25px;
    font-size: 19px;
  }
  .home .blue-bottom p {
    margin-top: 20px;
  }
  .home .blue-bottom img.files {
    display: block;
    position: relative;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 160px;
    width: auto;
    max-width: 50%;
  }
  .home .blue-bottom div {
    float: none; /* width: 68%!important; */
    display: table;
    margin: 180px 30px 0;
  }

  .services h2.master ~ p {
    margin-left: 60px;
    max-width: 100%;
    margin-right: 50px;
  }
  .services section .section-content {
    margin: 0 40px 0 40px !important;
    float: none !important;
    width: 100% !important;
    display: block;
    max-width: 70vw;
  }
  .services .section-image {
    transform: scale(0.6);
  }
  .services .icon-bottom-row {
    margin: 0 !important;
  }
  .services section .section-content .section-details .graphs .graph {
    clear: both;
    display: table;
    margin: 0 auto 43px !important;
  }
  .services
    section
    .section-content
    .section-details
    .graphs
    .graph
    .graph-collection
    .graph-difference {
    right: -10px;
  }
  .services section .section-content .section-details .icons {
    margin: 0 auto;
  }
  .services section .section-content .section-details .icons .icon {
    margin: 0 auto !important;
    display: block;
  }
  .services section .section-content .section-details .icons .icon-bottom-row {
    width: 250px !important;
    margin: 0 auto !important;
  }
  .services section .section-content .section-details .icon-top-row {
    margin: 0 !important;
  }
  .services section .section-content .section-details .icon-top-row .icon {
    width: auto !important;
  }
  .services section .section-content .section-details .four-icon-row .icon {
    width: auto !important;
    margin: auto !important;
    display: block;
  }
  .services section .section-content .section-details .icon br {
    display: none;
  }
  .services section#section-3 .section-content .section-details .icons .icon {
    width: 100%;
  }
  .services section a.button.small-button {
    padding: 10px 0px 5px !important;
    width: 100%;
    text-align: center;
  }
  .services .blue-bottom h2.master {
    border: none;
    display: initial;
    padding: 0 !important;
    height: auto !important;
  }
  .services .blue-bottom h2.master span {
    color: #fff;
    height: 55px;
    font-size: 19px;
  }
  .services .blue-bottom p {
    margin: 0 !important;
  }
  .services .blue-bottom > div {
    float: none;
    width: 68% !important;
    display: table;
    margin: 0 auto;
  }
  .services .blue-bottom a.button {
    padding: 13px 40px 8px;
    display: block;
    margin-top: 50px;
  }
  .services .blue-bottom .open-btn {
    margin-top: 50px;
  }
  .services .modal-inner {
    margin: 0% auto;
    height: calc(100% - 0%);
  }
  .services .modal-inner .charts .chart label {
    font-size: 15px;
    margin-top: 20px;
  }
  .services .modal-inner .charts {
    margin: 30px 60px;
  }
  .services .modal-inner .indicator label {
    font-size: 15px;
    margin-right: 50px;
  }

  .projects h2.master ~ p {
    margin-left: 60px;
    max-width: 100%;
    margin-right: 40px;
  }
  .projects .proj-intro {
    max-width: 100%;
    margin: 50px 40px;
  }
  .projects .proj-intro [class^="testimonial"],
  .projects .proj-intro h3 {
    max-width: 100%;
    margin: 50px 40px;
  }
  .projects .card-container {
    width: calc(100% - 40px);
    max-width: 362px;
    height: 159px;
    display: inline-block;
    margin: 5px 20px 20px 20px;
    cursor: pointer;
  }
  .projects .card-container .card-back {
    font-weight: 300;
    font-size: 15px;
  }
  .projects .card-container .card-front img {
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
  }

  .about .card-container,
  .about .card,
  .about .card .card-front,
  .about .card .card-back {
    height: 105vw;
    width: 100%; /* overflow: hidden; */
    margin-bottom: 0px !important;
  }
  .about .card .card-front img,
  .about .card .card-back img {
    width: calc(100% - 120px);
    height: auto;
    margin: 0 auto !important;
    display: block;
  }
  .about .entry .entry-text {
    margin-left: 60px !important;
    max-width: 100% !important;
    margin-right: 50px !important;
  }
  .about .entry.entry-right .card-container {
    border: none !important;
  }

  .contact .contact-form {
    display: block;
    float: none;
    width: calc(100% - 140px);
  }
  .contact .contact-info {
    display: block;
    float: none;
    width: 100%;
    margin: 50px 70px;
  }

  .footer {
    height: auto;
    display: block;
    padding: 20px 0;
  }
  .footer ul li {
    display: block;
    padding: 10px;
  }
  .footer .copy {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 500px) {
  /*scene1 hotfix*/
  div#scene-1 {
    margin-top: 160px;
  }

  .menu-toggle {
    right: 15px;
  }

  .logo {
    transform: scale(0.8);
  }

  .clouds {
    margin: 50px 0;
  }
  div#scenes {
    padding-top: 50px;
  }

  .home .blue-bottom img.files {
    /* max-width: 50%; */
  }

  .services section {
    margin: 0 0 50px 0;
    display: inline-block;
  }
  #section-1 svg.section-image g {
    opacity: 1;
  }
  #section-2 svg.section-image g {
    opacity: 1;
  }
  #section-3 svg.section-image g {
    opacity: 1;
  }
  .services .blue-bottom > img {
    width: 40%;
  }

  .about .card-container,
  .about .card,
  .about .card .card-front,
  .about .card .card-back {
    height: 97.5vw;
  }

  .contact .contact-form {
    display: block;
    float: none;
    width: calc(100% - 120px);
    margin: 0 60px;
  }
  .contact .contact-info {
    width: auto;
    display: inline-block;
  }
  .contact .contact-info label {
    font-size: 90%;
    line-height: 25px;
  }
  .contact .contact-info label.icon_location {
    background-position: 2px 5px;
  }
  .contact .contact-info label.icon_phone {
    background-position: 2px 0px;
  }
  .contact .contact-info label.icon_email {
    background-position: 0px 4px;
  }
  .contact .contact-info label br {
    display: block;
  }
  .contact .contact-input span {
    font-size: 15px;
    top: 15px;
  }
  .contact .contact-input span.active {
    font-size: 12.5px;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

svg g.a {
  display: none;
}

.error-message {
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  right: 0;
  color: red;
  opacity: 0;
}

.hidden {
  display: none;
}

a.email {
  cursor: pointer;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
}
a.email.email-blue {
  color: #c50e0e;
}
