body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Be Vietnam Pro';
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);

}

.custom-bullet li {
    display: block;
	color: rgba(255, 255, 255, 0.9);
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -30px;
    color: rgba(255, 255, 255, 0.8);
}


h1,
h2,
h3,
h4 {
	font-family: 'Be Vietnam Pro';
    font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
}

h5,
h6 {
	font-family: 'Be Vietnam Pro';
    font-weight: 700;
	color: #212529;
}


.errorlog {
    position: fixed;
    top: 80px;
    width: 30%;
	height: 50%;
	background: green;
	font-size: 12px;
	z-index: 10;
	overflow: auto;
}

.animated-box {
  border: 1px solid pink;
  /*opacity: 0;*/
}

.fade-in-opac-start {
  opacity: 0;
}
.hide-for-fade-in {
	opacity: 0%;
	margin-top: 50px;
	-webkit-transition: opacity 4s, margin 2s;
	-o-transition: opacity 4s, margin 2s;
	transition: opacity 4s, margin 2s;
}
.fade-in {
	opacity: 100%;
	margin-top: 0;
}
@keyframes fadeInUp {
  from {
	transform: translateY(50px);
	opacity: 0;
  }
  to {
	transform: translateY(0);
	opacity: 1;
  }
}
.fade-in-up {
  animation: 4s both fadeInUp;
}

.hide-for-fade-right {
	opacity: 0%;
	margin-Left: 50px;
	-webkit-transition: opacity 2s, margin 2s;
	-o-transition: opacity 2s, margin 2s;
	transition: opacity 2s, margin 2s;
}
.fade-in-right {
	opacity: 100%;
	margin-top: 0;
	animation: 2s both fadeInRight;
}
@keyframes fadeInRight {
  from {
	transform: translateX(50px);
	opacity: 0;
  }
  to {
	transform: translateX(0);
	opacity: 1;
  }
}


.hide-for-fade-left {
	opacity: 0%;
	margin-Left: -50px;
	-webkit-transition: opacity 2s, margin 2s;
	-o-transition: opacity 2s, margin 2s;
	transition: opacity 2s, margin 2s;
}
.fade-in-left {
	opacity: 100%;
	margin-top: 0;
	animation: 2s both fadeInLeft;
}
@keyframes fadeInLeft {
  from {
	transform: translateX(-50px);
	opacity: 0;
  }
  to {
	transform: translateX(0);
	opacity: 1;
  }
}
.center_align{
	width: 1080px;
	margin: auto;
}
.container {
	position: relative;
	padding: 0px;
   /*border: 1px solid red;*/
}
.Background-Container {
 /* position: relative;
  width: 1080px;
  top: 0px;
  overflow: auto; 
  display: inline-block;
  height: 4024px
  background-size: contain;;*/
  background-image: url("");
  background-repeat: no-repeat;
}
.content-section {
  /*border: 1px solid green;*/
  position: relative;
  width: 1080px;
  margin: auto;
}

.navbar {
  width: 100%;
  padding-Left: 0.5rem;
  padding-Right: 0.5rem;
}
.navbarSpacer {
  position: relative;
  height: 75px;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
	padding: 0.1rem 0.1rem !important;
    font-size: 1.25rem !important;
    background-color: transparent  !important;
	
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(263deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%) !important;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
   /* background: linear-gradient( 263deg, rgba(252,74,74,1) 0%, rgba(0,212,255,1) 100% );*/
	background: linear-gradient(263deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%) !important;
}
.carousel {
	position: relative;
	height:521px;
	/*top: 30px;
	border: 1px solid green;*/
}
.oc_header {
	position: relative;
    width: 1080px;
    height: 521px;
    /*border: 1px solid green;*/
}
.header{
	display: none;
}
.canvas{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*border: 1px solid blue;*/
}

