@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap");

:root {
  --clr-primary: #0066a5;
  --clr-secondary: #78ca10;
  --clr-dark: #1e1e1e;
  --clr-body: #7a7a7a;
  --clr-white: #fff;
  --clr-white-300: #f1f5f9;
  --clr-white-300-b: #f2f2f2;
  --clr-white-500: #edeff2;
  --clr-white-700: #e0e5ec;
  --clr-white-900: #c0c0c0;
  --animate: cubic-bezier(0.145, 0.82, 0.155, 1.4);
  --smooth: ease-in-out;
  --smooth-shadow: 0px 0.6px 0.9px rgba(0, 0, 0, 0.006),
    0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011),
    0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015),
    0px 7.1px 10.6px rgba(0, 0, 0, 0.017),
    0px 10.1px 15.1px rgba(0, 0, 0, 0.019),
    0px 14.6px 21.9px rgba(0, 0, 0, 0.021),
    0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
  --border-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  --elevation-1: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  --elevation-2: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  --elevation-3: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  --elevation-4: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  --clamped: clamp(1rem, 2.5vh, 2rem) clamp(1rem, 2.5vw, 1.5rem);
}

.inner-banner {
  position: relative;
  min-height: 25vh;
  min-height: 25dvh;
  z-index: 2;
  display: grid;
  place-content: center;
  grid-template-areas: "stacked";
  overflow: hidden;
}

.inner-banner.styled {
  place-content: unset;
  padding-block: 0;
}

.inner-banner.styled .row {
  height: 100%;
}

.inner-banner > * {
  grid-area: stacked;
}

.inner-banner-image img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.inner-banner-image img.dark {
  filter: brightness(0.3);
}

.inner-banner-content.boxed {
  padding: 30px;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 0px;
  background-color: var(--clr-primary);
  position: relative;
}

.inner-banner-content.boxed .banner-title {
  position: relative;
  z-index: 5;
}

.inner-banner-content.boxed .banner-title > * {
  font-size: 36px;
}

@media (min-width: 576px) {
  .inner-banner-content.boxed {
    place-items: unset;
    align-items: center;
    padding: 50px;
  }

  .inner-banner-content.boxed::before {
    content: "";
    inset: 0;
    width: 50%;
    left: 100%;
    translate: -50% 0;
    position: absolute;
    background-color: var(--clr-primary);
    z-index: 2;
    transform: skewX(-30deg);
  }

  .inner-banner-content.boxed::after {
    content: "";
    inset: 0;
    width: 50%;
    left: 100%;
    top: 50px;
    translate: -40% 0;
    position: absolute;
    background-color: var(--clr-secondary);
    z-index: 1;
    transform: skewX(-30deg);
  }
}

.inner-banner-content .banner-title > * {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  font-size: 32px;
  color: var(--clr-white);
}

a[href] {
  text-decoration: none;
}

body {
  width: 100%;
  overflow-x: hidden;
}

@layer defaults {
  *,
  ::before,
  ::after {
    margin: 0;
    box-sizing: border-box;
  }

  section.block {
    padding-block: 70px;
  }

  .section-title {
    margin-bottom: 5px;
  }

  img {
    display: block;
    width: min(100%, 100%);
  }
}

.section-title > * {
  position: relative;
  max-width: max-content;
  margin-bottom: 24px;
  font-size: 32px;
  text-transform: uppercase;
}
input.common-btn:after,
input.common-btn:before,
span#submit_text:after,
span#submit_text:before {
  display: none !important;
}
.section-title > *::before {
  content: "";
  position: absolute;
  inset: 50% 0 0 100%;
  translate: 0 -50%;
  margin-left: 15px;
  width: 50%;
  height: 0.2rem;
  border-radius: 100vmax;
  background-color: var(--clr-primary);
}
.reach-us li b,
.reach-us li h3 {
  font-weight: 600;
  font-size: 20px;
}
address {
  font-size: 16px !important;
}
.sub-heading > * {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--clr-primary);
  line-height: 1.25;
  word-spacing: 2px;
}

.cta :is(.section-title > *, .sub-heading > *) {
  color: var(--clr-white-300);
}

footer {
  padding-block: 50px;
}

figure {
  margin: 0;
}
.row-gap {
  row-gap: 24px;
}
.bg-white-300 {
  background-color: var(--clr-white-300);
}

.bg-white-300-b {
  background-color: var(--clr-white-300-b);
}

.overlay-dark {
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-attachment: fixed;
}

.overlay-dark::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(hsl(0 0% 0% / 75%), hsl(0 0% 0% / 75%));
}

@media (max-width: 576px) {
  section.block {
    padding-block: 25px;
  }

  .inner-banner.styled .row {
    position: relative;
  }

  .inner-banner.styled :is(.fluid-image, .fluid-image img) {
    position: absolute;
    inset: 0;
    border-radius: 0;
    filter: brightness(0.5);
    object-fit: cover;
  }
}

/*& Back to top */
.back-top-top {
  position: fixed;
  z-index: 998;
  background-color: var(--clr-primary);
  border-radius: 50%;
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--clr-white);
  right: 25px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: 400ms all cubic-bezier(0.075, 0.82, 0.165, 1.5);
}

.back-top-top.active {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.fluid-image img {
  height: 100%;
  object-fit: cover;
}

.fluid-image iframe {
  width: 100%;
  height: 100%;
}
.fw-500 {
  font-weight: 500;
}
@media (min-width: 992px) {
  .fluid-image {
    position: relative;
    overflow: hidden;
  }
  .fluid-block .container-fluid .row > *:not(.fluid-image) {
    max-width: 625px;
  }
  .fluid-block .container-fluid .row > *:first-child:not(.fluid-image) {
    margin-left: auto;
  }
  .fluid-image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
  }

  .fluid-image iframe {
    position: absolute;
    inset: 0;
  }
}

@media (max-width: 575.95px) {
  .fluid-image img {
    border-radius: 10px;
    box-shadow: var(--elevation-3);
  }
}

.vbox-close {
  background-color: hsl(0 0% 100% / 20%);
  border-radius: 4px;
  top: 15px;
  right: 15px;
}

.vbox-container::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 991.95px) {
  .inner-banner.styled .fluid-image img {
    position: absolute;
  }
  .fluid-section .row > *:not(.fluid-image) {
    order: 2;
  }
  .fluid-section .row .fluid-image {
    order: 1;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  color: #000 !important;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  text-decoration: none;
  color: #000;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 1px;
}

a:hover {
  text-decoration: none;
}

button {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #000;
}

h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.4;
  text-transform: capitalize;
}

h3 {
  font-weight: 500;

  font-size: 30px;
  line-height: 1.5;
}

.bg-fefefe {
  background-color: #fefefe;
}

.bg-f4f9fd {
  background-color: #f4f9fd;
}

.ptb-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 25px 12px 25px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  font-size: 14px;
  transition: 0.5s;
}

.common-btn {
  position: relative;
  z-index: 5;
  color: #fff !important;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  border: 1px solid #0066a5;
  background: #0066a5;
  padding: 10px 25px 10px;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 20px !important;
}

.water-treatment {
  width: 50%;
  margin-bottom: 10px;
}
.text.text-info {
  width: 50%;
}

.page-template-careers .inner-banner-content p {
  color: white;
  font-size: 18px;
  padding-top: 10px;
}
.sev-details {
  width: 100%;
}

a.no-point {
  pointer-events: none;
}

.common-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border: none;
  line-height: initial;
  border-radius: 0px;
  padding: 12px 25px 10px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #0066a5;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
}

.common-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.common-btn:before {
  background: #78ca10;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%) skew(-45deg);
  -moz-transform: translateX(-100%) skew(-45deg);
  -o-transform: translateX(-100%) skew(-45deg);
  transform: translateX(-100%) skew(-45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -moz-transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  width: 150%;
  z-index: 0;
}

.common-btn:hover {
  background: #202c45;
  border-color: #202c45;
}

.dark-btn {
  background: #202c45;
  border-color: #202c45;
  color: #fff !important;
}

.phn-top {
  font-size: 20px;
  font-weight: 500;
}

.phn-top i {
  color: #78ca10;
}

.dark-btn span {
  color: #fff;
}

.navbar-light {
  background: none !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px !important;
}

.navbar-light .navbar-nav :is(.nav-link.active, .nav-link:hover) {
  color: #ce7b33;
}

.trans-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background: none;
}

