@charset "UTF-8";
/* CUSTOM FONTS */


/*@font-face {
  font-family: "arial-black";
  src: url("arial-black.ttf");
}
@font-face {
  font-family: "Mont1";
  src: url("../fonts/Mont-Heavy.ttf");
}*/
.preloader .inner .percentage {
    width: 100%;
    font-family: "arial-black", 'Arial Black', Arial, Impact, sans-serif;
    font-weight: 800;
    /*font-family: "Avenir-Black";*/
    /*font-size: 60vh;*/
    font-size: 500px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*    top: 50%;
        transform: translateY(-50%);*/
    text-align: center;
    opacity: 0.05;
    transition-delay: 0.1s;
}

@font-face {
    font-family: "AvenirLTStd-Book";
    src: url("../fonts/AvenirLTStd-Book.otf");
}

@font-face {
    font-family: "AvenirLTStd-Heavy";
    src: url("../fonts/AvenirLTStd-Heavy.otf");
}
@font-face {
    font-family: "AvenirLTStd-Light";
    src: url("../fonts/AvenirLTStd-Light.otf");
}
@font-face {
    font-family: "Avenir-Black";
    src: url("../fonts/Avenir-Black.otf");
}
@font-face {
    font-family: "AvenirLTStd-Roman";
    src: url("../fonts/AvenirLTStd-Roman.otf");
}
@font-face {
    font-family: "Avenir-Medium";
    src: url("../fonts/Avenir-Medium.ttf");
}
 @font-face {
	 font-family: "arial-black";
	 src: url("arial-black.ttf");
}

/* BODY */
* {
    outline: none !important;
}

body {
    margin: 0;
    padding-left: 150px;
    padding-right: 50px;
    font-family: "AvenirLTStd-Heavy";
    font-size: 17px;
    color: #282828;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* LINKS */
a {
    color: #a2cc3a;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #282828;
}

a:active {
    text-decoration: underline;
}

/* HTML ELEMENTS */
img {
    max-width: 100%;
}

p {
    line-height: 1.5;
}

/* FORM ELEMENTS */
input[type=text], input[type=password] {
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
}

textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    padding: 15px 20px;
}
#works{
    margin-top:100px;
}


button[type=submit] {
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}
button[type=submit] * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
button[type=submit] strong {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 58px;
    border: 1px solid #282828;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    background: #282828;
    color: #fff;
}
button[type=submit] strong:hover {
    text-decoration: none;
}
button[type=submit] b {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}
button[type=submit] i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}
button[type=submit]:hover b {
    width: 50px;
    margin-left: 20px;
}
button[type=submit]:hover i {
    opacity: 0;
}

/* CUSTOM CONTAINER */
@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}
/* CUSTOM ELEMENTS */
.color-dark {
    background-color: #282828;
}
.color-dark .left-side ul {
    width: 100vh;
    line-height: 1;
    display: block;
    margin: 0;
    margin-top: 50vh;
    margin-left: -9px;
    padding: 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}
.color-dark .left-side ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.color-dark .left-side ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding: 0 2px;
    color: #fff;
}
moe .color-dark .left-side ul li a:hover {
    text-decoration: none;
}
.color-dark .left-side ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.color-dark .left-side ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width 0.25s ease;
}
.color-dark .left-side ul li a:hover:before {
    width: 100%;
    background: #fff;
    transition: width 0.25s ease;
}
.color-dark .left-side ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.color-dark .left-side .logo img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.color-dark .left-side .gotop img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.color-light {
    background-color: #fff;
}
.color-green {
    background-color: #a2cc3a;
    /*    background-size: 100%;
        background-image: -moz-linear-gradient(90deg, #548d3c, #a4ce3a);
        background-image: -webkit-linear-gradient(90deg, #548d3c, #a4ce3a);
        background-image: linear-gradient(90deg, #548d3c, #a4ce3a)*/
}

.color-undefined {
    background-color: transparent;
}
.overflow {
    overflow: hidden;
}
/*
*/.overflow {
    overflow: hidden;
}

/* ODOMETER */
.odometer {
    line-height: 1;
}
.odometer .odometer-digit {
    padding: 0;
}
.odometer .odometer-digit-inner {
    left: 0;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.pagination li.page-item {
    margin-right: 5px;
}
.pagination li.page-item:first-child a.page-link {
    padding-left: 0;
}
.pagination li.page-item.active a.page-link {
    border: 1px solid #282828;
    background: none;
}
.pagination li.page-item a.page-link {
    border: none;
    color: #282828;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
}
.pagination li.page-item a.page-link:hover {
    background: none;
    opacity: 0.5;
}
.pagination li.page-item a.page-link:focus {
    border: none;
    background: none;
    box-shadow: none;
}

/* TRANSITION OVERLAY */
/* TRANSITION OVERLAY */
.transition-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: calc(-100% - 200px);
    bottom: 0;
    background: #282828;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}
.transition-overlay:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.transition-overlay.active {
    right: 0;
    visibility: visible;
}
/* PRELOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100%;
    background: #282828;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.65s;
    z-index: 80000000000000;
    overflow: hidden;
}
.preloader * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.preloader:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 0 0 200px;
    border-color: transparent transparent transparent #282828;
    position: absolute;
    right: -200px;
    top: 0;
}
.preloader .inner {
    width: 100vw;
    height: 100%;
    /*height: 100vh;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.preloader .inner .logo {
    display: inline-block;
    margin: 0;
    animation: fadeInUp ease 0.6s;
}
.preloader .inner .logo img {
    height: 50px;
    width: auto;
}


.page-loaded.preloader {
    left: calc(-100% - 200px);
    visibility: hidden;
}

.page-loaded.preloader .logo {
    transform: translateX(-100px);
    opacity: 0;
}

.page-loaded.preloader .percentage {
    margin-left: 100px;
    opacity: 0;
}

/* BURGER */
.burger {
    margin-top: 1px;
    z-index: 3;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.isNavOpen {
    overflow: hidden;
}

.burger-svg__base {
    fill: transparent;
    /*    fill: #fff;*/
}
.burger-svg__bars {
    fill: #FFF;
}
.fixed-nav .burger-svg__bars {
    fill: #a2cc3a;
}

/*.overflow .navbar .hamburger-menu{
    margin-right:30px;
}*/


/* NAVIGATION MENU */
.navigation-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: calc(-100% + -200px);
    top: 0px;
    z-index: 20;
    background: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}
.navigation-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.navigation-menu.active {
    right: 0;
    visibility: visible;
}
.navigation-menu.active .inner {
    opacity: 1;
    transform: translateX(0);
}
.navigation-menu #map {
    width: 600px;
    height: 450px;
    display: none;
    border: none;
}
.navigation-menu .inner {
    display: flex;
    width: 100%;
    /*flex-wrap: wrap;*/
    align-content: center;
    padding: 0 10%;
    color: #fff;
    transform: translateX(40%);
    opacity: 0;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.35s;
    margin-top:90px;
    width: 102%;
    overflow-y: scroll;
    overflow-x: hidden;
    /*padding-top: 100px;*/
}
.navigation-menu .inner .side-menu {
    width: 100%;
    float: right;
    display: none;
}
.navigation-menu .inner .side-menu ul {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}
.navigation-menu .inner .side-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
}
.navigation-menu .inner .side-menu ul li a {
    font-size: 8vw;
    color: #fff;
    font-weight: 600;
    font-family: "AvenirLTStd-Light";
}
.navigation-menu .inner .side-menu ul li.q {
    font-size: 8vw;
    color: #fff;
    font-weight: 600;
    font-family: "AvenirLTStd-Light";
    cursor: pointer;
}
.navigation-menu .inner .sides {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.navigation-menu .inner .sides:last-child {
    padding-left: 50px;
}
.navigation-menu .inner h2 {
    display: block;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 25px;
}
.navigation-menu .inner h2 strong {
    font-weight: 600;
}
.navigation-menu .inner figure {
    display: block;
    margin: 0;
    background: #fff;
    padding: 6px;
    position: relative;
}
.navigation-menu .inner figure a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fff;
    text-align: center;
}
.navigation-menu .inner address {
    display: block;
    font-size: 19px;
}
.navigation-menu .inner address a {
    display: block;
    color: #fff;
    text-decoration: underline;
}

/* REVEAL EFFECT */

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  overflow: hidden;
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: #eee;
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* TITLES */
.titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-right: 50%;
    margin-bottom: 80px;
}
.titles h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.titles p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 300;
}

/* CUSTOM LINK */
.custom-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-link * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-link a {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.custom-link a:hover {
    text-decoration: none;
}
.custom-link span {
    width: 20px;
    height: 1px;
    background: #282828;
    display: inline-block;
    margin: 0;
}
.custom-link i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #282828;
    opacity: 1;
}
.custom-link:hover a {
    margin-left: 20px;
}
.custom-link:hover span {
    width: 50px;
    margin-left: 20px;
}
.custom-link:hover i {
    opacity: 0;
}

/* CUSTOM BUTTON */
.custom-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 40px;
}
.custom-btn * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: 1px solid #a2cc3a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: #a2cc3a;
    color: #000;
}
.custom-btn a:hover {
    text-decoration: none;
}
.custom-btn span {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}
.custom-btn i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}
.custom-btn:hover span {
    width: 50px;
    margin-left: 20px;
}
.custom-btn:hover i {
    opacity: 0;
}

/* HEADER */
.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.header .navbar {
    width: 100%;
    margin-bottom: 0;
    min-height: 91px;
}
.header .page-title {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 200px;
}
.header .page-title h2 {
    font-weight: 700;
    font-size: 8vw;
    margin-bottom: 20px;
}
.header .page-title h4 {
    padding-right: 40%;
    line-height: 1.7;
}
.header .headlines {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 200px;
}
.header .headlines h1 {
    font-size: 8vw;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding-bottom: 5px;
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar.hide {
    transform: translateY(-100px);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar.light {
    color: #fff;
}
.navbar.light .logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.navbar.light .main-menu ul li a {
    color: #fff;
}
.navbar.light .main-menu ul li a:after {
    background: #fff;
}
.navbar.light .main-menu ul li a:hover:before {
    background: #fff;
}
.navbar .logo {
    margin-left: 0;
}
.navbar .logo a {
    margin: 0;
}
.navbar .logo a img {
    height: 42px;
}
.navbar .phone {
    margin-left: 50px;
}
.navbar .main-menu {
    margin-left: auto;
}
.navbar .main-menu ul {
    margin: 0;
    padding: 0;
}
.navbar .main-menu ul li {
    display: inline-block;
    margin: 0 18px;
    padding: 0;
}
.navbar .main-menu ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0 2px;
}
.navbar .main-menu ul li a:hover {
    text-decoration: none;
}
.navbar .main-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.navbar .main-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 9px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.navbar .main-menu ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.navbar .main-menu ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.navbar .hamburger-menu {
    margin-right: 0;
    margin-left: 30px;
}

/* LEFT SIDE */
.left-side {
    width: 150px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
}
.left-side .logo {
    width: 100%;
    display: block;
    height: 42px;
    text-align: center;
    margin-top: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transform: translateY(-30px);
}
.left-side .logo img {
    height: 42px;
}
.left-side .logo.sticky {
    opacity: 1;
    transform: translateY(0);
}
.left-side ul {
    width: 100vh;
    line-height: 1;
    display: block;
    margin: 0;
    margin-top: 50vh;
    margin-left: -9px;
    padding: 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}
.left-side ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.left-side ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding: 0 2px;
}
.left-side ul li a:hover {
    text-decoration: none;
}
.left-side ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.left-side ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.left-side ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.left-side ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.left-side .gotop {
    width: 50px;
    padding: 14px;
    position: absolute;
    left: 50px;
    bottom: 35px;
    display: none;
}
.left-side .gotop img {
    display: block;
}

