@charset "utf-8";
/*@font-face {*/
/*  font-family: PingFang SC Regular;*/
/*  src: url(../fonts/PingFang%20Regular.ttf);*/
/*}*/
/*--------------- basic styles start ---------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  outline: none;
}
ul.nolist, ol.nolist, ul.nolist li, ol.nolist li {
  list-style-type: none;
}
.clr, .d-block, .d-block:after, .d-block:before, .clr:after, .clr:before {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}
.d-block:after, .d-block:before, .clr:after, .clr:before {
  content: '';
}
.clr {
  height: 0;
}
p {
  margin: 0;
}
p + p {
  margin-top: 20px;
}
p:empty {
  width: 0;
  height: 0;
  display: none;
}
a {
  color: #000;
  text-decoration: none;
  /*-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-ms-transition: all 0.3s ease-in-out 0s;

	-o-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;*/
}
a:hover {
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}
img {
  max-width: 100%;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.ttl {
  text-transform: lowercase;
}
.ttu {
  text-transform: uppercase;
}
.ttc {
  text-transform: capitalize;
}
.f-left {
  float: left;
}
.f-right {
  float: r ight;
}
.d-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.d-inline li {
  display: inline-block;
  vertical-align: top;
}
.d-none, .hide {
  display: none !important;
}
.v_mid {
  vertical-align: middle !important;
}
.v_btm {
  vertical-align: bottom !important;
}
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.d-flex, .fd-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.ai-c {
  -ms-align-items: center;
  align-items: center;
}
.ai-fs {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.ai-fe {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.ai-b {
  -ms-align-items: baseline;
  align-items: baseline;
}
.ai-s {
  -ms-align-items: stretch;
  align-items: stretch;
}
.jc-c {
  justify-content: center;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.fxd-r {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.fxd-rr {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fxd-c {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.fxd-cr {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fxw-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxw-wr {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  -o-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.fxw-n {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block1, .block2, .block3, .block4, .block5 {
  position: relative;
  width: 100%;
  padding: 3px;
}
.block1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.block2 {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  -o-flex: 2;
  flex: 2;
}
.block3 {
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  -o-flex: 3;
  flex: 3;
}
.block4 {
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  -o-flex: 4;
  flex: 4;
}
.block5 {
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  -o-flex: 5;
  flex: 5;
}
.ord1 {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
.ord2 {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}
.ord3 {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  -o-order: 3;
  order: 3;
}
.ord-1 {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1;
}
.ord-2 {
  -webkit-order: -2;
  -moz-order: -2;
  -ms-order: -2;
  -o-order: -2;
  order: -2;
}
.ord-3 {
  -webkit-order: -3;
  -moz-order: -3;
  -ms-order: -3;
  -o-order: -3;
  order: -3;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'UniversLTStd';
  font-weight: bold;
}
h1 {
  font-size: 32px;
  line-height: 40px;
}
h2 {
  font-size: 28px;
  line-height: 35px;
}
h3 {
  font-size: 25px;
  line-height: 30px;
}
h4 {
  font-size: 21px;
  line-height: 26px;
}
h5 {
  font-size: 17px;
  line-height: normal;
}
h6 {
  font-size: 14px;
  line-height: normal;
}
/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder {
  color: currentColor;
  font-family: 'UniversLTStd-Light';
}
:-moz-placeholder {
  color: currentColor;
  font-family: 'UniversLTStd-Light';
}
::-moz-placeholder {
  color: currentColor;
  font-family: 'UniversLTStd-Light';
  opacity: 1;
}
:-ms-input-placeholder {
  color: currentColor;
  font-family: 'UniversLTStd-Light';
}
/*--------------- basic styles end ---------*/
body {
  background: #fff;
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  overflow-x: hidden;
}
.c-red {
  color: #fe0000;
}
body#home-page {
  overflow: hidden;
}
.w100p, #site-header, #site-content, #site-footer {
  width: 100%;
}
#site-content {
  padding: 0% 10%;
}
#site-header .wrap {
  padding-left: 10%;
  padding-right: 10%;
}
.wrap {
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#site-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 40px 0 20px 0;
  display: block;
  clear: both;
  width: 100%;
  position: fixed;
  background: #fff;
}
#home-page #site-header {
  position: absolute;
  background: transparent;
}
body#home-page #header-fix {
  height: 0 !important;
}
/* ---- Menu Styles Start Here --*/
body.menu-open {
  overflow: hidden;
}
body.menu-open:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  display: block;
  clear: both;
  z-index: 10;
}
.top-menu li {
  padding: 0px;
  margin: 0px 10px;
  display: block;
  text-align: right;
  position: relative;
}
.top-menu a, .language-swicher a {
  color: #000;
  display: inline-block;
  clear: both;
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: normal;
  padding: 0 5px;
}
a#menu-btn {
  color: #000;
}
body#home-page .language-swicher a, body#home-page a#menu-btn {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
body#home-page a#menu-btn {
	font-size: 18px;
}
body#the-way-we-work-page .top-menu a.active::before, body#what-we-do-page .top-menu a.active::before {
  background: #ffffff !important;
}
body .top-menu > li > a {
  color: #000;
  padding: 0;
  margin: 0px 15px;
}
body .top-menu a:hover {}
body .top-menu li .sub-menu a:hover {
  border-bottom: none !important;
}
#home-page .top-menu a {
  color: #FFFFFF;
}
#home-page .top-menu .sub-menu a {
  color: #000000;
  border-bottom: none;
}
#home-page .top-menu .sub-menu a:hover {
  border-bottom: none;
}
#home-page .top-menu a {
  border-bottom: 3px solid transparent;
}
.top-menu a {
  border-bottom: 3px solid #fff;
  padding: 0;
  margin: 0px 15px;
}
.top-menu .sub-menu a {
  border-bottom: none;
}
.top-menu ul.sub-menu a:hover, .top-menu ul.sub-menu a.active, .top-menu ul.sub-menu a.parent-active {}
.top-menu a:hover {}
#site-navigation .top-menu a {
  position: relative;
}
#site-navigation .top-menu .sub-menu li:hover:before {
  display: none;
}
.top-menu a.active, .top-menu a.parent-active {
  font-weight: bold;
}
.language-swicher a:hover, a#menu-btn:hover {
  color: #fe0000;
}
a#menu-btn.btnactive .fa-bars, a#menu-btn:not(.btnactive) .fa-times {
  display: none;
}
body.menu-open nav#site-navigation, body.menu-open nav#site-navigation * {
  text-align: right;
}
body nav#site-navigation, body nav#site-navigation * {
	text-align: left;
}