.col-lg-6.order-2.order-lg-1.p-lg-5.space-textile {
  padding: 6rem 3rem !important;
}

.banner-slider .slick-prev {
  left: 0;
  z-index: 98;
}

.banner-slider .slick-next {
  right: 0;
  z-index: 98;
}

.col-lg-6.p-lg-5.space-top-btm {
  padding: 100px 65px !important;
}

.banner-img {
  position: relative;
}

.banner-img img {
  width: 100%;
}

.banner-img::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: url(../images/banner-overlay.png);
  left: 0;
  top: 0;
}

.banner-img::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.banner-inner {
  position: relative;
}

.hd-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
a.navbar-brand {
  /* position: absolute; */
  bottom: 0;
}

.header-top-bar {
  background: transparent;
  padding: 15px 0;
  display: inline-flex;
  width: auto;
  position: fixed;
  bottom: 0;
}

.hd-inner a {
  color: #fff;
}

.hd-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hd-right ul.social-icon-top {
  display: none;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hd-right a.phn-top.ms-3 {
  padding: 10px 20px !important;
  margin: 0 !important;
  background: #78ca10 !important;
  animation: blink infinite 2500ms;
  color: #fff;
}

.hd-right a.phn-top.ms-3 i {
  margin-right: 6px !important;
  color: #fff;
}

.hd-right a {
  display: block;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

.hd-right a:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.social-icon-top {
  display: flex;
  flex-wrap: wrap;
}
.social-icon-top a.fb-icon {
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background: #4267b2;
}
.social-icon-top a.insta-icon {
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  border: 0;
}
.navbar-brand img {
  max-width: 171px;
}

.navbar-brand h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar-brand h1 span {
  color: #f12a02;
}

.sub-title {
  font-size: 16px;
  color: #202c45;
  font-weight: 500;
  text-transform: uppercase;
}

.common-title {
  font-size: 32px;
}

.container {
  max-width: 1250px;
}

.header-trans {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.banner-slide {
  display: block !important;
}

.banner-caption {
  position: absolute;
  top: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-text {
  width: 55%;
  text-align: left;
}

.banner-text h5 {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 400;
  background: #f12a02;
  font-size: 16px;
}

.banner-text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}

.banner-text h4 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

.text-lg {
  font-size: 20px;
  line-height: 1.7;
}

.about-brick-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.abt-brick {
  width: calc(33.33% - 15px);
  display: flex;
  padding: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  box-shadow: 0 0 87px 5px rgba(220, 230, 237, 0.75);
  position: relative;
  overflow: hidden;
}

.abt-brick::before {
  background: linear-gradient(to bottom, #1690f0 50%, #2cb9f2 100%) no-repeat
    scroll right bottom/100% 210% #1690f0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateY(-101%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shadow-none {
  box-shadow: none;
}

.abt-brick-icon {
  width: 75px;
  height: 75px;
  background: linear-gradient(to bottom, #1690f0 50%, #2cb9f2 100%) no-repeat
    scroll right bottom/100% 210% #1690f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 9;
}

.abt-brick:hover::before {
  transform: translateY(0);
}

.abt-brick:hover * {
  color: #fff;
}

.abt-brick:hover a {
  border-color: #202c45;
}

.abt-brick:hover .abt-brick-icon {
  background: none;
}

.abt-brick-icon img {
  width: 40px;
}

.abt-brick-detail {
  width: calc(100% - 75px);
  padding-left: 15px;
  position: relative;
  z-index: 9;
}

.abt-brick-detail h4 {
  color: #1690f0;
  text-transform: capitalize;
  font-size: 18px;
}

.blue-text {
  color: #1690f0;
}

.lab-glass-overlay {
  position: absolute;
  right: 50px;
  display: none;
  width: 300px;
  top: 0;
  transform: translateY(-40%);
}

/* .abt-text{
	padding-top: 100px;
} */
.mt-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.top-markets {
  position: relative;
}

.top-markets::before {
  position: absolute;
  left: 0;
  background: url(../images/water-patteren.png) no-repeat 0 0 / cover;

  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}

.white-text {
  color: #fff;
}

.top-markets::after {
  position: absolute;
  left: 0;
  background: linear-gradient(to bottom, #1690f0 50%, #2cb9f2 100%) no-repeat
    scroll right bottom/100% 210% #1690f0;

  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
}

.top-markets .container,
.top-markets .container-fluid {
  position: relative;
  z-index: 9;
}

.req-quote-sec {
  /* background: #53bbe9;*/
  background: rgb(83, 187, 233);
  background: -moz-linear-gradient(
    90deg,
    rgba(83, 187, 233, 1) 0%,
    rgba(26, 96, 126, 1) 80%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(83, 187, 233, 1) 0%,
    rgba(26, 96, 126, 1) 80%
  );
  background: linear-gradient(
    90deg,
    rgba(83, 187, 233, 1) 0%,
    rgba(26, 96, 126, 1) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53bbe9",endColorstr="#1a607e",GradientType=1);
}
.req-quote-sec .common-btn {
  background: #78ca10 !important;
  border-color: #78ca10 !important;
}

.req-quote-sec h2,
.req-quote-sec p {
  color: #fff;
}

.green-btn {
  background: #78ca10;
  border-color: #78ca10;
}

section {
  padding: 70px 0;
}

.half-img-sec {
  position: relative;
  background: #0066a5;
}

.left-img-parralax::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("https://www.clearworldcorp.eu/storage/app/media/containers.png")
    no-repeat 0 0 / contain;
}

.half-img-sec .container {
  position: relative;
  z-index: 9;
}

.market-slider .slick-dots {
  display: flex;
  justify-content: center;
}

.text-btm a {
  font-weight: bold;
  color: #0066a5;
}

.top-markets .mun_bx h3 a {
  pointer-events: none;
}

.market-slider .slick-dots button {
  height: 5px;
  margin: 0 2px;
  width: 25px;
  border: 0;
  background: #78ca10;
  font-size: 0;
}

.market-slider .slick-dots .slick-active button {
  background: #0066a5;
}

.half-parallax {
  background: url(../images/product.jpg) no-repeat 0 0 / cover fixed;
  padding-bottom: 70px;
}

.half-parallax.half-img-sec:before {
  background: #000;
  opacity: 0.95;
  height: 100%;
  background: linear-gradient(to bottom, #1b71b5 50%, #90d268 100%) no-repeat
    scroll right bottom/100% 210% #6bac43;
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pro-details .sub-title {
  color: #fff !important;
}

.pro-center-img img {
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}

.pro-details h2,
.pro-details p,
.pro-details h4 {
  color: #000;
}

.pro-details h3 {
  font-size: 20px;
  font-weight: 600;
}

.pro-details h4 {
  font-size: 18px;
}

.hf-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.hf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.mt-slide-inner {
  position: relative;
}

.mt-slide-inner h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  z-index: 9;
  text-transform: capitalize;
}
.mt-slide-inner .mun_bx {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0066a5;
  opacity: 0;
  transition: all 0.5s;
}
.mt-slide-inner:hover .mun_bx {
  opacity: 1;
}
.mun_bx h3 a {
  color: #fff;
  display: block;
  font-size: 30px;
}
.mun_bx ul li {
  text-align: center;
  margin-bottom: 10px;
}
.mun_bx ul li a {
  position: relative;
  color: white;
  font-size: 18px;
  padding-left: 15px;
  text-transform: capitalize;
}
.mun_bx ul li a::before {
  content: "";
  position: absolute;
  width: 7px;
  background: white;
  height: 2px;
  top: 10px;
  left: 0;
  display: inline-block;
}
.mun_bx h3 a {
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
}
.mun_bx h3 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 45px;
  height: 4px;
  background: #78ca10;
  display: inline-block;
  margin-inline: auto;
  left: 0;
  right: 0;
}
.mt-img a {
  position: relative;
  display: block;
  overflow: hidden;
}

.mt-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mt-img:hover img {
  transform: scale(1.1);
}

.pro-details h2,
.pro-details p,
.pro-details h4 {
  color: #fff;
}

.mt-img a::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: #313335;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.4;
  left: 0;
  top: 0;
}

.mt-slide {
  padding: 0 10px;
}

.mt-slide-inner h4 a {
  color: #fff;
  display: block;
  font-size: 30px;
}

.img-left {
  left: 0;
}

.img-right {
  right: 0;
}

.half-text .common-title {
  margin-bottom: 30px;
}

.dark-bg {
  background: #202c45;
}

.blue-bg {
  background: #f12a02;
}

.gray-bg {
  background: #f5f3ee;
}

.dark-bg *,
.blue-bg * {
  color: #fff;
}

.serv-box {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  align-items: center;
}

.service-center-img {
  background: url(../images/service-center.png) center center no-repeat;
  background-size: 30% auto;
}

.service-sec {
  position: relative;
  padding-bottom: 140px;
}

.service-sec .container {
  position: relative;
  z-index: 9;
}

.service-sec::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #1690f0 50%, #2cb9f2 100%) no-repeat
    scroll right bottom/100% 210% #1690f0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: animate 4s ease-in-out infinite forwards;
}

.service-sec .sec-header p {
  font-weight: 500;
}

.white-bg-image {
  padding: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-bg-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}

.col-left {
  text-align: right;
}

.col-left .sev-img {
  order: 2;
}

.col-left .sev-details {
  order: 1;
  padding-left: 0;
  padding-right: 20px;
}

.req-quote-outer {
  position: relative;
}

.top-markets p {
  color: #fff;
}

.req-quote-img {
  position: absolute;
  left: 0;
  bottom: -70px;
  max-width: calc(50% - 60px);
}

.req-quote .form-control {
  height: 60px;
  border: 1px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
  margin-bottom: 20px;
}

.req-quote .form-control::placeholder {
  color: #fff;
}

.req-quote textarea.form-control {
  height: 120px;
}

.blog-img {
  overflow: hidden;
}

.blog-box:hover img {
  transform: scale(1.1);
}

.blog-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  object-fit: cover;
}

.blog-detail {
  padding: 30px;
}

.blog-detail h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.text-link {
  color: #000;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid #78ca10;
}

.blog-box {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
}

.blog-sec .common-title {
  margin-bottom: 30px;
}

.testimonials {
  padding: 80px 0;
}

.testimonials h2 {
  margin-bottom: 30px;
}

.test-box-inner {
  position: relative;
}

.test-box-white {
  padding: 20px;
  border: 1px solid #ededed !important;
  background-color: #fafafa !important;
  position: relative;
  margin-bottom: 20px;
}

.test-box-white {
  padding-left: 45px;
}

.test-box-white:after,
.test-box-white:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.test-box-white:before {
  /* border-color: rgba(237, 237, 237, 0); */
  border-top-color: #ededed;
  border-width: 12px;
  margin-left: -12px;
}

.test-box-white:after {
  border-color: rgba(250, 250, 250, 0);
  border-top-color: #fafafa;
  border-width: 10px;
  margin-left: -10px;
}

.g-logo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

.rating-star {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.rating-star li {
  margin-right: 4px;
  color: gold;
}

.test-box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

.test-box {
  padding: 0 15px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 0;
  font-size: 0;
  border: 0;
  background-color: #78ca10;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-next {
  right: -40px;
  background-image: url(../images/arrow-right.png);
}

.slick-prev {
  left: -40px;
  background-image: url(../images/arrow-left.png);
}

.test-box-inner::before {
  content: "";
  height: 90px;
  left: 10px;
  top: 24px;
  width: 24px;
  background: url(../images/quotes-img.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 99;
}

footer {
  padding: 80px 0 0 0;
  background: #000;
  background-size: cover;
}

.ft-box h4 {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.ft-box h4 {
  font-family: "Poppins", sans-serif;
}

.ft-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-link-list li {
  width: 50%;
  margin-bottom: 10px;
}

.ft-link-list li a {
  color: #fff;
}

.ft-box address {
  color: #fff;
  padding-left: 15px;
  margin-bottom: 40px;
}

.ft-box i {
  color: #78ca10;
  margin-left: -15px;
  margin-right: 5px;
}

.ft-box p {
  padding-left: 15px;
  margin-bottom: 40px;
}

.ft-box p,
.ft-box p a {
  color: #fff;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  color: #fff !important;
}

.social-icons a i {
  margin: 0 !important;
  color: #fff !important;
}

.ft-box .form-group {
  position: relative;
}

.ft-box .form-control {
  height: 50px;
  background: none;
  border: 1px solid #fff;
  padding-right: 120px;
  color: #fff;
}

.ft-box .form-control::placeholder {
  color: #fff;
}

.ft-box .form-group .common-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}

.hours-list li {
  padding: 10px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}

.hours-list span {
  color: #fff;
  width: 50%;
  display: flex;
}

.full-list li {
  width: 100%;
}

.fixed-social-icon {
  position: fixed;
  right: 0;
  padding: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 98;
}

.fixed-social-icon li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.fb-icon {
  background: #3b5998;
}

.insta-icon {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.copyright {
  padding: 20px 15px;
  text-align: center;
  margin-top: 50px;
  background: #222;
}

.copyright p,.copyright p a {
  color: #fff;
}

/* v2 */
.event-sec {
  background: #f12a02;
}

.event-sec .event-inner {
  background: none;
  box-shadow: none;
}

.event-sec .event-text {
  background: #fff;
}

.event-sec .event-text * {
  color: #000;
}

.event-sec .event-header h2 {
  color: #fff;
}

.blur-bg-content {
  background: url(../images/full-banner-img.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 280px;
  position: relative;
}

.blur-bg-content::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}

.blur-bg-content .container {
  position: relative;
}

.blur-bg-content * {
  color: #fff;
}

.bottom-hf-box {
  background: #f5f3ee;
}

.bhb-text {
  padding: 20px;
}

.bhb-img {
  height: 300px;
}

.bhb-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.bottom-half-sec {
  position: relative;
  z-index: 9;
  margin-top: -200px;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-sec {
  padding: 30px 0;
  background: #202c45;
}

.cta-sec h2 {
  color: #fff;
  margin-bottom: 0;
}

/* index-v2 */
.header-static {
  position: static;
  background: #fff;
}

.index-v2 .half-img-sec:before {
  background: linear-gradient(to bottom, #1690f0 50%, #cdffaf 100%) no-repeat
    scroll right bottom/100% 210% #cdffaf;
}

.index-v2 .abt-brick-icon,
.index-v2 .req-quote-sec {
  background: linear-gradient(to bottom, #1690f0 50%, #cdffaf 100%) no-repeat
    scroll right bottom/100% 210% #cdffaf;
}

/* .index-v2 .slick-arrow{
	background-color: #78ca10;
} */

.index-v2 .lab-glass-overlay {
  display: block;
}

.index-v2 .common-btn {
  background: #78ca10;
  border-color: #78ca10;
}

.index-v2 .abt-brick::before {
  background: linear-gradient(to bottom, #1690f0 50%, #cdffaf 100%) no-repeat
    scroll right bottom/100% 210% #cdffaf;
}

.index-v2 .dark-btn {
  background: #202c45;
  border-color: #202c45;
  color: #fff !important;
}

.index-v2 .banner-text h2 {
  font-weight: 500;
  font-size: 40px;
}

.index-v2 .banner-text h4 {
  font-size: 30px;
  font-weight: 500;
}

.index-v2 .banner-caption .common-btn {
  margin-top: 20px;
}

.index-v2 .banner-text {
  width: 50%;
}

.index-v2 h2,
.index-v2 h1,
.index-v2 h2,
.index-v2 h3,
.index-v2 h4,
.index-v2 h5,
.index-v2 h6 {
  font-weight: 500;
}

.index-v2 .sub-title {
  color: #78ca10;
}

.index-v2 .top-markets::after {
  opacity: 0.1;
}

.index-v2 .banner-img::before {
  opacity: 0;
}

.index-v2 .market-slider .slick-dots button {
  background: #78ca10;
}

.index-v2 .market-slider .slick-dots .slick-active button {
  background: #202c45;
}

/* v3 */
.banner-text {
  width: 55%;
  padding: 30px;
  text-align: left;
  background: rgb(255 255 255 / 90%);
}
.banner-caption {
  position: absolute;
  top: auto;
  left: 0;
  top: 35%;
  width: 100%;
  transform: none;
}

.banner-text h2 {
  color: #202c45;
  font-size: 36px;
  line-height: 1.2;
}

.banner-text h4 {
  color: #202c45;
  font-size: 30px;
  line-height: 1.2;
}

.banner-img::after,
.banner-img::before {
  display: none;
}

.serv-box {
  padding: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  background: #fff;
}

.hover-effect {
  transform: translateY(-3px);
  transition: 0.5s;
}

.hover-effect:hover {
  transform: translateY(-3px);
  transition: 0.5s;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
  margin-top: -10px;
  cursor: pointer;
}

.sev-img img {
  width: 80px;
}

.sev-details h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 10px;
  min-height: 50px;
}

.sev-details p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sev-img {
  display: block;
  margin: auto;
}

/* .service-sec:after {
    content: "";
    background: url(../images/service-center.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.10;
    background-attachment: fixed;
} */
/*---  common-btn ---*/
select.form-control option {
  color: #000;
}

header.header-trans .phn-top i.option-2 {
  color: #0066a5;
}

.common-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border: none;
  line-height: initial;
  border-radius: 0px;
  padding: 12px 25px 10px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #0066a5;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
}

.common-btn.green-btn {
  border: 2px solid #78ca10;
}

a.common-btn.d-green-btn {
  border: 2px solid #0066a5;
}

.common-btn:hover {
  border: 2px solid #78ca10;
}

.common-btn:before {
  background: #78ca10;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%) skew(-45deg);
  -moz-transform: translateX(-100%) skew(-45deg);
  -o-transform: translateX(-100%) skew(-45deg);
  transform: translateX(-100%) skew(-45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -moz-transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  width: 150%;
  z-index: 0;
}

.common-btn:hover:before {
  -webkit-transform: translateX(0) skew(-45deg);
  -moz-transform: translateX(0) skew(-45deg);
  -o-transform: translateX(0) skew(-45deg);
  transform: translateX(0) skew(-45deg);
}

.common-btn:hover span {
  color: #000;
}

.common-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
}

a.common-btn.d-green-btn span {
  color: #000 !important;
}

.header-trans {
  transition: all 200ms ease;
}

.header-trans.fixed-header {
  box-shadow: 0 4px 24px hsl(0 0% 0% / 12%);
}

body.home .header-trans.fixed-header {
  position: fixed;
  background-color: #fff;
  top: 0;
}

body:not(.home) .header-trans {
  position: sticky !important;
  top: -150px;
}

body:not(.home) .header-trans.fixed-header {
  top: 0;
  background-color: #fff;
}

.double-image {
  position: relative;
}

.double-image::before {
  content: "";
  position: absolute;
  inset: 15px 15px auto auto;
  width: 120px;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: var(--clr-secondary);
}

.double-image::after {
  content: "";
  position: absolute;
  inset: auto auto 15px 15px;
  width: 120px;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: var(--clr-primary);
}

@media (max-width: 991.95px) {
  .double-image img {
    border-radius: 10px;
    box-shadow: var(--elevation-3);
  }
  .fluid-block .fluid-image {
    margin-bottom: 24px;
  }
}

.about-sec .contact a i {
  background-color: var(--clr-secondary);
  color: var(--clr-white);
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}

.bg-secondary {
  background-color: var(--clr-secondary) !important;
}

.bg-secondary *:not(.common-btn) {
  color: var(--clr-white);
}

.bg-primary {
  background-color: var(--clr-primary) !important;
}

.bg-primary *:not(.common-btn) {
  color: var(--clr-white);
}

:is(.bg-secondary, .bg-primary) .styled-list li::before {
  background-color: var(--clr-white);
  outline-color: var(--clr-white);
}

.fix-menu-sidebar .phn a i {
  margin-right: 10px;
}

.fix-menu-sidebar address i {
  margin-right: 10px;
  font-size: 20px;
  margin-left: -20px;
}

.fix-menu-sidebar span {
  font-size: 20px;
  font-weight: normal;
}

.styled-list li {
  display: flex;
  align-items: baseline;
  gap: 20px;
  position: relative;
  padding-block: 12px;
}

.styled-list li::before {
  content: "";
  display: inline-block;
  min-width: 9px;
  aspect-ratio: 1;
  background-color: var(--clr-primary);
  outline: 2.5px solid var(--clr-primary);
  outline-offset: 5px;
  border-radius: 50%;
}

body:not(.home) #contact-form,
body:not(.home) form#contact_form {
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body:not(.home) #contact-form .form-control,
body:not(.home) form#contact_form .form-control {
  margin: 0;
  box-shadow: none !important;
}

body:not(.home) #contact-form input:not([type="checkbox"]),
body:not(.home) form#contact_form input:not([type="checkbox"]) {
  height: 50px;
}

body:not(.home) #contact-form textarea,
body:not(.home) form#contact_form textarea {
  min-height: 120px;
}

body:not(.home) #contact-form :is(input, textarea)::placeholder,
body:not(.home) form#contact_form :is(input, textarea)::placeholder {
  color: #bbb;
}
form.contact-form span.error {
  width: 100%;
  display: block;
  background: red;
  color: #fff;
  padding: 3px 10px;
}
.page-template-request-for-quote-php .banner-form form#contact_form,
.page-template-careers-php form#contact_form {
  background: transparent;
}
.reach-us li {
  padding: clamp(1rem, 2.5vh, 3rem) clamp(0.75rem, 2.5vw, 1.5rem);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-left: 5px solid var(--clr-primary);
}

.reach-us li:not(:last-child) {
  margin-bottom: 24px;
}

.reach-us .follow-us a {
  min-width: 50px;
  color: var(--clr-white);
  border-radius: 4px;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
}

.authors .row {
  row-gap: calc(24px + 40px);
}

.authors .card {
  box-shadow: none;
  transition: ease all 200ms;
  border-radius: 10px;
  height: 100%;
}

.card.custom-team {
  display: flex;
  flex-direction: row;
  align-items: start;
}

.authors .card:hover {
  translate: 0 -4px;
  box-shadow: var(--elevation-3);
}

.authors .card .card-img {
  max-width: 260px;
  aspect-ratio: 1 / 0.75;
  overflow: hidden;
  border-radius: 8px;
  margin: -40px 0 0 0;
  box-shadow: var(--elevation-3);
  align-self: center;
}

.authors .card .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: 0 center !important;
}

.authors .card .card-body .card-title .common-title {
  margin: 0;
  font-size: 32px;
}

.authors .card .card-body .contact-info {
  margin-top: 12px;
}

.authors .card .card-body .contact-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 4px;
}

.authors .card .card-body .contact-info li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.authors .card .card-body .contact-info li i {
  min-width: 40px;
  border-radius: 50%;
  color: var(--clr-white);
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  background-color: var(--clr-secondary);
}

.authors .card .card-body .contact-info li i {
  background: transparent;
  color: #000;
  min-width: 20px;
}

:is(.team, .authors) .card-title p {
  color: #000;
  font-weight: 500;
}

/* .team .container {
    max-width: 992px;
} */
section.team {
  padding: 70px 0;
}
.team .card {
  box-shadow: none;
  transition: ease all 200ms;
  border-radius: 0;
  border: none;
}

.team .card .card-body .card-title .common-title {
  margin: 0;
}

.team .card .card-img {
  max-width: 260px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0;
  margin: -40px 0 0 0;
  box-shadow: var(--elevation-3);
  align-self: flex-start;
}

.team .card .card-img img {
  height: 100%;
  object-fit: cover;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown > a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dropdown > a i {
  font-size: 14px;
}

.banner-form {
  max-width: 768px;
  border: 2.5px solid var(--clr-secondary);
  padding: 24px;
  border-radius: 10px;
  margin-top: 24px;
  background-color: rgb(0 102 165 / 53%) !important;
}
.page-id-225 .banner-form input.common-btn {
  background: #78ca10 !important;
  border-color: #78ca10 !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: white !important;
}
.page-template-careers .banner-title + p,
.page-template-careers .banner-title + p + p + p {
  display: none;
}

.banner-form
  :is(input:not([type="checkbox"]), textarea, select, input:not(.common-btn)) {
  background-color: transparent !important;
  border-radius: 0;
  min-height: 40px !important;
  border: none;
  outline-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--clr-white-300);
  color: var(--clr-white) !important;
}

.banner-form
  :is(
    input:not([type="checkbox"]),
    textarea,
    select,
    input:not(.common-btn)
  )::placeholder {
  color: var(--clr-white-300);
}

.banner-form
  :is(
    input:not([type="checkbox"]),
    textarea,
    select,
    input:not(.common-btn)
  ):focus {
  border-color: var(--clr-secondary);
}
.banner-form .text p {
  color: #fff;
}

.banner-form .row {
  row-gap: 24px;
}

input[type="checkbox"] {
  min-width: 24px;
  min-height: 24px;
}

.banner-form input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.market-sec .card {
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  transition: ease all 200ms;
  letter-spacing: unset;
}

.market-sec .card:hover {
  translate: 0 -4px;
  box-shadow: var(--elevation-3);
}

.market-sec .card .card-header {
  padding: 0;
}

.market-sec .card .card-header {
  padding: 0;
}

.market-sec .card .card-body .card-title > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-sec .card .card-header .card-img {
  aspect-ratio: 16 / 9;
}

.market-sec .card .card-header .card-img img {
  height: 100%;
  object-fit: cover;
}

.market-sec .card .card-body .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.market-sec .card .card-body .card-link button {
  appearance: none;
  margin-top: 12px;
  background-color: transparent;
  border: none;
  color: var(--clr-primary);
}

.full-column {
  margin-top: 12px;
  grid-column: 1 / -1;
}

.full-column .common-btn {
  background-color: var(--clr-primary) !important;
  width: 100%;
  text-align: center;
}

.video .common-btn {
  background-color: var(--clr-white);
  margin-top: 12px;
}

.video .common-btn * {
  color: var(--clr-dark);
}

.application-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.application-list li {
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: var(--elevation-2);
}

.banner-form span.error {
  background: red;
  width: 100%;
  display: block;
  color: #fff;
  text-align: left;
  padding: 3px 15px;
}
.banner-form input.common-btn {
  color: #fff;
  line-height: initial;
  padding: 12px 25px 10px 25px !important;
  position: relative;
  transition: 0.5s;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #0066a5;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
  background: #0066a5 !important;
}

.banner-form input.common-btn:hover {
  background: #202c45 !important;
  border: 2px solid #85ff27;
}
header.header-trans a.common-btn.rq-btn {
  border: 2px solid #85ff27;
}

header.header-trans a.common-btn.rq-btn:hover {
  border: 2px solid #78ca10;
}
.req-quote .form-control + span.error,
.req-quote .form-control + span.error,
.req-quote .g-recaptcha + span.error {
  background: #f00;
  color: #fff;
  top: -20px;
  position: relative;
  padding-inline: 10px;
  padding-block: 5px;
  white-space: nowrap;
  width: 100%;
  display: flex;
  font-size: 14px;
}
.req-quote .text-center {
  text-align: right !important;
}
.col-8.text-left.cptch-sect {
  width: 100%;
}

.page-template-careers #contact_form input.form-control {
  height: 40px !important;
}