/* SLIDER */
.slider {
    width: calc(100% + 50px);
    height: 560px;
    display: flex;
    flex-wrap: wrap;
    background: #282828;
    margin-right: -50px;
    overflow: hidden;
    position: relative;
}
.slider:hover .swiper-container .swiper-slide {
    margin-left: -10px;
}
.slider:hover .swiper-button-next span {
    width: 100%;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider .swiper-container .swiper-slide {
    width: calc(100% - 80px);
    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: center;
    align-items: center;
    opacity: 0.3;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.slider .swiper-container .swiper-slide-active {
    opacity: 1;
    z-index: 2;
}
.slider .swiper-container .swiper-slide-active .slide-inner {
    opacity: 1;
}
.slider .swiper-container .slide-inner {
    width: 100%;
    padding: 0 100px;
    padding-right: 40%;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner figure {
    display: block;
    margin-bottom: 10px;
}
.slider .swiper-container .slide-inner figure img {
    max-width: 120px;
}
.slider .swiper-container .slide-inner h2 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    margin-left: -3px;
}
.slider .swiper-container .slide-inner .link {
    display: block;
    margin-top: 50px;
}
.slider .swiper-container .slide-inner .link a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.slider .swiper-container .slide-inner .link a:before {
    content: "";
    width: 100%;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}
.slider .swiper-container .slide-inner .link a:after {
    content: "";
    width: 0;
    height: 6px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner .link a:hover {
    text-decoration: none;
}
.slider .swiper-container .slide-inner .link a:hover:after {
    width: 100%;
}

/* SWIPER BUTTONS */
.swiper-button-next {
    width: 80px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
    z-index: 2;
    background: none;
    text-align: right;
}
.swiper-button-next span {
    width: 50%;
    height: 1px;
    margin-left: auto;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.swiper-button-next b {
    font-weight: 600;
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

/* SWIPER PAGINATION */
.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 40px;
    width: 40px;
    background: none;
    text-align: center;
    transform: scaleX(-1) scale(0.7);
    margin: 0;
}
.swiper-pagination-bullet:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: none;
}
.swiper-pagination-bullet-active:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

.swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    animation-play-state: running;
    stroke-width: 3px;
    animation: countdown 6s linear forwards;
}

.swiper-pagination-bullet svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 0;
    stroke: #fff;
    fill: none;
    animation: none;
    animation-play-state: paused;
    animation-fill-mode: none;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #282828;
}
.page-header .video-bg {
    width: 100%;
}
.page-header .video-bg video {
    width: 100%;
    display: flex;
}
.page-header iframe {
    width: 100%;
    height: 500px;
    display: block;
    border: none;
}
.page-header figure {
    width: 100%;
    margin: 0;
}
.page-header figure img {
    width: 100%;
}

/* ABOUT INTRO */
.about-intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 150px;
}
.about-intro h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 50px;
}
.about-intro p {
    line-height: 2;
    margin: 0;
}
.about-intro p:nth-child(2) {
    margin-bottom: 30px;
    font-weight: 600;
}

/* MAIN SERVICES */
.main-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    text-align: center;
}
.main-services .titles {
    padding: 0 20%;
    color: #fff;
}
.main-services figure {
    display: inline-block;
    margin-bottom: 0;
}
.main-services figure img {
    height: 60px;
    display: inline-block;
}
.main-services article {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
    padding: 0 30px;
}
.main-services article span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    opacity: 0.1;
}
.main-services article h4 {
    display: block;
    margin-top: -25px;
    font-weight: 600;
    font-size: 18px;
}

/* WORKS */
.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 10px;
}
.works .titles {
    display: block;
    padding-right: 15%;
    margin-bottom: 20px;
}
.works .titles h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.works .titles p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 300;
}
.works ul {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0;
}
.works ul li {
    width: 50%;
    margin: 40px 0;
    padding: 0 30px;
    list-style: none;
}

/* PROJECT BOX */
.project-box {
    width: 100%;
    display: block;
}
.project-box .project-image {
    width: 100%;
    display: block;
}
.project-box .project-image a {
    display: block;
}
.project-box .project-image a img {
    width: 100%;
    height: auto;
}
.project-box .project-content {
    width: 100%;
    display: block;
}
.project-box .project-content h3 {
    font-size: 27px;
    display: block;
}
.project-box .project-content h3 a {
    display: block;
}
.project-box .project-content h3 a:hover {
    text-decoration: none;
}
.project-box .project-content small {
    display: block;
    color: #a2cc3a;
    font-size: 14px;
    line-height: 24px;
}

/* CASE DETAIL */
.case-detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 120px 0;
}
.case-detail figure {
    display: block;
    margin-bottom: 50px;
}
.case-detail figure img {
    width: 100%;
}
.case-detail h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.case-detail h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.case-detail h3 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 100px;
}
.case-detail p {
    display: block;
    margin-bottom: 50px;
}

/* FEATURED SERVICES */
.featured-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff;
}
.featured-services .col-lg-3:nth-child(2n+2) {
    /*    margin-top: 134px;*/
}
.featured-services figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    margin: 15px 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.featured-services figure:hover {
    background: #fff;
}
.featured-services figure:hover img {
    /*margin: 0;*/
    filter: invert(100%);
}
.color-dark .featured-services figure:hover img {
    /*margin: 0;*/
    filter: grayscale(100%);
    opacity: 0.15;
}
.featured-services figure:hover figcaption {
    color: #282828;
}
.featured-services figure img {
    opacity: 0.1;
    padding: 0 35%;
    filter: blur(10px);
}
.featured-services figure figcaption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: center;
}
.featured-services figure figcaption span {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}


/* RECENT NEWS */
.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.recent-news .row {
    margin-left: -25px;
    margin-right: -25px;
}
.recent-news .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.recent-news .col-12 {
    padding-left: 25px;
    padding-right: 25px;
}
.recent-news .inner h3 {
    font-size: 20px;
}
.recent-news .content-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.recent-news .content-box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.recent-news .content-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.recent-news .content-box:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.recent-news .content-box:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.recent-news .content-box.selected {
    padding-bottom: 80px;
}
.recent-news .content-box.selected h3 {
    font-size: 56px;
    font-weight: 600;
}
.recent-news .content-box small {
    opacity: 0.5;
    margin-bottom: 10px;
}
.recent-news .content-box h3 {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.recent-news .content-box h3 a {
    display: block;
}
.recent-news .content-box h3 a:hover {
    text-decoration: none;
}
.recent-news .content-box span {
    display: block;
    font-weight: 600;
}

/* OUR AWARDS */
.our-awards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.our-awards .titles {
    text-align: center;
    padding: 0 20%;
}
.our-awards ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.our-awards ul li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.our-awards ul li:last-child figure {
    border-right: 0;
}
.our-awards ul li figure {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 30%;
    border-right: 1px solid rgba(40, 40, 40, 0.1);
}
.our-awards ul li h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}
.our-awards ul li small {
    display: block;
    opacity: 0.6;
    margin-bottom: 5px;
}
.our-awards ul li .odometer {
    font-size: 60px;
    font-weight: 800;
}