.sub-menu {
  display: none;
  position: absolute;
  width: 275px;
  left: 0;
  right: 0;
}
ul.sub-menu.sub-open {
  display: block;
}
.sub-menu li {
  text-align: left;
  /*background-color: #d3d3d3;

	border: 1px solid #d3d3d3;*/
  display: block;
  padding: 0;
  z-index: 99;
}
.top-menu .sub-menu li a {
  color: #000;
  display: block;
  clear: both;
  padding: 6px 4px;
  line-height: 13px;
  text-shadow: none;
}
/*.top-menu .sub-menu li a:hover, .top-menu .sub-menu li a.active {

background-color:#f7f7f7;

color:#f00;

}*/
/* ---- Menu Styles End Here --*/
#site-banner {
  display: block;
  clear: both;
  width: 100vw;
  height:100%;
}
#site-banner img {
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height:100%;
}

body#home-page .tablet-display{
display:none !important;
}
body#home-page .mobile-display{
display:none !important;
}
#home-slider .slider-item, #mobile-slider .slider-item, #tablet-slider .slider-item {
  position: relative;
  display: block;
  clear: both;
}
#home-slider .slider-content, #mobile-slider .slider-content, #tablet-slider .slider-content {
  position: absolute;
  bottom: 80px;
}
@media screen and (max-width:1920px) {
    #home-slider .slider-content, #mobile-slider .slider-content, #tablet-slider .slider-content {
      position: absolute;
      bottom: 55px;
    }
}
#home-slider .slider-title {
  font-family: 'UniversLTStd';
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
#mobile-slider .slider-title {
  font-family: 'UniversLTStd';
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
#tablet-slider .slider-title {
  font-family: 'UniversLTStd';
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
#home-slider .slider-text {
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
#mobile-slider .slider-text {
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
#tablet-slider .slider-text {
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
#home-slider .owl-nav.disabled, #mobile-slider .owl-nav.disabled ,#tablet-slider .owl-nav.disabled {
  display: none !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: fixed;
  bottom: 5px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {}
