@charset "UTF-8";
/* fonts start */
@font-face {
  font-family: EtelkaTextPro;
  src: url(../weka/fonts/EtelkaTextPro.otf); }
@font-face {
  font-family: EtelkaTextProBold;
  src: url(../weka/fonts/EtelkaTextProBold.otf); }
@font-face {
  font-family: EtelkaTextProBoldItalic;
  src: url(../weka/fonts/EtelkaTextProBoldItalic.otf); }
@font-face {
  font-family: EtelkaTextProItalic;
  src: url(../weka/fonts/EtelkaTextProItalic.otf); }
@font-face {
  font-family: EtelkaLightProBold;
  src: url(../weka/fonts/EtelkaLightProBold.otf); }
@font-face {
  font-family: EtelkaLightPro;
  src: url(../weka/fonts/EtelkaLightPro.otf); }
/* fonts end */
/* structure start */
body, html {
  font-family: EtelkaTextPro;
  background-color: #ffffff; }

/* structure end */
/* header start */
body.logged-in .navbar-fixed-top {
  margin-top: 30px; }

.navbar-brand, .scroll .desktop_nav {
  padding: 10px 10px; }

.navbar-fixed-top.scroll img.scroll-image {
  display: block; }

.navbar-fixed-top.top img.scroll-image {
  display: none; }

.navbar-fixed-top.top img.fixed-image {
  display: block; }

.navbar-fixed-top.scroll img.fixed-image {
  display: none; }

.scroll ul.desktop_nav ul {
  padding-top: 20px; }

.top ul.desktop_nav ul {
  padding-top: 40px; }

ul.desktop_nav a {
  text-decoration: none; }

ul.desktop_nav li:hover > ul {
  display: block; }

ul.desktop_nav ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  list-style: none; }

ul.desktop_nav > li.menu-item-has-children > a:after {
  color: #fff;
  content: '▼';
  vertical-align: 1px;
  padding-left: 10px;
  font-size: 0.8em; }

ul.desktop_nav ul > li.menu-item-has-children > a:after {
  color: #fff;
  content: '►';
  vertical-align: 1px;
  padding-left: 10px;
  font-size: 0.8em; }

