body {
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.2;
}
/*font-family: "Cormorant Garamond", serif;*/
.container {
  max-width: 1200px;
}
.home .container {
  max-width: 1320px;
}
.desktop-show {
  display: block;
}
.mobile-show {
  display: none;
}
.ipad-show {
  display: none;
}
/**/
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: none;
}
.sidebar.is-hidden .connect-now{
	background-color:#fff;
	transition: all 0.1s ease-out;
}
.sidebar .error {
    color: red;
    font-size: 13px !important;
    margin: 0px;
}
.sidebar .connect-now{
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
	position: absolute;
	left: -49px;
    color: #000;
	letter-spacing: 2px;
    text-decoration: none;
    /*  background-color: rgba(0, 0, 0, .8);*/
	background-color: #fff;
    padding: 30px 15px;
    border-radius: 0px 15px 15px 0px ;
	transition: all 0.2s ease-out;
	writing-mode: vertical-lr;
    transform: rotate(180deg);
	box-shadow: 10px 0px 10px -6px #999;
	    border: 1px solid #ddd;
    border-left: 0;
}
.sidebar .connect-now span{
	/*font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 140%;*/
	text-transform: lowercase;
}
.sidebar {
  z-index: 1200;
  position: fixed;
	flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
	padding: 0px 20px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
/*  background-color: rgba(0, 0, 0, .8);*/
	background-color: #fff;
  box-shadow: 6px 0 11px 1px black;
/*  transition: transform 0.3s ease-out;*/
	transition: all 0.4s ease-out;
/*	overflow-y: auto;*/
}
.sidebar .contact-head{
	padding: 0px;
    margin: 0px;
    background: none;
    display: block;
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(30px, 3.5vw, 36px) !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: clamp(-0.8px, 3.5vw, -0.92px) !important;
    color: #000 !important;
    line-height: 113% !important;
}
.sidebar .contact-head span {
    display: block;
    font-family: "Cormorant Garamond", serif !important;
    color: #373737;
    font-size: 140%;
    font-style: italic !important;
    font-weight: 300 !important;
}
.sidebar form{
	width: 100%;
}
.sidebar label{
	color: #ffffff;
}
.sidebar label{
	color: #1e2124;
}
.sidebar input, .sidebar textarea, .sidebar select{
	width: 100%;
	padding: 8px;
	margin: 5px 0px 5px 0px;
    border-radius: 12px;
    background: #f3f3f3;
    border: 1px solid #dadada;
}
.sidebar input.submit{
    color: #fff;
    background: #fe8949;
    border: 1px solid #fe8949;
    border-radius: 25px;
    padding: 12px 50px;
    width: fit-content;
}
.sidebar .col-12{
	margin: 10px 0px;
}
.sidebar.is-hidden {
  transform: translateX(355px);
/*	overflow: visible;*/
}
/**/
header {
  background: #fff;
  padding: 0 3%;
  min-height: 90px;
  display: flex;
  justify-content: end;
}
.navbar-expand-lg {
  width: 100%;
}
/* NAV */
.navbar-brand img {
  height: 36px;
}
.navbar-nav {
  font-weight: 600;
}
.navbar-nav li {
  padding: 10px 35px;
}
.navbar-nav a {
  color: #000;
  padding: 0px;
  line-height: 26px;
  font-size: 16px;
  font-family: "Instrument Sans", sans-serif;
}
/*
.navbar-nav a.active{
	font-size: 22px;
	font-family: "Cormorant SemiBold Italic";
}
*/
/* HERO */
.hero {
  background: linear-gradient(to right, #eef7fa, #ffffff);
  padding: 100px 0;
}
/* SECOND SECTION */
.banner {
  width: 100%;
  position: relative;
  line-height: 1.2;
  background: #769DA0;
  height: 100vh;
  background: -webkit-linear-gradient(left, rgba(118, 157, 160, 1) 0%, rgba(35, 61, 62, 1) 100%);
  background: -o-linear-gradient(left, rgba(118, 157, 160, 1) 0%, rgba(35, 61, 62, 1) 100%);
  background: linear-gradient(to right, rgba(118, 157, 160, 1) 0%, rgba(35, 61, 62, 1) 100%);
}
.banner video {
  width: 100%;
  z-index: -100;
  height: 80vh;
  max-height: 850px;
  object-fit: cover;
}
.banner .bgoverlay {
  position: absolute;
  /*background: rgba(0, 0, 0, .3);*/
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0px;
}
.banner-red-plane {
  height: 85vh;
  background: url("../assets/images/omc_home_bg.jpg") no-repeat center right;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
.banner-red-plane .text_banner h1 {
  line-height: 1;
  letter-spacing: -2px;
}
/*
.banner2 .bgoverlay {
	background: rgba(0, 0, 0, .3);
}
.text_banner2{
	color: #ddd;
}
*/
.text_banner {
  font-size: clamp(14px, 3.5vw, 18px) !important;
  font-family: "Instrument Sans", sans-serif;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1;
  width: 90%;
  max-width: 1320px;
  top: 50%;
  height: fit-content;
  transform: translate(-50%, -50%);
  line-height: 1.4;
}
.banner-subhead {
  width: fit-content;
  line-height: 1.2;
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 31px;
  padding-left: 10px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-image-source: linear-gradient(to left, #000 0%, #000 20%, transparent 100%);
}
.text_banner .col-8 {
  padding: 0px;
}
.text_banner img {
  width: 380px;
  max-width: 100%;
}
.text_banner h1 {
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(48px, 4.2vw, 60px) !important;
  line-height: 1.3;
  padding: 10px 0px 35px 0px;
  letter-spacing: -2px;
  font-weight: 400;
}
.text_banner h1 span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 130%;
}
.text_banner .col-7 {
  padding: 0px;
}
.text_banner p {
  margin: 0px 0 20px 10px !important
}
.btn-primary {
  background: #fe7b33;
  border-radius: 30px;
  border-color: #fe7b33;
  position: relative;
  line-height: 1.2;
  transition: all 0.4s ease-out;
  /* min-width: 150px; */
  font-size: clamp(12px, 3.5vw, 16px) !important;
  ;
  margin-top: 30px !important;
  padding: 7px 25px;
  margin-left: 0px;
}
.btn-primary:after {
  content: "";
  background: #fe7b33 url(../assets/images/arrow.png);
  border-radius: 30px;
  padding: 16px;
  position: absolute;
  right: -31px;
  top: 0px;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease-out;
}
.btn-primary:hover, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background: #000;
  border-color: #000;
}
.btn-primary:hover:after {
  background-color: #000;
}
.workbench {
  padding: 65px 0px 65px 0px;
  position: relative;
  background: #DFDFDF;
  background: -webkit-linear-gradient(rgba(223, 223, 223, 0) 0%, rgba(255, 255, 255, 1) 77%);
  background: -o-linear-gradient(rgba(223, 223, 223, 0) 0%, rgba(255, 255, 255, 1) 77%);
  background: linear-gradient(rgba(223, 223, 223, 0) 0%, rgba(255, 255, 255, 1) 77%);
}
.workbench .bgoverlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 10%;
  right: 0;
  top: 0;
  background: #bfbfbf;
  background: -webkit-linear-gradient(left, rgba(191, 191, 191, 0) 10%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(191, 191, 191, 0) 10%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(191, 191, 191, 0) 10%, rgba(255, 255, 255, 1) 100%);
}
.workbench h2{
      font-size: clamp(35px, 3.7vw, 40px) !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: clamp(-0.8px, 3.5vw, -0.92px) !important;
    line-height: 113% !important;
	position: relative;
  color: #161921;
}
.workbench h2 span {
    font-size: 140%;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    position: relative;
	display: inline-block;
	line-height: 110%;
}
.workbench h2 span:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -8px;
    height: 5px !important;
    background: linear-gradient(to right, #ff672e, #4f7ff2) !important;
}
.workbench p{
	font-size: 16px;
	margin: 30px 0 0 0;
}
.workbench p span{
	font-family: "Cormorant Garamond", serif !important;
	font-size: 120%;
	font-style: italic;
}
.workbench .col-6{
	justify-content: center;
	align-content: center;
	align-items: center;
}
.workbench .col-lg-7 .row{
	display: flex;
    align-items: center !important;
    justify-content: space-evenly !important;
}
.workbench .col-lg-7 .col-6 .row .col:first-child{
	max-width: 40%;
}
.workbench .col-6 p{
	font-size: clamp(24px, 2.5vw, 28px) !important;
    font-weight: 600 !important;
    position: relative;
	line-height: 110%;
	margin: 0px;
}
.workbench .col-6 p span{
	font-family: "Cormorant Garamond", serif !important;
	font-size: 80%;
	font-style: italic;
	display: block;
	font-weight: 300;
}
.workbench .col-6 img{
	width: 80%;
	max-width: 130px;
}

