@font-face {
  font-family: "Druk";
  src: url("../fonts/Druk-Medium.woff2") format("woff2"),
    url("../fonts/Druk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Sang";
  src: url("../fonts/SangBleuRepublic-Book.woff2") format("woff2"),
    url("../fonts/SangBleuRepublic-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden !important;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

header {
  background: #fff;
  padding: 10px 10px 10px 25px;
  z-index: 700;
  top: 0;
  left: 0;
  display: none;
  right: 0;
  position: fixed;
}

.more-work-carousel .slick-slide {
  margin: 0 10px;
}

/* the parent */
.more-work-carousel .slick-list {
  margin: 0 -10px !important;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100% !important;
    width: 100% !important;
  }
}

header nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60px;
  width: 0;
  overflow: hidden;
  transition: all 1000ms;
}

header nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

header nav ul li {
  padding-left: 100px;
  height: 25%;
}

@media (max-width: 840px) {
  header nav ul li {
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
}

header nav ul li:nth-child(1) {
  background: #5e6770;
}

header nav ul li:nth-child(2) {
  background: #282828;
}

header nav ul li:nth-child(3) {
  background: #000000;
}

header nav ul li:nth-child(4) {
  background: #eb492d;
}

header nav ul li a {
  color: #fff;
  font-family: "Druk";
  font-size: 90px;
  text-transform: uppercase;
  line-height: 25vh;
  transition: all 500ms;
}

@media (max-width: 840px) {
  header nav ul li a {
    font-size: 40px;
    line-height: 25vh;
  }
}

header nav ul li a:hover {
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
}

header .navbar-brand {
  float: left;
  max-width: 158px;
}

header .toggle-button {
  float: right;
  cursor: pointer;
  padding-top: 10px;
}

header .toggle-button span {
  width: 26px;
  height: 2px;
  background: #282828;
  display: block;
  transition: all 100ms;
  position: relative;
  margin-bottom: 6px;
  transform: rotate(0);
  transform-origin: 0 0;
  border-radius: 6px;
}

header .toggle-button span.a {
  top: 5px;
  transform: rotate(45deg);
  transform-origin: 8px 2px;
}

header .toggle-button span.b {
  top: 5px;
  transform: rotate(-45deg);
  transform-origin: 8px 2px;
}

@keyframes overlay {
  0% {
    background: #f7f8f9;
  }

  100% {
    background: #000;
  }
}

@keyframes off {
  0% {
    transform: scale(1, 1) skewX(-22deg) translateZ(0);
  }

  100% {
    transform: scale(10, 2) skewX(0deg) translateZ(0);
  }
}

.slider {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.header-slick .slick-dots {
  opacity: 0;
}

@media (max-width: 840px) {
  .slider {
    min-height: 80vh;
  }
}

.slider .main-title {
  margin: 0 auto;
  width: 80%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 300;
  display: flex;
  top: 50%;
  height: 1px;
  justify-content: center;
  align-items: center;
}

.header-slick {
  background: black;
  max-height: 100%;
}

.slider .main-title h1 {
  font-family: "Druk";
  color: #ec4a2e;
  font-size: 140px;
  line-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}

.owl-nav {
  position: absolute;
  z-index: 600;
  top: 50%;
  width: 100%;
  height: 1px;
}

.owl-nav button {
  outline: none;
}

.owl-nav .s-prev {
  position: relative;
  left: 50px;
  outline: 0;
  border: 0;
  background: no-repeat;
  cursor: pointer;
}

.owl-nav .s-next {
  float: right;
  position: relative;
  right: 50px;
  outline: 0;
  border: 0;
  background: no-repeat;
  cursor: pointer;
}

.header-slick .s-next,
.header-slick .s-prev {
  display: none;
}

.slider .pause-animation {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  transform: scale(1, 1) skewX(-22deg) translateZ(0);
}

.slider .pause-animation.active {
  animation: 2000ms off 1000ms ease-in forwards;
}

.slider .pause-animation.active .mid {
  animation: 1000ms mid 1000ms ease-in forwards;
}

@media (width: 768px) and (height: 1024px) {
  .slider .pause-animation .left:before,
  .slider .pause-animation .right:before {
    height: 12vw !important;
  }

  .slider .pause-animation .left {
    left: -7% !important;
  }

  .slider .pause-animation .right {
    right: -7% !important;
  }
}

@media (width: 1024px) and (height: 1366px) {
  .slider .pause-animation .left:before,
  .slider .pause-animation .right:before {
    height: 15vh !important;
  }

  .slider .pause-animation .left {
    left: -23% !important;
  }

  .slider .pause-animation .right {
    right: -23% !important;
  }
}

.slider .pause-animation .left:before,
.slider .pause-animation .right:before {
  height: 125px;
}

.slider .pause-animation .left {
  width: 50%;
  float: left;
  height: 100%;
  background: #f7f8f9;
  position: relative;
  left: -14%;
}

.slider .pause-animation .left:before {
  content: " ";
  width: 150vw;
  background: #f7f8f9;
  height: 10vh;
  z-index: 6000;
  position: absolute;
  left: 0;
  top: 0;
  left: -30vw;
}

.slider .pause-animation .mid {
  width: 7%;
  height: 100%;
  background: #f7f8f9;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.slider .pause-animation .right {
  width: 50%;
  position: relative;
  right: -14%;
  float: right;
  height: 100%;
  background: #f7f8f9;
}

.slider .pause-animation .right:before {
  content: " ";
  width: 150vw;
  background: #f7f8f9;
  height: 10vh;
  z-index: 6000;
  position: absolute;
  right: 0;
  bottom: 0;
  right: -30vw;
}

.slider .slider-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.5;
}

.slider .owl-item {
  animation: 2s overlay 1s forwards;
}

.swiper-slide img {
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 50px !important;
  list-style: none;
  display: flex;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  padding: 0;
  z-index: 650;
}

@media (orientation: landscape) {
  .slick-dots {
    bottom: 20px !important;
  }
}

.slick-dots li {
  width: 5px;
  height: 22px;
  margin: 0px 2px;
  background: #fff !important;
  transform: skewX(-25deg);
  outline: none;
  cursor: pointer;
}

.slick-dots .slick-active {
  background: #eb4923 !important;
}

.slick-dots button {
  display: none;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  text-align: center;
  z-index: 400;
}

.owl-dots button {
  width: 5px;
  height: 22px;
  margin: 0px 2px;
  background: #fff !important;
  transform: skewX(-25deg);
  outline: none;
}

.owl-dots button.active {
  background: #eb4923 !important;
}

.intro {
  background: #fff;
  padding: 110px 0 30px;
}

.case-studies {
  padding-top: 80px;
}

@media (max-width: 840px) {
  .case-studies {
    padding-top: 10px;
  }
}

.intro.cs-single {
  padding: 110px 0 75px;
  position: relative;
}

@media (max-width: 840px) {
  .intro.cs-single {
    padding: 40px 0 32px;
  }
}

.intro h2 {
  text-transform: uppercase;
  color: #ec4a2e;
  font-family: "Druk";
  font-size: 90px;
  line-height: 78px;
  margin-top: 4px;
}

@media (max-width: 840px) {
  .intro h2.cs-single {
    font-size: 37px;
    line-height: 37px;
  }
}

.intro h4 {
  text-transform: uppercase;
  color: #000;
  font-family: "Druk";
  font-size: 41px;
  line-height: 41px;
  margin: 0;
}

.intro h6 {
  font-family: "Sang";
  font-size: 20px;
  color: #5e6770;
  margin-top: 0px;
}

.intro .description h3 br {
  display: none;
}

@media (max-width: 840px) {
  .intro .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro h6 {
    font-size: 12px;
  }

  .intro .description h3 {
    font-size: 4.1vw !important;
    line-height: 5vw !important;
    margin-bottom: 20px !important;
    margin-top: 11px;
  }

  .intro .description h3 br:nth-child(1) {
    display: none;
  }

  @media (orientation: landscape) {
    .intro .description h3 {
      font-size: 2.4vw !important;
    }

    .intro .description h3 br {
      display: none;
    }
  }
}

.intro .description {
  font-family: "Sang";
  line-height: 34px;
  font-size: 20px;
}

.intro .description h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 38px;
}

.intro .description p {
  margin-bottom: 0;
}

.intro .description.cs-single {
  line-height: 34px;
  font-size: 20px;
}

@media (max-width: 840px) {
  .intro .description.cs-single {
    margin-top: 0px;
    font-size: 13px;
    line-height: 20px;
  }
}

.case-studies .cs-item {
  margin-bottom: 25px;
}

.case-studies .cs-item a {
  position: relative;
  display: block;
  overflow: hidden;
}

.case-studies .cs-item a > img {
  width: 100%;
}

.case-studies .cs-item a:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  background: #ec4a2e;
  transform: skewX(15deg);
  left: -10%;
  transition: all 500ms;
  opacity: 0.9;
}

