.trans,
.event-gallery-post div.overlay,
.event-gallery-post h2,
.media-filter .media-post div.overlay,
.filter-block button,
.filter-block div.filter ul li a,
.filter-block div.filter ul,
.blog-post,
.cat-filter div.filter .cat-list ul li a,
.cat-filter div.filter .cat-list,
.certificate-block .certificate-post div.overlay,
.career-post .info a,
.catalogue-block .catalogue-post .overlay-btn,
.section-team .team-block .open-popup-link span.icon-plus,
.building-solution .product-post .entry-thumbnail::before,
.overlay,
.main-menu ul.sub-menu li a::after,
.main-menu > ul > li > a::after,
#btn-menu span,
section.header-main,
.btn-quote::before,
.btn-brand:before,
.nav-item button:before {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
img,
a img {
  border: none;
  outline: none;
}
iframe,
embed,
object {
  max-width: 100%;
}
a {
  color: #2f72e4;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ffc300;
}
a:focus,
a:focus-visible,
a:visited,
a a:active {
  color: #ffc300;
}
@media only screen and (max-width: 500px) {
  .hide-mobile {
    display: none;
  }
}
.hide-desktop {
  display: none;
}
@media only screen and (max-width: 500px) {
  .hide-desktop {
    display: block;
  }
}
.bg-brand {
  background: #ffc300;
}
.bg-blue {
  background: #373875;
}
.bg-light {
  background: hsl(0, 0%, 97%) !important;
}
.bg-gray {
  background: hsl(0, 0%, 90%);
}
.border-brand {
  border: solid 1px #ffc300;
}
.text-brand {
  color: #ffc300;
}
.text-blue {
  color: #373875;
}
.fancy::before {
  content: "";
  border: solid 30px;
  -o-border-image: url("../images/dots.webp") 20% round;
  border-image: url("../images/dots.webp") 20% round;
  border-radius: 100%;
  height: 300px;
  width: 300px;
  position: absolute;
  top: -10%;
  left: -10%;
  z-index: -1;
  -webkit-animation: ball 25s infinite;
  animation: ball 25s infinite;
}
.list-none,
.zoho-form-block ul,
ul.latest-news,
.project-summary .project-attributes ul,
.filter-block div.filter ul,
.post-pagination ul,
.entry-meta-bottom .share-block ul.share-post,
.entry-meta-bottom .tag-block ul,
.cat-filter div.filter .cat-list ul,
.search-block ul,
.custom-dots,
.job-data ul,
.network-section ul,
.section-vision ul,
.home-page-info .counter-block ul,
.arrow-list,
.main-menu ul,
.quick-contact ul,
div.footer-menu ul,
ul.socialize,
.fix-cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
b,
strong {
  font-weight: 600;
}
@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.btn-brand,
.nav-item button {
  background: #ffc300;
  border: solid 1px #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
  color: #333;
  position: relative;
  z-index: 1;
}
.btn-brand.btn-large,
.nav-item button.btn-large {
  padding: 15px 30px;
}
.btn-brand.btn-small,
.nav-item button.btn-small {
  padding: 8px 15px;
  font-size: 16px;
  font-size: 1rem;
}
.btn-brand:before,
.nav-item button:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
}
.btn-brand:hover,
.nav-item button:hover {
  color: #333;
  border: solid 1px #ffc300;
}
.btn-brand:hover:before,
.nav-item button:hover:before {
  width: 100%;
}
.btn-brand:focus,
.nav-item button:focus,
.btn-brand:focus-visible,
.nav-item button:focus-visible,
.btn-brand:visited,
.nav-item button:visited,
.btn-brand:active,
.nav-item button:active {
  color: #333 !important;
}
.btn-brand.inverse,
.nav-item button.inverse {
  background: #fff;
  color: #333;
  border: solid 1px #ffc300;
}
.btn-brand.inverse:hover:before,
.nav-item button.inverse:hover:before {
  background: #ffc300;
  border: solid 1px #fff;
}
.nav-item button.active {
  color: #333 !important;
  background: #fff;
  color: #333;
  border: solid 1px #ffc300;
}
.btn-play,
.video-button span.uagb-svg-wrapper {
  background: #ffc300;
  padding: 0;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-animation: video_shadows 1s linear infinite;
  animation: video_shadows 1s linear infinite;
}
.btn-play.style2,
.video-button span.style2.uagb-svg-wrapper {
  -webkit-animation: video_shadows2 1s linear infinite;
  animation: video_shadows2 1s linear infinite;
}
@media only screen and (max-width: 500px) {
  .btn-play,
  .video-button span.uagb-svg-wrapper {
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.btn-play i,
.video-button span.uagb-svg-wrapper i {
  color: #fff;
}
.btn-play.inverse,
.video-button span.inverse.uagb-svg-wrapper {
  background: #fff;
  color: #333;
}
.btn-play.inverse i,
.video-button span.inverse.uagb-svg-wrapper i {
  color: #333;
}
.btn-quote {
  background: #fff;
  border: double 3px #ffc300;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
  color: #333;
  position: relative;
  z-index: 1;
}
.btn-quote::before {
  content: "";
  background: #ffc300;
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-quote:hover {
  color: #fff;
}
.btn-quote:hover::before {
  width: 100%;
}
.video-button {
  position: absolute !important;
}
.comment-list ol {
  list-style: none;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  height: 150px;
}
.comment-form input[type="submit"] {
  padding: 10px 20px;
  margin-top: 10px;
}
@keyframes ball {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ball {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
@-webkit-keyframes video_shadows {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.15),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(255, 237, 255, 0.14);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.15),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(255, 237, 255, 0.14);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.14),
      0 0 0 20px hsla(0, 0%, 100%, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.14),
      0 0 0 20px hsla(0, 0%, 100%, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
@keyframes video_shadows {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.15),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(255, 237, 255, 0.14);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.15),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(255, 237, 255, 0.14);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.14),
      0 0 0 20px hsla(0, 0%, 100%, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.14),
      0 0 0 20px hsla(0, 0%, 100%, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes video_shadows2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 89, 0.15),
      0 0 0 10px rgba(255, 216, 89, 0.14), 0 0 0 20px rgba(255, 216, 89, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 216, 89, 0.15),
      0 0 0 10px rgba(255, 216, 89, 0.14), 0 0 0 20px rgba(255, 216, 89, 0.14);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 216, 89, 0.14),
      0 0 0 20px rgba(255, 216, 89, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(255, 216, 89, 0.14),
      0 0 0 20px rgba(255, 216, 89, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
@keyframes video_shadows2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 89, 0.15),
      0 0 0 10px rgba(255, 216, 89, 0.14), 0 0 0 20px rgba(255, 216, 89, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 216, 89, 0.15),
      0 0 0 10px rgba(255, 216, 89, 0.14), 0 0 0 20px rgba(255, 216, 89, 0.14);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 216, 89, 0.14),
      0 0 0 20px rgba(255, 216, 89, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(255, 216, 89, 0.14),
      0 0 0 20px rgba(255, 216, 89, 0.14), 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes glide1 {
  0% {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
  }
  50% {
    -webkit-transform: translate3d(20px, 20px, 20px);
    transform: translate3d(20px, 20px, 20px);
  }
  100% {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
  }
}
@keyframes glide1 {
  0% {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
  }
  50% {
    -webkit-transform: translate3d(20px, 20px, 20px);
    transform: translate3d(20px, 20px, 20px);
  }
  100% {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
  }
}
.search-form label {
  font-weight: normal;
}
.wpcf7-form-control {
  width: 100%;
  padding: 8px;
  margin-bottom: 2px;
}
.wpcf7-submit {
  font-weight: 500;
  background: #ffc300;
  border: none;
  border-radius: 4px;
  color: #fff;
}
html,
body {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1rem;
}
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
  overflow-y: hidden;
}
.wrap {
  min-height: 100%;
  min-height: 100vh;
}
.container {
  position: relative;
}
.container-fluid {
  position: relative;
}
section.section {
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  position: relative;
}
@media only screen and (max-width: 500px) {
  section.section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
body,
form,
textarea,
input,
select {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #000;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1030px) {
  h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
h2 {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media only screen and (max-width: 1380px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1030px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 990px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 1030px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
div.thumb {
  position: relative;
  overflow: hidden;
}
header {
  position: relative;
  z-index: 5;
}
header.fixed-header {
  z-index: 10;
}
header.fixed-header section.header-main {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}
header.fixed-header section.header-main #logo {
  max-width: 120px;
}
@media only screen and (max-width: 1380px) {
  header.fixed-header section.header-main #logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 500px) {
  header.fixed-header section.header-main #logo {
    max-width: 100px;
  }
}
section.header-top {
  background: hsl(237, 39%, 52%);
  border-bottom: solid 1px hsl(230, 81%, 61%);
}
section.header-top ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 0;
  gap: 30px;
}
section.header-top ul a {
color: #ffffff;
}
section.header-top ul a i {
color: #ffffff;
  margin-right: 10px;
}
section.header-top ul a.btn-brand {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 500px) {
  section.header-top {
    display: none;
  }
}
section.header-main {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
section.header-main .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#logo {
  max-width: 190px;
}
@media only screen and (max-width: 1380px) {
  #logo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 1030px) {
  #logo {
    max-width: 120px;
  }
}
#btn-menu {
  display: none;
  height: 30px;
  width: 45px;
  position: relative;
}
@media only screen and (max-width: 1030px) {
  #btn-menu {
    display: block;
  }
}
#btn-menu span {
  background: #fff;
  border: solid 2px #000;
  border-radius: 5px;
  display: block;
  height: 6px;
  width: 80%;
  position: absolute;
  right: 0;
  top: 8px;
}
#btn-menu span:nth-child(2) {
  width: 100%;
  top: 15px;
}
#btn-menu span:nth-child(3) {
  width: 60%;
  top: 22px;
}
#btn-menu:hover span {
  width: 60%;
}
#btn-menu:hover span:nth-child(2) {
  width: 100%;
}
#btn-menu:hover span:nth-child(3) {
  width: 80%;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-right a.email,
