@charset "utf-8";
@font-face{
    font-family:"UniversLTStd-Light";
    src:url("../fonts/1475948/db1e9a24-d371-4686-ba25-77b32a84e0db.woff2") format("woff2"),url("../fonts/1475948/beca77d5-0862-440e-bddd-321e82d5422c.woff") format("woff");
}
@font-face{
    font-family:"UniversLTStd-Bold";
    src:url("../fonts/1475972/73d8af9e-4b82-4953-81a5-8941aed30297.woff2") format("woff2"),url("../fonts/1475972/19ff06fe-d0c5-4294-a237-a4c9b85312b8.woff") format("woff");
}


/*--------------- basic styles start ---------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin-left: -0px;
  outline: none;
}
button {
    outline: none !important;
}
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, span.readMore + 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;
  padding-top: 20px;
}
.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;
}
.older-posts {
  color: #fe0000;
  padding: 20px 0;
  font-size: 18px;
}
.older-posts i {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 127px;
}
body#news-page .older-posts {
	color: #fe0000;
	font-size: 18px;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 50%;*/
	padding: 0;
	z-index: 999;
	cursor: pointer;
	margin-top: 20px;
	width: 100%;
}

.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-Bold';
  font-weight: normal;
}
h1 {
  font-size: 32px;
  line-height: 40px;
}
h2 {
  font-size: 40px;
  line-height: 65px;
}
h3 {
  font-size: 25px;
  line-height: 40px;
}
h4 {
  font-size: 21px;
  line-height: 26px;
}
h5 {
  font-size: 17px;
  line-height: normal;
  padding-bottom: 10px;
}
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 !important;
	font-size: 18px;
}
body#home-page .language-swicher a, body#home-page a#menu-btn {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
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 a.active {
  font-weight: 700;
}
#site-navigation .top-menu .sub-menu li:hover:before {
  display: none;
}
.top-menu a.active, .top-menu a.parent-active {
  font-family: 'UniversLTStd-Bold';
  font-weight: normal;
}
.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;
}
.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: 10;
  z-index: 99;
}
.top-menu .sub-menu li a {
  color: #000 !important;
  display: block;
  clear: both;
  padding: 10px 4px 0px 4px;
  line-height: 15px;
  text-shadow: none;
}
/* ---- Menu Styles End Here --*/
#site-banner {
  display: block;
  clear: both;
  width: 100vw;
  height: 100vh;
}
#site-banner img {
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100vh;
}
#home-slider .slider-item, #mobile-slider .slider-item {
  position: relative;
  display: block;
  clear: both;
}
#home-slider .slider-content, #mobile-slider .slider-content {
  position: absolute;
  bottom: 40px;
}
#home-slider .slider-title {
  font-family: 'UniversLTStd-Bold';
  font-weight: normal;
  font-size: 30px;
  color: #fff;
}
#mobile-slider .slider-title {
  font-family: 'UniversLTStd-Bold';
  font-weight: normal;
  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;
}
#home-slider .owl-nav.disabled, #mobile-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-nav.disabled + .owl-dots {
	margin-top: 10px;
	position: absolute;
	bottom: 11%;
	left: calc(10.5% + 80px);
	width: auto;
	padding: 0px !important;
	text-align: left;
	z-index: 9999;
}
.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 {
  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;
}
.page-section {
  padding: 10px;
  position: relative;
}

.page-section1 {
  padding: 0px;
  position: relative;
  padding-top: 20px;
}

.pt0 {
  padding-top: 0;
}
.page-section:last-child {
  padding-bottom: 0;
}
.aside-block {
  width: 50%;
}
.mb20 {
  margin-bottom: 20px;
  margin-top: -160px
}
.mb21 {
  margin-bottom: 20px;
}
.aside-block span {
  font-weight: bold;
}
.partner {
  width: 45%;
  padding-right: 4%;
  padding-bottom: 20px;
  padding-left: 10px;
}
.partner img {
    margin-bottom: 20px;
}

.partner1 {
  width: 45%;
  padding-right: 4%;
  padding-bottom: 20px;
}
.partner1 img {
    margin-bottom: 20px;
}

.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: 0%;
}
body#publications #site-footer {
	padding: 15px 0;
	display: block;
	clear: both;
	width: 100%;
	background: #000;
	margin-top: 0%;
	bottom: 0;
	position: relative;
}
html{
	height: 100%;
	min-height: 100%;
}
body#publications {
	min-height: 100%;
	padding-bottom: 451px;
	height: 100%;
}
body#publications #site-content{ 
	min-height: 100%; 
}
#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;
}
.publication-item {
  padding: 15px 0;
  display: block;
  clear: both;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}
.publication-item a {
  color: #fe0000;
	}
