@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kite+One&family=Krona+One&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kite+One&family=Krona+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sora:wght@100..800&family=Sriracha&display=swap');
:root {
  --white: #fff;
  --black: #000;
 --Thunder:#2D2D2D;
 --Medium-Grey:#7E7E7E;
 --Dark-Midnight-Blue:#03346E;
 --ArtyClick-Blue:#0000FF;
 --Portland-Orange:#FF5722;
 --ArtyClick-Amber:#adc0d7;
 --Porcelain:#EEF3F6;
 --Bluish:#3673bb;
 --Macaroni-And-Cheese:#FFB22C;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
  font-family: Sora;
}
/* loader start */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:var(--Dark-Midnight-Blue);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: .9;
}

.loader {
width: 48px;
height: 48px;
display: inline-block;
position: relative;
}
/* .loader::after, */
.loader::before {
content: '';  
box-sizing: border-box;
width: 48px;
height: 48px;
border-radius: 50%;
background: #FFF;
position: absolute;
left: 0;
top: 0;
animation: animloader 2s linear infinite;
}
.loader::after {
animation-delay: 1s;
}

@keyframes animloader {
0% {
  transform: scale(0);
  opacity: 1;
}
100% {
  transform: scale(1);
  opacity: 0;
}
}
  
  
/* Hide loader when content is loaded */
.loaded .loader-wrapper {
  display: none;
}
/* loader */
.construction-navbar{
  padding: 20px 0!important;
}
.construction-navbar .navbar-brand h2{
  margin-bottom: 0;
  color: var(--ArtyClick-Amber);
}
.construction-navbar.TransparentNav .navbar-brand h2{
  margin-bottom: 0;

  color: var(--Dark-Midnight-Blue);
}
.construction-navbar .navbar-brand h6{
  float: right;
}
.construction-navbar .nav-link {
font-weight: 600;
text-transform: uppercase;
font-size: .89rem;

}
.captionimg img{
  width: 100%;
}
nav.navbar.WhiteNav {
  background-color:var(--Dark-Midnight-Blue)!important;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .6s;
  padding: 12px 0;
  box-shadow: 0 8px 6px -11px rgb(255, 255, 255);
  top: 0;
  }
  /* .TransparentNav #BrandLogo, .WhiteNav #WhiteLogo {
  display: none;
  }
  .WhiteNav .navbar-brand.white-logo{
  display: none;
  }
  .WhiteNav #BrandLogo {
  display: block;
  } */
  .navbar-brand img {
  max-width: 100%;
  height: auto;
  }
  .WhiteNav .navbar-brand{
    color: var(--white);
  }
  .construction-navbar.TransparentNav h6{
    color: var(--ArtyClick-Blue);
  }
  .construction-navbar.WhiteNav h6{
    color: var(--white);
  }
  .kangenBtn ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    gap:20px
  }
  .kangenBtn ul li{
    list-style: none;
  }
  .kangenBtn ul li a{
    text-decoration: none;
    background: var(--Dark-Midnight-Blue);
    color: var(--white);
    padding: 14px 30px;
    line-height: 60px;
    border-radius:30px;
  }
  .kangenBtn .contBtn{
background: var(--white);
color: var(--Thunder);
  }
/*  */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Be Vietnam Pro', sans-serif;
}
.top-head {
  width: 100%;
  background:var(--Dark-Midnight-Blue);
}
.top-section {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: var(--white);
  margin-bottom: 0;
}
.top-section li {
  list-style: none;
}
.top-section ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.top-section ul li {
  margin-right: 12px;
}

.top-section a{
  text-decoration: none;
  color: var(--white);
}
.top-section a i{
border: 1px solid var(--white);
padding: 6px;
border-radius: 100px;
margin-right: 8px;
}
.top-section p{
  margin-bottom: 0;
  font-size: .89rem;
}
.fontSize-buttons--list button{
  border: transparent;
  background: transparent;
  font-weight: 500;
  color: var(--white);
}
/* navbar */
.pmch-navbar .dropdown-menu{
  top:75px;
  border-radius: 0;
  padding: 0;
}
.pmch-navbar .dropdown-menu li a{
  padding: 8px 12px;
}
.pmch-navbar .dropdown-item.active,.pmch-navbar .dropdown-item:active {
  color: var(--black);
  text-decoration: none;
  background-color: var(--Light-Peach);
}
.pmch-navbar img {
  max-width: 100px;
}
.WhiteNav .menu-bg .navbar-nav .nav-item .nav-link {
  /* font-weight: 600; */
  color: var(--white);
  /* font-family: Outfit;
    line-height: 24px;
    font-size: 14px; */
}
.about-phone img{
  width: 40px;
  background: var(--Porcelain);
  border-radius: 60px;
  padding: 6px;
}
.kangenBtn ul{
  align-items: center;
}
.about-phone h3{
  color: var(--Bluish);
}
.about-phone h3 a{
  text-decoration: none;
  color: var(--Bluish)!important;
  background: transparent!important;
}
.menu-bg .navbar-nav .nav-item {
  margin-left: 16px;
}
.menu-bg .navbar-nav .nav-item .nav-link.active {
  color:var(--Bluish);
  border-bottom: 1px solid var(--Bluish);
}
.WhiteNav .nav-link.active {
  color: var(--white)!important;
  border-bottom: 1px solid var(--white)!important;
}
/* hero section start */
.hero-section {
  background-color: var(--Desert-Storm);
}