/* SHOWREEL */
.showreel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.showreel .video {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.showreel iframe {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.showreel .video h2 {
    width: 100%;
    height: 200px;
    line-height: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    color: #fff;
    font-size: 56px;
    font-weight: 800;
}
.showreel .video video {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    float: left;
}

/* TEAM */
.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff;
}
.team figure {
    display: block;
    margin: 0;
}
.team figure img {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}
.team figure figcaption {
    display: block;
    margin: 0;
}
.team figure figcaption span {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.team figure figcaption h5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}
.team figure figcaption a {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* LOGOS */
.logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.logos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 1px solid rgba(40, 40, 40, 0.1);
    border-top: 1px solid rgba(40, 40, 40, 0.1);
}
.logos ul li {
    width: 20%;
    float: left;
    list-style: none;
    border-right: 1px solid rgba(40, 40, 40, 0.1);
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    text-align: center;
}
.logos ul li:hover figure {
    opacity: 1;
}
.logos ul li figure {
    display: block;
    height: 80px;
    margin: 30px 0;
    opacity: 0.6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.logos ul li figure img {
    display: none;
    height: 80px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* BLOG */
.post-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.post-header .post-image {
    width: 100%;
    margin: 0;
}
.post-header .post-image img {
    width: 100%;
}

.post-body {
    width: 100%;
    margin-bottom: 50px;
}
.post-body .avatar {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}
.post-body .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.post-body .avatar a {
    text-decoration: underline;
}
.post-body .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3vw;
}
.post-body .post-date {
    display: block;
    margin-bottom: 30px;
    opacity: 0.5;
}
.post-body .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.post-body .image-left {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.post-body .image-left img {
    width: 100%;
}
.post-body .image-right {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.post-body .image-right img {
    width: 100%;
}
.post-body .image-full {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
.post-body .image-full img {
    width: 100%;
}
.post-body h5 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-body ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.post-body ul li {
    margin-bottom: 5px;
}
.post-body blockquote {
    display: inline-block;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #282828;
    position: relative;
    color: #fff;
    background: url(../images/quote-bg.svg) left top no-repeat #282828;
    background-size: contain;
}
.post-body blockquote p {
    display: block;
}
.post-body blockquote h5 {
    font-weight: 600;
    margin: 0;
}

.post-navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #f9f9f9;
}
.post-navigation a {
    font-weight: 600;
    font-size: 18px;
    padding: 40px 25px;
}
.post-navigation a:nth-child(1) {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
}
.post-navigation a:nth-child(2) {
    width: 50%;
    float: right;
    padding-left: 25px;
}

.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}
.blog .post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.blog .post .post-image {
    width: 100%;
    margin-bottom: 30px;
}
.blog .post .post-image img {
    width: 100%;
}
.blog .post .post-content {
    width: 100%;
    margin: 0;
}
.blog .post .post-content .avatar {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}
.blog .post .post-content .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.blog .post .post-content .avatar a {
    text-decoration: underline;
}
.blog .post .post-content .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3vw;
}
.blog .post .post-content .post-date {
    display: block;
    margin-bottom: 30px;
    opacity: 0.5;
}
.blog .post .post-content .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.blog .post .post-content .post-link {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
}
.blog .post .post-content .post-link:hover {
    text-decoration: none;
}
.blog .post .post-content .post-link:hover:after {
    width: 0;
}
.blog .post .post-content .post-link:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog .post .post-content .post-link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #282828;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.blog .sidebar {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    border: 1px solid rgba(40, 40, 40, 0.1);
    padding: 25px;
}
.blog .sidebar .widget {
    width: 100%;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.blog .sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.blog .sidebar .widget .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.blog .sidebar .widget .title:after {
    content: "";
    width: 30%;
    height: 3px;
    background: #282828;
    position: absolute;
    left: -25px;
    bottom: 0;
}
.blog .sidebar .widget form {
    display: block;
}
.blog .sidebar .widget form input[type=text] {
    margin-bottom: 10px;
}
.blog .sidebar .widget form button[type=submit] {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #282828;
    padding: 0 30px;
}
.blog .sidebar .widget .categories {
    display: block;
    margin: 0;
    padding: 0;
}
.blog .sidebar .widget .categories li {
    display: block;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.blog .sidebar .widget .categories li:before {
    content: "";
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 50%;
    background: #282828;
    margin-right: 15px;
    margin-top: 11px;
}
.blog .sidebar .widget .categories li span {
    float: right;
    opacity: 0.5;
}
.blog .sidebar .widget .tags {
    display: block;
    margin: 0;
    padding: 0;
}
.blog .sidebar .widget .tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.blog .sidebar .widget .tags li a {
    display: inline-block;
    border: 1px solid rgba(40, 40, 40, 0.1);
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}
.blog .sidebar .widget .tags li a:hover {
    text-decoration: none;
    border: 1px solid #282828;
    background: #282828;
    color: #fff;
}
.blog .sidebar .widget .works {
    display: block;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
}
.blog .sidebar .widget .works li {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 5px;
    list-style: none;
}

/* POST STICKY */
.post-sticky {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.post-sticky .post-image {
    width: 100%;
    margin-bottom: 0;
}
.post-sticky .post-image img {
    width: 100%;
    opacity: 0.5;
}
.post-sticky .post-content {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 50px;
    padding-right: 30%;
}
.post-sticky .post-content .avatar {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}
.post-sticky .post-content .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.post-sticky .post-content .avatar a {
    text-decoration: underline;
    color: #fff;
}
.post-sticky .post-content .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 56px;
}
.post-sticky .post-content .post-title a {
    display: block;
    color: #fff;
}
.post-sticky .post-content .post-date {
    display: block;
    margin-bottom: 30px;
}
.post-sticky .post-content .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.post-sticky .post-content .post-link {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    color: #fff;
}
.post-sticky .post-content .post-link:hover {
    text-decoration: none;
}
.post-sticky .post-content .post-link:hover:after {
    width: 0;
}
.post-sticky .post-content .post-link:before {
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
}
.post-sticky .post-content .post-link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* WORK WITH US */
.work-with-us {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff;
}
.work-with-us h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.work-with-us h2 {
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 50px;
}
.work-with-us p {
    display: block;
    margin: 0;
    font-size: 19px;
}
.work-with-us a {
    color: #fff;
    text-decoration: underline;
}
.work-with-us small {
    display: block;
    margin: 15px 0;
}

/* CONTACT */
.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.contact h5 {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.contact address {
    display: block;
    margin-bottom: 50px;
}
.contact address p {
    margin: 0;
}
.contact address a {
    text-decoration: none;
}
.contact .contact-form {
    display: block;
    margin-top: 50px;
}
.contact .contact-form h5 {
    margin-bottom: 40px;
}
.contact .contact-form #contact {
    display: block;
    margin-top: 40px;
}
.contact .contact-form #contact .form-group {
    display: block;
    position: relative;
    margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
    width: 100%;
    line-height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    z-index: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group span.label-up {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}
.contact .contact-form #contact .form-group input[type=text] {
    background: none;
    position: relative;
    z-index: 2;
}
.contact .contact-form #contact .form-group input:focus + span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}
.contact .contact-form #contact .form-group textarea {
    background: none;
    position: relative;
    z-index: 2;
}
.contact .contact-form #contact .form-group textarea:focus + span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}
.contact .contact-form #contact .form-group label.error {
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}
.contact .contact-form #success, .contact .contact-form #error {
    display: none;
    float: left;
}
.contact .contact-form #error {
    background: red;
    color: #fff;
}
.contact .contact-form #success {
    background: green;
    color: #fff;
}
.contact .contact-form .alert {
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0 50px;;
}
.footer .career {
    display: block;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.footer .career h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .career h2 {
    font-size: 3vw;
    font-weight: 800;
    margin-bottom: 50px;
}
.footer .logo {
    display: block;
    margin: 0;
}
.footer .logo img {
    height: 42px;
    width:auto;
}
.footer h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .sub-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    font-size: 13px;
}
.footer .sub-footer ul {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
}
.footer .sub-footer ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}
.footer .sub-footer ul li a {
    display: block;
    position: relative;
    padding: 0 2px;
}
.footer .sub-footer ul li a:hover {
    text-decoration: none;

}
.footer .sub-footer ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.footer .sub-footer ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.footer .sub-footer span {
    margin-right: 0;
}

/* ANIMATIONS */
@keyframes countdown {
    from {
        stroke-dashoffset: 113px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
/* MEDIUM FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    body {
        padding: 0;
    }

    .left-side {
        display: none;
    }

    .navbar {
        padding: 20px;
    }

    .slider {
        width: 100%;
        margin-right: 0;
    }

    .slider .swiper-container .slide-inner {
        padding: 0 60px;
    }

    .works .titles {
        padding-right: 0;
    }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .slider .swiper-container .slide-inner {
        padding: 0 30px;
    }

    .preloader .inner .percentage {
        /*font-size: 40vh;*/
        font-size: 300px;
    }

    .navigation-menu .inner .side-menu {
        display: block;
    }

    .navbar .main-menu {
        /*display: none;*/
    }

    .navbar .phone {
        margin-right: auto;
    }

    .navigation-menu .inner .sides {
        display: none;
    }

    .slider .swiper-container .swiper-slide {
        width: 100%;
    }

    .slider:hover .swiper-container .swiper-slide {
        margin-left: 0;
    }

    .header .page-title h4 {
        padding-right: 0;
    }

    .titles {
        padding-right: 0;
    }

    .works ul li {
        width: 50%;
    }

    .our-awards ul li {
        width: 33%;
        float: none;
        display: inline-block;
        margin: 0 6%;
    }

    .our-awards ul li figure {
        border-right: none;
    }

    .our-awards ul li .odometer {
        margin-bottom: 40px;
    }

    .team figure {
        margin-bottom: 40px;
    }

    .logos ul li {
        width: 33.33333%;
    }

    .logos ul li:nth-child(n+10) {
        display: none;
    }

    .our-awards .titles {
        padding: 0 5%;
    }

    .post-sticky .post-content {
        padding-right: 0;
    }

    .post-sticky .post-content .post-intro {
        display: none;
    }

    .blog {
        padding-top: 100px;
    }

    .blog .sidebar {
        width: 100%;
        margin-top: 100px;
    }

    .swiper-button-next {
        display: none;
    }

    .footer .logo {
        margin-bottom: 40px;
    }

    .footer .career h2 {
        font-size: 6vw;
    }

    input[type=text] {
        border-radius: 0 !important;
        -webkit-appearance: none;
    }

    textarea {
        border-radius: 0 !important;
        -webkit-appearance: none;
    }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .preloader .inner .percentage {
        font-size: 180px;
    }

    .navbar {
        padding: 20px 15px;
    }

    .navbar .phone {
        display: none;
    }

    .slider .swiper-container .slide-inner {
        padding: 0 30px;
    }

    .slider .swiper-container .slide-inner h2 {
        font-size: 35px;
    }

    .recent-news .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .recent-news .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recent-news .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .page-title h2 {
        font-size: 14vw;
    }

    .works ul li {
        width: 100%;
        padding: 0px;
    }

    .works ul {
        width: 100%;
        margin: 0 !important;
    }

    .our-awards .titles {
        padding: 0;
    }

    .logos ul li {
        width: 50%;
    }

    .logos ul li:nth-child(9) {
        display: none;
    }

    .post-sticky .post-content {
        padding: 20px 30px;
    }

    .post-sticky .post-content .post-link {
        display: none;
    }

    .blog .post .post-content .post-title {
        font-size: 6vw;
    }

    .post-body .post-title {
        font-size: 6vw;
    }

    .post-navigation a:nth-child(1) {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .post-navigation a:nth-child(2) {
        width: 100%;
    }

    .work-with-us h2 {
        font-size: 9vw;
    }

    .logos ul li figure {
        height: 65px;
    }

    .logos ul li figure img {
        height: 65px;
    }

    .about-intro h2 {
        font-size: 30px;
    }

    .main-services .titles {
        padding: 0;
    }

    .footer .career h2 {
        font-size: 9vw;
    }

    .footer .sub-footer ul {
        margin-bottom: 15px;
    }
}





.header .headlines h1{
    font-family: "AvenirLTStd-Heavy";
}
.navigation-menu .inner .side-menu {
    width: 100%;
    float: right;
    display: block;
}
.navbar .main-menu, .navbar .phone{
    display: none;
}

@media (min-width: 640px) {
    .navigation-menu .inner .side-menu ul li a{
        font-size: 40px;
        line-height: 50px;
    }
    .navigation-menu .inner .side-menu ul li.q{
        font-size: 40px;
        line-height: 50px;
    }
}
@media (min-width: 940px) {
    .navigation-menu .inner .side-menu ul li a{
        font-size: 50px;
        line-height: 60px
    }
    .navigation-menu .inner .side-menu ul li.q{
        font-size: 50px;
        line-height: 60px
    }
}
.color-dark .logos img{
    filter: brightness(0) invert(1);
}
.header .headlines h1{
    font-size : 72px;
}

@media (max-width: 640px) {
    .header .headlines h1{
        font-size : 42px;
    }
}

.featured-services figure img {
    opacity: 0.1;
    padding: 0;
    filter: none; 
}
/*.color-dark .featured-services figure img {
    opacity: 0.05;
}*/

.works .titles p{
    font-size: 18px;
}
small{
    color: #a2cc3a; 

}
.titles p{
    font-size: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 15px;
}
.featured-services figure figcaption h4{
    font-size: 30px;
    line-height: 40px;
    color: #a2cc3a;
}
.featured-services figure figcaption span{
    font-size: 30px;
    color: #a2cc3a; 
}
.crt-widget-grid.crt-grid-col4 .crt-grid-post {
    width: 23% !important;
    margin: 1%;
}
.crt-logo.crt-tag{
    display: none !important;
}
.chart {
    position: relative;
    display: inline-block;
    margin: 25px 30px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-align: center;


}
.chart canvas {
    position: absolute;
    top: 0; left: 0;
}

canvas {
    position: absolute;
    top: 0; left: 0;
}
.chat-content{
    width:60%;
    margin:auto;
    margin-top:75px;

}
.chat-content h1{
    line-height:60px;
    font-size: 70px;
    /*font-size :18px;*/ 
    margin-top:20px;
    font-family: AvenirLTStd-Light;
}
.chat-content p{
    font-size: 14px;
    line-height:18px;
    font-family: AvenirLTStd-Light;
    font-weight: 600;
}


.crt-widget-grid.crt-grid-col4 .crt-grid-post.crt-post-1{
    display: none !important;
}
.crt-grid-post .crt-post-text{
    font-size: 12px !important;
}
.crt-grid-post .crt-post-fullname{
    color: #a2cc3a !important; 
}
.dark-heading{
    color: #FFF;
}
.color-undefined .dark-heading{
    color: #000;
}
.white-heading{
    color: #000;
}
.color-undefined .white-heading{
    color: #FFF;
}
.text-center{
    text-align: center;
}
#testimonial .carousel-item{
    min-height: 460px;
}

