/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.panel {
  position: relative;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

h1 {
  text-align: center;
}

.of-hidden {
  overflow: hidden;
}

.img-fade-in,
.long-image img {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-left: -15px;
}

.img-fade-in.fadeIn,
.long-image img.fadeIn {
  opacity: 1;
  margin-left: 0;
}

.col-icon-screw img.screw {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.col-icon-screw:hover img.screw {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.contact-us-btn {
  z-index: 2;
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 10px;
  outline: 0;
  font-size: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-us-btn:hover,
.contact-us-btn:focus {
  text-decoration: none;
  font-size: 35px;
}

.contact-us-btn > i {
  display: block;
  background: linear-gradient(120deg, #df2e0b, #e18420, #df2e0b);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-animation: gradient 3s ease-in-out infinite;
  -webkit-animation: gradient 3s ease-in-out infinite;
  animation: gradient 3s ease-in-out infinite;
}

/* motion */
@-moz-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }

  50% {
    background-position: 87% 100%;
  }

  100% {
    background-position: 14% 0%;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }

  50% {
    background-position: 87% 100%;
  }

  100% {
    background-position: 14% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }

  50% {
    background-position: 87% 100%;
  }

  100% {
    background-position: 14% 0%;
  }
}

@-moz-keyframes border {
  0% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 66px,
      4px 66px,
      4px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }

  25% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 66px,
      216px 66px,
      216px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }

  50% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      100% 0%,
      0% 0%
    );
  }

  75% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 0%,
      0% 0%
    );
  }

  100% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      0% 100%
    );
  }
}

@-webkit-keyframes border {
  0% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 66px,
      4px 66px,
      4px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }

  25% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 66px,
      216px 66px,
      216px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }

  50% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      100% 0%,
      0% 0%
    );
  }

  75% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 0%,
      0% 0%
    );
  }

  100% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      0% 100%
    );
  }
}

@keyframes border {
  0% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 66px,
      4px 66px,
      4px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }

  25% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 66px,
      216px 66px,
      216px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }

  50% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      216px 4px,
      100% 0%,
      0% 0%
    );
  }

  75% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 0%,
      0% 0%
    );
  }

  100% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      0% 100%
    );
  }
}