.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 340px;
  background: var(--white) !important;
  border-radius: 100px;
}
.hero-section .owl-carousel .owl-nav button.owl-next span,
.hero-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 24px;
  line-height: 20px;
  color: var(--black);
}
/* d-flex justify-content-center align-items-center */
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 330px;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.hero-section .owl-theme .owl-nav {
  margin-top: 0px !important;
}
.caption{
  position: absolute;
  color: var(--white);
  top: 230px;
  left: 310px;
  width: 70%;
}
.caption h3{
  font-size: 35px;
}
.caption h2{
  font-size: 50px;
  line-height: 70px;
  color: var(--Thunder);
  font-weight: 600;
  margin-bottom: 30px;
  font-family: Sora;
}
.caption p{
  font-size: 1.3rem;
}
.slider-img{
  position: relative;
  width: 100%;
  height: 100%;
}
/* .slider-img .slider-overlay{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background:#03346ebd;
} */
/* hero section end */
/* video section start */

/* video section end */
.headline h2{
  text-align: center;
margin-bottom: 60px;
color: var(--Deep-Rose);
}
.slider-mini-card img{
  max-width:80px;
  margin-bottom: 20px;
}
.card-construction{
  box-shadow: 0 1px 10px rgb(0 0 0 / 7%);
  border: 2px solid transparent;
  padding: 20px;
  min-height: 340px;
  background: var(--white);
  border-radius: 20px;
}
.mini-card{
  background: var(--Porcelain);
padding: 60px 0;
}
.min-content h4{
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--Dark-Midnight-Blue);
  border-top: 1px dotted var(--Thunder);
  border-bottom: 1px dotted var(--Thunder);
  