.col-8.text-left.cptch-sect .g-recaptcha {
  -webkit-transform: scale(0.77) !important;
  transform: scale(0.77) !important;
  transform-origin: 0 0;
}
header .navbar-nav li.nav-item.megamenu > ul.sub-menu {
  width: 100vw;
  max-width: 100%;
  top: 125px;
  transition: 0.2s ease all;
  background: rgb(0 0 0 / 90%);
  z-index: 0;
  position: absolute;
  left: 0;
  display: flex;
}

header .navbar-nav li.nav-item.megamenu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

header .navbar-nav li.nav-item.megamenu > ul.sub-menu {
  width: 100vw;
  max-width: 100%;
  top: 125px;
  transition: 0.2s ease all;
  background: rgb(0 0 0 / 90%);
  z-index: -1;
  position: absolute;
  left: 0;
  display: grid;
  grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
}
header .navbar-nav li.nav-item.megamenu.new-ch_mega > ul.sub-menu {
  grid-template-columns: none;
  padding: 30px 0px;
  background: rgb(0, 102, 165);
  background: linear-gradient(
    138deg,
    rgba(0, 102, 165, 1) 0%,
    rgba(97, 168, 233, 1) 100%
  );
}
header .navbar-nav li.nav-item.megamenu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

header .navbar-nav li.nav-item.megamenu > ul.sub-menu > li {
  padding: 20px;
}