.no-x-overflow {
  overflow-x: hidden;
}

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    -webkit-transform: translateX(20px);
  }

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    -webkit-transform: translateX(-20px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeBgColor {
  0% {
    background: none;
  }

  70% {
    background: none;
  }

  100% {
    background: #464646;
  }
}

@-o-keyframes fadeBgColor {
  0% {
    background: none;
  }

  70% {
    background: none;
  }

  100% {
    background: #464646;
  }
}

@keyframes fadeBgColor {
  0% {
    background: none;
  }

  70% {
    background: none;
  }

  100% {
    background: #464646;
  }
}

.animated.animationDelay {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.height {
  height: 1200px;
}

#map {
  width: 100%;
  height: 550px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #df2e0b;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #df2e0b;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(223, 46, 11, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgba(223, 46, 11, 0.25);
}

.custom-control {
  outline: 0;
}

.center-v-section {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.inner-v-align {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.pagination-new {
  list-style: none;
  margin-left: -5px;
}

.pagination-new {
  position: fixed;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 2;
}

.pagination-new a {
  display: block;
  height: 20px;
  margin-bottom: 0px;
  color: #df2e0b;
  position: relative;
  padding: 4px;
}

.pagination-new a.active:after {
  box-shadow: inset 0 0 0 5px;
}

.pagination-new a .hover-text {
  display: none;
  position: absolute;
  left: 12px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
  vertical-align: top;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #df2e0b;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.pagination-new a:hover .hover-text {
  opacity: 1;
}

.pagination-new a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
}

/* #section2,
#section3 {
    background: black;
} */
/* ==========================================================================
   SIDENAV
   ========================================================================== */
.menu-control {
  width: 70px;
  height: 100vh;
  position: fixed;
  background: black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 2;
}

.nav-wrap {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  background: url(../img/nav-background.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;
  padding-top: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 400px;
  display: block;
  position: fixed;
  height: 100vh;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 1;
}

.nav.side-nav {
  display: block;
  left: 70px;
}

.nav.side-nav .nav-item {
  margin-bottom: 20px;
}

.nav.side-nav .nav-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: white;
  text-transform: uppercase;
  margin-left: 52px;
  font-size: 18px;
  vertical-align: middle;
}

.nav.side-nav .nav-link.active {
  color: #df2e0b;
}

.nav-wrap .nav-link .arrow-icon {
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

.nav-wrap .nav-link .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.nav-wrap .nav-link:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.nav-wrap .nav-link:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.big-logo-nav {
  max-width: 220px;
  margin-bottom: 6vh;
}

.close-menu {
  color: #df2e0b;
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 45px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.close-menu:hover {
  font-size: 50px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.side-nav-body {
  padding-left: 70px;
}

.small-logo-nav {
  max-width: 75%;
}

.navbar-nav .nav-link {
  border-left: 1px solid #cdcdcd;
}

.navbar-nav .nav-item {
  position: relative;
}

.nav-line {
  height: 1.5px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  display: none;
}

/* ==========================================================================
   HOME SECTIONS
   ========================================================================== */
.bg-white {
  background: white;
}

.section-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-md h2 {
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 1rem;
}

.section-md h2.orange-text {
  color: #df2e0b;
}

.section-md h2.white-text {
  color: #fff;
}

.section-md h6 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 1rem;
}

.about-home .fp-tableCell {
  vertical-align: top;
}

.about-home p {
  line-height: 2;
}

.about-home img {
  width: 100%;
  height: auto;
  max-width: 690px;
  margin-top: 25px;
}

.services-home {
  background-image: url(../img/services-bg.png);
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: white;
}

.services-home h2 {
  margin-bottom: 100px;
}

.services-home h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
}

.services-home ul {
  margin-left: -30px;
}

.services-home ul {
  list-style-type: none;
}

.services-home ul > li {
  text-indent: -5px;
  margin-bottom: 10px;
}

.services-home ul > li:before {
  content: "- ";
  text-indent: -5px;
}

.services-home ul li {
  font-weight: 300;
  font-size: 16px;
}

.services-home img {
  margin-bottom: 80px;
  width: 100%;
  max-width: 200px;
}

.competences-home h2 {
  margin-bottom: 100px;
}

.competences-home img {
  max-width: 80%;
  padding-left: 5%;
  width: 100%;
}

.cop-home {
  background-image: url(../img/cop-home-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: white;
}

.cop-home h2 {
  margin-bottom: 100px;
}

.cop-home img {
  width: 100%;
}

.mission-home {
  background-color: white;
  color: #fff;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mission-wrap {
  position: relative;
  max-width: 100%;
}

.mission-wrap canvas {
  margin-left: -40px;
  min-height: 500px;
}

.mission-text {
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mission-text h2 {
  font-size: 100px;
  color: #df2e0b;
}

.mission-text h6 {
  font-size: 36px;
  color: initial;
  font-weight: 400;
}

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 100vw;
  max-height: 100%;
}
#video-viewport video {
  max-width: 100vw;
  max-height: 100%;
}

/* .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
/* .section2-img-box{
    height: 400px;
    width: 100%;
    background-image: url(../img/home-about-graph.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
} */
/* ==========================================================================
   CASE STUDIES
   ========================================================================== */
.home-top-intro {
  background-image: url(../img/home-top-img-2.jpg);
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100vh;
  position: relative;
}

.ht-wrap {
  text-align: center;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ht-wrap h2 {
  font-size: 6rem;
  font-weight: 400;
}

.ht-wrap h3 {
  font-size: 2.5rem;
  font-weight: 300;
}

#scrollSec {
  position: absolute;
  bottom: 15px;
  width: 30px;
  height: 50px;
  border: 2px solid #df2e0b;
  border-radius: 50px;
}

#scrollSec:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 10px;
  background-color: white;
  animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
}

#fp-nav {
  right: initial !important;
  left: 17px;
  z-index: 2 !important;
}

#fp-nav ul,
.fp-slidesNav ul {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 40px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: transparent;
  border: 1px solid #df2e0b;
  height: 10px;
  width: 10px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 10px;
  width: 10px;
  margin: -2px 0 0 -2px;
  border-radius: 100%;
  background: #df2e0b;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -2px 0px 0px -2px;
  background: #df2e0b;
}

/* #fullpage {
    margin-top: -56px;
} */
.navbar.case-filter-nav {
  padding: 0rem 0.5rem 0rem 5rem;
  z-index: 2;
}

.navbar.case-filter-nav .nav-link {
  text-transform: uppercase;
}

.case-thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.case-thumb-overlay {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.case-thumb .case-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 999;
}

.big-thumb .case-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 20px 50px;
}