#home-slider .owl-nav, #mobile-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: -webkit-calc((100% - 1200px) / 2);
  left: -khtml-calc((100% - 1200px) / 2);
  left: -moz-calc((100% - 1200px) / 2);
  left: -ms-calc((100% - 1200px) / 2);
  left: -o-calc((100% - 1200px) / 2);
  left: calc((100% - 1200px) / 2);
  z-index: 9;
}
body .owl-theme .owl-dots .owl-dot.active span {
  background: #FFFFFF !important;
  border: 2px solid #fff;
}
#home-slider.owl-carousel .owl-nav button.owl-next, #home-slider.owl-carousel .owl-nav button.owl-prev, #mobile-slider.owl-carousel .owl-nav button.owl-next, #mobile-slider.owl-carousel .owl-nav button.owl-prev, , #tablet-slider.owl-carousel .owl-nav button.owl-next, #tablet-slider.owl-carousel .owl-nav button.owl-prev {
  color: #fff;
  font-size: 40px;
  padding: 0;
  margin: 0;
}
#home-slider.owl-carousel .owl-nav button.owl-next:hover, #home-slider.owl-carousel .owl-nav button.owl-prev:hover, #home-slider.owl-carousel .owl-nav button.owl-next:focus, #home-slider.owl-carousel .owl-nav button.owl-prev:focus, #home-slider.owl-carousel .owl-nav button.owl-next:active, #home-slider.owl-carousel .owl-nav button.owl-prev:active {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
#mobile-slider.owl-carousel .owl-nav button.owl-next:hover, #mobile-slider.owl-carousel .owl-nav button.owl-prev:hover, #mobile-slider.owl-carousel .owl-nav button.owl-next:focus, #mobile-slider.owl-carousel .owl-nav button.owl-prev:focus, #mobile-slider.owl-carousel .owl-nav button.owl-next:active, #mobile-slider.owl-carousel .owl-nav button.owl-prev:active {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
#tablet-slider.owl-carousel .owl-nav button.owl-next:hover, #tablet-slider.owl-carousel .owl-nav button.owl-prev:hover, #tablet-slider.owl-carousel .owl-nav button.owl-next:focus, #tablet-slider.owl-carousel .owl-nav button.owl-prev:focus, #tablet-slider.owl-carousel .owl-nav button.owl-next:active, #tablet-slider.owl-carousel .owl-nav button.owl-prev:active {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}

.page-section {
  padding: 30px 0;
  position: relative;
}
.pt0 {
  padding-top: 0;
}
.page-section:last-child {
  padding-bottom: 0;
}
.aside-block {
  width: 50%;
}
.mb20 {
  margin-bottom: 20px;
}
.aside-block span {
  font-weight: bold;
}
.partner {
  width: 45%;
  padding-right: 4%;
}
.partner-details span {
  display: block;
  clear: both;
}
.branch-office + .branch-office {
  margin-top: 20px;
}
.branch-office h5 a {
  font-weight: normal;
  font-size: 14px;
}
.branch-office address {
  font-style: normal;
  padding: 5px 0;
}
.career-block {
  max-width: 460px;
  margin-bottom: 20px;
}
.full-width {
  max-width: inherit;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#site-footer {
  padding: 15px 0;
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  background: #000;
  margin-top: 3%;
}
#site-footer a {
  color: #fff;
}
.footer-social a {
  display: block;
  clear: both;
  margin: 0 5px;
}
.footer-social a:hover {
  color: #fe0000;
}
.publications-block {
  max-width: 700px;
  display: block;
  clear: both;
  margin: 0 auto;
}
.publication-item {
  padding: 15px 0;
  display: block;
  clear: both;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}