.carousel-inner {
  height:521px !important;
}
.carousel_reload_btns {
	position: relative;
	height: auto;
	width: 100%;
	background-color: white;
	/*top: 30px;*/
	overflow: auto;
  	white-space: wrap;
  	text-align: center;
  	display: block;
  	padding: 0px;
	/*border: 1px solid green;*/
}
	
.carouselReload {
  /*overflow: auto;
  white-space: nowrap;*/
  height: 100px;
}


.btn-org {
  background-color: #000 !important;
  margin: 0px 10px 0px !important;
  text-align: center !important;
}

.btn-org:hover, .btn-org:active, .btn-org.active{
  border-style: solid !important;
  border-bottom: 3px solid #de954c !important;
  border-top: 0px solid #000 !important;
  border-left: 0px solid #000 !important;
  border-right: 0px solid #000 !important; 
}
.btn-org:focus, .btn-org:visited, .btn-org.focus {
  border-style: solid !important;
  border-bottom: 3px solid #de954c !important;
  border-top: 0px solid #000 !important;
  border-left: 0px solid #000 !important;
  border-right: 0px solid #000 !important; 
}

.btn-nav {
  background-color: #fff !important;
  margin: 0px 10px 0px !important;
  text-align: center !important;
}

.btn-nav:hover, .btn-org:active, .btn-org.active{
  border-style: solid !important;
  border-bottom: 3px solid #de954c !important;
  border-top: 0px solid #000 !important;
  border-left: 0px solid #000 !important;
  border-right: 0px solid #000 !important; 
}
.btn-nav:focus, .btn-org:visited, .btn-org.focus {
  border-style: solid !important;
  border-bottom: 3px solid #de954c !important;
  border-top: 0px solid #000 !important;
  border-left: 0px solid #000 !important;
  border-right: 0px solid #000 !important; 
}

.btn-clients {
  border: solid 0.5px #9aa0a6 !important;
  margin: 0px 10px 0px  !important;
  text-align: center !important;
}


.btn-special {
  width:26%;
  height: 40px;
  border-radius: 20px !important;
  background-color: #000 !important;
  color: #fff !important;
  border-style: solid !important;
  /*border-bottom: 0.5px solid #de954c !important;
  border-top: 0px solid #fff !important;
  border-left: 0.5px solid #fff !important;
  border-right: 0.5px solid #fff !important;*/
  padding: 0 !important;
  /*float: left !important;*/
  font-weight: 200 !important;
  font-size: 20px !important;
  margin: 10px 2% 10px 2% !important;
}

.btn-special:hover, .btn-special:active, .btn-special.active{
  background-color: #000 !important;
  border-style: solid !important;
  border-bottom: 2px solid #de954c !important;
  border-color: #fff !important;
  color: #de954c!important;
}
.btn-special:focus, .btn-special:visited, .btn-special.focus {
  background-color: #000 !important;
  border-style: solid !important;
  border-bottom: 3px solid #de954c !important;
  border-top: 0px solid #fff !important;
  border-left: 0.5px solid #fff !important;
  border-right: 0.5px solid #fff !important; 
  color: #de954c !important;

}

.btn-size {
  width: 360px;
	height: 45px;
	margin: 20px 0px 0px 0px;
}
.btn-size-modal {
	height: 45px;
	margin: -10px 0px -10px 0px;
	padding: 0px 20px 0px 20px;
}

.btn {
 /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);*/
  font-weight: 400 !important;
  font-size: 12px !important;
  background-color: #0F172D !important;
}

.btn-image {
    /*background-image: url('../img/button.svg') !important;*/
	width: 360px;
    height: 45px;
    color: #ffcf54;
	margin: 30px 0px 30px 0px;
    background-size: contain; //or cover
}