#carousel .item {
    background: transparent;
}
.carousel-inner h5 {
    font-style: italic;
    margin: .5em 0;
    padding: 0;
}
.carousel-caption {
    /*    right: 15px !important;
            bottom: 20px;
        left: 15px !important;;*/
    z-index: -1;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    /*    bottom:30px !important;*/
    font-style: italic;
    top: 45%;
    transform: translateY(-50%);
    bottom: initial !important;
    max-width: 800px;
    margin:auto;
}
.carousel-indicators{
    z-index: 15;
}
@media screen and (max-width: 799px) {
    #testimonial .carousel-caption{
        position: relative !important;
        width:92% !important;
        top:0;
        left: 0 !important;
        right: 0 !important;
    }
    #testimonial .carousel-indicators{
        bottom:-40px !important;
    }
    #testimonial .carousel-item {
        min-height: auto;
    }
    #testimonial .carousel-caption {
        transform: translateY(0);
    }
}

.heading5{
    font-family: "AvenirLTStd-Light";
}
.carousel-item .heading5{
    line-height: 38px;
    font-size: 28px;
}
.carousel-item .heading3{
    text-transform: uppercase;
    font-size: 18px;
}
@media screen and (max-width: 799px) {
    .carousel-item .heading5{
        line-height: 32px;
        font-size: 22px;
    }
    .carousel-item .heading3{
        text-transform: uppercase;
        font-size: 16px;
    } 
}
.carousel-indicators li{
    height: 5px;
    cursor: pointer;
}
.av-black{
    font-family: "Avenir-Black";
}
.av-Light{
    font-family: "AvenirLTStd-Light";
}

.custom-btn span{
    background: #000;
}
.custom-btn i{
    border-color : transparent transparent transparent #000;
}
.custom-btn i:hover{
    border-color : transparent transparent transparent #000;
}
.project-box .project-content h3 a{
    color: #282828;
}
button[type=submit] strong{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: 1px solid #a2cc3a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;

    background: #a2cc3a;
    color: #000;
}
button[type=submit] b{
    background: #000;
}
button[type=submit] i{
    border-color: transparent transparent transparent #000;
}
.header .page-title h2{
    font-size: 72px;
}
.project-box .project-content.service-content h3{
    margin-top: 20px;
    margin-bottom: 5px;

}
.project-box .project-content.service-content h3 a{
    color: #a2cc3a; 
}
.project-box .project-content.service-content a{
    color: #282828; 
}
.service-icon{
    width: 80px; 
    margin: 10px;
}
.float-div{
    float:left;
    display: inline-block;
}
.service-text{
    font-size: 22px;
    font-family: "AvenirLTStd-Light";
    line-height: 40px;
}
h1.large-text {
    font-size: 72px;
    margin-bottom: 50px;
}

.about-intro p{
    font-family: "AvenirLTStd-Roman";
    font-weight: 300;
    margin-bottom: 20px;
}

.about-intro p:nth-child(2){
    font-family: "AvenirLTStd-Roman";
    font-weight: 300;
}

.timeline {

    padding-bottom: 100px;

}

.timeline .wrapper {
    padding-top: 2.77778em;
    padding-bottom: 2.77778em;
    padding-top: 1.85185em;
    padding-bottom: 1.38889em
}

.timeline .timeline-diag {
    position: absolute;
    left: 0;
    top: 8.8em;

}

.timeline #timeline-diag2 {
    display: none
}

.timeline .item {
    width: 25%;
    float: left;
    padding: 1.3253%;
    text-align: center
}

.timeline .item .date {
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: .90;
    -khtml-opacity: .90;
    opacity: .90;

    font-weight: bold;
    border-bottom: 1px solid #FFF;
    display: inline-block;
    padding-bottom: 0.4em
}

.lt-ie9 .timeline .item .date {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.svg .timeline .item .heading3 {
    /*padding-bottom: 31.3253%*/
    padding-bottom: 16.3253%
}

.lt-ie9 .timeline .item .heading3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.timeline .item .copy {
    font-family: DIN-Medium, Arial;
    font-size: .88889em
}

.heading3 {
    font-size: .77778em;
    text-transform: uppercase;
    color: ##312845;
}

@media screen and (max-width: 50em) {
    .timeline .item {
        width: 50%
    }
    .timeline .item.third {
        clear: both
    }
    .timeline .item.third,
    .timeline .item.fourth {
        margin-top: -7em
    }
    .timeline .split {
        *zoom: 1;
        clear: both;
        display: block;
        overflow: hidden;
        position: relative
    }
    .timeline .split:after {
        content: "";
        display: table;
        clear: both
    }
    .timeline .timeline-diag {
        width: 200%
    }
    .timeline #timeline-diag2 {
        display: block;
        left: -100%;
        top: 6.7em
    }
    .timeline .timeline-diag {
        display: none;
    }
    .timeline #timeline-diag2 {
        display: block;
        left: -100%;
        top: 6.7em
    }
}
@media screen and (max-width: 30em) {
    .svg .timeline .item .heading3 {
        padding-bottom: 0
    }
    .timeline .item {
        width: 100%;
        position: relative
    }
    .timeline .item:before {
        content: '';
        width: 54px;
        height: 54px;
        display: block;
        margin: 0 auto;
        /*background: url('../images/icons/sprite-timeline-icons3860.png?v=1') 0 0 no-repeat*/
    }
    .timeline .item.one:before {
        background-position: 0% 0
    }
    .timeline .item.two:before {
        background-position: 33.33333% 0
    }
    .timeline .item.three:before {
        background-position: 66.66667% 0
    }
    .timeline .item.four:before {
        background-position: 100% 0
    }
    .timeline .item .heading3 {
        padding-bottom: 0
    }
    .timeline .timeline-diag {
        display: none !important
    }

}
.timeline .item .copy{
    font-size: 12px;
}

.slideshow{
    margin:0 auto;
    height:inherit;
    overflow: hidden;
    position: relative;           
    z-index: 1;

}
.ssmac{
    top: 7.4%;
    max-width: 76%;

}

@media screen and (max-width: 1299px) {
    .ssmac{
        top: 6.9%;
    }
}
@media screen and (max-width: 1249px) {
    .ssmac{
        top: 6.8%;
    }
}
@media screen and (max-width: 449px) {

    .ssmac{
        top: 7.4%;
    }
}
.mac{
    margin:0 auto;
    width: auto;
    max-width: 1000px;
    height: 625px;
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/mac.png);
    z-index: 2;
}

.mac img {
    width: 100%;
    height: auto;
    position:absolute; 
}

.mac .arrow{
    position: absolute;
    bottom: 60%;
    width: 4%; 
}
.mac .arrow a{
    border-bottom: none !important;
    cursor: pointer;
}
.mac .left{           
    left: 0;  
}

.mac .right{           
    right: 0;
}

#carousel-1 {
    border: solid 3vw black;
    border-radius: 3vw 3vw 0px 0px;
    width: 80%; 
    margin:auto;
}
.mac-img.img-fluid{
    margin: auto; 
    display: block; 
    width: 99%;
    height: auto;
}

@media (min-width: 992px) {
    #carousel-1 {
        border-width: 30px;
        border-radius: 30px 30px 0px 0px;
    }
}
@media (max-width: 799px) {
    #carousel-1 {
        border: none;
        border-radius: 0;
        width: 100%;
    }
    .mac-img.img-fluid{
        display: none;
    }
    #carousel-1  .carousel-indicators{
        margin-bottom: 0px;
    }
    #carousel-1 .carousel-control-next, #carousel-1 .carousel-control-prev{
        opacity: 0.8;
    }

}
.carousel-indicators .active{
    background-color: #a2cc3a;
}

.pro-team h1 {
    color: #282828;
    font-size: 56px;
    font-weight: 700;
    font-family: "AvenirLTStd-Heavy";
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
    .pro-team h1 {
        font-size: 30px;
    }
}
.pro-team small{
    color: #282828;
}
.color-green .pro-team h1, .color-green .pro-team small, .color-green .pro-team a, .color-green .pro-team h6{
    color: #FFF;
}
.color-dark .pro-team h1, .color-dark .pro-team small, .color-dark .pro-team h6{
    color: #FFF;
}
.navigation-menu .inner .side-menu ul li a:hover{
    color: #a2cc3a;
    text-decoration: none;
}
.logo-img{
    width: 152px; 
    height: 42px; 
    background: url(../images/logo.png); 
    background-size: 100%; 
    background-repeat: no-repeat; 

}

.navbar.light .logo a .logo-img {
    background: url(../images/logo.png); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.logo-img-white{
    width: 152px; 
    height: 42px; 
    background: url(../images/logo-light.png); 
    background-size: 100%; 
    background-repeat: no-repeat; 

}

.navbar.light .logo a .logo-img {
    background: url(../images/logo.png); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.fixed-nav .logo-img-white{
    width: 152px; 
    height: 42px; 
    background: url(../images/logo.png); 
    background-size: 100%; 
    background-repeat: no-repeat; 
}
.left-side ul li a{
    text-transform: uppercase;
}
.fixed-nav{
    position: fixed;
    left: 0;
    background: #FFF;
    /*background: transparent;*/
    width: 100%;
    padding-left: 150px;
    padding-right: 50px;
    z-index: 60;
    transition: position 1s linear;
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px){
    .fixed-nav{
        position: fixed;
        left: 0;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    } 

    .home-page .fixed-nav{
        z-index: 5000;
        height: 91px;
    } 
}

.mt100{
    margin-top:100px;
}
.mt60{
    margin-top:60px;
}
.mt40{
    margin-top:4S0px;
}

.color-green .custom-btn a{
    background : #58585a;
    border: 1px solid #58585a;
}
.overflow .fixed-nav{
    background: #FFF;
}

.threePxLine{
    border-top: 2px solid #C8C8C8; 
    margin-bottom: 60px; 
    margin-top:100px;
}


#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.fullscreen-bg {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background: #FFF;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 0 15px;
}
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
        height: 100vh;
    }
}

/*@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../img/videoframe.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}*/

.activeWhite{
    background-color: #FFF;
}

.color-undefined .carousel-caption{
    color: #000;
}

.color-green .carousel-caption{
    color: #FFF;
}
.color-green .carousel-indicators .active{
    background-color: #FFF;
}

.color-undefined .carousel-indicators li{
    background-color: #a2cc3a;
}

.color-green .left-side ul li a{
    color: #FFF;
}