.small-thumb .case-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 20px 25px;
}

.search-form {
  width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search-form.open {
  width: 250px !important;
  padding: 5px !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#search .btn {
  background: transparent;
}

#search .btn.focus,
#search .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

#search .form-control {
  color: #495057;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #495057 !important;
}

#search .form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.social-dropdown .btn {
  color: rgba(0, 0, 0, 0.9);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.social-dropdown .btn:hover,
.social-dropdown .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.social-dropdown .dropdown-menu {
  right: 0;
  left: initial;
  min-width: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  background: black;
  border: 0;
  border-radius: 0;
}

.social-dropdown .dropdown-menu a {
  color: white;
}

.social-dropdown .dropdown-menu a:hover {
  color: black;
}

.social-dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 9px;
  margin: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
}

.case-text h2 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}

.case-text p {
  margin-bottom: 0;
  font-size: 1rem;
}

.small-thumb .case-text h2 {
  font-size: 1.5rem;
}

.small-thumb .case-text p {
  margin-bottom: 10px;
  font-size: 1rem;
}

.case-btn {
  position: relative;
  height: 50vh;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f04e32+0,f1622b+40,f59222+100 */
  background: #f04e32;
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #f04e32 0%,
    #f1622b 40%,
    #f59222 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #f04e32 0%,
    #f1622b 40%,
    #f59222 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f04e32 0%, #f1622b 40%, #f59222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f04e32', endColorstr='#f59222', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.case-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f59222+0,f1622b+60,f04e32+100 */
  background: #f59222;
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #f59222 0%,
    #f1622b 60%,
    #f04e32 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #f59222 0%,
    #f1622b 60%,
    #f04e32 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f59222 0%, #f1622b 60%, #f04e32 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f59222', endColorstr='#f04e32', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.case-btn h3 {
  color: white;
  font-weight: 400;
}

