﻿/* Style for our header texts
	* --------------------------------------- */
/*h1 {
    font-size: 5em;
    font-family: arial,helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}*/
/* Centered texts in each section
	* --------------------------------------- */
.section {
  text-align: center;
  overflow: hidden;
  /*.homepagevideo.homepagevideo-desktop{
    border-radius: 125px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}*/
}
.section .jwplayer,
.section .logo-vid-root,
.section .logo-vid-root,
.section .jw-preview {
  background: none !important;
  border: none !important;
}
.section .jw-reset {
  border: none !important;
}
#section3 {
  background: #235235;
}
/*#section4 {
    background: red;
}
#section5 {
    background: black;
}*/
/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 43%;
  /*
* Preventing flicker on some browsers
* See http://stackoverflow.com/a/36671466/1081396  or issue #183
*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*solves problem with overflowing video in Mac with Chrome */
#section0 {
  overflow: hidden;
}
/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
  color: #fff;
}
/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
.homepagevideo video::-webkit-media-controls {
  display: none !important;
}
/*animations*/
/*home*/
.section {
  /*background: @brand-color-2;*/
}
.white-text .module-blockimage-copy {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width:  767px ) {
  .module-blockimage-copy {
    font-size: 18px;
    text-align: center !important;
  }
}
@media (min-width:  1200px ) {
  .module-blockimage-copy {
    padding: 0 10%;
  }
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .module-blockimage-copy {
    padding: 0 10%;
  }
}
.module-blockimage-copy .module-blockimage-tagline h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width:  767px ) {
  .module-blockimage-copy .module-blockimage-tagline h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.module-blockimage-image img {
  max-width: 300px;
  height: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: landscape) {
  .module-blockimage-image img {
    max-width: 200px;
  }
}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  .module-blockimage-image img {
    max-width: 25vw;
  }
}
@media (max-width:  767px ) {
  .module-blockimage-image img {
    max-width: 35vw;
  }
}
@media (max-width: 374px) {
  .module-blockimage-image img {
    max-width: 30vw;
  }
}
.module-blockimage-image img {
  border-radius: 50%;
  overflow: hidden;
}
#carousel-capabilities .container {
  margin-top: 0;
}
.carousel-item .module-blockimage-tagline h2,
.carousel-item .module-blockimage-copy {
  opacity: 0;
  -webkit-transition: opacity 1.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 1.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-transition: opacity 0.66s ease-in-out, -webkit-transform 1.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.66s ease-in-out, -webkit-transform 1.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 1.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out;
  transition: transform 1.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out, -webkit-transform 1.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 1.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out, -webkit-transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.carousel-item .module-blockimage-image img {
  /*-moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);*/
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.carousel-item.active .module-blockimage-tagline h2,
.carousel-item.active .module-blockimage-copy {
  opacity: 1;
}
.carousel-item.active .module-blockimage-image img {
  /*-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;*/
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.carousel-item.active .module-blockimage-tagline h2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.carousel-item.active .module-blockimage-copy {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
/*.carousel-item.active .module-blockimage-image {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}*/
.carousel-indicator-wrap {
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 374px) {
  .carousel-indicator-wrap {
    margin-top: 22px;
  }
}
@media (max-width:  767px ) {
  .carousel-indicator-wrap {
    width: 45%;
  }
}
.carousel-indicator-wrap .previous {
  text-indent: 0;
}
.carousel-indicator-wrap .previous a {
  margin-left: -50px;
  position: absolute;
  left: 0;
  bottom: 35px;
  color: white;
  opacity: 0.5;
}
.carousel-indicator-wrap .previous a:hover {
  opacity: 1;
}
.carousel-indicator-wrap .next a {
  margin-right: -50px;
  position: absolute;
  right: 0;
  bottom: 35px;
  color: white;
  opacity: 0.5;
}
.carousel-indicator-wrap .next a:hover {
  opacity: 1;
}
.carousel-indicator-wrap .carousel-indicators {
  bottom: 17px;
}
@media (max-width:  767px ) {
  .carousel-indicator-wrap .carousel-indicators {
    bottom: 13px;
  }
}
.carousel-indicator-wrap .carousel-indicators li {
  height: 25px;
  width: 25px;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  background: none;
}
@media (max-width:  767px ) {
  .carousel-indicator-wrap .carousel-indicators li {
    margin: 0 3px;
  }
}
.carousel-indicator-wrap .carousel-indicators li:before {
  height: 25px;
  width: 25px;
  border: 6px white solid;
  border-radius: 50%;
  background: none;
  opacity: 0.5;
}
@media (max-width:  767px ) {
  .carousel-indicator-wrap .carousel-indicators li:before {
    height: 17px;
    width: 17px;
    border: 4px white solid;
    left: 4px;
  }
}
.carousel-indicator-wrap .carousel-indicators li.active {
  background-color: none;
  background: none;
}
.carousel-indicator-wrap .carousel-indicators li.active:before {
  opacity: 1;
}
.carousel-indicator-wrap .carousel-indicators li:after {
  content: "";
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a span {
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 15%;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .fp-slidesNav.bottom {
    bottom: 9%;
  }
}
@media (max-width:  767px ) {
  .fp-slidesNav.bottom {
    bottom: 6%;
  }
}
#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 0 10px;
}
/* Full Screen panels */
.full-screen-panel {
  /*height: 95vh;*/
  min-height: calc(100vh - 50px);
  position: relative;
}
.full-screen-panel .container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.full-screen-panel .slide {
  height: calc(100vh - 50px);
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .full-screen-panel .carousel.slide,
  .full-screen-panel {
    min-height: 615px;
  }
  .module-blockimage-image img {
    max-width: 190px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .full-screen-panel .carousel.slide,
  .full-screen-panel {
    min-height: 575px;
  }
  .module-blockimage-image img {
    max-width: 190px;
  }
}
#section-news-listing-container {
  margin-top: 0px;
}
.section .container {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width:  767px ) {
  .section .container {
    margin-top: 2px;
    margin-bottom: 20px;
  }
}
@media (max-width:  767px ) {
  .section.contact-form .container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#work-carousel {
  min-height: 600px;
}
@media (min-width:  1200px ) {
  #work-carousel {
    height: 90vh;
  }
}
#work-carousel .container {
  margin-top: 0px;
  margin-bottom: 0px;
}
#work-carousel .carousel,
#work-carousel .carousel-inner,
#work-carousel .carousel-item {
  height: 100%;
}
#work-img img {
  max-height: 450px;
}
.full-screen-panel .carousel-inner,
.full-screen-panel .carousel-item {
  height: 100%;
}
/*animations*/
/*CSS animations*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 5.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
.question-wrap {
  width: 204px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:  767px ) {
  .question-wrap {
    max-width: 90px;
  }
}
.question-wrap img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.question-wrap #question,
.question-wrap #question1,
.question-wrap #question2 {
  width: 86px;
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:  767px ) {
  .question-wrap #question,
  .question-wrap #question1,
  .question-wrap #question2 {
    max-width: 29px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar ul li {
    font-size: 8vw !important;
    line-height: 8.35vw !important;
    margin-bottom: 2.75vw;
  }
}
@media screen and (orientation: landscape) {
  .navbar ul li {
    font-size: 3vw !important;
  }
}
/*new recent work*/
#section-case-studies-featured .work-wrap.home-btn {
  margin-top: 40px;
  margin-bottom: 70px;
}
@media (max-width:  767px ) {
  #section-case-studies-featured .work-wrap.home-btn {
    margin: 25px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#section-case-studies-featured .work-wrap.home-btn a {
  margin-bottom: 0;
  display: inline-block;
}
/*client logos hover*/
.client-list .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width:  767px ) {
  .client-list .img-overlay {
    display: none;
  }
}
.client-list:hover .img-overlay {
  height: 100%;
}
.client-list .text {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transform: translate(-20%, -20%);
        -ms-transform: translate(-20%, -20%);
        transform: translate(-20%, -20%);*/
  color: black;
  text-align: center;
  font-size: 14px;
}
.client-list .text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media (max-width:  767px ) {
  .client-list .text p {
    line-height: 16px;
  }
}
/*new home top workplace*/
.home-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 0%;
  font-family: brandon-grotesque, sans-serif;
}
@media (max-width:  767px ) {
  .home-arrow {
    position: absolute;
    bottom: -5%;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .home-arrow {
    position: absolute;
    bottom: -5%;
  }
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .home-arrow {
    position: absolute;
    bottom: -5%;
  }
}
.home-arrow span {
  text-align: center;
  display: block;
  color: black;
  font-size: 14px;
  margin-bottom: -28px;
  font-weight: bold;
}
.home-arrow img.homepage-arrow {
  width: 75px;
  height: 75px;
}
.update-home {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.home-images .slide-container {
  height: 100vh;
  position: relative;
  height: 100%;
  width: 90vw;
  height: 90vh;
}
.home-images .slide-container img {
  /*position: absolute;
            top: 0;
            left: 0;
            right: 0;*/
  opacity: 0;
  /*top: 43%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100vw;
            max-height: 100vw;*/
  max-height: 100%;
  top: 50%;
  position: absolute;
  width: auto;
  height: 83%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  /* IE 9 */
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .home-images .slide-container img {
    width: 70%;
    height: auto;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .home-images .slide-container img {
    width: 80%;
    height: auto;
  }
}
@media (max-width:  767px ) {
  .home-images .slide-container img {
    width: 85%;
    height: auto;
  }
}
.home-images .slide-container .slide1 {
  -webkit-animation: fade1 4s 0.75s;
}
.home-images .slide-container .slide2 {
  -webkit-animation: fade 4s 1.5s;
}
.home-images .slide-container .slide3 {
  -webkit-animation: fade 4s 2.25s;
}
.home-images .slide-container .slide4 {
  -webkit-animation: fade 4s 3s;
}
.home-images .slide-container .slide5 {
  -webkit-animation: fade2 4s 3.75s;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes fade1 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.ie11 .home-images .slide-container img.slide5 {
  opacity: 1;
  margin-top: 40px;
  max-width: 100%;
}
.ie11 .home-arrow {
  bottom: -40px;
}