.color-dark .about-intro p, .color-dark .about-intro h2, .color-dark .about-intro ul li{
    color: #FFF;
}
.about-icon{
    display: block; 
    margin:auto;
    margin-bottom: 60px;
    width:60px;

}
.color-undefined .main-services article{
    color: #000;
}
.color-undefined .team{
    color: #000;
}
.color-undefined .team figure figcaption a{
    color: #000;
}

/*.feature.map {
  height: 100%;
}*/
.feature.map iframe {
    height: 500px;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

@media only screen and (max-width: 1099px), only screen and (max-device-width: 1099px){
    .carousel-control-next, .carousel-control-prev{
        width: 10%;
    }
}




/*.map-container iframe{
        width: 100%;
        display: block;
        pointer-events: none;
        position: relative;  IE needs a position other than static 
}
.map-container iframe.clicked{
        pointer-events: auto;
}*/


.changeImg{
    display: inline-block;
}
.changeImg img{
    width: 190px;
}
.color-undefined .changeImg img{
    filter: invert(1);
}

@media only screen and (max-width: 1099px), only screen and (max-device-width: 1099px){
    .changeImg img{
        width: 120px;
    }
}
.newDiv{
    -webkit-transition-property: max-width; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    -webkit-transition-delay: 0.25s; /* Safari */
    transition-property: max-width;
    transition-duration: 1s;
    transition-delay: 0.25s;
}

.fullWidth{
    max-width: 100% !important;
}

.col-new {
    display: table-cell;

}
.sliding-popup-bottom, .sliding-popup-top {
    background: url(../images/gradient.png) center center scroll repeat-y #0000;
}




@media (max-width:800px) {
    .col-container, .col-new{
        display: block;
    }

}

#popup-text a:hover{
    color: #FFF;
}






.showreel {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    cursor: pointer
}

@media print,
screen and (min-width:40em) {
    .showreel {
        height: auto;
        min-height: 100vh;
        max-height: none;

    }
}

.showreel>a {
    overflow: visible;
    text-decoration: none
}