padding: 12px 12px 12px 0;
}
.min-content p{
  font-size: .9rem;
  margin-bottom: 0;
}
.about-construction-section{
  padding: 150px 0;
  width: 100%;
  background:var(--white);
  /* background: url(../images/water-treatment-bg.webp) no-repeat center/cover; */

}
.left-construction-content{
  border-right: 1px solid var(--ArtyClick-Amber);
}
.left-construction-content h5{
color: var(--Thunder);
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 1rem;

}
.left-construction-content h2{
  color: var(--Dark-Midnight-Blue);
  text-align: center;
  font-size: 2.5rem;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 0;
}
.left-construction-content p{
  color: var(--Medium-Grey);
}
.about-img img{
  width: 250px;
  max-width: 100%;
  margin-bottom: 12px;
}
.about-img {
  width: 100%;
  text-align: center;
}
.right-content{
  margin-bottom: 40px;
}
.headline-kangen h6 span{
background: var(--Porcelain);
color: var(--Thunder);
border-radius: 20px;
padding:6px 12px;
}
.headline-kangen h6{
  margin-bottom: 20px;
}
.headline-kangen p{
  text-align: center;
}
.right-content p{
  font-size:1rem;
  color: var(--Medium-Grey);

}

 p{
  /* font-size: 1rem;
    line-height: 27px;
    font-family: "Poppins", sans-serif;
    font-style: normal; */
    text-align: left;
  
    font-family: "Outfit", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.headline-kange h6{
  color: var(--Dark-Midnight-Blue);
}
.mini-card .headline-kangen{
width: 70%;
margin: 0 auto 40px auto;
text-align: center;
}
.headline-kangen h3{
  font-size: 2.5rem;
  color: var(--Dark-Midnight-Blue);
}
.headline-kangen p{
  font-size:1rem;
  color: var(--Medium-Grey);
}
/* category start */
.category-section .nav.nav-tabs{
  border: 0;
  justify-content: center;
  margin-bottom: 30px;
  }
  .category-section .nav-tabs .nav-link.active{
  border: 0;
  }
  .category-section .nav-tabs .nav-link{
    padding: 0;
    margin-right: 12px;
  }
  .category-section .nav-tabs .nav-item.show .nav-link,.category-section .nav-tabs .nav-link {
    background: none;
    margin-bottom: 40px;
   }
  .category-section{
    background: #e9f3ff47;
    padding: 60px 0;
    
  }
  .category-section .tab-content{
    margin-bottom: 30px;
  }
  .category-section a{
    text-decoration: none;
    color: var(--black);
  }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow:none!important;
    border: 0;
  }
  .category-section button{
    border: 0;
  }
  .category-section .headline-kangen{
text-align: center;

  }
  .category-section .headline-kangen h3{
    margin-bottom: 30px;
  }
  .nav-tabs .nav-link {
  
     border:0;
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 0;
    border-color:transparent!important;
  }
  .products-category ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    white-space: nowrap;
    padding-left: 0;
    justify-content: space-around;
    
  }
  .products-category ul li{
    list-style: none;
    
  }
  .products-category .category-products{
    margin-bottom: 60px;
  }
  .products-category .category-products img{
    display: block;
    height: 280px;
    border-radius: 80%;
    width: 280px;
  }
  .products-category .category-products .products-caption{
    text-align: center;
  }
  .products-category a{
    display: block; 
  }
  .products-category .category-products .products-caption{
    font-size: 1.2rem;
    margin: 8px 0;
    font-weight: 600;
  
  }
  .product-content h3{
    color: var(--Dark-Midnight-Blue);
    font-size:1.5rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .product-content h6{
    font-size: 1rem;
    color: var(--Bluish);
  }
  .product-content p{
    color:var(--Medium-Grey);
  }
  .product-content ul li{
    color:var(--Medium-Grey);
    font-family: "Outfit", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;

  }
  .left-category-card img{
    width: 100%;
    border-radius: 12px;
  }
  .right-category-card{
    display: flex;
    height: 100%;
    align-items: center;
  }
  .right-category-card img{
width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    /* border-radius: 12px; */
    /* background: #91b6e124; */
   
  }
  .category-section .left-category-card{
    background-color: var(--white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 12px;
   
  
  }
  .category-section .category-caption{
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--white);
  background: var(--Dark-Midnight-Blue);
  padding: 4px 8px;
 
 
  }
  .category-section .category-caption h4{
    font-size: 1.1rem;
    margin-bottom: 0;
  }
 .category-section .nav-link.active{
color: var(--Medium-Grey);
 }
 .category-section .nav-link{
  color: var(--Thunder);

   }
   .construction-headline h5{
    color: var(--Medium-Grey);
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
   }
  .construction-headline h2{
    color: var(--Dark-Midnight-Blue);
    text-align: center;
    font-size: 3rem;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .construction-headline p{
    text-align: center;
  }
  .water-header{
    margin-bottom: 30px;
  }
  .category-section .nav-link h2{

    background: var(--Dark-Midnight-Blue);
    padding: 12px 8px;
  color: var(--white);
    width: 150px;
    text-align: center;
    font-size: .9rem;
    border-radius: 20px;
    box-shadow: 0 1px 6px rgb(5 53 111);
  }
  .category-section.service-section{
background: var(--white)!important;
  }
  .service-section .right-category-card{
    margin-bottom: 20px;
  }
  .building-site-section{
    padding: 150px 0;
    width: 100%;
    background: url(../images/filter-bg.webp) no-repeat center/cover;

  }
  .building-card{
    text-align: center;
    position: relative;
  }
  .building-card h2{
    color: var(--Medium-Grey);
    font-size: 5rem;
 margin: 40px 0;
  

  }
  .building-card h2 span{
    
    border: 4px solid var(--Dark-Midnight-Blue);
    padding: 12px 20px;

  }
  .building-card h5{

    line-height: 25px;
    color: var(--Thunder);
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .download-brochure img{
 width: 100%;
 height: 100%;
  }
  .download-brochure{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .download-overlay{
position: absolute;
top: 0;
width: 100%;
height: inherit;
background-color: var(--Thunder);
opacity: .6;
z-index: 2;
  }
   
  .download-content{
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 3;
    color: var(--white);

  }
  .downloadBtn{
    position: absolute;
    width: 100%;
    background: var(--Dark-Midnight-Blue);
    bottom: 0;
    text-align: center;
    padding: 12px;
    z-index: 4;
  }
  .downloadBtn a{
    text-decoration: none;
    color: var(--white);
    text-align: center;
  }
  .downloadBtn a::before{
    content: "";
    position: absolute;
    top: 8px;
    left: -85px;
    width: 100%;
    height: 33px;
    z-index: 1;
    background: url(../images/download-icon.png) no-repeat center / 18px;
  }
  .download-boncher-sec{
   padding-top: 60px;
  }
  .left-boncher-card img{
    width: 100%;
  }
  .left-boncher-card.boncher-card{
    margin-bottom: 40px;
  }
  .boncher-content h4{
    color:var(--Medium-Grey);
    font-size: 20px;
    line-height: 20px;

  }
  .boncher-content a{
    font-size: 13px;
    line-height: 13px;
    border-radius: 0px;
    border: 0px solid;
    color: var(--Thunder);
    text-decoration: none;
    text-transform: uppercase;
  }
  .call-to-action {
    background: var(--Dark-Midnight-Blue);
    padding: 20px 0;
  }
  .call-to-action ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .call-to-action ul li{
    list-style: none;
  }
  .call-to-action h5{
    margin-bottom: 0;
    color: var(--white);
    font-size: 2rem;

  }
  .call-to-action a{
    text-decoration: none;
    color: var(--white);
    background:#7e7e7e3d;
    line-height: 50px;
    padding: 12px;
  }
  footer{

    background:linear-gradient(45deg, rgb(26 87 159 / 90%), rgb(3 52 110) 100%),url(../images/foot.png) no-repeat center center;
    padding: 80px 0 40px 0;
    color: var(--white);
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
   /* background:var(--Dark-Midnight-Blue); */
    background-size: cover;
  }

  .footer-social-icon{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-social-icon li{
    list-style: none;
    margin-right: 8px;
  }
  .footer-social-icon li img{
    width: 30px;
  }
  .footer-menu h4{
    letter-spacing: 2px;
    font-weight: normal;
    color: var(--ArtyClick-Amber);
    position: relative;
    padding-bottom: 8px;

  }
  .footer-menu h4::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--ArtyClick-Amber);
  }
  .footer-menu ul{
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-menu ul li{
    list-style: none;
    margin-bottom: 12px;
  }
  .footer-menu ul li a{
    text-decoration: none;
    color: var(--white);
    font-weight: 600;
  }
  .left-footer-content h3{
    color: var(--ArtyClick-Amber);
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-weight: normal;
  
  }
 
  .left-footer-content a{
    text-decoration: none;
    color: var(--Porcelain);
  }
  .left-footer-content .footer-social-icon{
    margin: 20px 0;
  }
  .left-footer-content .footer-social-icon li i{
    background: var(--white);
    color: var(--Dark-Midnight-Blue);
    font-size: 1.4rem;
    padding: 4px 6px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-sec{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Medium-Grey);
  }
  .copyright-section{
    padding-top: 30px;
  }
  .copyright-section a{
    text-decoration: none;
    color: var(--white);
    font-size: 1rem;
    color: var(--ArtyClick-Amber);
  }
  .copyright-section h5{
    font-size: 1rem;
    text-align: center;
  }
  /* category end */
  /* common section */
  .common-section{
    width: 100%;
    /* background: var(--Medium-Grey); */
    background: url(../images/common-banner.webp) no-repeat center;
  padding: 30px 0;
  }
  .common-section .breadcrumb{
    margin-bottom: 0;
  }
  .common-section .breadcrumb a{
    text-decoration: none;
    color: var(--Thunder);
  }
  .common-section .breadcrumb-item.active{
color: var(--white);
  }
  .card-image img{
    width: 100%;
  }
  /* end */
  /* gallery section */
  .gallery-section{
    padding: 60px 0;
  }
  .gallery-section .gallery-card{
margin-bottom: 20px;

  }
  .gallery-section .gallery-card img{
    width: 100%;
    /* border-right: 1px solid var(--Dark-Midnight-Blue); */
    background: #7e7e7e45;
    padding: 1px;

  }
  /* contact section start*/
  .contact-section{
    padding: 60px 0;
  }
  .right-contact .contact-add{
    display: flex;
 padding: 12px 0;
    margin-bottom: 12px;
    justify-content: space-between;
    border-bottom: 1px solid #7e7e7e24;
  }
  .right-contact .contact-add li{
    list-style: none;
 
  }
  .contact-section .left-content h4{
    color: var(--Medium-Grey);
    letter-spacing: 2px;
    font-weight: normal;

  }
  .contact-section .left-content label{
    color:var(--Medium-Grey);
    line-height: 27px;
  }
  .contact-section .left-content input{

    border-radius: 0;
    padding: 8px;
    margin-bottom: 20px;
  }
  .contact-section .left-content textarea{
    border-radius: 0;
    margin-bottom: 20px;

  }
  .sentBtn a{
    text-decoration: none;
    color: var(--white);
    background: var(--Dark-Midnight-Blue);
    padding: 8px 20px;
  }
  .right-contact a,.right-contact span{
    text-decoration: none;
    color: var(--Medium-Grey);
  }
  .contact-avilable{
    margin: 20px 0;
  }
  .contact-avilable h2 a{
    font-size: 2.5rem;
    color: var(--black)!important;
  }
  /* end contact section */
  .contact-location .company-location{
    width: 100%;
    height: 450px;
  }
  .contact-location iframe{
    width: 100%;
  }
  /* testimonial start */
.quote-img{
  text-align: center;
  margin-bottom: 20px;
}
.quote-img img{
  max-width: 100%;
}
.testi-profile {
  text-align: left;
}
.testi-profile img{
  max-width: 60px!important;
}
.testi-profile ul{
  display: flex;
  padding-left: 0;
  justify-content: center;
}
.testi-profile ul li{
  list-style: none;
  margin-right: 20px;
}
.testimonial-card{

  text-align: center;
}
.testimonial-card h3{
  font-weight: 600;
  margin-bottom: 12px;
}
.testimonial-card ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 12px;
  gap:6px
}
.testimonial-card ul li{
  list-style: none;
}
.testimonial-card ul li i{
  color: var(--Macaroni-And-Cheese);
}
.testimonial-card h4{
  font-size: 1rem;
  text-align: left;
}
.testi-profile img{
  width: 80px!important;
  border-radius: 100px;
}
.testi-profile ul{
  justify-content: start;
  height: 100%;
  align-items: center;
}
.testi-profile h5{
  color: var(--Medium-Grey);
  font-size: 1rem;
  opacity: .6;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: -30px;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background:#eee!important;
  border-radius: 100px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: -30px;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background:#eee!important;
  border-radius: 100px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next,.testimonial-section .owl-carousel .owl-nav button.owl-prev{
  top: 100px;
}
.testimonial-section .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.testimonial-section .owl-theme .owl-nav {
  margin-top: 0!important;

}
.testimonial-section{
  padding: 60px 0;
  background: var(--white);
  border-bottom: 1px solid #f9f9f9a4;
}
.testimonial-section .headline-kangen{
text-align: center;
margin-bottom: 40px;

}
.testimonial-card{
  width: 80%;
  margin: 0 auto;
  /* border: 1px solid var(--Porcelain);
  padding: 20px;
  border-radius: 12px; */
}
.testimonial-card p{
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin-bottom: 15px;
}
/* end */
/* ro plant */
.plantsection{
  background: #91b6e124!important;
  padding: 60px 0;
}
.plantsection .ro-plant-card{
  margin-bottom: 12px;
  border: 1px solid #7e7e7e2e;
  padding: 12px;
  border-radius: 16px;
}
.ro-plant-card img{
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.ro-plant-card .plant-caption{
text-align: center;
background: #eff5fb !important;
  padding: 8px;


}
.ro-plant-card .plant-caption h5{
color: var(--Dark-Midnight-Blue);
  font-weight: 600;
  border-bottom: 1px solid #f9f9f9;
  padding: 8px 0;
  font-size: 20px;
  line-height: 30px;
  

}
.ro-plant-card .plant-caption h5 a{
  color: var(--Dark-Midnight-Blue);
  text-decoration: none;
}
.ro-plant-card .plant-caption p{
  text-align: center;
  font-size: 1rem;
  color: var(--Medium-Grey);
}
.plantsection .headline-kangen{
text-align: center;
}
.plantsection .headline-kangen h6{
  /* margin-bottom: 0; */
}
/* *** */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  outline: none;
  font-size: 30px;
  font-weight: 600;
  color: var(--Meteor);
  background: transparent;
  border: 0;
}
/* whatsapp */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 10;
  }
  @keyframes pulse {
  0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
  box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  }
  .btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
  }
  .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  }
  @keyframes pulse-border {
  0% {
  padding: 25px;
  opacity: 0.75;
  }
  75% {
  padding: 50px;
  opacity: 0;
  }
  100% {
  opacity: 0;
  }
  }
  /* offer section */
  .bd-offer-img {
    text-align: center;
    margin-top: 20px;   
}


.bd-offer-img img {
    width: 100%;             
    max-width: 800px;       
    height: auto;            
    border-radius: 10px;     
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
.bd-offer-img .offer-headline{
  width: 100%;

}
.bd-offer-img h2 {

  font-size: 3rem;                  
  color: var(--white);                   
  background-color:var(--Dark-Midnight-Blue);          
  padding: 10px 20px;                  
  border-radius: 8px;                
  display: inline-block;               
  text-transform: uppercase;          
  font-weight: bold;                   
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  letter-spacing: 2px;               
  margin-bottom: 20px;               
  text-align: center;                  
  transition: background-color 0.3s ease; 
}

.offer-content {

  padding: 20px;                      
  border-radius: 10px;                

  font-family: 'Arial', sans-serif;     
  line-height: 1.6;                    
  color: #333;                         
  margin-bottom: 20px;                
}

.offer-content p {
  margin-bottom: 16px;                  
}

.offer-content p:first-of-type {
  font-weight: bold;                  
  color:var(--Portland-Orange);                   
}

.offer-content p:last-of-type {
  font-style: italic;                  
}
/* process start */
.process-section{
  padding: 60px 0;
}
.process-step{

 
  /* position: relative; */
}
.process-step .num-step{
  position: relative; 
}
.process-step .num-step::after{
  position: absolute;
  content: '';
  height: 44px;
  width: 1px;
  background: var(--Medium-Grey);
  bottom: -18px;
  left: 38px;
}
.process-step .num-step:last-child{
background: transparent!important;

}
.process-step li{
  list-style: none;
}
.process-step .proceess-num span{
background: var(--Bluish);
color: var(--white);
padding: 12px 14px;
border-radius: 80px;
font-size: 1.6rem;
font-weight: 700;
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
}
.process-step h5{

}
.process-step p{
  color: var(--Medium-Grey);
}
.topic-para{
  margin-bottom: 40px;
}
.process-step ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
  gap:16px
}
.process-step .num-step:last-child::after {
  display: none; /* Hides the vertical line */
  border: none; /* Ensures no extra border */
}
/* process end */
/* water book start */
.book-water{
border-radius:20px;
  background: var(--Porcelain);
  padding: 40px 30px;
}
.book-water h3{
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.book-water input,.book-water select,.book-water textarea{
  border-radius: 40px;
  padding: 16px 20px;
}
.form-control:focus ,.form-select:focus {
  
  box-shadow:none!important;
}
.form-mb{
  margin-bottom: 30px;
}
.kangenBtn button{
  background: var(--Dark-Midnight-Blue);
  color: var(--white);
  padding: 14px 30px;
  line-height: 20px;
  border-radius: 30px;
  border: 0;
}
.contact-add-section{
  padding-top: 60px;
}
.contact-add-card{
  position: relative;
    overflow: hidden;
    text-align: left;
    padding: 40px 40px 40px;
    background: var(--Porcelain);
    border-radius: 20px;
}
.contact-add-card h4{
  font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 28px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-bottom: 30px;

}
.contact-add-card h3{
  font-size: 1.5rem;
}
.contact-add-card a{
  text-decoration: none;
  color: var(--Medium-Grey);
  font-weight: 500;
  font-size:1rem;
}
.contact-add-card p{
  margin-bottom: 0;
  font-size:1rem;
}
.contact-add-card .contact-icon{
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0px;
  width: 80px;
  height: 80px;
  padding: 10px 0 0 10px;
  border-radius: 0 0 0 30px;
  background-color: var(--white);
}
.contact-add-card .contact-icon::before{
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 20px;
  top: -30px;
  left: -34px;
  z-index: -1;
  box-shadow: inset -30px 30px 0 0 var(--white);
}
.contact-add-card .contact-icon::after{
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 20px;
  bottom: -34px;
  right: -30px;
  z-index: -1;
  box-shadow: inset -30px 30px 0 0 var(--white);

}
.contact-add-card .contact-icon i{
  z-index: 2;
  text-align: center;
  display: inline-block;
  background: var(--Porcelain)!important;
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 65px;
  border-radius: 50%;
  color: var(--Bluish);
}
/* water book end */
  /* media query */
@media(max-width:1440px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 270px;
}
.caption {
  top: 160px;
}
.building-site-section {
  padding: 60px 0;
}

.construction-headline h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.building-card h2 {
  font-size: 3.5rem;
}
.contact-avilable h2 a {
  font-size: 2rem;
}
.about-construction-section {
  padding: 80px 0;
}
.caption {
  left: 160px;
}
.caption h2 {
  font-size: 40px;
  line-height: 50px;
}
}
@media(max-width:1400px){
 

}
@media(max-width:1300px){

}
@media(max-width:1200px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 206px;
}

.caption {
  top: 130px;
}
.building-site-section {
  padding: 40px 0;
}
.left-construction-content h2,.construction-headline h2 {
  font-size: 3rem;
}
/* .slider-mini-card .mini-card-content {
  top: 45px;
} */
.mini-card .headline-kangen {
  width: 90%;
}
.card-construction {
  padding: 8px;
}
.left-construction-content h2, .construction-headline h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.category-section .nav-tabs .nav-link {
  padding: 0 4px;
}
.category-section .nav-link h2 {
  background: var(--Dark-Midnight-Blue);
  padding: 8px 4px;
  color: var(--white);
  width: 145px;
}
.about-phone h3 {
  font-size: 1.4rem;
}
.about-phone h3 a{
  padding: 14px 0!important;
  font-size: 1.4rem; 
}
.headline-kangen h3 {
  font-size: 2.2rem;
}
.ro-plant-card .plant-caption h5 a{
  font-size: 1rem;
}
.ro-plant-card .plant-caption h5{
  line-height: 24px;
}
.ro-plant-card .plant-caption p {
  line-height: 24px;
}
.mini-card{
  padding-top: 0;
}
}
@media(max-width:1100px){
  .caption h2 {
    font-size: 40px;
    line-height: 50px;
}
.left-construction-content h2, .construction-headline h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
}
@media(max-width:1020px){
  .caption {
    left: 120px;
    width: 75%;
} 
}
@media(max-width:1024px){
  .caption h2 {
    font-size: 50px;
    line-height: 70px;
}
.caption h3 {
  font-size: 24px;
}
.left-construction-content h2, .construction-headline h2 {
  font-size: 2.5rem;
  margin-bottom: 8px;
}
.building-card h2 {
  font-size: 4rem;
}
.boncher-content h4 {
  font-size: 16px;
}
.call-to-action h5 {
  font-size: 1.5rem;
}
.download-content h2{
  font-size: 1.5rem;
}
.caption h2 {
  font-size: 38px;
  line-height: 50px;
}
.building-card h2 span {
  padding:8px;
}
.building-card h2 {
  font-size: 3rem;
}
.testimonial-card {
  width: 90%;
}
.construction-navbar {
  padding: 14px 0 !important;
}
.caption {
  top: 112px;
}
.contact-avilable h2 a {
  font-size: 1.3rem;
}
}
@media(max-width:992px){

.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 168px;
}
.left-construction-content h2, .construction-headline h2 {
  font-size: 2.5rem;
  line-height: 50px;
}
.caption {
  top: 110px;
}
.contact-section .sentBtn{
margin-bottom: 30px;
}
.contact-section {
  padding: 40px 0;
}
.bd-offer-img h2 {
  font-size: 2.5rem;
}
.fontSize-buttons--list{
  display: flex;
}
.min-content p {
  font-size: 1rem;
}
.category-section .nav-link h2 {
  width: 160px;
}
.category-section .nav-link h2 {
  font-size: 1rem;
}
.right-category-card img{
  margin-bottom: 20px;
}
.kangenBtn ul li a {
  padding: 10px 18px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px
}
.left-construction-content {
  margin-bottom: 40px;
}
.right-category-card img {
  width: 250px;
}
.category-section , .plantsection , .testimonial-section, .process-section{
  padding: 40px 0;
}
.caption {

  width: auto;
}
.left-construction-content{
  border-right: 0;
}
.contact-add-card{
  margin-bottom: 20px;
}
}
@media(max-width:991px){

  .top-section ul li{
  
    margin-bottom: 8px;
  }
  .top-section p {
    padding-top: 26px;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: 0;
}
.navbar-toggler {
  border: 0;
}
.card-construction{
margin-bottom: 30px;
}
.min-content h4{
  font-size: 1.3rem;
}
.about-construction-section {
/* padding: 0 0 40px 0; */
}
.category-section .nav-link h2 {
  font-size: 1.2rem;
}
.category-section .nav-link h2 {
  font-size: 1rem;
  margin-bottom: -20px;
}
.left-boncher-card.boncher-card {
  padding: 20px 0;
  margin-bottom: 20px;

}
.call-to-action h5 {
  font-size: 1.3rem;
}
.copyright-section h5{
  font-size: 1.2rem;
}
.footer-social-icon {
  margin-bottom: 30px;
}
.footer-menu ul {
  margin-bottom: 20px;
}
.about-construction-section.about-const{
padding: 40px 0 20px 0;
}
nav.navbar.WhiteNav {
  background: var(--white)!important;
}
nav.navbar.WhiteNav h2{
  color: var(--Dark-Midnight-Blue);
}
.WhiteNav .menu-bg .navbar-nav .nav-item .nav-link {
  color: var(--Dark-Midnight-Blue);
}
.WhiteNav  .menu-bg .navbar-nav .nav-item .nav-link.active {
  color: #cdad44!important;
  border-bottom: 1px solid #cdad44!important;
}
}
@media(max-width:950px){
  .caption {
    top: 60px;
}
.caption h2 {
  font-size: 35px;
}
}
@media(max-width:875px){
  .caption h2 {
    font-size: 30px;
} 
.caption h2 {
  line-height: 45px;
}
}
@media(max-width:800px){
  .caption {
    top: 78px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 126px;
}
}
@media(max-width:768px){
  .call-to-action ul {
    display: block;
  }
  .call-to-action ul h5{
    margin-bottom: 30px;
  }
  .top-section{
display: block;
  }
  .top-section p {
    padding-top: 0;
}
.right-category-card img {
  margin-bottom: 20px;
}
.copyright-section h5 {
  font-size: 1rem;
  line-height: 24px;
}
.caption {
  left: 110px;
}
.contact-avilable h2 a {
  /* font-size: 3rem; */
}

.testimonial-section .owl-carousel .owl-nav button.owl-next{
  right: 0;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev{
  left: 0;
}
.category-section .nav-tabs .nav-item.show .nav-link
 {

  margin-bottom: 0px;
}
.category-section .nav-tabs .nav-link {
  background: none;
  margin-bottom: 44px;
}
.bd-offer-img h2 {
  font-size: 2.3rem;
}
.construction-headline h2 {
  font-size: 1.8rem;
  line-height: 60px;
}
.mini-card .headline-kangen {
  width: 100%;
}
.category-section{
  padding: 40px 0 0 0;
}
.slider-img .caption p{
display: none;
}
.card-construction{
min-height: auto;

}
.card-construction p{

  padding-bottom: 12px;
  }
  .left-construction-content h2, .construction-headline h2 {
    font-size: 2rem;
  }
  .testimonial-card {
    width: 80%;
}
footer {
  padding: 40px 0 ;
}

.about-construction-section {
  padding: 40px 0;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
}
.caption {
  left: 90px;
}
.category-section .nav-link h2 {
  width: 150px;
}
.caption h2 {
  width: 90%;
}
.mini-card {
  padding-top: 40px;
}
.process-step .proceess-num span {
  width: 60px;
  height: 60px;
}
.process-step .num-step::after {
  bottom: -4px;
  left: 30px;
}
}
@media(max-width:676px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 106px;
}
.caption h2 {
  font-size: 24px;
  line-height: 35px;
}
.caption h3 {
  font-size: 16px;
}
.building-card h2 {
  font-size: 2.5rem;
}
}
@media(max-width:600px){
  .caption {
    left: 70px;
}
}
@media(max-width:575px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 92px;
}
.caption {
  top: 36px;
}
 .construction-headline h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.left-construction-content h2{
  margin-bottom: 0;
}
.call-to-action ul h5 {
  margin-bottom: 20px;
}
/* .slider-mini-card .mini-card-content {
  left: 10px;
} */
.contact-avilable h2 a {
  /* font-size: 2.5rem; */
}
.testimonial-section .headline h2 {
  margin-bottom: 18px;
}
.testimonial-section {
  padding: 20px 0;
}
footer{
  padding: 40px 0;
}
.gallery-section {
  padding: 40px 0;
}
.bd-offer-img h2 {
  font-size: 1.5rem;
}
.offer-content{
padding: 20px 0;
}
.slider-mini-card img {
  max-width: 70px;
  margin-bottom: 8px;
}
}