ul.desktop_nav ul > li > a {
  border: solid 1px #b4b4b4;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #ddd;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #000000; }

ul.desktop_nav ul > li.current_page_item > a, ul.desktop_nav ul > li > a:hover {
  color: #ffffff;
  background-color: #000000; }

ul.desktop_nav ul ul {
  left: 185px;
  top: 0px; }

.mobile-navbar .sub-menu {
  display: none; }

.search-form {
  cursor: pointer; }

.nav-form-content {
  position: absolute;
  top: -16px;
  right: 30px;
  z-index: 1100;
  width: 0px;
  overflow: hidden;
  transition: 500ms; }

.show {
  display: block !important; }

.nav-form-content.show .sf-s {
  width: 100%; }

.nav-form-content.show {
  width: 347px; }

.nav-form-content .searchform .sf-searchsubmit {
  width: 35px;
  height: 32px;
  top: 0px;
  left: 0px;
  border: none; }

.nav-form-content {
  height: 62px; }

.nav-form-content .searchform .sf-s {
  width: 310px;
  background: #ffffff;
  border: 1px #e8e8e8 solid;
  padding: 5px 5px 5px 5px;
  margin-left: 35px; }

.searchform .sf-searchsubmit {
  margin-top: 12px !important;
  outline: 0;
  border: 1px solid #6ab33d;
  background-color: #6ab33d;
  position: absolute;
  width: 37px;
  height: 37px;
  right: 0px;
  top: -1px;
  background-image: url("/wp-content/themes/weka/img/search_icon.png");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 500ms; }

/* header end */
/* footer start */
#footer {
  background: #ff8600; }

#scrollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  font-size: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#scrollBtn:hover {
  background-color: #555; }

/* footer end */
/* 404 start */
h1.nf_h1 {
  color: #000000; }

p.nf_paragraph {
  color: #000000; }

h2.nf_h2 {
  color: #000000; }

div.nf_main {
  text-align: center; }

/* 404 end */
/* search start */
.searchform input[type=text] {
  border: #0064b2 solid 2px;
  padding: 10px 5px;
  min-width: 250px; }

.searchform input[type=submit] {
  color: white;
  background-color: #7bc143;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 10px 15px;
  border: #7bc143 solid 2px;
  margin: 5px 1px; }

.search-results .hentry::after {
  background-color: #ffc029;
  background-image: linear-gradient(90deg, #ffc029, #4cd8b0);
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  height: .1875rem;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%; }

.search-results .hentry {
  transition: all .2s ease-in-out;
  transform: scale(1);
  background: #fff;
  border-radius: .25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.search-results .hentry {
  position: relative;
  text-align: center;
  width: 100%; }

.search-results .hentry .entry-header {
  padding: 20px;
  padding: 1.25rem;
  word-wrap: break-word; }

.search-results .hentry:not(.has-post-thumbnail) .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem; }

.search-results {
  clear: both; }

/* search end */
/* mobile start */
.mobile {
  display: none; }

.desktop {
  display: block; }

@media only screen and (max-width: 480px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; }

  #main {
    padding: 0px 0px 25px; } }
@media only screen and (max-width: 767px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; } }
/* mobile end */
/* LS Header start */
.navbar.navbar-inverse {
  background-color: white;
  border-color: #f1f1f1;
  margin-bottom: 0; }
  .navbar.navbar-inverse .header-container {
    position: relative;
    width: 100%;
    padding: 0; }
    .navbar.navbar-inverse .header-container .navbar-header {
      z-index: 999; }
      .navbar.navbar-inverse .header-container .navbar-header .navbar-brand img {
        height: 55px;
        width: auto; }
    .navbar.navbar-inverse .header-container #mega-menu-wrap-primary_menu {
      font-family: EtelkaTextProBold; }
      @media (min-width: 1200px) {
        .navbar.navbar-inverse .header-container #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item > .mega-sub-menu {
          margin-top: 26px !important; } }
    .navbar.navbar-inverse .header-container .navbar-nav.navbar-right {
      margin-right: 0 !important;
      right: 0;
      position: absolute;
      top: 30px;
      display: flex;
      align-items: center; }
      .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li:first-child {
        margin-right: 45px; }
      .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li:last-child a {
        color: #002e54; }
      .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li {
        font-family: EtelkaTextProBold; }
        .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li a:first-child {
          font-size: 22px; }
        .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li a:last-child {
          font-size: 12px; }
        .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li a {
          padding: 0; }
          .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li a .search-icon {
            color: #7bc143; }
        .navbar.navbar-inverse .header-container .navbar-nav.navbar-right li .nav-form-content .searchform {
          margin: 12px 0 0; }

#mega-menu-primary_menu li.mega-menu-item > .mega-sub-menu > li > ul .mega-menu-column:first-child li {
  display: flex !important; }
  #mega-menu-primary_menu li.mega-menu-item > .mega-sub-menu > li > ul .mega-menu-column:first-child li a {
    color: #7bc143 !important;
    border-bottom: 2px solid #002e54 !important;
    padding-bottom: 4px !important;
    padding-right: 24px !important;
    font-size: 24px !important;
    font-family: EtelkaLightPro !important;
    cursor: context-menu !important; }
@media (max-width: 767px) {
  #mega-menu-primary_menu li.mega-menu-item > .mega-sub-menu > li > ul .mega-menu-column:first-child {
    display: none !important; } }

.navbar-inverse.mobilenav .header-container .navbar-header {
  height: 82px; }
  .navbar-inverse.mobilenav .header-container .navbar-header .navbar-right {
    float: right;
    margin-top: 16px !important;
    display: flex;
    align-items: center; }
    .navbar-inverse.mobilenav .header-container .navbar-header .navbar-right .user-icon {
      margin-right: 10px; }
    .navbar-inverse.mobilenav .header-container .navbar-header .navbar-right .navbar-toggle {
      border-color: transparent;
      float: none; }
      .navbar-inverse.mobilenav .header-container .navbar-header .navbar-right .navbar-toggle span {
        background-color: #333; }
    .navbar-inverse.mobilenav .header-container .navbar-header .navbar-right .navbar-toggle:hover, .navbar-inverse.mobilenav .header-container .navbar-header .navbar-right .navbar-toggle:active, .navbar-inverse.mobilenav .header-container .navbar-header .navbar-right .navbar-toggle:focus {
      background-color: transparent; }
  .navbar-inverse.mobilenav .header-container .navbar-header .navbar-brand {
    padding: 24px 0; }
    .navbar-inverse.mobilenav .header-container .navbar-header .navbar-brand img {
      height: 37px; }
.navbar-inverse.mobilenav .header-container .navbar-collapse {
  border: 0; }

@media (min-width: 768px) {
  .navbar.navbar-inverse .header-container .navbar-brand {
    padding: 0;
    float: none; } }
@media (min-width: 1200px) {
  .navbar.navbar-inverse .header-container {
    height: 97px; }
    .navbar.navbar-inverse .header-container .navbar-header {
      position: absolute; }
    .navbar.navbar-inverse .header-container #mega-menu-wrap-primary_menu {
      position: absolute;
      width: 100%;
      top: 32px; }
      .navbar.navbar-inverse .header-container #mega-menu-wrap-primary_menu #mega-menu-primary_menu {
        padding-left: 325px !important; } }
