.grecaptcha-badge{
    display: none !important;
}

.project-text ul {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  list-style: none;
}

.project-text li {
  margin-bottom: 5px;
}

.grid-box h3 {
  /* top: 32px; */
  text-align: left;
}

.grid-box:hover h3 {
  bottom: 20%;
}

.grid-box:hover img {
  filter: blur(1.3);
}

.project-text li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 100%;
  background: #e45a5a;
  display: inline-flex;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0px;
}

.slick-next::before,
.slick-prev::before {
  content: "";
  width: 45px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/chevron.png);
  display: inline-flex;
  opacity: 0.7;
}

.projects-carousel .slick-next,
.projects-carousel .slick-prev {
  filter: invert();
  -webkit-filter: invert();
}

.projects-carousel .slick-prev {
  left: -60px;
}

.pp-caption h3 a:hover {
  color: #e45a5a;
}

.projects-carousel .pg-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
}

.projects-carousel .project-grid {
  position: relative;
}

.projects-carousel .pg-caption h5 {
  font-weight: 600;
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
}

.projects-carousel .slick-next {
  right: -60px;
}

.slick-next:hover::before,
.slick-prev:hover::before {
  opacity: 1;
}

.slick-next {
  right: 0;
}

.slick-prev::before {
  transform: rotateZ(180deg);
}

/* .project-photo-carousel::after {
  content: "";
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  top: 25px;
  right: 28px;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url(../img/fullscreen.png);
  display: inline-flex;
  z-index: 100;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.project-photo-carousel::after:hover {
  opacity: 1;
  transform: scale(1.3);
} */

.main-nav {
  background-color: #fff;
}

.proj-sector-icon {
  height: 30px;
  filter: invert();
  -webkit-filter: invert();
  opacity: 0.3;
  transition: 0.4s ease;
}

li.active .proj-sector-icon {
  opacity: 0.7;
  transform: scale(1.2);
}

@keyframes animate2 {
  0% {
    box-shadow: inset #e45a5a 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #002642 0 0 0 2px;
  }
  100% {
    box-shadow: inset #e45a5a 0 0 0 17px;
    transform: rotate(140deg);
  }
}

.counter-statistics :not(.counter-text) p {
  text-align: left;
}

.counter-statistics .counter-text {
  text-align: center;
}

.counter-section .section-tittle-alt h5,
.counter-section .section-tittle-alt h2 {
  margin: 0;
  margin-bottom: 10px;
}

.section-tittle-alt h5 {
  font-size: 24px;
}

.counter-statistics .counter-text p {
  line-height: 35px;
}

.counter-section .section-tittle-alt {
  border: none;
  border-bottom: 4px solid rgba(255, 255, 255, 0.5);
}

.home-counter-section {
  padding: 3.6rem 0rem 2rem 0rem;
  z-index: -1;
}

.home-counter-section p,
.home-counter-section .counter-statistics .counter-wrap {
  text-align: center !important;
}

/* .counter-section .section-tittle-alt {
  position: absolute;
  top: 50%;
  padding: 0 15px;
  transform: translateY(-50%);
}

.counter-section .counter-statistics {
  padding: 15px 0;
} */

.counter-section .section-tittle-alt h5 {
  font-weight: 300 !important;
}

.counter-section .section-tittle-alt h2 {
  font-weight: 600 !important;
  margin-bottom: 0;
}

/* @media (max-width: 1200px) {
  .counter-section .section-tittle-alt {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .counter-section .section-tittle-alt {
    max-width: calc((100vw - 540px) / 2);
  }
}

@media (min-width: 768px) {
  .counter-section .section-tittle-alt {
    max-width: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 992px) {
  .counter-section .section-tittle-alt {
    max-width: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .counter-section .section-tittle-alt {
    max-width: calc((100vw - 1140px) / 2);
  }
} */

.home-counter-section > .container {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu > li > a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #545454;
  font-weight: 500;
}

.submenu-indicator {
  margin-top: 0;
}

.lang_switcher {
  border: none !important;
}

.lang_switcher img {
  height: 18px;
  margin-right: 8px;
}

.lang_switcher .submenu-indicator {
  display: none;
}

.lang_switcher > a img {
  transition: 0.4s ease;
}

.lang_switcher:hover > a img {
  opacity: 0.3;
}

.lang_switcher ul {
  min-width: auto !important;
  background: rgba(0, 0, 0, 0.9) !important;
  overflow: hidden;
  border-radius: 5px;
  /* left: -12px !important; */
  margin-left: 3px;
}

.lang_switcher ul li img {
  transition: 0.4s ease;
}

.lang_switcher ul li a {
  padding: 12px;
  background: transparent;
  color: white;
}

.lang_switcher ul li a:hover {
  color: white;
}

.lang_switcher ul li:hover img {
  transform: scale(1.14);
}

.nav-header {
  margin-top: 0px;
}

.main-nav {
  padding: 8px 0;
}

.sections {
  background-image: url(../img/pages-bg.jpg);
  margin-top: 135px;
  height: 45vh;
}

@media (max-width: 992px) {
  .sections {
    margin-top: 70px;
  }
}