@media(max-width:535px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    top: 82px;
  }
}
@media(max-width:500px){
  .caption {
    top: 40px;
}
.slider-cont{
  display: none;
}
.caption {
  left: 88px;
}
}
@media(max-width:470px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 70px;
}
.building-card h2 span {
  padding: 4px 12px;
}
.min-content h4 {
  font-size: 1.5rem;
}
.min-num h2 {
  font-size: 35px;
}
.left-construction-content h2, .construction-headline h2 {

 line-height: 40px;
}
}
@media(max-width:436px){
  .category-section .nav-link h2 {
    font-size: 1rem;
}
.caption h2 {
  font-size: 20px;
  line-height: 30px;
}
}
@media(max-width:425px){

.category-section .category-caption h4 {
  font-size: 1rem;
}
.category-section.service-section .construction-headline h2{
margin-bottom: 20px;
}
.category-section.service-section{
  padding: 20px 0;
}
/* .slider-img .caption h2{
  display: none;
} */
/* .top-section ul {
  display: block;
} */
.top-section a {
  font-size: .6rem;
}
.top-section a i {
  font-size: .6rem;
  padding: 2px;
}
.fontSize-buttons--list{
  display: flex;
}
.top-section{
  padding: 0;
}
.construction-headline h5 {
  font-size: 1rem;
}
.construction-headline p{
  font-size: .9rem;
  line-height: 20px;
}
.headline-kangen h3 {
  font-size: 1.5rem;
}
.caption {
  left: 62px;
}
.caption h2 {
  margin-bottom: 18px;
}
.kangenBtn ul li a {
  padding: 8px 10px;
  font-size: .89rem;
}
.min-content h4 {
  font-size: 1.1rem;
}
.left-construction-content h2, .construction-headline h2 {
  font-size: 1.5rem;
}
.product-content h3 {
  font-size: 1.3rem;
  line-height: 30px;
  margin-bottom: 8px;
}
.min-content p {
  font-size: .89rem;
  line-height: 24px;
}
.category-section .nav-link h2 {
  font-size: .89rem;
}
}
@media(max-width:413px){
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
 top:65px;
}
.category-section .nav-link {
  padding: 10px 7px;
}
.building-card h2 {
  font-size: 3rem;
}
.caption h2 {
  margin-bottom: 8px;
}
}
@media(max-width:400px){
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    left: 8px;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 8px;
}
.caption {
  left: 48px;
}
.headline-kangen p {
  font-size: .89rem;
  line-height: 24px;
}
.caption h2 {
  margin-bottom: 0;
}
}
@media(max-width:375px){
  .caption h3 {
   margin-bottom: 0;
}
.caption h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.caption {
  left: 85px;
}
.left-construction-content h2, .construction-headline h2 {
  font-size: 1.6rem;
  line-height: 30px;
}
.download-content {
  top: 20px;
}
.left-boncher-card.boncher-card {
  margin-bottom:0;
}
.call-to-action h5 {
  font-size: 1.2rem;
  line-height: 24px;
}
footer{
  padding: 40px 0;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 54px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next,.testimonial-section .owl-carousel .owl-nav button.owl-prev {

  width: 35px;
  height: 35px;
 
}
nav.navbar.WhiteNav h2 {
  font-size: 1.3rem;
}
nav.navbar.TransparentNav h2 {
  font-size: 1.3rem;
}
.min-content h4 {
  font-size: 1.1rem;
}
.min-content p{
  margin-bottom: 0;
    line-height: 24px;
}
.category-section .category-caption h4 {
  font-size: .8rem;
}
.ro-plant-card .plant-caption {
  font-size: .9rem;
}
.book-water input, .book-water select, .book-water textarea {
  padding: 12px 16px;
}
.form-mb {
  margin-bottom: 20px;
}
.caption {
  top: 18px;
}
.caption h2 {
  font-size: 18px;
  line-height: 24px;

}
.caption {
  left: 55px;
}
}
@media(max-width:360px){
  .category-section .nav-link h2 {
      width: 126px;
      font-size: .8rem;
}
}
@media(max-width:345px){
  .caption {
    top: 24px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 45px;
}
/* .slider-mini-card .mini-card-content {
  top: 16px;
} */
}