.case-studies .cs-item a:hover:before {
  width: 60%;
  transform: skewX(-15deg);
}

.case-studies .cs-item a:hover .cs-title,
.case-studies .cs-item a:hover .cs-subtitle {
  opacity: 1;
  left: 30px;
}

.case-studies .cs-item .cs-title {
  position: absolute;
  font-family: "Druk";
  color: #000;
  top: 30px;
  opacity: 0;
  font-size: 34px;
  transition: all 1000ms;
  text-transform: uppercase;
  left: 0;
}

.case-studies .cs-item .cs-subtitle {
  opacity: 0;
  transition: all 1000ms;
  left: 0;
  position: absolute;
  top: 80px;
  font-size: 18px;
  color: #fff;
  font-family: "Sang";
}

.bottom-slider {
  padding-top: 0px;
  position: relative;
  overflow-x: hidden;
}

.bottom-slider .owl-nav {
  position: absolute;
  z-index: 600;
  top: 48%;
  width: 100%;
  height: 1px;
}

.bottom-slider .owl-nav button {
  outline: none;
}

.bottom-slider .owl-nav .owl-prev {
  position: relative;
  left: 40px;
}

.bottom-slider .owl-nav .owl-next {
  float: right;
  position: relative;
  right: 40px;
}

.swiper-container,
.more-work-carousel {
  position: relative;
}