.btn-image1 {
    /*background-image: url('../img/button.svg') !important;
    background-size: contain; //or cover*/
	width: 360px;
    height: 45px;
    color: #fff !important;;
    background-color: #000 !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

a:link {
  color: #DE954C;
}

/* visited link */
a:visited {
  color: #DE954C;
}

/* mouse over link */
a:hover {
  color: #DE954C;
}

/* selected link */
a:active {
  color: #DE954C;
}

img.OC-Logo {
  width: 50px;
  height: 45.9px;
  object-fit: contain;
  margin-right: 10px;
  margin-top: 0px;
}
.OC-logo-footer{
  opacity: .9 !important;
  width: 50px;
  height: 45.9px;
}

.OC-logo {
  opacity: .9 !important;
  width: 50px;
  height: 45.9px;
  margin-top: 0px;
  /*border: 1px solid rgb(157, 159, 135);*/
}
.OC-logo-lockup {
  display: inline;
  vertical-align: middle !important;
  height: 50px;
  margin: auto;
  /*border: 1px solid blue;*/
}
.OC-logo-text{
  opacity: .9 !important;
  display: inline-block;
  line-height: 0.8;
  word-wrap: break-word;
  height: 40px;
  /*border: 1px solid rgb(255, 77, 0);*/
}
.Making-panel {
  height: 722px;
}
img.OC-Logo-yellow {
  position: absolute;
  top: 88px;
  left: 153px;
  width: 180px;
  height: 165.7px;
  /*margin: 31px 35px 50.3px 94px;*/
  object-fit: contain;
}
img.Making-Complex-Beautifully-Simple {
  position: absolute;
  top: 42px;
  right: 80px;
  width: 632px;
  height: 636px;
}
.Making-Complex-Beautifully-Simple {
  position: absolute;
  top: 82px;
  right: 80px;
  width: 632px;
  height: 636px;
  object-fit: contain;
  /*-webkit-text-stroke: 1px #de954c;*/
  font-size: 88px;
  font-weight: 360;
  font-stretch: normal;
  font-style: normal;
  color:#D08CAA;
  line-height: 1.1;
  letter-spacing: -2.1px;
  text-align: right;
}
.Intro_text {
  position: absolute;
  top: 300px;
  left: 60px;
  width: 369px;
  height: 269px;
  font-size: 15px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
}
.text-style-1 {
  color: #DE954C;
}
.client-Logo-Panel {
  /*position: absolute;*/
  top: 0px;
  left: 0px;
  width: 100%;
  height: 333px;
  object-fit: contain;
  /*z-index: -1;*/
  background-size: contain;
  background-image: url("..ani/images/Client_Logo_Panel_Black_blank.png");
  border: 0;
}
.client-Logo-iframe {
  display: block;
  overflow: hidden;
}
.client-Logo-iframe_mobile{
	display: none;
	overflow: hidden;
}

img.client-Logo-Img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1078px;
  height: 333px;
  object-fit: contain;
  border: 0;
  /*z-index: -1;*/
}

.Ergodiginomics_panel{
  height: 1014px;
}
.ErgonomicsBody {
  position: absolute;
  top: 63px;
  right: 60px;
  width: 520px;
  height: 271px;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.26px;
  text-align: left;
  color: #000;
}
.ErgodiginomicsIntroTxt {
  position: absolute;
  top: 380px;
  left: 60px;
  width: 388px;
  height: 200px;
  font-size: 20px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #5D90B1;
}
.ErgodiginomicsIntroTxtImg {
  float: left;
}

img.ErgodiginomicsImg {
  position: absolute;
  top: 63px;
  left: 60px;
  width: 428px;
  height: 345px;
  object-fit: contain;
}
.ErgodiginomicsImg {
  position: absolute;
  top: 63px;
  left: 60px;
  width: 428px;
  height: 305px;
  flex-grow: 0;
  object-fit: contain;
  font-size: 110px;
  font-weight: 360;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: -1.65px;
  text-align: left;
  color: #5D90B1;
}
.ErgodiginomicsDict {
  position: absolute;
  top: 370px;
  left: 60px;
  object-fit: contain;
  font-size: 30px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.45px;
  text-align: left;
  color: #5D90B1;
}