header .navbar-nav li.nav-item.megamenu > ul.sub-menu > li:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  border-right: 1px solid #6c6565;
  /* background: rgb(3 2 66 / 48%); */
}

header .navbar-nav li.nav-item.megamenu > ul.sub-menu > li:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 3;
  grid-column-end: 4;
}

header .navbar-nav li.nav-item.megamenu > ul.sub-menu > li:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}

header .navbar-nav li.nav-item.megamenu > ul.sub-menu > li > a.nav-link {
  color: #f26419 !important;
  padding: 6px 0 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  /* border: none; */
  margin-bottom: 0.5rem;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  background: transparent;
  color: #fff;
  width: 100%;
}
.sub-menu {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}
header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu
  > li
  > a {
  font-family: "national-regular";
  font-weight: 400;
  text-transform: capitalize;
  color: #f26419 !important;
  font-size: 16px;
  border: none;
  padding: 0 !important;
  margin-bottom: 0.5rem;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li:first-child
  > a.nav-link
  + ul.sub-menu
  > li {
  flex-basis: 50%;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li:first-child
  > a.nav-link
  + ul.sub-menu {
  display: flex;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu
  > li
  > a
  + ul.sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  background: transparent;
  color: #fff;
  margin-bottom: 5px;
  width: 100%;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu
  > li
  > a
  + ul.sub-menu
  > li {
  text-align: left;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu
  > li
  > a
  + ul.sub-menu
  > li
  > a {
  padding: 4px 4px 4px 18px !important;
  border-bottom: 0;
  font-size: 14px;
  position: relative;
  color: #fff !important;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu
  > li
  > a
  + ul.sub-menu
  > li
  > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
}

header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu
  > li
  > a:hover,
header
  .navbar-nav
  li.nav-item.megamenu
  > ul.sub-menu
  > li
  > a.nav-link
  + ul.sub-menu
  > li
  > a
  + ul.sub-menu
  > li
  > a:hover {
  color: #f26419 !important;
}
header .navbar-nav li.nav-item.megamenu > ul.sub-menu > li > a.nav-link:hover {
  background: transparent !important;
}

ul.sub-menu.mega-menu-inner {
  width: 100vw;
  max-width: 100%;
  top: 86px;
  transition: 0.2s ease all;
  background-color: rgb(0 0 0 / 90%);
  z-index: 0;
}

header .navbar-nav li.nav-item.megamenu {
  position: static;
}

.mega-menu-column img {
  max-height: 220px;
}
.mega-menu-column.mmcol2 {
  text-align: right;
}
.mega-menu-column {
  padding: 20px;
  text-align: left;
}
.outer_mm_img_bx {
  height: 100%;
  padding: 0 20px;
}
div.mega_menu_image {
  background-repeat: no-repeat !important;
  height: 250px;
  background-position: center;
  background-color: #0066a5;
  width: 100%;
  margin-left: auto;
  background-size: cover;
  max-width: 400px;
}
.mega-menu-column .mg-menuheading a {
  color: #fff;
  padding: 6px 0;
  display: inline-block;
  font-size: 18px;
}

.mega-menu-column .mg-menuheading {
  font-size: 20px;
  margin-bottom: 0;
}

.mega-menu-column .tech_menu .mg-menusubheading a {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
}

.page-template-default header.entry-header.alignwide {
  display: none;
}

.mega-menu-column .tech_menu ul.mg-menulist {
  margin-bottom: 5px;
}

.mega-menu-column .tech_menu ul.mg-menulist li a {
  padding: 4px 4px 4px 18px !important;
  border-bottom: 0;
  font-size: 14px;
  position: relative;
}
.tech_menu {
  padding: 0 10px 0 0;
  text-align: left;
}

.mega-menu-column .tech_menu ul.mg-menulist li a:hover {
  background: transparent;
  color: #f26419 !important;
}

.mega-menu-column .tech_menu ul.mg-menulist li {
  text-align: left;
}
.mega-menu-column .tech_menu ul.mg-menulist li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  width: 100%;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 104px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #0066a5;
}
.navbar-nav li .sub-menu .mm_f_menu_2 .mg_menu_sub_heading a,
.navbar-nav li .sub-menu .mm_f_menu_3 .mg_menu_sub_heading a {
  background-color: transparent !important;
  position: relative;
}
.navbar-nav li .sub-menu .mm_f_menu_2 .mg_menu_sub_heading a::before,
.navbar-nav li .sub-menu .mm_f_menu_3 .mg_menu_sub_heading a::before {
  content: "";
  position: absolute;
  width: 7px;
  background: white;
  height: 2px;
  top: 15px;
  left: 0;
  display: inline-block;
}
.navbar-nav li .sub-menu li a {
  color: #fff !important;
  text-align: left;
  display: block !important;
  padding: 10px 15px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
a.common-btn.rq-btn {
  min-width: 250px;
  text-align: center;
  margin-right: 15px;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_2,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 {
  display: flex;
  align-items: flex-start;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx1,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx2,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx3 {
  flex: 0 0 auto;
  padding: 0 40px;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx1::after,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx2::after,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_2 .mm_f_bx1::after {
  position: absolute;
  content: "";
  top: 0;
  height: 200px;
  width: 1px;
  background: #ffffff24;
  right: 0;
  bottom: 0;
}
.new-ch_mega .mega-menu-column .mg-menuheading a {
  color: #ffffff;
  padding: 6px 0;
  display: inline-block;
  font-size: 18px;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0 0.0625rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  transition: color 0.5s, background-size 0.5s;
}
.new-ch_mega .mega-menu-column .mg-menuheading a:hover {
  background-position: 0 100%;
  background-size: 100% 0.0625rem;
}
.navbar-nav li .sub-menu .mm_f_menu_2 .mg_menu_sub_heading a,
.navbar-nav li .sub-menu .mm_f_menu_3 .mg_menu_sub_heading a {
  color: #ffffff;
  padding: 6px 0 6px 15px !important;
  display: inline-block;
  font-size: 15px;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0 0.0625rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  transition: color 0.5s, background-size 0.5s;
  border: none;
  text-transform: capitalize;
}
.navbar-nav li .sub-menu .mm_f_menu_2 .mg_menu_sub_heading a:hover,
.navbar-nav li .sub-menu .mm_f_menu_3 .mg_menu_sub_heading a:hover {
  background-position: 0 100%;
  background-size: 100% 0.0625rem;
}
.new-ch_mega .mega-menu-column.mmcol1 h4 {
  width: 49%;
  display: inline-block;
  padding-bottom: 30px;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_2 h4 {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 h4 {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_2,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 {
  display: flex;
  align-items: flex-start;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_2 .mm_f_bx1,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_2 .mm_f_bx2 {
  flex: 0 0 auto;
  padding: 0 40px;
  position: relative;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx1,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx2 {
  position: relative;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx1:after,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx2:after,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_2 .mm_f_bx1:after {
  position: absolute;
  content: "";
  top: 0;
  height: 260px;
  width: 1px;
  background: #ffffff24;
  right: 0;
  bottom: 0;
}
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx1,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx2,
.new-ch_mega .mega-menu-column.mmcol1 .mm_f_menu_3 .mm_f_bx3 {
  flex: 0 0 auto;
  padding: 0 30px;
}
.navbar-nav li .sub-menu .mm_f_menu_2 .mg_menu_sub_heading a,
.navbar-nav li .sub-menu .mm_f_menu_3 .mg_menu_sub_heading a {
  background-color: transparent !important;
  position: relative;
}
.navbar-nav li .sub-menu .mm_f_menu_2 .mg_menu_sub_heading a::before,
.navbar-nav li .sub-menu .mm_f_menu_3 .mg_menu_sub_heading a::before {
  content: "";
  position: absolute;
  width: 7px;
  background: white;
  height: 2px;
  top: 15px;
  left: 0;
  display: inline-block;
}

.spraying-man img {
  object-position: bottom;
}

.market-figure,
.market-figure img {
  height: 100%;
  object-fit: cover;
}

.market-slider-categories .slick-slide {
  margin: 0 10px;
}
.bg-white-300-b .text p {
  text-align: justify;
}
.new-ch_mega .mega-menu-column.mmcol1 h4 a {
  margin-bottom: 2px;
  position: relative;
  padding-left: 30px;
}
.new-ch_mega .mega-menu-column.mmcol1 h4 a:before,
.new-ch_mega .mega-menu-column.mmcol1 h4 a:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.new-ch_mega .mega-menu-column.mmcol1 h4 a:before {
  height: 20px;
  width: 20px;
  left: 0;
  top: 7px;
  border: 2px solid #78ca10;
}
.new-ch_mega .mega-menu-column.mmcol1 h4 a:after {
  height: 10px;
  width: 10px;
  left: 5px;
  top: 12px;
  background-color: #78ca10;
}
.new-ch_mega .mega-menu-column.mmcol1 h4 a {
  margin: 8px 0;
  width: 100%;
  text-transform: capitalize;
}
.new-ch_mega .mmnu_left .mega-menu-column.mmcol1 .mm_f_bx3 h4.mg-menuheading a {
  pointer-events: none;
}
.mobmenu-content #mobmenuright .sub-menu a {
  color: #fff !important;
}
.ft-box .social-icon-top a i {
  color: inherit;
  margin: 0 5px 0 0 !important;
}
.ft-box .social-icon-top a {
  display: flex;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
  align-items: center;
}
.team_col {
  display: flex;
  margin-bottom: 25px;
  column-gap: 20px;
}

.team-img {
  float: none;
  text-align: left;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 20%;
  flex-basis: 20%;
  width: 100%;
  height: 100%;
}

.team_col .desc.text-left {
  flex-basis: calc(80% - 20px);
}

.team_col .desc.text-left .title-name {
  margin: 0 0 24px !important;
  position: relative;
  z-index: 1;
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--clr-primary);
  line-height: 1.25;
  word-spacing: 2px;
}

.team_col .title-name:before {
  position: absolute;
  width: 100px;
  background: var(--clr-primary);
  content: "";
  height: 3px;
  bottom: -10px;
  left: 0;
  z-index: -1;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
}

.team_col .title-name:after {
  position: absolute;
  width: 100%;
  background: #9c9c9c;
  content: "";
  height: 1px;
  bottom: -9px;
  left: 0;
  z-index: -2;
}

.team_col:hover .title-name:before {
  width: 100%;
}

.team_col .title-designation {
  color: #5889a7;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.team_col .text {
  display: -webkit-box;
  margin-bottom: 20px;
  min-height: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.team-img img {
  width: 100%;
  border: 2px solid #b7b7b7;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.team-details .team-img {
  width: 100%;
  margin: 0 0 20px 0;
  max-width: none;
}
.team-details .desc.text-left {
  margin-bottom: 10px;
}

.team-details .desc.text-left .title-name {
  margin: 0 0 24px !important;
  position: relative;
  z-index: 1;
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--clr-primary);
  line-height: 1.25;
  word-spacing: 2px;
}

.team-details .title-name:before {
  position: absolute;
  width: 100px;
  background: var(--clr-primary);
  content: "";
  height: 3px;
  bottom: -10px;
  left: 0;
  z-index: -1;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
}

.team-details .title-name:after {
  position: absolute;
  width: 100%;
  background: #9c9c9c;
  content: "";
  height: 1px;
  bottom: -9px;
  left: 0;
  z-index: -2;
}

.main-image img {
  height: 350px;
  margin-bottom: 20px;
  object-fit: cover;
}

.blog-lists .blog-box .blog-img img {
  height: 250px;
  object-fit: cover;
}
.burger-menu {
  display: flex;
  --icon-size: 40px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  background: #0066a5;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}

header.header-trans a.common-btn.rq-btn {
  width: max-content !important;
}
@-moz-document url-prefix() {
  header.header-trans a.common-btn.rq-btn {
    width: 100%;
  }
}

.burger-menu span.burger-icon {
  width: calc(var(--icon-size) - 16px);
  height: calc(var(--icon-size) - 20px);
  border-style: solid;
  border-color: #78ca10;
  border-width: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger-menu span.burger-icon span {
  height: 2px;
  background: #78ca10;
  width: inherit;
}

/* fix menu*/

.fix-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  background: #fff;
}
.fix-menu.open-fix-menu {
  display: block;
}
.fix-menu-inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.fix-menu-sidebar {
  width: 450px;
  background: #0066a5;
  padding: 50px 40px;
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}
.fix-menu-sidebar ul li a {
  color: #fff;
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
.fix-menu-sidebar ul li a:hover {
  transform: scale(1.05);
  color: #fff !important;
}
.fix-menu-rightbar {
  width: calc(100% - 465px);
  display: flex;
  flex-wrap: wrap;
  padding-inline: 30px;
  align-items: center;
}
.close-menu-btn {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  cursor: pointer;
}

.rightbar-inner h4 {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.fix-menu-sidebar address {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.fix-menu-sidebar .phn {
  margin-bottom: 20px;
  color: #fff;
}
.fix-menu-sidebar .phn a {
  color: #fff;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.rightbar-inner {
  width: 100%;
}
.rightbar-inner ul li a {
  font-weight: 500;
  color: #000;
}
.rightbar-inner ul li a:hover {
  color: #0066a5 !important;
}

.rightbar-inner ul li {
  margin: 0px 0;
  position: relative;
  padding-left: 10px;
}
.rightbar-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #0066a5;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  outline: 2px solid #0066a5;
  border-radius: 50%;
}
.rightbar-inner ul li a {
  text-transform: capitalize;
}
.rightbar-inner h4,
.rightbar-inner h4 a {
  margin-bottom: 30px;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.rightbar-inner h4 img {
  width: 50px;
  margin-right: 10px;
}
.rightbar-inner h4 span {
  display: none;
}
.fix-menu-sidebar .phn {
  margin-bottom: 20px;
  color: #fff;
}
.fix-menu-sidebar .phn a {
  color: #fff;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.fix-menu-sidebar .social-footer {
  margin-top: 20px;
}
.fix-menu-sidebar li.nav-item a {
  font-size: 20px;
}
ul.sub-menu1.inner_menu_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.sub-menu1.inner_menu_area li {
  flex: 0 0 50%;
}

.fix-menu-rightbar h2 {
  font-weight: 800;
  text-transform: uppercase;
}
.custom-bg-contact:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to bottom, #1690f0 50%, #2cb9f2 100%) no-repeat
    scroll right bottom/100% 210% #1690f0;
  z-index: 0;
  opacity: 0.1;
}

.custom-bg-contact {
  position: relative;
}
.custom-bg-contact .container {
  z-index: 9;
  position: relative;
}

.points-list li {
  padding-bottom: 10px;
}
.points-list li i {
  margin-right: 10px;
  color: #0066a5;
}

.key-bene {
  max-width: 800px !important;
}

.req-quote select.form-control {
  -webkit-appearance: button;
}

#contact_form input#subscribeagree {
  min-height: 20px !important;
  border: 1px solid;
  min-width: 20px;
}

.new-ch_mega h4 {
  color: white;
}

.dropdownitems ul.sub-menu {
  top: 97px;
  width: 250px;
  transition: none;
}

.dropdownitems .sub-menu li a.nav-link {
  line-height: normal;
  text-align: center;
}

.dropdownitems .sub-menu li {
  padding: 0px 10px;
  height: auto;
}

.dropdownitems:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 97px;
  border: 4px solid #62bd0d;
  width: 250px;
  background: linear-gradient(
    138deg,
    rgba(0, 102, 165, 1) 0%,
    rgba(97, 168, 233, 1) 100%
  );
}

li.nav-item.dropdownitems {
  position: relative;
}

.dropdownitems:hover ul.sub-menu li {
  padding: 0px 10px;
  height: auto;
}

.dropdownitems:hover ul.sub-menu li a {
  line-height: normal;
  padding: 20px 10px !important;
  font-size: 16px;
}

ul.styled-list.surface {
  column-count: 2;
}

.mega-menu-column.mmcol1 h4 a.nav-link:hover {
  color: #ffffff;
}

.accordion .accordion-button:not(.collapsed) {
  background: #0066a5;
  font-weight: 500;
  color: white;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  box-shadow: 2px 2px 12px rgb(221 221 221 / 50%);
}

.accordion-item h2 .accordion-button {
  font-weight: 500;
}

img.surface {
  height: 100%;
  object-fit: cover;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.dropdownitems ul.sub-menu:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  border: 1px solid #78ca10;
  top: -14px;
  right: calc(50% - 14px);
  background: #78ca10;
  border-bottom: none;
  border-right: none;
}

ul.styled-list.surface.sur-sanitation {
  column-count: 1;
}

p.fw-500.call-us-today {
  font-size: 18px;
}

section.bg-application {
  padding-bottom: 0;
}
.team-img.avt img {
  padding: 20px;
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .inner-banner-content.boxed .banner-title > * {
    font-size: 28px;
  }

  .env-right img {
    object-position: right;
  }

  .rightbar-inner h4,
  .rightbar-inner h4 a {
    font-size: 22px;
  }
}

@media (max-width: 1192px) {
  .navbar-brand img {
    max-width: 140px;
  }
  .navbar-light .navbar-nav .nav-link,
  nav.navbar-light .navbar-nav .common-btn {
    font-size: 14px;
  }
  a.navbar-brand {
    bottom: 10px;
  }
  .service-sec {
    padding-bottom: 70px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .inner-banner-content.boxed .banner-title > * {
    font-size: 18px;
  }
  .fluid-image img {
    width: 100% !important;
  }
  .page-template-faq img.w-auto.m-auto {
    position: relative;
  }
}

@media (max-width: 991px) {
  .dropdown .fa.fa-angle-down {
    padding: 8px;
    background: var(--clr-primary);
    min-width: 40px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: #fff;
    cursor: pointer;
    margin: 8px;
    border-radius: 2px;
  }

  .header-top-bar {
    background: #000;
    padding: 5px 0;
    width: 100%;
    position: relative;
  }
  .hd-right {
    justify-content: space-between;
  }
  .hd-right a {
    color: #fff;
  }
  a.navbar-brand {
    position: relative !important;
    bottom: 0 !important;
  }
  header .navbar a.common-btn.rq-btn {
    display: none;
  }
  section {
    padding: 50px 0;
  }
  .dropdown {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-radius: 10px !important;
  }

  .inner-banner.styled .fluid-image img {
    width: 100% !important;
    position: relative;
  }
  .inner-banner.styled,
  .inner-banner {
    margin-top: 72px;
  }
  .dropdown .dropdown-menu {
    border: none;
    width: 100% !important;
    background-color: unset !important;
    border-radius: 0 0 10px 10px;
    padding: 0 !important;
  }
  .dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .dropdown .dropdown-menu li {
    padding: 0;
    border-radius: 0 !important;
  }

  .dropdown > a {
    flex: 1;
    width: 100%;
  }

  #navbarSupportedContent {
    background-color: #fff;
    margin-top: 12px;
  }
  #navbarSupportedContent li {
    background-color: var(--clr-white-300);
    border-radius: 4px;
    transition: ease all 200ms;
  }
  #navbarSupportedContent li.show {
    background-color: var(--clr-secondary) !important;
    margin-bottom: 24px;
    translate: 0 -4px;
  }
  #navbarSupportedContent li.show > * {
    color: var(--clr-dark) !important;
  }

  #navbarSupportedContent li:not(:last-child) {
    margin-bottom: 12px;
  }
  #navbarSupportedContent .rq-btn {
    display: block;
    margin-block: 24px 12px;
  }

  .application-list {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }

  footer {
    padding: 0;
  }

  footer .row > *:first-child {
    display: none;
  }

  footer .row > *:nth-child(2) {
    background-color: var(--clr-primary);
    padding-block: 24px;
  }

  footer ul li:last-child {
    margin-bottom: 0;
  }

  .team .row {
    row-gap: calc(24px + 40px);
  }

  .common-title {
    font-size: 32px;
  }

  .navbar-brand img {
    max-width: 120px;
  }

  .ft-link-list li {
    margin-bottom: 12px;
  }

  .ft-link-list li:last-child a {
    background-color: var(--clr-secondary);
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 12px;
    display: inline-block;
  }

  .ft-box h4 {
    margin-bottom: 24px;
  }

  footer .row {
    row-gap: 24px;
  }

  .ft-box :is(p, address) {
    margin-bottom: 12px;
  }

  .left-img-parralax::before {
    display: none;
  }

  .banner-text h2 {
    font-size: 24px;
  }

  .banner-img,
  .banner-img img {
    aspect-ratio: 1 / 0.55;
  }
  .banner-caption {
    top: 125px;
  }

  .banner-text h4 {
    font-size: 20px;
  }

  .mob-menu-header-holder.mobmenu {
    background: #fff;
  }
  button.sub-menu-toggle span.icon-plus,
  button.sub-menu-toggle span.icon-minus {
    display: none;
  }
  button.sub-menu-toggle {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .mobmenu-right-panel li {
    border-bottom: 1px solid #03588d !important;
    position: relative;
    padding: 5px 0 !important;
  }
  .mob-expand-submenu i {
    font-size: 20px !important;
  }
  .mob-menu-slideout .mobmenu-right-alignment,
  .mob-menu-slideout-over .mobmenu-right-alignment {
    width: 100% !important;
  }
  .page-template-about-us .double-image,
  .page-template-products-services .col-lg-6.fluid-image {
    margin-bottom: 35px;
  }
  .wrapper {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  .hd-right a {
    font-size: 14px;
    padding-left: 0;
  }
  .social-icon-top li a span {
    display: none;
  }
  .hd-right {
    align-items: center;
  }
  .text.text-info {
    width: 100%;
  }
  .water-treatment {
    width: 100%;
  }

  .about-sec h1 {
    font-size: 20px;
  }

  .mobmenur-container {
    top: 16px !important;
  }

  .banner-slider .banner-caption {
    top: 125px;
    transform: translateY(8%);
  }
  .banner-slider .slick-arrow {
    height: 30px;
    width: 30px;
  }

  .market-slider .mt-img img {
    height: auto;
  }

  .ft-box .social-icon-top a i {
    color: inherit;
    margin: 5px 5px 5px 5px !important;
  }
  .custom-team .card-img {
    margin: auto !important;
    text-align: center;
    display: block;
  }
  .card.custom-team {
    display: block;
  }
  ul.reach-us {
    margin-top: 35px;
  }
  .authors .row {
    row-gap: calc(24px + 0px);
  }
  button#contact_submit {
    width: 170px;
    padding: 14px !important;
  }
}

@media (max-width: 390px) {
  .banner-img,
  .banner-img img {
    min-height: 420px;
    aspect-ratio: 1;
  }
}

@media (max-width: 576px) {
  .common-title {
    font-size: 24px;
  }
  .application-list {
    max-width: 100%;
    grid-template-columns: auto;
  }

  .navbar-brand img {
    max-width: 90px;
  }

  .banner-img,
  .banner-img img {
    aspect-ratio: 1 / 0.85;
  }
  .banner-caption {
    top: 50%;
  }
  .banner-text {
    width: 100%;
    padding: 24px;
  }
  .banner-text h2 {
    font-size: 20px;
    line-height: normal;
  }
  .common-btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }
  .banner-text p {
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .header-top-bar .req-quote-wrapper.onlyfor-mobile {
    display: none;
  }
  .video .p-lg-5 {
    padding-block: 80px !important;
  }

  .navbar-expand-lg .navbar-nav {
    display: flex;
    width: 80%;
    justify-content: space-evenly;
  }

  #navbarSupportedContent > .common-btn {
    margin-left: 24px;
  }

  .authors .card .card-img {
    max-width: 320px;
  }

  .card.custom-team .card-img {
    max-width: 260px;
    margin: auto auto auto -20px;
    height: 85%;
  }
  .right-side-photo .card-img {
    margin: auto -20px auto auto !important;
  }

  .team .card {
    flex-direction: row;
    align-items: center;
  }

  .team .row > *:nth-child(even) .card {
    flex-direction: row-reverse;
    text-align: end;
  }
  section.team.bg_light_grn .card {
    flex-direction: row-reverse;
    align-items: center;
    background: none;
  }
  .team .card .card-img {
    max-width: 35%;
    border-radius: 0;
    margin: 0;
  }

  .team .card .card-body {
    padding: 0 24px;
    max-width: 65%;
  }
  section.team.bg_light_grn {
    background: #f1fde2;
  }
  .dropdown {
    perspective: 50vw;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .dropdown > i {
    translate: -8px;
  }

  .dropdown .dropdown-menu,
  .header-trans ul li.menu-item-has-children ul.sub-menu {
    display: block;
    border: none;
    padding: 0;
    box-shadow: 0 2px 12px hsl(0 0% 0% / 12%);
    transform-style: preserve-3d;
    transform: rotateX(-15deg) translateY(25px);
    transition: ease all 300ms;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    top: 65%;
    background: #fff;
    position: absolute;
  }
  .header-trans ul li.menu-item-has-children button.sub-menu-toggle {
    display: none;
  }
  .dropdown .dropdown-menu li,
  .header-trans ul li.menu-item-has-children ul.sub-menu li {
    background-color: transparent;
    margin-bottom: 8px;
  }

  .dropdown .dropdown-menu.mega-menu {
    display: grid;
    min-width: max-content;
    padding: 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .dropdown .dropdown-menu .nav-link {
    border-radius: 4px !important;
    display: block;
  }

  .dropdown .dropdown-menu > * {
    overflow: hidden;
  }

  .dropdown:hover .dropdown-menu,
  .header-trans ul li.menu-item-has-children:hover ul.sub-menu {
    transform: rotateX(0) translateY(0);
    opacity: 1;
    visibility: visible;
    max-width: 600px;
    width: 100%;
  }

  .dropdown .dropdown-menu li,
  .header-trans ul li.menu-item-has-children ul.sub-menu li {
    padding: 0 10px;
    width: calc(48% + 10px);
    display: inline-block;
    float: left;
  }

  .dropdown .dropdown-menu:not(.mega-menu) li:not(:last-child),
  .header-trans ul li.menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 8px;
  }

  .dropdown .dropdown-menu li a,
  .header-trans ul li.menu-item-has-children ul.sub-menu li a {
    background-color: var(--clr-white-300);
    color: #000 !important;
  }

  .dropdown .dropdown-menu li a:hover,
  .header-trans ul li.menu-item-has-children ul.sub-menu li a:hover {
    background-color: var(--clr-white-700);
  }

  .dropdown .dropdown-menu li a.active,
  .header-trans ul li.menu-item-has-children ul.sub-menu li a.active {
    background-color: var(--clr-primary) !important;
    color: #fff !important;
  }
}

@media (min-width: 992px) and (max-width: 1555px) {
  .navbar-expand-lg .navbar-nav {
    width: 100% !important;
  }
}
@media (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav {
    width: auto !important;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
  }
}
@media (max-width: 1299px) {
  .container {
    max-width: 1200px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 12px !important;
  }

  .lab-glass-overlay {
    right: 30px;
    width: 270px;
  }

  .abt-brick {
    padding: 20px;
  }

  .text-lg {
    font-size: 19px;
  }
  .rightbar-inner h4,
  .rightbar-inner h4 a {
    font-size: 20px;
  }
  a.common-btn.rq-btn {
    min-width: 0 !important;
  }
  /* for firefox only */
  @-moz-document url-prefix() {
    a.common-btn.rq-btn {
      min-width: 240px !important;
    }
  }
  /* for firefox only end */
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
  header.header-trans a.common-btn.rq-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .navbar-brand img {
    width: 120px;
  }
  .slick-next {
    right: 0px;
    z-index: 9;
    background-image: url(../images/arrow-right.png);
  }

  .slick-prev {
    left: 0px;
    z-index: 9;
    background-image: url(../images/arrow-left.png);
  }
  a.common-btn.rq-btn {
    margin-right: 8px;
    font-size: 14px;
    padding: 10px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 8px 9px !important;
  }
}
@media (max-width: 1023px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 8px 8px !important;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .hd-right a.phn-top.ms-3 {
    animation: none;
    padding: 0 !important;
    background: transparent !important;
    font-size: 16px;
  }

  .hd-right ul.social-icon-top {
    display: inline-flex;
  }

  .hd-right {
    align-items: center !important;
  }
  .header-top-bar {
    display: flex;
    height: 50px;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }
  .banner-form {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
  .inner-banner.styled,
  .inner-banner {
    margin-top: 100px;
  }
  .mt-slide {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .banner-form .text-center {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  header.header-trans a.common-btn.rq-btn {
    position: fixed;
    left: calc(50% + 18px);
    transform: translateX(-50%);
    top: 66px;
  }

  header.header-trans {
    z-index: 99999;
  }
  .inner-banner-content .banner-title > * {
    font-size: 28px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
  header.header-trans a.common-btn.rq-btn {
    font-size: 10px;
    width: 100px !important;
    max-width: 100px !important;
    min-width: 145px !important;
  }
  .banner-text h2 {
    font-size: 17px;
    line-height: normal;
  }
}

/* Fix for megamenu click functionality */
header .navbar-nav li.nav-item.megamenu.menu-open > ul.sub-menu,
header .navbar-nav li.nav-item.megamenu.menu-hover > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

header .navbar-nav li.nav-item.megamenu > a.nav-link {
  cursor: pointer;
}

/* Ensure submenu appears on hover as well */
@media (min-width: 993px) {
  header .navbar-nav li.nav-item.megamenu:hover > ul.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
}

/* Mobile menu adjustments */
@media (max-width: 992px) {
  header .navbar-nav li.nav-item.megamenu > ul.sub-menu {
    position: relative !important;
    width: 100%;
    display: none;
  }

  header .navbar-nav li.nav-item.megamenu.menu-open > ul.sub-menu {
    display: block !important;
  }
}