.contact-link-case {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.case-thumb .arrow-icon {
  margin-left: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

.case-thumb .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.case-thumb:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.case-thumb:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.inner-case-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat !important;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

/* .case-thumb:hover .inner-case-img,
.case-thumb:focus .inner-case-img {
    background-size: 120%;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
} */
.case-thumb:hover .case-thumb-overlay {
  background: none;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.case-thumb:hover .case-text {
  background: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.inner-case-img.center-center {
  background-position: center center !important;
}

.inner-case-img.top-center {
  background-position: top center !important;
}

.inner-case-img.bottom-center {
  background-position: bottom center !important;
}

.inner-case-img.center-right {
  background-position: center right !important;
}

.inner-case-img.center-left {
  background-position: center left !important;
}

.inner-case-img.top-left {
  background-position: top left !important;
}

.inner-case-img.top-right {
  background-position: top right !important;
}

.inner-case-img.bottom-left {
  background-position: bottom left !important;
}

.inner-case-img.bottom-right {
  background-position: bottom right !important;
}

.case-thumb.big-thumb {
  height: 100vh;
}

.case-thumb.small-thumb {
  height: 50vh;
}

/* ==========================================================================
   LONG-IMG-PAGES
   ========================================================================== */
.project-desc {
  margin-bottom: 60px;
  position: relative;
}

.project-desc h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}

.project-desc p {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.long-image {
  margin-bottom: 100px;
  overflow: hidden;
}

.long-back-link {
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 15px;
  color: #df2e0b;
  font-weight: 500;
  z-index: 2;
  border-radius: 40px;
  text-transform: uppercase;
}

.long-back-link-down {
  padding: 7px 15px;
  color: #df2e0b;
  font-weight: 500;
  z-index: 2;
  border-radius: 40px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}

.long-back-link:hover,
.long-back-link-down:hover {
  color: black;
  text-decoration: none;
}

.long-back-link .arrow-icon,
.long-back-link-down .arrow-icon {
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  transform: rotate(180deg);
}

.long-back-link .arrow-icon--circle,
.long-back-link-down .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.long-back-link:hover .arrow-icon,
.long-back-link:down .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  transform: rotate(180deg);
}

.long-back-link:hover .arrow-icon--circle,
.long-back-link-down:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

/* ==========================================================================
   FILTER-RESULTS
   ========================================================================== */
.link-no-style {
  text-decoration: none;
}

.link-no-style:hover {
  text-decoration: none;
}

.filter-results {
  padding-top: 15px;
  background: url(../img/nav-background.jpg);
  background-color: #211f20;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  position: relative;
  min-height: calc(100vh - 56px);
}

.category-card {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  margin-bottom: 30px;
}

.category-card .card-img-top {
  border-radius: 0;
}

.category-card .card-body .card-title {
  color: white;
  margin-bottom: 5px;
  font-weight: 400;
}

.category-card .card-body .card-text {
  color: white;
  font-size: 14px;
}

.category-card .btn-primary {
  color: #df2e0b;
  background-color: transparent;
  border-color: #df2e0b;
  border: 1px solid #df2e0b;
  border-radius: 0;
}

.category-card .btn-primary:not(:disabled):not(.disabled).active,
.category-card .btn-primary:not(:disabled):not(.disabled):active,
.category-card .show > .btn-primary.dropdown-toggle {
  color: #df2e0b;
  background-color: transparent;
  border-color: #df2e0b;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

.category-card .btn-primary:hover {
  color: #df2e0b;
  background-color: transparent;
  border-color: #df2e0b;
  border: 1px solid #df2e0b;
}

.category-card:hover .btn-primary {
  background-color: rgba(255, 255, 255, 0.15);
}

.category-card .btn-primary i {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 10px;
}

.category-card .btn-primary span {
  vertical-align: middle;
  line-height: 20px;
}

.category-card .btn-primary.focus,
.category-card .btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

/* ==========================================================================
   ANIMATION
   ========================================================================== */
.intro {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 101;
}

.intro-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.logo {
  display: inline-block;
  max-width: 500px;
  position: relative;
}

.box {
  width: 150px;
  height: 150px;
  text-align: center;
  font-style: italic;
  position: absolute;
  left: 0%;
  z-index: 2;
  animation: test 2s;
}

.text {
  height: 60px;
  padding-left: 80px;
  line-height: 60px;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  animation: fade 2.5s;
}

.text img {
  margin-left: 90px;
  /* margin-top: 40px; */
}

.text .first {
  margin: 0;
  color: #fff;
  animation: textFirst 2.5s;
}

.text .second {
  margin: 0;
  color: #df2e0b;
  animation: textSecond 2.5s;
}

@keyframes logo {
  0% {
    color: #fff;
  }

  40% {
    color: #fff;
  }

  60% {
    color: #df2e0b;
  }
}

@keyframes textFirst {
  0% {
    color: #fff;
  }

  40% {
    color: #fff;
  }

  60% {
    color: #df2e0b;
  }
}

@keyframes textSecond {
  0% {
    color: #df2e0b;
  }

  40% {
    color: #df2e0b;
  }

  60% {
    color: #fff;
  }
}

@keyframes expand {
  0% {
    height: 0;
  }

  40% {
    height: 0;
  }

  60% {
    height: 80%;
  }
}

@keyframes test {
  0% {
    transform: scale(0);
    transform: rotate(0deg);
    left: 50%;
  }

  40% {
    transform: scale(1);
    left: 50%;
  }

  60% {
    transform: scale(1);
    transform: rotate(180deg);
    left: 50%;
  }

  100% {
    left: 0%;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  65% {
    opacity: 0;
    padding-left: 70px;
  }

  100% {
    opacity: 1;
    padding-left: 80px;
  }
}

/* ==========================================================================
   ABOUT US
   ========================================================================== */
.page-container {
  padding-left: 70px;
  background: white;
}

.container-no-padding {
  padding-right: 0;
  padding-left: 0;
}

.about-header {
  position: relative;
  height: 40vw;
}

.about-header-img {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: contain;
}

.about-header-img-text h1 {
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}

.about-header-img-text {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 35%;
}

.outsourcing-process {
  margin-top: 100px;
}

.outsourcing-process h1,
.competences h1,
.technologiest h1,
.customers h1 {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.outsourcing-process p,
.competences p,
.technologiest p,
.customers p {
  font-size: 16px;
}

.outsourcing-process-img {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 70%;
}

.competences-card {
  margin-top: 50px;
}

.competences-card-header {
  margin-top: 20px;
  margin-bottom: 10px;
}

.competences-card-header h4 {
  font-weight: 400;
  font-size: 1.3rem;
}

.technologiest {
  margin-top: 100px;
}

.technologiest-img-cont {
  filter: grayscale(100%);
  transition: all 500ms ease-in-out;
}

.technologiest-img-cont:hover {
  filter: grayscale(0%);
}

.customers {
  margin-top: 100px;
  padding-bottom: 100px;
}

/* ==========================================================================
   CONTACT US
   ========================================================================== */
.contacts-title {
  margin-top: 50px;
  margin-bottom: 100px;
}

.contacts-title h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 80px;
}

.contacts-subtitle h3 {
  font-weight: 300;
}

.contacts-subtitle .e-mail-text {
  text-decoration: none;
  font-weight: 400;
  color: black;
}

.contacts-subtitle .e-mail-text:hover {
  color: #df2e0b;
}

.contacts-social-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 50px;
}

.contacts-social-icons > li {
  display: inline-block;
}

.contacts-social-icons > li i {
  background: black;
  color: white;
  padding: 10px;
  border-radius: 50%;
  width: 36px;
  text-align: center;
}

.contacts-social-icons > li a:hover i {
  color: #df2e0b;
}

.contacts-form-container {
  padding-top: 40px;
  padding-bottom: 100px;
}

.contacts-form input,
.contacts-form textarea {
  border: none;
  border-radius: 0px;
  background-color: #201f1f;
}

.contacts-form .contacts-form-btn {
  display: inline-block;
  width: 100%;
  background-color: #df2e0b !important;
  text-align: center;
  text-decoration: none;
  color: white !important;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #df2e0b !important;
  cursor: pointer;
  font-weight: 500;
  line-height: 24px;
}

.contacts-form .contacts-form-btn:hover {
  background-color: white !important;
  border: 2px solid #df2e0b !important;
  color: #df2e0b !important;
}

.contacts-form input:focus,
.contacts-form textarea:focus {
  color: white;
  background-color: #201f1f;
  border-color: #201f1f;
  outline: none;
  box-shadow: none;
}

.contacts-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

.contacts-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.contacts-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

.contacts-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.mb-cf-left input {
  margin-bottom: 10px;
}
.mb-cf-right input,
textarea {
  margin-bottom: 10px;
}
.mb-cf-right textarea {
  max-height: 86px;
}

.contact-info-box {
  padding-top: 25px;
}
.contact-info-box ul li {
  display: inline-block;
}
.contact-info-box ul li i {
  margin-right: 5px;
}
.contact-info-box ul li span {
  color: #212529;
  margin-left: 10px;
  margin-right: 10px;
}
.contact-info-box ul li a {
  color: #df2e0b;
  text-decoration: none;
}
.contact-info-box ul li a:hover {
  text-decoration: underline;
}

/*=================================*/
.contact__msg.alert-success {
  color: #df2e0b;
  background-color: white;
  border-color: #df2e0b;
  border-radius: 0 !important;
}

.section-contact-us {
  background-color: white;
}

.home-contacts.contacts-form-container h2 {
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 1rem;
  color: #df2e0b;
}

.home-contacts.contacts-form-container .contacts-form input,
.home-contacts.contacts-form-container .contacts-form textarea {
  color: #201f1f;
  background: white;
  border: 1px solid #201f1f;
}

.home-contacts.contacts-form-container
  .contacts-form
  .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #201f1f;
}

.home-contacts.contacts-form-container
  .contacts-form
  .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #201f1f;
}

.home-contacts.contacts-form-container
  .contacts-form
  .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #201f1f;
}

.home-contacts.contacts-form-container
  .contacts-form
  .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #201f1f;
}

