@charset "UTF-8";

.transition0 {
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}

.transition300ms,
.uk-offcanvas .uk-navbar-nav>li.deeper:after,
header .uk-navbar-nav>li>a,
header .uk-navbar-nav>li>span,
header .uk-navbar-nav>li>.nav-child>li span.nav-header,
header .uk-navbar-nav>li>.nav-child>li a,
header .uk-navbar-nav>li>.nav-child,
header .logo img,
header,
.button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.transition500ms,
.uk-offcanvas .uk-navbar-nav>li.deeper .nav-child {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.transition1000ms {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.text-shadow {
  text-shadow: 0 0 3px #E3367F;
}

/* core.css */
/* lean and simple css reset, based on Tantek Celik's reset - see comments below. */
/* (c) 2004-2010 Tantek Çelik. Some Rights Reserved. http://tantek.com */
/* This style sheet is licensed under a Creative Commons License.      */
/*             http://creativecommons.org/licenses/by/2.0              */
/* Purpose: undo some of the default styling of common browsers        */
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  color: #4E4E4E;
  height: auto !important;
  font-size: 16px;
  line-height: 30px;
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

section .container {
  background: #FFF;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  position: relative;
}

:link,
:visited,
ins {
  text-decoration: none;
}

nav ul,
nav ol {
  list-style: none;
}

dl,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
pre,
p,
blockquote,
form,
fieldset,
input,
label {
  margin: 0;
  padding: 0;
}

abbr,
img,
object,
a img,
:link img,
:visited img,
a object,
:link object,
:visited object {
  border: 0;
}

address,
abbr {
  font-style: normal;
}

a {
  color: #4E4E4E;
  text-decoration: none;
}

button,
a {
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

button:focus,
a:focus {
  outline: 0;
  background: transparent;
}

button:active,
a:active {
  outline: 0;
  background: transparent;
}

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

*:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4E4E4E !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4E4E4E;
  opacity: 1;
}

::-ms-input-placeholder {
  /* IE 10+ */
  color: #4E4E4E;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 18- */
  color: #4E4E4E;
  opacity: 1;
}

.uk-input::-webkit-input-placeholder {
  color: #4E4E4E;
}

.uk-input::-moz-placeholder {
  color: #4E4E4E;
}

.uk-input::placeholder {
  color: #4E4E4E;
}

.uk-textarea::-webkit-input-placeholder {
  color: #4E4E4E;
}

.uk-textarea::-moz-placeholder {
  color: #4E4E4E;
}

.uk-textarea::placeholder {
  color: #4E4E4E;
}

section {
  position: relative;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 28, 2017 6:10 AM */
@font-face {
  font-family: "Interstate";
  src: url("../interstateboldcondensed.html") format("woff2"), url("../interstateboldcondensed-2.html") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Interstate";
  src: url("../interstateregularcondensed.html") format("woff2"), url("../interstateregularcondensed-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "American Captain";
  src: url("../americancaptain.html") format("woff2"), url("../americancaptain-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4E4E4E;
}

h1,
.h1 {
  font-family: "Manrope", sans-serif;
  font-size: 37px;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1470px) {

  h1,
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {

  h1,
  .h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 639px) {

  h1,
  .h1 {
    font-size: 22px;
    line-height: 34px;
  }
}

h2,
.h2 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0;
}

@media only screen and (max-width: 1470px) {

  h2,
  .h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {

  h2,
  .h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 639px) {

  h2,
  .h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

h3,
.h3 {
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 1470px) {

  h3,
  .h3 {
    font-size: 20px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 768px) {

  h3,
  .h3 {
    font-size: 19px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 639px) {

  h3,
  .h3 {
    font-size: 16px;
    line-height: 25px;
  }
}

h4,
.h4 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {

  h4,
  .h4 {
    font-size: 15px;
    line-height: 19px;
  }
}

h5,
.h5 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {

  h5,
  .h5 {
    font-size: 16px;
    line-height: 19px;
  }
}

h6,
.h6 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

p,
.p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 12px 0 16px 0;
  color: #4E4E4E;
}

@media only screen and (max-width: 639px) {

  p,
  .p {
    font-size: 15px;
    line-height: 25px;
  }
}

p.mid,
.p.mid {
  font-size: 14px;
}

p.small,
.p.small {
  font-size: 12px;
}

p.first-child,
.p.first-child {
  margin-top: 0;
}

p.last-child,
.p.last-child {
  margin-bottom: 0;
}

li {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-left: 15px;
  margin-left: 1em;
}

@media only screen and (max-width: 639px) {
  li {
    font-size: 15px;
    line-height: 25px;
  }
}

li.mid {
  font-size: 14px;
}

@media only screen and (max-width: 1400px) {
  li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  li {
    font-size: 15px;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #FFF;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.grid-container {
  width: 100%;
  max-width: 1440px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1470px) {
  .grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.grid-container-small {
  width: 100%;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1470px) {
  .grid-container-small {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.grid-container-small-small {
  width: 100%;
  max-width: 695px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 980px) {
  .grid-container-small-small {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.menu-btn {
  color: #4E4E4E;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: right;
  text-transform: uppercase;
}

.menu-btn:hover {
  color: #EF6F23;
}

.button {
  height: 56px;
  display: inline-block;
  color: #FFF;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #EF6F23;
  line-height: 56px;
  letter-spacing: 1px;
  background: #EF6F23;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #FFF;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -53deg) translate3d(0, -3.1em, 0);
  transform: rotate3d(0, 0, 1, -53deg) translate3d(0, -3.1em, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.button:hover,
.button:focus {
  background: #FFF;
  color: #EF6F23;
}

.button:hover:before,
.button:focus:before {
  opacity: 1;
  background-color: #FFF;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button.btn-white {
  background: #FFF;
  color: #EF6F23;
  border: 1px solid #FFF;
}

.button.btn-white:before {
  background: #EF6F23;
}

.button.btn-white:hover,
.button.btn-white:focus {
  background: #EF6F23;
  color: #FFF;
}

.white {
  color: #FFF;
}

.orange {
  color: #EF6F23;
}

.bg-orange {
  background: #EF6F23;
}

.dark-bg {
  background: #4E4E4E;
}

.light-bg {
  background: #FBFBFB;
}

.white-bg {
  background: #FFF;
}

.strong {
  font-weight: 600;
}

.section-padding-top {
  padding-top: 120px;
}

@media only screen and (max-width: 768px) {
  .section-padding-top {
    padding-top: 40px;
  }
}

.section-padding-bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .section-padding-bottom {
    padding-bottom: 40px;
  }
}

.section-padding-tb {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .section-padding-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-padding-top-half {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .section-padding-top-half {
    padding-top: 20px;
  }
}

.section-padding-bottom-half {
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .section-padding-bottom-half {
    padding-bottom: 20px;
  }
}

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

@media only screen and (max-width: 768px) {
  .section-padding-tb-half {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-padding-top-one-fourth {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .section-padding-top-one-fourth {
    padding-top: 10px;
  }
}

.section-padding-bottom-one-fourth {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .section-padding-bottom-one-fourth {
    padding-bottom: 10px;
  }
}

.section-padding-tb-one-fourth {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .section-padding-tb-one-fourth {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section-padding-top-x2 {
  padding-top: 240px;
}

@media only screen and (max-width: 768px) {
  .section-padding-top-x2 {
    padding-top: 80px;
  }
}

.section-padding-bottom-x2 {
  padding-bottom: 240px;
}

@media only screen and (max-width: 768px) {
  .section-padding-bottom-x2 {
    padding-bottom: 80px;
  }
}

.section-padding-tb-x2 {
  padding-top: 240px;
  padding-bottom: 240px;
}

@media only screen and (max-width: 768px) {
  .section-padding-tb-x2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-padding-bottom-1 {
  padding-bottom: 1px;
}

div[class^=video_wrapper] {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

div[class^=video_wrapper] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uk-card-default {
  border-radius: 10px;
  color: #4E4E4E;
}

ul.uk-accordion li {
  list-style-type: none;
  margin-left: 0;
}

.text-color {
  color: #4E4E4E;
}

.center {
  text-align: center;
}

.alert-danger {
  color: #EF6F23;
}

.alert-danger p {
  color: #EF6F23;
  font-size: 18px;
}

.alert-success {
  color: #22620e;
}

.alert-success p {
  color: #22620e;
  font-size: 18px;
}

@media only screen and (max-width: 639px) {
  .uk-margin-medium-top {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-tablet {
    display: none;
  }
}

/************************
 * Standard Sections
 ************************/
/* Header / Menu */
.header-top {
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top .icon-tweet {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../twitter.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header-top .icon-tweet:hover {
  background-image: url(../twitter-orange.html);
}

.header-top .icon-facebook {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../fb.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header-top .icon-facebook:hover {
  background-image: url(../fb-orange.html);
}

.header-top .icon-linkedin {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../lin.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header-top .icon-linkedin:hover {
  background-image: url(../lin-orange.html);
}

.header-top .icon-instagram {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../ig.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header-top .icon-instagram:hover {
  background-image: url(../ig-orange.html);
}

.header-top .icon-youtube {
  display: inline-block;
  height: 15px;
  top: -4px;
  position: relative;
}

.header-top .menu-btn {
  margin-left: 10px;
}

header {
  z-index: 4;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

header .logo img {
  width: 290px;
}

@media only screen and (max-width: 1440px) {
  header .logo img {
    width: 260px;
  }
}

@media only screen and (max-width: 1380px) {
  header .logo img {
    width: 240px;
  }
}

@media only screen and (max-width: 1320px) {
  header .logo img {
    width: 230px;
  }
}

@media only screen and (max-width: 639px) {
  header .logo img {
    width: 180px;
  }
}

header .logoimage {
  background-image: url(../logo-negative.html);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  width: 250px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 639px) {
  header .logoimage {
    width: 180px;
    height: 34px;
  }
}

header.uk-sticky.uk-active {
  background: #4E4E4E;
}

header.uk-sticky.uk-active .logoimage {
  background-image: url(../logo-negative.html);
}

header .uk-navbar-nav>li {
  padding-left: 0;
  margin-left: 5px;
  margin-right: 5px;
}

header .uk-navbar-nav>li:first-child {
  display: none;
}

header .uk-navbar-nav>li:last-child {
  margin-right: 5px;
}

header .uk-navbar-nav>li:last-child a,
header .uk-navbar-nav>li:last-child span {
  margin-right: 0;
  padding-right: 0;
}

header .uk-navbar-nav>li.deeper>a,
header .uk-navbar-nav>li.deeper>span {
  position: relative;
}

header .uk-navbar-nav>li.deeper>a:after,
header .uk-navbar-nav>li.deeper>span:after {
  content: "";
  background: url(../svg/arrow-white.svg) no-repeat;
  display: inline-block;
  width: 6px;
  height: 9px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-left: 8px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

header .uk-navbar-nav>li.deeper>a:hover:after,
header .uk-navbar-nav>li.deeper>span:hover:after {
  background: url(../svg/arrow.svg) no-repeat;
  width: 6px;
  height: 9px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

header .uk-navbar-nav>li>.nav-child {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  color: #4E4E4E;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  display: table;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
  background: rgba(34, 31, 31, 0.9);
}

header .uk-navbar-nav>li>.nav-child.full-width {
  width: 100vw;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: -webkit-calc((-100vw + 1440px)/2);
  left: calc((-100vw + 1440px)/2);
  margin-left: 0;
  padding-left: -webkit-calc(((100vw - 1440px)/2) - 15px);
  padding-left: calc(((100vw - 1440px)/2) - 15px);
  padding-right: -webkit-calc(((100vw - 1440px)/2) - 10px);
  padding-right: calc(((100vw - 1440px)/2) - 10px);
  pointer-events: none;
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width {
    left: 0%;
    margin-left: -15px;
  }
}

header .uk-navbar-nav>li>.nav-child.full-width img {
  display: block;
}

@media only screen and (max-width: 959px) {
  header .uk-navbar-nav>li>.nav-child.full-width .left-text {
    display: none;
  }
}

header .uk-navbar-nav>li>.nav-child.full-width .left-text p {
  white-space: pre-line;
  color: #FFF;
  margin: 0;
}

header .uk-navbar-nav>li>.nav-child.full-width .right-text {
  margin-left: auto;
}

@media only screen and (max-width: 959px) {
  header .uk-navbar-nav>li>.nav-child.full-width .right-text {
    display: none;
  }
}

header .uk-navbar-nav>li>.nav-child.full-width .right-text-image {
  margin-top: 10px;
}

header .uk-navbar-nav>li>.nav-child.full-width .right-text-image a {
  padding: 0 20px;
  margin-top: 20px !important;
}

header .uk-navbar-nav>li>.nav-child.full-width li {
  width: 25%;
  margin-left: 0;
}

header .uk-navbar-nav>li>.nav-child.full-width li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

header .uk-navbar-nav>li>.nav-child.full-width li:nth-child(2) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

header .uk-navbar-nav>li>.nav-child.full-width li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

header .uk-navbar-nav>li>.nav-child.full-width li:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

header .uk-navbar-nav>li>.nav-child.full-width .nav-child {
  opacity: 1;
  visibility: visible;
  display: block;
  position: relative;
  left: 0;
  background: transparent;
  padding-top: 0px;
}

header .uk-navbar-nav>li>.nav-child.full-width .nav-child li {
  margin-left: 10px;
}

header .uk-navbar-nav>li>.nav-child.full-width .nav-child li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 0px;
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

header .uk-navbar-nav>li>.nav-child.full-width .nav-child li a {
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 0px;
  color: #EF6F23;
}

header .uk-navbar-nav>li>.nav-child.full-width .nav-child li a:hover {
  color: #FFF;
}

header .uk-navbar-nav>li>.nav-child.full-width-single {
  width: 100vw;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: -webkit-calc((-100vw + 1440px)/2);
  left: calc((-100vw + 1440px)/2);
  margin-left: 0;
  padding-left: -webkit-calc(((100vw - 1440px)/2) - 15px);
  padding-left: calc(((100vw - 1440px)/2) - 15px);
  padding-right: -webkit-calc(((100vw - 1440px)/2) - 10px);
  padding-right: calc(((100vw - 1440px)/2) - 10px);
  pointer-events: none;
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single {
    left: 0%;
    margin-left: -15px;
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single img {
  display: block;
}

@media only screen and (max-width: 959px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single .left-text {
    display: none;
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single .left-text p {
  white-space: pre-line;
  color: #FFF;
  margin: 0;
}

@media only screen and (max-width: 959px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single .right-text {
    display: none;
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single .right-text-image {
  margin-top: 10px;
}

header .uk-navbar-nav>li>.nav-child.full-width-single .right-text-image a {
  padding: 0 20px;
  margin-top: 20px !important;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li {
  width: 25%;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 10px;
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(1):before {
  display: none;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(2) {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(2):before {
  display: none;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(3) {
  height: 46px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 50%;
  position: absolute;
  top: 14%;
  padding-bottom: 20px;
  display: inline-block;
  left: -webkit-calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
  left: calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(4) {
    left: -webkit-calc(25% + 0px);
    left: calc(25% + 0px);
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  width: 50%;
  position: absolute;
  top: 22%;
  padding-bottom: 20px;
  display: inline-block;
  left: -webkit-calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
  left: calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(5) {
    left: -webkit-calc(25% + 0px);
    left: calc(25% + 0px);
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(6) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  width: 50%;
  position: absolute;
  top: 30%;
  padding-bottom: 20px;
  display: inline-block;
  left: -webkit-calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
  left: calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(6) {
    left: -webkit-calc(25% + 0px);
    left: calc(25% + 0px);
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
  width: 50%;
  position: absolute;
  top: 38%;
  padding-bottom: 20px;
  display: inline-block;
  left: -webkit-calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
  left: calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(7) {
    left: -webkit-calc(25% + 0px);
    left: calc(25% + 0px);
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(8) {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
  width: 50%;
  position: absolute;
  top: 46%;
  padding-bottom: 20px;
  display: inline-block;
  left: -webkit-calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
  left: calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(8) {
    left: -webkit-calc(25% + 0px);
    left: calc(25% + 0px);
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(9) {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
  width: 50%;
  position: absolute;
  top: 54%;
  padding-bottom: 20px;
  display: inline-block;
  left: -webkit-calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
  left: calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(9) {
    left: -webkit-calc(25% + 0px);
    left: calc(25% + 0px);
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(10) {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  width: 50%;
  position: absolute;
  top: 62%;
  padding-bottom: 20px;
  display: inline-block;
  left: -webkit-calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
  left: calc(-10px + (1440px * .25) + (100vw - 1440px)/2);
}

@media only screen and (max-width: 1440px) {
  header .uk-navbar-nav>li>.nav-child.full-width-single li:nth-child(10) {
    left: -webkit-calc(25% + 0px);
    left: calc(25% + 0px);
  }
}

header .uk-navbar-nav>li>.nav-child.full-width-single.nav-child li a {
  color: #EF6F23;
}

header .uk-navbar-nav>li>.nav-child.full-width-single.nav-child li a:hover {
  color: #FFF;
}

header .uk-navbar-nav>li>.nav-child.full-width-single.nav-child li a.button {
  color: #FFF;
}

header .uk-navbar-nav>li>.nav-child.full-width-single.nav-child li a.button:hover {
  color: #EF6F23;
}

header .uk-navbar-nav>li>.nav-child>li:first-child a {
  padding-top: 15px;
}

header .uk-navbar-nav>li>.nav-child>li {
  margin-left: 0;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 2px;
}

header .uk-navbar-nav>li>.nav-child>li a {
  text-transform: capitalize;
  padding: 0px 10px 15px 10px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  display: inline-block;
}

header .uk-navbar-nav>li>.nav-child>li a:hover {
  color: #EF6F23;
}

header .uk-navbar-nav>li>.nav-child>li span.nav-header {
  text-transform: capitalize;
  padding: 0px 10px 15px 10px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  display: inline-block;
}

header .uk-navbar-nav>li>.nav-child>li:hover>.nav-child {
  display: block;
  opacity: 1;
  visibility: visible;
}

header .uk-navbar-nav>li>.nav-child>li.active>a {
  color: #EF6F23;
}

header .uk-navbar-nav>li>.nav-child>li.active li.active>a,
header .uk-navbar-nav>li>.nav-child>li.active li:hover>a {
  color: #EF6F23;
}

header .uk-navbar-nav>li>.nav-child .nav-child {
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  visibility: hidden;
  background: #4E4E4E;
  padding: 15px 0px 0 0;
}

header .uk-navbar-nav>li>.nav-child .nav-child li {
  padding-left: 0;
}

header .uk-navbar-nav>li>.nav-child .nav-child li a {
  padding-top: 0px;
  padding-bottom: 20px;
}

header .uk-navbar-nav>li.active>a {
  border-radius: 18px;
  color: #EF6F23;
}

header .uk-navbar-nav>li:hover>.nav-child {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
}

header .uk-navbar-nav>li>a,
header .uk-navbar-nav>li>span {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  min-height: 80px;
  border-radius: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  padding: 0 15px;
}

header .uk-navbar-nav>li>a:hover,
header .uk-navbar-nav>li>a:focus,
header .uk-navbar-nav>li>a:active,
header .uk-navbar-nav>li>span:hover,
header .uk-navbar-nav>li>span:focus,
header .uk-navbar-nav>li>span:active {
  border-radius: 18px;
  color: #EF6F23;
}

header .uk-navbar-nav>li:hover>a {
  color: #EF6F23;
}

header .uk-navbar-nav>li.deeper:hover>a,
header .uk-navbar-nav>li.deeper.active>a,
header .uk-navbar-nav>li.deeper.active>span {
  color: #EF6F23;
}

header .uk-navbar-nav>li.deeper:hover>a:after,
header .uk-navbar-nav>li.deeper.active>a:after,
header .uk-navbar-nav>li.deeper.active>span:after {
  content: "";
  background-image: url(../svg/arrow.svg);
  width: 6px;
  height: 9px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

header .icon-menu {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../icon-menu.html);
  width: 44px;
  height: 44px;
}

.uk-navbar-nav img {
  display: none;
}

.uk-navbar-toggle {
  font-size: 24px;
  color: #FFF;
  padding: 0;
}

.uk-navbar-toggle:hover {
  color: #EF6F23;
}

.follower header {
  background: #4E4E4E;
  position: relative;
}

.follower header .logoimage {
  background-image: url(../logo-negative.html);
}

.uk-offcanvas .full-width .left-text,
.uk-offcanvas .full-width .right-text,
.uk-offcanvas .full-width-single .left-text,
.uk-offcanvas .full-width-single .right-text {
  display: none;
}

.uk-offcanvas .uk-offcanvas-bar {
  background: #4E4E4E;
  width: 100vw;
}

.uk-offcanvas .uk-offcanvas-bar .uk-close {
  color: white;
  top: 30px;
}

.uk-offcanvas .uk-offcanvas-bar .logo img {
  margin-top: 10px;
}

.uk-offcanvas .uk-navbar-nav {
  display: block !important;
  margin-top: 30px;
}

.uk-offcanvas .uk-navbar-nav>li {
  padding-left: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.uk-offcanvas .uk-navbar-nav>li.active>a {
  color: #EF6F23;
}

.uk-offcanvas .uk-navbar-nav>li.active .nav-child .active a {
  color: #EF6F23;
}

.uk-offcanvas .uk-navbar-nav>li.deeper .nav-child {
  max-height: 100vh;
}

.uk-offcanvas .uk-navbar-nav>li.deeper .nav-child.hide {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.uk-offcanvas .uk-navbar-nav>li.deeper .nav-child li {
  list-style-type: none;
  min-height: 40px;
}

.uk-offcanvas .uk-navbar-nav>li.deeper .nav-child li a {
  font-size: 18px;
}

.uk-offcanvas .uk-navbar-nav>li.deeper .nav-child li .nav-child li a {
  font-size: 16px;
}

.uk-offcanvas .uk-navbar-nav>li.deeper {
  position: relative;
}

.uk-offcanvas .uk-navbar-nav>li.deeper:after {
  content: "";
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}

.uk-offcanvas .uk-navbar-nav>li.deeper:hover:after {
  border-top: 5px solid #EF6F23;
}

.uk-offcanvas .uk-navbar-nav>li.deeper>a {
  width: 80%;
  z-index: 1;
  position: relative;
}

.uk-offcanvas .uk-navbar-nav>li.deeper.expanded:after,
.uk-offcanvas .uk-navbar-nav>li.deeper.active:after {
  border-top: 5px solid #EF6F23;
}

.uk-offcanvas .uk-navbar-nav>li>a,
.uk-offcanvas .uk-navbar-nav>li>span {
  min-height: 40px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
}

.uk-offcanvas .uk-navbar-nav>li>a:hover,
.uk-offcanvas .uk-navbar-nav>li>a:focus,
.uk-offcanvas .uk-navbar-nav>li>a:active,
.uk-offcanvas .uk-navbar-nav>li>span:hover,
.uk-offcanvas .uk-navbar-nav>li>span:focus,
.uk-offcanvas .uk-navbar-nav>li>span:active {
  color: #EF6F23;
}

.home-banner,
.product-video {
  height: -webkit-calc(100vh - 47px);
  height: calc(100vh - 47px);
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {

  .home-banner,
  .product-video {
    height: -webkit-calc(100vh - 47px);
    height: calc(100vh - 47px);
  }
}

.home-banner:after,
.product-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.home-banner span.typed-cursor,
.product-video span.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  display: inline-block;
}

.home-banner .content,
.product-video .content {
  position: relative;
  height: 100%;
  z-index: 2;
}

.home-banner .content .grid-container,
.product-video .content .grid-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner .content .grid-container .content-inner h1,
.product-video .content .grid-container .content-inner h1 {
  color: #FFF;
  font-size: 35px;
  line-height: 45px;
  max-width: 700px;
}

@media only screen and (max-width: 1470px) {

  .home-banner .content .grid-container .content-inner h1,
  .product-video .content .grid-container .content-inner h1 {
    font-size: 32px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 768px) {

  .home-banner .content .grid-container .content-inner h1,
  .product-video .content .grid-container .content-inner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {

  .home-banner .content .grid-container .content-inner h1,
  .product-video .content .grid-container .content-inner h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.home-banner .content .grid-container .content-inner h1 span,
.product-video .content .grid-container .content-inner h1 span {
  color: #EF6F23;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}

@media only screen and (max-width: 1470px) {

  .home-banner .content .grid-container .content-inner h1 span,
  .product-video .content .grid-container .content-inner h1 span {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 768px) {

  .home-banner .content .grid-container .content-inner h1 span,
  .product-video .content .grid-container .content-inner h1 span {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 639px) {

  .home-banner .content .grid-container .content-inner h1 span,
  .product-video .content .grid-container .content-inner h1 span {
    font-size: 30px;
    line-height: 40px;
  }
}

.home-banner video,
.product-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.home-banner .scrollto,
.product-video .scrollto {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.home-banner .scrollto .icon,
.product-video .scrollto .icon {
  color: #EF6F23;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1.5rem;
  height: 2.5rem;
  border: 2px solid #EF6F23;
  border-radius: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-banner .scrollto .icon:before,
.product-video .scrollto .icon:before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  width: 0.35rem;
  height: 0.35rem;
  background: currentcolor;
  border-radius: 100%;
  -webkit-animation: scrollhint 2s infinite;
  -o-animation: scrollhint 2s infinite;
  animation: scrollhint 2s infinite;
}

@-webkit-keyframes scrollhint {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 1.5rem);
    transform: translate(0, 1.5rem);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes scrollhint {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -o-transform: translate(0, 1.5rem);
    transform: translate(0, 1.5rem);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scrollhint {
  0% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 1.5rem);
    -o-transform: translate(0, 1.5rem);
    transform: translate(0, 1.5rem);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.home-banner:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.breadcrumb-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs {
  display: inline-block;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  overflow: auto;
}

@media only screen and (max-width: 639px) {
  .breadcrumbs {
    border-radius: 0px;
  }
}

.breadcrumbs .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: auto;
}

@media only screen and (max-width: 639px) {
  .breadcrumbs .breadcrumb {
    border-radius: 0px;
  }
}

.breadcrumbs .breadcrumb li {
  list-style-type: none;
  margin-left: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #4E4E4E;
  padding: 0px 10px 10px 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs .breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
  display: inline-block;
  color: #4E4E4E;
  text-transform: capitalize;
  font-weight: bold;
}

.breadcrumbs .breadcrumb li.active {
  color: #EF6F23;
}

.breadcrumbs .breadcrumb li.active a {
  color: #EF6F23;
}

.breadcrumbs .breadcrumb .divider-icon {
  background: #4E4E4E;
  display: inline-block;
  position: absolute;
  right: -4px;
  z-index: 1;
  width: 10px;
  height: 2px;
}

.page-header .breadcrumbs {
  padding-left: 120px;
}

@media only screen and (max-width: 1470px) {
  .page-header .breadcrumbs {
    padding-left: 45px;
  }
}

.page-header h1 {
  padding-left: 120px;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (max-width: 1470px) {
  .page-header h1 {
    padding-left: 45px;
  }
}

.page-header h1:before {
  content: "";
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mod-custom .top-content {
  padding-left: 120px;
  max-width: 950px;
}

@media only screen and (max-width: 1470px) {
  .mod-custom .top-content {
    padding-left: 45px;
  }
}

.mod-custom .mod-title {
  position: relative;
}

.mod-custom .mod-title:before {
  content: "";
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: -120px;
  top: 12px;
}

@media only screen and (max-width: 1470px) {
  .mod-custom .mod-title:before {
    top: 10px;
    left: -45px;
  }
}

@media only screen and (max-width: 980px) {
  .mod-custom .mod-title:before {
    left: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-custom .mod-title:before {
    top: 8px;
  }
}

.mod-custom .mod-subtitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-custom .mod-subtitle:before {
  content: "";
  width: 0px;
  height: 2px;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  background: #EF6F23;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mod-custom .mod-subtitle.orange:before {
  background: #EF6F23;
}

.mod-custom .mod-subtitle.white:before {
  background: #FFF;
}

.mod-custom .mod-subtitle.uk-scrollspy-inview:before {
  width: 52px;
}

.mod-custom .content p:last-child,
.mod-custom .content p.last-child {
  margin-bottom: 0 !important;
}

.owl-prev {
  background: url(../svg/arrow-left.svg) !important;
  width: 31px;
  height: 15px;
  display: inline-block;
}

.owl-prev:hover {
  background: url(../svg/arrow-left-orange.svg) !important;
}

.owl-prev span {
  display: none;
}

.owl-prev.disabled {
  opacity: 0.5;
  cursor: default !important;
  background: url(../svg/arrow-left.svg) !important;
}

.owl-next {
  background: url(../svg/arrow-right.svg) !important;
  width: 31px;
  height: 15px;
  display: inline-block;
  margin-left: 30px;
}

.owl-next:hover {
  background: url(../svg/arrow-right-orange.svg) !important;
}

.owl-next span {
  display: none;
}

.owl-next.disabled {
  opacity: 0.5;
  background: url(../svg/arrow-right.svg) !important;
  cursor: default !important;
}

.mod-service {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mod-service {
    overflow: hidden;
  }
}

.mod-service .owl-item:not(.active)+.owl-item .mod-subtitle {
  visibility: visible !important;
}

.mod-service .owl-item:not(.active)+.owl-item .mod-subtitle:before {
  width: 52px !important;
}

.mod-service:before {
  content: "";
  background: #4E4E4E;
  width: 100vw;
  height: 240px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .mod-service:before {
    height: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .mod-service:before {
    display: none;
  }
}

.mod-service .item {
  margin-top: 85px;
  padding-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .mod-service .item {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .mod-service .item {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .mod-service .item .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mod-service .item:before {
  content: "";
  background: #FBFBFB;
  width: 100vw;
  height: -webkit-calc(100% - (120px * 2) - 85px);
  height: calc(100% - (120px * 2) - 85px);
  position: absolute;
  top: 85px;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .mod-service .item:before {
    height: -webkit-calc(100% - (40px * 2) - 40px);
    height: calc(100% - (40px * 2) - 40px);
    top: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .mod-service .item:before {
    top: 0px;
  }
}

.mod-service .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
}

.mod-service .owl-carousel .owl-stage .owl-item {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-service .owl-carousel .owl-stage .owl-item .item {
  width: 100%;
}

.mod-service .owl-carousel .owl-stage .owl-item .grid-container {
  height: 100%;
}

.mod-service .owl-carousel .owl-stage .owl-item .grid-container .uk-grid {
  height: 100%;
}

.mod-service .content {
  max-width: 470px;
  padding-left: 120px;
}

@media only screen and (max-width: 1470px) {
  .mod-service .content {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-service .content {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .mod-service .content {
    min-height: 576px;
    padding-bottom: 40px;
  }
}

.mod-service .content p {
  margin-bottom: 0;
}

.mod-service .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  bottom: 107px;
  left: -webkit-calc((100vw - 650px)/2);
  left: calc((100vw - 650px)/2);
}

@media only screen and (max-width: 1470px) {
  .mod-service .owl-nav {
    left: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-service .owl-nav {
    bottom: 27px;
    left: 205px;
  }
}

@media only screen and (max-width: 600px) {
  .mod-service .owl-nav {
    display: none;
  }
}

.mod-service .owl-nav .owl-prev {
  background: url(../svg/arrow-left-white.svg) !important;
}

.mod-service .owl-nav .owl-prev:hover {
  background: url(../svg/arrow-left-orange.svg) !important;
}

.mod-service .owl-nav .owl-prev.disabled {
  background: url(../svg/arrow-left-white.svg) !important;
}

.mod-service .owl-nav .owl-next {
  background: url(../svg/arrow-right-white.svg) !important;
  margin-left: 30px;
}

.mod-service .owl-nav .owl-next:hover {
  background: url(../svg/arrow-right-orange.svg) !important;
}

.mod-service .owl-nav .owl-next.disabled {
  background: url(../svg/arrow-left-white.svg) !important;
}

.mod-service .owl-dots {
  display: none;
}

.mod-service .owl-item .content h2,
.mod-service .owl-item .content p,
.mod-service .owl-item .image {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.2;
}

.mod-service .owl-item.active .content h2,
.mod-service .owl-item.active .content p,
.mod-service .owl-item.active .image {
  opacity: 1;
}

.mod-service .image {
  margin-top: -85px;
  z-index: 9;
  position: relative;
  height: -webkit-calc(100% + 85px);
  height: calc(100% + 85px);
}

@media only screen and (max-width: 768px) {
  .mod-service .image {
    margin-top: -40px;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
  }
}

.mod-service .image img {
  z-index: 9;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mod-service .counter-outer {
  color: #FFF;
  z-index: 1;
  position: absolute;
  bottom: 105px;
  left: -webkit-calc(((100vw - 1440px)/2) + 120px);
  left: calc(((100vw - 1440px)/2) + 120px);
}

@media only screen and (max-width: 1470px) {
  .mod-service .counter-outer {
    left: -webkit-calc(45px + 15px);
    left: calc(45px + 15px);
  }
}

@media only screen and (max-width: 768px) {
  .mod-service .counter-outer {
    bottom: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .mod-service .counter-outer {
    display: none !important;
  }
}

.mod-service .counter-outer .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-service .counter-line {
  width: 140px;
  height: 2px;
  background: #FFF;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .mod-service .counter-line {
    width: 100px;
  }
}

.mod-service .counter-line .counter-line-red {
  height: 2px;
  position: absolute;
  background: #EF6F23;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 14.2857%;
}

.mod-sector {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 639px) {
  .mod-sector {
    overflow: hidden;
  }
}

@media only screen and (max-width: 639px) {
  .mod-sector .mod-sector-silder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .mod-sector .slide-outer {
    margin-left: -15px;
    margin-right: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    max-width: -webkit-calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}

.mod-sector .swiper-container {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-container {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: auto;
    margin-right: auto;
    overflow: visible;
  }
}

.mod-sector .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: top;
  align-items: top;
}

.mod-sector .swiper-slide {
  height: auto;
}

.mod-sector .swiper-slide .item {
  height: 100%;
}

.mod-sector .swiper-slide .item .content {
  text-align: left;
}

.mod-sector .swiper-slide .item .content p:first-child {
  margin-top: 0;
}

.mod-sector .swiper-slide .item .img {
  margin-top: 50px;
}

.mod-sector .swiper-slide .content h3,
.mod-sector .swiper-slide .content p,
.mod-sector .swiper-slide .image {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.2;
}

.mod-sector .swiper-slide.swiper-slide-active .content h3,
.mod-sector .swiper-slide.swiper-slide-active .content p,
.mod-sector .swiper-slide.swiper-slide-active .image {
  opacity: 1;
}

.mod-sector .pagination {
  position: relative;
}

.mod-sector .swiper-pagination-line {
  position: absolute;
  border: 1px dashed #d3d3d3;
  height: 600px;
  width: 2px;
  right: 116px;
}

@media only screen and (max-width: 1470px) {
  .mod-sector .swiper-pagination-line {
    right: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .mod-sector .swiper-pagination-line {
    right: 21px;
  }
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination-line {
    right: -16px;
    height: 1px;
    width: 100%;
    top: 44px;
    display: none;
  }
}

.mod-sector .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination {
    width: 100%;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mod-sector .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1;
}

.mod-sector .swiper-pagination .swiper-pagination-bullet h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: right;
  margin-right: 120px;
  margin-top: 20px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1470px) {
  .mod-sector .swiper-pagination .swiper-pagination-bullet h3 {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 786px) {
  .mod-sector .swiper-pagination .swiper-pagination-bullet h3 {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .swiper-pagination-bullet h3 {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .swiper-pagination-bullet h3>span {
    display: none;
  }
}

.mod-sector .swiper-pagination .icon-circle-outer {
  position: relative;
  width: 76px;
  min-width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #FFF;
  display: inline-block;
  margin-left: 30px;
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .icon-circle-outer {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-left: 0px;
  }
}

.mod-sector .swiper-pagination .icon-circle-outer .icon {
  top: 50%;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .icon-circle-outer .icon {
    -webkit-background-size: 50% 50%;
    background-size: 50%;
    background-position: 50%;
  }
}

.mod-sector .swiper-pagination .icon-circle.left {
  position: absolute;
  clip: rect(0, 76px, 76px, 38px);
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .icon-circle.left {
    clip: rect(0, 50px, 50px, 25px);
  }
}

.mod-sector .swiper-pagination .icon-circle.right {
  position: absolute;
  clip: rect(0px, 38px, 76px, 0px);
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .icon-circle.right {
    clip: rect(0px, 25px, 50px, 0px);
  }
}

.mod-sector .swiper-pagination .icon-circle span {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
  border: 6px solid #EF6F23;
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .icon-circle span {
    width: 38px;
    height: 38px;
  }
}

.mod-sector .swiper-pagination .swiper-pagination-bullet-active h3 {
  color: #EF6F23;
}

.mod-sector .swiper-pagination .swiper-pagination-bullet-active .icon-circle-outer {
  width: 76px;
  height: 76px;
  -webkit-box-shadow: inset 0px 0px 0px 6px rgba(240, 110, 32, 0.5);
  box-shadow: inset 0px 0px 0px 6px rgba(240, 110, 32, 0.5);
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .swiper-pagination-bullet-active .icon-circle-outer {
    width: 50px;
    height: 50px;
  }
}

.mod-sector .swiper-pagination .swiper-pagination-bullet-active .icon-circle span {
  opacity: 1;
}

.mod-sector .swiper-pagination .swiper-pagination-bullet-active .icon-circle.left span {
  clip: rect(0px, 38px, 76px, 0px);
  -webkit-animation: rotate-left 15.5s infinite linear;
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .swiper-pagination-bullet-active .icon-circle.left span {
    clip: rect(0px, 25px, 50px, 0px);
  }
}

.mod-sector .swiper-pagination .swiper-pagination-bullet-active .icon-circle.right span {
  clip: rect(0, 76px, 76px, 38px);
  -webkit-animation: rotate-right 15.5s infinite linear;
}

@media only screen and (max-width: 639px) {
  .mod-sector .swiper-pagination .swiper-pagination-bullet-active .icon-circle.right span {
    clip: rect(0, 50px, 50px, 25px);
  }
}

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}

@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}

.mod-sector .icon-electricity {
  background-image: url(../svg/electricity-2.svg);
  width: 24px;
  height: 52px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mod-sector .icon-oil {
  background-image: url(../svg/oil.svg);
  width: 36px;
  height: 50px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mod-sector .icon-rail {
  background-image: url(../svg/rail.svg);
  width: 45px;
  height: 50px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mod-sector .icon-water {
  background-image: url(../svg/water-2.svg);
  width: 36px;
  height: 52px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mod-sector .icon-defence {
  background-image: url(../svg/defence.svg);
  width: 44px;
  height: 50px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mod-sector .icon-industrial {
  background-image: url(../svg/industrial-2.svg);
  width: 50px;
  height: 40px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1470px) {
  .mod-projects {
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .mod-projects .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.2;
  }
}

@media only screen and (max-width: 600px) {
  .mod-projects .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
  }
}

.mod-projects .owl-nav {
  position: relative;
  top: -webkit-calc(120px / 2);
  top: calc(120px / 2);
}

.mod-projects .owl-nav {
  position: absolute;
  right: 0px;
  top: -100px;
}

@media only screen and (max-width: 1470px) {
  .mod-projects .owl-nav {
    right: -45px;
  }
}

@media only screen and (max-width: 1200px) {
  .mod-projects .owl-nav {
    top: -70px;
  }
}

@media only screen and (max-width: 600px) {
  .mod-projects .owl-nav {
    top: auto;
    bottom: -57px;
    right: 0px;
  }
}

.mod-projects .owl-dots {
  position: absolute;
}

.mod-projects .owl-prev {
  background: url(../svg/arrow-left-white.svg) !important;
}

.mod-projects .owl-prev:hover {
  background: url(../svg/arrow-left-orange.svg) !important;
}

.mod-projects .owl-prev.disabled {
  background: url(../svg/arrow-left-white.svg) !important;
}

.mod-projects .owl-next {
  background: url(../svg/arrow-right-white.svg) !important;
}

.mod-projects .owl-next:hover {
  background: url(../svg/arrow-right-orange.svg) !important;
}

.mod-projects .owl-next.disabled {
  background: url(../svg/arrow-right-white.svg) !important;
}

.mod-projects .select-category-hidden {
  height: 0;
  opacity: 0;
}

.mod-safety .mod-title:before {
  background-image: url(../svg/arrow-white.svg);
}

.mod-safety h5,
.mod-safety h2,
.mod-safety p {
  color: #FFF;
}

.mod-safety h5::before {
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  .mod-safety img {
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .mod-safety img {
    width: 40px;
  }
}

.mod-safety-bottom {
  position: relative;
}

.mod-safety-bottom:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  background: #EF6F23;
  display: inline-block;
  z-index: -1;
}

.mod-safety-bottom:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background: #FBFBFB;
  display: inline-block;
  z-index: -1;
}

@media only screen and (max-width: 639px) {

  .project-list #filter-btn h6,
  .mod-projects #filter-btn h6 {
    margin-bottom: 5px;
  }
}

.project-list .filter-select,
.mod-projects .filter-select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding-left: 3px;
  background-image: none !important;
  margin-left: -3px;
  width: 220px;
}

@media only screen and (max-width: 639px) {

  .project-list .filter-select,
  .mod-projects .filter-select {
    width: 100%;
  }
}

.project-list .select-outer,
.mod-projects .select-outer {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
}

@media only screen and (max-width: 639px) {

  .project-list .select-outer,
  .mod-projects .select-outer {
    width: 100%;
  }
}

.project-list .select-outer:after,
.mod-projects .select-outer:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 0;
}

.project-list .icon+.icon,
.mod-projects .icon+.icon {
  margin-left: 8px;
}

.project-list .icon,
.mod-projects .icon {
  display: inline-block;
  background-position: bottom;
}

.project-list .icon.icon-electricity,
.mod-projects .icon.icon-electricity {
  background-image: url(../svg/electricity-2.svg);
  width: 12px;
  height: 26px;
  -webkit-background-size: 75% 75%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.project-list .icon.icon-oil,
.mod-projects .icon.icon-oil {
  background-image: url(../svg/oil.svg);
  width: 18px;
  height: 25px;
  -webkit-background-size: 75% 75%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.project-list .icon.icon-rail,
.mod-projects .icon.icon-rail {
  background-image: url(../svg/rail.svg);
  width: 25px;
  height: 25px;
  -webkit-background-size: 75% 75%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.project-list .icon.icon-water,
.mod-projects .icon.icon-water {
  background-image: url(../svg/water-2.svg);
  width: 18px;
  height: 26px;
  -webkit-background-size: 75% 75%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.project-list .icon.icon-defence,
.mod-projects .icon.icon-defence {
  background-image: url(../svg/defence.svg);
  width: 22px;
  height: 25px;
  -webkit-background-size: 75% 75%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.project-list .icon.icon-industrial,
.mod-projects .icon.icon-industrial {
  background-image: url(../svg/industrial-2.svg);
  width: 31px;
  height: 22px;
  -webkit-background-size: 75% 75%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.project-list-inner {
  margin-bottom: -40px;
}

.project-list-inner>.uk-grid-margin {
  margin-top: 0;
}

.project-list-inner .block {
  margin-bottom: 40px;
}

.project-item img {
  margin-bottom: 15px;
}

.project-item p.small {
  color: #969393;
  margin-top: -8px;
  margin-bottom: 0px;
}

.project-item a:hover h3 {
  color: #EF6F23;
}

.mod_accreditation .banneritem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mod_accreditation .banneritem img {
    width: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .mod_accreditation .banneritem img {
    width: 60px;
  }
}

.mod_partner .banneritem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-detail {
  position: relative;
}

@media only screen and (max-width: 639px) {
  .project-detail {
    overflow: hidden;
  }
}

.project-detail:after {
  content: "";
  background: #4E4E4E;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -webkit-calc(((100vw - 1200px)/2) + (1200px*3/5));
  left: calc(((100vw - 1200px)/2) + (1200px*3/5));
}

@media only screen and (max-width: 1200px) {
  .project-detail:after {
    left: -webkit-calc(100% * 3/5);
    left: calc(100% * 3/5);
  }
}

@media only screen and (max-width: 639px) {
  .project-detail:after {
    display: none;
  }
}

.project-detail .image-outer .image img {
  max-height: 500px;
}

.project-detail .content-left {
  padding-right: 120px;
}

@media only screen and (max-width: 1470px) {
  .project-detail .content-left {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 639px) {
  .project-detail .content-left {
    padding-right: 0;
  }
}

.project-detail .content-right {
  padding-left: 80px;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 639px) {
  .project-detail .content-right {
    padding-left: 40px;
  }
}

.project-detail .content-right p {
  color: #969393;
  margin-top: -10px;
  margin-bottom: 30px;
}

.project-detail .content-right h5 {
  color: #FFF;
  margin-bottom: 15px;
}

@media only screen and (max-width: 639px) {
  .project-detail .content-right h5 {
    color: #4E4E4E;
  }
}

.project-detail .content-right .content-right-inner {
  position: relative;
}

.project-detail .content-right .content-right-inner p.last {
  margin-bottom: 0;
}

.project-detail .location-icon {
  display: inline-block;
  background: url(../location.html);
  width: 15px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 2px;
}

.project-detail .client-icon {
  display: inline-block;
  background: url(../client.html);
  width: 20px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 2px;
}

.project-detail .completion-icon {
  display: inline-block;
  background: url(../completion.html);
  width: 21px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 2px;
}

.project-detail .service-icon {
  display: inline-block;
  background: url(../service.html);
  width: 22px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 2px;
}

.project-detail .sector-icon {
  display: inline-block;
  background: url(../sector.html);
  width: 20px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 2px;
}

.project-detail .value-icon {
  display: inline-block;
  background: url(../value.html);
  width: 22px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 2px;
}

.image-outer {
  position: relative;
  background-color: tranparent;
  height: 100%;
}

.image-outer .image {
  z-index: 2;
  position: relative;
  height: 100%;
}

.image-outer .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-outer .video-play {
  background-image: url(../svg/play.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  width: 119px;
  height: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .image-outer .video-play {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 639px) {
  .image-outer .video-play {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
}

.image-gallery .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.image-gallery .owl-nav {
  position: absolute;
  top: -webkit-calc(100% + 35px);
  top: calc(100% + 35px);
}

@media only screen and (max-width: 768px) {
  .image-gallery .owl-nav {
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
  }
}

.image-gallery .owl-dots {
  display: none;
}

.service-item .block {
  height: 100%;
}

.service-item .block a {
  height: 100%;
  display: inline-block;
}

.service-item .block a:hover h3 {
  color: #EF6F23;
}

.service-item .block .item {
  height: 100%;
  border: 1px solid #DBDBDB;
}

.service-item .content {
  padding: 30px;
}

.service-item .content p:last-child {
  margin-bottom: 0;
}

.service-item .icon-circle {
  width: 89px;
  height: 89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 30px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FFF;
  margin-bottom: -15%;
}

.service-item .icon {
  display: inline-block;
  position: relative;
}

.service-item .icon.icon-electricity {
  background: url(../svg/electricity-2.svg);
  width: 12px;
  height: 26px;
}

.service-item .icon.icon-oil {
  background: url(../svg/oil.svg);
  width: 18px;
  height: 25px;
}

.service-item .icon.icon-rail {
  background: url(../svg/rail.svg);
  width: 25px;
  height: 25px;
}

.service-item .icon.icon-water {
  background: url(../svg/water-2.svg);
  width: 18px;
  height: 26px;
}

.service-item .icon.icon-defence {
  background: url(../svg/defence.svg);
  width: 22px;
  height: 25px;
}

.service-item .icon.icon-industrial {
  background: url(../svg/industrial-2.svg);
  width: 31px;
  height: 22px;
}

@media only screen and (max-width: 639px) {
  .service-detail {
    overflow: hidden;
  }
}

.service-detail .image-outer .image img {
  max-height: 500px;
}

.service-detail .content-left {
  z-index: 1;
  position: relative;
}

.service-detail .content-left p {
  margin-top: -10px;
  margin-bottom: 30px;
}

.service-detail .content-left h5 {
  color: #4E4E4E;
}

.service-detail .content-left .content-left-inner {
  position: relative;
}

.service-detail .content-left .content-left-inner h5 {
  padding-left: 40px;
}

.service-detail .content-left .content-left-inner p,
.service-detail .content-left .content-left-inner ul {
  padding-left: 40px;
}

.service-detail .sector-icon {
  display: inline-block;
  background: url(../sector.html);
  width: 20px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 2px;
}

.mod_bannerinformation p {
  color: #FFF;
}

.mod_bannerinformation .icon-deliver {
  display: inline-block;
  background: url(../deliver.html);
  width: 89px;
  height: 89px;
  position: relative;
}

.mod_bannerinformation .icon-people {
  display: inline-block;
  background: url(../people.html);
  width: 89px;
  height: 89px;
  position: relative;
}

.mod_bannerinformation .icon-flexibility {
  display: inline-block;
  background: url(../people.html);
  width: 89px;
  height: 89px;
  position: relative;
}

.mod_bannerinformation .icon-turnkey {
  display: inline-block;
  background: url(../turnkey.html);
  width: 89px;
  height: 89px;
  position: relative;
}

.mod_bannerinformation2 .icon {
  display: inline-block;
  width: 89px;
  height: 89px;
  color: #EF6F23;
  font-style: normal;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.back-to-prev {
  float: right;
  z-index: 2;
  position: relative;
  top: 35px;
}

@media only screen and (max-width: 768px) {
  .back-to-prev {
    top: 19px;
    color: #4E4E4E;
  }
}

.back-to-prev i {
  display: inline-block;
  top: 2px;
  position: relative;
  margin-right: 7px;
}

@media only screen and (max-width: 639px) {
  .back-to-prev i {
    color: #4E4E4E;
  }
}

.back-to-prev h6 {
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .back-to-prev h6 {
    color: #4E4E4E;
  }
}

.back-to-prev a:hover i,
.back-to-prev a:hover h6 {
  color: #EF6F23;
}

.contact-item {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .contact-item {
    overflow: hidden;
  }
}

.contact-item:after {
  content: "";
  background: #EF6F23;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -webkit-calc(((100vw - 1200px)/2) + (1200px*2/3));
  left: calc(((100vw - 1200px)/2) + (1200px*2/3));
}

@media only screen and (max-width: 1200px) {
  .contact-item:after {
    left: -webkit-calc(100% * 2/3);
    left: calc(100% * 2/3);
    width: -webkit-calc(100% * 1/3);
    width: calc(100% * 1/3);
  }
}

@media only screen and (max-width: 639px) {
  .contact-item:after {
    display: none;
  }
}

.contact-item .content-left {
  max-width: 570px;
}

.contact-item .content-right {
  padding-left: 80px;
  z-index: 1;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1470px) {
  .contact-item .content-right {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .contact-item .content-right {
    display: none;
  }
}

.contact-item .content-right p,
.contact-item .content-right a {
  color: #FFF;
}

@media only screen and (max-width: 639px) {

  .contact-item .content-right p,
  .contact-item .content-right a {
    color: #4E4E4E;
  }
}

.contact-item .content-right h5,
.contact-item .content-right h3,
.contact-item .content-right h4 {
  color: #FFF;
}

@media only screen and (max-width: 639px) {

  .contact-item .content-right h5,
  .contact-item .content-right h3,
  .contact-item .content-right h4 {
    color: #4E4E4E;
  }
}

.contact-item .content-right .content-right-inner {
  position: relative;
}

.contact-item .content-right .contact-social {
  position: absolute;
  bottom: 0;
}

.contact-item .button {
  width: 100%;
  background: #4E4E4E;
  border: 1px solid #4E4E4E;
}

.contact-item .button:hover {
  color: #4E4E4E;
}

.contact-item .g-recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

form {
  /*@media screen and (max-width: 34em) {
  	.input__field--kaede:focus + .input__label--kaede,
  	.input--filled .input__label--kaede  {
  		-webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
  		transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
  		pointer-events: none;
  	}
  }*/
}

form .uk-input,
form .uk-select {
  height: 58px !important;
  font-size: 14px;
}

form .uk-input::-webkit-input-placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-input::-moz-placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-input::placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-select::-webkit-input-placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-select::-moz-placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-select::placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-textarea::-webkit-input-placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-textarea::-moz-placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form .uk-textarea::placeholder {
  color: #4E4E4E;
  font-size: 14px;
}

form input[type=submit] {
  background: transparent;
  border: none;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

form .button:hover input[type=submit] {
  color: #EF6F23;
}

form .uk-input:focus,
form .uk-select:focus,
form .uk-textarea:focus {
  border-color: #e5e5e5;
}

form .input__field {
  position: relative;
  display: block;
  float: right;
  width: 60%;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

form .input__field:focus {
  outline: none;
}

form .input__label {
  display: inline-block;
  float: right;
  width: 40%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4E4E4E;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form .input__label-content {
  position: relative;
  display: block;
  width: 100%;
}

form .input--kaede {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 1px solid #e5e5e5;
  width: 100%;
  vertical-align: top;
}

form .input__field--kaede {
  position: absolute;
  top: 0;
  right: 100%;
  width: 60%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

form .input__label--kaede {
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  cursor: text;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

form .input__field--kaede:focus,
form .input--filled .input__field--kaede {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

form .input__field--kaede:focus+.input__label--kaede,
form .input--filled .input__label--kaede {
  -webkit-transform: translate3d(60%, 0, 0);
  transform: translate3d(60%, 0, 0);
  background: #e5e5e5;
}

.news-list .news-intro p {
  max-width: 310px;
}

.news-list .mod-title {
  position: relative;
}

.news-list .mod-title:before {
  content: "";
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: -120px;
  top: 12px;
}

@media only screen and (max-width: 1470px) {
  .news-list .mod-title:before {
    top: 10px;
    left: -45px;
  }
}

@media only screen and (max-width: 980px) {
  .news-list .mod-title:before {
    left: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .news-list .mod-title:before {
    top: 8px;
  }
}

.news-list .date {
  font-size: 14px;
  color: #969393;
  margin-bottom: 0;
}

.news-list .title {
  margin-top: 0;
  margin-bottom: 0;
}

.news-list p {
  margin-top: 0;
}

.news-list .item+.item {
  border-top: 1px solid #DBDBDB;
  margin-top: 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 1000px) {
  .article-default {
    overflow: hidden;
  }
}

.article-default .image img {
  width: 100%;
  height: auto;
}

.article-default p:first-child {
  margin-top: 0;
}

.article-default h3 {
  margin-bottom: 16px;
}

.article-default li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-left: 0;
}

.article-default li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

@media only screen and (max-width: 639px) {
  .article-page .owl-nav {
    display: none;
  }
}

footer {
  background: #4E4E4E;
}

footer .logo {
  z-index: 2;
  position: relative;
  display: inline-block;
}

footer .logo img {
  width: 250px;
}

@media only screen and (max-width: 639px) {
  footer .logo img {
    width: 200px;
  }
}

footer .footer-top h4 {
  color: #FFF;
}

footer .footer-top p,
footer .footer-top a,
footer .footer-top span {
  color: #FFF;
  font-weight: 500;
}

footer .footer-top .orange {
  color: #EF6F23;
}

footer .footer-top p:first-child {
  margin-top: 0;
}

footer .footer-top a:hover {
  color: #EF6F23;
}

footer .footer-top .newsletter-outer {
  max-width: 467px;
}

footer .footer-top .menu-btn {
  font-size: 14px;
}

footer .footer-top .uk-navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block !important;
}

footer .footer-top .uk-navbar-nav li {
  margin-left: 0;
  padding-left: 0;
}

footer .footer-top .uk-navbar-nav .deeper .nav-child {
  display: none;
}

footer .footer-top .uk-navbar-nav>li>a {
  min-height: auto;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 0;
  padding-right: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}

footer .footer-top .totop {
  text-align: right;
}

footer .footer-top .totop svg {
  display: none;
}

footer form .uk-input {
  width: 300px;
}

footer form .uk-form-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer form .uk-margin {
  margin-top: 20px;
}

footer .footer-bottom {
  color: #969393;
  font-size: 14px;
  font-weight: 500;
}

footer .footer-bottom .grid-container {
  border-top: 1px solid #666666;
}

footer .footer-bottom .footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 639px) {
  footer .footer-bottom .footer-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .footer-bottom a {
  color: #969393;
  font-size: 14px;
}

footer .footer-bottom a:hover {
  color: #EF6F23;
}

footer .footer-bottom span+span {
  float: right;
}

.footer-top .icon-tweet {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../twitter-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.footer-top .icon-tweet:hover {
  background-image: url(../twitter-orange.html);
}

.footer-top .icon-facebook {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../fb-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.footer-top .icon-facebook:hover {
  background-image: url(../fb-orange.html);
}

.footer-top .icon-linkedin {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../lin-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.footer-top .icon-linkedin:hover {
  background-image: url(../lin-orange.html);
}

.footer-top .icon-instagram {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../ig-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.footer-top .icon-instagram:hover {
  background-image: url(../ig-orange.html);
}

.footer-top .icon-youtube {
  display: inline-block;
  height: 15px;
  top: -3px;
  position: relative;
}

.contact-social .icon-tweet {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../twitter-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.contact-social .icon-tweet:hover {
  background-image: url(../twitter.html);
}

.contact-social .icon-facebook {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../fb-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.contact-social .icon-facebook:hover {
  background-image: url(../fb.html);
}

.contact-social .icon-linkedin {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../lin-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.contact-social .icon-linkedin:hover {
  background-image: url(../lin.html);
}

.contact-social .icon-instagram {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../ig-white.html);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.contact-social .icon-instagram:hover {
  background-image: url(../ig.html);
}

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

.gallery-content-7 .gallery-image{
  max-width: 83px;
}

.gallery-content-9 .gallery-image{
  max-width: 200px;
  padding: 20px;
}

.gallery-content-4 .gallery-image,
.gallery-content-5 .gallery-image,
.gallery-content-6 .gallery-image{
  max-width: 81px;
}

.gallery-content-1 .gallery-image{
  max-width: 102px;
}

