@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins: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=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&display=swap');
:root{
	--body-font: "Poppins", sans-serif;
	--color1: #000000;
	--color2: #2A3155;
	--color3: #219ECC;
	--color4: #fff;
	--color5: #2b9361;
}
body{
	--bs-body-font-family: var(--body-font);
	--bs-body-font-size: 16px;
	--bs-body-line-height: 20px;
	--bs-body-font-weight: normal;
	font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.homebtn-white a:hover {
    background: #fff !important;
	color: #2A3155 !important;
    border: 1px solid #fff !important;
}
.menu .showSingle img{
	opacity: 0.5;
}
.menu .showSingle:hover img{
	opacity: 1;
}
img{
  max-width: 100%;
}

.container{
	max-width: 1270px;
	width: 95%;
}

.pdtb-85{
	padding: 85px 0px;
}
.pdb-85{
  padding-bottom: 85px;
}
.pdt-85{
  padding-top: 85px;
}
.pdr-50{
	padding-right: 50px;
}
.pdl-50{
	padding-left: 50px;
}

.bg-blue{
	background-color: var(--color3);
}
.bg-navy-blue{
	background-color: var(--color2);
}
.bg-green{
	background-color: var(--color5);
}

.text-blue{
	color: var(--color3);
}
.text-navy-blue{
	color: var(--color2);
}
.text-white{
	color: var(--color4);
}

.body-large {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.body-small{
	font-size: 14px;
	line-height: 18px;
}
footer .body-small {
  color: #b2b4c1;
}
.heading1 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 500;
}
.heading2{
  font-size: 46px;
  line-height: 50px;
  font-weight: 500;
}
.heading3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}
.header .navbar-toggler .navbar-toggler-icon {
   background: none;
    color: #000;
}
.btn {
  --bs-btn-padding-x: 15px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-size: 16px;
  --bs-btn-border-radius: 0;
  --bs-btn-box-shadow: none;
	min-width: 175px;
}
.btn-success {
  --bs-btn-bg: var(--color5);
  --bs-btn-border-color: var(--color5);
  --bs-btn-hover-bg: var(--color5);
  --bs-btn-hover-border-color: var(--color5);
  --bs-btn-active-bg: var(--color5);
  --bs-btn-active-border-color: var(--color5);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-bg: var(--color5);
  --bs-btn-disabled-border-color: var(--color5);
}
.btn-primary {
  --bs-btn-bg: var(--color3);
  --bs-btn-border-color: var(--color3);
  --bs-btn-hover-bg: var(--color3);
  --bs-btn-hover-border-color: var(--color3);
  --bs-btn-active-bg: var(--color3);
  --bs-btn-active-border-color: var(--color3);
  --bs-btn-disabled-bg: var(--color3);
  --bs-btn-disabled-border-color: var(--color3);
}

.solutio-hover-content a.btn-primary{
	  --bs-btn-bg: var(--color2);
  --bs-btn-border-color: var(--color2);
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-disabled-bg: var(--color2);
  --bs-btn-disabled-border-color: var(--color2);
}


.btn-white {
  --bs-btn-bg: var(--color4);
  --bs-btn-hover-bg: var(--color4);
  --bs-btn-color: var(--color2);
}


.header {
    z-index: 100;
   
}
.dropdown-menu{
	padding: 0;
	margin: 0;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
   
    line-height: 26px;
  
    --bs-navbar-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
    --color1: #000000;
   
}
.navbar-nav .nav-link{
  --color1: #000000 !important;
	color: rgb(0 0 0) !important;
}
.navbar-nav .nav-link.active{
      --color1: #000000;
}

.home-carousel .carousel-item {
    background: url('../images/home-banner.jpg') no-repeat center/cover;
        padding: 165px 0px 250px;
}
.home-carousel .carousel-item::before{
  content: "";
  position: absolute;
  inset: 0;
   background: linear-gradient(to right, rgb(42 49 85 / 80%) 0%, rgb(111 116 140 / 40%) 100%);
}
.home-carousel .carousel-control {
  background: var(--color4);
  padding: 5px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
}
.home-carousel .carousel-control:hover{
  background: var(--color3);
}
.home-carousel .carousel-control.next{
  left: auto;
  right: 15px;
}
.home-carousel .carousel-control svg{
  width: 20px;
  height: 20px;
}
.home-carousel .carousel-control:not(:hover) svg path{
  fill: var(--color2);
}