.contact-us-info {
  margin-left: 15%;
}

.contact-us-info h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
  color: #df2e0b;
}

.contact-us-info i {
  color: #201f1f;
}

.contact-us-info .contacts-social-icons > li {
  display: inline-block;
  margin-right: 10px;
}

.contact-us-info .contacts-social-icons > li i {
  font-size: 24px;
  width: 46px;
  vertical-align: middle;
  padding-bottom: 12px;
}

.contact-terms-check a {
  color: #df2e0b;
  text-decoration: none;
}

.contact-terms-check a:hover {
  text-decoration: underline;
}

.btn-on-map {
  display: inline-block;
  width: auto;
  background-color: white;
  text-align: center;
  text-decoration: none;
  color: #201f1f;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border: 2px solid #df2e0b;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  font-weight: 700;
}

.apply-work-btn {
  display: inline-block;
  width: auto;
  background-color: #df2e0b;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-on-map i {
  color: #df2e0b;
  margin-right: 5px;
}

.btn-on-map:hover {
  background-color: #201f1f;
  color: white;
  /* border: 2px solid #df2e0b; */
  outline: 0;
}

.btn-on-map:focus {
  outline: 0;
}
/* ==========================================================================
   OUTSIDE PAGES
   ========================================================================== */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: middle;
  margin-left: 30px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cecece;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #df2e0b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #df2e0b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.content-page-style {
  padding-top: 40px;
  padding-bottom: 60px;
}

