﻿@charset "UTF-8";

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font: 16px/1.5 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

main, li {
  display: block;
}

h1, h2, h3, h4 {
  color: #000;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}


h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 40px 0;
    text-align: center;
    background: #e8e8e8;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    margin-top: 16px;
}

h3,
h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 12px;
}

strong,
.strong {
  font-weight: bold;
}

a, button {
  color: #8D8E8E;
  font-weight: 400;
  transition: .3s;
}

a {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}

a:hover {
  color: #8D8E8E;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

body,
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

p {
  line-height: 24px;
  margin: 24px 0;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

ul, ol {
  padding: 0;
  line-height: 24px;
  margin: 24px 0;
}

ul li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 10px;
  text-indent: -5px;
}

ol {
  margin: 24px 12px;
}

ol li {
  display: list-item;
  margin-bottom: 8px;
  padding-left: 0;
}

ul > li:before {
  content: "-";
  position: relative;
  left: -10px;
}

body.is-active {
  overflow: hidden;
  -webkit-overflow-scrolling: initial;
}

.center { 
    margin: 0 auto; 
}

.container {
  margin: 0 auto;
  padding-left: 24px; 
  padding-right: 24px;
  width: 100%; 
}

.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.clear { clear: both; }

* { box-sizing: border-box }



/** Hero Banner **/
#banner {
  position: relative;
  width: 100%;
}

.hero-banner {
  padding-top: 133px;
}

.hero-banner .slide-item {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.hero-content .slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-content .slide-caption {
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  padding: 32px;
  width: calc(100% - 48px);
}

.hero-content .slide-caption h2,
.hero-content .slide-caption p {
  color: #fff;
  text-align: left;
}

.hero-content .slide-caption h2 {
  text-transform: uppercase;
}

/** Navigation **/
.main-navigation {
    background: #fff;
    box-shadow: 0px 0px 12px -3px #888;
    left: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 110;
    position: fixed;
    top: 0;
    min-height: 133px;
    display: flex;
    align-items: center;
}

.main-navigation .row {
  flex-wrap: nowrap;
}

.main-navigation ul li:before {
  content: '';
}

.sticky {
    position: fixed;
    top: 0;
}

#nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  position: relative;
}

#nav ul{
  list-style: none;
  display: none;
  list-style: none;
  align-items: center;
}

#nav li.Project-Management,
#nav li.MAPLE{
   display: none;
}

#nav li{
  padding-top: 32px;  
  white-space: nowrap;
}

#nav li a {  
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    width: 215px;    
    display: block;
    white-space: normal;
    text-align: center;
    margin-top: 15px;
}

#nav li a.active { 
  color: #000; 
  opacity: 1; 
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

#nav li a:hover { 
  color: #999;  
  opacity: 1;
}

#slide-nav {
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  margin: 0;
  overflow: auto;
  background: #000;
  transform: translate3d(400px, 0, 0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0s linear 0s, -webkit-transform 0.6s ease;
}

#slide-nav ul {
  padding: 80px 0;
}

#slide-nav ul li {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#slide-nav ul li a {
  border-bottom: 1px solid #222;
  font-size: 12px; 
  font-family: 'Montserrat', sans-serif; 
  color: #fff;
  display: block;
  padding: 24px 64px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

#slide-nav ul li a:hover,
#slide-nav ul li a.active {
  background: #3E436A;
}

#slide-nav.is-active {
  transform: translate3d(0, 0, 0);
  left: auto;
  right: 0;
  overflow: auto;
  z-index: 200;
}

#toggle-menu {
    height: 18px;
    position: relative;
    top: 10px;
    width: 30px;
    z-index: 300;
}

#toggle-menu .line {
  background: #222;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

#toggle-menu.is-active .line {
  display: none;
}

#toggle-menu.is-active:before,
#toggle-menu.is-active:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #fff;
}

#toggle-menu.is-active:before {
  transform: rotate(45deg);
}

#toggle-menu.is-active:after {
  transform: rotate(-45deg);
}

#toggle-menu .top {
    top: 0;
}

#toggle-menu .middle {
    top: 7px;
}

#toggle-menu .bottom {
    top: 14px;
}

#toggle-menu.is-active .top {
    animation: inTop 0.8s forwards;
}

.toggle-menu-hidden {
    opacity: 1;
}

.toggle-menu-hidden:hover {
  cursor: pointer;
}

.logo {
    width: 100%;
}

.logo a {
  display: flex;
  text-decoration: none;
}


/* Slideshow container */
.slideshow-container {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: auto;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.slide-item
 {
  height: 100%;
}

.owl-carousel .column-content img {
  width: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

section {
  background: #F8F8F8;
  position: relative;
}

section .section-carousel {
  background: #F8F8F8;
}

section .section-carousel .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 64px;
  flex-wrap: wrap;
}

section .section-carousel .owl-dot {
  font-family: 'Montserrat', sans-serif;
  margin: 4px;
}

section .section-carousel .owl-dot span {
  background: #fff;
  border: 2px solid #C0C0C0;
  color: #8D8E8E;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  min-width: 150px;
  padding: 10px 16px;
}

section .section-carousel .owl-dot.active span,
section .section-carousel .owl-dot span:hover {
  border-color: #3E436A;
  color: #000;
}

section .section-carousel .owl-stage-outer {
  background: #fff;
} 

.section-header {
  padding: 48px 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #F0F0F0;
}

.section-header h2 {
  display: block;
  margin: 0 auto;
  max-width: 530px;
  text-align: center;
  text-transform: uppercase;
}

#section3 h2{
  padding-top: 30px;
  text-align: center;
  margin-top: 0;
}