.header-left {
  position: relative;
  background: linear-gradient(146deg, #d2d2d2, #807e7e);
  border-right: 3px solid #e45a5a;
}

/* .header-left:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  opacity: 0.15;
  height: 50%;
  width: 100%;
} */

a.btn-slider {
  color: #ffffff;
  font-weight: 600;
  background: #e45a5a;
  box-shadow: 0 8px 15px 0 #00000061;
  font-size: 16px;
}

a.btn-slider:before {
  border-bottom: 2px solid #ffffff00;
  border-left: 2px solid #ffffff00;
}

a.btn-slider:after {
  border-top: 3px solid #ffffff00;
  border-right: 3px solid #ffffff00;
}

a.btn-slider:hover:before,
a.btn-slider:hover:after {
  border-color: white;
}

.gl-caption .btn-more .btn-custom {
  background: #e45a5a;
  border: solid 2px #e45a5a;
}

.footer-col p {
  color: #ffffffba;
}

.fi-fas,
.span-checklist p::before {
  color: #e45a5a;
}

.footer-col h4:after,
.section-title h2:after,
.btn-footer,
.sb-icon-box {
  background: #e45a5a;
}

.popular-links a {
  font-weight: 300;
  color: #ffffffba;
}

.og-section-tittle,
.og-accordion a.active:after,
.og-accordion .accordion a:after,
.section-tittle-alt,
.site-pagination .page-item.active .page-link,
.btn-custom.disabled,
.btn-custom:disabled,
.panel-title,
.ha-title {
  border-color: #e45a5a;
}

h5,
.h5,
.fc-content h5,
.bp-caption a,
.og-accordion .accordion li a.active,
.accordion li a.active,
.alt-counter-parallax .counter-statistics h4,
.grid-thumbnail .fas,
.sb-caption a,
.wide-banner h5,
.pp-caption h4 a,
.pp-caption h4::after,
.pg-caption h5 {
  color: #e45a5a;
}

a:hover {
  color: #ff9f9f;
}

.project-grid-bg .filter-container .filter li.active,
.pulse-button,
.site-pagination .page-item.active .page-link,
.btn-custom.disabled,
.btn-custom:disabled,
.post-date,
.counter-section {
  background-color: #e45a5a;
}

.gl-overlay,
.certificate-line {
  background-color: #072642;
}

.grid-layer:hover .gl-overlay {
  background-color: #e45a5a;
}

.custom-control {
  background-color: transparent;
}

.slider-caption-alt {
  text-align: left;
}

.grid-layer .gl-caption {
  padding: 30px 40px;
}

.footer-col .footer-logo {
  width: auto;
  height: 30px;
}

.footer-col .footer-logo img {
  height: 100%;
  width: auto;
}

.project-grid-bg {
  background-image: url("../img/images/industry-bg.jpg");
}

.alt-counter-parallax {
  background-image: url("../img/images/indusy-parallax.jpg");
}

.btn,
.project-grid-bg .filter-container .filter li.active {
  border-radius: 0;
}

.project-link {
  font-size: 0.6rem;
  font-weight: 400;
  color: rgb(46, 46, 46);
  /* text-decoration: underline; */
  border-radius: 0px;
  /* border: 1px solid #e45a5a; */
  background: #ffffff;
  padding: 2px 10px;
  bottom: 20px;
  left: unset;
  right: unset;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 2;
}

.project-link:hover {
  color: #e45a5a;
}

li.prj-all {
  text-transform: capitalize;
  font-weight: 300;
  background: rgb(231, 231, 231);
  color: #212121;
  display: inline-flex;
  flex-direction: column-reverse;
  padding: 10px 15px 0px 15px;
}

li.prj-all.active {
  border: 2px solid #e45a5a;
  /* color: #ffffff; */
}

.btn-custom {
  border-color: #e45a5a;
  color: #e45a5a;
}

.btn-custom:hover {
  background: #e45a5a;
}

.pages-title span {
  font-weight: 500;
}

.sb-caption h3 {
  text-transform: capitalize;
}

.clients-logo img {
  height: 80px;
  object-fit: contain;
}

.testimonials-parallax:before {
  content: "";
}

.pulse-button {
  box-shadow: 0 0 0 0 #e45a5a7e;
}

.box-layer.active-layer p,
.box-layer:hover p {
  opacity: 0.7;
}

.hover-thumb:hover {
  background-image: var(--hover-image);
  background-size: cover;
  background-position: center;
}

.grid-thumbnail img:first-child {
  filter: invert() contrast(10%);
}

.grid-thumbnail:hover img:first-child {
  filter: none;
}

.nav-toggle {
  top: 16%;
}

.project-name {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6));
  font-weight: 400 !important;
}

img.mfp-img {
  transition: 0.5s ease;
  height: 88vh;
  max-height: 88vh;
}

.partner-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px !important;
}

.partner-thumbnail img {
  min-height: 50px;
  max-height: 100px;
  max-width: 60%;
  object-fit: contain;
}

.top-header {
  background: linear-gradient(91deg, #002642, #052135cc);
}

.clients-wise-section .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  height: 100px;
}