.solutions {
  gap: 10px 30px;
  margin-top: -150px;
  z-index: 1;
  position: relative;
}
.solutions .solution-card{
  width: calc(25% - 8px);
	padding:50px 25px 35px;
	background:#FBFBFB;
	text-align: center;
	box-shadow: 10px 10px 10px #0000001A;
}
.solutions .solution-card .card-icon {
  top: 15px;
  left: 15px;
  max-width: 60px;
}
.solutions .solution-card .card-heading{
  font-size: 18px;
  line-height: 22px;
}
.solutions .solution-card .icon {
    text-align: center;
    margin-bottom: 15px;
}
.clients-logos-section .clients-logos img{
	max-height: 50px;
}

/*
.industries{
  background: #F0F0F0D6 url('../images/industries-bg.png') no-repeat left center/contain;
}
*/
.industries .industries-cards{
  gap: 30px;
}
.industries .industries-cards .industries-card{
  width: calc(33.33% - 20px);
}
.industries .industries-cards .industries-card-text{
  background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,0));
inset: auto;
}
.industries .industries-cards .card-heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.difference {
  background: url('../images/difference-bg.jpg') no-repeat center/cover;
}
.projects .project-card .card-heading {
  font-weight: 500;
  margin: 0 0 5px;
}
.projects .project-card .icon {
  width: 30px;
  height: 30px;
  background: var(--color4);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
.projects .project-card .card-image{
	width: 100%;
}
.projects .project-card .read-more{
	font-size: 14px;
}
.project-card-box {
  padding: 12px;
}
.project-card-box:hover {
  background-color: #2B9361;
}
.contact-section{
  background: url('../images/contact-bg.jpg') no-repeat center/cover;
}
.contact-section .contact-form {
  gap: 20px;
}
.contact-section .contact-form .form-control.col-6{
  width: calc(50% - 10px);
}
.contact-section .contact-form .form-control{
  background: #f5f5f7 no-repeat top 15px right 15px;
  border: 0;
  border-radius: 0;
  padding: 13px 35px 13px 15px;
}
.contact-section .contact-form .form-control.message{
  height: 200px;
}
.contact-section .contact-form .submit-btn {
  padding-right: 40px;
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: top 24px right 15px;
}
.contact-section .contact-form .form-control.name {
  background-image: url('../images/name.png');
}
.contact-section .contact-form .form-control.email {
  background-image: url('../images/email.png');
}
.contact-section .contact-form .form-control.phone {
  background-image: url('../images/call.png');
}
.contact-section .contact-form .form-control.message {
  background-image: url('../images/comment.png');
}


/*.footer {
  background-image: url('../images/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom 0px;
}*/
.footer .footer-heading{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.footer .social-icons a {
  width: 40px;
  height: 40px;
  background: var(--color4);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.footer .social-icons a:hover{
  background: var(--color3);
}
.footer .newsletter-form{
  background: var(--color4);
  padding: 5px 5px 5px 15px;
}
.footer .newsletter-form input{
  border: 0;
  width: 100%;
  outline: none;
}
.footer .newsletter-form .submit-btn{
  background: var(--color3);
  color: var(--color4);
  border: 0;
  padding: 15px 20px;
}




.page-banner {
  background-image: url("../images/product-banner.jpg");
  height: 400px;
  background-size: cover;
}
.breadcrumb ul {
  display: flex;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.breadcrumb ul li {
  margin: 0 17px 0 15px;
  color: #2A3155;
}
.breadcrumb ul li:first-child {
  margin-left: 0;
}
.breadcrumb ul li a {
  color: #2A3155;
  font-weight: 500;
  text-decoration: none;
}
.microdredge-content {
  display: flex;
  align-items: end;
}
.pro-boucher-section {
  background: url('../images/pro-boucher-bg.jpg') no-repeat center/cover;
}
.pro-boucher-box {
  display: flex;
  column-gap: 35px;
  -moz-column-gap: 35px;
}
.boucher-img {
  width: 35%;
}
.boucher-img img {
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 2px;
}
.boucher-content {
  width: 65%;
  padding: 0 25px 60px 0;
  margin: 0 0 0 30px;
  border-bottom: 2px solid #219ECC;
}
.download-btn {
  padding-right: 40px;
  background-image: url('../images/download.svg');
  background-repeat: no-repeat;
  background-position: top 13px right 15px;
  font-size: 14px;
}
.assesment-sheet .boucher-content {
  border: none;
  padding: 0;
  margin-top: 20px;
}
.video-section img {
  box-shadow: 0px 15px 60px #4225A517;
  margin: 15px 0 0;
}
.projects1 {
  background: url('../images/industries-bg.png') no-repeat left center/contain;
}





/*menu-css*/
.apexmenu {
    text-align: center;
}
.contactus {
    padding-top: 26px;
}
.menulinks ul {
/*    padding: 0px 10px 0px 0px;*/
    margin: 0px;
    list-style: none;
    padding: 0;
}
.dropdown-menu.megamenu {
    outline: none;
    border: none !important;
}
.topconnect {
    background: #f0f0f0;
    padding: 30px 20px 30px 20px;
}
.Solutions ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.text-about {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 500 !important;
    margin-bottom: 10px;
}
.menulinks li a {
    color: #2A3155;
    text-decoration: none;
}
.menulinks li {
  padding: 8px 0px;
    border-bottom: 1px solid #219ECC;
}
.onelink {
    font-size: 18px;
    line-height: 22px;
    color: #2A3155;
    font-weight: 500;
    text-decoration: none;
}
.projects {
    margin-bottom: 32px;
}
.menulinks li a {
    color: #2A3155;
    text-decoration: none;
    font-size: 15px;
        font-weight: 400;
}
.menubar ul {
    padding: 0;
    list-style: none;
}
.dropdown-menu.megamenu {
    padding: 0 !important;
}
.apexmenu img {
    max-width: 100%;
}
.blod-font {
    font-size: 16px !important;
    font-weight: 500  !important;
    color: #2A3155 !important;
}
.onsite {
    padding-top: 35px;
}
.logomenu {
    padding: 0 32px;
    margin: 0;
}
.sidemenu {
    display: flex;
    align-items: center;
}
.step2 {
    width: 70%;
    background: #f0f0f0;
    padding: 30px 20px 30px 20px;
}
.step1 {
    width: 30%;
}
.apexmenu {
    padding: 20px 20px;
}



/***1-24-2025**/
a.Getitouch {
    background: #219ECC;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
	    transition: 0.3s;
}
a.Getitouch:hover {
    background: #2A3155;
}

a.Phone {
    font-size: 16px;
    color: #2A3155;
    font-weight: 500;
    text-decoration: none;
}
a span{
  color: #219ECC;
}
.getintouch-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carousel-item p{
	font-weight: 200;
}
.solution-section .container-fluid {
    max-width: 1600px;
}
.solutio-content h3{
	color: #219ECC;margin-bottom: 0;
}
.solutio-hover-content {
    background: #219ECC;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity: 0;
	transition: 0.3s;
}
.solutio-hover-content a.btn.btn-primary {
    width: 200px;
}
.solution-card:hover .solutio-hover-content {
	opacity: 1;

}
.solutio-hover-content h3, .solutio-hover-content p{
	color: #fff;
}
.apex-invocare{
	padding-left: 50px;
}

.trusted-watersection{
	background: #2A3155;
}

.menu a{
	margin: 0px 20px;
}
.menu a:first-child{
	margin-left: 0;
}


.targetDiv h4 {
    color: #219ECC;
}
.border-box{
	position: relative;
}
.border-box:after{
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	content: "";
	background: #fff;
}
.targetDiv p{
	margin-bottom: 0;
}
/***1-24-2025**/

/*25-01-2024*/

.mainheding {
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}
.mainlogosection {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 40px;
}
.mining-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
}
.herotext {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBFBFB 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 10px #0000001A;
        padding: 30px 22px 30px 22px;
}

.herobox h3 {
    font-size: 24px;
    line-height: 30px;
     padding-top: 30px;
}
.simplepost img {
/*
    height: 275px;
    object-fit: cover;
    max-width: 100%;
    width: 290px;
*/
}
.herotext .solutio-hover-content h3 {
    font-size: 24px;
    line-height: 30px;
}
.herocontant {
    padding-left: 50px;
}
.section-satrip {
 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-satrip{
    background-image: url(../images/capability-mock-.png) !important;
}
.apextext  {
    font-weight: 500;
}
.addressbox a {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
}
.footertitle {
    max-width: 410px;
}
.headingbox {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}
.newsbox{
  line-height: 10px;
}
.maintitlefooter ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
.maintitlefooter ul  {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottombox {
    padding-top: 24px;
}
.maintitlefooter ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.footercopyright{
background: #219ECC;
padding: 16px 0px ;
}
.allright{
display: flex;
justify-content: space-between;
align-items: center;
}
.copyrighttext p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}
.herotext .solutio-hover-content p {
    font-size: 14px;
    line-height: 20px;
}
.footersection {
    padding-bottom: 16px;
}
.nextbanners {
    background-image: url(../images/banners1.png);
   
 background-size: cover;
 background-position: center;
}
.overlay-a {
    background: linear-gradient(90deg, rgba(42, 49, 85, 1) 60%, rgb(255 255 255 / 0%) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
  .main-text a {
    color: #2A3155;
    text-decoration: none;
}
.section-links {
    padding: 30px 0px 0px;
} 
a.colorbox {
color: #219ECC;
}
.btnbox {
    text-align: center;
    margin-top: 30px;
}
.aboutbox {
    padding-left: 0;
}
.case-studies {
    background: #2A3155;
}
.studiesheading h2 {
    color: #FFFFFF;
}
.studiesheading p {
    color: #FFFFFF;
}
.studiesheading {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}
.top-post {
    background: #FFFFFF;
    max-width: 560px;
    margin: 0 auto;
}
.water-project img {
    width: 100%;
    max-width: 100%;
}
.mainprojuct {
  padding: 30px 30px;
    text-align: center;
}
.creative {
    padding-top: 50px;
}
.mainprojuct h3 a{
    font-size: 30px;
    color: #219ECC;
    line-height: 34px;
    font-weight: 500;
	text-decoration: none;
}
.mainprojuct p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.viewbtn{
padding-top: 50px;
text-align: center;
}
.btnbox a {
    font-weight: 500;
}
.viewbtn a {
    font-weight: 500;
}
.clients-logos-section {
    background-image: url(../images/apx1.png) !important;
    padding: 85px 0px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.water-offer{
    background-image: url(../images/apx1.png) !important;
    padding: 85px 0px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.mainfaq .accordion-button::after {
    font-family: 'FontAwesome';
    content: "\2b";
    left: 0px;
    color: #219ECC;
    position: absolute;
    font-size: 18px;
    line-height: 28px;
	top: 5px;
    background: none !important;
}
.mainfaq .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(0deg);
    background: none !important;
}
.mainfaq .accordion-item h3, .mainfaq .accordion-item span {
    font-size: 26px;
    color: #219ECC;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
    padding-left: 30px;
}
.mainfaq .accordion-item span img {
    max-width: 100%;
    width: 50px;
}
.mainfaq .accordion-item span{
    padding-right: 50px;
    }
.mainfaq .accordion-body {
    padding: 16px 20px 0px 0px;
}
 .aboutfaq .accordion-body {
    padding: 16px 20px 0px 0px;
}
.mainfaq .accordion-item {
    padding: 20px 0 20px 0px;
    border-bottom: 1px solid #D8D8D8;
}
.mainfaq .accordion-item:last-child {
    border-bottom: none;
}
.aboutbox {
    max-width: 610px;
    
}
.newsection{
max-width: 840px;
}
.aboutheading {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
/*     padding-bottom: 36px;*/
}
.slider-section {
    background: #2A3155;
}
/*
.latestprojects {
    max-width: 380px;
    float: right;
}
*/
.latestprojects {
    max-width: 472px;
    float: right;
}
.casestudy {
/*    background: #fff;*/
 
}
.casestudy img{
	width: 100%;
}
.stadybox {
    padding: 30px 30px !important;
    text-align: center;
	    background: #fff;
}
.project-slider .slick-slide{
    margin: 0px 50px;
	    opacity: 0.5;
}
.project-slider .slick-slide.slick-current.slick-active.slick-center{
	 opacity: 1;
}

.innovation {
    background: #FBFBFB 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 10px #0000001A;
    padding: 50px 65px;
    text-align: center;
  
	margin-top: 25px;
}
/*.websalt {
    padding: 0px;
    padding-top: 20px;
}*/
.websalt p {
    margin: 0;
}
.longtext {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -10px 10px 10px #00000033;
    max-width: 610px;
    padding: 50px 50px;
}
.our-brand {
    background: #2A3155;
}
.humbletow {
    position: absolute;
    top: 0;
    right: 0;
}
.news-slide {
    position: relative;
}
.humblebox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -10px 10px 10px #00000033;
    padding: 50px 50px;
  
}
.herocontant h2 {
    padding-bottom: 23px;
}
.apexbox {
    display: flex;
    position: relative;
    align-items: center;
}
.apexreding {
    width: 60%;
}
.mainslider-box {
    position: absolute;
    width: 60%;
    right: 0;
}
.humblebox h3{
	
}
.mainslider-box h2{
    text-align: right;
}
.slider-section{
    overflow: hidden;
}
.slider-section .container-fluid{
    padding: 0;
	max-width: 1920px;
}
.logosection {
    text-align: center;
}
.envirocare, .nextbanners{
    background-image: url(../images/banners3.png);
    padding: 85px 0px;
    background-size: auto !important;
    background-position: right !important;
     background-repeat: no-repeat !important;
	
    position: relative;
}
 .btnbox a:hover {
    background: #2A3155;
    border: 1px solid #2a3155;
}
.homebtn a:hover {
    background: #2A3155;
    border: 1px solid #2a3155; 
}
.newbtn a:hover {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #2A3155; 
}
.viewbtn a:hover{
     background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #2A3155;
}
.newbtn a {
    font-weight: 500;
}
.management{
    margin-top: 0px !important;
}
.oursolutions h2{
color: #2A3155;
}
.oursolutions p{
color: #2A3155;
}
.oursolutions{
    padding-bottom: 30px;
}
.oursolutions .solutio-content h3 {
    font-size: 24px !important;
    line-height: 30px !important;
}

.hero-slider .slick-dots button {
    border-radius: 50%;
    width: 15px;
    height: 15px;
   font-size: 0;
    background: #fff;
    border: none;
    text-decoration: none;
}
.hero-slider .slick-active button{
	background: #219ECC;
}


.hero-slider  .slick-dots li {
    margin: 5px;
    padding-top: 10px;

}
.hero-slider ul.slick-dots {
    justify-content: end;
    display: flex;
    list-style: none;
}
 .footer-logo {
    padding-bottom: 20px;
}
.websalt{
    padding: 0;
	margin-top: 20px;
}
.webelieve img {
    height: 145px;
}
.project-slider .slick-prev.slick-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    /* padding: 0 14px; */
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
    z-index: 999;
    margin: 0 !important;
    border: none;
	background: none;

}
.project-slider .slick-next.slick-arrow {
    position: absolute;
    right: 38%;
    top: 50%;
    border: none;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    /* padding: 0 14px; */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 !important;
    z-index: 999;
    margin: 0 !important;
	background: none;
  
}

.footer-form{
/*	max-width: 580px;*/
	margin: 0 auto;
}
div#gform_fields_1 input {
    background: #f5f5f7;
    border: 0;
    border-radius: 0;
    padding: 0px 13px 0px 15px;
    outline: none;
	font-size: 18px;
	font-weight: 300;
    color: #000;
	height: 60px;
	--bs-body-font-family: var(--body-font);
}
div#gform_fields_1 select {
    border: 0;
    border-radius: 0;
	font-size: 18px;
	font-weight: 300;
    padding: 0px 13px 0px 15px;
    outline: none;
    color: #000;
	height: 60px;
	position: relative;
    appearance: none;
	--bs-body-font-family: var(--body-font);
	background: url(../images/down-arrow.png) #f5f5f7 no-repeat ;
    background-size: 13px;
	background-position:top 50% right 20px;
}

div#gform_fields_1 textarea {
    background: #f5f5f7;
    border: 0;
    border-radius: 0;
	font-size: 18px;
	font-weight: 300;
    padding: 13px 13px 13px 15px;
    outline: none;
    color: #000;
	--bs-body-font-family: var(--body-font);

}
input#gform_submit_button_1 {
    border-radius: 0px;
    outline: none;
    border: none;
    padding: 15px 20px;
    background: #219ECC;
    color: #FFFFFF;
    --bs-body-font-weight: normal;
    transition: 0.3s;
    margin-bottom: 0;
	min-width: 200px;
}
input#gform_submit_button_1:hover {
    background: #2A3155;
   
}
#gform_wrapper_1 .gform-footer.gform_footer.top_label {
   justify-content: center;
    padding: 0;
}
#gform_fields_1{
    grid-row-gap: 5px !important;
}