img.Creative-Content {
  position: absolute;
  top: 669px;
  left: 60px;
  width: 429px;
  height: 292px;
}
.Creative-Content {
  position: absolute;
  top: 669px;
  left: 60px;
  width: 429px;
  height: 292px;
  object-fit: contain;
  /*-webkit-text-stroke: 1px #de954c;*/
  font-size: 50px;
  font-weight: 360;
  font-stretch: normal;
  font-style: normal;
  color:#D08CAA;
  line-height: 1.1;
  letter-spacing: -0.75px;
  text-align: left;
}
img.Disiplines {
  position: absolute;
  top: 443px;
  right: 60px;
  width: 533px;
  height: 518px;
  margin: 35px 0 0;
  object-fit: contain;
}
.Disiplines {
  position: absolute;
  top: 390px;
  right: 60px;
  width: 533px;
  height: 518px;
  flex-grow: 0;
  object-fit: contain;
  /*-webkit-text-stroke: 1px #de954c;*/
  font-size: 54px;
  font-weight: 360;
  font-stretch: normal;
  font-style: normal;
  color:#DAB086;
  line-height: 0.92;
  letter-spacing: -0.9px;
  text-align: right;
}
.The-Way-Title-Panel{
	height: 872px;
}
.TheWayTitleBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 625px;
  height: 60px;
  flex-grow: 0;
  margin: 0 0 20px;
  object-fit: contain;
  background-image: url("../img/TheWayRecBg.svg");
}
.The-Way-Title {
  width: 549px;
  height: 76px;
  flex-grow: 0;
  margin: 4px 19px 0 57px;
  object-fit: contain;
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: right;
  color: #c4c4c4;
}

/*
img.The-Way-Title {
  position: absolute;
  top: 0px;
  width: 625px;
  height: 80px;
  margin: 0 392px 265px 0;
  object-fit: contain;
  z-index: -1;
}
*/
.Workn-Process-intro {
  position: absolute;
  top: 92px;
  left:60px;
  width: 453px;
  height: 360px;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #e4e4e4;
}
/*
img.Word-cloud-Frame {
  position: absolute;
  top: 90px;
  right: 40px;
  width: 462px;
  height: 226px;
  margin: 8px 15px 0 0;
  object-fit: contain;
}*/
.Word-cloud-Frame {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 462px;
  height: 370px;
  margin: 8px 15px 0 0;
  object-fit: contain;
  /*border: 1px solid blue;*/
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  /*border: 1px solid blue;
  z-index: 10;*/
}

.Strategic-Thinking {
  position: absolute;
  top: 180px;
  right: 60px;
  width: 447px;
  height: 363px;
  margin: 265px 0 0 570px;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #e4e4e4;
}

/*
img.Workn-Process {
  position: absolute;
  top: 452px;
  left:60px;
  width: 456px;
  height: 223px;
  object-fit: contain;
}
*/
.Workn-Process {
  position: absolute;
  top: 452px;
  left:60px;
  width: 453px;
  height: 195px;
  margin: 45px 0 0;
  object-fit: contain;
  /*-webkit-text-stroke: 1.1px #de954c;*/
  font-size: 110px;
  font-weight: 360;
  font-stretch: normal;
  font-style: normal;
  color:#fff;
  line-height: 0.91;
  letter-spacing: -1.65px;
  text-align: left;
}

.Case-Studies-Panel {
  position: relative;
  height: 846px;
}

.Case-Studies-Title {
  width: 578px;
  height: 76px;
  flex-grow: 0;
  margin: 4px 0px 0px 60px;
  object-fit: contain;
  font-size: 60px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000;
}
.Case-studies-Title-Bg {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 694px;
  height: 60px;
  flex-grow: 0;
  margin: 0 0 0px;
  object-fit: contain;
  text-align: left;
  /*background-image: url("../img/CaseStudRecBg.svg");
  z-index: -1;*/
}