/* LS Header start */
/* General start */
#page {
  overflow: hidden;
  min-height: 50vh; }

h1, h2, h3, h4, h5 {
  font-family: EtelkaTextProBold !important; }

p, li {
  font-family: EtelkaTextPro; }

h1.main-heading--left {
  color: #002e54;
  font-size: 40px; }
  @media (max-width: 450px) {
    h1.main-heading--left {
      font-size: 32px; } }

h1.main-heading--center {
  text-align: center;
  color: #002e54;
  font-size: 40px; }
  @media (max-width: 450px) {
    h1.main-heading--center {
      font-size: 32px; } }

h2.main-heading--center {
  text-align: center;
  color: #002e54;
  font-size: 38px; }

h2.main-heading--left {
  color: #002e54; }

h3.main-heading--left {
  color: #002e54; }

h3.main-heading--center {
  text-align: center;
  color: #002e54; }

.emphasis-text {
  font-size: 18px; }

.emphasis-text--left {
  font-size: 18px; }

.emphasis-text--center {
  text-align: center;
  font-size: 18px; }

.text--light {
  font-family: EtelkaLightPro; }

.text--light-bold {
  font-family: EtelkaLightProBold; }

.text--bold {
  font-family: EtelkaTextProBold; }

.link--green {
  color: #7bc143; }

.wrapper-background-1 {
  background-color: #ebebeb;
  position: relative; }

.margin-filler-1:before {
  background-color: #ebebeb;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0; }

.margin-filler-1:after {
  background-color: #ebebeb;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0; }

.wrapper-background-2 {
  background-color: #f1f0f0;
  position: relative; }

.margin-filler-2:before {
  background-color: #f1f0f0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0; }

.margin-filler-2:after {
  background-color: #f1f0f0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0; }

.submit-button-1 {
  background-color: #7bc143;
  color: white;
  font-family: EtelkaTextProBold;
  border: 0;
  padding: 7px 50px;
  border-radius: 12px; }

#breadcrumbs {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }
  #breadcrumbs a {
    color: #333; }
  #breadcrumbs .breadcrumb_last {
    color: #7bc143; }

.margin-zero {
  margin: 0 !important; }

.owl-prev:focus, .owl-next:focus {
  outline: 0 !important; }

.hesperiden .tp-bullet {
  width: 50px !important;
  height: 3px !important;
  border-radius: 0 !important;
  border: 0 !important; }

@media (min-width: 1200px) {
  #main {
    padding-top: 96px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #main {
    padding-top: 122px; } }
/* General end */
/* Footer start */
#footer {
  background-color: #002e54;
  padding: 65px 0; }

#bottom-bar {
  background-color: #002e54; }
  #bottom-bar .container {
    display: flex;
    justify-content: center;
    border-top: white 1px solid;
    padding-top: 20px;
    padding-bottom: 20px; }
    #bottom-bar .container .summary {
      font-family: EtelkaTextPro;
      text-align: center;
      color: white; }

#footer-logo {
  height: 55px;
  width: auto; }

.footer-social-container {
  margin-top: 20px; }
  .footer-social-container a {
    color: white; }
    .footer-social-container a div {
      font-family: EtelkaTextProBold; }
  .footer-social-container a:first-child div {
    font-size: 22px; }
  .footer-social-container a:last-child div {
    font-size: 12px; }

.footer-social-icons {
  margin-top: 20px;
  display: flex; }
  .footer-social-icons div {
    margin-right: 15px; }
    .footer-social-icons div img {
      height: 25px;
      width: auto; }

.footer-column {
  color: white; }
  .footer-column__header {
    font-family: EtelkaTextProBold; }
  .footer-column__item {
    margin-top: 5px; }
    .footer-column__item a {
      color: white;
      font-family: EtelkaTextPro; }

#footer a {
  text-decoration: none; }
#footer a:hover {
  color: #7bc143; }

.contact-container {
  padding: 0 !important; }
  .contact-container .contact-container-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px; }

.contact-container-item__phone {
  background-color: #ffe000; }
.contact-container-item__email {
  background-color: #d6e03e; }
.contact-container-item__address {
  background-color: #7bc143; }

.contact-container-item .left-container {
  margin-right: 15px; }
  .contact-container-item .left-container img {
    width: 30px;
    height: auto; }
.contact-container-item .right-container div:first-child {
  font-family: EtelkaTextProBold;
  color: #002e54;
  font-size: 16px; }
.contact-container-item .right-container div:last-child {
  font-family: EtelkaTextPro;
  color: #002e54;
  margin-top: 10px; }
  .contact-container-item .right-container div:last-child a {
    color: #002e54;
    text-decoration: none; }
  .contact-container-item .right-container div:last-child a:hover {
    color: #002e54; }

@media (max-width: 991px) {
  .footer-column {
    margin-top: 32px; } }
/* Footer end */
/* Homepage start */
.homepage-accordion .accordion {
  margin: 0 auto;
  border-radius: 3px;
  border-bottom: 1px solid #bfbfbf; }
.homepage-accordion .heading {
  font-family: EtelkaLightPro;
  font-size: 22px;
  letter-spacing: 0.8px;
  padding: 15px 0;
  cursor: pointer; }
.homepage-accordion .heading:not(:first-child) {
  border-top: 1px solid #bfbfbf; }
.homepage-accordion .heading:first-child:hover {
  border-radius: 3px 3px 0 0; }
.homepage-accordion .heading:nth-last-child(2):hover {
  border-radius: 0 0 3px 3px; }
.homepage-accordion .heading::before {
  font-family: "FontAwesome";
  content: "\f107";
  color: #ffe000;
  vertical-align: middle;
  display: inline-block;
  float: right;
  transform: rotate(0);
  transition: all 0.5s;
  margin-top: -8px;
  font-size: 25px; }
.homepage-accordion .active.heading::before {
  transform: rotate(-180deg); }
.homepage-accordion .not-active.heading::before {
  transform: rotate(0deg); }
.homepage-accordion .contents {
  display: none;
  font-family: EtelkaTextPro;
  padding: 0 40px 15px 0;
  font-size: 13px;
  line-height: 1.5; }
  .homepage-accordion .contents a {
    color: #7bc143; }
.homepage-accordion h1 {
  font-size: 40px;
  text-align: center;
  margin: 50px 0; }

.img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .img-overlay > .wpb_wrapper {
    width: 100%;
    height: 100%;
    position: relative; }
  .img-overlay button {
    position: absolute;
    height: 10%;
    width: 10%;
    border-radius: 100%;
    background-color: transparent;
    border: 0; }
    .img-overlay button:active, .img-overlay button:focus {
      outline: 0; }
  .img-overlay--industrial {
    top: 66%;
    right: 12%; }
  .img-overlay--infrastructure {
    right: 54%;
    top: 21%; }
  .img-overlay--waste-environment {
    right: 22%;
    top: 51%; }
  .img-overlay--coatings {
    top: 53%;
    left: 17%; }
  .img-overlay--construction {
    left: 76%;
    top: 14%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .img-overlay--industrial {
    top: 65%;
    right: 12%; }
  .img-overlay--infrastructure {
    right: 54%;
    top: 21%; }
  .img-overlay--waste-environment {
    right: 22%;
    top: 50%; }
  .img-overlay--coatings {
    top: 53%;
    left: 17%; }
  .img-overlay--construction {
    left: 75%;
    top: 14%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .img-overlay--industrial {
    top: 64%;
    right: 13%; }
  .img-overlay--infrastructure {
    right: 54%;
    top: 20%; }
  .img-overlay--waste-environment {
    right: 23%;
    top: 49%; }
  .img-overlay--coatings {
    top: 51%;
    left: 17%; }
  .img-overlay--construction {
    left: 74%;
    top: 13%; } }
@media (min-width: 620px) and (max-width: 767px) {
  .img-overlay--industrial {
    top: 63%;
    right: 13%; }
  .img-overlay--infrastructure {
    right: 54%;
    top: 21%; }
  .img-overlay--waste-environment {
    right: 23%;
    top: 49%; }
  .img-overlay--coatings {
    top: 51%;
    left: 17%; }
  .img-overlay--construction {
    left: 74%;
    top: 13%; } }
@media (min-width: 470px) and (max-width: 619px) {
  .img-overlay--industrial {
    top: 62%;
    right: 14%; }
  .img-overlay--infrastructure {
    right: 55%;
    top: 19%; }
  .img-overlay--waste-environment {
    right: 24%;
    top: 48%; }
  .img-overlay--coatings {
    top: 50%;
    left: 17%; }
  .img-overlay--construction {
    left: 74%;
    top: 13%; } }
@media (min-width: 380px) and (max-width: 469px) {
  .img-overlay--industrial {
    top: 60%;
    right: 15%; }
  .img-overlay--infrastructure {
    right: 56%;
    top: 20%; }
  .img-overlay--waste-environment {
    right: 25%;
    top: 47%; }
  .img-overlay--coatings {
    top: 49%;
    left: 17%; }
  .img-overlay--construction {
    left: 73%;
    top: 12%; } }
@media (max-width: 379px) {
  .img-overlay--industrial {
    top: 58%;
    right: 17%; }
  .img-overlay--infrastructure {
    right: 56%;
    top: 18%; }
  .img-overlay--waste-environment {
    right: 26%;
    top: 44%; }
  .img-overlay--coatings {
    top: 46%;
    left: 16%; }
  .img-overlay--construction {
    left: 71%;
    top: 11%; } }
.HSQE-img-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .HSQE-img-container img {
    margin: 0 15px; }
  .HSQE-img-container img:first-child {
    width: 130px;
    height: auto; }
  .HSQE-img-container img:not(:first-child) {
    width: 70px;
    height: auto; }

.about-us-tile > div > div {
  position: relative; }

.about-us-tile > div > div:hover .wpb_raw_code {
  display: block; }

.about-us-tile > div {
  padding-bottom: 15px; }
.about-us-tile .wpb_raw_code {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }
.about-us-tile div {
  height: 100%;
  width: 100%;
  margin: 0; }
.about-us-tile a {
  text-decoration: none !important; }

@media (max-width: 500px) {
  .HSQE-img-container img:first-child {
    width: 75px;
    height: auto; }
  .HSQE-img-container img:not(:first-child) {
    width: 40px;
    height: auto; } }
.about-us-tile-rollover {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .about-us-tile-rollover h3 {
    font-family: EtelkaLightProBold;
    color: white;
    margin-top: 0;
    text-align: center; }
  .about-us-tile-rollover img {
    width: 30px;
    height: auto;
    margin-top: 20px; }

.about-us-tile-rollover.resource {
  background-image: url(/wp-content/uploads/2019/08/About-Us-Innovative-Practices-rollover.jpg);
  background-size: cover; }

.about-us-tile-rollover.innovation {
  background-image: url(/wp-content/uploads/2019/08/About-Us-Environmental-Awareness-rollover.jpg);
  background-size: cover; }

.about-us-tile-rollover.history {
  background-image: url(/wp-content/uploads/2019/08/About-Us-Key-Clients-rollover.jpg);
  background-size: cover; }

.about-us-tile-rollover.people {
  background-image: url(/wp-content/uploads/2019/08/About-Us-Our-People-rollover.jpg);
  background-size: cover; }

#homepage-portfolios-carousel .owl-item {
  margin-bottom: 15px;
  padding: 0 5px; }
  #homepage-portfolios-carousel .owl-item .item {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 16px 0 rgba(0, 0, 0, 0.19); }
#homepage-portfolios-carousel .owl-dots .owl-dot.active span, #homepage-portfolios-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffe000 !important;
  height: 20px !important;
  width: 20px !important; }
#homepage-portfolios-carousel .owl-dots .owl-dot span {
  background-color: #e1e1e1 !important;
  height: 12px !important;
  width: 12px !important; }
#homepage-portfolios-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 22px !important;
  margin-bottom: 62px; }

.portfolio-tile {
  position: relative; }
  .portfolio-tile img {
    height: auto;
    object-fit: cover;
    width: 100%; }
  .portfolio-tile .portfolio-details {
    padding: 18px 36px; }
  .portfolio-tile h5 {
    font-family: EtelkaLightProBold;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 28px; }
  .portfolio-tile .excerpt-item {
    color: #868585; }
  .portfolio-tile .sub-title {
    font-family: EtelkaTextProBold;
    text-transform: capitalize; }
  .portfolio-tile:hover .portfolio-tile--overlay {
    visibility: visible;
    opacity: 1; }
  .portfolio-tile--overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(68, 120, 26, 0.6);
    padding: 3em 4em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: opacity ease 1s; }
    .portfolio-tile--overlay i {
      color: #ffffff;
      font-size: 25px; }
    .portfolio-tile--overlay a {
      text-decoration: none !important;
      color: #ffffff !important;
      border-bottom: 1px solid #ffffff; }

#homepage-vacancies-carousel img {
  height: 110px;
  object-fit: cover;
  width: 100%; }
#homepage-vacancies-carousel .owl-item {
  margin-bottom: 15px;
  padding: 0 5px; }
  #homepage-vacancies-carousel .owl-item .item {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 16px 0 rgba(0, 0, 0, 0.19); }
#homepage-vacancies-carousel .owl-dots .owl-dot.active span, #homepage-vacancies-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #7bc143 !important;
  height: 20px !important;
  width: 20px !important; }
#homepage-vacancies-carousel .owl-dots .owl-dot span {
  background-color: #e1e1e1 !important;
  height: 12px !important;
  width: 12px !important; }
#homepage-vacancies-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 22px !important;
  margin-bottom: 62px; }
#homepage-vacancies-carousel .homepage-vacancy-details {
  padding: 18px 36px; }
#homepage-vacancies-carousel h5 {
  font-family: EtelkaTextProBold;
  color: #868585; }
#homepage-vacancies-carousel .excerpt-item {
  color: #868585; }
  #homepage-vacancies-carousel .excerpt-item .icon {
    color: #7bc143;
    margin-right: 7px; }