div#gform_fields_1 input::-webkit-input-placeholder, div#gform_fields_1 textarea::-webkit-input-placeholder{ 
  color: #000;
}
div#gform_fields_1 input::-moz-placeholder, div#gform_fields_1 textarea::-moz-placeholder{ 
  color: #000;
}
div#gform_fields_1 input:-ms-input-placeholder, div#gform_fields_1 textarea:-ms-input-placeholder{ 
  color: #000;
}
div#gform_fields_1 input:-moz-placeholder, div#gform_fields_1 textarea:-moz-placeholder{ 
  color: #000;
}
.form-prosection .mainheding{
	padding-bottom: 30px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding-inline-start: 0 !important;
}
span.gform-icon.gform-icon--circle-error {
    display: none !important;
}
.banner-main{
	max-width: 950px;
}
.bannercontent {
    max-width: 705px;
}
.bannercontent p {
    font-size: 24px;
    line-height: 28px;
}
.header .navbar a span {
    color: #000;
}
.archive-pro {
    box-shadow: 10px 10px 10px #0000001A;
    margin-bottom: 40px;
}
.poject-main{
	max-width: 410px;
	margin: 0 auto;
}

.mainprojuct h3{
	    min-height: 76px;
}
.section-links .main-text a {
    font-size: 14px;
    font-weight: 400;
}
.single-projects .single-feature, .single-post .single-feature{
    margin-top: 50px;
}
.websalt h3{
	font-size: 30px;
    color: #219ECC;
    line-height: 34px;
    font-weight: 500;
    text-decoration: none;
	min-height: auto;
}