.Case-studies-Text {
  position: relative;
  top: 30px;
  left: 0px;
  width: 694px;
  height: auto;
  flex-grow: 0;
  margin: 40px 0 0 40px;
  object-fit: contain;
  text-align: left;
  /*background-image: url("../img/CaseStudRecBg.svg");
  z-index: -1;*/
}
/*
img.Case-studies-Title {
  position: absolute;
  top: 0px;
  left:0px;
  width: 830px;
  height: 80px;
  z-index: -1;
}
*/
.Story_Container{
  position: relative;
  top: 180px;
  width: 100%;
  height: 100%;
  text-align: center;
  /*border: 1px solid blue;*/
}
.Story_Tile {
  position: relative;
  width: 280px;
  margin: 40px 40px 0px 0px;
  object-fit: contain;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  outline: none;
  /*border: 1px solid blue;*/
}

.Case-Studies-Page {
  position: relative;
  height: 100%;
  border: 1px solid rgb(255, 255, 255);
}
.Case-Studies-Page-Title {
  width: 578px;
  height: 76px;
  flex-grow: 0;
  margin: 4px 0px 0px 0px;
  object-fit: contain;
  font-size: 60px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000;
}
.Case-Studies-Page-Text {
  position: relative;
  top: 30px;
  left: 0px;
  width: 694px;
  height: auto;
  flex-grow: 0;
  margin: 40px 0 0 40px;
  object-fit: contain;
  text-align: left;
  /*background-image: url("../img/CaseStudRecBg.svg");
  z-index: -1;*/
}
.Case-Studies-Page_Container{
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 60px 0px 60px 0px;
  text-align: center;
  /*border: 1px solid rgb(0, 255, 145);*/
}
.Case-Studies-Page_Tile {
  position: relative;
  width: 310px;
  margin: 20px 20px 20px 0px;
  object-fit: contain;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  /*
  -webkit-tap-highlight-color: transparent;
  border: 1px solid rgb(255, 0, 0);*/
}

.Case-Studies-Page_body {
  width: 589px;
  margin: 4px 8px 0 0px;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000000;
}
/*
a img:hover, a img:focus, a img:visited {
  outline: none !important;
  border: none;
}
  */
.img-fade {
  opacity: 0.6;
}
.img-fade:hover {
  opacity: 1;
}
.modal-open .modal, .img:focus{
    outline:none!important;
}
.modal-body {
  color: #000000 !important;
}
/*
.Story_Tile:focus, Story_Tile:active, Story_Tile:visited{
    box-shadow: none;
}
.Case-Studies-Page_Tile:focus, Case-Studies-Page_Tile:active, Case-Studies-Page_Tile:visited{
    box-shadow: none;
}
*/
.GetInTouch-Panel{
	height: 638px;
}
.InTouchBg {
  position: absolute;
  right: 0px;
  width: 705px;
  height: 60px;
  text-align: left;
  margin: 50px 0 0 20px;
  /*background-image: url("../img/InTouchRect.svg");
  z-index: -1;*/
}
.Get-In-Touch {
  width: 589px;
  height: 76px;
  margin: 4px 8px 0 52px;
  font-size: 60px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: left;
  color: #fff;
}

/*
img.In-Touch-Title {
  position: absolute;
  top: 0px;
  right:0px;
  width: 564px;
  height: 80px;
  z-index: -1;
}
*/
.GetInTouch-Body {
  position: absolute;
  top: 190px;
  right:60px;
  width: 447px;
  height: 231px;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #e4e4e4;
}
img.Enquiries{
  position: absolute;
  top: 190px;
  left:60px;
}
.Enquiries{
  position: absolute;
  top: 190px;
  left:60px;
  width: 429px;
  height: 214px;
  margin: 10px 28px 117px 4px;
  object-fit: contain;
  /*-webkit-text-stroke: 1px #de954c;*/
  font-size: 70px;
  font-weight: 360;
  font-stretch: normal;
  font-style: normal;
  color:#DAB086;
  line-height: 1.07;
  letter-spacing: -1.05px;
  text-align: left;
}

