/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/* option2 for paragraph */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* Option 4*/
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

/* Option5  */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap');

/* Option6 */
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700;800&display=swap');

/* Option7 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

/* Option8 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Frank Ruhl Libre */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');

/* Assistant */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Frank+Ruhl+Libre:wght@300..900&display=swap');

/* ubantu bold */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Nanum Gothic */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');



/* .font2{ */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Lora', serif; */
    /* font-family: 'Crimson Text', serif; */
    /* font-family: 'Montreal Regular'; */
    /* font-family: 'Nexa-Regular'; */
    /* font-size: 16px !important; */
    /* font-family: 'Vollkorn', serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
    
    /* font-family: 'Helvetica'; */


 /* } */



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: 'Lato', sans-serif; */
     /* font-family: 'Helvetica'; */
     font-family: "Nanum Gothic", sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus,
.navbar-toggler,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
button {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
      /* font-family: 'Helvetica'; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Lora', serif; */
    /* font-family: optima, sans-serif; */
    /* font-family: 'Crimson Text', serif; */
    /* font-family: 'Montreal Regular'; */
    /* font-family: 'Nexa-Regular'; */
     /* font-family: 'Open Sans', sans-serif; */
     font-family: "Ubuntu", sans-serif;
}

@font-face {
    font-family: optima;
    src: url("../font/Optima\ LT\ W02\ Roman.ttf");
}

@font-face {
    font-family: optima-bold;
    src: url("../font/OPTIMA_B.TTF");
}

