/*
Description: Main styles SASS file to import the sub files
Developer: Marc bou sleiman
*/
/*
Description: Variables Css styles
Developer: Marc bou sleiman
*/
/*
Description: General Css styles
Developer: Marc bou sleiman
*/
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400; }

body {
  overflow-x: hidden; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.noLink {
  cursor: default;
  pointer-events: none; }

*:hover,
*:focus,
*:active,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none; }

.homePage .topSection .swiper-container .swiper-slide .infoHolder h1, .homePage .topSection .swiper-container .swiper-slide .infoHolder h3, .homePage .topSection .swiper-container .swiper-slide .infoHolder a, .homePage .topSection .swiper-container .swiper-slide .infoHolder .arrowsHolder, .homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder h1,
.homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder h3,
.homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder a,
.homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder .arrowsHolder {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s; }

.menuBackDrop, .mobileMenuToggled .menuBackDrop, header .bottomPart, header .bottomPart .leftSection a img, header .bottomPart .rightSection, header .bottomPart .rightSection ul li a, header .bottomPart .rightSection ul li a:after, header .bottomPart .rightSection ul li.ckline a:hover, header .bottomPart .rightSection ul li.europe a:hover, header .bottomPart .rightSection ul li:not(.hasSubMenu):not(.different):not(.ckline):not(.europe):hover a, header .bottomPart .rightSection ul li:not(.hasSubMenu):not(.different):not(.ckline):not(.europe):hover a:after, header .bottomPart .rightSection ul li.hasSubMenu span i, header .bottomPart .rightSection ul li.hasSubMenu .subMenu, header .bottomPart .rightSection ul li.hasSubMenu:hover span i, header .bottomPart .rightSection ul li.hasSubMenu:hover .subMenu, header.scrolling .bottomPart, header.scrolling .bottomPart .leftSection a img, header.scrolling .bottomPart .rightSection, footer .rightSection h4 a, footer .rightSection h4 a:hover, .homePage .topSection .buildingPattern svg, .homePage .topSection .buildingPattern svg.showMe, .homePage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder, .homePage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder h3, .homePage .projectsSection .projectsWrapper .eachProjectWrap:hover .descriptionHolder, .homePage .projectsSection .projectsWrapper .eachProjectWrap:hover .mainTitle, .nigeriaPage .globalScopeOfWork .customContainer .rightSection h3 svg, .nigeriaPage .globalScopeOfWork .customContainer .rightSection h3 svg.showMe, .nigeriaPage .retailSection a, .nigeriaPage .retailSection a:hover, .aboutUsPage .globalScopeOfWork .customContainer .rightSection h3 svg, .aboutUsPage .globalScopeOfWork .customContainer .rightSection h3 svg.showMe, .contactUsPage .findUsSection .columnsWrapper .eachMapWrap .descriptiveOverlay h4, .contactUsPage .findUsSection .columnsWrapper .eachMapWrap:hover .innerEachMapWrap h4, .projectsPage .filteringWrapper .customContainer ul li a, .projectsPage .filteringWrapper .customContainer ul li a:not(.active):hover, .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .imageHolder img, .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .descriptionHolder span, .projectsPage .projectsWrapper .eachProjectWrap:hover .innerEachProjectWrap .imageHolder img, .projectsPage .projectsWrapper .eachProjectWrap:hover .innerEachProjectWrap .descriptionHolder span, .engineeringArchive .filteringWrapper .customContainer ul li a, .engineeringArchive .filteringWrapper .customContainer ul li a:not(.active):hover, .engineeringArchive .superParentListsWrapper .listHolder .goToButton a, .engineeringArchive .superParentListsWrapper .listHolder .goToButton a:hover, .retailArchive .retailServicesList .eachRetailWrap .titleHolder h3, .retailArchive .retailServicesList .eachRetailWrap:hover .titleHolder h3, .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap .innerEachProjectWrap .imageHolder img, .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap:hover .innerEachProjectWrap .imageHolder img, .singleProjectPage .galleryPopup, .singleProjectPage .galleryPopup.showMe {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.onlyOnMobile {
  display: none; }

.container {
  width: 1400px !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.readMorePoints {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/more-dots.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center; }
  .readMorePoints.green {
    background-image: url(../images/more-dots-green.svg); }

.cutBorder {
  width: 200px;
  min-height: 200px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  background: lightblue; }

.mobileMenuWrapper {
  display: none; }

.menuBackDrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
  visibility: hidden;
  opacity: 0; }

.mobileMenuToggled .menuBackDrop {
  z-index: 99999;
  visibility: visible;
  opacity: 1; }

.pageWithTopBanner .topBannerWithTitle {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pageWithTopBanner .topBannerWithTitle h1 {
    font-size: 41px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    margin: 100px 0 0 0;
    line-height: 50px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 430px;
    text-transform: uppercase; }
  .pageWithTopBanner .topBannerWithTitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    background-image: url("../images/overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1; }

.get_more_btn {
  text-align: center;
  margin: 0 0 40px 0; }
  .get_more_btn .page-numbers {
    display: none; }
    .get_more_btn .page-numbers.next {
      display: inline-block;
      margin: 15px auto;
      color: #fff;
      letter-spacing: 0.5px;
      padding: 5px 30px;
      font-size: 16px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      background-color: #9A1D20;
      background-image: linear-gradient(to right, #9A1D20, #B91E22); }
  .get_more_btn .custom_loader {
    display: none;
    color: #9A1D20;
    font-size: 30px; }
    .get_more_btn .custom_loader i {
      animation: spin 1s linear infinite; }

.loader_wrapper {
  text-align: center;
  width: 100%; }
  .loader_wrapper span {
    font-size: 45px;
    color: #9A1D20; }
    .loader_wrapper span i {
      animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.grecaptcha-badge {
  display: none !important; }

.whatsappTrigger {
  position: fixed;
  bottom: 16px;
  left: 20px;
  width: 51px;
  height: 51px;
  background-image: url("../images/whatsapp-icon.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10; }

/*
Description: Header Css styles
Developer: Marc bou sleiman
*/
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999; }
  header .topPart {
    text-align: right; }
    header .topPart .infoWrapper {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.25);
      padding: 8px 18px; }
      header .topPart .infoWrapper ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        header .topPart .infoWrapper ul li {
          display: inline-block; }
          header .topPart .infoWrapper ul li:nth-child(2) {
            margin: 0 15px; }
          header .topPart .infoWrapper ul li a {
            font-size: 13px;
            color: #fff;
            letter-spacing: 0.5px;
            font-family: "Barlow Semi Condensed", sans-serif; }
            header .topPart .infoWrapper ul li a i {
              margin: 0 5px 0 0; }
  header .bottomPart {
    margin: 0; }
    header .bottomPart .leftSection {
      float: left; }
      header .bottomPart .leftSection a img {
        max-width: 220px;
        height: auto; }
    header .bottomPart .rightSection {
      float: right;
      margin: 21px 0 0 0;
      position: relative; }
      header .bottomPart .rightSection .mobileMenuTrigger {
        display: none; }
      header .bottomPart .rightSection ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        header .bottomPart .rightSection ul li {
          display: inline-block;
          margin: 0 10px; }
          header .bottomPart .rightSection ul li:nth-last-child(1) {
            margin: 3px 0 0 10px;
            vertical-align: top; }
          header .bottomPart .rightSection ul li a {
            color: #fff;
            font-size: 16px;
            letter-spacing: 0.5px;
            font-family: "Barlow Semi Condensed", sans-serif;
            position: relative; }
            header .bottomPart .rightSection ul li a:after {
              content: '';
              position: absolute;
              bottom: -6px;
              left: 0;
              width: 0;
              background-color: #AE1B20;
              height: 2px; }
          header .bottomPart .rightSection ul li.ckline a {
            background-color: #1B7E45;
            padding: 4px 10px 6px 10px;
            border-radius: 9px;
            display: block; }
            header .bottomPart .rightSection ul li.ckline a:hover {
              background-color: #fff;
              color: #1B7E45; }
          header .bottomPart .rightSection ul li.europe a {
            background-color: #293189;
            padding: 4px 10px 6px 10px;
            border-radius: 9px;
            display: block; }
            header .bottomPart .rightSection ul li.europe a:hover {
              background-color: #fff;
              color: #293189; }
          header .bottomPart .rightSection ul li:not(.hasSubMenu):not(.different):not(.ckline):not(.europe):hover a {
            color: #AE1B20; }
            header .bottomPart .rightSection ul li:not(.hasSubMenu):not(.different):not(.ckline):not(.europe):hover a:after {
              width: 100%; }
          header .bottomPart .rightSection ul li.active a {
            font-weight: 700; }
          header .bottomPart .rightSection ul li.different a {
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #898989;
            font-size: 12px; }
          header .bottomPart .rightSection ul li.hasSubMenu {
            position: relative;
            padding: 0 0 10px 0; }
            header .bottomPart .rightSection ul li.hasSubMenu span {
              color: #fff;
              font-size: 12px;
              margin: 0 0 0 4px; }
            header .bottomPart .rightSection ul li.hasSubMenu .subMenu {
              position: absolute;
              background-color: rgba(255, 255, 255, 0.5);
              width: 210px;
              padding: 10px 5px 10px 10px;
              top: 100%;
              opacity: 0;
              z-index: -1;
              visibility: hidden; }
              header .bottomPart .rightSection ul li.hasSubMenu .subMenu li {
                display: block;
                margin: 0 0 5px 0; }
            header .bottomPart .rightSection ul li.hasSubMenu:hover span i {
              transform: rotate(180deg); }
            header .bottomPart .rightSection ul li.hasSubMenu:hover .subMenu {
              opacity: 1;
              z-index: 5;
              visibility: visible; }
      header .bottomPart .rightSection .searchform {
        position: absolute;
        top: calc(100% + 5px);
        width: 100%;
        right: 0;
        max-width: 200px;
        display: none; }
        header .bottomPart .rightSection .searchform input {
          width: 100%;
          height: 35px;
          padding: 0 10px;
          background-color: rgba(255, 255, 255, 0.8);
          letter-spacing: 0.5px;
          border: none; }
  header.scrolling {
    background-color: #fff; }
    header.scrolling .bottomPart {
      position: fixed;
      width: 100%;
      left: 0;
      padding: 5px 0;
      margin: 0 auto;
      right: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.85); }
      header.scrolling .bottomPart .innerBottomPart {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto; }
      header.scrolling .bottomPart .leftSection a img {
        max-width: 90px; }
      header.scrolling .bottomPart .rightSection {
        margin: 11px 0 0 0; }
        header.scrolling .bottomPart .rightSection ul li.hasSubMenu .subMenu {
          background-color: rgba(0, 0, 0, 0.8);
          border-top: 3px solid #AE1B20; }

.page-template-page-cklinenigeria header.scrolling .bottomPart .rightSection {
  margin: 10px 0 0 0; }

/*
Description: Footer Css styles
Developer: Marc bou sleiman
*/
footer {
  background-color: #3F3F3F;
  padding: 30px 0; }
  footer .leftSection {
    text-align: left; }
    footer .leftSection ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .leftSection ul li {
        display: inline-block;
        margin: 0 20px 0 0; }
        footer .leftSection ul li a {
          color: #fff;
          letter-spacing: 0.5px;
          font-size: 16px;
          font-family: "Barlow Semi Condensed", sans-serif; }
          footer .leftSection ul li a span {
            color: #1B7E45; }
        footer .leftSection ul li.active a {
          font-weight: 700; }
  footer .rightSection {
    text-align: right; }
    footer .rightSection h4 {
      font-size: 14px;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-weight: 600;
      letter-spacing: 0.3px;
      color: #747474;
      margin: 4px 0 0 0; }
      footer .rightSection h4 a {
        color: #747474; }
        footer .rightSection h4 a:hover {
          color: #fff; }

/*
Description: Homepage Css styles
Developer: Marc bou sleiman
*/
.homePage {
  overflow: hidden; }
  .homePage .topSection {
    position: relative; }
    .homePage .topSection .swiper-container {
      height: 100vh; }
      .homePage .topSection .swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .homePage .topSection .swiper-container .swiper-slide .container {
          z-index: 5;
          position: relative;
          margin: 70px auto 0 auto; }
        .homePage .topSection .swiper-container .swiper-slide .infoHolder {
          width: 100%;
          max-width: 530px; }
          .homePage .topSection .swiper-container .swiper-slide .infoHolder h1 {
            font-size: 41px;
            letter-spacing: 0.8px;
            color: #fff;
            line-height: 50px;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 600;
            margin: 0 0 10px 0;
            text-transform: uppercase;
            transform: translateY(40px);
            opacity: 0; }
          .homePage .topSection .swiper-container .swiper-slide .infoHolder h3 {
            font-size: 16px;
            color: #E3E3E3;
            line-height: 22px;
            letter-spacing: 0.5px;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 500;
            margin: 0;
            transform: translateY(60px);
            opacity: 0; }
          .homePage .topSection .swiper-container .swiper-slide .infoHolder a {
            color: #fff;
            font-size: 14px;
            font-family: "Barlow Semi Condensed", sans-serif;
            font-weight: 600;
            display: inline-block;
            margin: 20px 0 0 0;
            letter-spacing: 1px;
            transform: translateY(80px);
            opacity: 0; }
            .homePage .topSection .swiper-container .swiper-slide .infoHolder a span {
              display: inline-block;
              margin: 0 0 0 8px;
              vertical-align: text-bottom; }
          .homePage .topSection .swiper-container .swiper-slide .infoHolder .arrowsHolder {
            display: flex;
            margin: 40px 0 0 0;
            transform: translateY(100px);
            opacity: 0; }
            .homePage .topSection .swiper-container .swiper-slide .infoHolder .arrowsHolder .swiperNav {
              width: 20px;
              height: 20px;
              border: 1px solid #fff;
              text-align: center;
              font-size: 17px;
              color: #fff;
              display: inline-block;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer; }
              .homePage .topSection .swiper-container .swiper-slide .infoHolder .arrowsHolder .swiperNav.prevBut {
                margin: 0 8px 0 0; }
              .homePage .topSection .swiper-container .swiper-slide .infoHolder .arrowsHolder .swiperNav.swiper-button-disabled {
                opacity: 0.5;
                pointer-events: none;
                cursor: default; }
        .homePage .topSection .swiper-container .swiper-slide .overlay {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          opacity: 0.3;
          background-image: url("../images/overlay.png");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          z-index: 1; }
        .homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder h1,
        .homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder h3,
        .homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder a,
        .homePage .topSection .swiper-container .swiper-slide.swiper-slide-active .infoHolder .arrowsHolder {
          opacity: 1;
          transition-delay: 0.5s;
          transform: translateY(0px); }
    .homePage .topSection .buildingPattern {
      position: absolute;
      top: 0;
      z-index: 10;
      right: -220px;
      width: 100%;
      max-width: 75%;
      height: 100%;
      overflow: hidden; }
      .homePage .topSection .buildingPattern svg {
        width: 100%;
        opacity: 0.4; }
        .homePage .topSection .buildingPattern svg.showMe {
          opacity: 0.4; }
  .homePage .aboutUsSection {
    padding: 70px 0; }
    .homePage .aboutUsSection .columnsWrapper {
      display: flex;
      align-items: center;
      max-width: 945px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .homePage .aboutUsSection .columnsWrapper .redLine {
        position: absolute;
        bottom: 100%;
        right: 0%;
        z-index: 10; }
      .homePage .aboutUsSection .columnsWrapper .leftSection {
        padding: 0 30px 0 15px; }
        .homePage .aboutUsSection .columnsWrapper .leftSection h4 {
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          font-size: 24px;
          color: #6F6F6F;
          margin: 0 0 15px 0;
          letter-spacing: 0.5px;
          padding: 0 0 0 60px;
          position: relative; }
          .homePage .aboutUsSection .columnsWrapper .leftSection h4:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 2px;
            background-color: #AE1B20; }
        .homePage .aboutUsSection .columnsWrapper .leftSection h1 {
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 600;
          font-size: 41px;
          color: #3F3F3F;
          text-transform: uppercase;
          margin: 0 0 25px 0;
          letter-spacing: 0.5px;
          line-height: 46px; }
        .homePage .aboutUsSection .columnsWrapper .leftSection p {
          font-family: "Barlow Semi Condensed", sans-serif;
          font-size: 17px;
          color: #3F3F3F;
          line-height: 23px;
          margin: 0; }
      .homePage .aboutUsSection .columnsWrapper .rightSection .imageHolder {
        position: relative; }
        .homePage .aboutUsSection .columnsWrapper .rightSection .imageHolder:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          border-top: 80px solid #fff;
          border-right: 80px solid transparent;
          width: 0;
          z-index: 8; }
        .homePage .aboutUsSection .columnsWrapper .rightSection .imageHolder:after {
          content: '';
          background: #3F3F3F url("../images/top-building-pattern.svg");
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          top: 12%;
          right: -6%;
          width: 50%;
          height: 100%;
          z-index: 1; }
        .homePage .aboutUsSection .columnsWrapper .rightSection .imageHolder img {
          width: 100%;
          height: auto;
          position: relative;
          z-index: 5; }
      .homePage .aboutUsSection .columnsWrapper .rightSection a {
        font-size: 14px;
        color: #3F3F3F;
        letter-spacing: 0.5px;
        margin: 10px 0 0 0;
        display: inline-block;
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight: 600;
        position: relative;
        z-index: 99; }
        .homePage .aboutUsSection .columnsWrapper .rightSection a span {
          display: inline-block;
          margin: 0 0 0 8px;
          vertical-align: text-bottom; }
  .homePage .projectsSection {
    padding: 100px 0 100px 0;
    background-color: #EFEFEF;
    text-align: center; }
    .homePage .projectsSection .sectionTitle {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      font-size: 24px;
      color: #6F6F6F;
      margin: 0 auto 25px auto;
      letter-spacing: 0.5px;
      text-align: center;
      display: inline-block;
      position: relative; }
      .homePage .projectsSection .sectionTitle .svgLine2 {
        position: absolute;
        bottom: calc(100% + 15px);
        right: -120px;
        z-index: 10;
        opacity: 0; }
        .homePage .projectsSection .sectionTitle .svgLine2.showMe {
          opacity: 1; }
    .homePage .projectsSection .projectsWrapper {
      display: flex;
      position: relative; }
      .homePage .projectsSection .projectsWrapper:before {
        content: '';
        position: absolute;
        left: -40px;
        top: 50px;
        background-color: #AE1B20;
        z-index: 1;
        width: 40%;
        height: 100%; }
      .homePage .projectsSection .projectsWrapper .eachProjectWrap {
        width: calc(100% / 4);
        position: relative;
        z-index: 3;
        overflow: hidden; }
        .homePage .projectsSection .projectsWrapper .eachProjectWrap:after {
          content: '';
          background-color: rgba(63, 63, 63, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          z-index: 1; }
        .homePage .projectsSection .projectsWrapper .eachProjectWrap img {
          width: 100%;
          height: auto; }
        .homePage .projectsSection .projectsWrapper .eachProjectWrap .mainTitle {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          padding: 0 20px 30px 20px;
          text-align: left;
          color: #fff;
          font-size: 20px;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          letter-spacing: 0.5px;
          z-index: 2; }
        .homePage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder {
          position: absolute;
          bottom: -100%;
          width: 100%;
          background-color: rgba(34, 35, 38, 0.7);
          z-index: 10;
          padding: 30px 25px 40px 25px;
          text-align: left;
          -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0); }
          .homePage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder h3 {
            color: #fff;
            font-size: 20px;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 500;
            letter-spacing: 0.5px;
            margin: 0 0 10px 0; }
          .homePage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder p {
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 300;
            font-size: 16px;
            color: #fff;
            line-height: 19px;
            margin: 0; }
          .homePage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder span {
            margin: 20px 0 0 0;
            color: #fff;
            width: 20px;
            line-height: 0;
            height: 20px;
            padding: 8px 0;
            text-align: center;
            display: inline-block;
            font-size: 18px;
            border: 1px solid #fff; }
        .homePage .projectsSection .projectsWrapper .eachProjectWrap:hover .descriptionHolder {
          bottom: 0; }
        .homePage .projectsSection .projectsWrapper .eachProjectWrap:hover .mainTitle {
          opacity: 0; }
    .homePage .projectsSection .seeAllProjects {
      text-align: center; }
      .homePage .projectsSection .seeAllProjects .moreBtn {
        display: inline-block;
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin: 15px auto 0 auto;
        letter-spacing: 0.5px;
        color: #3F3F3F;
        transform: translateX(-40px); }
  .homePage .cklineNigeriaSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 90px 0; }
    .homePage .cklineNigeriaSection:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(63, 63, 63, 0.45); }
    .homePage .cklineNigeriaSection .overlay {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 60%;
      background-color: #3F3F3F;
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
      clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0); }
    .homePage .cklineNigeriaSection .container {
      display: flex;
      position: relative;
      flex-direction: row-reverse;
      z-index: 5;
      align-items: center; }
      .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
        .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection h4 {
          font-size: 22px;
          color: #6F6F6F;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          margin: 0;
          letter-spacing: 0.5px;
          padding: 0 0 0 60px;
          position: relative; }
          .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection h4:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 2px;
            background-color: #1B7E45; }
        .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection h2 {
          font-size: 41px;
          color: #EFEFEF;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 600;
          line-height: 46px;
          text-transform: uppercase;
          margin: 15px 0 25px 0;
          letter-spacing: 0.5px; }
        .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection p {
          color: #EFEFEF;
          line-height: 22px;
          font-size: 17px;
          font-family: "Barlow Condensed", sans-serif;
          letter-spacing: 0.5px; }
        .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection a {
          font-size: 14px;
          color: #1B7E45;
          letter-spacing: 0.5px;
          margin: 10px 0 0 0;
          display: inline-block;
          font-family: "Barlow Semi Condensed", sans-serif;
          font-weight: 600;
          position: relative;
          z-index: 99; }
          .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection a span {
            display: inline-block;
            margin: 0 0 0 8px;
            vertical-align: text-bottom; }
      .homePage .cklineNigeriaSection .container .rightSection {
        text-align: right; }
        .homePage .cklineNigeriaSection .container .rightSection img {
          width: 100%;
          max-width: 240px;
          height: auto; }
        .homePage .cklineNigeriaSection .container .rightSection .svgLine3 {
          position: absolute;
          top: -254px;
          right: 135px;
          opacity: 0; }
          .homePage .cklineNigeriaSection .container .rightSection .svgLine3.showMe {
            opacity: 1; }
  .homePage .coreBusinesses {
    padding: 100px 0;
    text-align: center;
    background-image: url("../images/building-pattern2.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%; }
    .homePage .coreBusinesses .sectionTitle {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      font-size: 24px;
      color: #6F6F6F;
      margin: 0 auto 80px auto;
      letter-spacing: 0.5px;
      text-align: center;
      display: inline-block;
      position: relative; }
    .homePage .coreBusinesses .columnWrap .iconWrapper {
      width: 44px;
      height: 44px;
      background-position: center;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 100%; }
    .homePage .coreBusinesses .columnWrap h2 {
      font-size: 41px;
      color: #3F3F3F;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      line-height: 46px;
      text-transform: uppercase;
      margin: 15px auto 25px auto;
      letter-spacing: 0.5px;
      max-width: 240px; }
    .homePage .coreBusinesses .columnWrap p {
      color: #3F3F3F;
      line-height: 23px;
      font-size: 17px;
      font-family: "Barlow Condensed", sans-serif;
      letter-spacing: 0.5px;
      margin: 0 auto 20px auto;
      max-width: 350px; }
  .homePage .partnersSection {
    padding: 100px 0;
    background-color: #EFEFEF;
    text-align: center; }
    .homePage .partnersSection .sectionTitle {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      font-size: 24px;
      color: #6F6F6F;
      margin: 0 auto 60px auto;
      letter-spacing: 0.5px;
      text-align: center;
      display: block;
      position: relative; }
      .homePage .partnersSection .sectionTitle:after {
        content: '';
        width: 45%;
        height: 2px;
        background-color: #AE1B20;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }
    .homePage .partnersSection .innerPartnersSection {
      width: 100%;
      max-width: 930px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .homePage .partnersSection .innerPartnersSection .eachPartnerWrap {
        width: calc(100% / 4);
        text-align: center; }
        .homePage .partnersSection .innerPartnersSection .eachPartnerWrap img {
          width: auto;
          height: auto;
          max-width: 80%;
          max-height: 110px; }

/*
Description: Nigeria Css styles
Developer: Marc bou sleiman
*/
.nigeriaPage .readMorePoints {
  background-image: url(../images/more-dots-green.svg); }
.nigeriaPage .topSection .nigeriaFlag {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  left: 0;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  background-image: url("../images/nigeria-flag.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.nigeriaPage .aboutUsSection .columnsWrapper .leftSection h4:before {
  background-color: #1B7E45; }
.nigeriaPage .aboutUsSection .columnsWrapper .rightSection .imageHolder:after {
  background: #1B7E45 url(../images/top-building-pattern.svg); }
.nigeriaPage .globalScopeOfWork {
  padding: 120px 0 80px 0;
  background-color: #EFEFEF; }
  .nigeriaPage .globalScopeOfWork .customContainer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    .nigeriaPage .globalScopeOfWork .customContainer .leftSection h3.onlyOnMobile {
      display: none; }
    .nigeriaPage .globalScopeOfWork .customContainer .leftSection .imageHolder {
      position: relative; }
      .nigeriaPage .globalScopeOfWork .customContainer .leftSection .imageHolder img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2; }
      .nigeriaPage .globalScopeOfWork .customContainer .leftSection .imageHolder:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 80px solid #EFEFEF;
        border-right: 80px solid transparent;
        width: 0;
        z-index: 8; }
      .nigeriaPage .globalScopeOfWork .customContainer .leftSection .imageHolder:after {
        content: '';
        position: absolute;
        bottom: -35px;
        left: -25px;
        background-color: #1B7E45;
        height: 172px;
        width: 252px;
        z-index: 1; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection .innerRightSection {
      padding: 15px 0 0 15px; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection h3 {
      color: #6F6F6F;
      font-size: 24px;
      margin: 0 0 10px 0;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      letter-spacing: 0.3px;
      position: relative; }
      .nigeriaPage .globalScopeOfWork .customContainer .rightSection h3 svg {
        position: absolute;
        right: calc(100% - 100px);
        bottom: 125%;
        opacity: 1; }
        .nigeriaPage .globalScopeOfWork .customContainer .rightSection h3 svg.showMe {
          opacity: 1; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection h2 {
      font-size: 41px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      margin: 0 0 15px 0;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection p {
      font-size: 16px;
      color: #3F3F3F;
      line-height: 21px;
      letter-spacing: 0.5px;
      margin: 0;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-weight: 400; }
.nigeriaPage .projectsSection {
  background-color: #fff;
  padding: 80px 0; }
  .nigeriaPage .projectsSection .projectsWrapper {
    display: block;
    padding: 0 35px; }
    .nigeriaPage .projectsSection .projectsWrapper:before {
      display: none; }
    .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav {
      width: 20px;
      height: 20px;
      border: 1px solid #1B7E45;
      text-align: center;
      font-size: 17px;
      color: #1B7E45;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav.prevBut {
        left: 0; }
      .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav.nextBut {
        right: 0; }
      .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav.swiper-button-disabled {
        opacity: 0.5;
        pointer-events: none;
        cursor: default; }
.nigeriaPage .hseSection {
  padding: 80px 0;
  background-color: #EFEFEF;
  text-align: center; }
  .nigeriaPage .hseSection .sectionTitle {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #6F6F6F;
    margin: 0 auto 25px auto;
    letter-spacing: 0.5px;
    text-align: center;
    display: inline-block;
    position: relative; }
  .nigeriaPage .hseSection .hseDescription {
    background-color: #fff;
    padding: 30px 60px;
    text-align: left;
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    .nigeriaPage .hseSection .hseDescription img {
      width: 100%;
      max-width: 40px;
      height: auto;
      margin: 0 0 30px 0; }
    .nigeriaPage .hseSection .hseDescription .content {
      color: #3F3F3F;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.6px;
      line-height: 20px; }
.nigeriaPage .retailSection {
  padding: 80px 0;
  text-align: center; }
  .nigeriaPage .retailSection .innerRetailSection {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    .nigeriaPage .retailSection .innerRetailSection .sectionTitle {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      font-size: 24px;
      color: #6F6F6F;
      margin: 0 0 25px 0;
      letter-spacing: 0.5px;
      padding: 0 0 0 60px;
      text-align: left;
      position: relative; }
      .nigeriaPage .retailSection .innerRetailSection .sectionTitle:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 2px;
        background-color: #1B7E45; }
  .nigeriaPage .retailSection .retailDescription {
    padding: 30px 60px;
    text-align: left;
    border: 1px solid #D8D8D8; }
    .nigeriaPage .retailSection .retailDescription img {
      width: 100%;
      max-width: 40px;
      height: auto;
      margin: 0 0 30px 0; }
    .nigeriaPage .retailSection .retailDescription .content {
      color: #3F3F3F;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.6px;
      line-height: 20px; }
  .nigeriaPage .retailSection a {
    border: 1px solid #1B7E45;
    color: #3F3F3F;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    letter-spacing: 0.4px;
    margin: 30px auto 0 auto; }
    .nigeriaPage .retailSection a:hover {
      background-color: #1B7E45;
      color: #fff; }
.nigeriaPage .keyPeopleSection {
  padding: 80px 0;
  background-color: #1B7E45;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(#1B7E45, #215828); }
  .nigeriaPage .keyPeopleSection .innerKeyPeopleSection {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap {
      padding: 20px 25px; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap:nth-child(2) {
        background-color: rgba(255, 255, 255, 0.1); }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .name {
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 0 15px 0; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .education,
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .position {
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.4px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 400;
        margin: 0 0 5px 0; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .education {
        font-style: italic; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .position {
        margin: 0 0 20px 0; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .numbersList label, .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .numbersList h5 {
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-style: italic;
        display: block;
        margin: 0 0 3px 0;
        font-size: 16px;
        letter-spacing: 0.4px; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .numbersList label {
        float: left;
        margin: 0 8px 0 0; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .numbersList h5 {
        font-weight: 400; }
        .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .numbersList h5 a {
          color: #fff;
          vertical-align: middle; }
      .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .numbersList.emailsList {
        margin: 20px 0 0 0; }

/*
Description: Europe Css styles
Developer: Marc bou sleiman
*/
.europePage.nigeriaPage .topSection .nigeriaFlag {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none; }
.europePage.nigeriaPage .keyPeopleSection .innerKeyPeopleSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.europePage.nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap:nth-child(2) {
  background-color: transparent; }
.europePage.nigeriaPage .readMorePoints {
  background-image: url("../images/more-dots-blue.svg"); }
.europePage .globalScopeOfWork .customContainer .leftSection .imageHolder:after {
  background-color: #293189; }
.europePage .aboutUsSection .columnsWrapper .rightSection .imageHolder:after {
  background: #293189 url(../images/top-building-pattern.svg); }
.europePage .aboutUsSection .columnsWrapper .leftSection h4:before {
  background-color: #293189; }
.europePage .keyPeopleSection {
  background-color: #293189;
  background-image: linear-gradient(#293189, #293189); }

/*
Description: About us Css styles
Developer: Marc bou sleiman
*/
.aboutUsPage {
  overflow: hidden; }
  .aboutUsPage .whoWeAreSection {
    padding: 80px 0; }
    .aboutUsPage .whoWeAreSection .customContainer {
      width: 100%;
      max-width: 900px;
      margin: 0 auto; }
      .aboutUsPage .whoWeAreSection .customContainer .mainSectionTitle {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #6F6F6F;
        margin: 0 0 10px 0;
        letter-spacing: 0.5px;
        padding: 0 0 0 60px;
        position: relative; }
        .aboutUsPage .whoWeAreSection .customContainer .mainSectionTitle:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 50px;
          height: 2px;
          background-color: #AE1B20; }
      .aboutUsPage .whoWeAreSection .customContainer .subSectionTitle {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-size: 41px;
        color: #3F3F3F;
        text-transform: uppercase;
        margin: 0 0 25px 0;
        letter-spacing: 0.5px;
        line-height: 46px;
        width: 100%;
        max-width: 328px; }
      .aboutUsPage .whoWeAreSection .customContainer .definitionsParent {
        margin: 0 -15px; }
      .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder {
        text-align: left; }
        .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.greyed .innerHolder {
          background-color: #3F3F3F; }
          .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.greyed .innerHolder h3,
          .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.greyed .innerHolder p {
            color: #fff; }
        .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder .innerHolder {
          border: 1px solid #D8D8D8; }
          .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder .innerHolder .iconHolder {
            margin: 0 0 8px 0; }
            .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder .innerHolder .iconHolder img {
              width: 100%;
              max-width: 36px;
              height: auto; }
          .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder .innerHolder h3 {
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 500;
            font-size: 25px;
            color: #3F3F3F;
            margin: 0 0 10px 0; }
          .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder .innerHolder p {
            color: #3F3F3F;
            font-size: 16px;
            font-family: "Barlow Semi Condensed", sans-serif;
            font-weight: 400;
            line-height: 21px;
            margin: 0; }
        .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.smallDefinition .innerHolder {
          padding: 25px 35px; }
        .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.largeDefinition {
          margin: 0 0 30px 0; }
          .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.largeDefinition .innerHolder {
            padding: 35px 50px; }
  .aboutUsPage .missionVisionSection {
    background-color: #EFEFEF;
    padding: 80px 0; }
    .aboutUsPage .missionVisionSection .container {
      display: flex; }
    .aboutUsPage .missionVisionSection .eachColumnWrap {
      padding: 0 50px; }
      .aboutUsPage .missionVisionSection .eachColumnWrap:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background-color: #D8D8D8; }
      .aboutUsPage .missionVisionSection .eachColumnWrap:nth-last-child(1):after {
        display: none; }
      .aboutUsPage .missionVisionSection .eachColumnWrap h3 {
        color: #AE1B20;
        font-size: 24px;
        margin: 0 0 15px 0;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        letter-spacing: 0.3px; }
      .aboutUsPage .missionVisionSection .eachColumnWrap p {
        font-size: 16px;
        color: #3F3F3F;
        line-height: 21px;
        letter-spacing: 0.5px;
        margin: 0;
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight: 400; }
  .aboutUsPage .globalScopeOfWork {
    padding: 80px 0; }
    .aboutUsPage .globalScopeOfWork .customContainer {
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      align-items: center; }
      .aboutUsPage .globalScopeOfWork .customContainer .leftSection .imageHolder {
        position: relative; }
        .aboutUsPage .globalScopeOfWork .customContainer .leftSection .imageHolder img {
          width: 100%;
          height: auto;
          position: relative;
          z-index: 2; }
        .aboutUsPage .globalScopeOfWork .customContainer .leftSection .imageHolder:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          border-top: 80px solid #fff;
          border-right: 80px solid transparent;
          width: 0;
          z-index: 8; }
        .aboutUsPage .globalScopeOfWork .customContainer .leftSection .imageHolder:after {
          content: '';
          position: absolute;
          bottom: -35px;
          left: -25px;
          background-color: #AE1B20;
          height: 172px;
          width: 252px;
          z-index: 1; }
      .aboutUsPage .globalScopeOfWork .customContainer .rightSection .innerRightSection {
        padding: 0 0 0 15px; }
      .aboutUsPage .globalScopeOfWork .customContainer .rightSection h3 {
        color: #6F6F6F;
        font-size: 24px;
        margin: 0 0 15px 0;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        letter-spacing: 0.3px;
        position: relative; }
        .aboutUsPage .globalScopeOfWork .customContainer .rightSection h3 svg {
          position: absolute;
          right: calc(100% - 100px);
          bottom: 125%;
          opacity: 1; }
          .aboutUsPage .globalScopeOfWork .customContainer .rightSection h3 svg.showMe {
            opacity: 1; }
      .aboutUsPage .globalScopeOfWork .customContainer .rightSection p {
        font-size: 16px;
        color: #3F3F3F;
        line-height: 21px;
        letter-spacing: 0.5px;
        margin: 0;
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight: 400; }
  .aboutUsPage .whatWeDoSection {
    background-color: #EFEFEF;
    padding: 80px 0; }
    .aboutUsPage .whatWeDoSection .customContainer {
      width: 100%;
      max-width: 900px;
      margin: 0 auto; }
      .aboutUsPage .whatWeDoSection .customContainer h2 {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #6F6F6F;
        margin: 0 0 40px 0;
        letter-spacing: 0.5px;
        padding: 0 0 0 60px;
        position: relative; }
        .aboutUsPage .whatWeDoSection .customContainer h2:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 50px;
          height: 2px;
          background-color: #AE1B20; }
      .aboutUsPage .whatWeDoSection .customContainer .listHolder {
        margin: 0 -15px;
        position: relative; }
        .aboutUsPage .whatWeDoSection .customContainer .listHolder:after {
          content: '';
          position: absolute;
          top: -35px;
          right: -25px;
          background-color: #3F3F3F;
          height: 172px;
          width: 252px;
          z-index: 1; }
      .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo {
        margin: 0 0 30px 0;
        z-index: 5; }
        .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo {
          border: 1px solid #D8D8D8;
          background-color: #fff;
          padding: 30px 35px;
          min-height: 260px; }
          .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo img {
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: 35px;
            margin: 0 0 12px 0; }
          .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo h3 {
            color: #3F3F3F;
            font-size: 25px;
            margin: 0 0 15px 0;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 500;
            letter-spacing: 0.3px;
            position: relative; }
          .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo p {
            font-size: 16px;
            color: #3F3F3F;
            line-height: 21px;
            letter-spacing: 0.5px;
            margin: 0;
            font-family: "Barlow Semi Condensed", sans-serif;
            font-weight: 400; }

/*
Description: Contact us Css styles
Developer: Marc bou sleiman
*/
.contactUsPage .sectionTitle {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #6F6F6F;
  margin: 0 0 40px 0;
  letter-spacing: 0.5px;
  padding: 0 0 0 60px;
  position: relative; }
  .contactUsPage .sectionTitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #AE1B20; }
.contactUsPage .messageUsSection {
  background-color: #EFEFEF;
  padding: 80px 0; }
  .contactUsPage .messageUsSection .customContainer {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    padding: 0 15px; }
    .contactUsPage .messageUsSection .customContainer .formHolder form .leftSection {
      padding: 0 15px 0 0; }
    .contactUsPage .messageUsSection .customContainer .formHolder form .rightSection {
      padding: 0 0 0 15px; }
    .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper {
      margin: 0 0 24px 0; }
      .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper input {
        height: 51px;
        border: 1px solid #D8D8D8;
        color: #D1D1D1;
        font-weight: 300;
        padding: 0 10px;
        width: 100%; }
        .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper input::placeholder {
          color: #D1D1D1;
          opacity: 1;
          /* Firefox */
          letter-spacing: 0.5px;
          font-weight: 300; }
        .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #D1D1D1;
          letter-spacing: 0.5px;
          font-weight: 300; }
        .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #D1D1D1;
          letter-spacing: 0.5px;
          font-weight: 300; }
      .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper textarea {
        border: 1px solid #D8D8D8;
        color: #D1D1D1;
        font-weight: 300;
        padding: 15px 10px;
        width: 100%;
        height: 202px; }
        .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper textarea::placeholder {
          color: #D1D1D1;
          opacity: 1;
          /* Firefox */
          letter-spacing: 0.5px;
          font-weight: 300; }
        .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #D1D1D1;
          letter-spacing: 0.5px;
          font-weight: 300; }
        .contactUsPage .messageUsSection .customContainer .formHolder form .fieldWrapper textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #D1D1D1;
          letter-spacing: 0.5px;
          font-weight: 300; }
    .contactUsPage .messageUsSection .customContainer .formHolder form .submitWrapper {
      text-align: right;
      padding: 0; }
      .contactUsPage .messageUsSection .customContainer .formHolder form .submitWrapper input {
        border: 1px solid #AE1B20;
        padding: 5px 15px;
        color: #3F3F3F;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.5px; }
.contactUsPage .reachUsSection {
  padding: 80px 0; }
  .contactUsPage .reachUsSection .columnsWrapper {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap; }
  .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap {
    border: 1px solid #D8D8D8;
    min-height: 200px;
    padding: 15px;
    height: 100%; }
    .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap .iconHolder {
      width: 25px;
      height: 25px;
      display: block;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      margin: 0 0 15px 0; }
      .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap .iconHolder.location {
        background-image: url("../images/icons/location.svg"); }
      .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap .iconHolder.phone {
        background-image: url("../images/icons/phone.svg"); }
      .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap .iconHolder.email {
        background-image: url("../images/icons/email.svg"); }
      .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap .iconHolder.hours {
        background-image: url("../images/icons/hour.svg"); }
    .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap h3 {
      color: #6F6F6F;
      font-size: 20px;
      margin: 0 0 15px 0;
      letter-spacing: 0.5px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500; }
    .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap ul li {
        display: block;
        color: #6F6F6F;
        font-size: 14px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 300;
        position: relative;
        padding: 0 0 0 10px;
        line-height: 19px;
        margin: 0 0 15px 0;
        letter-spacing: 0.5px; }
        .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap ul li:nth-last-child(1) {
          margin: 0; }
        .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap ul li:before {
          content: '';
          width: 4px;
          height: 4px;
          background-color: #6F6F6F;
          border-radius: 100%;
          position: absolute;
          top: 8px;
          left: 0; }
        .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap ul li a {
          color: #6F6F6F; }
        .contactUsPage .reachUsSection .eachColumnWrap .innerEachColumnWrap ul li span {
          display: block; }
  .contactUsPage .reachUsSection .eachColumnWrap.emailsColumn ul li {
    display: flex; }
    .contactUsPage .reachUsSection .eachColumnWrap.emailsColumn ul li span {
      margin: 0 12px 0 0; }
    .contactUsPage .reachUsSection .eachColumnWrap.emailsColumn ul li .emailsHolder a {
      display: block; }
.contactUsPage .findUsSection {
  background-color: #EFEFEF;
  padding: 80px 0; }
  .contactUsPage .findUsSection .columnsWrapper {
    margin: 0 -15px; }
    .contactUsPage .findUsSection .columnsWrapper .eachMapWrap .innerEachMapWrap {
      position: relative; }
    .contactUsPage .findUsSection .columnsWrapper .eachMapWrap .descriptiveOverlay {
      position: absolute;
      top: 50%;
      margin: 0 auto;
      left: 0;
      right: 0;
      z-index: 10; }
      .contactUsPage .findUsSection .columnsWrapper .eachMapWrap .descriptiveOverlay h3 {
        text-align: center;
        font-size: 20px;
        letter-spacing: 0.5px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        margin: 0 0 2px 0;
        cursor: pointer; }
      .contactUsPage .findUsSection .columnsWrapper .eachMapWrap .descriptiveOverlay h4 {
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
        font-family: "Barlow Condensed", sans-serif;
        margin: 0;
        cursor: pointer;
        opacity: 0; }
    .contactUsPage .findUsSection .columnsWrapper .eachMapWrap iframe {
      width: 100%;
      height: 320px;
      position: relative;
      z-index: 1; }
    .contactUsPage .findUsSection .columnsWrapper .eachMapWrap .overlay {
      z-index: 5;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      cursor: pointer; }
    .contactUsPage .findUsSection .columnsWrapper .eachMapWrap:hover .innerEachMapWrap h4 {
      opacity: 1; }
.contactUsPage .wpcf7-not-valid-tip {
  color: #AE1B20;
  margin: 5px 0 0 0;
  font-size: 12px; }
.contactUsPage div.wpcf7-validation-errors,
.contactUsPage div.wpcf7-mail-sent-ok {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #AE1B20;
  color: #AE1B20;
  padding: 0 0 5px 0;
  margin: 35px auto 0;
  max-width: 100%;
  text-align: center; }

/*
Description: Search Css styles
Developer: Marc bou sleiman
*/
.searchPage .projectsWrapper {
  margin: 80px 0 0 0; }

/*
Description: 404 us Css styles
Developer: Marc bou sleiman
*/
.fourOfourPage {
  text-align: center;
  min-height: calc(100vh - 482px); }
  .fourOfourPage .innerFourOFourPage {
    padding: 80px 0; }
    .fourOfourPage .innerFourOFourPage h1 {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      font-size: 80px;
      color: #3F3F3F;
      text-transform: uppercase;
      margin: 0 0 25px 0;
      letter-spacing: 0.5px;
      line-height: 46px; }
    .fourOfourPage .innerFourOFourPage h3 {
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 20px;
      color: #3F3F3F;
      line-height: 20px;
      margin: 0 0 20px 0; }
    .fourOfourPage .innerFourOFourPage .buttonsHolder a {
      display: inline-block;
      margin: 15px 10px;
      color: #fff;
      letter-spacing: 0.5px;
      padding: 5px 30px;
      font-size: 16px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      background-color: #9A1D20;
      background-image: linear-gradient(to right, #9A1D20, #B91E22); }

/*
Description: Projects Css styles
Developer: Marc bou sleiman
*/
.projectsPage .filteringWrapper {
  padding: 40px 0 20px 0; }
  .projectsPage .filteringWrapper .customContainer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
    .projectsPage .filteringWrapper .customContainer ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .projectsPage .filteringWrapper .customContainer ul li {
        display: inline-block;
        margin: 0 20px 20px 0; }
        .projectsPage .filteringWrapper .customContainer ul li a {
          display: block;
          font-size: 20px;
          color: #3F3F3F;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          border: 1px solid #D8D8D8;
          padding: 5px 25px;
          min-width: 190px;
          letter-spacing: 0.5px; }
          .projectsPage .filteringWrapper .customContainer ul li a.active {
            color: #fff;
            background-color: #9A1D20;
            background-image: linear-gradient(to right, #9A1D20, #B91E22); }
          .projectsPage .filteringWrapper .customContainer ul li a:not(.active):hover {
            color: #9A1D20; }
.projectsPage .projectsWrapper .eachProjectWrap {
  margin: 0 0 60px 0; }
  .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .imageHolder {
    overflow: hidden; }
    .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .imageHolder img {
      width: 100%;
      height: auto; }
  .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .descriptionHolder {
    margin: 15px 0 0 0; }
    .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .descriptionHolder h3 {
      font-size: 20px;
      color: #3F3F3F;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      margin: 0 0 10px 0;
      letter-spacing: 0.3px; }
    .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .descriptionHolder .content {
      color: #6F6F6F;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.2px;
      margin: 0 0 20px 0;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 300;
      min-height: 60px; }
    .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .descriptionHolder span {
      color: #AE1B20;
      border: 1px solid #AE1B20;
      width: 17px;
      height: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 10px; }
  .projectsPage .projectsWrapper .eachProjectWrap:hover .innerEachProjectWrap .imageHolder img {
    transform: scale(1.1); }
  .projectsPage .projectsWrapper .eachProjectWrap:hover .innerEachProjectWrap .descriptionHolder span {
    color: #FFF;
    background-color: #AE1B20; }
.projectsPage .projectsWrapper .jscroll-added .container {
  padding: 0; }

/*
Description: Engineering Css styles
Developer: Marc bou sleiman
*/
.engineeringArchive .filteringWrapper {
  padding: 40px 0 20px 0; }
  .engineeringArchive .filteringWrapper .customContainer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
    .engineeringArchive .filteringWrapper .customContainer ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .engineeringArchive .filteringWrapper .customContainer ul li {
        display: inline-block;
        margin: 0 20px 20px 0; }
        .engineeringArchive .filteringWrapper .customContainer ul li a {
          display: block;
          font-size: 20px;
          color: #3F3F3F;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          border: 1px solid #D8D8D8;
          padding: 5px 25px;
          min-width: 190px;
          letter-spacing: 0.5px; }
          .engineeringArchive .filteringWrapper .customContainer ul li a.active {
            color: #fff;
            background-color: #9A1D20;
            background-image: linear-gradient(to right, #9A1D20, #B91E22); }
          .engineeringArchive .filteringWrapper .customContainer ul li a:not(.active):hover {
            color: #9A1D20; }
.engineeringArchive .superParentListsWrapper .sectionTitle {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #6F6F6F;
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
  padding: 0 0 0 60px;
  position: relative; }
  .engineeringArchive .superParentListsWrapper .sectionTitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #AE1B20; }
.engineeringArchive .superParentListsWrapper .sectionDesc {
  margin: 0 0 30px 0;
  color: #6F6F6F;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2px;
  font-family: "Barlow Condensed", sans-serif; }
.engineeringArchive .superParentListsWrapper .fullListWrapper {
  padding: 50px 0; }
  .engineeringArchive .superParentListsWrapper .fullListWrapper:nth-child(2n) {
    background-color: #EFEFEF; }
    .engineeringArchive .superParentListsWrapper .fullListWrapper:nth-child(2n) .eachServiceWrap .innerEachServiceWrap {
      background-color: #FFF; }
.engineeringArchive .superParentListsWrapper .listHolder {
  margin: 0 -15px; }
  .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap {
    margin: 0 0 30px 0; }
    .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap {
      border: 1px solid #D8D8D8;
      padding: 20px 0; }
      .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .iconHolder {
        min-height: 50px;
        display: flex;
        align-items: center;
        margin: 0 0 15px 0;
        padding: 0 25px; }
        .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .iconHolder img {
          max-height: 45px;
          max-width: 45px;
          height: 100%;
          width: 100%; }
      .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .descriptionHolder h3 {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #6F6F6F;
        margin: 0 0 15px 0;
        letter-spacing: 0.4px;
        padding: 0 25px; }
      .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .descriptionHolder .content {
        color: #6F6F6F;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.2px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 300;
        max-height: 220px;
        min-height: 220px;
        overflow-y: auto;
        padding: 0 10px 0 25px; }
  .engineeringArchive .superParentListsWrapper .listHolder .goToButton {
    text-align: center;
    margin: 20px 0 0 0; }
    .engineeringArchive .superParentListsWrapper .listHolder .goToButton a {
      border: 1px solid #AE1B20;
      padding: 5px 15px;
      color: #3F3F3F;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      font-size: 14px;
      display: inline-block;
      letter-spacing: 0.5px; }
      .engineeringArchive .superParentListsWrapper .listHolder .goToButton a:hover {
        color: #fff;
        background-color: #AE1B20; }

/*
Description: Retail Css styles
Developer: Marc bou sleiman
*/
.retailArchive {
  overflow: hidden; }
  .retailArchive .retailServicesList {
    padding: 80px 0; }
    .retailArchive .retailServicesList .listWrapper {
      margin: 0 -15px;
      position: relative; }
      .retailArchive .retailServicesList .listWrapper:before {
        content: '';
        position: absolute;
        top: -35px;
        right: -25px;
        width: 252px;
        height: 172px;
        background-color: #9A1D20;
        background-image: linear-gradient(to right, #9A1D20, #B91E22); }
      .retailArchive .retailServicesList .listWrapper .jscroll-added .listWrapper {
        margin: 0; }
      .retailArchive .retailServicesList .listWrapper .moreBtnWrap {
        margin: 0; }
        .retailArchive .retailServicesList .listWrapper .moreBtnWrap a {
          margin: 20px auto 0 auto; }
    .retailArchive .retailServicesList .sectionTitle {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      font-size: 24px;
      color: #6F6F6F;
      margin: 0 0 40px 0;
      letter-spacing: 0.5px;
      padding: 0 0 0 60px;
      position: relative; }
      .retailArchive .retailServicesList .sectionTitle:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 2px;
        background-color: #AE1B20; }
    .retailArchive .retailServicesList .eachRetailWrap {
      margin: 0 0 30px 0; }
      .retailArchive .retailServicesList .eachRetailWrap .innerEachRetail {
        position: relative; }
      .retailArchive .retailServicesList .eachRetailWrap img {
        width: 100%;
        height: auto; }
      .retailArchive .retailServicesList .eachRetailWrap .titleHolder {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin: 0;
        right: 0;
        text-align: center; }
        .retailArchive .retailServicesList .eachRetailWrap .titleHolder h3 {
          display: inline-block;
          padding: 10px 20px;
          background-color: rgba(63, 63, 63, 0.6);
          color: #fff;
          font-size: 24px;
          letter-spacing: 0.5px;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500; }
      .retailArchive .retailServicesList .eachRetailWrap:hover .titleHolder h3 {
        padding: 20px 30px; }

/*
Description: Single Projects Css styles
Developer: Marc bou sleiman
*/
.singleProjectPage .topBannerWithTitle {
  height: 700px;
  background-attachment: fixed; }
  .singleProjectPage .topBannerWithTitle h1 {
    max-width: 630px;
    margin: 10px 0; }
.singleProjectPage .projectInfo {
  padding: 50px 0; }
  .singleProjectPage .projectInfo .backBtn {
    color: #6F6F6F;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    margin: 0 0 15px 0;
    display: inline-block; }
    .singleProjectPage .projectInfo .backBtn span {
      background-image: url("../images/icons/back-arrow.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      width: 39px;
      height: 12px;
      margin: 0 15px 0 0;
      display: inline-block; }
  .singleProjectPage .projectInfo .columnWrapper {
    display: flex;
    align-items: center; }
    .singleProjectPage .projectInfo .columnWrapper .leftSection {
      padding: 30px 15px 0 30px; }
      .singleProjectPage .projectInfo .columnWrapper .leftSection:before {
        content: '';
        background-color: #9A1D20;
        background-image: linear-gradient(to right, #9A1D20, #B91E22);
        width: 275px;
        height: 215px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .singleProjectPage .projectInfo .columnWrapper .leftSection .swiper-container {
        z-index: 5; }
        .singleProjectPage .projectInfo .columnWrapper .leftSection .swiper-container .zoomIcon {
          background-color: #fff;
          color: #AE1B20;
          width: 40px;
          height: 45px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 5;
          font-size: 20px; }
        .singleProjectPage .projectInfo .columnWrapper .leftSection .swiper-container .swiper-slide {
          z-index: 10; }
          .singleProjectPage .projectInfo .columnWrapper .leftSection .swiper-container .swiper-slide img {
            width: 100%;
            height: auto; }
      .singleProjectPage .projectInfo .columnWrapper .leftSection .arrowsHolder {
        text-align: center;
        margin: 20px 0 0 0; }
        .singleProjectPage .projectInfo .columnWrapper .leftSection .arrowsHolder .swiperNav {
          width: 20px;
          height: 20px;
          color: #AE1B20;
          border: 1px solid #AE1B20;
          font-size: 16px;
          display: inline-block;
          margin: 0 2px;
          cursor: pointer; }
          .singleProjectPage .projectInfo .columnWrapper .leftSection .arrowsHolder .swiperNav i {
            margin: 10px 0;
            vertical-align: top;
            line-height: 0; }
          .singleProjectPage .projectInfo .columnWrapper .leftSection .arrowsHolder .swiperNav.swiper-button-disabled {
            opacity: 0.5;
            cursor: default;
            pointer-events: none; }
    .singleProjectPage .projectInfo .columnWrapper .rightSection .descriptionHolder h2 {
      color: #3F3F3F;
      font-size: 41px;
      letter-spacing: 0.5px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      margin: 0 0 15px 0;
      text-transform: uppercase; }
    .singleProjectPage .projectInfo .columnWrapper .rightSection .descriptionHolder .content {
      color: #3F3F3F;
      margin: 0;
      font-size: 17px;
      line-height: 24px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 400;
      letter-spacing: 0.3px; }
.singleProjectPage .relatedProjects {
  padding: 80px 0 50px 0; }
  .singleProjectPage .relatedProjects h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #6F6F6F;
    margin: 0 0 40px 0;
    letter-spacing: 0.5px;
    padding: 0 0 0 60px;
    position: relative; }
    .singleProjectPage .relatedProjects h2:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 2px;
      background-color: #AE1B20; }
  .singleProjectPage .relatedProjects .projectsHolder {
    margin: 0 -15px; }
    .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap {
      margin: 0 0 30px 0; }
      .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap .innerEachProjectWrap .imageHolder {
        position: relative;
        overflow: hidden; }
        .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap .innerEachProjectWrap .imageHolder img {
          width: 100%;
          height: auto; }
        .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap .innerEachProjectWrap .imageHolder h3 {
          color: #fff;
          font-size: 20px;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          margin: 0;
          padding: 0 15px;
          position: absolute;
          bottom: 20px;
          left: 0;
          right: 0;
          text-align: left;
          z-index: 2; }
        .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap .innerEachProjectWrap .imageHolder .overlay {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          transform: rotate(180deg);
          background-color: transparent;
          /* For browsers that do not support gradients */
          background-image: linear-gradient(rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, transparent 50%);
          /* Standard syntax (must be last) */ }
      .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap:hover .innerEachProjectWrap .imageHolder img {
        transform: scale(1.1); }
.singleProjectPage .galleryPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .singleProjectPage .galleryPopup.showMe {
    opacity: 1;
    visibility: visible;
    z-index: 99999; }
  .singleProjectPage .galleryPopup .closeBtn {
    position: absolute;
    top: 22px;
    right: 30px;
    color: #fff;
    font-size: 35px; }
  .singleProjectPage .galleryPopup .swiper-container {
    width: 100%;
    max-width: 85%; }
    .singleProjectPage .galleryPopup .swiper-container .swiper-wrapper {
      align-items: center; }
      .singleProjectPage .galleryPopup .swiper-container .swiper-wrapper .swiper-slide {
        text-align: center; }
        .singleProjectPage .galleryPopup .swiper-container .swiper-wrapper .swiper-slide img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: calc(100vh - 100px); }
  .singleProjectPage .galleryPopup .popupImagesGalleryNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    font-size: 80px;
    cursor: pointer; }
    .singleProjectPage .galleryPopup .popupImagesGalleryNav.prevBut {
      left: 35px; }
    .singleProjectPage .galleryPopup .popupImagesGalleryNav.nextBut {
      right: 35px; }

/*
Description: Single Retail Css styles
Developer: Marc bou sleiman
*/
.singleRetailPage .retailServicesList .listWrapper:before {
  display: none; }
.singleRetailPage .retailServicesList .listWrapper .eachRetailWrap .titleHolder {
  top: auto;
  transform: unset;
  bottom: 0;
  text-align: left;
  padding: 15px 0px;
  z-index: 5; }
  .singleRetailPage .retailServicesList .listWrapper .eachRetailWrap .titleHolder h3 {
    background-color: transparent; }
.singleRetailPage .retailServicesList .listWrapper .eachRetailWrap:hover .titleHolder h3 {
  padding: 20px 20px; }
.singleRetailPage .retailServicesList .listWrapper .eachRetailWrap .zoomIcon {
  background-color: #fff;
  color: #AE1B20;
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  font-size: 20px; }
.singleRetailPage .retailServicesList .listWrapper .eachRetailWrap.loading .zoomIcon i {
  animation: spin 1s linear infinite; }
.singleRetailPage .retailServicesList .listWrapper .eachRetailWrap .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotate(180deg);
  background-color: transparent;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, transparent 50%);
  /* Standard syntax (must be last) */ }
.singleRetailPage .partnersSection {
  padding: 100px 0 80px 0;
  background-color: #EFEFEF;
  text-align: center; }
  .singleRetailPage .partnersSection .sectionTitle {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #6F6F6F;
    margin: 0 auto 60px auto;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    position: relative; }
    .singleRetailPage .partnersSection .sectionTitle:after {
      content: '';
      width: 45%;
      height: 2px;
      background-color: #AE1B20;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      position: absolute; }
  .singleRetailPage .partnersSection .innerPartnersSection {
    width: 100%;
    max-width: 930px;
    margin: 0 auto; }
    .singleRetailPage .partnersSection .innerPartnersSection .swiper-container .swiper-wrapper .swiper-slide img {
      width: auto;
      height: auto;
      max-width: 80%;
      max-height: 110px; }
    .singleRetailPage .partnersSection .innerPartnersSection .arrowsHolder {
      text-align: center;
      margin: 45px 0 0 0; }
      .singleRetailPage .partnersSection .innerPartnersSection .arrowsHolder .suppliersListNav {
        width: 24px;
        height: 24px;
        color: #AE1B20;
        border: 1px solid #AE1B20;
        font-size: 20px;
        display: inline-block;
        margin: 0 2px;
        cursor: pointer; }
        .singleRetailPage .partnersSection .innerPartnersSection .arrowsHolder .suppliersListNav i {
          margin: 11px 0;
          vertical-align: top;
          line-height: 0; }
        .singleRetailPage .partnersSection .innerPartnersSection .arrowsHolder .suppliersListNav.swiper-button-disabled {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
.singleRetailPage .imagesGalleryPopup {
  background-color: rgba(63, 63, 63, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999; }
  .singleRetailPage .imagesGalleryPopup .closeBtn {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 25px;
    font-size: 30px; }
  .singleRetailPage .imagesGalleryPopup .arrowsHolder {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10; }
    .singleRetailPage .imagesGalleryPopup .arrowsHolder .retailGalleryNav {
      width: 24px;
      height: 24px;
      color: #fff;
      border: 1px solid #fff;
      font-size: 20px;
      display: inline-block;
      margin: 0 2px;
      cursor: pointer; }
      .singleRetailPage .imagesGalleryPopup .arrowsHolder .retailGalleryNav i {
        margin: 11px 0;
        vertical-align: top;
        line-height: 0; }
      .singleRetailPage .imagesGalleryPopup .arrowsHolder .retailGalleryNav.swiper-button-disabled {
        opacity: 0.5;
        cursor: default;
        pointer-events: none; }
  .singleRetailPage .imagesGalleryPopup .innerImagesGalleryPopup {
    position: relative;
    width: 100%; }
    .singleRetailPage .imagesGalleryPopup .innerImagesGalleryPopup .swiper-container {
      width: 100%;
      max-width: 85%; }
      .singleRetailPage .imagesGalleryPopup .innerImagesGalleryPopup .swiper-container .swiper-wrapper {
        align-items: center; }
        .singleRetailPage .imagesGalleryPopup .innerImagesGalleryPopup .swiper-container .swiper-wrapper .swiper-slide {
          text-align: center; }
          .singleRetailPage .imagesGalleryPopup .innerImagesGalleryPopup .swiper-container .swiper-wrapper .swiper-slide img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: calc(100vh - 100px); }

@media (max-width: 1400px) {
  .container {
    width: 1200px !important; }

  .projectsPage .projectsWrapper .eachProjectWrap .innerEachProjectWrap .descriptionHolder .content {
    min-height: 40px; } }
/**
 * 1300px website stylesheet lg
 */
@media (max-width: 1300px) {
  .container {
    width: 1100px !important; } }
/**
 * 1200px website stylesheet lg
 */
@media (max-width: 1200px) {
  .container {
    width: 992px !important; }

  header .bottomPart .leftSection a img {
    max-width: 160px; }
  header.scrolling .bottomPart {
    padding: 5px 15px; }

  .homePage .partnersSection .sectionTitle:after {
    width: 42%; }

  footer .leftSection ul li a {
    font-size: 13px; }
  footer .rightSection h4 {
    font-size: 12px; } }
/**
 * 992px website stylesheet md
 */
@media (max-width: 992px) {
  .container {
    width: 768px !important; }

  header .bottomPart .leftSection a img {
    max-width: 115px; }

  .homePage {
    overflow: hidden; }
    .homePage .aboutUsSection .columnsWrapper {
      max-width: 745px; }
      .homePage .aboutUsSection .columnsWrapper .leftSection h4 {
        font-size: 18px;
        margin: 0 0 10px 0; }
      .homePage .aboutUsSection .columnsWrapper .leftSection h1 {
        font-size: 30px;
        margin: 0 0 15px 0;
        line-height: 32px; }
      .homePage .aboutUsSection .columnsWrapper .leftSection p {
        font-size: 13px;
        line-height: 17px; }
      .homePage .aboutUsSection .columnsWrapper .redLine {
        right: 10%;
        max-width: 90px; }
    .homePage .projectsSection .projectsWrapper {
      flex-wrap: wrap; }
      .homePage .projectsSection .projectsWrapper .eachProjectWrap {
        width: calc(100% / 2); }
    .homePage .cklineNigeriaSection .container .rightSection .svgLine3 {
      top: -232px; }
    .homePage .cklineNigeriaSection .container .rightSection img {
      max-width: 190px; }

  .nigeriaPage .globalScopeOfWork .customContainer {
    max-width: 745px; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection .innerRightSection {
      padding: 15px 0 0 0px; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection h3 {
      font-size: 18px;
      margin: 0 0 10px 0; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection h2 {
      font-size: 30px;
      margin: 0 0 15px 0;
      line-height: 32px; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection .content p {
      font-size: 13px;
      line-height: 17px; }
  .nigeriaPage .hseSection .hseDescription {
    max-width: 745px; }
  .nigeriaPage .retailSection .innerRetailSection {
    max-width: 745px; }

  .aboutUsPage .whoWeAreSection .customContainer {
    max-width: 700px; }
  .aboutUsPage .missionVisionSection .eachColumnWrap {
    padding: 0 25px; }
  .aboutUsPage .globalScopeOfWork .customContainer {
    max-width: 700px; }
    .aboutUsPage .globalScopeOfWork .customContainer .rightSection .innerRightSection {
      padding: 0; }
      .aboutUsPage .globalScopeOfWork .customContainer .rightSection .innerRightSection h3 {
        font-size: 20px;
        margin: 0 0 10px 0; }
      .aboutUsPage .globalScopeOfWork .customContainer .rightSection .innerRightSection p {
        font-size: 12px;
        line-height: 16px; }
  .aboutUsPage .whatWeDoSection .customContainer {
    max-width: 700px; }
    .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo {
      min-height: 280px; }

  .singleProjectPage .projectInfo .backBtn {
    font-size: 16px; }
  .singleProjectPage .projectInfo .columnWrapper .rightSection .descriptionHolder h2 {
    font-size: 31px;
    margin: 0 0 12px 0; }
  .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap {
    margin: 0 0 30px 0; }

  .contactUsPage .reachUsSection {
    padding: 80px 0 50px 0; }
    .contactUsPage .reachUsSection .columnsWrapper .eachColumnWrap {
      margin: 0 0 30px 0; }
  .contactUsPage .findUsSection {
    padding: 80px 0 60px 0; }
    .contactUsPage .findUsSection .columnsWrapper .eachMapWrap {
      margin: 0 0 20px 0; } }
/**
 * 768px website stylesheet sm
 */
@media (max-width: 768px) {
  .container {
    width: 100% !important; }

  .page-template-page-cklinenigeria header.scrolling .bottomPart .rightSection {
    margin: 8px 0 0 0; }

  header .container {
    padding: 0; }
  header .bottomPart {
    padding: 0 15px; }
    header .bottomPart .rightSection {
      margin: 12px 0 0 0; }
      header .bottomPart .rightSection ul, header .bottomPart .rightSection searchform {
        display: none; }
      header .bottomPart .rightSection .mobileMenuTrigger {
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.85);
        padding: 6px; }
        header .bottomPart .rightSection .mobileMenuTrigger img {
          max-width: 30px; }
  header.scrolling .bottomPart {
    padding: 5px 15px; }
    header.scrolling .bottomPart .rightSection {
      margin: 4px 0 0 0; }

  .mobileMenuWrapper {
    display: block;
    position: fixed;
    top: 0;
    right: -500px;
    width: 100%;
    height: 100%;
    max-width: 300px;
    background-color: #3F3F3F;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .mobileMenuWrapper .menuHeader {
      text-align: right;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 10px 20px 10px 0; }
      .mobileMenuWrapper .menuHeader a {
        color: #fff;
        font-size: 20px; }
    .mobileMenuWrapper .menuBody {
      padding: 20px 20px 0 20px; }
      .mobileMenuWrapper .menuBody ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .mobileMenuWrapper .menuBody ul li {
          margin: 0 0 15px 0; }
          .mobileMenuWrapper .menuBody ul li a {
            color: #fff;
            font-size: 20px;
            letter-spacing: 0.5px;
            font-family: "Barlow Semi Condensed", sans-serif; }
          .mobileMenuWrapper .menuBody ul li.ckline a {
            background-color: #1B7E45;
            padding: 4px 10px 6px 10px;
            border-radius: 9px;
            display: inline-block; }
          .mobileMenuWrapper .menuBody ul li.europe a {
            background-color: #293189;
            padding: 4px 10px 6px 10px;
            border-radius: 9px;
            display: inline-block; }
          .mobileMenuWrapper .menuBody ul li.hasSubMenu a span {
            font-size: 16px;
            margin: 0 0 0 8px; }
          .mobileMenuWrapper .menuBody ul li.active a {
            font-weight: 700; }
          .mobileMenuWrapper .menuBody ul li .subMenu {
            background-color: rgba(0, 0, 0, 0.3);
            padding: 9px 12px 4px 12px;
            margin: 15px 0 0 0;
            display: none; }
            .mobileMenuWrapper .menuBody ul li .subMenu li {
              margin: 0 0 10px 0; }
              .mobileMenuWrapper .menuBody ul li .subMenu li a {
                font-size: 18px; }
    .mobileMenuWrapper .menuFooter {
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2);
      width: 100%;
      padding: 15px 40px;
      border-top: 3px solid #9A1D20; }
      .mobileMenuWrapper .menuFooter form {
        width: 100%; }
        .mobileMenuWrapper .menuFooter form input {
          width: 100%;
          height: 35px;
          padding: 0 10px;
          border: none;
          background-color: rgba(255, 255, 255, 0.5);
          letter-spacing: 1px;
          color: #fff; }
          .mobileMenuWrapper .menuFooter form input::placeholder {
            color: #fff;
            opacity: 1;
            /* Firefox */ }
          .mobileMenuWrapper .menuFooter form input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #fff; }
          .mobileMenuWrapper .menuFooter form input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #fff; }

  .homePage .topSection .swiper-container .swiper-slide .infoHolder {
    max-width: 400px; }
    .homePage .topSection .swiper-container .swiper-slide .infoHolder h1 {
      font-size: 31px;
      line-height: 38px; }
    .homePage .topSection .swiper-container .swiper-slide .infoHolder h3 {
      font-size: 13px;
      line-height: 17px; }
    .homePage .topSection .swiper-container .swiper-slide .infoHolder a {
      font-size: 12px; }
    .homePage .topSection .swiper-container .swiper-slide .infoHolder .arrowsHolder {
      margin: 25px 0 0 0; }
  .homePage .topSection .buildingPattern {
    max-width: 100%;
    right: -180px; }
  .homePage .aboutUsSection .columnsWrapper .leftSection {
    padding: 0 10px 0 15px; }
    .homePage .aboutUsSection .columnsWrapper .leftSection h4 {
      font-size: 14px; }
    .homePage .aboutUsSection .columnsWrapper .leftSection h1 {
      font-size: 22px;
      margin: 0 0 10px 0;
      line-height: 22px; }
    .homePage .aboutUsSection .columnsWrapper .leftSection p {
      font-size: 12px;
      line-height: 16px; }
  .homePage .aboutUsSection .columnsWrapper .rightSection a {
    font-size: 12px;
    margin: 5px 0 0 0; }
  .homePage .cklineNigeriaSection {
    padding: 50px 0; }
    .homePage .cklineNigeriaSection .container {
      display: block; }
      .homePage .cklineNigeriaSection .container .rightSection {
        margin: 0 0 30px 0;
        text-align: left; }
        .homePage .cklineNigeriaSection .container .rightSection .svgLine3 {
          display: none; }
        .homePage .cklineNigeriaSection .container .rightSection img {
          max-width: 140px; }
      .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection {
        max-width: 100%; }
        .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection h4 {
          font-size: 16px;
          color: rgba(255, 255, 255, 0.8); }
        .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection h2 {
          font-size: 32px;
          margin: 15px 0 15px 0; }
    .homePage .cklineNigeriaSection .overlay {
      opacity: 0.8;
      width: 100%; }
  .homePage .coreBusinesses {
    padding: 50px 0; }
    .homePage .coreBusinesses .sectionTitle {
      margin: 0 auto 45px auto;
      font-size: 20px; }
    .homePage .coreBusinesses .columnWrap h2 {
      font-size: 26px;
      min-height: 65px;
      line-height: 32px; }
    .homePage .coreBusinesses .columnWrap p {
      line-height: 16px;
      font-size: 12px; }
  .homePage .partnersSection {
    padding: 100px 0 40px 0; }
    .homePage .partnersSection .sectionTitle:after {
      width: 34%; }
    .homePage .partnersSection .innerPartnersSection {
      flex-wrap: wrap; }
      .homePage .partnersSection .innerPartnersSection .eachPartnerWrap {
        width: calc(100% / 2);
        margin: 0 0 60px 0; }

  .aboutUsPage .whoWeAreSection {
    padding: 40px 15px; }
    .aboutUsPage .whoWeAreSection .customContainer .mainSectionTitle {
      font-size: 18px; }
    .aboutUsPage .whoWeAreSection .customContainer .subSectionTitle {
      font-size: 31px;
      line-height: 36px; }
    .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder .innerHolder h3 {
      font-size: 22px; }
    .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder .innerHolder p {
      font-size: 12px;
      line-height: 18px; }
    .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.largeDefinition .innerHolder {
      padding: 35px 20px; }
    .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.smallDefinition .innerHolder {
      padding: 25px 15px; }
  .aboutUsPage .missionVisionSection {
    padding: 40px 0 10px 0; }
    .aboutUsPage .missionVisionSection .container {
      display: block; }
      .aboutUsPage .missionVisionSection .container .eachColumnWrap {
        padding: 0;
        margin: 0 0 50px 0; }
        .aboutUsPage .missionVisionSection .container .eachColumnWrap h3 {
          font-size: 22px; }
        .aboutUsPage .missionVisionSection .container .eachColumnWrap:after {
          display: none; }
  .aboutUsPage .globalScopeOfWork {
    padding: 40px 0; }
    .aboutUsPage .globalScopeOfWork .customContainer {
      display: block; }
      .aboutUsPage .globalScopeOfWork .customContainer .leftSection {
        margin: 0 0 40px 0; }
        .aboutUsPage .globalScopeOfWork .customContainer .leftSection .imageHolder:after {
          bottom: -15px; }
  .aboutUsPage .whatWeDoSection {
    padding: 40px 15px; }
    .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo {
      min-height: 100%; }

  .mobileMenuToggled .mobileMenuWrapper {
    right: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .engineeringArchive .filteringWrapper .customContainer ul {
    padding: 0 0 0 15px; }
    .engineeringArchive .filteringWrapper .customContainer ul li {
      margin: 0 15px 20px 0; }
      .engineeringArchive .filteringWrapper .customContainer ul li a {
        font-size: 15px;
        padding: 5px 15px;
        min-width: 160px; }
  .engineeringArchive .superParentListsWrapper .sectionTitle {
    margin: 0 0 20px 0; }
  .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .iconHolder {
    margin: 0 0 10px 0; }
    .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .iconHolder img {
      max-height: 36px;
      max-width: 36px; }
  .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .descriptionHolder h3 {
    font-size: 15px;
    padding: 0 15px; }
  .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .descriptionHolder .content {
    padding: 0 10px 0 15px; }

  .singleRetailPage .partnersSection {
    padding: 50px 0 40px 0; }
    .singleRetailPage .partnersSection .sectionTitle:after {
      width: 42%; }
  .singleRetailPage .imagesGalleryPopup .closeBtn {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; }
  .singleRetailPage .imagesGalleryPopup .innerImagesGalleryPopup .swiper-container {
    max-width: 95%; }

  .projectsPage .filteringWrapper .customContainer ul {
    padding: 0 0 0 15px; }
    .projectsPage .filteringWrapper .customContainer ul li {
      margin: 0 15px 20px 0; }
      .projectsPage .filteringWrapper .customContainer ul li a {
        font-size: 15px;
        padding: 5px 15px;
        min-width: 160px; }
  .projectsPage .projectsWrapper .container {
    padding: 0; }

  .singleProjectPage .topBannerWithTitle {
    height: 500px; }
  .singleProjectPage .projectInfo {
    padding: 30px 0; }
    .singleProjectPage .projectInfo .columnWrapper {
      display: block; }
      .singleProjectPage .projectInfo .columnWrapper .leftSection {
        padding: 15px 15px 0 15px; }
      .singleProjectPage .projectInfo .columnWrapper .rightSection {
        margin: 40px 0 0 0; }
  .singleProjectPage .relatedProjects {
    padding: 40px 0 60px 0; }
  .singleProjectPage .galleryPopup .swiper-container {
    max-width: 95%; }
  .singleProjectPage .galleryPopup .popupImagesGalleryNav {
    display: none; }

  .contactUsPage .messageUsSection .customContainer .formHolder form .rightSection,
  .contactUsPage .messageUsSection .customContainer .formHolder form .leftSection {
    padding: 0; }
  .contactUsPage .findUsSection {
    padding: 80px 0 50px 0; }
    .contactUsPage .findUsSection .columnsWrapper .eachMapWrap {
      margin: 0 0 30px 0; }

  .nigeriaPage .globalScopeOfWork {
    padding: 30px 0 30px 0; }
    .nigeriaPage .globalScopeOfWork .rightSection {
      margin: 45px 0 0 0; }
      .nigeriaPage .globalScopeOfWork .rightSection .innerRightSection svg {
        display: none; }
  .nigeriaPage .projectsSection .projectsWrapper {
    padding: 0; }
    .nigeriaPage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder {
      display: none; }
    .nigeriaPage .projectsSection .projectsWrapper .eachProjectWrap:hover .mainTitle {
      opacity: 1; }
    .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav {
      top: 105%;
      transform: unset; }
      .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav.prevBut {
        left: 46%; }
      .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav.nextBut {
        right: 46%; }
  .nigeriaPage .hseSection {
    padding: 80px 15px; }
    .nigeriaPage .hseSection .hseDescription {
      padding: 30px 40px; }
  .nigeriaPage .retailSection {
    padding: 80px 15px; }
    .nigeriaPage .retailSection .retailDescription {
      padding: 30px 40px; }
  .nigeriaPage .keyPeopleSection {
    padding: 20px 0; }
    .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap:nth-child(2) {
      padding: 50px 25px; }

  footer {
    padding: 15px 0; }
    footer .rightSection,
    footer .leftSection {
      text-align: center; }
    footer .leftSection {
      margin: 0 0 10px 0; } }
/**
 * 600px website stylesheet sm
 */
@media (max-width: 600px) {
  .retailArchive .retailServicesList .eachRetailWrap {
    width: 100%; }

  .singleRetailPage .partnersSection .sectionTitle:after {
    width: 39%; } }
/**
 * 500px> website stylesheet xsm
 */
@media (max-width: 500px) {
  .whatsappTrigger {
    width: 32px;
    height: 32px; }

  header .topPart .infoWrapper {
    width: 100%;
    text-align: center; }
    header .topPart .infoWrapper ul li:nth-child(2) {
      margin: 0 10px; }
    header .topPart .infoWrapper ul li a {
      font-size: 12px; }
  header .bottomPart .leftSection a img {
    max-width: 100px; }
  header .bottomPart .rightSection {
    margin: 6px 0 0 0; }

  .pageWithTopBanner .topBannerWithTitle {
    height: 300px; }
    .pageWithTopBanner .topBannerWithTitle h1 {
      font-size: 24px;
      text-align: center;
      padding: 0 10px;
      line-height: 34px; }

  .homePage .topSection .swiper-container .swiper-slide .infoHolder h1 {
    font-size: 26px;
    line-height: 34px; }
  .homePage .topSection .buildingPattern {
    right: -60px; }
  .homePage .aboutUsSection {
    padding: 40px 0; }
    .homePage .aboutUsSection .columnsWrapper {
      display: block; }
      .homePage .aboutUsSection .columnsWrapper .leftSection {
        margin: 0 0 25px 0; }
      .homePage .aboutUsSection .columnsWrapper .rightSection .imageHolder:after {
        top: 8%;
        right: -10px; }
      .homePage .aboutUsSection .columnsWrapper .rightSection a {
        margin: 10px 0 0 0; }
  .homePage .projectsSection {
    padding: 45px 0 50px 0; }
    .homePage .projectsSection .sectionTitle {
      font-size: 18px; }
      .homePage .projectsSection .sectionTitle .svgLine2 {
        bottom: calc(100% - 40px);
        right: -62px;
        max-width: 115px; }
    .homePage .projectsSection .projectsWrapper .eachProjectWrap .descriptionHolder {
      display: none; }
    .homePage .projectsSection .projectsWrapper .eachProjectWrap .mainTitle {
      font-size: 16px;
      padding: 0 15px 20px 15px; }
    .homePage .projectsSection .seeAllProjects .moreBtn {
      transform: translateX(0px); }
  .homePage .cklineNigeriaSection .container .rightSection,
  .homePage .cklineNigeriaSection .container .leftSection {
    padding: 0; }
  .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection h4 {
    font-size: 14px; }
  .homePage .cklineNigeriaSection .container .leftSection .innerLeftSection h2 {
    font-size: 25px;
    margin: 15px 0 15px 0;
    line-height: 32px; }
  .homePage .coreBusinesses {
    padding: 50px 0 0px 0; }
    .homePage .coreBusinesses .columnWrap {
      width: 100%;
      margin: 0 0 50px 0; }
      .homePage .coreBusinesses .columnWrap h2 {
        min-height: 100%; }
  .homePage .partnersSection {
    padding: 40px 0 0px 0; }
    .homePage .partnersSection .sectionTitle {
      font-size: 18px;
      margin: 0 auto 40px auto; }
    .homePage .partnersSection .innerPartnersSection .eachPartnerWrap {
      margin: 0 0 50px 0; }

  .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder {
    width: 100%; }
    .aboutUsPage .whoWeAreSection .customContainer .definitionsHolder.smallDefinition.greyed {
      margin: 0 0 30px 0; }
  .aboutUsPage .globalScopeOfWork .customContainer .leftSection .imageHolder:after {
    height: 115px; }
  .aboutUsPage .whatWeDoSection .customContainer .listHolder:after {
    top: -20px; }
  .aboutUsPage .whatWeDoSection .customContainer h2 {
    font-size: 20px; }
  .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo {
    padding: 20px 20px; }
    .aboutUsPage .whatWeDoSection .customContainer .eachWhatWeDo .innerEachWhatWeDo h3 {
      font-size: 20px; }

  .fourOfourPage .innerFourOFourPage {
    padding: 40px 0; }
    .fourOfourPage .innerFourOFourPage h1 {
      font-size: 50px;
      margin: 0 0 10px 0; }
    .fourOfourPage .innerFourOFourPage h3 {
      font-size: 16px; }
    .fourOfourPage .innerFourOFourPage .buttonsHolder a {
      padding: 5px 15px;
      font-size: 14px;
      margin: 15px 5px; }

  .engineeringArchive .filteringWrapper {
    padding: 20px 0 0 0; }
    .engineeringArchive .filteringWrapper .customContainer ul li {
      margin: 0 15px 15px 0; }
      .engineeringArchive .filteringWrapper .customContainer ul li a {
        font-size: 13px;
        padding: 5px 15px;
        min-width: 140px; }
  .engineeringArchive .superParentListsWrapper .sectionTitle {
    font-size: 20px; }
  .engineeringArchive .superParentListsWrapper .sectionDesc {
    font-size: 16px; }
  .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap {
    width: 100%; }
    .engineeringArchive .superParentListsWrapper .listHolder .eachServiceWrap .innerEachServiceWrap .descriptionHolder .content {
      min-height: 100%;
      font-size: 16px; }

  .retailArchive .retailServicesList {
    padding: 40px 0; }
    .retailArchive .retailServicesList .sectionTitle {
      font-size: 20px; }
    .retailArchive .retailServicesList .listWrapper:before {
      top: -15px; }
    .retailArchive .retailServicesList .eachRetailWrap .titleHolder h3 {
      font-size: 20px; }

  .singleRetailPage .partnersSection {
    padding: 30px 0 25px 0; }
    .singleRetailPage .partnersSection .sectionTitle {
      font-size: 20px; }
      .singleRetailPage .partnersSection .sectionTitle:after {
        width: 36%; }

  .projectsPage .filteringWrapper .customContainer ul {
    display: flex;
    flex-wrap: wrap; }
    .projectsPage .filteringWrapper .customContainer ul li {
      margin: 0 15px 15px 0;
      width: calc(100% / 2 - 15px); }
      .projectsPage .filteringWrapper .customContainer ul li a {
        min-width: 140px; }
  .projectsPage .projectsWrapper .eachProjectWrap {
    width: 100%; }

  .singleProjectPage .topBannerWithTitle {
    height: 400px; }
    .singleProjectPage .topBannerWithTitle .titlesHolder {
      margin: 50px 0 0 0; }
    .singleProjectPage .topBannerWithTitle h1 {
      margin: 5px 0; }
  .singleProjectPage .projectInfo .backBtn {
    font-size: 14px; }
    .singleProjectPage .projectInfo .backBtn span {
      width: 32px;
      height: 10px;
      margin: 0 10px 0 0; }
  .singleProjectPage .projectInfo .galleryPopup .closeBtn {
    right: 0;
    left: 0;
    text-align: center; }
  .singleProjectPage .projectInfo .columnWrapper .leftSection {
    padding: 15px 0px 0 15px; }
    .singleProjectPage .projectInfo .columnWrapper .leftSection:before {
      height: 150px; }
  .singleProjectPage .projectInfo .columnWrapper .rightSection {
    padding: 0; }
    .singleProjectPage .projectInfo .columnWrapper .rightSection .descriptionHolder h2 {
      font-size: 26px; }
  .singleProjectPage .relatedProjects {
    padding: 40px 0 20px 0; }
    .singleProjectPage .relatedProjects h2 {
      font-size: 20px;
      margin: 0 0 25px 0; }
    .singleProjectPage .relatedProjects .projectsHolder .eachProjectWrap {
      width: 100%; }

  .contactUsPage .sectionTitle {
    font-size: 20px; }
  .contactUsPage .messageUsSection {
    padding: 30px 0 50px 0; }
  .contactUsPage .reachUsSection {
    padding: 30px 0 20px 0; }
  .contactUsPage .findUsSection {
    padding: 30px 0 20px 0; }

  .nigeriaPage .globalScopeOfWork {
    margin: 35px 0 0 0; }
    .nigeriaPage .globalScopeOfWork .customContainer .leftSection h3 {
      color: #6F6F6F;
      font-size: 20px;
      margin: 0 0 30px 0;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      letter-spacing: 0.3px;
      position: relative;
      text-align: center; }
      .nigeriaPage .globalScopeOfWork .customContainer .leftSection h3.onlyOnMobile {
        display: block !important; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection h3 {
      display: none; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection h2 {
      font-size: 24px;
      line-height: 26px; }
    .nigeriaPage .globalScopeOfWork .customContainer .rightSection .content p {
      font-size: 12px;
      line-height: 16px; }
  .nigeriaPage .projectsSection {
    padding: 30px 0; }
    .nigeriaPage .projectsSection .projectsWrapper .projectsSliderNav {
      display: none; }
  .nigeriaPage .hseSection {
    padding: 30px 15px; }
    .nigeriaPage .hseSection .sectionTitle {
      font-size: 20px; }
    .nigeriaPage .hseSection .hseDescription {
      padding: 20px 15px; }
  .nigeriaPage .retailSection {
    padding: 30px 15px; }
    .nigeriaPage .retailSection .innerRetailSection .sectionTitle {
      font-size: 20px; }
    .nigeriaPage .retailSection .innerRetailSection .retailDescription {
      padding: 20px 15px; }
  .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap {
    text-align: center; }
    .nigeriaPage .keyPeopleSection .innerKeyPeopleSection .eachPersonWrap .numbersList label {
      float: none; }

  footer .rightSection,
  footer .leftSection {
    padding: 0; } }
/**
 * 400px website stylesheet sm
 */
/**
 * 380px website stylesheet sm
 */

/*# sourceMappingURL=styles.css.map */