.publication-item:first-child {
  border-top: 1px solid #d0d0d0;
}
.publication-item a {
  color: #fe0000;
}
#latest-news.owl-theme .owl-nav, #upcomming-events.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
}
#upcomming-events.owl-theme .owl-nav {
  left: 52%;
  bottom: -30px;
}
#latest-news.owl-carousel .owl-nav button.owl-next, #latest-news.owl-carousel .owl-nav button.owl-prev, #upcomming-events.owl-carousel .owl-nav button.owl-next, #upcomming-events.owl-carousel .owl-nav button.owl-prev, #publications-list.owl-carousel .owl-nav button.owl-next, #publications-list.owl-carousel .owl-nav button.owl-prev {
  font-size: 50px;
  color: #fe0000;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
}
#latest-news.owl-carousel .owl-nav button.owl-next:hover, #latest-news.owl-carousel .owl-nav button.owl-prev:hover, #latest-news.owl-carousel .owl-nav button.owl-next:active, #latest-news.owl-carousel .owl-nav button.owl-prev:active, #latest-news.owl-carousel .owl-nav button.owl-next:focus, #latest-news.owl-carousel .owl-nav button.owl-prev:focus, #upcomming-events.owl-carousel .owl-nav button.owl-next:hover, #upcomming-events.owl-carousel .owl-nav button.owl-prev:hover, #upcomming-events.owl-carousel .owl-nav button.owl-next:active, #upcomming-events.owl-carousel .owl-nav button.owl-prev:active, #upcomming-events.owl-carousel .owl-nav button.owl-next:focus, #upcomming-events.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
  background: none;
}
#publications-list.owl-carousel .owl-nav button.owl-next, #publications-list.owl-carousel .owl-nav button.owl-prev {
  font-size: 25px;
}
.what-we-do-list li {
  width: 50%;
}
.what-we-do-list a {
  position: relative;
  display: block;
  clear: both;
}
.what-we-do-list img {
  margin-bottom: -8px;
  width: 100%;
}
.what-we-do-list .pjt-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  z-index: 5;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.what-we-do-list .pjt-details:after /*, .what-we-do-list .pjt-details:before*/ {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);

	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);

	background: linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); */
}
.what-we-do-list .pjt-details h3.pjt-title {
  color: #fff;
  font-family: 'UniversLTStd';
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}
.what-we-do-list .pjt-details .pjt-place {
  color: #fff;
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}
.details-block-design-1 .back-to-projects {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
a.backtoprojects {
  font-family: 'UniversLTStd';
  font-weight: bold;
  font-size: 15px;
  line-height: 69px;
  letter-spacing: normal;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.details-block-design-1 .full-details {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  padding: 30px 0;
}
.details-block-design-1 .details-title-block {
  width: 310px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.details-block-design-1 .details-title-block h2 {
  font-family: 'UniversLTStd';
  font-weight: bold;
  font-size: 32px;
  line-height: normal;
  letter-spacing: normal;
}
.details-block-design-1 .details-content-block {
  width: -webkit-calc(100% - 330px);
  width: -khtml-calc(100% - 330px);
  width: -moz-calc(100% - 330px);
  width: -ms-calc(100% - 330px);
  width: -o-calc(100% - 330px);
  width: calc(100% - 330px);
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
#ota-left, #ota-right {
  margin-right: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#ota-left:hover, #ota-right:hover, #ota-left:focus, #ota-right:focus, #ota-left:active, #ota-right:active {
  outline: none;
}
.details-block-design-2 .wwdd-text-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.details-block-design-2 .text-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  max-width: 70%;
}
.details-block-design-2 .text-section2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  max-width: 100%;
}
.details-block-design-2 .full-details h2 {
  font-family: 'UniversLTStd';
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  clear: both;
  color: #fff;
}
.details-block-design-2 .full-details p, .details-block-design-2 .full-details table, .details-block-design-2 .full-details th, .details-block-design-2 .full-details td {
  font-family: 'UniversLTStd-Light';
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.details-block-design-2 .full-details table {
  margin: 15px 0;
}
#wwdd-slider .owl-nav {}
.details-block-design-2 #ota-left, .details-block-design-2 #ota-right, .details-block-design-3 #ota-left, .details-block-design-3 #ota-right {
  color: #fff;
}
.details-block-design-3 .wwdd-text-area, .details-block-design-4 .wwdd-text-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 5% 0;
  display: block;
}
.details-block-design-3 .wwdd-text-area .wrap, .details-block-design-4 .wwdd-text-area .wrap {
  height: 100%;
}
.details-block-design-3 .wwdd-text-area .text-section, .details-block-design-4 .wwdd-text-area .text-section {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.details-block-design-3 .full-details, .details-block-design-4 .full-details {
  max-width: 450px;
}
.about-us-section-1-img.aside-block {
  width: 46%;
  text-align: right;
}
.masterbg {
  /* background:#006ABF; */
  color: #000;
  padding: 5%;
  width: 100%;
}
.masterbg h2 {
  color: #006ABF;
}
.pinkbg {
  /* background:#D4004F; */
  color: #000;
  padding: 5%;
  width: 100%;
}
.pinkbg h2 {
  color: #D4004F;
}
.grbg {
  /* background:rgb(0,150,169); */
  color: #000;
  width: 100%;
  padding: 5%;
}
.grbg h2 {
  color: rgb(0, 150, 169);
}
.masterimg img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commrial-block2 {
  float: right;
  width: 46%;
  padding-top: 5%;
}
.commrial-block1 {
  float: right;
  width: 46%;
}
.commrial-block2 h1 {
  font-size: 26px;
  color: #fe0000;
}
.commercial-hd {
  width: 60%;
  float: right;
}
.col-8 {
  width: 80%;
}
.col-3 {
  width: 30%;
}
.padl3 {
  padding-left: 3%;
}
.padt0 {
  padding-top: 0;
}
.font13 {
  font-size: 13px;
}
.row-section {
  padding: 0px 30px;
}
.padt30 {
  padding-top: 30px;
}
.padr30 {
  padding-right: 30px;
}
.font11 {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
}
#commercial-section-1 {
  max-width: 1280px;
  margin: 5% auto;
}
.comercial-txt {
  position: relative;
  width: 30%;
  right: 0px;
  bottom: -30px;
}
#commercial-section-1 span {
  right: 0;
  bottom: 0px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 16%;
  position: absolute;
}
.space {
  padding: 3%;
}
#commercial-sec {
  font-size: 11px;
  font-weight: bold;
}
.wp70 p {
  width: 70%;
}
.cright {
  margin-left: auto;
  margin-right: 0;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: block;
}
#commercial-sec li {
  font-weight: normal;
  font-size: 10px;
}
.mid-blc {
  width: 50%;
  justify-content: flex-end;
  margin: 0 auto;
  align-items: flex-end;
}
.mr30 {
  margin-right: 30px;
}
.cultural-bg {
  background: #FFEB3D;
  padding: 11.5% 18% 12% 8%;
}
.culture-img img {
  display: flex;
}
.padr30 {
  padding-right: 30px;
}
.educationbg {
  background: #FB47A2;
  color: #fff;
  padding: 11% 12% 11.5% 8%;
}
#education-section-1 .aside-block, #interior-section-1 .aside-block {
  width: 50%;
}
#education {
  position: relative;
}
.edu-txt {
  position: absolute;
  left: 80px;
  top: 70px;
  width: 35%;
}
.wp48 {
  width: 48%;
}
.padt30 {
  padding-top: 30px;
}
.wp60 {
  width: 60%;
}
.wp40 {
  width: 40%;
}
.wp49 {
  width: 49%;
}
.inline {
  display: inline-block;
  ;
  vertical-align: top;
}
.padl30 {
  padding-left: 30px;
}
#education .edu-img {
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.interiorbg {
  background: #78C618;
  color: #fff;
  padding: 17% 15% 17.8% 5%;
}
#interior-section-2 {
  position: relative;
}
.int-txt {
  position: absolute;
  width: 25%;
  right: 50px;
  bottom: 50px;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
}
#topcontrol {
  display: none;
}
.site-name img {
  max-width: 280px;
}
.footer-widgets {
  width: 20%;
  float: left;
}
.footer-widgets h1 {
  font-size: 16px;
}
.footer-widgets ul {
  padding-left: 1px;
}
.footer-widgets ul li {
  list-style-type: none;
}
.footer-widgets.widthsec2 {
  text-align: left;
}
.footer-widgets.widthsec1 img {
  padding-top: 13px;
}
.footer-widgets.widthsec3 {
  width: 29%;
}
.footer-widgets.widthsec5 {
  width: 9%;
  float: right;
}
.footer-blocks {
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding-top: 15px;
}
.wclr {
  color: #fff;
}
.site-copyright {
  color: #FFFFFF;
}
.project-layer {
  position: relative;
  color: #fff;
}
.project-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 55%;
  height: 100%;
}
.project-layer .slider-content {
  width: 50%;
}
.latest-news-text {
  font-size: 11px;
  line-height: 22px;
}
#mobile-slider .slider-item {
  position: relative
}
body:not(#home-page) .page-section {
  padding-top: 0;
}
#wwd-details-section-1 {
  position: relative;
}
.slider-bnrtxt {
  position: absolute;
  bottom: 50px;
  z-index: 9;
  color: #fff;
}
#home-page .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  ;
}
body:not(#home-page) .owl-theme .owl-dots {
  display: none;
}
body:not(#home-page) #wwdd-slider .owl-nav {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}
.event-none {
  cursor: inherit;
  /*pointer-events: none;*/
}
.displaynone {
  display: none;
}
.purplebg {
  /* background:#BA26B2; */
  color: #000;
  padding: 5%;
  width: 100%;
}
.purplebg h2 {
  color: #BA26B2;
}
.greenbg {
  /* background: rgb(133,206,0); */
  color: #000;
  padding: 5%;
  width: 100%;
}
.greenbg h2 {
  color: rgb(133, 206, 0);
}
.dgreenbg {
  /* background: rgb(0,149,58); */
  color: #000;
  padding: 5%;
  width: 100%;
}
.dgreenbg h2 {
  color: rgb(0, 149, 58);
}
.bluebg {
  /* background: rgb(37,64,143); */
  color: #000;
  padding: 5%;
  width: 100%;
}
.bluebg h2 {
  color: rgb(37, 64, 143);
}
.brownbg {
  /* background: rgb(160,48,88); */
  color: #000;
  padding: 5%;
  width: 100%;
}
.brownbg {
  color: rgb(160, 48, 88);
}
.orangebg {
  /* background: rgb(255,107,0); */
  color: #000;
  padding: 5%;
  width: 100%;
}
.orangebg h2 {
  color: rgb(255, 107, 0);
}
#menu-btn .fa-times {
  background: url(../images/cancel.png) no-repeat;
  font-size: 0;
  padding: 10px;
}
#home-page .sub-menu:before {
  background-color: rgba(255, 255, 255, 0.50) !important;
}
.sub-menu:before {
  position: absolute;
  left: -1500px;
  width: 3000px;
  display: block;
  top: 0px;
  height: 100%;
  content: "";
  background: #FFF;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.92);
  z-index: 1;
  -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
/*readmore-less*/
.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess, .addReadMore.showmorecontent .readMore {
  display: none;
}
.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}
#the-way-we-work .top-left p.c-white {
  color: #fff;
  font-size: 18px;
}
body #the-way-we-work p {
  font-size: 18px;
}
.c-orng, #the-way-we-work .top-left h1.c-orng {
  color: #FF2E15;
  font-weight: normal;
}
#the-way-we-work .top-right {
  position: absolute;
  top: 80px;
  right: 20px;
  text-align: left;
  width: 55%;
}
/*end*/
#the-way-we-work .top-right-pos {
  position: relative;
  top: 0px;
  left: 75px;
  text-align: left;
  padding-bottom: 40px;
}
#the-way-we-work .top-right-posright {
  position: relative;
  top: 0px;
  right: 75px;
  text-align: left;
  padding-bottom: 40px;
}
#the-way-we-work .top-right-posright .c-white {
  width: 40%;
  float: right;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #FFFFFF;
}
#the-way-we-work .top-right-posright h1.c-orng {
  text-align: center;
  font-size: 54px;
}
.bggrey {
  background: #1C1C1E;
  padding: 0px 0 0 0;
}
#the-way-we-work img {
  display: block;
}
.top-right-pos.d-flex {
  disply: flex;
}
.top-right-pos.d-flex h1.c-orng {
  width: 48%;
  font-size: 45px;
}
.top-right-pos.d-flex .c-white {
  width: 35%;
}
body p {
  font-size: 14px;
  line-height: 26px;
  font-family: 'UniversLTStd-Light';
  letter-spacing: 0;
}
.projects-page #home-slider .owl-nav.disabled {
  display: block !important;
}
.projects-page .owl-dots {
  display: none !important;
}
.open-sub .fa-arrow-down::before {
  content: "\f107";
}
#site-footer .wrap {
  padding: 0% 10%;
}
.slider-item .wrap {
  padding: 0% 10%;
}
.latest-news-img, .about-us-section-3-img {
  padding-right: 3%;
}
#wwd-details-page .full-details {
  position: absolute;
  bottom: 12%;
  left: 20%;
  width: 60%;
}
#thewaywork-blc {
  background: #1C1C1E;
  padding: 0% 3%;
}
#thewaywork-blc section {
  /* padding-bottom:5%; */
}
#about-page #site-footer, #careers-page #site-footer {
  margin-top: 0;
}
#wwd-details-page #ota-left, #wwd-details-page #ota-right {
  color: #FFFFFF;
}
#what-we-do-page section {
  margin-bottom: 40px;
  padding: 0;
}
.top-bl li {
  list-style: none;
}
.top-bl h1 {
  padding-right: 40px;
  font-size: 40px;
  padding-bottom: 0%;
  display: block;
  text-align: center;
  padding-top: 2%;
}
.top-bl {
  padding: 30px 0;
}
#what-we-do-page #site-content {
  padding: 0% 5%;
}
.arrow-icon {
  font-size: 60px;
  text-align: center;
  display: block;
  color: #f00;
  margin-bottom: 30px;
  cursor: pointer;
}
.watwedo ul {
  max-width: 550px;
  margin: 0px auto;
  text-align: left;
  padding-left: 200px;
}
.watwedo ul li a {
  font-size: 31px;
  font-weight: bold;
  color: #43454B;
  line-height: 40px;
  font-family: 'UniversLTStd-Bold' !important;
}
#wwd-details-page .owl-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  bottom: 1%;
  left: 4%;
}
#wwd-details-page .owl-carousel .owl-nav button.owl-next, #wwd-details-page .owl-carousel .owl-nav button.owl-prev {
  color: #FFFFFF;
  font-size: 30px;
}
#wwd-details-page .owl-carousel .owl-nav.disabled button {
  background: none;
}
.back-project .backtoprojects {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 10%;
}
.details-block-design-2 .wwdd-text-area {
  padding-top: 5%;
}
.top-menu .sub-menu a {
  margin: 0;
}
.top-menu li:hover .sub-menu.d-grid, .top-menu li.sub-open-parent .sub-menu.d-grid  {
  /*display: grid !important;

grid-template-columns: 1fr 1fr;*/
  column-count: 2;
}
.villa-sec .owl-carousel .owl-item img {
  object-fit: cover;
  height:100%;
}
.jc-c {
  justify-content: center;
  display: flex;
}
#the-way-main .thewayhd a {
  font-size: 31px;
  font-weight: bold;
  color: #43454B;
  line-height: 40px;
  font-family: 'UniversLTStd-Bold' !important;
}
.thewayhd ul {
  text-align: right;
}
.thewayhd li {
  list-style: none;
}
#the-way-main h1 {
  text-align: left;
  margin-bottom: 20px;
}
#the-way-main .m-hd {
  font-size: 54px;
  display: block;
  text-align: center;
  padding-top: 6%;
}
.thewayhd {
  max-width: 480px;
  margin: auto;
  position: relative;
  height: 290px;
}
.thewayhd ul {
  position: absolute;
  left: -5%;
}
.wechat {
  font-size: 20px;
  margin-top: 2%;
  background: #21AB36;
  padding: 5px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
}
.footer-social {
  display: none;
}
.max-sfy {
  max-width: 750px;
  padding-left: 5%;
}
#events-page .owl-dots, .footer-blocks .widthsec5 .sub-menu-footer li:first-child {
  display: none;
}
#home-page .owl-theme .owl-dots {
  z-index: 999;
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 9.8%;
}
@media screen and (max-width:1920px) {
    #home-page .owl-theme .owl-dots {
      z-index: 999;
      width: auto;
      position: absolute;
      bottom: 20px;
      left: 9.8%;
    }
}
#home-page .owl-theme .owl-nav {
  display: none;
}
body .top-menu a {
  position: relative;
}
body .top-menu a:hover:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #fe0000;
  border-radius: 50px;
  display: block;
  z-index: 999;
}
body .top-menu .sub-menu a:hover:before {
  display: none;
}
.icon.icon--arrow-down.middle {
  bottom: 50px !important;
}
#the-way-we-work-page #site-header .wrap {
  padding-left: 10%;
  padding-right: 10%;
}
#the-way-we-work-page #thewaywork-blc {
  background: #1C1C1E;
  padding: 0% 0%;
  margin-top: 20px;
}
#the-way-we-work-page section {
  max-width: 84%;
}
#what-we-do-page section {
  /* max-width: 84%; */
  margin: 0px auto;
}
#what-we-do-page #site-content {
  padding: 0% 0%;
}
#what-we-do-page #site-header .wrap {
  padding-left: 10%;
  padding-right: 10%;
}
#the-way-we-work-page .thewayhd {
  max-width: 100%;
  padding: 5% 0;
  max-width: 650px;
  margin: auto;
}
#what-we-do-page .d-flex.top-bl.jc-c {
  padding-left: 20px;
  display: block;
}
.patnerhd {
  height: 52vh;
  display: flex;
  align-items: end;
}
.owl-carousel .owl-item img {
  object-fit: cover;
  object-position: left bottom;
  width: 100vw;
  height:100%
}
body#wwd-details-page {
  overflow: hidden;
}
.top-menu a.active:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #fe0000;
  border-radius: 50px;
  display: block;
  z-index: 999;
}
.top-menu .sub-menu a.active:before {
  display: none;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  border: 0 !important;
  background: #f3f3f345;
  outline: none;
}
@media screen and (max-width: 1600px) and (min-width: 1401px) {
  .top-right-pos.d-flex h1.c-orng.hdwidth {
    width: 42%;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1601px) {
  .top-right-pos.d-flex h1.c-orng.hdwidth {
    width: 38%;
  }
}
@media screen and (max-width: 2500px) and (min-width: 1801px) {
  .top-right-pos.d-flex h1.c-orng.hdwidth {
    width: 32%;
  }
}
@media screen and (max-width: 3000px) and (min-width: 2501px) {
  .top-right-pos.d-flex h1.c-orng.hdwidth {
    width: 24%;
  }
}
@media screen and (max-width: 5000px) and (min-width: 3001px) {
  .top-right-pos.d-flex h1.c-orng.hdwidth {
    width: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .sub-menu {
    height: 145px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
    #site-header {
        padding-top: 20px;
    }
    #mobile-slider {
        position: relative;
    }
    #mobile-slider:after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        height: 100px;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(31,31,34,0.7), rgba(31,31,34,0) );
        z-index: 1;
    }
    #mobile-slider .slider-item:before {
        content: "";
        position: fixed;
        left: 0;
        bottom: 0;
        height: 180px;
        width: 100%;
        background-image: linear-gradient(to top, rgba(31,31,34,0.7), rgba(31,31,34,0) );
        z-index: 1;
    }
    #home-page .owl-theme .owl-dots {
        bottom: 30px;
        position: fixed;
    }
}