/* Shubhadip added */
@font-face {
    font-family: 'Montreal Regular';
    src: local('Montreal Regular'), url('../font/Montreal-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Montreal Bold';
    src: local('Montreal Bold'), url('../font/Montreal-Bold.woff') format('woff');
    }

    @font-face {
        font-family: 'Nexa-Regular';
        src: local('Nexa Regular'), url('../font/Nexa Regular.otf') format('otf');
        }


        @font-face {
            font-family: 'Nexa-Bold';
            src: local('Nexa Bold'), url('../font/Nexa Bold.otf') format('otf');
            }


            @font-face {
                font-family: 'Helvetica';
                src: url("../font/Helvetica.ttf");
            }

            @font-face {
                font-family: 'Helvetica-Bold';
                src: url("../font/Helvetica-Bold.ttf");
            }


    /* End */
/* shubhadip added */
.color-G{
    color : #A6CE3A;
}
.blue-bg{
    background-color: #E9F1F8;
} 
.m-left{
    margin-left: -25px;
}   

.blue-bg p{
    color : #00487D;
}

section.enviroment-friendly{
    position: relative;
    overflow: hidden;
}

section.enviroment-friendly .content{
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        /* padding: 1.2rem; */
}
.fade-color{
    color : #E9E9E9;
    font-weight: bold;
    font-size: 120px;
    line-height: 115px;
    
}

.color-b{
    font-weight: bold;
    /* font-size: 60px; */
    /* font-size: 56px; */
    font-size: 40px;
    color : #00487D;
    margin-top: -65px;
    max-width: 550px;
    margin-left: 65px;
}

.text-back{
    max-width: 550px;
    margin-left: 65px;
}

.mm-left{
    margin-left: -60px;
}

.pos{
    object-position: 0% !important;
}

.team-box{
display: flex;
justify-content: space-between;
gap: 10px; /* Adds space between the boxes */
padding: 10px;
flex-wrap: wrap;
}

/* .team{
    flex: 1 1 18%;
    min-width: 150px; 
    padding: 5px;
} */

.team {
    flex: 1 1 30%;
    min-width: 150px;
    padding: 10px;
}

.team img {
    width: 100%; 
    height: auto;
    /* max-width: 300px;  */
    display: block;
    /* filter: grayscale(100%); */
    /* margin: 0 auto 15px; */
    transition: all 0.5s ease;
  }



  .service-box{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    }
    
    .s-box{
        flex: 1 1 18%;
        min-width: 150px; 
        padding: 10px;
    }
    
    /* .team img {
        width: 100%; 
        height: auto;
        max-width: 300px; 
        display: block;
        filter: grayscale(100%);
        margin: 0 auto 15px;
        transition: all 0.5s ease;
      } */


  /* .team img:hover {
    filter: none;
    transition: all 0.5s ease;
  } */


  /* .team .hov:hover img {
   transform: scale(1.1);
    transition: all 0.5s ease;
  } */

  .hov{
    cursor: pointer;
  }


  .team-bg{
    background-color: #4c4c4c;
    border-radius: 0px 0px 10px 10px;
  }

  .team-bg p{
    font-size: 14px !important;
  }

/* 2nd banner */
.aerated .content{
    max-width: 550px;
}

.aerated .content li{
    margin-bottom: 10px;
    margin-left: 10px;
    list-style-type: disc !important;
}


.lake .content{
    max-width: 700px;
}

.lake .content li{
    margin-bottom: 10px;
    margin-left: 10px;
    list-style-type: disc !important;
}
.sewage-des .blue-bg ul li{
    margin-bottom: 10px;
    margin-left: 15px;
    list-style-type: disc !important;
    color : #00487D;
}


.last-pos{
    position : absolute;
    bottom: 0;
    left: 0;

}

/* last section */
.width-master{
    max-width: 540px;
    margin-top: 100px;
}


/* end */

input,
textarea {
    outline: none !important;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.modal-header .btn-close:focus {
    box-shadow: none;
}

.font {
    font-weight: 500;
}

.heading {
    font-weight: 600;
    font-size: 3.5rem;
}

.color {
    color: #0066b2;
}

.color-1 {
    color: #a1c93a;
}

.color-2 {
    color: #676767;
}

.color4 {
    color: #000080;
}

.color5 {
    color: #3d3d3d;
}

.bg {
    background-color: #0066b2;
}

.bg-1 {
    background-color: #a1c93a;
}

.bg-2 {
    background-color: #004c72;
}

.bg-3 {
    background-color: #ececec;
}

.bg-4 {
    background-color: #EFEFEF;
}

.floaters {
    position: fixed;
    bottom: 32px;
    right: 36px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.floaters img {
    width: 57px;
    transition: all 0.7s ease;
    margin-bottom: 0.5rem;
    animation: whatsapp 2s linear infinite;
}

@keyframes whatsapp {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/** download-brochure ******************/

.download-brochure {
    position: fixed;
    right: -74px;
    z-index: 100;
    top: 434px;
}

.brochure-form {
    width: 500px;
}

.download-brochure .btn-1 {
    color: white;
    border: 1px solid transparent;
    font-weight: 500;
    transform: rotate(-90deg);
    padding: 6px 22px;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0px -1px 10px #93939370;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.9s ease;
}

.download-brochure .btn-1:hover {
    background-color: #3d3d3d;
}

.form-control {
    border-radius: 0px;
}

.submit-btn {
    color: white;
    border: 1px solid transparent;
    padding: 6px 39px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.9s ease;
}

.submit-btn:hover {
    background-color: #3d3d3d;
}

.download-btn {
    color: white;
    border: 1px solid transparent;
    padding: 6px 39px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.9s ease;
}

.download-btn:hover {
    background-color: #a1c93a;
}

/** download-brochure end ******************/

/** header ******************/

header .navbar-brand {
    margin-right: 3rem;
}

header .logo {
    width: 219px;
    transition: all 0.5s ease;
}

header .navbar {
    background-color: white;
    transition: all 0.8s ease;
}

header .navbar.fixed-top {
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar.fixed-top .logo {
    width: 189px;
}

header .social img {
    width: 24px;
    transition: all 1s ease;
}

header .social img:hover {
    transform: translateY(-3px);
}

header .nav-link {
    font-size: 14px;
    font-weight: 800;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    transition: all 0.8s ease;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #3d3d3d !important;
}

header .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #0066b2;
}

/** dropdown ******************/

header .dropdown-item {
    padding: 1rem 1rem;
    transition: all 0.5s ease;
    font-size: 14px;
    font-weight: 800 !important;
}

header .dropdown-item:hover {
    padding-left: 1.2rem;
    color: #3d3d3d;
}

header .dropdown-menu {
    min-width: 21rem;
    border: 1px solid transparent;
    box-shadow: 0px 3px 11px #949494a4;
    border-radius: 0;
    transform: translateY(50px);
    top: 108% !important;
    left: 0;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 0;
}

header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0px) !important;
    visibility: visible;
}

header .navbar-expand-lg .navbar-nav .dropdown-item:focus {
    color: #0066b2;
    background-color: transparent;
}

/* .navbar-nav .dropdown-menu {
    position: static;
} */

/** header end ******************/

/** banner **********************/

/* section.banner .carousel-item img {
    object-fit: cover;
    height: 80vh;
} */

section.home_banner .banner_video {
    object-fit: cover;
    height: 80vh;
    width: 100%;
}

section.home_banner .card-img-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 30.14%, rgba(0, 0, 0, 0) 63.58%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

section.home_banner .award {
    position: relative;
}


section.home_banner .box {
    position: absolute;
    right: 0;
    top: -193px;
}

section.home_banner h2 {
    font-weight: 500;
}

section.home_banner img {
    width: 248px;
}

section.home_banner .vr {
    margin: 0;
    background-color: white;
    opacity: 1;
    border-top: 1px solid transparent;
    width: 2px;
    min-height: 62px;
}

/** banner end ******************/

/** eco **********************/

/* section.eco {
    transform: translateY(-7px);
} */

section.eco .blue {
    font-size: 22px;
    font-weight: 500;
    width: 79%;
}

section.eco .btn-2 {
    padding: 11px 25px;
    color: white;
    border: 1px solid transparent;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.8s ease;
    position: relative;
}

section.eco .btn-2::after {
    position: absolute;
    content: '';
    border: 2px solid #0066b2;
    width: 170px;
    height: 45px;
    left: 13px;
    top: 5px;
    z-index: -1;
    transition: all 0.8s ease;
}

section.eco .btn-2:hover::after {
    opacity: 0;
}

/** eco end **********************/

/** award **********************/

section.award {
    position: relative;
    overflow-x: hidden;
}

.leaf-img {
    position: absolute;
    top: -32px;
    right: 0;
}

.leaf-img .leaf {
    width: 321px;
    mix-blend-mode: multiply;
    animation: animate 7s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotate(19deg);
        scale: 0.9;
    }

    50% {
        transform: rotate(30deg);
        scale: 1.1;
    }

    100% {
        transform: rotate(19deg);
        scale: 0.9
    }
}

section.award h2 {
    font-weight: 600;
}

section.award img {
    width: 248px;
}

section.award .envi {
    font-weight: 500;
    font-size: 18px;
    width: 66%;
}

section.award .vr {
    margin: 0;
    background-color: #a1c93a;
    opacity: 1;
    border-top: 1px solid transparent;
    width: 2px;
    min-height: 62px;
}

/** award end **********************/

/** service **********************/

section.service {
    padding: 4.5rem 0;
    padding-top: 2rem;
}

section.service .card {
    border: 1px solid transparent;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    background-color: #ebebeb;
}

section.service .card img {
    object-fit: contain;
    transition: all 0.6s ease;
}

section.service .card:hover img {
    opacity: 0;
}

section.service .card .hide-img {
    position: absolute;
    left: 0;
    /* bottom: -14px; */
    transition: all 0.6s ease;
    pointer-events: none;
    opacity: 0;
}

section.service .card .img-2 {
    width: 366px;
    bottom: 24px;
    left: 24px;
    right: 0;
}

section.service .card:hover .hide-img {
    opacity: 1;
    cursor: pointer;
}

/* section.service .card-body {
    padding: 2rem 2rem 0 2rem;
} */

section.service .card-body {
    padding: 1rem 1rem 0 1rem;
}

/* section.service .card-title {
    font-size: 2.5rem;
    transition: 0.5s ease;
    color: #3d3d3d;
} */

section.service .card-title {
    font-size: 1.4rem;
    transition: 0.5s ease;
    color: #3d3d3d;
}
section.service .card-text {
    /* transform: translateY(66px); */
    font-size: 18px;
    /* opacity: 0; */
    opacity: 1;
    transition: all 1s ease;
    color: #3d3d3d !important;
}

/* section.service .card:hover .card-title {
    transform: translateY(-20px);
} */

/* section.service .card:hover .card-text {
    transform: translateY(0);
    opacity: 1;
} */

/** service end **********************/

/** system **********************/

section.bluedrop {
    background-color: #a1c93a;
    /* background-color: #ebebeb; */
}

section.bluedrop .mobile-div {
    display: none;
}

section.bluedrop h2 {
    font-size: 2.5rem;
    font-weight: 800;
}

section.system {
    background-color: #a1c93a;
    /* background-color: #EBEBEB; */
}

section.system .common-div {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: top center;
    height: 100vh;
    /* height: 71vh; */
    display: flex;
    align-items: center;
}

.common-div .row {
    width: 100%;
}

.common-div p {
    font-size: 20px;
}

section.system .advantage {
    font-size: 40px;
}

section.system {
    position: relative;
}

section.system .sticky-div_2 {
    position: sticky;
    top: 150px;
    /* top: 0; */
}

section.system .sticky-div_2 h4 {
    background-color: #a1c93a;
    /* background-color: #EBEBEB; */
}

section.system .lake {
    font-size: 17px;
    font-weight: 800 !important;
    text-transform: uppercase;
}

section.system .common-div .lake_1 {
    padding-left: 46px;
}

section.system .div-1 {
    background-image: url(../images/bg-1.webp);
}

section.system .div-2 {
    background-image: url(../images/bg-2.webp);
}

section.system .div-3 {
    background-image: url(../images/bg-3.webp);
}

section.system .div-4 {
    background-image: url(../images/bg-4.webp);
}

section.system .div-5 {
    background-image: url(../images/bg-5.webp);
}




/** system end **********************/

/** project **********************/

section.project img {
    width: 108px;
}

section.project .project_hide_1 {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

section.project .project_hide_1:hover {
    opacity: 1;
}

section.project .project_hide:hover {
    opacity: 0;
}

section.project h5 {
    width: 55%;
    margin: 0 auto;
}

/** project end **********************/

/** case study **********************/

section.case-study {
    padding: 4.5rem 0;
}

section.case-study .card {
    border: 1px solid transparent;
    box-shadow: 4px 5px 12px #95959578;
}

section.case-study .card img {
    object-fit: cover;
    height: 100%;
}

section.case-study .card-body {
    padding: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

section.case-study .card-text {
    font-weight: 500;
}

section.case-study .read-btn {
    font-weight: 500;
    transition: all 0.4s ease;
}

section.case-study .read-btn:hover {
    color: #3d3d3d;
}

section.case-study .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

/** case study end **********************/

/** blog **********************/

section.blog,
section.media,
section.faq {
    padding: 4.5rem 0;
}

section.blog .card {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid transparent;
}

section.blog .card h4 {
    font-size: 20px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3rem;
}

/** blog end **********************/

/** media **********************/

section.media img {
    height: 436px;
    object-fit: contain;
}

/** media end **********************/

/** faq **********************/

section.faq .accordion {
    width: 75%;
    margin: 0 auto;
}

section.faq ul li {
    list-style: disc;
    margin-left: 1.2rem;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #3d3d3d;
    border-bottom: 1px solid #0066b2;
}

/** faq end **********************/

/** client **********************/

section.client {
    /* background: url(../images/bg-client.webp) center center/cover no-repeat; */
    /* padding: 2rem 0; */
    padding: 4rem 0;
    /* height: 94vh; */
    background-position-y: 28%;
}

section.client h2 {
    font-weight: 500;
    font-size: 2rem;
}

section.client .box {
    background-color: white;
    padding: 4rem 5rem;
    width: 90%;
    box-shadow: 0px 0px 22px #7c7c7c4a;
}

section.client .client-box {
    padding-left: 5rem;
    padding-right: 5rem;
}

section.client .box img {
    width: 88%;
}

section.client .box .testimonial p {
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
}

/** client end **********************/

/** footer **********************/

footer .footer-logo {
    width: 268px;
}

footer .link {
    margin-top: 41px;
}

footer .flex-box {
    /* gap: 47px; */
    gap: 18px;
    margin-top: 30px;
}

footer .bottom-footer {
    background-color: #012c42;
}

/** footer end **********************/

/** contact page **********************/

section.other-banner {
    background-color: #0066b2;
}

section.contact,
section.about,
section.construct {
    padding: 4.5rem 0;
}

section.contact .border-box {
    border-right: 1px solid #0066b2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.contact .location {
    font-weight: 500;
    width: 85%;
}

section.contact .location:hover {
    color: #676767;
}

section.contact .social-media a {
    transition: all 0.5s ease;
}

section.contact .social-media a:hover {
    color: #a1c93a;
}

section.contact .form-box {
    flex: 1;
}

section.contact .form-box label {
    color: #012c42;
    font-weight: 600;
    margin-bottom: 14px;
}

section.contact .form-box .form-control {
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #012c42;
    padding-left: 0;
    background-color: transparent;
}

/** contact page end **********************/

/** about **********************/

.line {
    color: #a1c93a;
    border-top: 3px solid;
    opacity: 1;
    width: 58px;
}

section.about .card {
    border: 1px solid transparent;
    margin-top: 6rem;
}

section.about .card img {
    border-radius: 15px;
}

section.about .card-body {
    background-color: #a1c93a;
    padding: 2rem;
    text-align: center;
    color: white;
    transform: translateY(-79px);
    width: 524px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 1px 5px 12px #7a7a7a8c;
}

section.about p {
    text-align: justify;
}

/** about end **********************/

/** team **********************/

section.team {
    padding: 4.5rem 0;
    background-color: #efefef;
}

/* section.team .row {
    border-bottom: 1px solid #a1c93a;
    padding: 4rem 0;
} */

section.team .row {
    border-bottom: 1px solid #a1c93a;
    padding: 2rem 0;
}

section.team .heading {
    font-size: 3rem;
}

section.team img {
    /* height: 350px; */
    object-fit: contain;
    border-radius: 10px 10px 0px 0px;
}

section.team .moretext,
section.team .moretext-2,
section.team .moretext-3,
section.team .moretext-4 {
    display: none;
}

section.team .moreless-button,
section.team .button_2,
section.team .button_3,
section.team .button_4 {
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: start;
}


section.team .moreless-button:hover,
section.team .button_2:hover,
section.team .button_3:hover,
section.team .button_4:hover {
    color: #0066b2;
}

section.team .article p {
    text-align: justify;
}

/** team end **********************/

/** blog-page **********************/

section.blog-page,
section.portfolio-section,
section.kanha,
section.advanced,
section.type,
section.sewage-treatment,
section.blog_detail,
section.case {
    padding: 4.5rem 0;
}

section.blog-page .card-image {
    overflow: hidden;
    border-radius: 10px;
}

section.blog-page .card-image img {
    transition: all 5s ease;
    object-fit: cover;
}

section.blog-page .card-image:hover img {
    transform: scale(1.1);
}

section.blog-page .card-title {
    font-size: 1.4rem;
}

section.blog-page .card-text {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.blog-page .card button {
    background-color: transparent;
    border: none;
}

section.blog-page .line {
    color: #676767;
    opacity: 0.4;
    width: 100%;
}

.more-btn {
    font-weight: 600;
    transition: all 0.5s ease;
}

.more-btn:hover {
    color: #a1c93a;
}

/** blog-page end **********************/

/** project-page **********************/

section.portfolio-section .card img {
    border-radius: 10px;
}

section.portfolio-section .card-title {
    font-size: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

section.portfolio-section .portfolio-menu {
    text-align: center;
}

section.portfolio-section .control {
    background: #0066b2;
    color: #fff;
    padding: 6px 17px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.6s ease;
    font-weight: 600;
}

section.portfolio-section .control:hover {
    background: #a1c93a;
}

section.portfolio-section .mixitup-control-active {
    color: #fff;
    background: #a1c93a;
}

.btn-2 {
    color: white;
    border: 1px solid transparent;
    padding: 6px 25px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.8s ease;
}

.btn-2:hover {
    background-color: #3d3d3d;
}

/** project-page end **********************/

/** kanha-santhi **********************/

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #000000;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: 1;
    transition: opacity .25s;
    cursor: pointer;
    background: #FFFFFF;
    display: none !important;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: 1;
}

.slick-slider .slick-prev {
    left: 0;
}

.slick-slider .slick-next {
    right: 0;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
    display: block;
    outline: none;
    border: none;
    object-fit: cover;
    width: 100%;
}

#detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 0em;
}

#detail .product-images .main-img-slider img {
    height: 400px;
    cursor: zoom-in;
    border-radius: 20px;
}

#detail .product-images .main-img-slider figure a {
    /* cursor: pointer; */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in !important;
}

#detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#detail .product-images .thumb-nav {
    padding: 20px 0px;
    width: 100%;
    padding-bottom: 0;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
}

#detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    margin-right: 0.5rem;
}

#detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 3px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
    object-fit: cover;
    height: 106px;
    border-radius: 11px;
}

#detail .product-images .thumb-nav li.slick-current img {
    border-color: #a1c93a;
}

.main_img {
    width: 100%;
}

section.kanha .kanha_list li {
    list-style: disc;
    margin-left: 1.2rem;
}

/** kanha-santhi end **********************/

/** constructed wetlands **********************/

section.page_banner .card img {
    height: 45vh;
    object-fit: cover;
}

section.page_banner .card-img-overlay {
    background-color: #00000059;
}

section.constructed {
    position: relative;
    overflow-x: hidden;
}

section.constructed .box p {
    width: 87%;
    text-align: justify;
}

section.constructed .aerated_benefit li {
    list-style: disc;
    margin-left: 1.2rem;
}

section.advanced .advance-text {
    font-size: 34px;
}

section.advanced p,
section.type p,
section.sewage-treatment p {
    text-align: justify;
}

section.type ul li {
    list-style: disc;
    margin-left: 1.2rem;
}

section.advanced .main_list li {
    list-style: disc;
    margin-left: 1.2rem;
}

section.advanced .sec_list li {
    list-style: lower-latin;
    margin-left: 2rem;
}

section.advanced .sec_list li::marker {
    font-weight: 700;
    margin-right: 5px;
}