.showreel figure {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.showreel figure .grow-video-borders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.showreel figure .grow-video-borders .grow-video-border {
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transition: width .4s ease-out, height .4s ease-out, -webkit-transform .2s ease-out;
    transition: width .4s ease-out, height .4s ease-out, -webkit-transform .2s ease-out;
    transition: width .4s ease-out, height .4s ease-out, transform .2s ease-out;
    transition: width .4s ease-out, height .4s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out
}

.showreel figure .grow-video-borders .grow-video-border.border-top {
    top: 0;
    left: 0;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.showreel figure .grow-video-borders .grow-video-border.border-right {
    top: 0;
    right: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.showreel figure .grow-video-borders .grow-video-border.border-bottom {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.showreel figure .grow-video-borders .grow-video-border.border-left {
    top: 0;
    left: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.showreel figure .grow-video-borders .grow-video-border.border-top,
.showreel figure .grow-video-borders .grow-video-border.border-bottom {
    height: 4.54545vw;
    width: 100%
}

.showreel figure .grow-video-borders .grow-video-border.border-right,
.showreel figure .grow-video-borders .grow-video-border.border-left {
    width: 7%;
    height: 100%
}

.showreel video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}
.showreel iframe {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.showreel-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 8rem;
    font-weight: 200;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    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
}

.showreel-image span {
    padding-bottom: .1875rem;
    border-bottom: solid 2px #fff
}

.showreel .showreel-text {
    position: relative;
    opacity: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    z-index: 10;
    width: 100%;
    max-width: 1760px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    height: 140vh;
    margin-top: -90vh
}

.showreel .showreel-text .showreel-text-inner {
    left: 4.54545vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.showreel.animation-done figure .grow-video-border.border-right,
.showreel.animation-done figure .grow-video-border.border-left {
    width: 0
}

.showreel.animation-done figure .grow-video-border.border-top,
.showreel.animation-done figure .grow-video-border.border-bottom {
    height: 0
}

.showreel-sidebar {
    position: absolute;
    z-index: 1;
    top: 4.54545vw;
    left: 0;
    width: 7%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    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;
    -webkit-transition: color .25s;
    transition: color .25s
}

.showreel.animation-done .showreel-sidebar {
    color: #fff
}

.showreel-sidebar-2 {
    position: absolute;
    z-index: 1;
    bottom: 4.54545vw;
    left: 0;
    width: 7%;
    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;
    -webkit-transition: color .25s;
    transition: color .25s
}

.showreel.animation-done .showreel-sidebar-2 .back-up {
    background-image: url(//www.wonder-vision.com/wp-content/themes/wondervision/css/../images/arrow-up-white.svg)
}

.showreel-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.showreel-text-message-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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
}

.showreel-text-message {
    background-color: #fff;
    width: 80%;
    padding: 2.5rem 1.25rem
}

@media print,
screen and (min-width:40em) {
    .showreel-text-message {
        width: 100%;
        max-width: 38.4375rem;
        padding: 3.75rem 3.125rem
    }
}

.showreel-mobile {
    position: relative
}

.showreel-mobile video {
    display: block;
    width: 100%;
    height: auto
}

.showreel-mobile-poster {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
    left: 0;
    font-size: 4.4375rem;
    font-weight: 200;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    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
}

.showreel-mobile-poster span {
    padding-bottom: .1875rem;
    border-bottom: solid 1px #fff
}
.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grow{
    z-index: 6000;

}

/*@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}*/

ul {
    list-style: none;
    padding: 0;
}

.service-list1 li {
    font-family: AvenirLTStd-Book;
    font-weight: 300;
    font-size: 0.98889em;
    padding: 0.2em 0;
    padding-left: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 30px;
}


.icon1:before,
.icon1 a,
.icon1 span {
    display: inline-block;
    vertical-align: middle
}

.icon1:before {
    content: '';
    width: 28px;
    height: 28px;
    margin-right: 0.5em;
    background: url('../images/icons/sprite-service-icons-lightbg13860.png?v=1') 400% 0 no-repeat
}


.icon1.logo-design:before {
    background : url(../images/icons/logo-design.png);
    background-position: 0% 0
}
.icon1.design:before {
    background : url(../images/icons/design.png);
    background-position: 0% 0
}
.icon1.campaign-identity:before {
    background : url(../images/icons/campaign-identity.png);
    background-position: 0% 0
}
.icon1.d-visuals:before {
    background : url(../images/icons/3d-visuals.png);
    background-position: 0% 0
}
.icon1.artwork:before {
    background : url(../images/icons/artwork.png);
    background-position: 0% 0
}
.icon1.email:before {
    background : url(../images/icons/email.png);
    background-position: 0% 0
}
.icon1.database:before {
    background : url(../images/icons/database.png);
    background-position: 0% 0
}
.icon1.web-design:before {
    background : url(../images/icons/web-design.png);
    background-position: 0% 0
}
.icon1.hosting:before {
    background : url(../images/icons/hosting.png);
    background-position: 0% 0
}
.icon1.production:before {
    background : url(../images/icons/production.png);
    background-position: 0% 0
}
.icon1.rfid-system:before {
    background : url(../images/icons/rfid-system.png);
    background-position: 0% 0
}
.icon1.app-dev:before {
    background : url(../images/icons/mobile.PNG);
    background-position: 0% 0
}
.icon1.data-cap:before {
    background : url(../images/icons/data-cap.png);
    background-position: 0% 0
}
.icon1.video:before {
    background : url(../images/icons/video.png);
    background-position: 0% 0
}
.icon1.printer:before {
    background : url(../images/icons/printer-icon.png);
    background-position: 0% 0
}
.icon1.digital:before {
    background : url(../images/icons/digital.png);
    background-position: 0% 0
}
.icon1.ideas:before {
    background : url(../images/icons/ideas.png);
    background-position: 0% 0
}
.icon1.experiential:before {
    background : url(../images/icons/experiential.png);
    background-position: 0% 0
}
.icon1.content:before {
    background : url(../images/icons/content.png);
    background-position: 0% 0
}
.icon1.architectural:before {
    background : url(../images/icons/architectural.png);
    background-position: 0% 0
}
.icon1.campaign:before {
    background : url(../images/icons/campaign.png);
    background-position: 0% 0
}

.reviews-landing .paragraph.small-paragraph{
    font-weight: 300;
}


.img-fluid{
    margin: auto; display: block; width: 99%;
}

.showreel-container{
    width: 100%;
}
.mute-video {
    background:url(../images/mute.png) no-repeat center;
    background-size:32px;
    border:0;
    width:32px;
    height:32px;
    position: absolute;
    bottom: 50px;
    right:  50px;
    z-index: 500;
}
.unmute-video {
    background:url(../images/unmute.png) no-repeat center;
    background-size:32px;
}


.scroll-down{
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 150px;
    height: 43px;
    margin-left: -75px;
    line-height: 43px;
    white-space: nowrap;
    /*position: relative;*/
    /*bottom: 50px;*/
    /*left: 50%;*/
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255,255,255, .5) !important;
    /*top:90% !important;*/

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 

}
@media (max-width:798px){
    .scroll-down{
        bottom:50px;
    }
}
.scroll-down a{
    color: rgb(255,255,255) !important;
}

.scroll-down a:hover,
.scroll-down a:focus{
    text-decoration: none;
    letter-spacing: 6px;
    color: rgba(255,255,255, 0) !important;
}
.scroll-down.static,
.scroll-down.static{
    color: rgba(255,255,255, .4) !important;
}
.scroll-down.static:hover,
.scroll-down.static:focus{
    letter-spacing: 3px;
    color: rgba(255,255,255, .85) !important;
}
.scroll-down-icon{
    width: 26px;
    height: 100%;
    margin-left: -13px;
    position: absolute;
    top: 0;
    left: 50%;
    border: 2px solid rgba(255,255,255, .35);
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
}

.scroll-down-icon:after{
    content: " ";
    width: 2px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: rgba(255,255,255, .35);

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.scroll-down:hover .scroll-down-icon{
    background: rgba(255,255,255, .7);
}

.scroll-down:hover .scroll-down-icon:after{
    background: rgba(0,0,0, .5);
}
.scroll-down.light:hover .scroll-down-icon:after,
.bg-color .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-30 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-50 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-70 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-90 .scroll-down:hover .scroll-down-icon:after{
    background: rgba(255,255,255, .15);
}
.sub-img{
    width: 120px;
    display: block;
    margin: auto;
    position: relative;
    margin-top: -60px;
}
.close-img{
    width: 30px;
    display: block;
    position: absolute;
    top:20px;
    right: 20px;
}
.newsletter-div{
    padding: 3rem;
}
.newsletter-div p{
    text-align: center;
    font-family: "AvenirLTStd-Light";
    margin-bottom: 40px;
}
.newsletter-div h2{
    text-align: center;
}
.newsletter-div button[type=submit]{
    height: 48px;
}
.newsletter-div button[type=submit] strong{
    padding: 0 20px;
    height: 48px;

}
.newsletter-div input[type=text], .newsletter-div input[type=email]{
    height: 45px;
    width: 100%;
    border: 1px solid #9c9c9c;
    color: #3a3a39;
    padding: 0 10px;
    font-family: "AvenirLTStd-Light";
}
.alert-success-email, .alert-failure-email{
    display: none;
}



.terms-box p, .terms-box table td, .terms-box ul li, .terms-box ol li{
    font-family: "AvenirLTStd-Light";
    margin-bottom: 20px;
}
.terms-box ul{
    padding-left:20px;
}
.terms-box p.bold{
    font-weight: bold;
}
.color-dark .recent-news h4{
    color: #FFF;
}
.color-dark .about-header h2{
    color: #FFF;
}

@media screen and (max-width: 1200px) {
    .featured-services figure figcaption h4 {
        font-size: 22px;
        line-height: 32px
    }

}
@media screen and (max-width: 799px) {
    .featured-services .titles{
        margin-bottom: 20px;
    }
    .featured-services {
        padding: 20px 30px;
    }
    .featured-services figure figcaption h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .featured-services figure figcaption span{
        font-size: 22px;
        margin-bottom: 0px;
    }
    .featured-services figure figcaption{
        padding: 5px;
    }
    .recent-news {
        padding-top: 100px;
        /*padding: 0 30px;*/
    }
}

/*@media screen and (max-width: 499px) {
    .featured-services figure figcaption h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 399px) {
    .featured-services figure figcaption h4 {
        font-size: 12px;
    }
}
@media screen and (max-width: 349px) {
    .featured-services figure figcaption h4 {
        font-size: 10px;
    }
}*/


.timeline {
    width: 100%;
    position: relative;
    perspective: 5000px;
}
.timeline:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background-color: #d5dfe5;
    border-radius: 15px;
    top: 81px;
}
.timeline .timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.timeline .timeline-item:hover:after {
    transform: scale(1.5, 1.5);
}
.timeline .timeline-item.selected:after {
    background-color: #a2cc3a;
    border: 5px solid #657a4b;
    transform: scale(1.5, 1.5);
}
.timeline .timeline-item:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 69px;
    left: 50%;
    margin-left: -15px;
    background-color: #f5efed;
    border: 5px solid #d5dfe5;
    content: "";
    border-radius: 50%;
    transition: transform .5s ease;
}
.timeline .timeline-item .timeline-content {
    position: absolute;
    top: -250px;
    display: none;
    width: 358px;
    left: -33px;
    cursor: auto;
    text-align: center;
}
.timeline .timeline-item .timeline-content h2, .timeline .timeline-item .timeline-content p{
    text-align: center;   
}
.timeline .timeline-item .timeline-content.fadeIn {
    animation-delay: .2s;
}
.timeline .timeline-item .timeline-content.animated {
    display: block;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.flex-items-default {
    width: 25%;
    height: 150px;
}

.dropdown {
    width: 400px;
    height: 326px;
    background: white;
    box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    top: -310px;
    left: -53px;
    animation-duration: .2s;
    transition: left .3s ease;
}
.dropdown .inner {
    position: relative;
    width: 100%;
    height: 326px;
}
.dropdown .inner .arrow-down {
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}

.animated {
    display: block;
}
.title-new{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.case-slider{
    text-align: center;
}
.logos-gif{
    display: inline-block;
    height: 60px;
    margin-top: -1vw;

}
.service-inner .about-intro{
    padding-top: 50px;
    padding-bottom: 0px;
}

.service-inner .featured-services{
    padding-bottom: 0px;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
    .logos-gif{
        display: inline-block; 
        height: 36px;
    }
    .service-inner .footer{
        padding-top: 10px;
    }
}

.menu-icon{
    width: 35px;
    height: auto;
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
}

.navigation-menu .inner .side-menu ul li a.menu-sub {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    font-family: "AvenirLTStd-Light";
}
.navigation-menu .inner .side-menu ul li a.menu-sub:hover{
    color: #a2cc3a;
}
@media (min-width: 440px) {
    .navigation-menu .inner .side-menu ul li a.menu-sub{
        font-size: 24px;
        line-height: 34px;
    }
}
@media (min-width: 640px) {
    .navigation-menu .inner .side-menu ul li a.menu-sub{
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 940px){
    .navigation-menu .inner .side-menu ul li a.menu-sub{
        font-size: 24px;
        line-height: 34px;
    }
}

.navigation-menu .inner .side-menu ul li a.active{
    color: #a2cc3a;
    text-decoration: none;
}


.timeline-div{
    width: 400px;
    height: 340px !important;
    max-width: 100%;
    background: white;
    box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    animation-duration: .2s;
    transition: left .3s ease;
    margin: auto;
}
.timeline-box{
    padding: 20px;
    text-align: center;
    padding-top: 40px;
}
.timeline-slider{
    width: 400px;
    max-width: 86%;
    margin: auto;
}

.timeline-slider .slick-dots li button{
    /*    background-color: #f5efed;
        border: 5px solid #d5dfe5;
        border-radius: 50%;*/
}
.slick-active button{

}
.timeline-slider .slick-dots li.slick-active button{
    /*    background-color: #a2cc3a;
        border: 5px solid #657a4b;*/
}
.desktop-hide{
    display: none ;
}
.home-video-container{
    display: none;   
}
@media screen and (max-width: 1200px) {
    .mobile-hide{
        display: none ;
    }
    .loader{
        display: none;
    }
    .desktop-hide{
        display: block;
    }
    .header .home-headlines{
        /*z-index: 80;*/
    }
    #homeVideo1{
        width: 100%;
    }
    .video-loader{
        display: none !important;
    }
    .home-video-container{
        margin-top: 0;
        position: relative;
        width: 100%;
        display: block; 
    }
    .video-overlay-loader{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        transition: .3s ease;
        background:#FFFFFF;
        background:url('../images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
        background-size:75px 75px;


    }


}
@media screen and (max-width: 499px) {
    .timeline-div{
        height: 350px !important;
    }
    #homeVideo1{
        width: 160%;
        margin-left: -30%;

    }
    .headlines.home-headlines{
        z-index: 83;  
    }

}
@media screen and (max-width: 580px) {
    .case-slider{
        width : 80%;
        margin: auto;
    }

}


.contact-icones{
    padding-left:2px;
    padding-right: 2px;
}
.mob-menu-copyright{
    color: #fff;
    width: 102%;
    font-weight: inherit;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    padding: 20px 0;
    text-align: right;
    /* right: 0; */
    bottom: 0!important;
    position: absolute!important;
    z-index: 5555;
    background: #282828;

}
.mob-menu-copyright.copy-relative{
    position: relative!important; 
}
.mob-menu-copyright a{
    color: #FFF !important;
}
.mob-menu-copyright a:hover{
    color: #a4cd3b !important;
}
.social-menu{
    padding: 0 10% 0 0;
}
.navDivUl{
    padding-bottom: 65px !important;
}

.inner::-webkit-scrollbar {
    width: 5px;
}

.inner::-webkit-scrollbar-track {
    background: #ddd;
}

.inner::-webkit-scrollbar-thumb {
    background: #666; 
}


#accordian-container {
    width: 100%;
    overflow: auto;
}

.navigation-menu .inner .side-menu ul .navDiv{
    position: relative;
    height: 190px;
    overflow-y: scroll;
    padding-right: 26px;
    margin-right: -26px;
}
.snippets-accordian li.a {
    /*    display: none !important;
        float: right !important;*/
}
.navigation-menu .inner .side-menu ul li.a{
    display: none;
    float: right ;
    width : 100%;
}
.rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-duration: 25s;

}
.arrow-img{
    width: 20px;
    height: 20px;
    margin-right: -35px;
    margin-left: 15px;
}

.navDiv::-webkit-scrollbar {
    width: 2px;
}

.navDiv::-webkit-scrollbar-track {
    background: #FFF; 

}

.navDiv::-webkit-scrollbar-thumb {
    background: #a2cc3a;

}

/*body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #FFF; 

}

body::-webkit-scrollbar-thumb {
    background: #a2cc3a;

}*/
@media (max-width: 640px) {

    .menu-icon{
        width: 20px;
        margin-top: -5px;
    }
    .navDiv{
        height: 135px;
    }
    .arrow-img {
        width: 15px;
        height: 15px;
        margin-right: -25px;
        margin-left: 10px;
    }
    .navigation-menu .inner{
        width: 102%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .about-intro{
        /*padding: 20px;*/
        padding-bottom: 50px;
    }
}
.navigation-menu .inner .side-menu ul li.q.active{
    color: #a2cc3a;
}

.timeline-mobile{
    padding-bottom: 100px;
}

.crt-load-more{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: #a2cc3a !important;
    color: #000;
}

.color-dark .title-new{
    color: #FFF;
}
.color-undefined .featured-services h2, .color-undefined .featured-services p{
    color: #000;
}

.color-dark .project-box .project-content h3 a{
    color: #FFF;
}

#loadMore {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 30px;
    background: #FFF;
    color: #000;
    margin: auto;
    transition: .3s;
    margin-top: 20px;
}
.color-undefined #loadMore {
    background: #a2cc3a;
}
.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}
.content1{
    display: none;
}
.color-green{

}
/*.custom-btn a, .custom-btn a:active, .custom-btn a:focus{
    outline: none;
    border: 0;
}*/
.narrow-title{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "AvenirLTStd-Light";
    color: #FFF;
}
.color-undefined .narrow-title{
    color: #000;
}
.case-summary{
    margin-top:100px;
    margin-bottom: 90px;
}
.did-box{
    border: 1px solid #C8C8C8;
    padding: 40px 30px;
    width: 100%;
}
.did-box .narrow-title{
    padding-left: 30px;
}
.did-box p{
    font-family: AvenirLTStd-Book;
    font-weight: 300;
    font-size: 16px;
    padding: 0.2em 0;
    padding-left: 25%;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    text-indent: -36px;
}

.case-bg{
    margin-top:60px; 
    background: #d9d9e1; 
    border-bottom: 6px solid #a2cc3a; 
    padding: 100px 0;
}

@media (max-width: 992px){
    .did-box{
        margin: 0px;
        text-align: center;
    }
    .did-box .narrow-title{
        padding-left: 0;
    }
    .did-box p{
        padding-left: 0;
        text-indent: 0px;
    }

}

body.case-page{
    padding-left: 0px;
    padding-right: 0px;
}
.case-padd{
    padding-left: 150px;
    padding-right: 50px;
}
.case-page .footer {
    padding-left: 150px;
    padding-right: 50px;
}
.img-header{
    width: 100%;
    border-bottom: 6px solid #a2cc3a;
    margin-top: 50px;
}
.case-page .left-side ul li a{
    color: #282828;
}
.case-page.color-dark .left-side ul li a{
    color: #FFF;
}
.pro-team-2{
    margin-top:2rem;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px){
    .case-padd{
        padding: 0;   
    }
    .case-page .footer {
        padding: 150px 0 50px;
    }
}
.img-bg{
    width: 90%;
    display: block;
    margin: auto;
    max-width: 900px;
    height: auto;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
    .header .page-title h2{
        font-size: 32px;
    }
    .service-text {
        font-size: 16px;
        font-family: "AvenirLTStd-Light";
        line-height: 32px;
    }
    .header .page-title {
        width: 100%;
        margin-bottom: 0;
        margin-top: 120px;
    }

}


.video-container {
    position: relative;
    width: 100%;
    margin-top:50px;
}

.video-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top:0;
}
.th-image {
    width: 100%;
    height: auto;
    margin-top:0;
}