.slick-slider {
  margin-bottom: 0px;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.slick-initialized .slick-slide {
  display: block;
  transform: translate(-10%, 0px);
}
.slick-slide {
  display: block;
}
.slick-slideshow__slide_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.slide-left {
  display: flex;
  background: url("../assets/images/slide-bg.png") no-repeat center;
  background-size: contain;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(24px, 3.5vw, 38px) !important;
  text-align: center;
  margin-right: 30px;
  width: 350px;
  height: 350px;
  max-width: 33%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slick-active .slick-slideshow__slide_inner:hover .slide-left {
  background: url("../assets/images/slide-bg.png") no-repeat center;
  background-size: contain;
}
.slick-active .slide-left, .slick-current .slide-left {
  display: flex;
  background: url("../assets/images/slide-bg.gif") no-repeat center;
  background-size: contain;
  width: 350px;
  height: 350px;
}
.slide-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  font-family: "Cormorant Garamond", serif;
}
.slide-right h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.5vw, 38px) !important;
  line-height: 1.05;
  margin-bottom: 15px;
}
.slide-right p {
  font-size: clamp(18px, 3.5vw, 22px) !important;
  line-height: 1.1;
  margin-bottom: 30px;
  font-style: italic;
}
.slide-right .btn-primary {
  width: fit-content;
  font-family: "Instrument Sans", sans-serif;
  font-size: 11px;
  margin: 10px 0 0 0 !important;
}
.slick-prev, .slick-next {
  position: absolute;
  right: 0px;
  bottom: -10px;
  background: url("../assets/images/slider-arrows.png") no-repeat;
  z-index: 2;
  height: 40px;
  top: inherit;
}
.slick-next {
  left: 6%;
  width: 40px;
  background-size: 80px;
  background-position: right;
}
.slick-prev {
  left: 2%;
  width: 40px;
  background-size: 80px;
}
.slick-prev:hover, .slick-prev:focus {
  background-position: left top;
  background: url("../assets/images/slider-arrows.png") no-repeat;
  color: inherit;
  background-size: 80px;
}
.slick-next:hover, .slick-next:focus {
  width: 40px;
  background-position: right top !important;
  background: url("../assets/images/slider-arrows.png") no-repeat;
  color: inherit;
  background-size: 80px;
}
.slick-prev:before, .slick-next:before {
  color: #000;
  font-size: 0px;
}
.slick-dots {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 80%;
  padding: 0;
  list-style: none;
  text-align: right;
  right: 0%;
  z-index: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.slick-dots li button {
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  width: auto;
}
.slick-dots li.slick-active {
  margin-right: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: #fe7b33;
  height: 7px;
  border-radius: 10px;
  top: 6px;
  font-size: 0;
  width: 30px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  flex-shrink: 0 !important;
}
.stats-section {
  background: url('../assets/images/bg-sunset.jpg') no-repeat center/cover;
  background-position: right top;
/*  background-attachment: fixed;*/
  padding: 80px 0 60px 0;
  color: #151922;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
.stats-section .col-7{
	padding: 0px 25px;
}
.stats-section .col-7 .col-6{
	padding: 0px 3px 6px 3px;
}
.stats-section .col-6 .boxes {
	background: rgba(0, 0, 0, .1);
	padding:32px 20px;
	margin: 0px 0px  0px 0px;
	border-radius: 15px;
}
.stats-section h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 3.5vw, 44px) !important;
  line-height: 90%;
	margin-bottom: 50px;
}
.stats-section h3 span{
	font-size: 80%;
	font-weight: 300;
	font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.stats-section .col-3 p {
	font-family: "Instrument Sans", sans-serif;
	font-weight: 300;
  font-size: 16px;
}
.stats-section .col-6 p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
	font-weight: 600;
  font-size: 20px;
  margin: 0px;
}
.stats-section h4 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
 font-size: clamp(40px, 6.5vw, 60px) !important;
  line-height: 1;
  margin: 0px;
	color: #fff;
}
.stats-section img {
  max-width: 90%;
  margin-right: 0px;
}
.stats-section .award-container {
  margin-top: 70px;
	margin-bottom: 40px;
}
.stats-section .award-container .col-3:first-child{
	border: 0px;
}
.stats-section .award-container .col-3{
	border-left: 1px solid #000;
	text-align: center;
}
.stats-section .award {
  background: url("../assets/images/award-bg.png") no-repeat center;
  background-size: contain;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 30px;
  text-align: center;
  padding: 0px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
}
.stats-section .award span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  display: block;
  line-height: 1;
}
.mr-t-10 {
  margin-top: 10px;
}
.mr-t-11 {
  margin-top: 11px;
}
.success-stories {
  padding: 70px 0 70px 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.success-stories h5 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.5vw, 44px) !important;
  margin: 0 0 40px 0px;
}
.success-stories h5 span {
    font-size:140%;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    position: relative;
}
.success-stories h5 span:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 5px;
    height: 4px !important;
    background: linear-gradient(to right, #ff672e, #4f7ff2) !important;
}
.success-stories .story-heading {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(26px, 3.5vw, 36px) !important;
  margin: 20px 0 10px 0;
  max-width: 100%;
	line-height: 1;
}
.success-stories p {
  max-width: 92%;
  font-size: 16px;
  font-weight: 400;
}
.success-stories .story-heading span {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 80%;
}
.success-stories .col-4 .mx-2 {
  margin: 0px !important;
}
.success-stories .col-4 .thum {
  max-width: 95%;
  overflow: hidden;
  border-radius: 20px;
	max-height: 460px;
}
.success-stories .col-4 video{
	width: 100%;
}
.success-stories .col-4 img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.6s ease-out;
}
.success-stories .col-4 img:hover {
  transform: scale(1.1)
}
.success-stories p {
  position: relative;
  padding-right: 65px;
}
.success-stories p a {
  /*	content: "";*/
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../assets/images/arrow.png") center center / 30% no-repeat rgb(254, 123, 51);
  border-radius: 30px;
	height: 35px;
	width: 35px;
  text-indent: -999999px;
  background-position: center center;
  transition: 0.4s ease-out;
}
/*
.success-stories .col-4:last-child p a{
	top: -15px;
}
*/
.footer {
  background: #121212;
  color: #bbb;
  padding: 40px 0 10px;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer a img {
  max-width: 80%;
}
.footer .footer-logo {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #c7c7c7;
}
.footer a:hover {
  color: #fff;
}
.footer h6 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  color: #c7c7c7;
  padding-bottom: 20px;
}
.footer h6 span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 27px;
  font-style: normal;
}
.footer .col-4, .footer .head {
  font-size: 18px;
}
.footer .footer-nav {
  list-style-type: none;
  padding: 10px 0px 0px 0px;
}
.footer .footer-nav li {
  display: block;
  padding: 2px;
}
.footer .footer-nav li a {
  color: #b7b7b7;
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.4s ease-out;
}
.footer .footer-nav li a:hover {
  color: #fff;
}
.footer .col-6 {
  font-size: 12px;
  color: #c7c7c7;
}
.footer-nav-terms {
  list-style-type: none;
  float: right
}
.footer-nav-terms li {
  display: inline-block;
  padding: 0 10px;
}
.footer-nav-terms li a {
  font-size: 12px;
  color: #c7c7c7;
}
/**/
/* ================= HAMBURGER TO CROSS ================= */
.custom-toggler {
  border: none;
  background: transparent;
  width: 25px;
  height: 15px;
  position: relative;
  z-index: 1100;
}
.custom-toggler span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.35s ease;
}
.custom-toggler span:nth-child(1) {
  top: 0;
}
.custom-toggler span:nth-child(2) {
  top: 8px;
}
.custom-toggler span:nth-child(3) {
  top: 18px;
}
/* Cross state */
.custom-toggler.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.custom-toggler.open span:nth-child(2) {
  opacity: 0;
}
.custom-toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar.fixed-top {
  padding: 25px 0px !important;
}
#body_overlay {
  background: rgba(0, 0, 0, 0.45) !important;
  transition: opacity 0.25s ease !important;
  display: none;
}
#body_overlay.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  display: block;
}
/*==============================  About page  ===========================================*/
.gradient-bar {
  width: 100% !important;
  height: 8px !important;
  background: linear-gradient(to right, #ff672e, #4f7ff2) !important;
}
.creative-evolution {
  padding: 18px 0px 100px 0px;
  /*	background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(232, 232, 232, 0) 18%);*/
  background: url("../assets/images/creative-evolution.png") repeat-x top left;
}
.creative-evolution ul.subnav {
  text-align: center;
  list-style-type: none;
  margin-bottom: clamp(60px, 15vw, 110px) !important;
  width: 100%;
  padding: 0px;
}
.creative-evolution ul.subnav li {
  display: inline-block;
  margin: 0px 15px;
}
.creative-evolution ul.subnav li a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 14px !important;
  color: #000;
  text-decoration: none;
  display: block;
  border-radius: 20px;
}
.creative-evolution ul.subnav li a.active {
  background: #000;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 22px !important;
  border-radius: 20px;
}
.creative-evolution h2 {
  font-size: clamp(45px, 4.7vw, 80px) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: clamp(-0.8px, 3.5vw, -0.92px) !important;
  color: #000 !important;
  line-height: 113% !important;
  padding-bottom: 25px;
}
.creative-evolution h2 span {
  font-size: clamp(60px, 5.8vw, 100px) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
  position: relative;
}
.creative-evolution h2 span:before{
	content: "";
	width: 100%;
	position: absolute;
	bottom: 8px;
	height: 5px !important;
    background: linear-gradient(to right, #ff672e, #4f7ff2) !important;
}
.creative-evolution p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  color: #373737;
  font-size: clamp(40px, 3.5vw, 45px) !important;
  line-height: 113%;
  margin-bottom: 20px;
}
.creative-evolution p span {
  font-family: "Cormorant Garamond", serif !important;
  color: #373737;
  font-size: clamp(53px, 6vw, 58px) !important;
  font-style: italic !important;
  font-weight: 500 !important;
	line-height: 110%;
}
.creative-evolution p.small {
  font-size: clamp(13px, 3.5vw, 20px) !important;
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 5px;
}
.choose-us {
  /*
	background: url("../assets/images/choose-us.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
*/
  padding: 60px 0 100px 0;
  /*	text-align: center;*/
}
.choose-us .d-flex {
  flex-direction: column;
  justify-content: end;
}
.choose-us h3 {
  padding-left: 22px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  padding: 15px 15px 15px 35px;
  margin-bottom: 20px;
  border-radius: 50px;
  width: fit-content;
  position: relative;
  /*
	background: url(../assets/images/rectanglebg.webp);
	
    left: 4px;
    transform: translateY(-50%);

    background-size: cover;
    background-position: -77px -11px;
    background-repeat: no-repeat;
*/
  z-index: -1;
  background: #E6E6E6;
  background: -webkit-linear-gradient(left, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: -o-linear-gradient(left, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: linear-gradient(to right, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%);
}
.choose-us h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  background: #000;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%);
}
.choose-us .round-grey {
  background: #fafafa;
  padding: 40px 60px;
  border-radius: 30px;
  font-size: 20px;
  font-family: "Instrument Sans", sans-serif;
  margin: 30px 0px;
  max-width: 90%;
}
.choose-us h3 span {
  font-size: 63px;
  font-family: "Cormorant Medium Italic";
}
.choose-us p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 20px;
  margin: 15px 0;
  line-height: 1.4;
  padding-bottom: 8px
}
.choose-us p span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 34px;
  padding-top: 5px;
  padding-bottom: 10px;
  max-width: 90%;
}
.choose-us a {
  width: fit-content;
  margin-left: 0px;
}
.came-from {
  background: #fff;
  padding: 50px 0px 100px 0px;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.came-from h4 {
  font-size: 50px;
}
.came-from h4 span {
  font-size: 63px;
  font-family: "Cormorant Medium Italic";
}
.came-from p {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.came-from p span {
  font-size: 30px;
  font-family: "Cormorant Medium Italic";
}
.came-from img {
  max-width: 80%;
}
.tabs {
  margin-top: 50px;
}
.tabs .tab-content {
  padding: 80px 0px 0px 0px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 20px;
  text-align: left;
  margin: 0 auto;
  max-width: 70%;
}
.tabs .tab-content p {
  font-size: 20px;
  margin: 0px;
}
.nav-tabs li.nav-item {
  max-width: 33.33%;
  width: 33.33%;
  display: flex;
}
.nav-tabs li.nav-item a:hover {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.nav-tabs li.nav-item a {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #f5f5f5;
}
.nav-tabs li.nav-item a img {
  max-width: 60%;
  margin-bottom: 20px;
}
.nav-tabs li.nav-item .nav-link.active {
  border: 0px;
  border-bottom: 3px solid #fe7b33;
}
.experts {
  text-align: center;
  padding: 140px 0px 120px 0px;
  /*	background: url("../assets/images/experts-bg.jpg") repeat-x left top;	*/
}
.experts .container {
  max-width: 1200px;
}
.experts .row {
  justify-content: flex-start;
}
.experts h5 {
  font-size: 50px;
  margin-bottom: 40px;
}
.experts h5 span {
  font-size: 63px;
  font-family: "Cormorant Medium Italic";
}
.experts .col-3 {
  margin-bottom: 15px;
}
.experts .col-3 p {
  margin: 15px 0 35px 0;
  font-size: 20px;
  text-align: left;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  color: #000;
}
.experts .col-3 p span {
  margin-top: 15px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  display: block;
  font-size: 20px !important;
  color: #5c5c5c !important;
  line-height: 1.4 !important;
}
.experts .col-3 img {
  border-radius: 25px;
  width: 100%;
}
.experts .image-holder {
  height: 320px;
  background: #f3f3f3;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: end;
}
.brand-experiences {
  /*	background-color: #000;*/
  width: 100%;
  position: relative;
  top: 0px;
  line-height: 1.2;
}
.brand-experiences video {
  width: 100%;
  z-index: -100;
  height: 100vh;
  max-height: 850px;
  object-fit: cover;
  color: #fff;
}
.brand-experiences .bgoverlay {
  position: absolute;
  background: rgba(0, 0, 0, .3);
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0px;
  /*	background-image: url("../assets/images/glass-bg.png") repeat;*/
}
.video-shadow {
  /*    background: linear-gradient(180deg, rgba(1, 5, 9, 0.00) 0%, #010509 100%) !important;*/
  z-index: 2 !important;
}
.noise-overlay {
  transform: translateY(100%);
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.82 !important;
  mix-blend-mode: overlay !important;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg width=%22100%22 height=%22100%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cfilter id=%22noise%22%3E%3CfeTurbulence type=%22fractalNoise%22 baseFrequency=%220.9%22 numOctaves=%224%22 seed=%222%22 /%3E%3C/filter%3E%3Crect width=%22100%22 height=%22100%22 fill=%22%23000%22 opacity=%221%22 filter=%22url(%23noise)%22 /%3E%3C/svg%3E') !important;
}
.blur-overlay {
  transform: translateY(100%);
  position: absolute !important;
  inset: 0 !important;
}
.in-view .blur-overlay, .in-view .noise-overlay {
  transform: translateY(0%);
  transition: all 0.8s ease-out;
}
.brand-experiences .glass_copy {
  width: 100%;
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: 2% 0 5% 0;
  margin: 0 !important;
  bottom: 0%;
  left: 50%;
  height: fit-content;
  transform: translate(-50%, 0%);
  overflow: hidden;
  transition: all 0.8s ease-out;
}
.brand-experiences .glass_copy p {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: clamp(28px, 3.5vw, 45.227px) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  /*    color: #FFF !important; */
  padding-top: clamp(45px, 10vw, 90px) !important;
}
.word {
  color: #333;
  transition: color 0.3s ease;
}
.word.active {
  color: #fff; /* Change color here */
}
.brand-experiences .glass_copy::before {
  content: "";
  z-index: -1;
}
.brand-experiences .glass_copy::after {
  content: "";
  inset: 0 !important;
  position: absolute;
  background: #000000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 68%, rgba(255, 255, 255, 0) 99%);
  z-index: -1;
  /*
	transition: all 0.4s ease-out;
	transform:translateY(100%);
*/
}
.glass_copy .col-5 p {
  color: #222;
  transition: color 0.5s ease;
}
.glass_copy .col-5 p span.word.active {
  color: #fff;
  transition: all 0.4s ease-out;
}
/*
.brand-experiences .text_banner .container-text{color: #fff;
     font-size: 26px; 
    font-size: clamp(28px, 3.5vw, 45.227px) !important;
    font-family: "InstrumentSans Regular";
    top: 50%;
    left: 50%;
    height: fit-content;
    transform: translate(-50%, -10%);}
*/
.brand-experiences .glass_copy .col-5 {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}
.capabilities {
  /*	background: #000;*/
  overflow: hidden;
  padding: 40px 0 60px 0;
  padding-top: clamp(50px, 8vw, 100px) !important
}
.capabilities h3 {
  font-weight: 600;
  font-size: clamp(40px, 3.5vw, 46px) !important;
  letter-spacing: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  line-height: 113% !important;
  display: none;
}
.capabilities .slick-slider {
  max-width: 1200px;
}
.capabilities .slick-slide {
  padding: 0px 20px;
}
.slick-slideshow__cap img, .slick-slideshow__cap video {
  max-width: 100%;
  border-radius: 15px;
}
.capabilities .slick-slide .thum {
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.6s ease-out;
}
.capabilities .slick-slide .thum img, .capabilities .slick-slide .thum video {
  transition: all 0.6s ease-out;
}
.capabilities .slick-slide .thum img:hover, .capabilities .slick-slide .thum video:hover {
  transform: scale(1.1)
}
.capabilities .slick-initialized .slick-slide {
  transform: translate(0%, 0px);
}
.capabilities .slick-slide h4 {
  padding: 35px 0px 5px 0px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: clamp(18px, 2.6vw, 28px) !important;
}
.capabilities .slick-slide h4 span {
  padding-top: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  display: block;
  color: #000;
  font-size: clamp(1rem, 2.6vw, 30px) !important;
}
.capabilities .slick-slide p {
  color: #000;
  font-size: 15px;
}
.capabilities .slick-prev {
  left: 2%;
}
.capabilities .slick-next {
  left: 6%;
}
.capabilities .slick-dots {
  right: 0;
}
.page-navigation {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-navigation a {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  font-size: clamp(1.3rem, 2.6vw, 40px) !important;
  padding: 74px 10%;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.4s ease-out;
}
.page-navigation .col-6:first-child {
  text-align: right;
  background: #000;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.page-navigation .col-6:last-child {
  text-align: left;
  background: #000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.page-navigation .col-6:first-child a span {
  background: url("../assets/images/previous-arrow.png") no-repeat left;
  background-size: 30px;
  padding-left: 80px;
}
.page-navigation .col-6:last-child a span {
  background: url("../assets/images/next-arrow.png") no-repeat right;
  background-size: 30px;
  padding-right: 80px;
}
.page-navigation .col-6 a:hover {
  background: #262626;
  transition: all 0.4s ease-out;
}
.list {
  perspective: 600px;
  visibility: visible;
  height: 90vh;
  width: 100%;
  top: 0px;
}
.list .list-item {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  font-weight: 700;
  /*  font-size: clamp(24px, 6vw, 96px);*/
  color: #fff;
  width: 100%;
}
.list .list-item .align-items-start {
  justify-content: space-between;
  align-items: center !important;
}
.list-left h3 {
  font-size: 33px;
}
.list-left h3 span {
  margin-bottom: 30px;
  display: block;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 27px;
  background: #616161;
  background: -webkit-linear-gradient(left, rgba(97, 97, 97, 0.81) 0%, rgba(255, 255, 255, 0) 50%);
  background: -o-linear-gradient(left, rgba(97, 97, 97, 0.81) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to right, rgba(97, 97, 97, 0.81) 0%, rgba(255, 255, 255, 0) 50%);
}
.list .list-item ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.list .list-item ul li {
  /*
	display: inline-block;
	background: #2c2c2c;
	border-radius: 15px;
	padding: 15px;
	color: #fff;
	margin:10px 5px;
*/
  display: inline-block;
  background: #2c2c2c;
  border-radius: 7px;
  padding: 10px;
  color: #fff;
  margin: 4px 2px;
  font-size: 15px;
}
.list .list-item ul li.active {
  background: #fff;
  color: #000;
}
.list-right {
  /*
	background-size: cover;
    padding: 250px 100px;
*/
}
.list-right .copy {
  padding: 250px 120px;
}
.dooh {
  background: url("../assets/images/dooh.gif") no-repeat center;
  background-size: contain;
  /*    padding: 250px 80px;*/
}
.vr-xr {
  background: url("../assets/images/vr-xr.gif") no-repeat center;
  background-size: contain;
  /*    padding: 250px 80px;*/
}
.microsites {
  background: url("../assets/images/microsites.gif") no-repeat center;
  background-size: contain;
  /*    padding: 250px 80px;*/
}
.cross-leng {
  background: url("../assets/images/cross-leng.gif") no-repeat center;
  background-size: contain;
  /*    padding: 250px 80px;*/
}
.list-right h4 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Cormorant SemiBold Italic";
}
.list-right p {
  font-family: "InstrumentSans Regular";
  font-size: 15px;
  line-height: 150%;
}
/*==============================  Contact page  ===========================================*/
.contact-header {
  padding-top: clamp(60px, 15vw, 80px) !important;
}
.contact-us {
  padding: 0px;
  padding-top: clamp(30px, 15vw, 40px) !important;
}
.contact-us h3 {
  padding: 0px;
  margin: 0px;
  background: none;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(40px, 3.5vw, 46px) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: clamp(-0.8px, 3.5vw, -0.92px) !important;
  color: #000 !important;
  line-height: 113% !important;
}
.contact-us h3 span {
  display: block;
  font-family: "Cormorant Garamond", serif !important;
  color: #373737;
  font-size: clamp(50px, 6vw, 65px) !important;
  font-style: italic !important;
  font-weight: 300 !important;
}
.contact-us h3:before, .contact-us h3:after {
  content: "";
  display: none;
}
.contact-us p {
  color: #373737;
  font-size: clamp(16px, 2.5vw, 20px) !important;
}
.contact-us a {
  display: block;
  color: #fe8949;
  transition: all 0.4s ease-out;
}
.contact-us a:hover {
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.contact-us form {
  display: flex;
  flex-direction: column;
}
.contact-us form .col-6 {
  margin: 0px 0px 25px 0px;
}
.contact-us form label {
  padding-bottom: 10px;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  flex-direction: column;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
}
.contact-us form input, .contact-us form select, .contact-us form textarea {
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  background: #f3f3f3;
  border: 1px solid #dadada;
}
.contact-us form p {
  font-size: 14px !important;
  margin: 30px 0;
}
.contact-us form .submit {
  color: #fff;
  background: #fe8949;
  border: 1px solid #fe8949;
  border-radius: 25px;
  padding: 12px 60px;
  width: fit-content;
}
.address-box {
  background: #f5f5f8;
  padding: 60px 0 100px 0;
}
.address-box h4 {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  background: none;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(40px, 3.5vw, 46px) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: clamp(-0.8px, 3.5vw, -0.92px) !important;
  color: #000 !important;
  line-height: 113% !important;
}
.address-box .address-bar {
  background: #fff;
  padding: 30px 45px;
  margin: 30px 0 15px 0;
  border-radius: 25px;
  max-width: 96%;
  font-weight: 400;
  font-size: 20px;
}
.address-box .address-bar h5 {
  font-weight: 600;
  color: #fe8949;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.address-box .address-bar p {
  margin: 0px;
  font-weight: 400;
}
/*==============================  Solutions page  ===========================================*/
.solutions-bottom {
  padding: 90px 0 130px 0;
}
.solutions-bottom h5 {
  display: block;
  font-size: clamp(40px, 3.5vw, 46px) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: clamp(-0.8px, 3.5vw, -0.92px) !important;
  color: #000 !important;
  line-height: 113% !important;
}
.solutions-bottom p {
  font-size: 20px;
}
.solutions-box {
  background: #f5f5f8;
  padding: 100px 0;
  position: relative;
}
.solution-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  opacity: .8;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-out;
}
.solution-overlay-show {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-out;
  position: fixed;
}
.solutions-box .solution-item {
  background: #fff;
  padding-bottom: 25px;
  margin: 20px 0;
  border-radius: 25px;
  max-width: 96%;
  font-weight: 400;
  font-size: 20px;
  min-height: 650px;
  position: relative;
/*  box-shadow: 0px 0px 10px 5px #ccc;*/
	border: 1px solid #ddd;
  transition: all 0.4s ease-out;
}
.solutions-box .solution-item:hover{
/*	box-shadow: 0px 0px 10px 5px #868686;*/
}
.solutions-box .solution-item img {
  max-width: 100%;
  border-radius: 25px 25px 0px 0px;
  margin-bottom: 25px;
}
.solutions-box .solution-item h4 {
  padding: 0 20px;
  font-weight: 500;
  color: #000000;
  font-size: clamp(20px, 3.5vw, 30px) !important;
}
.solutions-box .solution-item p {
  padding: 0 20px;
  margin: 0px;
  font-weight: 400;
  color: #373737;
}
.solutions-box .solution-item .open {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: url(../assets/images/arrow.png) center center / 30% no-repeat rgb(254, 123, 51);
  border-radius: 30px;
  padding: 8px 20px;
  text-indent: -999999px;
  background-position: center center;
  transition: 0.4s ease-out;
  cursor: pointer;
}
.solutions-box .solution-item .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../assets/images/close.png) center center / 30% no-repeat rgb(254, 123, 51);
  border-radius: 30px;
  padding: 8px 20px;
  text-indent: -999999px;
  background-position: center center;
  transition: 0.4s ease-out;
  cursor: pointer;
}
.solutions-box .solution-item .expand {
  position: absolute;
  top: 0%;
  left: 0px;
  background: #fff;
  color: #000;
  width: 100%;
  /*	height: 100%;*/
  padding: 0px 15px;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.4s ease-out;
  z-index: 11;
  display: none;
}
.solutions-box .solution-item .expanded {
  height: auto;
  padding: 25px 15px;
  transition: all 0.4s ease-out;
  z-index: 11;
  width: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  box-shadow: 0px 0px 10px 1px #888;
}
.solutions-box .solution-item .expand .col-6, .solutions-box .solution-item .expand .col-5, .solutions-box .solution-item .expand .col-7 {
  padding: 20px;
  padding-bottom: 0px;
}
.solutions-box .solution-item .expand .col-5 img {
  max-height: 100%;
  border-radius: 0px;
}
.solutions-box .solution-item .expand h6 {
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: clamp(20px, 3.5vw, 30px) !important;
}
.solutions-box .solution-item .expand h6 span {
  display: block;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 500;
}
.solutions-box .solution-item .expand p {
  font-size: 16px;
  margin: 15px 0;
  padding-left: 0px;
  padding-right: 0px;
}
/*
.solutions-box .col-4:nth-child(4) .solution-item  .expand, .solutions-box .col-4:nth-child(5) .solution-item  .expand, .solutions-box .col-4:nth-child(6) .solution-item  .expand{
	top: -110% !important;
}
*/
@media screen and (max-width: 1399px) {
  .text_banner .col-7 br {
    display: none;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1199px) {
  .banner-red-plane {
    height: 100vh;
  }
  .banner-subhead br {
    display: none;
  }
  .banner video {
    height: 100vh;
  }
  .workbench {
    padding: 35px 0px 35px 50px
  }
  .slick-prev {
    left: 2%;
  }
  .slick-next {
    left: 6%;
  }
  .slick-dots {
    right: 6%;
  }
}
/**/
@media screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .home header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .subnav.desktop-show {
    display: none;
  }
  .ipad-show {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 100px 40px;
    transition: right 0.45s ease-in-out;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1050;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .navbar-nav .nav-link {
    font-size: 1.25rem;
    padding: 15px 0;
  }
  .navbar-collapse {
    align-items: center;
    height: 100vh;
    display: block !important;
    width: 40%;
  }
  .navbar-collapse.show {
    display: block;
  }
  .navbar > .container {
    justify-content: space-between;
  }
  section .container {
    width: auto !important;
    margin: 0 15px !important;
  }
  .home .navbar {
    justify-content: flex-end;
  }
  .navbar-nav li {
    text-align: right;
    padding-right: 0px;
    border-bottom: 1px solid #ddd;
  }
  .navbar {
    max-width: 100%;
    width: 100%;
  }
  /*
	.navbar .navbar-collapse{
		max-width: 50%;

	}
*/
  .banner video {
    height: 45vh;
  }
  .text_banner img {
    width: 300px;
  }
  .text_banner h1 {
    font-size: 50px;
  }
  /*
	.creative-evolution h2 span{
		font-size: 65px;
	}
*/
  .creative-evolution p {
    line-height: 120%;
  }
  .creative-evolution p span {}
  .workbench {
    padding-bottom: 0px;
    padding: 30px 0px 30px 0px;
  }
  .slick-slider {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
  }
  .slick-initialized .slick-slide {
    transform: translate(3%, 0px);
  }
  .slide-left {
    font-size: 1.5rem;
  }
  .slide-right h2 {
    font-size: 26px;
  }
  .capabilities .slick-dots {
    right: 15px;
  }
  .slick-next {
    left: 16%;
  }
  .capabilities .slick-prev {
    left: 2%;
  }
  .capabilities .slick-next {
    left: 8%;
  }
  .stats-section {
    overflow: hidden;
  }
  .stats-section .col-5 {
    width: 100%;
  }
  .success-stories {
    padding: 50px 0px;
  }
  .stats-section p br, .success-stories p br {
    display: none;
  }
  .creative-evolution {
    padding-bottom: 0px;
  }
  .creative-evolution .row {
    align-items: flex-start !important;
    justify-content: space-between;
    padding-top: clamp(70px, 15vw, 160px) !important;
    padding-bottom: clamp(70px, 10vw, 160px) !important;
  }
  .creative-evolution .col-lg-12 .col-5 {
    width: 30%;
    align-content: center;
  }
  .creative-evolution .col-lg-12 .col-7 {
    width: 60%;
    align-content: center;
  }
  .creative-evolution ul.subnav {
    margin-bottom: 60px;
  }
  .creative-evolution p br {
    display: none;
  }
  .choose-us p br, .came-from p br {
    display: none;
  }
  .nav-tabs li.nav-item a img {
    max-width: 90%;
  }
  .experts .col-3 {
    width: 50%;
  }
/*
  .experts .col-3 img {
    border-radius: 15px;
    width: 80%;
    max-width: 100%;
  }
*/
	.experts .image-holder{
		width: fit-content;
		padding-top: 15px;
	}
	.experts .col-3 img {
        border-radius: 15px;
        height: 100%;
        width: auto;
    }
  .capabilities .container {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
  }
  .creative-evolution select {
    width: 90%;
    padding: 14px 18px;
    font-family: "InstrumentSans Regular", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 9999px;
    border: none;
    background: #000;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../assets/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 96% 20px;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
  }
  .creative-evolution select:after {
    content: "▼";
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .list .list-item {
    height: 80%;
  }
  .list .list-item ul li {
    display: flex;
    background: #2c2c2c;
    border-radius: 10px;
    padding: 10px 10px;
    color: #fff;
    margin: 10px 5px;
    font-size: 13px;
    max-width: fit-content;
  }
  .list-left {
    width: 40%;
    padding-left: 5%;
  }
  .progress {
    width: 50%;
  }
  .cross-leng, .microsites, .vr-xr, .dooh {
    background-size: cover;
    padding: 200px 40px 200px 100px;
    background-position: left;
    width: 60%;
  }
  .brand-experiences .text_banner .col-5 {
    width: 100%;
  }
  .brand-experiences .text_banner {
    font-size: 30px;
  }
  .brand-experiences .glass_copy {
    padding: 5%;
  }
  .list-right .copy {
    padding: 0px;
  }
  .footer-nav-terms li {
    padding: 0px 7px;
  }
  .footer .col-4.mb-5 {
    display: none;
  }
  .footer .col-3, .footer .col-4, .footer .col-5, .footer .col-6, .footer .col-5 {
    width: 90%;
  }
  .contact-us .row {
    flex-direction: column;
  }
  .contact-us .row .col-5, .contact-us .row .col-7, .contact-us .row .col-6, .address-box .col-6, .address-box .col-3 {
    width: 100%;
  }
  .address-box .col-3 {
    width: 50%;
  }
  .footer-nav-terms {
    float: left;
    padding: 0px;
    margin: 20px 0 20px 0;
  }
  .success-stories p a {
    transform: translate(0px, -50%);
    top: 50%;
  }
  .contact-us form {
    margin-top: 40px;
  }
  .solutions-box .col-4 {
    width: 50%;
  }
  .solutions-box .solution-item .expanded {
    width: 90%
  }
	.workbench .col-lg-5 p{
		margin-bottom: 20px;
	}
	.workbench .col-lg-5 p br{
		display: none;
	}
	.stats-section .col-6 .boxes{
		min-height: 165px;
	}
}
@media screen and (max-width: 767px) {
  .desktop-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  header {
    padding: 0 5%;
    min-height: 60px;
  }
  .navbar-collapse {
    right: -70%;
  }
  .navbar-collapse {
    width: 70%;
  }
  .banner video {
    height: 70vh;
  }
  .banner .col-5, .banner .col-7 {
    width: 100%;
  }
  .banner-red-plane {
    background-position: 43% center;
  }
  .text_banner {
    transform: translate(-50%, -53%);
  }
  .banner2 {}
  .text_banner .col-8 br, .text_banner .col-4 br {
    display: none;
  }
  .text_banner2 {
    color: #fff;
  }
  .text_banner2 img {
    text-align: center;
    /*		filter: invert(100%);*/
  }
  .banner2 {
    height: 80vh;
  }
  .banner .col-7 {
    margin-top: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-slideshow__slide_inner {
    flex-direction: column;
  }
  .slide-left, .slide-right {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .slick-prev, .capabilities .slick-prev {
    left: 4%;
  }
  .slick-next, .capabilities .slick-next {
    left: 15%;
  }
  .capabilities .slick-dots {
    right: 5%;
    bottom: 0;
  }
  .stats-section img {
    max-width: 70%;
    margin-right: 0px;
  }
  .stats-section {
    padding: 40px 0 30px 0;
    background-attachment: inherit;
    background-position: left bottom;
  }
  .success-stories .col-4 {
    margin-top: 30px;
  }
  .stats-section .col-6 {
    margin: 10px 0px;
    width: 100%;
  }
  .stats-section .col-3, .stats-section .col-7, .stats-section .col-5 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .stats-section .col-3 {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
  .came-from h4, .experts h5 {
    font-size: 35px;
  }
  .came-from h4 span, .experts h5 span {
    font-size: 44px;
  }
  .creative-evolution ul.subnav {
    margin-bottom: 40px;
  }
  .creative-evolution h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .choose-us {
    padding-left: 0px;
    padding-right: 0px;
  }
  .choose-us h3 {
    font-size: 30px;
  }
  .choose-us h3 span {
    font-size: 40px;
  }
  .creative-evolution {
    padding-bottom: 50px;
  }
  /*
	.creative-evolution h2 span{
		font-size: 45px;
	}
*/
  .creative-evolution p br {
    display: none;
  }
  .creative-evolution .row {
    align-items: center !important;
    justify-content: space-between
  }
  .creative-evolution .col-lg-12 .col-5, .creative-evolution .col-lg-12 .col-7 {
    width: 100%;
    align-content: center;
  }
  .choose-us p br {
    display: none;
  }
  .tabs {
    box-shadow: 0px -3px 8px #ddd;
    padding: 20px;
    margin-top: 60px;
  }
  .nav-tabs {
    border: 0px;
  }
  .nav-tabs li.nav-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .tabs .tab-content {
    padding-top: 40px;
  }
  .came-from p, .tabs .tab-content p {
    font-size: 18px;
  }
  .came-from p span {
    font-size: 24px;
  }
  .experts .col-3 {
    width: 100%;
  }
	.experts .image-holder{
		margin: 0 auto;
	}
  .experts .col-3 img {
    border-radius: 25px;
    max-width: 100%;
/*    width: 80%;*/
  }
	.experts .col-3 p{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
  .footer {
    padding-bottom: 20px;
  }
  .footer .container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .col-4.mb-5 {
    display: none;
  }
  .footer .col-3, .footer .col-4, .footer .col-5, .footer .col-6, .footer .col-5, .success-stories .col-4 {
    width: 90%;
  }
  .success-stories .col-4 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .capabilities {
    padding-bottom: 40px;
  }
  .capabilities .container {
    padding: 0px;
  }
  .list .list-item {
    height: 90%;
    padding: 25% 10%;
    top: 40%;
  }
  .list-item .col-6 {
    width: 100%;
  }
  .dooh, .vr-xr, .microsites, .cross-leng {
    background: none;
    padding: 0px;
  }
  .list-left {
    padding: 0px;
  }
  .list-left h3 {
    font-size: 40px;
  }
  .list-left h3 span {
    font-size: 16px;
    padding: 10px;
  }
  .list-right h4 {
    padding-top: 20px;
    font-size: 25px;
  }
  .list-right p {
    font-size: 14px;
  }
  .list .list-item ul li {
    font-size: 12px;
    padding: 10px 15px;
    margin: 3px;
    border-radius: 10px;
    display: inline-block;
  }
  .dooh-small {
    background: url("../assets/images/dooh.gif") no-repeat center top;
    background-size: 165%;
    padding: 50px 30px 10px 30px;
    /*    padding: 250px 80px;*/
  }
  .vr-xr-small {
    background: url("../assets/images/vr-xr.gif") no-repeat center top;
    background-size: 165%;
    padding: 50px 30px 10px 30px;
    /*    padding: 250px 80px;*/
  }
  .microsites-small {
    background: url("../assets/images/microsites.gif") no-repeat center top;
    background-size: 165%;
    padding: 50px 30px 10px 30px;
    /*    padding: 250px 80px;*/
  }
  .cross-leng-small {
    background: url("../assets/images/cross-leng.gif") no-repeat center top;
    background-size: 165%;
    padding: 50px 30px 10px 30px;
    /*    padding: 250px 80px;*/
  }
  .page-navigation a {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .page-navigation .col-6:first-child a span {
    display: flex;
    text-align: left;
    line-height: 1.5;
  }
  .page-navigation .col-6:last-child a span {
    display: flex;
    text-align: right;
    line-height: 1.5;
  }
  .success-stories h5 {
    max-width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-bottom {
    padding: 60px 0 60px 0;
  }
  .solutions-bottom p {
    margin-top: 20px;
  }
  .solutions-box .col-4, .solutions-bottom .col-5, .solutions-bottom .col-7 {
    width: 100%;
  }
  .solutions-box .solution-item .expanded .col-5, .solutions-box .solution-item .expanded .col-7 {
    width: 100%;
  }
  .solutions-box .solution-item .expanded {
    width: 90%;
    flex-direction: column;
  }
  .solutions-box .solution-item .close {
    top: 0px;
    right: 0px;
  }
  .address-box .col-3, .workbench .col-6 {
    width: 100%;
  }
	.row.align-items-start.mb-3{
		margin-bottom: 0px !important;
	}
	.workbench .col-lg-5 p br, .text_banner .col-12 br, .text_banner h1 br {
		display: none !important;
	}
	.stats-section .col-6 .boxes {
        min-height: inherit;
    }
	.stats-section .col-2{
		width: 100%;
		text-align: center;
	}
	.stats-section .award-container .col-3{
		border: 0px;
	}
  .footer .col-5.f-nav {
    order: -1;
  }
  .footer .col-5.f-nav .footer-nav-terms {
    float: left;
    padding-left: 0px;
  }
  .footer-logo {
    max-width: 280px;
  }
  .footer h6 {
    padding-bottom: 0px;
  }
  .footer .col-4 {
    margin-top: 20px;
  }
  .footer .col-4 ul {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 499px) {
	.sidebar{
		width: 300px;
	}
	.sidebar.is-hidden {
		transform: translateX(350px);
	}
}
@media screen and (max-width: 379px) {
	.experts .col-3 p{
		width: 80%;
	}
}