div#gform_fields_2 input {
    background: #f5f5f7;
    border: 0;
    border-radius: 0;
    padding: 0px 13px 0px 15px;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    height: 50px;
    --bs-body-font-family: var(--body-font);
}
div#gform_fields_2 select {
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    padding: 0px 13px 0px 15px;
    outline: none;
    color: #000;
    height: 60px;
    position: relative;
    appearance: none;
    --bs-body-font-family: var(--body-font);
    background: url(../images/down-arrow.png) #f5f5f7 no-repeat;
    background-size: 13px;
    background-position: top 50% right 20px;
}
#download-popup .modal-body {
  
    padding:10px 50px 30px !important;
}
input#gform_submit_button_2 {
    border-radius: 0px;
    outline: none;
    border: none;
    padding: 12px 20px;
    background: #219ECC;
    color: #FFFFFF;
    --bs-body-font-weight: normal;
    transition: 0.3s;
    margin-bottom: 0;
    min-width: 170px;
}
input#gform_submit_button_2:hover {
    background: #2A3155;
}
#gform_2 .gform-footer.gform_footer.top_label {
    justify-content: center;
}
#download-popup .modal-header {
    border-bottom: none;
    justify-content: center;
    padding-top: 40px;
}
#gform_fields_2 {
    grid-row-gap: 5px;

}
#download-popup .btn-close {
    border: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    background-color: #219ECC;
    border-radius: 100%;
    color: #fff;
    background-image: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    justify-content: center;
}
#download-popup h5.modal-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
}
.model-list {
    text-align: center;
}