/** constructed wetlands end **********************/

/** sewage treatment **********************/

section.sewage_banner {
    background-color: #0066B0;
    overflow: hidden;
}

section.sewage_banner .card {
    background: transparent;
}

section.sewage_banner .hide_img {
    animation: show1 2s ease-in infinite;
}

section.sewage_banner .hide_img_1 {
    animation: show2 2s ease-in infinite;
    position: absolute;
}

@keyframes show1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes show2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

section.sewage-treatment ul li {
    list-style: disc;
    margin-left: 1.1rem;
    text-align: justify;
}

section.sewage-treatment .line {
    height: 4px;
    width: 100%;
    margin: 2rem 0;
}

/** bg_animation **********/

section.bg_anim {
    padding-top: 2rem;
    padding-bottom: 4rem;
    overflow: hidden;
    height: 84vh;
    animation: bg_color 3s linear infinite;
}

@keyframes bg_color {
    0% {
        background-color: #0066b2;
    }

    50% {
        background-color: #a1c93a;
    }

    100% {
        background-color: #0066b2;
    }
}

section.bg_anim .wave1 {
    animation: anim 3s linear infinite;
    height: 1091px;
    width: 2054px;
}

@keyframes anim {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0px);
    }
}


/** bg_animation end **********/


/** sewage treatment end **********************/