.content-page-style ul {
  margin-left: -20px;
  font-weight: 300;
}

.content-page-style h1 {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: left;
  color: #df2e0b;
}

.content-page-style .wb-box h3 {
  font-weight: 300;
}
.content-page-style h3 {
  font-weight: 300;
}
.content-page-style .wb-box {
  margin-bottom: 30px;
}
.content-page-style p {
  font-weight: 300;
}

.img-wb {
  max-width: 630px;
  margin-bottom: 50px;
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.content-page-style a {
  color: #df2e0b;
  text-decoration: none;
}
.content-page-style a:hover {
  text-decoration: underline;
}

.special-text {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s ease;
}
.special-text.-expanded {
  max-height: 100vh;
}

.special-text:not(.-expanded)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.container-footer {
  padding-right: 50px;
  padding-left: 50px;
}

.footer-bg {
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #241f20;
}

.footer-logo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-logo .img-resize {
  max-width: 250px;
}

.footer-text p {
  margin-bottom: 0px;
  color: #cdcdcd;
}

footer p {
  color: #cdcdcd;
}

footer .footer-links-ul li {
  display: inline-block;
}
footer .footer-links-ul span {
  color: #cdcdcd;
  margin-left: 5px;
  margin-right: 5px;
}
footer .footer-links-ul li a {
  color: #cdcdcd;
  text-decoration: none;
}
footer .footer-links-ul li a:hover {
  text-decoration: underline;
}

.to-top-link {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  height: 32px;
  padding-top: 2px;
  border-radius: 50%;
  background: transparent;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.to-top-link:hover {
  background: rgba(39, 35, 36, 0.7);
  height: 32px;
  padding-top: 2px;
  border-radius: 50%;
}

.to-top-link .to-top .arrow-icon {
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  transform: rotate(270deg);
}

.to-top-link .to-top .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.to-top-link .to-top.show .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  transform: rotate(270deg);
}

.to-top-link .to-top.show .arrow-icon--circle {
  stroke-dashoffset: 0;
}

#cookies_policy {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 16px 16px;
  text-align: center;
}
#cookies_policy,
#cookies_policy a,
#cookies_policy div {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999;
}
#cookies_policy .btn {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  padding: 5px 14px 5px 14px;
  border: solid #999 1px;
  text-decoration: none;
}
#cookies_policy .btn:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: linear-gradient(to bottom, #f5f5f5, #e6e6e6);
  border: 1px solid #999;
  color: #333;
}
#cookies_policy .left {
  width: 50%;
  float: left;
  text-align: right;
  padding: 6px 10px 0 0;
}
#cookies_policy .right {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 10px;
}

#loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../img/loading.gif") 50% 50%
    no-repeat;
}

/* ==========================================================================
   MEDIA QUERY
   ========================================================================== */
@media (max-width: 1300px) {
  .mission-text h6 br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .about-header-img {
    background-size: cover;
  }

  .ht-wrap h2 {
    font-size: 4.5rem;
  }

  .ht-wrap h3 {
    font-size: 1.5rem;
  }

  .services-home h2 {
    margin-bottom: 50px;
  }

  .services-home img {
    margin-bottom: 40px;
  }

  .services-home h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .competences-home h2 {
    margin-bottom: 50px;
  }

  .competences-home img {
    max-width: initial;
    padding-left: initial;
  }

  .cop-home h2 {
    margin-bottom: 50px;
  }

  .mission-text h2 {
    font-size: 50px;
  }

  .mission-text h6 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .case-filter-nav .navbar-nav .nav-link {
    padding-right: 4rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0rem;
  }

  .case-filter-nav .navbar-nav .nav-link.active {
    padding-left: 1rem;
  }

  .section-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-md h2 {
    font-size: 48px;
  }

  .home-contacts.contacts-form-container h2 {
    font-size: 48px;
    margin-bottom: 3rem;
  }

  .section-md h6 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  /* .intro {
        display: none;
    } */
  /* .big-thumb .case-text h2 {
        font-size: 1.2rem;
    }
    .big-thumb .case-text p {
        margin-bottom: 0;
        font-size: 0.7rem;
    } */
  .big-thumb .case-text {
    padding: 20px 25px;
  }

  .about-header-img-text h1,
  .competences h1,
  .technologiest h1,
  .customers h1,
  .outsourcing-process h1,
  .contacts-title h1 {
    font-size: 2rem;
  }

  .outsourcing-process p,
  .competences p,
  .technologiest p,
  .customers p,
  .contacts-subtitle p,
  .contacts-title p {
    font-size: 16px;
  }

  .competences h4 {
    font-size: 1rem;
  }

  .contacts-title h3,
  .contacts-subtitle h3 {
    font-size: 1.5rem;
  }

  .footer-text {
    margin-top: 30px;
  }

  .case-thumb-overlay {
    background: transparent;
  }

  .case-thumb .case-text {
    background: rgba(0, 0, 0, 0.5);
  }

  .services-home ul {
    margin-bottom: 50px;
  }

  .contact-us-btn {
    display: none;
  }

  .contact-us-info {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }

  #map {
    height: 300px;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  .case-thumb.big-thumb {
    height: 100vh;
  }

  .case-thumb.small-thumb {
    height: 100vh;
  }

  .case-btn {
    height: 100vh;
  }
}

@media (max-width: 991.98px) and (orientation: portrait) {
  .case-thumb.big-thumb {
    height: 50vh;
  }
}