a.showSingle.active img {
    opacity: 1;
}
.bold-protext {
    margin-top: 30px;
}
@media all and (min-width: 768px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}
/* new Style Date-feb-11 */
div#navbarCollapse.topnavbar {
    justify-content: end !important;
}
.top-barmain {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0px;
}
.topnav{
background:#2A3155;
}
.top-phone .getintouch-section a{
color:#fff;
}
ul#menu-topnav li a span {
    color: #fff;
}
ul#menu-topnav li .dropdown-toggle::after {
color:#fff;
}
.top-menu {
    border-right: 1px solid rgba(255, 255, 255, 0.47);
    padding-right: 20px;
}
.top-phone {
    padding-left: 20px;
}
ul#menu-topnav .menu-item	a {
    padding: 15px 0px;
}
div#gform_fields_3 input {
    color: #42518B;
    height: 52px;
    font-size: 16px;
    border: none;
	    padding: 8px 18px;
	outline: none;
}
#gform_wrapper_3 .gform-footer.gform_footer.top_label {
    position: absolute;
    right: 0px;
    padding: 0;
    margin: 0;
    bottom: 4px;
}
#gform_3 input#gform_submit_button_3 {
    background: #219ECC;
    border-radius: 2px;
    height: 52px;
    outline: none;
        min-width: 190px;
    font-weight: 400;
        margin: 0 4px 0 0;
    color: #fff;
    padding: 0px 25px;
    border: none;
    transition: 0.3s;
}
.subscribe-form {
/*
    max-width: 600px;
*/
    text-align: center;
    margin: 0 auto;
}
div#gform_wrapper_3 {
    position: relative;
}
.footer-subscribe h5 {
    color: #fff;
    margin-bottom: 15px;
}
.footer-subscribe {
    margin-bottom: 50px;
    text-align: center;
}
h2.gform_submission_error.hide_summary {
    display: none;
}
div#validation_message_3_1 {
    display: none;
}
#gform_wrapper_3 .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}
.footer-formcontent {
    max-width: 570px;
}
.projects-bansing p{
color:#fff;
}
 #topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #219ECC;
    color: white;
    border: none;
    cursor: pointer;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
}
#topBtn:hover {
   background-color: #2A3155;
  }