/** blog-details page **********************/

section.blog_detail p {
    text-align: justify;
}

section.blog_detail .img_1 {
    height: 88px;
    object-fit: cover;
}

section.blog_detail .border_1 {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 1rem 0.4rem;
}

section.blog_detail .tag_btn {
    border-radius: 8px;
    background-color: #0066b2;
    padding: 7px 20px;
}

/** blog-details page end **********************/

/** casestudy **********************/

section.case img {
    border-radius: 20px;
}

section.case ul li {
    list-style: disc;
    margin-left: 1.2rem;
}

/** casestudy end **********************/


/* Project page new design */
.flex_box{
    display : flex;
    align-items :center;
    background-color : #0060AE;
    
}
.radius1{
    border-radius : 0px 10px 10px 0px;
}
.radius2{
    border-radius : 10px 0px 0px 10px;
}
.flex_box .desc{
    line-height : 30px;
    color : #fff;
}
.flex_box .item .title{
    color : #fff;
    font-size : 1.4rem;
}
.flex_box .item .text{
    font-weight :bolder;
    color : #fff;
}

.portfolio-item .p-image_blue img{
    border-radius : 10px 0px 0px 10px;
}
.portfolio-item .p-image_green img{
    border-radius : 0px 10px 10px 0px;
}
.bg1{
    background-color : #fff;
}