.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    transition: .3s ease;
    background-color: transparent;
}

.video-container:hover .video-overlay {
    opacity: 1;
}

.video-icon {
    color: white;
    /*font-size: 100px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.video-icon img{
    width: 100px;
    height: 100px;
}



/*@media only screen and (max-width: 1400px), only screen and (max-device-width: 1400px){
    .video-icon img{
        width: 100px;
    }

}*/
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px){
    .video-icon img{
        width: 60px;
        height: 60px;
    }

}

#html5-watermark{
    display: none !important;
}
.html5-image{
    padding: 0 !important;
}
.html5-elem-box{
    background: transparent !important;
}

@media (max-width: 798px){
    .logos{
        padding: 10px 0px;
    }
    .work-with-us{
        padding: 100px 0px 50px;
    }
    .video-container{
        margin-top:30px;
    }
    .case-summary {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .case-bg {
        margin-top: 40px;
        padding: 40px 0;
    }
}

.header .home-headlines{
    height:100vh; 
    display: flex;  
    justify-content: center;  
    align-items: center;     
    width: 100%;   
    margin-bottom: 0; 
    margin-top: 0px;
    /*margin-top: 50px;*/
}

.featured-services .col-4 {
    margin-bottom: 60px;
}
.featured-services .service-inner-icon{
    width: 100%;
    max-width: 120px;
    display: block;
    margin: auto;
    height: auto;
}
.featured-services .service-icon-title{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-family: "AvenirLTStd-Roman";
    letter-spacing: 1px;
}
.color-undefined .featured-services .service-icon-title{
    color: #282828;
}

.service-inner .service-works{
    padding: 100px 0 10px;
}
.featured-services.services-icons{
    padding: 100px 0px 60px;
}
.service-inner .about-intro img{
    width: 100%;
    max-width: 470px;
    display: block;
    margin: auto;
    height: auto;
}
.featured-services.services-icons .slick-slide img{
    display: block;
    width: 80%;
    margin: 10% auto;
}
.featured-services .slick-slide img{
    display: block;
    width: 80%;
    margin: 10% auto;
    /*height: auto;*/
    height: 100%;
}

.color-undefined .featured-services figure {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.featured-services.services-icons .titles{
    margin-bottom: 0px;
}

@media screen and (max-width: 799px) {
    .featured-services.services-icons{
        padding: 70px 0px 0px;
    }
    .featured-services {
        padding: 50px 0px 0px;
    }
    .slider-slick{
        padding: 0px 30px;
    }
    .service-inner .service-works{
        padding: 50px 0 10px;
    }

    .featured-services.services-icons .narrow-title{
        margin-bottom: 0px;
    }
    /*    .featured-services.services-icons figure figcaption{
            border: 1px solid #C8C8C8;
        }*/
}

/*@media screen and (max-width: 799px) {
    .featured-services figure figcaption h4 {
        font-size: 26px;
        line-height: 36px;
    }

}*/
@media screen and (max-width: 480px) {
    .featured-services figure figcaption h4 {
        font-size: 24px;
        line-height: 34px;
    }

}

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

}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .header .home-headlines{
        height: auto; 
        display: block;
    }
    .fullscreen-bg{
        display: none;
    }
    .fullscreen-bg__video{
        display: none;
    }
    .scroll-down{
        position: relative;
        top: -75px;
    }
    .service-inner .footer{
        padding: 50px 0px;
    }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {

}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .footer {
        padding: 75px 0;
    }
    .about-intro h2{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .scroll-down{
        position: relative;
        top: -50px;
    }
}
@media only screen and (max-width: 340px), only screen and (max-device-width: 340px) {
    .preloader .inner .percentage {
        font-size: 160px;
    }
}

@media (min-width: 576px){
    #subscribeModal .modal-dialog {
        max-width: 500px;
        margin: 0 auto;
    } 
}
.color-dark .titles{
    color: #FFF;
}
.color-dark .header .page-title h2{
    color: #FFF;
}

.color-dark .service-text{
    color: #FFF;
}

.carousel.sliding-slider img {
    display: block;
    margin:0px 5px;
    height: 200px;

}
.sliding-slider{
    margin-top:50px;
}

@media screen and ( min-width: 768px ) {
    .carousel.sliding-slider img {
        height: 400px;
    }
}
.service-inner header{
    min-height: 700px;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .service-inner header{
        min-height: 560px;
    }

}
.timeline-content h2, .timeline-slider h2{
    font-size: 1.75rem;
}
.header-image{
    margin-top:150px;
}
@media screen and (max-width: 799px){
    .header-image{
        margin-top:90px;
    }
}

@media screen and (max-width: 576px) {
    .service-inner-slider.slick-slider, .service-slider.slick-slider{
        margin-right:-15px;
        margin-left: -15px;
    }
}
@media screen and (max-width: 980px) {
    .featured-services figure:hover {
        background: transparent;
    }
}

@media screen and (max-width: 980px) {
    .service-slider .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .service-slider .slick-dots li button{
        width: 10px;
        height: 10px;
    }
    .service-inner-slider .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .service-inner-slider .slick-dots li button{
        width: 10px;
        height: 10px;
    }
    .timeline-mobile .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .timeline-mobile .slick-dots li button{
        width: 10px;
        height: 10px;
    }

}
.service-inner-slider .slick-dots li:nth-last-child(1) {
    display: none !important;
}
.service-inner-slider .slick-dots li:nth-last-child(2) {
    display: none !important;
}
.service-slider .slick-dots li:nth-last-child(1) {
    display: none !important;
}
.service-slider .slick-dots li:nth-last-child(2) {
    display: none !important;
}

#carousel-1 .carousel-control-prev{
    left:-18%;
}
#carousel-1 .carousel-control-prev img, #carousel-1 .carousel-control-next img{
    width: 100%;
    height: auto;
}
#carousel-1 .carousel-control-next{
    right:-18%;
}
.about-intro.about-client{
    padding-top: 0px; padding-bottom: 0px;
}
.about-intro.purpose{
    padding-top: 0px; padding-bottom: 0px;
}
@media screen and (max-width: 799px) {
    #carousel-1 .carousel-control-prev{
        left:5px;
    }
    #carousel-1 .carousel-control-next{
        right:5px;
    }  
    /*    #carousel-1 .carousel-indicators{
            bottom: -40px;
        }*/
    .works-gallery.works{
        padding-top:100px;
    }
    .about-intro.about-client{
        padding-top:100px;
    }
    .about-intro.purpose{
        padding-bottom: 30px;
    }


}
.html5lightbox-video iframe{
    padding-bottom: 7px !important;
}
.html5-elem-wrap{
    background: transparent !important;
}
.terms-box-inner{
    padding-left: 30px;
}
.case-slider .slick-prev {
    left: -40px;
}
.terms-box h4{
    padding-right: 0 !important;
}



/*@media (max-width:1832px) and (min-width:1683px) {
    .fullscreen-bg__video {
        height: 110%;
    }
}​*/

#newid
{
    position: relative;
    height: 200px;
    top:0px;left:0;
    width:100%;
    background:white;
    /*             z-index:50000;*/
}

.image-loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #a2cc3a;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 70px !important;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

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


@media (max-width:1592px) and (min-width:1450px) {
    .fullscreen-bg__video {
        height: 110%;
        top: 0;
    }
}​

/*@media (max-width:1832px) and (min-width:1432px) {
    .fullscreen-bg__video {
        height: 110%;
        height: 110%;
    }
}​*/

.home-navbar{
    z-index: 60;
    height: 91px !important;
}


.what-we-do-container {
    display: table;
    width: 100%;
}
.what-we-do {
    display: table-cell;
    padding: 16px;
    width: 50%;
    vertical-align: middle;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .what-we-do {
        display: block;
        padding: 16px;
        width: 100%;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px){
    #works{
        margin-top:30px;
    } 
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    #works{
        margin-top:0px;
    }
}

#myBtnContainer .custom-btn:focus{
    outline: none !important;
    border: 0 !important;

}


.cases-div .row{
    display: none;
}
.cases-div .row .project-box{
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

    .cases-div .row{
        display: block;
    }
    .cases-div ul{
        display: none;
    }
}

.case-sub{
    margin-top : 20px;
}
.video-loader{
    display: block;
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999999;
    background:#FFFFFF;
    background:url('../images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    background-size:75px 75px;
}
.video-loader-mobile{
    display: block;
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999999;
    background:#FFFFFF;
    background:url('../images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    background-size:75px 75px;
}
.video-loader-arch{
    display: block;
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999999;
    background:#FFFFFF;
    background:url('../images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    background-size:75px 75px;
}

.Window__Component-sc-17wvysh-0.dVYIqU{
    z-index: 5 !important;
}

.w-100{
    height: auto;
}
.slick-arrow{
    width: 100%;
    height: auto;
}
.Window__WindowComponent-sc-17wvysh-1{ width: auto !important; }
.header-blank{
    height: 91px;
    position: relative;
    display: none;
}

.threed-container {
    display: table;
    width: 100%;
}
.threed-side {
    display: table-cell;
    padding: 16px;
    width: 20%;
    vertical-align: middle;
}
.threed{
    display: table-cell;
    padding: 50px 30px;
    width: 60%;
    vertical-align: middle;
    background: #FFF;
}
.threed-side-left{
    background: url(../images/service/three/left.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}
.threed-side-right{
    background: url(../images/service/three/right.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}

@media screen and (max-width: 768px) {
    .threed-side {
        width: 15%;
    }
    .threed-side-left{
        background: url(../images/service/three/1.JPG); 
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: center;
    }
    .threed-side-right{
        background: url(../images/service/three/2.JPG); 
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: center;
    }
    .threed{
        width: 70%;
        padding: 40px 30px;
    }
    .threed h2{
        font-size: 26px;
    }
    .threed .service-text{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
    }
}

/*@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .threed {
        display: block;
        padding: 16px;
        width: 100%;
        vertical-align: middle;
    }
}*/

.save-div div{
    height: 300px; 
}
.d1{
    background: url(../images/service/three/d1.jpg); 
}
.d2{
    background: url(../images/service/three/d2.jpg); 
}
.d3{
    background: url(../images/service/three/d3.jpg); 
}
.d4{
    background: url(../images/service/three/d4.jpg); 
}
.d5{
    background: url(../images/service/three/d5.jpg); 
}
.d6{
    background: url(../images/service/three/d6.jpg); 
}
.d7{
    background: url(../images/service/three/d7.jpg); 
}
.d8{
    background: url(../images/service/three/d8.jpg); 
}
.d9{
    background: url(../images/service/three/d9.jpg); 
}
.d10{
    background: url(../images/service/three/d10.jpg); 
}

.save-div .save-d{
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}
.save-div-container{
    display: table;
    width: 100%;
    background: #f4f2f1;
    height: 270px;

}
.save-text {
    display: table-cell;
    padding: 16px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    COLOR: #000;
    border: 10px solid #a2cc3a;
}
.save-text img{
    width: 70%;
    max-width: 460px;
}

.save-text h1{
    font-size: 7rem;
    margin-bottom: 0px;
    line-height: 6rem;
    margin-top: 1rem;
}
.save-text p{
    font-size: 2.35rem;
    margin-bottom: 0px;
}
@media only screen and (max-width: 1250px), only screen and (max-device-width: 1250px) {
    .save-text h1{
        font-size: 5.5rem;
        line-height: 4.5rem;
    }  
    .save-text p{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .save-text h1{
        font-size: 4rem;
        line-height: 3rem;
    }  
    .save-text p{
        font-size: 1.15rem;
    }
    .save-text img{
        width: 90%;
    }

}
@media only screen and (max-width: 580px), only screen and (max-device-width: 580px) {
    .save-text h1{
        font-size: 3.15rem;
        line-height: 2.15rem;
    }  
    .save-text p{
        font-size: 1.25rem;
    }
    .save-div div{
        height: 200px; 
    }
    .save-div-container{
        height: 200px;
    }
}
@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
    .save-text h1{
        font-size: 2.3rem;
        line-height: 2rem;
    }  
    .save-text p{
        font-size: 16px;
    }
    .save-text img{
        width: 100%;
    }
}

#works{
    padding-top: 150px;
}

#sticky {
    padding: 0.5ex;
    width: auto;
    border-radius: 0.5ex;
    float: right;
    position: absolute;
    right: 50px;

}

#sticky.stick-off {
    position: fixed;
    top: 76px;
    right:50px;
    z-index: 10;
}


#sticky-mobile {
    padding: 0.5ex;
    width: auto;
    border-radius: 0.5ex;
    float: right;
    position: fixed;
    right: 0px;
    z-index: 100000;
    top: 91px;
}

.zlow{
    z-index: 10;  
}



/*animation*/
.anim750{
    transition: all 750ms ease-in-out;
}

#Awesome{
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;

    backface-visibility: hidden;
}