#homepage-vacancies-carousel .sub-title {
  font-family: EtelkaTextProBold;
  text-transform: capitalize; }

.homepage-careers-button-container a:first-child .button-container {
  margin-bottom: 20px; }
.homepage-careers-button-container .button-container {
  position: relative; }
  .homepage-careers-button-container .button-container img {
    width: 100%; }
.homepage-careers-button-container .text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: EtelkaTextProBold;
  font-size: 22px; }

#homepage-graphs .graph {
  margin-bottom: 30px; }
  #homepage-graphs .graph__details {
    display: flex;
    justify-content: space-between;
    font-family: EtelkaTextProBold;
    font-size: 16px; }
  #homepage-graphs .graph__bar {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    position: relative; }
#homepage-graphs .bar {
  width: 100%;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute; }
  #homepage-graphs .bar--active {
    width: 0%;
    height: 5px;
    background-color: yellow;
    z-index: 10;
    -webkit-transition: width 4s;
    /* For Safari 3.1 to 6.0 */
    transition: width 4s;
    border-radius: 15px; }
#homepage-graphs .graph#team .bar--active {
  background-color: #ffe000; }
#homepage-graphs .graph#vacancies .bar--active {
  background-color: #d6e03e; }
#homepage-graphs .graph#locations .bar--active {
  background-color: #7bc143; }