.bottom-slider.more-work .owl-nav button {
  outline: none;
}

.bottom-slider.more-work .owl-nav .owl-dots {
  display: none;
}

.bottom-slider.more-work .owl-nav .owl-prev {
  position: relative;
  left: 60px;
}

.bottom-slider.more-work .owl-nav .owl-next {
  float: right;
  position: relative;
  right: 60px;
}

footer {
  padding: 30px 0;
}

footer .logo-container {
  position: relative;
}

footer .logo-container a {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
}

footer .d-flex {
  align-items: baseline;
}

footer .footer-logo {
  width: 190px;
}

footer .list-inline {
  padding-top: 5px;
}

footer .list-inline img {
  width: 30px;
}

footer .copyright {
  font-family: "Druk";
  font-size: 24px;
  margin-right: -17px;
  margin-top: -3px;
}

.slick-slide img {
  width: 100%;
}

.cs-single-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  bottom: -2px;
  margin-top: -2px;
}

@media (max-width: 840px) {
  .owl-nav .s-next,
  .owl-nav .s-prev {
    display: none !important;
    opacity: 0;
  }

  .cs-single-header {
    height: auto;
  }
}

.cs-single-header .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
}

.cs-single-header .image-container video {
  width: 100%;
}

.cs-single-header .topImg {
  max-width: 100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}

.cs-gallery .gallery-item {
  margin-bottom: 25px;
  width: 100%;
}

.cs-gallery .gallery-item video {
  bottom: -6px;
  position: relative;
  margin-top: -6px;
}