.clients-logo img {
  max-height: 85px;
  object-fit: contain;
  width: 132px;
}

@keyframes animcircle {
  from {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

.lozad {
  position: relative;
}

.lozad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 0.8s ease-in;
  z-index: 1;
}

.lozad::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 3px solid rgb(99, 99, 99);
  border-bottom: none;
  transform: translate(-50%, -50%);
  animation-name: animcircle;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 2;
  transition: opacity 0.8s ease-in;
}

.lozad.loaded:before,
.lozad.loaded:after {
  opacity: 0;
}

.proj-img-bg {
  height: 250px;
  background-size: cover;
}

.nav-menus-wrapper-close-button {
  height: 50px;
}

.nav-menus-wrapper .white-logo {
  height: 28px;
  margin: 17px 25px;
  filter: grayscale(1);
  display: none;
}

.nav-menus-wrapper .map-iframe {
  display: none;
  height: 40%;
}

.nav-menus-wrapper a {
  font-family: "Poppins", sans-serif;
}

.mob-lang-link {
  color: black;
  font-weight: 400;
  padding: 0px 10px;
}

.mob-lang-link.active {
  font-weight: 600;
  background: rgba(0, 0, 0, 0.2);
}

.mob-social-link {
  padding: 4px 6px;
  background: #e45a5a;
  display: inline-flex !important;
  color: #ffffff;
  font-size: 14px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.inner-service-box {
  display: inline-flex;
}

.inner-service-box img {
  width: 40px;
}

.inner-service-box .sp-caption p {
  opacity: 0.7;
}

.filter > li {
  order: attr(data-count);
}

.filter .prj-all {
  order: 99999;
}

.proj-see-more {
  background: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.carousel-item,
.home-slider {
  height: 830px;
}

.sections:before {
  background: linear-gradient(91deg, rgba(0, 38, 65, 0.6), #0521364d);
  opacity: 1;
}

.carousel-item:before {
  background: linear-gradient(91deg, rgba(0, 38, 65, 0.55), #0521364d);
  opacity: 1;
}

a.btn-slider {
  color: #ffd8d8;
  font-weight: 500;
  box-shadow: 0 8px 15px 0 #721c1c5c;
}

.slider-caption-alt h2 {
  font-weight: 300;
  /* text-shadow: 0 3px 6px #000000ba; */
  color: #e6f5ff;
  line-height: 65px;
  font-size: 2rem;
}

.slider-caption-alt strong {
  font-weight: 500;
}

.bp-caption {
  height: 130px;
}

.about-alt-info h2,
.section-title h2 {
  font-weight: 500;
}

.proj-details-list span {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.6;
}

.proj-details-list p {
  color: black;
}

.proj-details-list > .col-6 {
  padding-top: 16px;
}

.project-grid-main {
  overflow: hidden !important;
}

.home-slider {
  box-shadow: 2px 9px 16px -1px rgba(0, 0, 0, 0.37);
  position: relative;
  z-index: 1;
}

.pages-title h1 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  margin-bottom: 18px;
}

.pages-title span {
  color: #fff;
  font-weight: 400;
}

.pages-title a {
  background: rgba(255, 255, 255, 0.3);
  padding: 2px 10px;
  border-radius: 50px;
}

.pages-title a:hover {
  background: rgba(255, 255, 255, 1);
  color: #002642;
}

.carousel-item,
.home-slider {
  height: 100vh;
}

.parallax-side {
  height: 515px;
  /* box-shadow: 0 40px 50px rgba(156, 32, 32, 0.5); */
}

.parallax-side:before,
.popup-youtube .video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 38, 66, 0.2) !important;
}

/* under question */

.content-side {
  margin: 0 !important;
}

.counter-section {
  margin: 0 !important;
}

.parallax-side {
  height: auto;
}

/* ends */

.gb-photos {
  position: relative;
}

.gb-photos:before,
.gb-photos:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.gb-photos:before {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: 0.4s ease;
  background: rgba(255, 255, 255, 0.7);
}

.gb-photos:after {
  z-index: 5;
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: 0.8s ease;
  background: url(../img/ima_logo_icon.png) center no-repeat;
  background-size: 60%;
}

.gb-photos:hover:before,
.gb-photos:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#kehl-grid h3{
	font-weight: 500;
	letter-spacing: 1px;
	
}

@media (max-width: 576px) {
  .nav-menus-wrapper .white-logo {
    display: inline-block;
  }

  .parallax-side {
    height: 400px;
  }

  .nav-menus-wrapper .map-iframe {
    display: block;
  }

  .slider-caption-alt h2 {
    line-height: 48px;
    font-size: 1.4rem;
  }

  .filter li {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    width: 33%;
    padding: 10px 0;
    margin-left: 0 !important;
  }

  .filter .prj-all {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin: 0 !important;
  }

  .filter .prj-all i {
    margin-left: 15px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .nav-logo > img {
    height: 22px !important;
  }
}

@media (max-width: 1115px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: block;
    top: unset;
  }

  .carousel-item,
  .home-slider {
    height: 70vh;
  }
}