/* Homepage end */
/* Contact Us start */
.contact-button {
  display: flex;
  justify-content: center; }
  .contact-button div {
    font-family: EtelkaTextProBold;
    color: #002e54;
    font-size: 25px; }
    .contact-button div svg {
      color: #7bc143;
      margin-right: 15px; }

#locations-map {
  width: 100%;
  height: 400px; }

#office-tiles {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap; }

.office-tile {
  display: flex;
  justify-content: space-between;
  background-color: #b7b7b7;
  align-items: center;
  padding: 6px 11px;
  color: white;
  border-radius: 16px;
  font-family: EtelkaTextPro;
  margin: 10px 0;
  cursor: pointer; }

.office-tile:hover {
  background-color: #7bc143; }

#contact-form label {
  font-family: EtelkaTextProBold;
  color: #868585; }

.submit-container {
  display: flex;
  justify-content: flex-end; }

.grecaptcha-badge {
  bottom: 112px !important; }

/* Contact Us end */
/* About Us Start */
.about-us-accordion .accordion {
  margin: 0 auto;
  border-radius: 3px;
  border-bottom: 1px solid #bfbfbf; }
.about-us-accordion .heading {
  font-family: EtelkaLightPro;
  font-size: 22px;
  letter-spacing: 0.8px;
  padding: 15px 0;
  cursor: pointer; }
.about-us-accordion .heading:not(:first-child) {
  border-top: 1px solid #bfbfbf; }
.about-us-accordion .heading:first-child:hover {
  border-radius: 3px 3px 0 0; }
.about-us-accordion .heading:nth-last-child(2):hover {
  border-radius: 0 0 3px 3px; }
.about-us-accordion .heading::before {
  font-family: "FontAwesome";
  content: "\f107";
  color: #d6e03e;
  vertical-align: middle;
  display: inline-block;
  float: right;
  transform: rotate(0);
  transition: all 0.5s;
  margin-top: -8px;
  font-size: 25px; }
.about-us-accordion .active.heading::before {
  transform: rotate(-180deg); }
.about-us-accordion .not-active.heading::before {
  transform: rotate(0deg); }
.about-us-accordion .contents {
  display: none;
  font-family: EtelkaTextPro;
  padding: 0 40px 15px 0;
  font-size: 13px;
  line-height: 1.5; }
  .about-us-accordion .contents a {
    color: #7bc143; }
.about-us-accordion h1 {
  font-size: 40px;
  text-align: center;
  margin: 50px 0; }

.about-us-accordion .heading {
  text-align: center;
  font-family: EtelkaTextProBold; }

#affiliations-carousel .owl-stage {
  display: flex;
  align-items: center; }
  #affiliations-carousel .owl-stage .owl-item {
    padding: 20px; }
#affiliations-carousel .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 11%;
  margin-left: -12px !important;
  display: block !important;
  color: #d6e03e; }
#affiliations-carousel .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 11%;
  right: -12px !important;
  display: block !important;
  color: #d6e03e; }
@media (min-width: 671px) and (max-width: 1199px) {
  #affiliations-carousel .owl-prev, #affiliations-carousel .owl-next {
    top: 8%; } }
@media (min-width: 600px) and (max-width: 670px) {
  #affiliations-carousel .owl-prev, #affiliations-carousel .owl-next {
    top: 0; } }