.cs-gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}

.more-work h2 {
  font-family: "Druk";
  color: #282828;
  font-size: 56px;
  text-transform: uppercase;
  margin-top: 57px;
  margin-bottom: 77px;
}

@media (max-width: 840px) {
  .more-work h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 9px;
  }
}

.about-carousel .owl-nav {
  position: absolute;
  z-index: 600;
  top: 400px;
  width: 100%;
  height: 1px;
  display: block !important;
}

.about-carousel .owl-nav button {
  outline: none;
}

.about-carousel .owl-nav .owl-dots {
  display: none;
}

.about-carousel .owl-nav .owl-prev {
  position: relative;
  left: 60px;
}

.about-carousel .owl-nav .owl-next {
  float: right;
  position: relative;
  right: 60px;
}

.about-carousel .slider-item img {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
}

.hashtag {
  background-color: #24282b;
  padding: 50px 0;
}

.hashtag .container {
  background-image: url("../images/TP.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
}

.hashtag h1 {
  font-family: "Druk";
  color: #fff;
  text-transform: uppercase;
  font-size: 130px;
  margin: 0;
}

.hashtag h2 {
  margin-top: -30px;
  color: #ec4a2e;
  font-size: 100px;
  font-family: "Druk";
}

.team {
  padding: 90px 0 40px;
}

.team .team-member h3 {
  font-family: "Druk";
  color: #282828;
  font-size: 51px;
  margin: 0;
}

.team .team-member .role {
  margin-top: 5px;
  display: block;
  color: #ec4a2e;
  font-family: "Sang";
  font-weight: 600;
  font-size: 20px;
}

.team .team-member .email {
  color: #5e6770;
  font-family: "Sang";
  font-size: 20px;
  display: block;
  margin-top: -5px;
}

.team .team-member .linkedin img {
  width: 32px;
  margin-top: 20px;
}

.clients {
  padding: 50px 0;
}

.clients h2 {
  font-family: "Druk";
  color: #282828;
  font-size: 60px;
  text-transform: uppercase;
}

.clients .clients-logo {
  margin-top: 82px;
}

.contact-info {
  background: #282828;
  padding: 80px 0 80px;
}

.contact-info .left {
  color: #fff;
  font-family: "Druk";
  font-size: 52px;
  line-height: 45px;
}

.contact-info .right {
  color: #fff;
  font-family: "Druk";
  font-size: 52px;
  line-height: 48px;
}

.contact-info .right span {
  display: block;
}

.contact-info .right span.email {
  color: #ec4a2e;
}

@keyframes team {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 16.6vw;
  }
}

.board-images {
  background: #afafaf;
}

.board-images h1 {
  font-family: "Druk";
  color: #fff;
  text-transform: uppercase;
  font-size: 15vw;
  margin: 0;
  display: none;
  text-align: center;
}

.board-images .flex-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.board-images .flex-container.boxes5 .flex-cell {
  flex: 0 0 20%;
}

.board-images .flex-cell {
  flex: 0 0 16.666666%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
}

.board-images .flex-cell:before {
  content: "";
  display: table;
  padding-top: 100%;
}

.board-images .flex-item {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-x: 0;
  background-repeat: repeat-x;
}

.board-images .flex-item.b16 {
  background-size: 166.666666666666vw;
}

.board-images .flex-item.b149 {
  background-size: 149.999999999999vw;
}

.board-images .flex-item.b200 {
  background-size: 214vw;
}

.board-images .flex-item.b180 {
  background-size: 192.6666666666666vw;
}

.want-in {
  padding: 71px 0 56px;
}

.want-in h1 {
  font-family: "Druk";
  color: #ec4a2e;
  font-size: 90px;
  text-transform: uppercase;
}

.want-in .right {
  font-family: "Sang";
  color: #282828;
  padding-top: 12px;
  line-height: 34px;
  font-size: 20px;
}

section.role {
  background: #f7f8f9;
  padding: 43px 0 38px;
  margin-bottom: 38px;
}