@media (min-width: 768px) and (max-height: 400px) {
  .pagination-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  #nav-control-sm {
    display: none;
  }

  .nav-wrap.open {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 3;
  }

  .hamburger {
    position: relative;
    display: inline-block;
    line-height: 13.33333px;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 1s;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hamburger .line {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-top: 1px solid #eee;
    transition: 0.5s ease;
  }

  .hamburger .line:first-child {
    transform: translateY(3.5px);
  }

  .hamburger .line:last-child {
    transform: translateY(-3.5px);
  }

  .hamburger.open:hover .line:first-child,
  .hamburger.open:hover .line:last-child {
    transform: translateY(0);
  }

  .hamburger.arrow .line {
    transform-origin: 100% 50%;
  }

  .hamburger.arrow:hover .line {
    margin-left: 30%;
  }

  .hamburger.arrow:hover .line:first-child,
  .hamburger.arrow:hover .line:last-child {
    width: 50%;
  }

  .hamburger.arrow:hover .line:first-child {
    transform: translateY(13.33333px) rotateZ(45deg);
  }

  .hamburger.arrow:hover .line:last-child {
    transform: translateY(-13.33333px) rotateZ(-45deg);
  }

  .hamburger.arrow:hover .line:nth-child(2) {
    width: 50%;
  }

  .menu-control {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .menu-control.open {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}

@media (max-width: 767.98px) {
  .pagination-nav {
    display: none;
  }

  .project-desc h1 {
    margin-top: 100px;
  }

  .long-back-link {
    display: none;
  }

  .nav-wrap {
    -webkit-transform: translateX(-767.98px);
    transform: translateX(-767.98px);
  }

  .nav-wrap.open {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .menu-control {
    width: 100%;
    height: 60px;
    padding-top: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
  }

  .menu-control.open {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  .logo-holder {
    max-width: 40px;
    float: left;
  }

  .logo-holder img {
    min-width: 40px;
    margin-top: 8px;
    margin-left: 5px;
  }

  #nav-control {
    display: none;
  }

  #nav-control-sm {
    display: block;
  }

  .hamburger {
    max-width: 45px;
    float: right;
    position: relative;
    line-height: 18.33333px;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 1s;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hamburger .line {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-top: 1px solid #eee;
    transition: 0.5s ease;
  }

  .hamburger .line:first-child {
    transform: translateY(3.5px);
  }

  .hamburger .line:last-child {
    transform: translateY(-3.5px);
  }

  .hamburger.arrow.open .line:nth-child(2) {
    visibility: hidden;
  }

  .hamburger.open .line:first-child,
  .hamburger.open .line:last-child {
    transform: translateY(0);
  }

  .hamburger.arrow.open .line {
    transform-origin: 100% 50%;
  }

  .hamburger.arrow.open .line:first-child {
    transform: translateY(30.33333px) rotateZ(45deg);
  }

  .hamburger.arrow.open .line:last-child {
    transform: translateY(-30.33333px) rotateZ(-45deg);
  }

  .nav-wrap {
    max-width: 100%;
    padding-top: 100px;
    z-index: 2;
  }

  .big-logo-nav {
    display: none;
  }

  .close-menu {
    display: none;
  }

  .side-nav-body {
    padding-left: initial;
  }

  #fullpage {
    margin-top: initial;
  }

  .about-header-img-text h1,
  .competences h1,
  .technologiest h1,
  .customers h1,
  .outsourcing-process h1,
  .contacts-title h1 {
    font-size: 1.5rem;
  }

  .outsourcing-process p,
  .competences p,
  .technologiest p,
  .customers p,
  .contacts-title p,
  .contacts-subtitle p {
    font-size: 14px;
  }

  .about-header {
    height: 50vw;
  }

  .page-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bg {
    background-position: initial !important;
  }

  .contacts-title h3,
  .contacts-subtitle h3 {
    font-size: 1.2rem;
  }

  .intro-logo {
    width: 100px;
  }

  .intro-text {
    width: 200px;
  }

  .ht-wrap h2 {
    font-size: 2.5rem;
  }

  .ht-wrap h3 {
    font-size: 1.5rem;
  }

  .ht-wrap i {
    font-size: 3rem;
  }
  .content-page-style {
    padding-top: 65px;
    padding-bottom: 40px;
  }
  .content-page-style h1 {
    font-size: 1.5rem;
  }
  .content-page-style h3 {
    font-size: 1.5rem;
  }
  .content-page-style .wb-box h3 {
    font-size: 1.3rem;
  }
  .content-page-style p {
    font-size: 14px;
  }
  .content-page-style ul {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .about-header {
    height: 70vw;
  }

  .about-header-img-text h1 {
    font-size: 1rem;
  }

  .outsourcing-process {
    margin-top: 50px;
  }

  .outsourcing-process-img {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .technologiest {
    margin-top: 50px;
  }

  .customers {
    margin-top: 50px;
  }

  .contacts-title h1 {
    margin-bottom: 50px;
  }

  .contacts-title {
    margin-bottom: 50px;
  }

  .outsourcing-process-img img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-logo {
    width: 70px;
  }

  .intro-text {
    width: 170px;
  }

  .box {
    width: 85px;
    height: 85px;
  }

  .text img {
    margin-left: 15px;
    margin-top: 10px;
  }
}

@media (max-height: 450px) {
  #fp-nav {
    display: none;
  }
}