@media (min-width: 500px) and (max-width: 599px) {
  #affiliations-carousel .owl-prev, #affiliations-carousel .owl-next {
    top: 11%; } }
@media (min-width: 471px) and (max-width: 499px) {
  #affiliations-carousel .owl-prev, #affiliations-carousel .owl-next {
    top: 0; } }
@media (min-width: 415px) and (max-width: 470px) {
  #affiliations-carousel .owl-prev, #affiliations-carousel .owl-next {
    top: 0; } }
@media (min-width: 345px) and (max-width: 414px) {
  #affiliations-carousel .owl-prev, #affiliations-carousel .owl-next {
    top: -4%; } }
@media (max-width: 344px) {
  #affiliations-carousel .owl-prev, #affiliations-carousel .owl-next {
    top: -14%; } }

#carousel-titles .wpb_wrapper {
  display: flex;
  justify-content: center; }
#carousel-titles h2 {
  padding: 0 30px; }
#carousel-titles h2:first-child {
  border-right: 2px solid #d6e03e; }

.people-tiles h4 {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #7bc143;
  padding: 15px;
  font-family: EtelkaTextPro !important; }

.download-tiles {
  display: flex;
  flex-wrap: wrap; }

.testimonial {
  display: flex;
  justify-content: space-around; }
  .testimonial * {
    color: white !important; }