.section-content {
  background: #fff;
}

#section-BMU-Consultancy .section-header,
#section-Project-Management .section-header,
#section-MAPLE .section-header
{
  background: #fcfcfc;
}


.section-content:first-child {
  position: relative;
  z-index: 3;
}

.section-content .owl-carousel {
  display: block;
}

.section-content .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.section-content h2,
.section-content h3,
.section-content h4 {
  color: #3E436A;
  text-align: left;
  text-transform: uppercase;
}

.section-content h4 {
  color: #8D8E8E;
}

.section-content.no-padding {
  padding: 0;
}

.section-content a:not(.btn) {
  border-bottom: 1px solid #000;
  padding-bottom: 1px; 
}

.section-content a:not(.btn):hover {
  border-bottom: 1px solid #8D8E8E;
}

.section-item {
  display: block;
}

.section-item .title {
  display: flex;
  align-items: center;
}

.section-item .title::before {
  content: '';
  display: block;
  background: url('../images/arrow-right.svg') no-repeat;
  height: 25px;
  width: 25px;
  background-position: left center;
  background-size: 60%;
}

.section-item .half-centered > div {
  max-width: 100%;
}

.section-base {
  position: relative;
}

.section-slide-carousel {
  background: #fff;
  margin: 0 auto;
  padding: 0 24px; 
  max-width: calc(1170px - (24px * 2));
  width: 100%; 
}

.section-slide-carousel .section-item {
  padding: 0;
}

.section-slide-carousel .owl-nav {
  margin-bottom: 24px;
  text-align: center;
}

.section-slide-carousel .owl-nav button > span {
  color: #bdb1a6;
  display: inline-block;
  font-size: 30px;
  width: 100px;
  line-height: 1;
  margin: 0 5px;
  border: 1px solid #fff;
}

.section-slide-carousel .owl-nav button > span:hover,
.section-slide-carousel .owl-nav button > span:focus,
.section-slide-carousel .owl-nav button > span:active {
  color: #002244;
  border: 1px dotted #002244;
}

.section-slide-carousel.three-col-items .section-item {
  border-bottom: 1px solid #8D8E8E;
  margin-bottom: 32px;
}

.gray-theme,
.gray-theme .section-slide-carousel {
  background: #F8F8F8;
  color: #000;
  z-index: 2;
  position: relative;
}

.dark-gray-theme {
  background: #000;
  color: #F8F8F8;
}