.PingFang{
	font-family: 'PingFang';
	font-weight: 500;
}
#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;
  overflow: hidden;
}
.what-we-do-list img {
  margin-bottom: -8px;
  width: 100%;
  display: block;
}
.what-we-do-list .pjt-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  -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: 0px solid #fff;
  border-bottom: 0px solid #fff;
}
.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-Bold';
  font-weight: 700;
  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-Bold';
  font-weight: normal;
  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-Bold';
  font-weight: normal;
  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: 39%;
  height: 100%;
  z-index: 9;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  background-color: transparent;
  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: 92%;
  padding: 30px;
  max-width: 100%;
}
.details-block-design-2 .full-details h2 {
  font-family: 'UniversLTStd-Bold';
  font-weight: 700;
  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: 1.5;
  letter-spacing: normal;
  color: #fff;
  width: 95%;
  vertical-align: top;
}
.details-block-design-2 .full-details td {
  width: 46%;
}
/* .full-details td {
    font-size: 12px !important;
} */
.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: 67%;
  text-align: right;
  padding-right: 3%;
  margin-bottom: 30px;
}
.about-us-section-1-img.aside-block img{
	width: 100%;
	margin-bottom: -10px;
}
.about-us-section-1-text {
	width: 30%;
	padding: 0 !important;
}
.masterbg {
  /* background:#006ABF; */
  color: #000;
  padding: 5% 0%;
  width: 100%;
}
.masterbg h2 {
  color: #006ABF;
}
.pinkbg {
  /* background:#D4004F; */
  color: #000;
  padding: 5% 0%;
  width: 100%;
}
.pinkbg h2 {
  color: #D4004F;
}
.grbg {
  /* background:rgb(0,150,169); */
  color: #000;
  width: 100%;
  padding: 5% 0%;
}
.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: 25%;
  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;
  width: 44%;
}
.footer-widgets.widthsec1 img {
  padding-top: 13px;
}
.footer-widgets.widthsec3 {
  width: 22%;
}
.footer-widgets.widthsec5 {
  width: 8%;
  float: left;
}
.footer-blocks {
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding-top: 15px;
}
.wclr {
  color: #fff;
}
.site-copyright {
  color: #FFFFFF;
  text-align: left;
}
.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 {
    margin-top: 30px;
}
.latest-news-text {
  font-size: 20px;
  line-height: 42px;
  margin-top: -10px;
}
#mobile-slider .slider-item {
  position: relative
}
body:not(#home-page) .page-section {
  padding: 10px 0 !important;
}
#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;;

 }*/
#home-page .owl-theme .owl-dots .owl-dot span {
  /*position: absolute;*/
  bottom: 9%;
  left: 10%;
}
body:not(#home-page) .owl-theme .owl-dots {
  /*display:none;*/
}
body:not(#home-page) #wwdd-slider .owl-nav {
	position: absolute;
	bottom: 10%;
	left: 10.5%;
}
.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% 0%;
  width: 100%;
}
.purplebg h2 {
  color: #BA26B2;
}
.greenbg {
  /* background: rgb(133,206,0); */
  color: #000;
  padding: 5% 0%;
  width: 100%;
}
.greenbg h2 {
  color: rgb(133, 206, 0);
}
.dgreenbg {
  /* background: rgb(0,149,58); */
  color: #000;
  padding: 5% 0%;
  width: 100%;
}
.dgreenbg h2 {
  color: rgb(0, 149, 58);
}
.bluebg {
  /* background: rgb(37,64,143); */
  color: #000;
  padding: 5% 0%;
  width: 100%;
}
.bluebg h2 {
  color: rgb(37, 64, 143);
}
.brownbg {
  /* background: rgb(160,48,88); */
  color: #000;
  padding: 5% 0%;
  width: 100%;
}
.brownbg h2 {
  color: rgb(160, 48, 88);
}
.orangebg {
  /* background: rgb(255,107,0); */
  color: #000;
  padding: 5% 0%;
  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;
  background-size: 50%;
}
#home-page .sub-menu:before {
  background-color: rgba(255, 255, 255, 0.50) !important;
}
.sub-menu:before {
  position: absolute;
  left: -4000px;
  width: 8000px;
  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%;
}
.about-us-section-3-img{
	width: 67%;
	
}
.about-us-section-3-img img{
	width: 100%;
}
.about-us-section-3-text{
	width: 30%;
}
.about-us-section-3-text h2 {
    margin-top: -19px;
}
#wwd-details-page .full-details {
  position: absolute;
  bottom: 14%;
  left: 27%;
  width: 60%;
}
/*new style for hover text*/
.full-details {
  display: none;
}
.wwdd-text-area:hover .full-details {
  display: block;
}
.wwdd-text-area:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/*new style for hover text*/
#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%;
  margin-top:2px;
}
.top-bl {
  padding: 30px 0;
}
#what-we-do-page #site-content {
  padding: 0% 5%;
}
.arrow-icon {
  font-size: 120px;
  text-align: center;
  display: block;
  color: #f00;
  margin-bottom: 70px;
  cursor: pointer;
	-webkit-text-stroke: 4px #fff;
}
.watwedo {
    width: 700px;
}
.watwedo h1{
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 0;
	float: left;
	text-align: right;
	width: 40%;

}
.watwedo ul {
	max-width: 60%;
	margin: 0;
	text-align: left;
	padding-left: 0;
	padding-top: 6px;
	float: left;
	width: 60%;
	margin-bottom: 60px;
}