.certificate-tiles a {
  color: #002e54;
  border-bottom: 1px solid #002e54;
  text-decoration: none !important; }

.intergroup-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .intergroup-values--img {
    width: 19%;
    height: auto;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .intergroup-values--img {
        width: 49%; } }
    .intergroup-values--img img {
      width: 100%;
      height: auto; }

.about.service-accordion .service-accordion--heading .vc_tta-title-text {
  color: #393939 !important; }
.about.service-accordion .service-accordion--heading .vc_tta-controls-icon::before {
  border-color: #d6e03e !important; }

/* About Us end */
/* Project Page start */
.portfolios .portfolio-tile {
  margin-bottom: 15px; }
.portfolios h5 a {
  color: #868585;
  text-decoration: none; }

.portfolio-tile .tile {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 16px 0 rgba(0, 0, 0, 0.19); }

.filters ul {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 2px solid #D9D9D9;
  margin: 0 0px 30px;
  flex-wrap: wrap;
  font-family: EtelkaTextProBold; }
  .filters ul li {
    text-align: center;
    margin-right: 12px;
    padding: 0 5px 4px 5px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: -2px;
    color: #777;
    transition: 0.3s;
    text-transform: uppercase;
    margin-top: 7px; }
  .filters ul li:hover {
    color: #7bc143; }
  .filters ul li.is-checked {
    border-bottom: 2px solid #7bc143; }
  .filters ul li:last-child {
    margin-right: 0; }

.project-tiles {
  /* Old Chrome, Safari and Opera */
  -webkit-column-count: 3;
  -webkit-column-gap: 15px;
  /* Old Firefox */
  -moz-column-count: 3;
  -moz-column-gap: 15px;
  /* Standard syntax */
  column-count: 3;
  column-gap: 15px; }
  @media (min-width: 651px) and (max-width: 1200px) {
    .project-tiles {
      /* Old Chrome, Safari and Opera */
      -webkit-column-count: 2;
      /* Old Firefox */
      -moz-column-count: 2;
      /* Standard syntax */
      column-count: 2; } }
  @media (max-width: 650px) {
    .project-tiles {
      /* Old Chrome, Safari and Opera */
      -webkit-column-count: 1;
      /* Old Firefox */
      -moz-column-count: 1;
      /* Standard syntax */
      column-count: 1; } }
  .project-tiles--tile {
    position: relative;
    padding-bottom: 15px; }
    .project-tiles--tile img {
      width: 100%;
      height: auto; }
    .project-tiles--tile:hover .project-tiles--tile-overlay {
      opacity: 1; }
  .project-tiles--tile-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 3em 2em;
    opacity: 0;
    transition: opacity ease 1s; }
    .project-tiles--tile-overlay.primary-color {
      background-color: rgba(0, 46, 84, 0.6); }
    .project-tiles--tile-overlay.secondary-color {
      background-color: rgba(68, 120, 26, 0.6); }
    .project-tiles--tile-overlay.tertiary-color {
      background-color: rgba(100, 105, 32, 0.6); }
    .project-tiles--tile-overlay.quaternary-color {
      background-color: rgba(93, 82, 0, 0.6); }
    .project-tiles--tile-overlay * {
      color: #ffffff;
      line-height: 22px; }
  .project-tiles .project-tile {
    position: relative;
    overflow: hidden; }

/* Project Page end */
/* Services Category Page start */
.services {
  margin-top: 40px; }

.service-tile {
  margin-bottom: 32px; }
  .service-tile .tile {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 16px 0 rgba(0, 0, 0, 0.19); }
    .service-tile .tile .attachment-post-thumbnail {
      width: 100%;
      height: auto; }
    .service-tile .tile__details {
      padding: 18px 36px; }

.tile__images {
  position: relative; }
  .tile__images .icon {
    width: 42%;
    /* height: 50%; */
    /* overflow: auto; */
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .tile__images .icon:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

.tile__details h3 a {
  color: inherit;
  text-decoration: none; }

/* Services Category Page end */
/* Service Page start */
.service-accordion--heading:first-child .vc_tta-panel-heading {
  border-top: 0 !important; }
.service-accordion--heading .vc_tta-panel-heading:hover {
  background-color: transparent !important; }
.service-accordion--heading .vc_tta-panel-heading, .service-accordion--heading .vc_tta-panel-body {
  border-left: 0 !important;
  border-right: 0 !important;
  border-color: #bfbfbf !important; }
.service-accordion--heading .vc_tta-panel-heading:not(:first-child) {
  border-bottom: 0 !important; }
.service-accordion--heading .vc_tta-panel-body, .service-accordion--heading .vc_tta-panel-heading:not(:first-child) {
  border-top: 0 !important; }
.service-accordion--heading .vc_tta-panel-body {
  padding-left: 0 !important; }
.service-accordion--heading .vc_tta-controls-icon {
  right: 0 !important; }
  .service-accordion--heading .vc_tta-controls-icon::before {
    border-color: #7bc143 !important; }
.service-accordion--heading .vc_tta-panel-title a {
  padding-left: 0 !important; }
.service-accordion--heading .vc_tta-panel-title .vc_tta-title-text {
  font-family: EtelkaTextProBold !important;
  color: #002e54 !important;
  font-size: 24px;
  padding: 14px 0; }
.service-accordion--content * {
  font-family: EtelkaLightPro;
  font-size: 18px; }

.related-services {
  margin-top: 15px;
  margin-bottom: 34px; }
  .related-services > div {
    margin-bottom: 30px; }

.related-service {
  min-height: 75px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2em;
  position: relative; }
  .related-service a {
    font-family: EtelkaTextProBold;
    color: white !important;
    font-size: 20px;
    text-align: center;
    z-index: 1;
    text-decoration: none !important;
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .related-service a:hover {
    webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .related-service__overlay {
    position: absolute;
    width: 100%;
    height: 100%; }

.service-downloads {
  padding: 32px 0 1px; }
  .service-downloads > div {
    margin-top: 15px;
    margin-bottom: 34px; }

.download-tile {
  margin-bottom: 30px; }
  .download-tile img {
    width: 100%;
    height: auto; }

.service-projects {
  padding: 50px 0 12px; }
  .service-projects .owl-carousel-portfolios {
    margin-top: 32px; }

/* Service Page end */
/* Search Result Page start */
div.search-results {
  padding-bottom: 64px; }

.search-result h3 a {
  color: #002e54;
  text-decoration: underline;
  font-family: EtelkaLightProBold; }
.search-result__date {
  font-family: EtelkaLightProBold;
  color: #999;
  line-height: 16px;
  text-transform: capitalize;
  font-size: 14px; }
.search-result__excerpt {
  line-height: 1.6;
  color: #999;
  font-size: 16px; }

.search-result {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }

/* Search Result Page end */
/* HSQE page start */
.lti-counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em; }
  .lti-counter--element {
    border: 2px solid #7bc143;
    border-radius: 4px;
    padding: 20px 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-width: 18%;
    z-index: 2;
    background-color: #ffffff;
    margin: 0 4px; }
    .lti-counter--element .time-element {
      font-family: EtelkaLightProBold;
      font-size: 80px; }
    .lti-counter--element .time-suffix {
      font-family: EtelkaLightProBold;
      font-size: 48px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .lti-counter--element .time-element {
        font-size: 60px; }
      .lti-counter--element .time-suffix {
        font-size: 30px; } }
    @media (min-width: 601px) and (max-width: 767px) {
      .lti-counter--element .time-element {
        font-size: 40px; }
      .lti-counter--element .time-suffix {
        font-size: 20px; } }
    @media (min-width: 481px) and (max-width: 600px) {
      .lti-counter--element .time-element {
        font-size: 30px; }
      .lti-counter--element .time-suffix {
        font-size: 15px; } }
    @media (min-width: 401px) and (max-width: 480px) {
      .lti-counter--element .time-element {
        font-size: 24px; }
      .lti-counter--element .time-suffix {
        font-size: 12px; } }
    @media (max-width: 400px) {
      .lti-counter--element .time-element {
        font-size: 16px; }
      .lti-counter--element .time-suffix {
        font-size: 12px; } }
  .lti-counter:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 47%;
    right: 0;
    left: 0;
    background-color: #7bc143;
    z-index: 2; }

/* HSQE page end */

/*# sourceMappingURL=weka.css.map */