.addressbox ul li img {
    width: 18px;
}
.contact-box {
    text-align: center;
}
.contact-box {
    background: #2A3155;
    padding: 45px 15px;
	transition:0.3s;
	    word-break: break-all;
}
.contact-box:hover {
    background: #219ECC;
}
.contact-box:hover .contact-icons img{
	    filter: brightness(20);
}
/**2-12-2025**/
.contact-detailspro a{
	color: #fff;
	text-decoration: none;
}
.contact-icons {
    margin-bottom: 20px;
}
.contact-detailspro span {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}
.todaynewitem{
	background-image: url(../images/apx1.png) !important;
    background-size: cover;
    background-position: center;
    position: relative;
}
.page-id-412 .todaynewitem  .contactheading {
    max-width: 100%;
    padding-bottom: 12px;
	text-align: left;
}
.page-id-412 .todaynewitem .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 138px !important;
}
.page-id-412 .todaynewitem #gform_wrapper_1 .gform-footer.gform_footer.top_label {
    justify-content: left;
    padding: 0;
}
.page-id-412 .todaynewitem  .contact-address{
	padding: 20px 60px;
    max-width: 700px;
    margin-left: auto;
}
.page-id-412 .todaynewitem .container-fluid{
	padding: 0;
	overflow: hidden;
}
.map-contact iframe{
	width: 100vw;
	height: 100vh;
}
.solution-new{
	padding: 0 !important;
}
.solution-new .solution-froncont {
    padding: 0px 15px 20px;
}
.project-filter {
    text-align: right;
    margin-bottom: 20px;
}
.project-tabsection .nav-tabs{
    border: none;
    justify-content: center;
}
.project-tabsection .nav-tabs .nav-link {
    background: #2A3155;
    border-radius: 0 !important;
    margin: 3px 3px;
    color: #fff;
	cursor: pointer;
	border-color: #2A3155;
	cursor: pointer;
	font-weight: 400;
}