#Awesome .sticky-anim{
    transform: rotate(45deg);
}

#Awesome:hover .sticky-anim{
    transform: rotate(10deg);
}

#Awesome .sticky-anim{
    position: absolute;
    top: 0;
    left: 0;
    width:240px;
    height: 240px;
}

#Awesome .reveal .circle{
    box-shadow: 0 1px 0px rgba(0,0,0,.15);

    font-family: 'helvetica neue', arial;
    font-weight: 600;
    line-height: 187px;
    text-align: center;
    color: #000;

    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#Awesome .reveal .circle{
    background: #f1f1f1;
}

#Awesome .circle_wrapper{
    position: absolute;
    width: 240px;
    height: 240px;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

#Awesome .circle{
    position: absolute;
    width: 187px;
    height:  187px;
    margin: 25px;

    border-radius: 999px;
}

#Awesome .back{
    height: 13px;
    top: 40px;
}

#Awesome:hover .back{
    height: 120px;
    top: 147px;
}

#Awesome .back .circle{
    margin-top: -173px;
    background-color: #82a628;

    background-image: -webkit-linear-gradient(bottom, rgba(162, 204, 58,.0), rgba(162, 204, 58,.8));
}
#Awesome:hover .back .circle{
    margin-top: -67px;
}

#Awesome .front{
    height: 200px;
    bottom: 0;
    top: auto;

    -webkit-box-shadow: 0 -140px 20px -140px rgba(0,0,0,.3);
}

#Awesome:hover .front{
    height: 93px;

    -webkit-box-shadow: 0 -60px 10px -60px rgba(0,0,0,.1);
}

#Awesome .front .circle{
    margin-top: -13px;
    background: #a2cc3a;

    background-image: -webkit-linear-gradient(bottom, rgba(162, 204, 58,.0) 75%, #a2cc3a 95%);
    background-image: -moz-linear-gradient(bottom, rgba(162, 204, 58,.0) 75%, #a2cc3a 95%);
    background-image: linear-gradient(bottom, rgba(162, 204, 58,.0) 75%, #a2cc3a 95%);
}


#Awesome img{
    font-family: 'helvetica neue', arial;
    font-weight: 200;
    text-align: center;
    position: absolute;
    width: 187px;
    height: 187px;
    top: 26px;
    left: 26px;
    transition: opacity 50ms linear 400ms
}

#Awesome:hover img{
    opacity: 0;
    transition: opacity 50ms linear 300ms;
}

#Awesome:hover .front .circle{
    margin-top: -120px;
    background-color: #a2cc3a;
    background-position: 0 100px;
}
#sticky-mobile{
    display: none;
}
@media screen and (max-width: 992px) {
    #sticky{
        display: none;
    }
    #sticky-mobile{
        display: block;
    }
}


.sliding-popup-container {
    display: table;
    width: 100%;
}
#popup-content {
    display: table-cell;
    width: 85%;
    vertical-align: middle;
}
#popup-text  p{
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 15px 20px;
    background: #444444;

    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
    padding-bottom: 20px;

}
#popup-buttons {
    display: table-cell;

    width: 15%;
    vertical-align: middle;
    background: #000;
}
#popup-buttons .agree-button{
    cursor: pointer;
    width: auto;
    border: none;
    color: #fffefe;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: auto;
    font-size: 16px;
    background: transparent;
}


@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
    #popup-content {
        width: 75%;
    }
    #popup-buttons {
        width: 25%;

    }
}
@media only screen and (max-width: 598px), only screen and (max-device-width: 598px) {
    #popup-content {
        display: block;
        width: 100%;
    }
    #popup-buttons {
        display: block;
        width: 100%;
        padding: 20px 15px;

    }
}

.crt-widget-grid.crt-grid-col3 .crt-grid-post {
    width: 31.33333% !important;
    margin: 1% !important;
}
.crt-widget-grid.crt-grid-col2 .crt-grid-post{
    width: 48% !important;
    margin: 1% !important;
}
.crt-widget-grid.crt-grid-col1 .crt-grid-post {
    width: 98% !important;
    margin: 1% !important;
}

.Window__WindowComponent-sc-17wvysh-1{ width: auto !important; }
div.eapps-widget{
    display: none;
}


.web-design-offer-bg{
    background: url(../images/offers/web/bg.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top;
}

.save-web-div div{
    height: 200px; 
}
.save-web-div-center div{
    height: 400px;
}


.save-web-div .save-web-d{
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}
.save-web-div-container{
    display: table;
    width: 100%;
    background: #f4f2f1;
}
.save-web-text {
    display: table-cell;
    padding: 16px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    COLOR: #000;
    border: 10px solid #a2cc3a;
}
.save-web-text img{
    width: 70%;
    max-width: 670px;
}


@media only screen and (max-width: 1800px), only screen and (max-device-width: 1800px) {
    .save-web-div-center div{
        height: 350px;
    }
    .save-web-text img{
        width: 70%;
        max-width: 570px;
    }

}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .save-web-div-center div{
        height: 300px;
    }
    .save-web-div div{
        height: 180px; 
    }
    .save-web-text img{
        width: 70%;
        max-width: 470px;
    }

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

    .save-web-text img{
        width: 90%;
    }

}
@media only screen and (max-width: 580px), only screen and (max-device-width: 580px) {
    .save-web-div div{
        height: 200px; 
    }
    .save-div-container{
        height: 200px;
    }
}
@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
    .save-web-text img{
        width: 100%;
    }
}

.desktop-hide-offer{
    display: none;
}

@media screen and (max-width: 800px) {
    .mobile-hide-offer{
        display: none ;
    }
    .desktop-hide-offer{
        display: block;
    }
}
.offer-web-text{
    width: 85%;
    text-align: center;
}
.offer-video-text{
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 50px 0px;
}

.web-container {
    position: relative;
    width: 100%;
}


.web-header-image {
    display: block;
    width: 100%;
    height: auto;
}

.web-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    background-color: transparent;
}



.web-save {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
}
.web-save img{
    width: 100%;
    max-width: 740px;
}
.web-container{
    height: 800px;
    background: url(../images/offers/web/bg.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top;
}
.video-offer .web-container{
    background: url(../images/offers/video/bg.jpg); 
    background-position: center;
}

.mac-mobile{
    display: none;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .mac-mobile{
        display: block;
    }
    .mac-desktop{
        display: none;
    }
    .offer-web-text{
        margin: auto;
    }
    .offer-video-text{
        margin: auto;
    }
}
#vrVideos{
    text-align: center;
}
#vrVideos ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 60px;
}
#vrVideos ul.tabs li{
    /*background: #ededed;*/

    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;

    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 30px;
    background: #999;
    color: #000;
    margin: 5px;
    cursor: pointer;

}

#vrVideos ul.tabs li.current{
    background: #a2cc3a;

}

#vrVideos .tab-content{
    visibility: hidden;
    opacity: 0;
    height: 0px;
    transition: visibility 0s, opacity 1s linear;
    margin-top: 0px;

}

#vrVideos .tab-content.current{
    visibility: visible;
    opacity: 1;
    height: auto;
}

.video-sub{
    height: 500px;
    background: url(../images/offers/video/s.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}
.video-sub img{
    width: 100px; height: 100px; display: block; margin: auto;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .video-sub{
        height: 300px;
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: center;
    }
    .video-sub img{
        width: 80px; 
        height: 80px; 
        margin-top: 100px;
    }
    .offer-video-text{
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 799px){
    .offer-page .featured-services.services-icons {
        padding-top:35px;
    } 
}


.custom-btn-case a{    
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 30px;
    background: #999;
    color: #000;
    margin: 10px;
    cursor: pointer;
}




#myBtnContainer .custom-btn-case{
    display: inline-block;
    margin: 0px;
}
#myBtnContainer .custom-btn-case.active a{
    background: #a2cc3a;
    outline: none;
    box-shadow: none !important;
}
#myBtnContainer .custom-btn-case a.active{
    background: #a2cc3a;
    outline: none;
    box-shadow: none !important;
}
#myBtnContainer .custom-btn-case a:hover{
    background: #a2cc3a;
}

@media screen and (max-width: 580px){
    .vrVideos {
        width: 90%;
        margin: 0 auto 30px !important;
    }  
}


.team figure{
    margin-bottom: 20px;
}
.team .team-member h5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}
.team .team-member span {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.team .team-member a {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}
.team-member{
    margin-bottom: 50px;
}
.team-image{
    width: 100%;
}
#teamDiv{
    /*visibility: hidden;*/
    /*display: none;*/
}
.team-image{
    /*visibility: hidden;*/
}

#teamRevel{
    display: block;
    width: 100%;
    height: 90vh;
}
@media screen and (max-width: 780px){
    #teamDiv{
        /*visibility: hidden;*/
        /*display: block;*/
    } 
}
.header .team-header{
    /*  margin-top: 100px;
        padding-top: 200px;
        margin-top: 10px;*/
}
.teamRevel1{
    height: 2px;
}

.shade-box{
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        padding-top: 50px;
        padding-bottom: 50px;
}

#hubspot-messages-iframe-container{
    z-index: 10 !important;
}