.watwedo ul li a {
  font-size: 31px;
  font-weight: normal;
  color: #43454B;
  line-height: 40px;
  font-family: "UniversLTStd-Light" !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: 60px;
  width: 15px;
	height: 40px;
  text-shadow: 0 0 2px #000;
}

#wwd-details-page .owl-carousel .owl-nav button.owl-next span, #wwd-details-page .owl-carousel .owl-nav button.owl-prev span {
	display: none;
}
#wwd-details-page .owl-carousel .owl-nav button.owl-next{
	background: url(../images/arrow_right.png) !important;
	background-size: cover !important;	
	background-position: right center !important;
	margin-left: 15px;
}
#wwd-details-page .owl-carousel .owl-nav button.owl-prev {
	background: url(../images/arrow_left.png) !important ;
	background-size: cover !important;
	margin-right: 15px;
}
#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: 100vh;
}
.jc-c {
  justify-content: center;
  display: flex;
  margin-bottom: 50px;
}
#the-way-main {
    padding-top: 60px;
    min-height: 86vh;
}
#the-way-main .thewayhd a {
  font-size: 31px;
  font-weight: normal;
  color: #43454B;
  line-height: 40px;
  font-family: "UniversLTStd-Light" !important;
}
.thewayhd ul {
  text-align: right;
}
.thewayhd li {
  list-style: none;
}
#the-way-main h1 {
  text-align: left;
  margin-bottom: 0px;
  margin-top: 110px;
}
#the-way-main .m-hd {
  font-size: 60px;
  display: block;
  text-align: center;
  padding-top: 0;
	font-family: 'UniversLTStd-Bold';
}
.thewayhd {
  max-width: 480px;
  margin: auto;
  position: relative;
}
.desktop-hidden {
  display: none !important;
}
.mobile-hidden {
  display: block !important;
}
.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%;
  padding-right: 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: 10px;
  left: 9.9%;
}
#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: #000000;
  padding: 0% 0%;
  margin-top: 20px;
}
#the-way-we-work-page section {
  max-width: 100%;
}
#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: 52.2%;
  padding: 2% 0;
 justify-content:flex-end;
	margin: 0;
}
/*#what-we-do-page .d-flex.top-bl.jc-c {*/
/*  display: block;*/
/*}*/
.patnerhd {
  height: 330px;
  display: inline-grid !important;
  align-items: end;
  padding-right: 20px;
}
.patnerhd h2{
	line-height: 28px;
	margin: 0;
    transform: translateY(-4px);
}
.owl-carousel .owl-item img {
  object-fit: cover;
  object-position: left bottom;
  width: 100vw;
  height: 95vh
}
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 span {
  border: 0 !important;
  background: #f3f3f345;
}

strong.large {
  font-family: "UniversLTStd-Bold";
}
@media screen and (max-width: 1920px) {
    .about-us-section-1-img.aside-block {
        width: 62%;
    }
    .about-us-section-1-text {
        width: 37%;
        padding-bottom: 30px !important;
    }
    .about-us-section-1-text h2 {
        line-height: 42px;
        margin-top: -33px;
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1401px) {
  .top-right-pos.d-flex h1.c-orng.hdwidth {
    width: 42%;
  }
    #the-way-we-work-page .thewayhd {
        max-width: 53%;
    }
}
@media screen and (max-width: 1400px){
    #the-way-main h1 {
        margin-top: 50px;
    }
    #the-way-main .icon {
        top: 68%;
    }
    #the-way-main .container {
        overflow: hidden;
    }
    #the-way-we-work-page .thewayhd {
        max-width: 53.3%;
    }
    .watwedo ul {
        margin-bottom: 20px;
    }
    #site-content .jc-c {
        margin-bottom: 20px;
    }
    #wwd-details-page .full-details {
        bottom: 17%;
        max-height: 480px;
        overflow-y: auto;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1601px) {
  .top-right-pos.d-flex h1.c-orng.hdwidth {
    width: 38%;
  }
    #the-way-we-work-page .thewayhd {
        max-width: 52.4%;
    }
}
@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 (max-width: 1200px) {
    #the-way-main .m-hd {
        margin-bottom: 90px;
    }
}
@media screen and (min-width: 1024px) {
  .sub-menu {
    height: 145px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #site-header {
      padding-top: 20px;
  }
  h2 {
      font-size: 36px;
  }
  #wwd-details-page .full-details {
      max-height: 3000px !important;
  }
}
@media screen and (max-width: 640px) {
  #site-header {
      padding-top: 20px;
      padding-bottom: 18px;
  }
  /* .addReadMore.showlesscontent .SecSec {
      display: block;
  }
  .addReadMore span.c-red {
      display: none;
  } */
  .what-we-do-list .pjt-details {
    padding: 10px 20px;
  }
  body#news-page .latest-news-text h3 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 2001px) {
    #what-we-do-page #site-content {
        padding-top: 270px;
    }
    #the-way-main {
        padding-top: 180px;
    }
    #thewaywork-blc1 {
        margin-top: 130px;
    }
    .older-posts i {
        margin-right: 133px;
    }
}