.project-tabsection .nav-tabs .nav-link.active{
	 background: #219ECC;
	border-color: #219ECC;
}
.project-tabsection {
    margin-top: 20px;
}
.tab-pane p:last-child{
	margin-bottom: 0;
}
.category-project {
    background: #2a3155;
    padding: 25px;
}
.category-project h4{
	color: #fff;
}
.category-project ul{
	padding-left: 0px;
}
.category-project li a{
	color: #fff;
	text-decoration: none;
}
.category-project li {
    color: #fff;
    border-bottom: 1px solid #ffffff6b;
    padding: 8px 0px 10px 18px;
    font-size: 16px;
    list-style: none;
    position: relative;
}
.category-project li:after {
    content: "";
    background: #219ECC;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    top: 19px;
    left: 0;
}
.category-project li:last-child{
	border-bottom: none;
}
.projects-related .heading2 {
	text-align: center;
}
.project-filter select {
    height: 41px;
    padding: 0px 10px;
    font-size: 16px;
    appearance: none;
    outline: none;
    font-weight: 300;
    background: url(../images/down-arrow.png) #f5f5f7 no-repeat;
    background-size: 10px;
    background-position: top 55% right 12px;
	    min-width: 210px;
}
.project-filter button {
    background: #219ECC;
    color: #fff;
    border-color: #219ECC;
    height: 41px;
    box-shadow: none;
    padding: 0px 25px;
    outline: none;
    border: 1px solid #219ECC;
}
.pdb-45{
	padding-bottom: 45px;
}
.pdt-45{
	padding-top: 45px;
}
.project-filter form {
    display: flex;
    justify-content: end;
}