.footer {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}

.popover {
  max-width: 400px !important;
  font-family: 'Be Vietnam Pro' !important;
  
  }
.popover-header {
  color: #000 !important;
  background-color: #fff !important;
}

@media (max-width: 991.98px) {
	.fade-in-opac-start {
	  opacity: 1 !important;
	}
	.fade-in-up {
	  animation: 0s both fadeInUp !important;
	}
	.fade-in-right {
	  animation: 0s both fadeInRight !important;
	}
	.fade-in-left {
	  animation: 0s both fadeInLeft !important;
	}
	.Background-Container {
	   width: 375px !important;
	}
	
	.container {
	   /*border: 1px solid red;*/
	   width: 375px !important;
	}

	.navbar{
	  width: 100%;
	  padding: 0px 30px 0px 10px !important;
	}

	.navbar-brand {
	  font-size: 20px;
	  margin: 0px !important;
    padding: 0px !important;
    vertical-align: middle !important;
	}
	.navbarSpacer {
	  /*margin: auto !important;*/
	}
	.center_align{
	  width: 375px;	
	}
	.carousel_reload_btns {
		width: 375px;
	}
	.btn-special {
	  width:32%;
	  height: auto;
	  border-radius: 40px !important;
	  padding: 8px 4px 8px 4px !important;
	  margin: 10px 0.1% 10px 0.1% !important;
	  font-size: 14px !important;
  	white-space: pre-line !important;
	  word-wrap: normal !important;
	}
	.content-section {
	  /*border: 1px solid green;*/
	  width: 100%;
	}
	.Making-panel {
	  height: 665px;
	}
	.canvas{
	  width: 100%;
	  height: 100%;
	}
	.oc_header {
	  width: 375px;
	  height: 521px;
	}
	img.OC-Logo {
	  width: 45px !important;
  	height: 41.28px !important;
	}
  .OC-logo-lockup {
    vertical-align: middle !important;
    margin-top: 10px !important;
  }

	img.OC-Logo-yellow {
	  position: absolute;
	  top: 57px;
	  left: 44px;
	  width: 120px;
	  height: 110.4px;
	}
	.Making-Complex-Beautifully-Simple {
	  position: absolute;
	  top: 29px;
	  right: 20px;
	  width: 163px;
	  height: 168px;
	  line-height: 0.86;
	  font-size: 28px;
	  font-weight: 200;
	}
	.Intro_text {
	  position: absolute !important;
	  top: 217px !important;
	  left: 0px !important;
	  width: 100%;
	  height: 269px;
	  padding: 0px 10px 0px 10px;
	}
	.client-Logo-Panel {
	  width: 100%;
	  height: 430px;
	  /* background-image: url("../img/Client_Logo_Panel_Mobile_Black.png");*/
	  background-image: url("../img/client_Logo_Panel_Mobile_Black_blank.png");
	  
	}
	.client-Logo-iframe {
  		display: none;
	}
	.client-Logo-iframe_mobile{
		width: 100% !important;
		height: 430px !important;
		display: block!important;
	}
	.Ergodiginomics_panel{
	  height: 2000px;
	}
	.ErgonomicsBody {
	  position: absolute;
	  top: 51px;
	  left: 0px;
	  width: 100%;
	  height: 329px;
	  font-size: 20px;
	  font-weight: 200;
	  padding: 0px 10px 0px 10px;
	}
	.ErgodiginomicsIntroTxt {
	  position: absolute;
	  top: 900px;
	  left: 0px;
	  width: 100%;
	  height: 200px;
	  font-size: 20px;
	  font-weight: 200;
	  padding: 0px 10px 0px 10px;
	}

	.ErgodiginomicsImg {
	  position: absolute;
	  top: 602px;
	  left: 10px;
	  width: 366px;
	  height: 345px;
	  font-size: 100px;
	  line-height: 0.91;
	}
	.ErgodiginomicsDict {
	  position: absolute;
	  top: 997px;
	  /*top: 335px;*/
	  left: 10px;
	}
	.Creative-Content {
	  position: absolute;
	  top: 580px;
	  left: 10px;
	  width: 375px;
	  height: 292px;
	  line-height: 1.1;
	}
	.Disiplines {
	  position: absolute;
	  top: 1400px;
	  right: 10px;
	  width: 372px;
	  height: 421px;
	  font-size: 46px;
	  line-height: 0.92;
	}
	.The-Way-Title-Panel{
	  height: 1481px;
	  /*border: 1px solid blue;*/
	}
	.TheWayTitleBg {
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  height: 39px;
	  background-position-x: right;
	}
	.The-Way-Title {
	  width: 100%;
	  height: 50px;
	  margin: 0px 0px 0px 0px;
	  font-size: 39.3px;
	}
	/*
	img.The-Way-Title {
	  position: absolute;
	  top: 0px;
	  left: -12px;
	  width: 375px;
	  height: 50px;
	}
	*/
	.Workn-Process-intro {
	  position: absolute;
	  top: 76px;
	  left: 0px;
	  width: 100%;
	  height: 448px;
	  font-size: 20px;
	  font-weight: 100;
	  padding: 0px 10px 0px 10px;
	}
	/*
	img.Word-cloud-Frame {
	  position: absolute;
	  top: 1130px;
	  left: 15px;
	  width: 356.4px;
	  height: 166px;
	  margin: 0 0 0 0;
	  object-fit: contain;
	  z-index: 10;
	}*/
	.Word-cloud-Frame {
	  position: absolute;
	  top: 1100px;
	  left: 0px;
	  width: 100%;
	  object-fit: contain;
	  overflow: hidden;
	  margin: 20px 0 0 0;
	  /*border: 1px solid red;*/
	}
	.Strategic-Thinking {
	  position: absolute;
	  top: 712px;
	  left: 0px;
	  width: 100%;
	  height: 399px;
	  padding: 0px 10px 0px 10px;
	  margin: 0 0 0 0 !important;
	}
	.modal-footer {
    width: 100%;
    justify-content: left !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    /*border: 1px solid red !important;*/
  }
	.Workn-Process {
	  position: absolute;
	  top: 494px;
	  left: 10px;
	  width: 360px;
	  height: 132px;
	  font-size: 70px;
	  line-height: 0.91;
 	}
	.Case-Studies-Panel {
	  height: 1640px;
	}
	.Case-Studies-Title {
	  width: 100%;
	  height: 50px;
	  margin: 0px 0px 0px 0px;
	  font-size: 37px;

	}
	.Case-studies-Title-Bg {
	  position: absolute;
	  top: 40px;
	  left: 10px;
	  width: 100%;
	  height: 39px;
	  background-position-x: right;
	}
  .Case-Studies-Page-Text {
    position: relative;
    width: 360px;
    margin: 10px 0 0 10px;
  }
	.Story_Container{
  	  top: 100px;
    }
	.GetInTouch-Panel{
		height: 900px;
	}
	.InTouchBg {
  	  position: absolute;
  	  left: 0px;
	  width: 100%;
	  height: 39px;
	  background-position-x: left;
	}
	.Get-In-Touch {
	  width: 100%;
	  height: 39px;
	  margin: 0px 0px 0px 0px;
	  font-size: 37px;
	}
	/*img.In-Touch-Title {
	  position: absolute;
	  top: 0px;
	  right:0px;
	  width: 305px;
	  height: 50px;
	  z-index: -1;
	}*/
	.GetInTouch-Body {
	  position: absolute;
	  top: 355px;
	  left: 0px;
	  width: 100%;
	  padding: 0px 10px 0px 10px;
	}
	.Enquiries{
	  position: absolute;
	  top: 120px;
	  left: 10px;
	  width: 359.1px;
	  height: 194px;
	  font-size: 61px;
	}
}