.bg-theme {
  display: flex;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bg-theme:before {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; 
}

.bg-theme .section-media-wrapper {
  clip: rect(0, auto, auto, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-theme .section-media {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
}

.bg-theme.section-content h2 {
  color: #fff;
  max-width: 564px;
  padding: 0 32px;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.bg-theme.section-content .container {
  display: block;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 4;
}

.bg-theme .btn {
  background: #fff;
  margin-top: 40px;
}

.btn {
  background: #fff;
  border: 2px solid #C0C0C0;
  color: #8D8E8E;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  padding: 10px 16px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover,
.btn:active {
  border: 2px solid #3E436A;
  color: #000;
  text-decoration: none;
}

.tab-container {
  box-shadow: 0px 0px 12px -3px #888;
  background: #fff;
  opacity: 0.85;
  width: 100%;
  font-weight: bold;
}

.tab-container .tab-triggers {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

.tab-container .tab-triggers li {
  margin: 0;
  padding: 16px 0;
  left: 0;
  list-style: none;
  width: 100%;
  text-indent: 0;
  display: flex;
  justify-content: center;
}

.tab-container .tab-triggers li.active {
  background: #EFEFEF;
}

.tab-container .tab-triggers li:before {
  content: none;
}

.tab-container .tab-triggers li:nth-child(2) {

}

.tab-container .tab-triggers li:hover {
  cursor: pointer;
}

.tab-container .tab-content {
  min-height: 330px;
  padding: 32px;
}

.tab-container .tab-content-item {
  display: none;
}

.tab-container .tab-content-item.active {
  display: block;
}

form input,
form textarea {
  border: 0;
  border-bottom: 1px solid #8D8E8E;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin-bottom: 16px;
  padding: 16px;
  width: 100%;
}

form input:focus,
form textarea:focus {
  background: #EFEFEF;
}

form input.error,
form textarea.error {
  background: rgba(194, 24, 7, 0.1);
  border-bottom: 1px solid #c21807;
}

.submit-action button {
  display: inherit;
  margin: 0 auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bdb1a6;
    opacity: .5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bdb1a6;
    opacity: .5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bdb1a6;
    opacity: .5;
}

#map {
  /*opacity: 0.1;*/
  min-height: 600px;
  width: 100%;
}

#map + .container {
  left: 0;
  top: -495px;
  position: absolute;
  z-index: 100;
  max-width: none;
  justify-content: center;
}

footer {
  background: #3E436A;
  padding: 32px 0;
  position: relative;
  z-index: 2;
}

footer img {
  margin: 0 auto;
  display: block;
}

.copyright,
.copyright a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.autoHeight {
  height: auto !important;
}

.column {
  border-bottom: 1px solid #8D8E8E;
  margin-bottom: 32px;
  width: 100%;
}

.column-content {
  margin-top: 16px;
}

.scroll-arrow {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 90px;
  right: 40px;
  z-index: 100;
}

.scroll-arrow.show {
  display: flex;
  align-items: center;
}

.scroll-arrow svg {
  background: #fff;
  border: 2px solid #3E436A;
  fill: #8D8E8E;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: 5px;
}

.scroll-arrow svg:hover {
  border-color: #8D8E8E;
  fill: #3E436A;
}

.scroll-arrow .arrow-down {
  display: none;
}

.scroll-arrow .arrow-down.show {
  display: inline-block;
}

table.maple td {
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    width: 50%;
    margin: 15px auto;
    display: block;
}

#section3 .section-slide-carousel .slide-item {
  display: flex;
}

#section3 .section-base {
  position: absolute;
}

.communicty-section{
  margin-bottom: 25px;
}

.communicty-section h3{
  font-weight: bold;
  margin: 25px 0;
}

.communicty-section p{
  margin: 0;
}

.communicty-section img{
  float: none;
  margin: 25px 0 10px;
  width: auto !important;
}

#section-our-community .owl-height{
  height: 100%!important;
}

.partner-site, .partner-site a{
  font-size: 0.75rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: calc(1170px - (24px * 2));
  }

  .logo {
    padding-top: 5px;
  }

  .hero-banner {
    padding-top: 0;
    padding-bottom: 133px;
    background: #ffffff;
    position: relative;
    z-index: 2;
  }

  .hero-content {
    left: auto;
    right: 40px;
    width: 50%;
  }

  .main-navigation {
    position: absolute;
    bottom: 0;
    top: auto;
  }

  .main-navigation.sticky {
    position: fixed;
    bottom: auto;
    top: 0;
  }

  .toggle-menu-hidden {
    opacity: 0;
  }

  #nav {
    opacity: 1;
  }

  #nav ul {
    display: flex;    
    margin: 0;
    position: absolute;
    top: -15px;    
  }

  .section-item {
    padding: 64px 0;
  }

  .section-item .title.xs-only {
    display: none;
  }

  .section-item .half-centered > div {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
  }

  .four-cols > div {
    width: calc(100% / 4 - (2% * 2));
    margin: 16px 2%;
  }

  .three-cols > div {
    width: calc(100% / 3 - (7% * 2));
    margin: 16px 7%;
  }

  .two-cols > div {
    width: calc(100% / 2 - (2% * 2));
    margin: 16px 2%;
  }

  #map {
    min-height: 650px;
  }

  #map + .container {
    top: 80px;
  }

  .column {
    border-bottom: 0 none;
    margin-bottom: 0;
    width: auto;
  }

  .xs-only {
    display: none;
  }

  .section-slide-carousel {
    padding: 24px;
  }

  .section-slide-carousel.three-col-items .section-item {
    border: 0 none;
    max-width: 210px;
    margin: 0 auto;
  }

  .section-slide-carousel.three-col-items .owl-nav {
    display: flex;
    justify-content: space-between;
    left: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
  }

  .section-slide-carousel.three-col-items button.owl-prev > span,
  .section-slide-carousel.three-col-items button.owl-next > span {
    border: none;
    font-size: 50px;
  }

  .section-slide-carousel.three-col-items button.owl-prev > span {
    text-align: left;
  }

  .section-slide-carousel.three-col-items button.owl-next > span {
    text-align: right;
  }

  .section-slide-carousel .owl-nav {
    margin-bottom: 24px;
  }

  .tab-container {
        margin: 0 60%;
        max-width: 500px;
	opacity: 1;
  }

  table.maple td {
      width: auto;
      padding: 14px;
      display: table-cell;
  }

  #slide-nav {
    top: 133px;
  }

  #slide-nav ul {
    padding: 40px 0;
  }

  #toggle-menu.is-active:before,
  #toggle-menu.is-active:after {
    background: #000;
  }

  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer img {
    margin: 0;
  }

  .copyright,
  .copyright a {
    text-align: right;
  }

  .communicty-section h3{
    margin-top: 50px;
    clear: both;    
  }

  .communicty-section img{      
      float: left;
      margin: 0 20px 75px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .three-cols > div {
    width: calc(100% / 3 - (16px * 2));
    margin: 16px;
  }

  .tab-container {
        margin: 0 45%;
  }
}

.hide {
    display:none;
}

.read-more {
    font-size:10px;
    text-decoration:none;
    float: right;
    border: none;
}