.footer-subscribe h5 {
    color: #fff;
    margin-bottom: 0px;
    width: 45%;
    text-align: right;
    margin-right: 25px;
}
.footer-subscribe {
    text-align: center;
    margin: 0px auto 50px;
    max-width: 800px;

}
.footer-subscribe h5 {
    color: #fff;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-right: 0px;
}
.subscribe-form {
    width: 75%;
    text-align: right;
    margin-left: auto;
}
form#hsForm_72727b65-e7f6-48f4-a0ad-3491fe26d965 label {
    color: #fff;
}
label {
    display: none !important;
}
#gform_wrapper_3 .gfield.gfield--width-third {
    grid-column: span 4 !important;
    -ms-grid-column-span: 4 !important;
}
#gform_wrapper_3 .gfield.gfield--width-five-twelfths {
    grid-column: span 4 !important;
    -ms-grid-column-span: 4 !important;
}
#gform_wrapper_3 .gfield.gfield--width-quarter {
    grid-column: span 3 !important;
    -ms-grid-column-span: 3 !important; 
}
#gform_wrapper_3 .gform_fields {
    grid-template-columns: repeat(11,1fr) !important;

}
.single-projects .home-carousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(24 30 56 / 88%) 0%, rgb(18 19 22 / 49%) 100%);
}



/**2-12-2025**/

/**2-18-2025**/
.slider-section .video-player img{
    position: relative;
    height: 305px;
	object-fit: cover;
}
.industries-case .top-post {
    margin: 0 auto 50px;
}
.industries-case .viewbtn{
	padding-top: 0px;
}
.industries-water{
	padding-top: 0 !important;
}
.projects-related .video-player img, .page-id-352 .video-player img{
    width: 100%;
    max-width: 100%;
    height: 235px;
}
.blog .water-project img{
	   height: 235px;
	object-fit: cover;
}

/**2-18-2025**/

/**2-20-2025**/

.home-bottomsolution .solutions .solution-card {
    padding: 12px 12px 12px;
}
.home-bottomsolution  .solutio-content h3 {
         min-height: auto; 
    }
.home-bottomsolution .solution-card .icon img{
    height: 190px;
	width: 100%;
	object-fit: cover;
}
.home-bottomsolution .solutio-hover-content p{
	font-size: 16px;
	line-height: 22px;
}
.wesupport{
	padding-left: 0px;
}
.industries-card a{
	text-decoration:none;
}
/**2-20-2025**/
.industries-card.position-relative:hover .industries-card-text {
/*     background: none; */
/*     position: absolute !important;
    display: block !important; */
   
/*     top: 0;
    height: 100%;
	 transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out; */
/*     padding-top: 80px !important; */
}
.industries-card:hover .industries-new{
	 background: #219ecc;
}
.industries-card:hover .industries-new img{
	 opacity:0;
}
.industries-card:hover .readpro span img{
	opacity:1;
}
.industries-new{
	position:relative !important;
	overflow:hidden;
	    transition: 0.3s;
}
.industries-card-text {
    position: absolute!important;
/*     height: 100%; */
    display: block !important;
	bottom:0 !important;
	inset: auto;
          transition: 0.3s;

}
/* .industries-card.position-relative:hover .industries-card-text {
    position: absolute!important;
   top: 0% !important;
    height: 100%;
	padding-top:100px !important;
    display: block !important;

} */

.industries-card.position-relative span{
    font-size: 16px;
    font-weight: 500;
	color:#fff;
}
.readpro span img {
    width: 16px !important;
    filter: none !important;
}