.header-right a.phone {
  background: #fff;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  width: 45px;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 500px) {
  .header-right a.email,
  .header-right a.phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header-right a.email.phone,
.header-right a.phone.phone {
  font-size: 25px;
  font-size: 1.5625rem;
}
#btn-search {
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  width: 45px;
  height: 45px;
}
.fix-cta {
  position: fixed;
  top: 30%;
  right: 0;
  background: #fff;
  width: auto;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  padding: 3px 0 10px;
}
@media only screen and (max-width: 500px) {
  .fix-cta {
    top: inherit;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .fix-cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.fix-cta ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
  width: 55px;
  height: 45px;
  line-height: 52px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .fix-cta ul li a {
    width: auto;
  }
}
.fix-cta ul li a i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 21px;
  color: #333;
}
.fix-cta ul li a i.green-building {
  position: absolute;
  left: 19px;
  top: 26px;
  color: #81cd25;
}
.fix-cta ul li a span {
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  color: #333;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 500px) {
  .fix-cta ul li a span {
    right: 25%;
    top: -100%;
  }
}
.fix-cta ul li a:hover > span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.fix-cta ul li a:hover > span:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -10px;
  right: -15px;
  width: 15px;
  background-color: #fff;
  height: 55px;
}
footer {
  font-size: 16px;
  font-size: 1rem;
}
section.client-section .client-block .slide-item {
  margin: 0 5px;
}
section.client-section .client-block .slide-item .logo-box {
  border: solid 1px hsl(0, 0%, 90%);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.client-section .client-block .slide-item .logo-box img,
section.client-section .client-block .slide-item .logo-box svg {
  width: auto;
  height: 70px;
}
.footer-heading {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
section.footer-top {
  background: hsl(0, 0%, 12%);
  color: #999;
  padding-top: 40px;
  margin-top: auto;
}
section.footer-top a {
  color: #fff;
  text-decoration: none;
}
section.footer-top a:hover {
  color: #fff;
  opacity: 0.7;
}
section.footer-top .company-info {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
section.footer-top .company-info .footer-logo img {
  max-width: 135px;
  margin-bottom: 20px;
}
section.footer-top div.container-inner {
  border: solid hsla(0, 0%, 100%, 0.2);
  border-width: 1px 0;
  position: relative;
}
section.footer-top div.container-inner:before {
  content: "";
  background: #ffc300;
  height: 1px;
  width: 45px;
  position: absolute;
  top: -1px;
  left: 0;
}
ul.socialize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
ul.socialize li a {
  background: hsl(0, 0%, 15%);
  border: solid 1px hsl(0, 0%, 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  height: 34px;
  width: 35px;
  color: #fff;
}
ul.socialize li a i {
  color: #fff;
}
ul.socialize li a:hover {
  opacity: 1;
}
div.footer-menu {
  border-left: solid 1px hsla(0, 0%, 100%, 0.2);
  padding-left: 15px;
  height: 100%;
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 500px) {
  div.footer-menu {
    border-left: none;
    border-top: solid 1px hsla(0, 0%, 100%, 0.2);
    padding-bottom: 20px;
  }
}
div.footer-menu:before {
  content: "";
  background: #ffc300;
  height: 1px;
  width: 45px;
  position: absolute;
  top: -1px;
  left: 0;
}
div.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.footer-menu ul li {
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
div.footer-menu ul li a {
  display: block;
}
div.footer-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.6;
}
.quick-contact {
  border-left: solid 1px hsla(0, 0%, 100%, 0.2);
  padding-left: 15px;
  height: 100%;
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 500px) {
  .quick-contact {
    border-left: none;
    border-top: solid 1px hsla(0, 0%, 100%, 0.2);
  }
}
.quick-contact:before {
  content: "";
  background: #ffc300;
  height: 1px;
  width: 45px;
  position: absolute;
  top: -1px;
  left: 0;
}
.quick-contact span.title {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.quick-contact a {
  opacity: 0.7;
}
.quick-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.quick-contact ul li i {
  color: #ffc300;
}
.copyright {
  background: hsl(0, 0%, 15%);
  padding: 10px;
}
@media only screen and (max-width: 500px) {
  .copyright {
    padding-bottom: 80px;
  }
}
.copyright p {
  margin: 0;
  color: hsl(0, 0%, 70%);
}
.copyright p a {
  color: #fff;
}
a.whatsapp-icon {
  position: fixed;
  left: 15px;
  bottom: 60px;
  background: #33bb47;
  border-radius: 100%;
  color: #fff;
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}
@media only screen and (max-width: 990px) {
  a.whatsapp-icon {
    bottom: 60px;
  }
}
.complaints {
  margin-top: -30px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}
.complaints span.lable {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.complaints span.lable .digit {
  font-weight: 600;
}
.council-logo {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: auto;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li a {
  color: #333;
  font-weight: 500;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-menu ul li a:hover {
  opacity: 0.7;
}
.main-menu ul li.current_page_item > a,
.main-menu ul li.current-menu-parent > a,
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-ancestor > a {
  opacity: 0.7;
}
.main-menu ul li.current_page_item > a::after,
.main-menu ul li.current-menu-parent > a::after,
.main-menu ul li.current-menu-item > a::after,
.main-menu ul li.current-menu-ancestor > a::after {
  width: 100%;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  display: block;
  padding: 20px 15px;
  text-transform: uppercase;
  position: relative;
}
.main-menu > ul > li > a::after {
  content: "";
  background: #ffc300;
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-menu > ul > li > a:hover::after {
  width: 100%;
}
@media only screen and (max-width: 1380px) {
  .main-menu > ul > li > a {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 20px 7px;
  }
}
.main-menu ul.sub-menu {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: auto;
  left: 0;
  width: 270px;
  z-index: 4;
}
.main-menu ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
}
.main-menu ul.sub-menu li a {
  border-bottom: solid 1px hsl(0, 0%, 90%);
  padding: 8px;
  position: relative;
}
.main-menu ul.sub-menu li a::after {
  content: "";
  background: #ffc300;
  height: 0;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 15px;
}
.main-menu ul.sub-menu li a:hover:after {
  height: 100%;
}
.main-menu ul.sub-menu li.current_page_item > a,
.main-menu ul.sub-menu li.current-menu-parent > a,
.main-menu ul.sub-menu li.current-menu-item > a,
.main-menu ul.sub-menu li.current-menu-ancestor > a {
  padding-left: 15px;
}
.main-menu ul.sub-menu li.current_page_item > a::after,
.main-menu ul.sub-menu li.current-menu-parent > a::after,
.main-menu ul.sub-menu li.current-menu-item > a::after,
.main-menu ul.sub-menu li.current-menu-ancestor > a::after {
  height: 100%;
}
@media only screen and (max-width: 1030px) {
  .main-menu {
    display: none;
  }
}
#menu {
  z-index: 999;
}
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 1030px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu ul li a {
  color: #fff !important;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1199px) {
  .mobile-menu ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mobile-menu ul li.current_page_item > a,
.mobile-menu ul li.current-menu-parent > a,
.mobile-menu ul li.current-menu-item > a,
.mobile-menu ul li.current-menu-ancestor > a {
  opacity: 0.7;
}
body.no-scroll .mm-slideout {
  z-index: 10;
}
.lg-toolbar {
  top: 110px;
}
.mm-navbars_top .mm-navbar {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  height: 80px;
}
.mm-navbars_top .mm-navbar img {
  height: 70px;
  width: auto;
}
.slick-slide {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.arrow-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.arrow-list li:before {
  content: "ï„…";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffc300;
  position: absolute;
  top: 0;
  left: 0;
}
div.heading {
  position: relative;
}
div.heading h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
div.heading span.divider {
  position: relative;
  display: inline-block;
  background: #ffc300;
  height: 1px;
  width: 70px;
  top: -5px;
}
div.heading span.divider::after {
  content: "";
  background: #ffc300;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 3px;
}
section.banner-page {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  height: calc(100vh - 100px);
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  section.banner-page {
    height: calc(50vh - 100px);
  }
}
section.banner-page.video-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1030px) {
  section.banner-page.video-banner {
    height: 50vh;
  }
}
section.banner-page.video-banner video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.banner-page.video-banner div.banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.banner-page.youtube-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1030px) {
  section.banner-page.youtube-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 500px) {
  section.banner-page.youtube-banner {
    height: 30vh;
  }
}
@media only screen and (max-width: 500px) {
  section.banner-page.youtube-banner .youtube-hero {
    width: 100%;
    overflow: hidden;
  }
}
section.banner-page.youtube-banner .youtube-hero .youtube-hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (max-width: 500px) {
  section.banner-page.youtube-banner .youtube-hero .youtube-hero_video {
    width: 300%;
  }
}
section.banner-page.youtube-banner .youtube-hero .youtube-hero_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
section.banner-page.youtube-banner
  .youtube-hero
  .youtube-hero_video
  iframe.loaded {
  opacity: 1;
}
section.banner-page.youtube-banner div.banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.banner-page.youtube-banner div.banner-caption h1 {
  text-shadow: 1px 1px 1px #000;
}
section.banner-page.inner-page {
  height: 500px;
}
@media only screen and (max-width: 500px) {
  section.banner-page.inner-page {
    height: 300px;
    background-position: center center;
  }
}
section.banner-page.inner-page div.banner-caption {
  height: 90%;
}
@media only screen and (max-width: 500px) {
  section.banner-page.inner-page div.banner-caption {
    height: 80%;
  }
}
section.banner-page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.banner-page.home-banner::after {
  background: rgba(0, 0, 0, 0.2);
}
section.banner-page div.banner-caption {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
}
section.banner-page div.banner-caption h1 {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  display: inline-block;
  padding: 15px 15px 13px 15px;
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (max-width: 1380px) {
  section.banner-page div.banner-caption h1 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media only screen and (max-width: 1030px) {
  section.banner-page div.banner-caption h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 500px) {
  section.banner-page div.banner-caption h1 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
section.banner-page div.banner-caption div.caption-inner {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 1030px) {
  section.banner-page div.banner-caption div.caption-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.slide-banner {
  position: relative;
}
.slide-banner .slick-track .slick-slide {
  height: inherit !important;
}
.slide-banner .slide-item {
  position: relative;
}
.slide-banner .slide-item img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .slide-banner .slide-item img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.slide-banner .slide-item .banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.slide-banner .slide-item .banner-caption h1,
.slide-banner .slide-item .banner-caption h2 {
  font-size: 70px;
  font-size: 4.375rem;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (max-width: 1380px) {
  .slide-banner .slide-item .banner-caption h1,
  .slide-banner .slide-item .banner-caption h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 1030px) {
  .slide-banner .slide-item .banner-caption h1,
  .slide-banner .slide-item .banner-caption h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 500px) {
  .slide-banner .slide-item .banner-caption h1,
  .slide-banner .slide-item .banner-caption h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.slide-banner .slide-item .banner-caption div.caption-inner {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 1030px) {
  .slide-banner .slide-item .banner-caption div.caption-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.slide-banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
}
.slide-banner .slick-arrow.slick-prev {
  left: 15px;
}
.slide-banner .slick-arrow.slick-next {
  right: 15px;
}
.breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
  background-color: hsl(0, 0%, 95%);
  color: #333;
}
.breadcrumb p {
  margin-bottom: 0;
}
.breadcrumb p a {
  color: #373875;
}
.breadcrumb p a:hover,
.breadcrumb p a:focus,
.breadcrumb p a:focus-visible,
.breadcrumb p a:visited,
.breadcrumb p a:active {
  color: #373875;
}
.entry-content ul {
  margin-bottom: 20px;
  margin-top: 20px;
}
div.icon {
  width: 65px;
}
div.icon.left-icon {
  margin-right: 20px;
}
@-webkit-keyframes slidein {
  from {
    background-position: top;
    background-size: 3000px;
  }
  to {
    background-position: -100px 0px;
    background-size: 2750px;
  }
}
@keyframes slidein {
  from {
    background-position: top;
    background-size: 3000px;
  }
  to {
    background-position: -100px 0px;
    background-size: 2750px;
  }
}
.home-page-info {
  background-color: #f7f7f7;
  background-image: url("../images/bg-1.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-blend-mode: color-burn;
  -webkit-animation: slidein 100s;
  animation: slidein 100s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 1380px) {
  .home-page-info {
    padding-bottom: 5rem !important;
  }
}
.home-page-info .feature-image {
  position: relative;
  padding-top: 35px;
  padding-left: 35px;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .home-page-info .feature-image {
    margin-bottom: 30px;
  }
}
.home-page-info .feature-image::before {
  background: url(../images/dots.webp);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 143px;
  height: 139px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: glide1 3s 0s ease;
  animation: glide1 3s 0s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.home-page-info .feature-image img {
  width: 100%;
}
.home-page-info .content-block {
  padding-left: 5%;
  margin-top: 60px;
}
@media only screen and (max-width: 1030px) {
  .home-page-info .content-block {
    margin-top: 0;
    padding-left: 0;
  }
}
.home-page-info .counter-block {
  position: relative;
  margin-top: 30px;
  left: -40px;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .home-page-info .counter-block {
    left: unset;
  }
}
.home-page-info .counter-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 500px) {
  .home-page-info .counter-block ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 25px;
  }
}
.home-page-info .counter-block ul li {
  border: solid 1px hsl(0, 0%, 85%);
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  padding: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 500px) {
  .home-page-info .counter-block ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(95% - 10px);
    flex: 0 0 calc(95% - 10px);
    font-size: 18px;
    font-size: 1.125rem;
    padding: 35px 15px;
  }
}
.home-page-info .counter-block ul li .counter {
  color: #ffc300;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1380px) {
  .home-page-info .counter-block ul li .counter {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1030px) {
  .home-page-info .counter-block ul li .counter {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.home-page-info .video-block {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.home-page-info .video-block a {
  border-radius: 5px;
}
.overlay {
  background: rgba(255, 195, 0, 0.9);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}
.building-solution .img-block {
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover;
}
.building-solution .img-block img {
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.building-solution div.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.building-solution div.icon-block .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  width: 65px;
  margin-right: 15px;
}
.building-solution .product-post {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.building-solution .product-post .entry-thumbnail {
  position: relative;
  z-index: 1;
}
.building-solution .product-post .entry-thumbnail::before {
  content: "";
  background: #333;
  border-radius: 5px;
  height: 10px;
  width: 80%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
}
.building-solution .product-post .description-content {
  padding: 15px;
  position: relative;
  z-index: 1;
}
.building-solution .product-post h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.building-solution .product-post h3 a {
  color: #333;
}
.building-solution .product-post .read-more {
  padding: 0 15px 15px 15px;
}
.building-solution .product-post:hover .entry-thumbnail::before {
  bottom: -5px;
  opacity: 1;
}
.building-solution .product-post:hover .btn-brand:before,
.building-solution .product-post:hover .nav-item button:before,
.nav-item .building-solution .product-post:hover button:before {
  background: #ffc300;
  border: solid 1px #fff;
  width: 100%;
}
.section-project {
  background: url("../images/pattern-img-2.webp");
  padding-bottom: 2.2rem !important;
}
.section-project::before {
  content: "";
  background: #333;
  height: 40%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .section-project::before {
    height: 42%;
  }
}
.section-project::after {
  content: "";
  background: #ffc300;
  height: 60%;
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .section-project::after {
    top: 160px;
  }
}
.section-project .container-fluid {
  z-index: 2;
}
.section-project .slide-item {
  padding: 15px;
}
.section-project .project-post {
  position: relative;
  overflow: hidden;
}
.section-project .project-post:hover .overlay {
  left: 0;
}
.section-project .project-post .entry-thumbnail img {
  width: 100%;
}
.section-project .nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-project .nav-block .project-nav .slick-arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}
.section-sector::after {
  content: "";
  background: url("../images/banner-4.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0;
  right: 0;
  z-index: -2;
}
.section-sector::before {
  background: hsla(0, 0%, 100%, 0.6);
  content: "";
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0;
  right: 0;
  z-index: -1;
}
.section-sector .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.section-sector .slick-track .slick-slide {
  height: inherit !important;
}
.section-sector .slide-item {
  background: #ffc300;
  padding: 60px;
}
@media only screen and (max-width: 1030px) {
  .section-sector .slide-item {
    padding: 30px;
  }
}
.section-article .highlight {
  padding-right: 5%;
}
@media only screen and (max-width: 500px) {
  .section-article .highlight {
    padding-right: 0;
  }
}
.section-article .highlight div.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .section-article .highlight div.heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.section-article .highlight div.heading .button-block {
  margin-left: auto;
}
@media only screen and (max-width: 500px) {
  .section-article .highlight div.heading .button-block {
    margin-left: inherit;
  }
}
.section-article .highlight .media-post {
  height: 100%;
}
.section-article .highlight .media-post div.thumb {
  text-align: center;
  border-bottom: solid 3px #333;
}
.section-article .highlight .media-post div.thumb img {
  width: auto !important;
}
.section-article .update {
  margin-top: 60px;
}
.section-fearure {
  background: url("../images/bg-feature.webp");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-fearure .feature-image {
  padding-right: 45px;
  padding-top: 45px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .section-fearure .feature-image {
    padding-right: 25px;
    padding-top: 25px;
  }
}
.section-fearure .feature-image > img {
  border-radius: 5px;
}
.section-fearure .flay-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .section-fearure .flay-image {
    width: 120px;
  }
}
.section-fearure .flay-image img {
  -webkit-animation: ball 45s infinite;
  animation: ball 45s infinite;
}
.section-fearure .entry-content {
  padding-right: 30px;
}
@media only screen and (max-width: 500px) {
  .section-fearure .entry-content {
    padding-right: 0;
  }
}
.section-team .slide-item {
  margin-left: 5px;
  margin-right: 5px;
}
.section-team .team-block {
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 5px;
}
.section-team .team-block img {
  border-radius: 5px 5px 0 0;
}
.section-team .team-block .team-detail {
  position: relative;
  padding: 10px;
}
.section-team .team-block .team-detail h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-team .team-block .team-detail span.designation {
  color: #666;
}
.section-team .team-block .team-detail a.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  background: #ffc300;
  border: solid 4px #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 45px;
  width: 45px;
  position: absolute;
  top: -30px;
  right: 20px;
}
.section-team .team-block .open-popup-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.section-team .team-block .open-popup-link span.icon-plus {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  font-size: 2.1875rem;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.section-team .team-block .open-popup-link:hover span.icon-plus {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.section-what-do .location-image {
  position: relative;
  padding: 40px 40px 0 40px;
  z-index: 1;
}
.section-what-do .location-image div.inner {
  background: #fff;
  padding: 10px;
  position: relative;
}
.section-what-do .location-image div.inner::after {
  content: "";
  position: absolute;
  border: solid 4px #ffc300;
  bottom: -2px;
  right: -2px;
  height: 50%;
  width: 50%;
  z-index: -1;
}
.section-what-do .location-image::before {
  content: "";
  background: url(../images/dots.webp);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: glide1 3s ease infinite;
  animation: glide1 3s ease infinite;
}
.section-what-do .feature-item {
  background: #fff;
  border: solid 1px hsl(0, 0%, 90%);
  padding: 15px;
  position: relative;
  height: 100%;
}
.section-what-do .feature-item::before {
  content: "";
  border-top: 30px solid #ffc300;
  border-left: 30px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-what-do .feature-item .digit {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
  -webkit-text-stroke: 1px hsl(0, 0%, 90%);
  margin-top: 20px;
  display: block;
}
.section-text-media .text-block {
  padding-left: 30px;
}
@media only screen and (max-width: 500px) {
  .section-text-media .text-block {
    padding-left: 0;
  }
}
.section-text-media .image-block {
  border-radius: 5px;
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .section-text-media .image-block {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
.section-text-media .image-block:before {
  content: "";
  background: url(../images/dots.webp);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 143px;
  height: 139px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: glide1 3s 0s ease;
  animation: glide1 3s 0s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 500px) {
  .section-text-media .image-block:before {
    content: none;
  }
}
.section-text-media .image-block::after {
  content: "";
  background: #ffc300;
  border-radius: 5px;
  position: absolute;
  height: 80%;
  width: 60px;
  position: absolute;
  right: -20px;
  top: calc(10% + 15px);
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .section-text-media .image-block::after {
    width: 80%;
    height: 60px;
    top: inherit;
    right: inherit;
    left: 10%;
    bottom: -10px;
  }
}
.section-text-media .image-block img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section-text-media .image-right .text-block {
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 500px) {
  .section-text-media .image-right .text-block {
    padding-right: 0;
  }
}
.section-text-media .image-right .image-block {
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 500px) {
  .section-text-media .image-right .image-block {
    padding-right: 0;
  }
}
.section-text-media .image-right .image-block:before {
  left: inherit;
  right: 0;
}
.section-text-media .image-right .image-block::after {
  right: inherit;
  left: -20px;
}
@media only screen and (max-width: 500px) {
  .section-text-media .image-right .image-block::after {
    left: 10%;
  }
}
.section-group-company {
  color: #fff;
}
.section-group-company h2,
.section-group-company h3 {
  color: #fff;
}
.section-group-company h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.section-group-company::before {
  content: "";
  background: url("../images/bg-group-company.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  z-index: -2;
}
.section-group-company::after {
  content: "";
  background: hsl(0, 0%, 15%);
  height: 85%;
  width: 60%;
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .section-group-company::after {
    width: 95%;
    height: 90%;
  }
}
.section-group-company .company-list .company-name {
  border: solid 1px hsla(0, 0%, 100%, 0.2);
  padding: 15px;
  position: relative;
  height: 100%;
}
.section-group-company .company-list .company-name:before {
  content: "";
  border-top: 30px solid #ffc300;
  border-left: 30px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-group-company .company-list span.digit {
  display: block;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px hsla(0, 0%, 100%, 0.4);
  margin-top: 10px;
}
.section-vision .image-block img {
  border-radius: 5px;
}
.section-vision ul li {
  background: hsl(0, 0%, 15%);
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.section-vision ul li h3 {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.section-vision ul li div.icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  max-width: 65px;
}
.section-vision ul li div.data {
  padding-left: 30px;
}
.policy-block .item-box {
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}
@media only screen and (max-width: 1030px) {
  .policy-block .item-box {
    padding: 10px;
  }
}
.policy-block .item-box.item-1 {
  background: url("../images/bg-green.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}
.policy-block .item-box.item-1:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.policy-block .item-box.item-1 h3 {
  color: #fff;
}
.policy-block .item-box.item-2 {
  background: #fff;
}
.policy-block h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.related-block .project-post {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.related-block .project-post:hover .overlay {
  left: 0;
}
.related-block .mbcustom {
  margin-bottom: 0.5rem;
}
.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.contact-box.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-box .inner {
  border: solid 1px hsla(0, 0%, 100%, 0.2);
  border-radius: 5px;
  position: relative;
  left: -30px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
}
.contact-box .inner.dark-border {
  border: solid 1px #ccc;
}
@media only screen and (max-width: 1199px) {
  .contact-box .inner {
    left: -15px;
  }
}
.contact-box .inner .address-block h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.contact-box .inner .address-block a {
  color: #373875;
}
.contact-box .inner .address-block a:hover {
  opacity: 0.7;
}
.contact-box div.icon {
  color: #ffc300;
  background: #fff;
  border: solid 3px #ffc300;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 65px;
  width: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  z-index: 1;
}
.map-block {
  position: relative;
  padding-top: 56.25% !important;
  border: solid 1px #ddd;
  min-height: 500px;
}
.map-block iframe {
  width: 100%;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-multi-column h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.catalogue-block .catalogue-post {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  overflow: hidden;
}
.catalogue-block .catalogue-post h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 15px 5px;
  margin-bottom: 5px;
}
.catalogue-block .catalogue-post .overlay-btn {
  background: #ffc300;
  position: absolute;
  bottom: 0;
  left: -100%;
  opacity: 0;
  width: 0;
  color: #333;
  padding: 10px;
}
.catalogue-block .catalogue-post .overlay-btn i {
  display: inline-block;
  border-radius: 3px 0 0 3px;
  padding: 5px;
  color: #fff;
}
.catalogue-block .catalogue-post:hover .overlay-btn {
  left: 0;
  width: 100%;
  opacity: 1;
}
.job-list {
  padding: 15px;
}
.job-list h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.job-list .call-hr a {
  display: inline-block;
  color: #333;
  font-weight: 600;
  padding-left: 15px;
}
.job-skill-value label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.job-skill-value h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}
span#jobapply {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}
.network-section ul {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
}
.network-section ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33% - 3px);
  flex: 0 0 calc(33.33% - 3px);
  max-width: calc(33.33% - 3px);
  border: solid 1px #999;
  padding: 5px;
}
@media only screen and (max-width: 500px) {
  .network-section ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .network-section ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .feature-image::before {
    content: none !important;
  }
}
.embed-map-block {
  overflow: hidden;
  padding-top: 56.25% !important;
}
.embed-map-block::before {
  content: none !important;
}
.embed-map-block::after {
  content: none !important;
}
.embed-map-block iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.full-image-block {
  position: absolute;
  top: 0;
  max-width: 33%;
}
@media only screen and (max-width: 500px) {
  .full-image-block {
    position: relative;
    max-width: 100%;
    top: inherit;
  }
}
.full-image-block.image-right {
  right: 0;
}
.container-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 500px) {
  .container-outer {
    display: block;
  }
}
.h-600 {
  height: 600px;
}
@media only screen and (max-width: 500px) {
  .h-600 {
    height: auto;
  }
}
.h-700 {
  height: 620px;
}
@media only screen and (max-width: 500px) {
  .h-700 {
    height: auto;
  }
}
.section-features .entry-thumbnail img {
  width: 100%;
}
.section-features .entry-thumbnail::before {
  content: none !important;
}
.section-cta-new {
  background: url(../images/bg-cta-new2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
.section-cta-new .phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-cta-new .phone-block .phone {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  margin-left: 60px;
}
.no-img-bg .image-block {
  padding-right: 0 !important;
  border-radius: 0;
  padding-top: 0;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .no-img-bg .image-block {
    text-align: center;
  }
}
.no-img-bg .image-block::before {
  content: none;
}
.no-img-bg .image-block::after {
  content: none;
}
.no-img-bg .image-block img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.branch_location h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.branch_location::before {
  content: "";
  background: url("../images/location-bg.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  z-index: -2;
}
.branch_location::after {
  content: "";
  background: #fff;
  height: 85%;
  width: 60%;
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .branch_location::after {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .branch_location::after {
    width: 98%;
    height: 90%;
  }
}
.white-popup {
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
}
.profile {
  padding-top: 20px;
  max-height: 500px;
  overflow-x: auto;
}
.profile .profile-inner {
  padding-right: 15px;
}
.section-heading {
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  font-size: 1.3125rem;
}
.section-heading p {
  margin: 0;
}
.section_quote .entry-content {
  border-left: solid 3px #333;
  padding-left: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: normal;
  padding-right: 15%;
  margin-left: 10%;
}
.career-post {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.career-post .job-icon {
  max-width: 35px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .career-post .job-icon {
    margin: 5px;
  }
}
.career-post .job-details {
  padding: 10px;
}
.career-post .job-details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .career-post .job-details h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.career-post .job-details h3 a {
  color: #333;
}
.career-post .job-details .job-meta {
  color: hsl(0, 0%, 65%);
  font-size: 15px;
  font-size: 0.9375rem;
}
.career-post .job-details .job-meta span.spacer {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 500px) {
  .career-post .job-details .job-meta span.spacer {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.career-post .job-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.career-post .info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.career-post .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  color: hsl(0, 0%, 65%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
}
.career-post .info a:hover {
  opacity: 0.8;
}
.career-post .apply {
  border-radius: 0 5px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.career-post .apply a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc300;
  height: 100%;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 500px) {
  .career-post .apply a {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
}
.career-post .apply a:hover {
  background-color: #333;
}
.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.white-popup-block .popup-modal-dismiss {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .white-popup-block .popup-modal-dismiss {
    top: 5px;
    right: 5px;
  }
}
.white-popup-block .wpcf7-textarea {
  max-height: 150px;
}
.job-data {
  padding: 15px;
  background-color: #fff;
  border: solid 1px hsl(0, 0%, 85%);
  margin-bottom: 30px;
  position: sticky;
  top: 0;
}
.job-data ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.job-data ul li label {
  color: #666;
  margin-right: 15px;
  display: inline-block;
}
.job-data ul li h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.section-contact-page .zoho-form-block {
  padding: 40px 15px 15px 40px;
  background-color: #f7f7f7;
  border: solid 5px #222;
}
.section-contact-page .contact-warper {
  background-color: #222;
  color: #fff;
  padding: 20px;
}
.section-contact-page .contact-warper a {
  color: #fff !important;
}
.certificate-block .certificate-post {
  position: relative;
  border: solid 1px hsl(0, 0%, 90%);
  padding: 10px;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.certificate-block .certificate-post div.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.certificate-block .certificate-post div.overlay a.gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
.certificate-block .certificate-post div.overlay i {
  background: #ffc300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-animation: video_btn 1s linear infinite;
  animation: video_btn 1s linear infinite;
}
.certificate-block .certificate-post:hover div.overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.container-media-coverage .wp-block-column {
  position: relative;
}
.container-media-coverage .wp-block-column .wp-block-image img {
  border-radius: 3px;
}
.container-media-coverage .wp-block-column .wp-block-heading {
  margin-bottom: 0;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.container-media-coverage .wp-block-column .wp-block-heading a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.container-media-coverage .wp-block-column .wp-block-heading a:hover {
  color: #ffc300;
}
@media (max-width: 554px) {
  .chat-iframe-wrap,
  .chat-loader-cont {
    width: 80% !important;
    height: 80% !important;
  }
}
.custom-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.custom-dots li {
  height: 25px;
  cursor: pointer;
}
.custom-dots li a {
  background: #333;
  display: block;
  height: 5px;
  width: 40px;
}
.custom-dots li.slick-active a {
  background: #ffc300;
}
.carousel-block .custom-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.carousel-block .custom-carousel .slick-track .slick-slide {
  height: inherit !important;
}
.carousel-block .custom-carousel .slick-track .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
div.overlay-screen {
  background: rgba(55, 56, 117, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
div.overlay-screen.is-visible {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
div.overlay-screen a.remove {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  display: block;
  z-index: 1;
}
div.overlay-screen a.remove:before {
  content: "";
  background: #fff;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.overlay-screen a.remove:after {
  content: "";
  background: #fff;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.search-block .inner {
  padding-top: 10%;
}
@media only screen and (max-width: 500px) {
  .search-block .inner {
    padding-top: 30%;
  }
}
.search-block .inner .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-block .inner .search-form .form-control {
  background: none;
  border-radius: 4px 0 0 4px;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  border-color: hsla(0, 0%, 100%, 0.4);
}
.search-block .inner .search-form .btn-submit {
  background: #ffc300;
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 5px 15px;
}
.search-block ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-block ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-block :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-block ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-block ::placeholder {
  color: #fff;
  opacity: 1;
}
.search-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-block ul li {
  position: relative;
}
.search-block ul li:after {
  content: "|";
}
.search-block ul li:last-child:after {
  content: none;
}
.search-block ul li a {
  color: #fff;
  display: inline-block;
  padding: 5px;
}
.search-block ul li a:hover {
  opacity: 0.7;
}
section.section-footer-cta {
  background: repeating-linear-gradient(
    -45deg,
    #ffc300,
    #ffc300 10px,
    rgb(248.625, 191.625, 6.375) 10px,
    rgb(248.625, 191.625, 6.375) 20px
  );
  background-size: 200% 200%;
  -webkit-animation: barberpole 50s linear infinite;
  animation: barberpole 50s linear infinite;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cta-block .cta-text {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1380px) {
  .cta-block .cta-text {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 500px) {
  .cta-block .cta-text {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
.cta-block .call-box {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-weight: 700;
}
.cta-block .call-box span {
  display: block;
}
.cta-block .call-box span.phone {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: normal;
}
@media only screen and (max-width: 1380px) {
  .cta-block .call-box span.phone {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.cta-block .call-box span.phone a {
  color: #fff;
}
.cta-block .call-box .btn-play,
.cta-block .call-box .video-button span.uagb-svg-wrapper,
.video-button .cta-block .call-box span.uagb-svg-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-cta {
  background: url("../images/cta-bg.webp");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 4.7rem !important;
  padding-bottom: 4.7rem !important;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .section-cta {
    background: url("../images/cta-bg-mobile.webp");
  }
}
.section-cta::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section-testimonal {
  position: relative;
  background: #f7f7f7 url(../images/bg-map.webp);
  background-repeat: no-repeat;
  background-position: center 60px;
}
.section-testimonal .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.section-testimonal .slick-track .slick-slide {
  height: inherit;
}
.section-testimonal .slide-item {
  padding: 10px;
  margin: 10px;
}
.section-testimonal .testimonial-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.section-testimonal .testimonial-block .company-logo {
  border: solid 3px #fff;
  border-radius: 5px;
  margin: 0 auto;
  width: 120px;
  padding: 5px;
  position: relative;
  top: 10px;
  min-height: 70px;
  z-index: 1;
}
.section-testimonal .testimonial-block .company-logo .inner {
  bbackground: #fff;
  border-radius: 5px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.section-testimonal .testimonial-block .quote-block {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 20px 20px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.section-testimonal .testimonial-block .quote-block .quote-text {
  font-style: italic;
}
.section-testimonal .testimonial-block .quote-block .author-detail {
  margin-top: auto;
}
.section-testimonal
  .testimonial-block
  .quote-block
  .author-detail
  .author-info
  span {
  display: block;
}
.section-testimonal
  .testimonial-block
  .quote-block
  .author-detail
  .author-info
  span.author-name {
  font-weight: 600;
}
.section-testimonal
  .testimonial-block
  .quote-block
  .author-detail
  .author-info
  span.author-designation {
  color: hsl(0, 0%, 30%);
  font-size: 16px;
  font-size: 1rem;
}
.section-testimonal .testimonial-block .quote-block .video-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.cat-filter {
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 3px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  max-width: 250px;
}
.cat-filter .title {
  text-transform: uppercase;
  font-weight: 500;
}
.cat-filter div.filter {
  position: relative;
  border-left: solid 1px hsl(0, 0%, 90%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cat-filter div.filter i {
  color: #fff;
  background: #ffc300;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-right: 15px;
  padding: 10px 15px;
  border-radius: 5px 0 0 5px;
}
.cat-filter div.filter a {
  color: #333;
}
.cat-filter div.filter .cat-list {
  border: solid 1px hsl(0, 0%, 90%);
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cat-filter div.filter .cat-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px hsl(0, 0%, 90%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px 5px 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cat-filter div.filter .cat-list ul li a {
  display: block;
  padding: 5px;
  width: 100%;
}
.cat-filter div.filter .cat-list ul li a:hover {
  opacity: 0.7;
}
.cat-filter div.filter:hover .cat-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.entry-meta {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.entry-meta a {
  color: hsl(0, 0%, 30%);
}
.entry-meta a:hover {
  opacity: 0.7;
}
.entry-time {
  padding: 5px 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.sticky {
  border: solid 2px #ffc300;
}
.media-post {
  border-radius: 5px;
  background: #fff;
}
.media-post div.thumb {
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.section-media-highlight div.thumb {
  border-bottom: solid 3px #333;
  text-align: center;
}
.post-details {
  padding: 15px;
  position: relative;
}
.post-details h2,
.post-details h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.post-details h2 a,
.post-details h3 a {
  color: #333;
}
.post-details h2 a:hover,
.post-details h3 a:hover {
  opacity: 0.7;
}
.update .update-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.update .update-post .entry-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  max-width: 115px;
  margin-right: 15px;
}
.update .update-post .entry-thumbnail img {
  border-radius: 0.25rem;
}
.update .update-post .post-data h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1380px) {
  .update .update-post .post-data h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.update .update-post .post-data h3 a {
  color: #333;
}
.update .update-post .post-data h3 a:hover {
  opacity: 0.7;
}
.blog-post {
  border: solid 1px hsl(0, 0%, 90%);
  padding: 10px;
  height: 100%;
}
.blog-post:hover {
  border-color: #333;
}
.blog-post .post-details {
  padding: 15px;
}
.blog-post .entry-thumbnail {
  border-bottom: solid 4px #ffc300;
}
.blog-post .entry-time {
  background: #ffc300;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -41px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.single-entry-meta {
  border: solid 1px hsl(0, 0%, 90%);
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-entry-meta .entry-meta {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
}
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span {
  color: #000 !important;
}
.entry-content ul {
  list-style-type: square;
}
.entry-content ul > li {
  position: relative;
}
.entry-content ul > li:before {
  font-family: "FontAwesome";
  font-size: 18px;
  color: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.entry-meta-bottom {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .entry-meta-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.entry-meta-bottom .tag-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.entry-meta-bottom .tag-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.entry-meta-bottom .tag-block ul li {
  position: relative;
  padding-left: 5px;
}
.entry-meta-bottom .tag-block ul li:before {
  content: "|";
  color: #ccc;
  padding-right: 5px;
  padding-right: 5px;
}
.entry-meta-bottom .tag-block ul li:first-child:before {
  content: none;
}
.entry-meta-bottom .tag-block ul li a {
  color: hsl(0, 0%, 30%);
}
.entry-meta-bottom span.label {
  font-weight: 600;
}
.entry-meta-bottom .share-block {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 500px) {
  .entry-meta-bottom .share-block {
    margin-left: inherit;
    margin-top: 30px;
  }
}
.entry-meta-bottom .share-block ul.share-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.entry-meta-bottom .share-block ul.share-post li a {
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  color: #333;
}
.entry-meta-bottom .share-block ul.share-post li a:hover {
  opacity: 0.7;
}
.post-pagination {
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.post-pagination ul li {
  padding: 10px;
  text-transform: uppercase;
}
.post-pagination ul li a {
  color: #333;
  font-weight: 600;
}
.article-single {
  padding-right: 20px;
}
@media only screen and (max-width: 500px) {
  .article-single {
    padding-right: 0;
  }
}
.news-post {
  border: solid 1px hsl(0, 0%, 95%);
  background: #fff;
  height: 100%;
}
.news-post div.post-details .entry-meta {
  border-bottom: solid 1px hsl(0, 0%, 95%);
  padding: 5px 15px;
  margin-bottom: 5px;
}
.news-post div.post-details .entry-meta span.media-name {
  margin-left: auto;
  color: hsl(0, 0%, 30%);
  font-weight: 500;
}
.news-post div.post-details div.inner {
  padding: 15px;
  height: 100%;
}
.news-post .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.news-post .entry-thumbnail img {
  width: 100%;
}
.news-post .entry-thumbnail .overlay {
  background: hsl(0, 0%, 30%);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}
.article-news span.media-name {
  margin-left: auto;
  color: hsl(0, 0%, 30%);
  font-weight: 500;
}
.section-media-highlight .post-details {
  padding: 15px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.building-solution .description-content,
.section-sector-arvhive .description-content {
  position: relative;
}
.building-solution .description-content div.icon,
.section-sector-arvhive .description-content div.icon {
  background: #ffc300;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  top: -50px;
  width: 75px;
}
.filter-block {
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 3px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}
.filter-block .title {
  text-transform: uppercase;
  font-weight: 500;
}
.filter-block .post-number {
  padding: 10px;
}
@media only screen and (max-width: 500px) {
  .filter-block .post-number {
    display: none;
  }
}
.filter-block div.filter {
  position: relative;
  border-left: solid 1px hsl(0, 0%, 90%);
}
.filter-block div.filter i {
  color: #fff;
  background: #ffc300;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-right: 15px;
  padding: 10px 15px;
  border-radius: 5px 0 0 5px;
}
.filter-block div.filter a {
  color: #333;
}
.filter-block div.filter a.btn-filter {
  display: block;
}
@media only screen and (max-width: 500px) {
  .filter-block div.filter a.btn-filter {
    display: block;
  }
}
.filter-block div.filter ul {
  background: #fff;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-block div.filter ul li a {
  border-bottom: solid 1px hsl(0, 0%, 90%);
  display: block;
  padding: 8px 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.filter-block div.filter ul li a:hover {
  opacity: 0.7;
}
.filter-block div.filter:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.section-project-archive .filter-block div.filter i {
  display: inline-block;
}
.section-project-archive .filter-block div.filter a.btn-filter {
  display: inline-block;
}
.section-project-archive .filter-block div.filter ul {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.section-project-archive .filter-block div.filter:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.project-arvhive .project-post {
  position: relative;
  overflow: hidden;
}
.project-arvhive .project-post h3 {
  font-weight: 600;
  margin: 0;
}
.project-arvhive .project-post:hover .title-overlay {
  left: 0;
}
.project-arvhive .project-post .entry-meta {
  background: hsl(0, 0%, 95%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  color: #333;
}
span.project_location {
  color: #333;
  display: block;
  margin-top: 5px;
}
@-webkit-keyframes video_btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.14),
      0 0 0 5px hsla(0, 0%, 100%, 0.14), 0 0 0 10px hsla(0, 0%, 100%, 0.14);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.14),
      0 0 0 5px hsla(0, 0%, 100%, 0.14), 0 0 0 10px hsla(0, 0%, 100%, 0.14);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.14),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.14),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes video_btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.14),
      0 0 0 5px hsla(0, 0%, 100%, 0.14), 0 0 0 10px hsla(0, 0%, 100%, 0.14);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.14),
      0 0 0 5px hsla(0, 0%, 100%, 0.14), 0 0 0 10px hsla(0, 0%, 100%, 0.14);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.14),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.14),
      0 0 0 10px hsla(0, 0%, 100%, 0.14), 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.thumbnail-block {
  position: relative;
  padding-right: 75px;
  padding-left: 60px;
}
@media only screen and (max-width: 1030px) {
  .thumbnail-block {
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .thumbnail-block {
    padding-right: 0;
  }
}
.thumbnail-block .entry-thumbnail {
  text-align: right;
}
.thumbnail-block div.project-video {
  background: hsl(0, 0%, 15%);
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 300px;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .thumbnail-block div.project-video {
    position: relative;
    height: auto;
    width: 80%;
  }
}
.thumbnail-block div.project-video a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 500px) {
  .thumbnail-block div.project-video a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
}
.thumbnail-block div.project-video a i {
  background: #ffc300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-animation: video_btn 1s linear infinite;
  animation: video_btn 1s linear infinite;
  margin-left: 20px;
}
@media only screen and (max-width: 500px) {
  .thumbnail-block div.project-video a i {
    margin-left: 0;
  }
}
.thumbnail-block div.project-video a span.title {
  padding-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  position: absolute;
  left: -80px;
  top: 140px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 500px) {
  .thumbnail-block div.project-video a span.title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: inline-block;
    padding-top: 0;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: auto;
    padding-left: 20px;
  }
}
.project-summary {
  border: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #eee #eee #eee #ffc300;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.project-summary .project-attributes ul li {
  border-bottom: solid 1px hsl(0, 0%, 90%);
  padding-top: 5px;
  padding-bottom: 5px;
}
.project-summary .project-attributes ul li .attribute-item .item-label {
  font-weight: 600;
  padding-right: 5px;
}
.project-gallery {
  padding-left: 5%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .project-gallery {
    padding-left: 0;
  }
}
.project-gallery::before {
  content: "";
  background: url(../images/ball.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 120px;
  height: 120px;
  z-index: -1;
  -webkit-animation: ball 45s infinite;
  animation: ball 45s infinite;
}
@media only screen and (max-width: 500px) {
  .project-gallery::before {
    right: 0;
  }
}
.project-gallery .image-block {
  position: relative;
  overflow: hidden;
}
.project-gallery .image-block .overlay {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.project-gallery .image-block:hover .overlay {
  left: 0;
}
.project-gallery .image-block i {
  background: #ffc300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-animation: video_btn 1s linear infinite;
  animation: video_btn 1s linear infinite;
}
.project-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.project-video-overlay a {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.project-video-overlay a i {
  background: rgba(255, 195, 0, 0.7);
  border-radius: 100%;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.overlay-details {
  padding-bottom: 5px;
}
.overlay-details h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
div.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}
div.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
div.pagination ul li {
  display: inline-block;
}
div.pagination ul li .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: hsl(0, 0%, 25%);
  background-color: #fff;
  border: 1px solid hsl(0, 0%, 90%);
}
div.pagination ul li .page-numbers.current,
div.pagination ul li .page-numbers:hover {
  background: hsl(0, 0%, 95%);
}
div.pagination ul li:first-child .page-numbers {
  border-radius: 3px 0 0 3px;
}
div.pagination ul li:first-child .page-numbers.current {
  border: 1px solid hsl(0, 0%, 90%);
}
div.pagination ul li:last-child .page-numbers {
  border-radius: 0 3px 3px 0;
}
.widget {
  border: solid 1px hsl(0, 0%, 90%);
  background: #ddd;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.widget::after {
  content: "";
  background: #ffc300;
  height: 100%;
  width: 95%;
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: -1;
}
.widget .wp-block-group {
  background: #fff;
  padding: 15px;
}
.widget div.heading h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
ul.latest-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px !important;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.latest-news li div.thumb {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
ul.latest-news li div.thumb img {
  border-radius: 5px;
}
ul.latest-news li a {
  color: #333;
}
ul.latest-news li a:hover {
  opacity: 0.7;
}
.widget_recent_entries,
.widget_categories {
  border: solid 1px hsl(0, 0%, 90%);
  padding: 15px;
  margin-bottom: 30px;
}
.filter-block button {
  background: none;
  border: solid hsl(0, 0%, 90%);
  border-width: 1px;
  border-radius: 3px;
  width: 100%;
  text-align: left;
  padding: 8px 15px;
}
.filter-block button:hover {
  opacity: 0.7;
}
.filter-block.two-column div.filter {
  width: 100%;
  border-left: none;
}
@media only screen and (max-width: 500px) {
  .filter-block.two-column div.filter {
    width: auto;
  }
}
.filter-block.two-column div.filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  gap: 5px;
}
.filter-block.two-column div.filter ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 500px) {
  .filter-block.two-column div.filter ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.filter-block.gallery-event {
  border: none;
}
@media only screen and (max-width: 500px) {
  .filter-block.gallery-event {
    border: solid 1px hsl(0, 0%, 90%);
  }
}
.filter-block.gallery-event div.filter a.btn-filter {
  display: none;
}
@media only screen and (max-width: 500px) {
  .filter-block.gallery-event div.filter a.btn-filter {
    display: block;
  }
}
.filter-block.gallery-event div.filter ul {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .filter-block.gallery-event div.filter ul {
    opacity: 0;
    visibility: visible;
    position: absolute;
  }
}
.filter-block.gallery-event div.filter:hover ul {
  top: 0;
}
@media only screen and (max-width: 500px) {
  .filter-block.gallery-event div.filter:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.filter-block li.active button {
  background: #ffc300;
  border-color: #ffc300;
}
.media-filter .media-post {
  border: solid 1px hsl(0, 0%, 90%);
  padding: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.media-filter .media-post div.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.media-filter .media-post div.overlay a.gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
.media-filter .media-post div.overlay i {
  background: #ffc300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-animation: video_btn 1s linear infinite;
  animation: video_btn 1s linear infinite;
}
.media-filter .media-post:hover div.overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.event-gallery-post {
  border: solid 1px hsl(0, 0%, 90%);
  padding: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.event-gallery-post h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 5px 10px;
}
.event-gallery-post img {
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-gallery-post div.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.event-gallery-post div.overlay a.gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
.event-gallery-post div.overlay i {
  background: #ffc300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-animation: video_btn 1s linear infinite;
  animation: video_btn 1s linear infinite;
}
.event-gallery-post:hover div.overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.event-gallery-post:hover div.overlay h2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.zoho-form-block {
  padding-left: 15px;
  margin-bottom: 20px;
}
.zoho-form-block ul.form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.zoho-form-block ul.form-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .zoho-form-block ul.form-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.zoho-form-block ul.form-list li.zf-large {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.zoho-form-block ul.form-list li input[type="text"],
.zoho-form-block ul.form-list li input[type="search"],
.zoho-form-block ul.form-list li input[type="file"],
.zoho-form-block ul.form-list li isindex,
.zoho-form-block ul.form-list li textarea {
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 3px;
  background: #fff;
  outline: none;
  padding: 5px;
  width: 100%;
}
.zoho-form-block .zf-labelName {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
.zoho-form-block .zf-important {
  color: #d00;
  font-size: 14px;
  font-size: 0.875rem;
}
.zoho-form-block button {
  background: #ffc300;
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
}
.accordion-section .accordion-button {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
}
.accordion-section .accordion-button:not(.collapsed) {
  background-color: hsl(0, 0%, 98%);
  color: #ffc300;
}
.accordion-section .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
} /*# sourceMappingURL=main.min.css.map */
/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  background: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}