section.role.last {
  margin-bottom: 0px !important;
}

section.role h2 {
  font-family: "Druk";
  color: #282828;
  font-size: 42px;
  text-transform: uppercase;
}

section.role .right {
  font-family: "Sang";
  margin-top: 5px;
  color: #282828;
  font-size: 20px;
  line-height: 34px;
}

section.role .right .learn-more {
  color: #ec4a2e;
  font-family: "Druk";
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  margin-top: 40px;
  text-decoration: none;
}

#contactUs {
  height: fit-content !important;
}

.map {
  max-width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.map .acf-map {
  width: 100%;
  height: 550px;
  border: none;
}

@media (max-width: 840px) and (orientation: landscape) {
  .map .acf-map {
    height: 100vh;
  }
}

@media (min-width: 1660px) {
  .bottom-banner .container {
    max-width: 1260px;
  }
  .container {
    max-width: 1260px;
  }

  .slider .main-title h1 {
    font-size: 176px;
    line-height: 143px;
  }

  .slider .owl-nav {
    top: 25vw;
  }

  .slider .owl-nav .owl-next {
    float: right;
    position: relative;
    right: 100px;
  }

  .slider .owl-nav .owl-prev {
    float: left;
    position: relative;
    left: 100px;
  }

  .intro {
    padding: 139px 0;
  }

  .intro.cs-single {
    padding: 127px 0 100px;
  }

  .intro .description h3 {
    font-size: 36px;
  }

  .intro .description {
    margin-top: 0px;
  }

  .case-studies .cs-item a > img {
    /* height: 475px; */
    width: 100%;
  }

  .more-work h2 {
    font-size: 75px;
    margin-top: 108px;
    margin-bottom: 91px;
  }

  .case-studies .cs-item {
    margin-bottom: 36px;
  }

  .bottom-slider {
    padding-top: 0;
  }

  footer .list-inline img {
    width: 40px;
  }

  footer .footer-logo {
    width: 240px;
  }

  footer .copyright {
    font-family: "Druk";
    font-size: 30px;
    margin-right: 0;
  }

  .about-carousel .owl-nav {
    top: 510px;
  }

  .about-carousel .owl-nav .owl-prev {
    left: 90px;
  }

  .about-carousel .owl-nav .owl-next {
    right: 90px;
  }

  .team {
    padding: 115px 0 60px;
  }

  .team .team-member h3 {
    font-size: 65px;
  }

  .team .team-member .role {
    font-size: 22px;
  }

  .team .team-member .email {
    font-size: 24px;
  }

  .team .team-member .linkedin img {
    width: 38px;
    margin-top: 28px;
  }

  .clients {
    padding: 50px 0 105px;
  }

  .clients h2 {
    font-size: 75px;
  }

  .contact-info {
    padding: 111px 0 92px;
  }

  .contact-info .left,
  .contact-info .right {
    font-size: 64px;
    line-height: 65px;
  }

  .want-in {
    padding: 91px 0 73px;
  }

  section.role {
    padding: 54px 0 43px;
    margin-bottom: 57px;
  }

  .slider .pause-animation .left {
    left: -12%;
  }

  .slider .pause-animation .right {
    right: -12%;
  }

  .slider .pause-animation .mid {
    width: 4%;
    right: 4%;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .slider .pause-animation .left {
    left: -13%;
  }

  .slider .pause-animation .right {
    right: -13%;
  }

  .slider .pause-animation .mid {
    width: 5%;
    right: 0;
    left: 0;
  }

  .container {
    max-width: 1315px;
  }
}

@media (max-width: 840px) {
  @media (orientation: portrait) {
  }

  @media (orientation: landscape) {
  }

  header {
    padding: 10px;
  }

  header .navbar-brand {
    float: left;
    max-width: 102px;
  }

  header .toggle-button {
    transform: scale(0.8, 0.8);
    margin: -5px -30px -10px 0;
    padding: 15px 30px;
  }

  section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media (orientation: landscape) {
    .pause-animation .mid {
      width: 4%;
    }
  }

  @media (orientation: portrait) {
    .slider .pause-animation .mid {
      width: 3%;
    }

    .pause-animation {
      transform: scale(1, 1) skewX(-22deg) translateZ(0);
      left: -50%;
      width: 200% !important;
    }

    .pause-animation .left {
      left: -10% !important;
    }

    .pause-animation .right {
      right: -10% !important;
    }

    .pause-animation .left:before,
    .pause-animation .right:before {
      width: 150vw !important;
      height: 20vw !important;
    }

    .slider .pause-animation .left:before {
      left: 70vw;
      height: 15vh !important;
    }

    .slider .pause-animation .right:before {
      right: 70vw;
      height: 15vh !important;
    }
  }

  @media (orientation: portrait) {
    .slider .slider-item.first {
      background-position: 0px 0px;
    }

    .slider .slider-item {
      background-size: 960px;
      background-position: 50% 0px;
    }
  }

  .slider .owl-carousel {
    position: static !important;
  }

  .slider .owl-carousel .owl-nav {
    display: none;
  }

  .slider .owl-carousel .owl-dots {
    bottom: 10px;
  }

  .slider .owl-carousel .owl-dots button {
    width: 5px;
    height: 16px;
    margin: 0 2px;
  }

  @media (orientation: portrait) {
    .slider .main-title {
      width: 100%;
    }
  }

  .slider .main-title h1 {
    font-size: 53px;
    line-height: 46px;
  }

  .intro {
    padding: 40px 0px 36px;
  }

  .intro h2 {
    font-size: 46px;
    line-height: 41px;
  }

  .intro h4 {
    font-size: 23px;
    line-height: 23px;
  }

  .intro .description {
    font-size: 14px;
    word-spacing: -1px;
    margin-top: 10px;
    line-height: 20px;
  }

  .case-studies .cs-item {
    margin-bottom: 12px;
    padding: 0;
  }

  .bottom-slider.more-work .owl-nav {
    display: none !important;
  }

  .bottom-slider.more-work .slider-item img {
    width: 100% !important;
    height: auto !important;
  }

  .bottom-slider .slider-item img {
    width: 100% !important;
    height: auto !important;
  }

  .bottom-slider .owl-nav {
    display: none;
  }

  .bottom-slider .owl-dots {
    bottom: 10px;
  }

  .bottom-slider .owl-dots button {
    width: 5px;
    height: 16px;
    margin: 0 2px;
  }

  footer {
    padding: 5px 0;
  }

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

  footer .col-md-4 {
    text-align: center !important;
    margin-bottom: -5px;
  }

  footer .col-md-4:nth-child(1) {
    order: 2;
  }

  footer .col-md-4:nth-child(2) {
    order: 1;
  }

  footer .col-md-4:nth-child(3) {
    order: 3;
    margin-bottom: 0px;
  }

  footer .list-inline-item:not(:last-child) {
    margin-right: 0.2rem;
  }

  footer .list-inline {
    margin-bottom: 2px;
  }

  footer .list-inline img {
    width: 20px;
  }

  footer .footer-logo {
    width: 130px;
    margin-left: -28px;
  }

  footer .logo-container {
    margin: 5px 0;
  }

  footer .logo-container a {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 5000;
    display: inline-block;
    top: 3px;
    left: -13px;
  }

  footer .copyright {
    margin-right: 0;
    font-size: 14px;
  }

  .about-carousel {
    height: 100%;
  }

  .about-us-slider {
    /*height: 95vh;*/
    overflow: hidden;
    background: #24282b;
  }

  @media (orientation: landscape) {
    .about-us-slider {
      height: 100vh;
    }
  }

  @media (orientation: portrait) {
    .desktop-slider {
      display: none !important;
    }

    .mobile-slider {
      display: block !important;
    }

    .footer-carousel {
      display: none !important;
    }
  }

  .about-us-slider .active .slider-item {
  }

  .about-us-slider .owl-dots {
    bottom: 50px;
  }

  .about-us-slider .owl-dots button {
    width: 5px;
    height: 16px;
    margin: 0 2px;
  }

  .hashtag {
    padding: 0;
  }

  .hashtag .container {
    padding: 100px 0;
    background-size: 50vw;
  }

  @media (orientation: landscape) {
    .hashtag .container {
      background-size: 30vw;
    }
  }

  .hashtag h1 {
    font-size: 35px;
  }

  .hashtag h2 {
    margin-top: 0;
    font-size: 28px;
  }

  @media (orientation: landscape) {
    .hashtag h1 {
      font-size: 60px;
    }

    .hashtag h2 {
      font-size: 50px;
    }
  }

  .team {
    padding: 40px 0 6px;
  }

  .team .team-member {
    padding: 0;
    margin-bottom: 15px;
  }

  .team .team-member h3 {
    font-size: 21px;
    margin-top: 7px;
  }

  .team .team-member .role {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 600;
  }

  .team .team-member .email {
    font-size: 13px;
    margin-top: 0px;
  }

  .team .team-member .linkedin img {
    width: 22px;
    margin-top: 0px;
  }

  .clients {
    padding: 8px 20px 23px;
  }

  .clients .container {
    padding: 20px 0;
  }

  .clients h2 {
    font-size: 28px;
  }

  .clients .clients-logo {
    margin-top: 10px;
  }

  .contact-info {
    padding: 30px 0 25px;
  }

  .contact-info .container {
    padding: 0px 20px;
  }

  .contact-info .left {
    margin-bottom: 30px;
  }

  .contact-info .left,
  .contact-info .right {
    font-size: 22px;
    line-height: 20px;
  }

  @media (orientation: landscape) {
    .contact-info .left,
    .contact-info .right {
      font-size: 28px;
      line-height: 26px;
    }
  }

  .contact-info .left p,
  .contact-info .right p {
    margin-bottom: 0;
  }

  .board-images {
    height: 495px;
    overflow: hidden;
    background: url("../images/pattern.jpg");
    background-size: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (orientation: landscape) {
    .board-images {
      height: 100vh;
    }

    .board-images h1 {
      top: 20vw;
    }
  }

  .board-images h1 {
    display: block;
  }

  .flex-container {
    display: none !important;
  }

  .want-in {
    padding: 30px 0 20px;
  }

  .want-in .container {
    padding: 0px 20px;
  }

  .want-in h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }

  .want-in .right {
    font-size: 13px;
    padding-top: 0px;
    line-height: 20px;
  }

  section.role {
    padding: 11px 0 10px;
    margin-bottom: 16px;
  }

  section.role h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  section.role .right {
    font-size: 13px;
    padding-top: 0px;
    line-height: 20px;
  }

  section.role .right .learn-more {
    font-size: 20px;
    margin-top: 10px;
  }

  section.role:last-child {
    margin-bottom: 0;
  }

  .case-studies .cs-item a:hover:before {
    display: none;
  }

  .case-studies .cs-item a:hover h5,
  .case-studies .cs-item a:hover span {
    display: none;
  }

  .about-carousel .owl-nav {
    display: none !important;
  }

  .case-studies .row.d-flex {
    margin: 0;
  }

  .case-studies .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  @keyframes off {
    0% {
      transform: scale(1, 1) skewX(-22deg) translateZ(0);
    }

    100% {
      transform: scale(10, 8) skewX(0deg) translateZ(0);
    }
  }

  .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 840px) and (orientation: landscape) {
  .case-studies .cs-item a > img {
    height: auto !important;
  }
}

.owl-nav button img {
  max-width: 65px;
}

.mobile-slider .swiper-wrapper,
.mobile-slider .swiper-wrapper .swiper-slide,
.mobile-slider .swiper-wrapper .swiper-slide img {
  height: 100% !important;
}
.mobile-slider {
  display: none;
  height: 80vh !important;
}

.about-us-slider.mobile-slider .slick-dots li {
  display: none;
}

.about-us-slider.mobile-slider .slick-dots li:nth-child(2n + 1) {
  display: inline-block;
}

.swiper-container-horizontal {
  max-height: 100vh;
  position: relative;
}

.header-slick .swiper-slide {
  opacity: 0.5;
}

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

.bottom-banner {
  padding: 50px 0 30px;
  margin-top: 38px;
}

.bottom-banner.orange {
  background: #ee4b2c;
}
.bottom-banner.home-page-banner {
  padding: 20px 0;
}
.bottom-banner.home-page-banner h2 {
  margin-bottom: 0;
  margin-left: 50px;
}
.bottom-banner.home-page-banner img {
  width: 70px;
  margin-right: 0;
}

.bottom-banner.home-page-banner a {
  font-size: 24px;
  font-family: "Sang";
  text-transform: unset;
  background: transparent;
  box-shadow: 0 !important;
}

.bottom-banner.black {
  background: #282828;
}

/*.bottom-banner.orange a:hover{
background: transparent;
border:1px solid #FFF !important;
color: #FFF;

}

.bottom-banner.black a:hover{
background: transparent;
border:1px solid #FFF !important;
color: #FFF;
}*/

.bottom-banner img {
  width: 110px;
  margin-right: 75px;
  position: relative;
  top: -15px;
}

.bottom-banner img.all {
  width: 120px;
  margin-right: 65px;
  top: 20px;
}

.bottom-banner h3 {
  font-family: "Druk";
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 1.5px;
}

.bottom-banner h2 {
  font-family: "Druk";
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 15px;
  letter-spacing: 1.7px;
}

.bottom-banner a {
  color: #ec4a2e;
  font-family: "Druk";
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  margin-top: 40px;
  text-decoration: none;
}

.bottom-banner p {
  color: #fff;
  font-family: "Sang";
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 25px;
  margin-top: 10px;
}

@media (min-width: 1660px) {
  .bottom-banner h3 {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bottom-banner h2 {
    font-size: 37px;
    line-height: 37px;
  }
  .bottom-banner h3 {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bottom-banner h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .bottom-banner h3 {
    font-size: 22px;
  }

  .bottom-banner p {
    font-size: 16px;
  }
  .bottom-banner img {
    width: 110px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .bottom-banner img {
    margin-bottom: 50px;
    top: 20px;
  }
  .bottom-banner h3 {
    font-size: 24px;
  }
  .bottom-banner h2 {
    font-size: 32px;
  }
  .bottom-banner h2 {
    line-height: 30px;
  }
  .bottom-banner a {
    font-size: 20px;
  }

  .bottom-banner.home-page-banner h2 {
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
    font-size: 24px;
  }
  .bottom-banner.home-page-banner img {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .bottom-banner.home-page-banner a {
    font-size: 20px;
  }
}

@keyframes mid {
  to {
    width: 0;
  }
}

.tp-video-player {
  position: relative;
  background: #000;
}
.tp-video-player-action-mute {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 50;
}

.tp-video-player-action-play {
  position: absolute;
  right: 0;
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  display: none;
  z-index: 50;
  left: 0;
  margin: auto;
}
.tp-video-player.with-control.paused .tp-video-player-action-play.playVideo {
  display: block;
}
.tp-video-player.with-control.paused.hovered
  .tp-video-player-action-play.playVideo {
  display: block;
}
.tp-video-player.paused video {
  opacity: 0.9;
}
.tp-video-player.with-control.muted.hovered
  .tp-video-player-action-mute.unmuteVideo {
  display: block;
}
.tp-video-player.with-control.unmuted.hovered
  .tp-video-player-action-mute.muteVideo {
  display: block;
}

.tp-video-player.hovered video {
  opacity: 0.9;
}
.tp-video-player.with-control.playing.hovered
  .tp-video-player-action-play.pauseVideo {
  display: block;
}
