html,
body {
    overflow-x: hidden;
}

body,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif !important;
}

p {
    text-align: justify;
}

a,
a:hover {
    text-decoration: none;
}


/* .container {
    width: 94%;
    max-width: 1330px;
} */

.load-position {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: #26b4f4;
    z-index: 999;
}

.loader {
    height: 100vh;
    background: #68bfd3;
}

.loader img {
    height: 100%;
    display: block;
    margin: 0 auto;
    opacity: 0.5;
}

#sticky-wrapper {
    height: auto !important;
}

.is-sticky section.header {
    z-index: 999 !important;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background: #3ea6bf;
    padding: 5px 0;
}

.is-sticky .logo img {
    width: 85%;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.is-sticky .head-menu {
    float: right;
    margin-top: 25px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}


/*header css*/

section.header {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    padding-top: 30px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.logo img {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.head-right-top {
    text-align: right;
    padding-top: 10px;
}

.head-right-top ul li {
    display: inline-block;
    margin-left: 55px;
}

.head-right-top ul li:first-child {
    margin-left: 0px;
}

.head-right-top ul li a {
    font-size: 16px;
    color: #bffaff;
    padding-left: 10px;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

.head-menu {
    float: right;
    margin-top: 45px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.head-menu ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.head-menu ul li:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    width: 0;
}

.head-menu ul li:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.head-menu ul li:first-child {
    margin-left: 0px;
}

.head-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

.head-menu ul li.active a {
    color: #bffaff;
}

.head-menu ul li.active:before {
    width: 100%;
}

.head-menu ul li.dropdown {
    padding-right: 15px;
}

.head-menu ul li.dropdown:after {
    position: absolute;
    content: '';
    right: 0;
    background: url(images/menu-icon.png) no-repeat;
    width: 9px;
    height: 6px;
    top: 8px;
}

ul.sub-menu {
    position: absolute;
    left: 0;
    background: #028ac6;
    padding: 20px;
    border-left: 2px solid #fff;
    width: 220px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    opacity: 0;
    visibility: hidden;
}

ul.sub-menu li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #0c95d2;
    float: left;
    width: 100%;
}

ul.sub-menu li:last-child {
    padding: 0 0 0px;
}

ul.sub-menu li a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.head-menu ul li.dropdown:hover ul.sub-menu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    opacity: 1;
    visibility: visible;
}

ul.sub-dropdown-list {
    position: absolute;
    left: 110%;
    top: 0;
    width: 200px;
    background: #028ac6;
    padding: 15px;
    border-left: 1px solid #fff;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    opacity: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

ul.sub-dropdown-list li a {
    color: #fff;
}

ul.sub-menu li.sub-dropdown:after {
    position: absolute;
    content: '';
    right: 0;
    background: url(images/menu-icon.png) no-repeat;
    width: 24px;
    height: 6px;
    top: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

ul.sub-menu li.sub-dropdown:hover ul.sub-dropdown-list {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}


/*header css ends*/


/*baner css*/

section.baner {
    position: relative;
    min-height: 100vh;
    background: #3592a9;
}

.home-banner {
    height: 115vh;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(53, 146, 169, 1) 100%);
}

.home-banner .baner-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(80%, -50%);
}

.baner-cont h1 {
    color: #0170a2 !important;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

.gallery-out h1,
.contact-out h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    /* margin: 0 0 30px; */
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

.baner-cont h1 span {
    display: block;
    font-weight: 400;
    font-size: 46px;
}

.baner-cont p {
    font-size: 16px;
    color: #bffaff;
    letter-spacing: 1px;
    width: 60%;
    line-height: 30px;
    margin: 0;
}


/*baner css ends*/


/*about css*/

section.about {
    position: relative;
    z-index: 9;
    background: #3592a9;
}

.about-cont h6 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #16aed7;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    font-family: 'Dosis', sans-serif;
}

.about-cont h6:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: #16aed7;
}

.about-cont h1 {
    margin: 0 0 40px;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #ffffff;
    letter-spacing: .5px;
    font-family: 'Dosis', sans-serif;
    width: 70%;
    position: relative;
    text-transform: uppercase;
}

.water-img {
    position: absolute;
    left: 0;
    top: 0px;
}

.about-cont p {
    color: #bffaff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
}

.about-cont .baner-btn {
    margin-top: 30px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    margin-right: 25px;
}

.about-cont h5 {
    float: left;
    margin: 0 0 0 25px;
}

.about-cont h5 a svg {
    float: right;
    width: 12px;
    margin-left: 10px;
    margin-top: 4px;
}

.about-cont h5 a:hover svg {
    -webkit-animation: move 2s infinite linear;
    fill: #16aed7;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

.solution-box:hover path.line-anim {
    -webkit-animation: move-sol 1s infinite linear;
}

@-webkit-keyframes move-sol {
    0% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(35px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}

.about-cont h5 a {
    float: left;
    font-size: 18px;
    color: #16aed7;
    margin-top: 55px;
}

.ab-right {
    position: relative;
    transition: all 400ms;
    float: left;
    min-block-size: 450px;
}

.ab-right:before {
    position: absolute;
    content: '';
    left: 90px;
    top: 20px;
    background: #26a2dc;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.ab-right:after {
    position: absolute;
    content: '';
    right: 140px;
    bottom: 0;
    width: 200px;
    height: 200px;
    background: #26a2dc;
    border-radius: 50%;
    z-index: -9;
}

.ab-right:hover:before,
.ab-right:hover:after {
    background: #213981;
}

.ab-right img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}


/*about css end*/


/*solutions css*/

section.solutions {
    position: relative;
    z-index: 9;
    background-size: cover;
    padding: 30px 0 140px;
    background: #3592a9;
}


/*section.solutions:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/solution.png) no-repeat;
    z-index: -9;
    opacity: .1;
}*/

section.solutions canvas {
    min-height: 100%;
    max-width: 100% !important;
}

section.solutions h1 {
    margin: 0 0 50px;
    text-align: left;
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    padding-left: 15px;
    font-family: 'Dosis', sans-serif;
}

section.solutions h1 span {
    display: block;
}

section.solutions h1:after,
.treat-box-cont h5:after,
.about-cont h1:after,
.baner-cont.inner-baner h1:after,
.gallery-out h1:after,
.contact-out h1:after,
.product-cont h5:after {
    position: absolute;
    content: '';
    left: 0;
    background: url(images/solution-line.png) no-repeat;
    bottom: -15px;
    height: 4px;
    width: 92px;
}

section.solutions h1:after {
    left: 15px;
}

.about-cont h1:after {
    left: 0;
    bottom: -15px;
}

.solution-box {
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 5px;
    position: relative;
    float: left;
    width: 100%;
    z-index: 9;
    text-align: center;
    overflow: hidden;
}

.solution-box:hover .ocean {
    opacity: 1;
}

.solution-box .ocean {
    opacity: 0;
    bottom: -130px;
}

.solution-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background: url(images/solution-box.png) no-repeat;
    background-size: cover;
    min-height: 282px;
    z-index: -9;
}

.box-img {
    text-align: center;
    margin: 30px auto;
    position: relative;
}

.box-img:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    background: #1278b5;
    z-index: -9;
    border-radius: 50%;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.box-img:after {
    position: absolute;
    content: '';
    right: 20px;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #0f6ea7;
    border-radius: 50%;
    z-index: -9;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.box-img img {
    border-radius: 50%;
    width: auto;
    border: 5px solid #a4dcef;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.solution-box:hover .box-img:before {
    background: #019dfb;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.solution-box:hover .box-img:after {
    background: #0c5480;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.solution-box h2 {
    margin: 50px 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    color: #010e13;
    text-transform: uppercase;
    padding: 0;
    font-family: 'Dosis', sans-serif;
}

.solution-box h2 span {
    display: block;
}

.solution-box svg {
    width: 40px;
    fill: #b2b2b2;
    text-align: center;
    margin: 20px auto 0;
}

.solution-box:hover svg {
    fill: #067abf;
}

.owl-solutions .owl-nav {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.owl-solution .owl-nav {
    position: absolute;
    left: 15px;
    bottom: -20px;
}

.owl-solution .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background: url(images/treat-next.svg) no-repeat;
    width: 35px;
    height: 35px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.owl-solution .owl-nav .owl-next {
    position: absolute;
    left: 45px;
    background: url(images/treat-next.svg) no-repeat;
    width: 35px;
    height: 35px;
}


/*solutions css ends*/


/*treatment css*/

section.treatment {
    position: relative;
    background: #3592a9;
}

.treatment-left h1 {
    margin: 0 0 40px;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 45px;
    font-family: 'Dosis', sans-serif;
}

.treatment-left h1 span {
    display: block;
    font-weight: 700;
    font-size: 35px;
}

.treatment-right h5 {
    font-size: 24px;
    color: #16aed7;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.treat-box-cont p,
.mission-vision p {
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
    color: #bffaff;
    letter-spacing: 1px;
}

.product-cont.mission-vision strong {
    color: #e4faff;
}

.treat-box-cont span {
    color: #29b9f8;
    font-size: 18px;
    width: 80%;
    float: left;
}

.treat-box {
    position: relative;
}

.treat-box {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.treat-box-cont {
    float: left;
    width: 100%;
    padding-top: 0;
}

.treat-box-cont h5,
.product-cont h5 {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 50px;
    width: 100%;
    line-height: 45px;
    font-family: 'Dosis', sans-serif;
    position: relative;
}

.treat-box-cont h5:after {
    left: 0;
    bottom: -15px;
}

.treatment-left .owl-nav {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.treatment-left .owl-prev {
    position: absolute;
    left: 0;
    background: url(images/treat-next.svg) no-repeat;
    width: 35px;
    height: 35px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.treatment-left .owl-next {
    position: absolute;
    left: 45px;
    background: url(images/treat-next.svg) no-repeat;
    width: 35px;
    height: 35px;
}


/*treatment css ends*/


/*above-foot css*/

section.above-foot {
    margin: 0 0 60px;
    overflow: hidden;
}

.foot-in {
    position: relative;
    background: #1f242b;
    padding: 30px;
    border: 5px solid #f5f5f5;
    z-index: 9;
    min-height: 270px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#0064a0), to(#2bbfff));
    background: -webkit-linear-gradient(left, #0064a0, #2bbfff);
    background: -o-linear-gradient(left, #0064a0, #2bbfff);
    background: linear-gradient(to right, #0064a0, #2bbfff);
}

.rain-drops {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.foot-in:hover .rain-drops {
    opacity: 1;
}

.foot-in h2 span {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
}

.foot-in h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
    line-height: 36px;
    font-family: 'Dosis', sans-serif;
}

.foot-in p {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
}


/*above-foot css ends*/


/*foot css*/

section.footer {
    background: #19788f;
    padding: 0 0 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    /*background: rgb(104,191,211);*/
    /*background: -moz-linear-gradient(top, rgba(104,191,211,1) 0%, rgba(10,103,124,1) 72%, rgba(10,103,124,1) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(104,191,211,1) 0%,rgba(10,103,124,1) 72%,rgba(10,103,124,1) 100%);*/
    /*background: linear-gradient(to bottom, rgb(104, 191, 211) 0%,rgba(10,103,124,1) 100%,rgb(0, 0, 0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68bfd3', endColorstr='#0a677c',GradientType=0 );*/
}

section.solutions p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-bottom: 45px;
}

section.solutions .container {
    margin-bottom: 200px;
}

section.footer .ocean {
    z-index: -9;
    opacity: .3;
}

.foot-icon {
    float: left;
    margin-right: 15px;
    /*background: #fff;*/
    /*padding: 10px;*/
    border-radius: 50px;
}


/*.foot-icon img {*/


/*    transform: scale(.6);*/


/*	-webkit-transform: scale(.6);*/


/*	    transition: all 400ms;*/


/*		-webkit-transition: all 400ms;*/


/*}*/

.foot-add:hover .foot-icon img {
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

.foot-add h3 span {
    display: block;
}

.foot-add h3 {
    font-size: 14px;
    color: #7f7d7d;
    text-transform: uppercase;
    float: left;
    margin: 0;
}

.foot-add {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.foot-add:last-child {
    margin-bottom: 0;
}

.foot-add span a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    float: left;
    text-transform: initial;
}

.foot-add ul {
    float: left;
    margin-top: 10px;
}

.foot-add ul li svg {
    width: 18px;
    fill: #fff;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.foot-add ul li:hover svg {
    fill: #42a3c9;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.foot-section-add {
    float: left;
    width: 100%;
}

.foot-add ul li {
    float: left;
    margin-right: 15px;
}

.foot-section-add h3 {
    margin-top: 0;
    margin-bottom: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

.foot-section-add h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -17px;
    background: url(images/footer-line.png) no-repeat;
    height: 5px;
    width: 27px;
}

.foot-section-add .foot-add h3:after {
    display: none;
}

.foot-section-add .foot-add h3 {
    font-size: 14px;
    color: #f1f1f1;
}

.foot-section-add .foot-add h3 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.foot-links h3 {
    margin: 0 0 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    position: relative;
}

.foot-links ul li {
    margin-bottom: 15px;
    position: relative;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.foot-links ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
}

.foot-links ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #42a3c8;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
}

.foot-links ul li:hover {
    padding-left: 20px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.foot-links ul li:hover:before {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    transform: scale(1);
}

.foot-links h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -17px;
    background: url(images/footer-line.png) no-repeat;
    height: 5px;
    width: 27px;
}

.copy-right-out {
    padding: 15px 15px 30px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
}

.copy-left {
    float: left;
}

.copy-left p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
}

.copy-right {
    float: right;
}

.copy-right ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.copy-right ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.copy-right ul li:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 5px;
    bottom: 3px;
    width: 2px;
    background: #65bdd1;
}

.copy-right ul li:last-child:after {
    display: none;
}

section.foot-bubble {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.copy-right-out {
    padding: 15px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.copy-right-out:before {
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    right: 15px;
    background: #20869e;
    height: 1px;
}


/*foot css ends*/


/*inner page css*/

.baner-cont.inner-baner {
    margin-top: -120px;
}

.baner-cont.inner-baner p {
    float: left;
    width: 60%;
    margin: 20px 0 0 0;
}

.baner-cont.inner-baner h1,
.gallery-out h1,
.contact-out h1 {
    position: relative;
    margin-bottom: 50px;
    font-size: 35px;
}

.baner-cont.inner-baner h1:after,
.gallery-out h1:after {
    left: 0;
    bottom: -15px;
}

.baner-cont.inner-baner p {
    margin-bottom: 10px;
}

.mission-vision {
    margin-bottom: 50px;
}

.treat-box-cont.water-all {
    padding: 0px 0 0 0;
    z-index: 9;
    position: relative;
}

.treat-box-cont.water-all ul li,
.desalination-cont ul li,
.mission-vision ul li,
.Wastewater-treat ul li {
    font-size: 15px;
    color: #bffaff;
    margin-bottom: 5px;
    line-height: 25px;
    position: relative;
    letter-spacing: 1px;
    padding: 0 0 5px 30px;
    float: left;
    width: 100%;
    text-align: justify;
}

.top-0 {
    top: 0px !important;
}

.treat-box-cont.water-all ul li a,
.mission-vision ul li a {
    font-size: 14px;
    color: #fff;
}

.treat-box-cont.water-all ul li span {
    float: left;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.treat-box-cont.water-all li:before,
.desalination-cont ul li:before,
.mission-vision ul li:before,
.Wastewater-treat ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    background: url(images/water-drop.png) no-repeat;
    width: 20px;
    height: 16px;
    background-position: center;
    background-size: contain;
}

section.about.inner-sec {
    padding: 0 0 80px;
    z-index: 99;
}

.treat-box-cont.water-all h5 {
    width: 100%;
    margin-bottom: 60px;
}

.clients-logos {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.cl-list {
    float: left;
    width: 30%;
    margin: 0 1% 20px 0;
    border: 1px solid #eee;
    padding: 10px 5px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #f9f9f9;
}


/*
.cl-list:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #60b6ca;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.cl-list:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}



.cl-list img {
    filter: brightness(0) invert(1);
}
*/

.desalination-cont ul li {
    height: auto;
    width: 70%;
}

.treat-box-cont.water-all.mobile-sol ul li:before {
    top: 3px;
}

.Wastewater-treat ul {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.Wastewater-treat ul li ul li {
    margin: 0;
    font-size: 15px;
    border: none;
    padding: 0;
}

.Wastewater-treat ul li span {
    float: left;
    width: 100%;
    color: #000;
}

.Wastewater-treat ul li ul li:before {
    display: none;
}

.Wastewater-treat ul li ul {
    margin: 0;
}

.Wastewater-treat ul li:before {
    top: 3px;
}

.Wastewater-treat ul li ul {
    margin: 7px 0 0 0;
}

.contact-out {
    padding-top: 18%;
    position: relative;
    z-index: 9;
    float: left;
}

.gallery-out h1 {
    padding-left: 15px;
}

.gallery-out h1:after {
    left: 15px;
}

.gallery-out a img {
    width: 100%;
    filter: grayscale(100%);
}

.gallery-out a {
    width: 31.3%;
    float: left;
    margin: 0 1% 2%;
}

.gallery-out a h6 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: #5eb2c5;
    padding: 15px;
    margin: 0;
}

.gallery-out a img {
    border: 1px solid #9ceafb;
    padding: 10px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.gallery-out a:hover img {
    filter: none;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    border: 1px solid #82d9ec;
}

button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--fullscreen,
button.fancybox-button.fancybox-button--thumbs,
button.fancybox-button.fancybox-button--share,
button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.contact-out ul li {
    margin-bottom: 30px;
    font-size: 17px;
    color: #bffaff;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 65px;
    position: relative;
    line-height: 25px;
    float: left;
    width: 100%;
}

.contact-out ul li a {
    color: #bffaff;
}

.contact-out ul li svg {
    position: absolute;
    left: 0;
    width: 45px;
    fill: #ffffff;
    top: 2px;
    background: #086074;
    padding: 11px;
    border-radius: 5px;
}

.contact-out ul li.whatsapp svg {
    background: #3ad756;
}

.contact-out h1:after {
    left: 0;
    bottom: -5px;
}

.contact-out ul li h5 {
    font-size: 21px;
    color: #086074;
    letter-spacing: 0;
    margin: 0 0 5px;
}

.contact-out ul {
    float: left;
    width: 100%;
}

.contact-form-out {
    float: left;
    width: 50%;
    background: rgba(102, 191, 212, 0.87);
    padding: 30px;
}

.contact-det {
    float: left;
    width: 50%;
}

.effect-3~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 99;
}

.effect-3~.focus-border:before,
.effect-3~.focus-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #086074;
    transition: 0.4s;
}

.effect-3~.focus-border:after {
    left: auto;
    right: 0;
}

.effect-3:focus~.focus-border:before,
.effect-3:focus~.focus-border:after {
    width: 50%;
    transition: 0.4s;
}

.form-group {
    width: 46%;
    float: left;
    position: relative;
    margin: 0 2% 40px;
}

.form-group input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    outline: none;
    padding-bottom: 7px;
    color: #fff;
    letter-spacing: 1px;
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    color: #fff;
}

.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
    color: #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #fff;
}

.form-group.message {
    width: 100%;
    float: left;
}

.form-group.message textarea {
    width: 97%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    letter-spacing: 1px;
    color: #fff;
    min-height: 100px;
}

.form-group.message span.focus-border {
    bottom: 4px;
}

.form-group button {
    background: #086074;
    border: none;
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    outline: none;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.form-group button:hover {
    background: #000;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.location-out {
    float: left;
    width: 100%;
}

.location-out iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.location-out {
    float: left;
    width: 100%;
    border: 1px solid #7ed1e4;
    padding: 10px;
    margin: 100px 0;
}

.foot-icons {
    width: 50px;
    /* position: absolute; */
    /* left: 0; */
    position: relative;
    right: 0px;
    margin: auto;
    float: right;
}

.foot-icons ul {
    width: 100px;
}

.foot-icons ul li {
    display: inline-block;
    width: 28px;
    text-align: center;
}

.foot-icons ul li svg {
    width: 20px;
    fill: #fff;
}

.foot-icons ul li svg:hover {
    fill: #a4dcef;
}

section.product-serv {
    background: #3592a9;
    position: relative;
}

ul.grey-water-sub {
    margin-top: 20px;
    float: left;
    width: 100%;
}

ul.grey-water-sub li:before {
    display: none;
}

ul.grey-water-sub ul {
    width: 100%;
    float: left;
}

.mission-vision ul.grey-water-sub li {
    width: 30%;
    float: left;
    padding: 10px;
    margin-right: 2%;
    border: 1px solid #3b9eb7;
    line-height: 20px;
}

.mission-vision ul.grey-water-sub li img {
    width: 100%;
    margin-bottom: 10px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.mission-vision ul.grey-water-sub li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.pad-top-5vw {
    padding-top: 8vw;
}

.pad-top-10vw {
    padding-top: 10vw;
}

.diagramme {
    background: #182a40;
    margin-bottom: 30px;
    padding: 0;
}

.diagramme-section h5 {
    text-align: center;
    width: 100%;
}

.diagramme-section h5:after {
    right: 0;
    margin: 0 auto;
}

.footer p {
    text-align: left;
}

.prduct-more {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.pr-list-in img {
    width: 100%;
    border: 1px solid #fff;
    padding: 5px;
    cursor: pointer;
}

.pr-list-in {
    float: left;
    width: 19%;
    margin-right: 2%;
    min-height: 230px;
}

.pr-list-in h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 20px;
    text-align: center;
}

.modal-custom .modal-header {
    border: none;
    padding: 0;
    z-index: 9;
    position: relative;
}

.modal-custom button.close {
    position: absolute;
    right: 0;
    background: #000;
    padding: 10px;
    opacity: 1;
    top: 0;
}

.modal-custom .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.modal-custom .modal-body video {
    height: 100%;
    width: 100%;
    outline: none;
}

.modal-custom .modal-body {
    position: relative;
    padding: 15px;
    height: 42vw;
}

.modal-custom .modal-body.img-pop {
    height: auto;
}

.modal-custom.md-custom1 .modal-body {
    height: auto;
}

.modal-custom .close {
    font-weight: 400;
    color: #fff;
    opacity: 1;
}

.modal-custom .modal-dialog {
    width: 800px;
}

.modal-custom .modal-body img {
    width: 100%;
}

.common-height {
    min-height: 100vh;
    padding: 100px 0;
}

.width-adj {
    width: 39vw;
    float: right;
}

.width-adj1 {
    width: 39vw;
    float: left;
}

#history,
body.inner-page section.product-serv.product {
    min-height: 100vh;
    padding-top: 13%;
}

body.inner-page.beach-shower section.product-serv {
    /*min-height: 75vh;*/
    /*padding: 50px 0;*/
}

body.inner-page.beach-shower section.product-serv.product {
    padding-top: 13%;
    min-height: 100vh;
}

#history .treat-box,
.product .treat-box,
.product .water-img {
    top: 13%;
}

body.inner-page .common-height {
    min-height: 100vh;
    padding: 100px 0;
}

#history .treat-box.proj-gal {
    top: 5%;
}

.center-text h5 {
    text-align: center;
}

.product-cont.mission-vision.center-text h5:after {
    right: 0;
    margin: auto;
}

.mobile-menu {
    display: none;
}

span.foot-whats svg {
    width: 20px;
    position: absolute;
    fill: #fff;
    top: 8px;
}

span.foot-whats {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 50px;
}

span.foot-whats span {
    display: inline-block;
    padding-left: 30px;
    font-size: 12px;
}

.water-img.swimming-pool-img {
    width: 65%;
    top: 2%;
}

.water-img.swimming-pool-img img {
    width: 100%;
}

.width-adj.swimming-pool-text {
    width: 40vw;
}

.treat-box.history-new {
    top: 50px;
}

#history .treat-box {
    top: 22%;
}

.product-cont h5 span {
    display: block;
}

ul.grey-water-sub li a {
    text-align: center;
    float: left;
}

/*30-6-2020*/
.row.deco{
    padding-top:50px;
}
.row.deco .prduct-more{
    margin: 0;
}
.row.deco .pr-list-in {
    width: 100%;
    margin: 0;
    padding: 100px 0 0 50px;
}
/*inner page css ends*/


/*responsive css*/

@media(max-width:1768px) {
    .home-banner .baner-cont {
        transform: translate(60%, -50%);
    }
}

@media(max-width:1680px) {
    .water-img.swimming-pool-img {
        width: 75%;
    }
}

@media(max-width:1600px) {
    body.inner-page.beach-shower section.product-serv {
        min-height: 90vh;
    }
    body.inner-page.beach-shower section.product-serv.product {
        min-height: 100vh;
    }
    body.inner-page .common-height {
        min-height: 100vh;
    }
    body.home .water-img,
    body.home .treat-box {
        width: 55%;
    }
    .logo img {
        width: 230px;
    }
}

@media(max-width:1500px) {
    .flexslider li .meta {
        max-width: 1000px;
    }
    .pr-list-in {
        min-height: 190px;
    }
    .pr-list-in h6 {
        line-height: 18px;
    }
    body.inner-page.beach-shower section.product-serv.product {
        min-height: 85vh;
    }
    body.inner-page.beach-shower section.product-serv {
        min-height: 75vh;
    }
    body.home .water-img,
    body.home .treat-box {
        width: auto;
    }
    .water-img.swimming-pool-img {
        width: 75%;
        top: 100px;
    }
}

@media(max-width:1400px) {
    .foot-in {
        min-height: 300px;
    }
    .head-menu {
        margin-top: 40px;
    }
    .head-menu ul li {
        margin-left: 10px;
    }
    .is-sticky .head-menu {
        margin-top: 37px;
    }
    ul.sub-menu li {
        margin: 0 0 10px 0 !important;
    }
    .cl-list img {
        width: 100%;
    }
    .logo img {
        width: 220px;
    }
    .is-sticky .logo img {
        width: 220px;
    }
}

@media(max-width:1366px) {
    .home-banner .baner-cont {
        transform: translate(30%, -50%);
    }
    .baner-cont.inner-baner p {
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 5px;
    }
    .baner-cont.inner-baner p {
        width: 100%;
    }
    body.inner-page.beach-shower section.product-serv.product {
        min-height: 100vh;
    }
    body.inner-page.beach-shower section.product-serv {
        min-height: 100vh;
    }
    body.inner-page.beach-shower section.product-serv.product.common-height .water-img {
        top: 0%;
    }
    .water-img.swimming-pool-img {
        width: 70%;
    }
    .width-adj.swimming-pool-text {
        width: 47vw;
    }
    .water-img.swimming-pool-img {
        top: 70px;
    }
}

@media(max-width:1280px) {
    .home-banner .baner-cont {
        transform: translate(30%, -50%);
    }
    body.inner-page.beach-shower section.product-serv.product {
        min-height: 80vh;
    }
    body.inner-page.beach-shower section.product-serv {
        min-height: 70vh;
    }
    body.inner-page.beach-shower section.product-serv .treat-box,
    body.inner-page.beach-shower section.product-serv .water-img {
        width: 65%;
    }
    body.inner-page .common-height {
        min-height: 100vh;
    }
    .modal-custom .modal-dialog {
        width: 40%;
    }
    .width-adj.swimming-pool-text {
        width: 50vw;
    }
}

@media(max-width:1250px) {
    #history,
    body.inner-page section.product-serv.product,
    body.inner-page.beach-shower section.product-serv.product {
        padding-top: 20%;
    }
    body.inner-page.beach-shower section.product-serv .treat-box,
    body.inner-page.beach-shower section.product-serv .water-img {
        width: 65vw;
    }
    #history .treat-box {
        top: 20%;
    }
    .flexslider .slides img {
        top: 0;
    }
    .head-menu ul li a {
        font-size: 13px;
    }
    .about-cont h1 {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 35px;
    }
    .solution-box h2 {
        margin: 70px 0 0;
        font-size: 13px;
        line-height: 18px;
        padding: 0;
    }
    .solution-box {
        min-height: 360px;
    }
    .box-img img {
        width: 70%;
    }
    .solution-box:before {
        min-height: 242px;
    }
    .treat-box::before {
        display: none
    }
    .treatment-left .owl-nav {
        bottom: 0;
    }
    section.treatment.hist-treat .treat-box {
        top: 80px;
    }
    .baner-cont p {
        width: 80%;
    }
    .baner-cont.inner-baner p {
        width: 90%;
    }
    .water-sec .treat-box-cont,
    .treat-box-cont {
        min-height: auto;
    }
    .baner-cont.inner-baner p {
        margin: 0;
    }
    .mission-vision {
        margin-bottom: 0;
    }
    .treat-box-cont h5,
    .product-cont h5,
    section.solutions h1 {
        font-size: 25px;
        line-height: 30px;
        width: 100%;
    }
    .treat-box-cont p {
        font-size: 14px;
        line-height: 23px;
    }
    .treat-box-cont.water-all ul li,
    .desalination-cont ul li,
    .mission-vision ul li,
    .Wastewater-treat ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .location-out {
        margin-bottom: 80px;
    }
    .Wastewater-treat ul {
        margin: 10px 0;
    }
    .modal-custom .modal-dialog {
        width: 70%;
    }
    .pr-list-in {
        width: 31%;
    }
    .water-img.swimming-pool-img {
        top: 130px;
    }
}

@media(max-width:1199px) {
    body.inner-page.beach-shower section.product-serv .treat-box,
    body.inner-page.beach-shower section.product-serv .water-img {
        width: 60vw;
    }
    body.home .water-img,
    body.home .treat-box {
        width: 65vw;
    }
    body.inner-page.beach-shower section.product-serv.product.common-height .water-img {
        top: 13%;
    }
    .water-img,
    .treat-box {
        width: 65vw;
    }
    .common-height {
        padding: 50px 0;
    }
    .head-menu ul li a {
        font-size: 12px;
    }
    .ab-right::after {
        right: 70px;
        bottom: 30px;
        z-index: -9;
    }
    .baner-cont p {
        width: 100%;
    }
    .baner-shapes2 {
        display: none;
    }
    .flex-direction-nav {
        left: 0;
        right: 0;
    }
    .treat-box-cont {
        padding-top: 0;
    }
    .ab-right img {
        width: 70%;
    }
    .ab-right:before {
        left: 30px;
    }
    .solution-box {
        padding: 0 10px 20px;
    }
    .foot-in {
        min-height: 330px;
    }
    .head-menu {
        margin-top: 30px;
    }
    .is-sticky .head-menu {
        margin-top: 32px;
    }
    .baner-cont p {
        width: 100%;
    }
    .copy-left {
        width: 30%;
    }
    body.inner-page .common-height {
        min-height: 100vh;
    }
    .baner-cont h1 {
        font-size: 35px;
    }
    .foot-icon {
        margin-right: 5px;
    }
    .foot-section-add .foot-add h3 {
        font-size: 12px;
        line-height: 10px;
    }
    .foot-add span a {
        font-size: 12px;
    }
    .water-img.swimming-pool-img {
        top: 150px;
    }
    span.foot-whats {
        padding-left: 40px;
    }
}

@media(max-width:1100px) {
    .water-img,
    .treat-box {
        width: 73vw;
    }
    body.inner-page .common-height {
        min-height: 85vh;
    }
    body.inner-page.beach-shower section.product-serv .treat-box,
    body.inner-page.beach-shower section.product-serv .water-img {
        width: 65vw;
    }
}

@media(max-width:1024px) {
    body.home .water-img,
    body.home .treat-box {
        width: 75vw;
    }
    .water-img.swimming-pool-img {
        width: 75%;
    }
}

@media(max-width:991px) {
    .head-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .head-left {
        width: 40%;
    }
    .head-right {
        width: 60%;
    }
    section.header {
        padding-top: 0;
    }
    .is-sticky section.header .logo {
        padding: 10px 0;
    }
    .is-sticky .mobile-menu .hamburger {
        top: 45px;
    }
    .logo {
        padding-top: 30px;
    }
    .is-sticky section.header {
        padding: 0;
    }
    .home-banner .baner-cont {
        width: 36vw;
    }
    body.home .water-img,
    body.home .treat-box {
        width: 100vw;
        position: static;
        margin-bottom: 50px;
    }
    .width-adj {
        width: 100%;
        float: left;
        margin-top: 50px;
    }
    .about-cont h1 {
        margin: 0 0 40px;
    }
    body.home .water-img img,
    body.home .treat-box img {
        width: 100%;
    }
    .width-adj1 {
        width: 100%;
    }
    .foot-out {
        width: 50%;
        float: left;
        min-height: 250px;
    }
    .copy-left {
        width: 70%;
    }
    .copy-right {
        width: 100%;
        float: left;
        padding: 10px 0;
    }
    .copy-right ul li {
        margin-left: 0;
        margin-right: 25px;
    }
    #history .treat-box {
        position: static;
        width: 100%;
    }
    #history .treat-box img {
        width: 100%;
    }
    #history,
    body.inner-page section.product-serv.product,
    body.inner-page.beach-shower section.product-serv.product {
        padding-top: 150px;
    }
    .water-img,
    .treat-box {
        width: 100%;
    }
    .water-img,
    .treat-box {
        position: static;
    }
    body.inner-page .common-height {
        padding: 50px 0;
    }
    .water-img,
    .treat-box img {
        width: 100%;
    }
    .foot-icons {
        left: auto;
        right: 0;
        width: 100px;
    }
    .scroll {
        right: 0;
        bottom: 0px;
    }
    body.inner-page.beach-shower section.product-serv .treat-box,
    body.inner-page.beach-shower section.product-serv .water-img {
        width: 100%;
    }
    .contact-out {
        padding-top: 0;
    }
    section.about.contact {
        padding-top: 150px;
    }
    .contact-form-out,
    .water-img.swimming-pool-img,
    .contact-det {
        width: 100%;
    }
    .width-adj.swimming-pool-text {
        width: 100%;
    }
    span.foot-whats svg {
        top: 4px;
    }
    .row.deco .pr-list-in {
        width: 31%;
        padding: 50px 0 0 0;
    }
}

@media(max-width:768px) {
    .head-left {
        width: 80%;
    }
    .head-right {
        width: 20%;
    }
    .mobile-menu .hamburger {
        top: 60px;
    }
    .baner-cont h1 {
        font-size: 22px;
        line-height: 40px;
    }
    .baner-cont h1 span {
        font-size: 35px;
    }
    .modal-custom .modal-body {
        height: 100vw;
    }
    .modal-custom .modal-dialog {
        width: 100%;
    }
    .pr-list-in {
        margin-bottom: 20px;
    }
    .row.deco {
        padding-top: 0;
    }
    .row.deco .prduct-more{
        margin-top: 50px;
    }
}

@media(max-width:600px) {
    .home-banner .baner-cont {
        top: 30%;
        left: 20px;
        transform: translate(0);
        -webkit-transform: translate(0);
        width: 100vw;
    }
    .foot-out {
        width: 100%;
        float: left;
        min-height: auto;
        margin-bottom: 30px;
    }
    .width-adj,
    .treat-box-cont,
    .foot-section-add,
    .copy-right-out,
    .footer p {
        text-align: center;
    }
    .about-cont h1 {
        width: 100%;
    }
    .about-cont h1:after,
    .treat-box-cont h5:after,
    section.solutions h1:after {
        right: 0;
        margin: auto;
        left: 0;
    }
    section.solutions h1 {
        padding-left: 0;
        text-align: center;
    }
    .owl-solution .owl-nav {
        left: 0;
        right: 0;
        margin: auto;
        width: 85px;
    }
    .foot-section-add h3:after {
        right: 0;
        margin: auto;
    }
    .foot-icon {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .foot-add span a {
        width: 100%;
    }
    .foot-section-add .foot-add h3 {
        width: 100%;
    }
    .foot-add ul li {
        display: inline-block;
        margin: 0 5px;
        float: none;
    }
    .foot-add ul {
        width: 100%;
    }
    .copy-left {
        width: 100%;
    }
    .foot-icons {
        left: 0;
        right: 0;
        width: 100px;
        bottom: -20px;
        float: initial;
        padding: 0 0 20px;
    }
    .mission-vision {
        margin-bottom: 30px;
    }
    .about-cont p,
    .treat-box-cont p {
        text-align: center;
    }
    .treat-box-cont.water-all ul li,
    .desalination-cont ul li,
    .mission-vision ul li,
    .Wastewater-treat ul li {
        text-align: center;
        padding-left: 0;
    }
    .treat-box-cont.water-all li:before,
    .desalination-cont ul li:before,
    .mission-vision ul li:before,
    .Wastewater-treat ul li:before {
        display: none;
    }
    .treat-box-cont h5,
    .product-cont h5,
    section.solutions h1 {
        text-align: center;
    }
    section.solutions h1:after,
    .treat-box-cont h5:after,
    .about-cont h1:after,
    .baner-cont.inner-baner h1:after,
    .gallery-out h1:after,
    .contact-out h1:after,
    .product-cont h5:after {
        right: 0;
        margin: auto;
    }
    .scroll {
        bottom: 0;
    }
    #history,
    body.inner-page section.product-serv.product,
    body.inner-page.beach-shower section.product-serv.product {
        padding-top: 130px;
    }
    .pr-list-in {
        min-height: 150px;
    }
    .treat-box-cont h5,
    .product-cont h5,
    section.solutions h1 {
        font-size: 18px;
    }
    .prduct-more {
        margin: 50px 0 0;
    }
    body.inner-page .common-height {
        padding: 0;
    }
    body.home section.footer {
        padding: 0;
    }
    .treat-box-cont.water-all h5 {
        margin-bottom: 40px;
    }
    .width-adj {
        margin-top: 0;
    }
    .cl-list {
        float: none;
        width: 48%;
        margin: 0 1% 10px 0;
        display: inline-block;
    }
    .treat-box-cont.water-all ul li span {
        font-size: 13px;
    }
    .modal-custom .modal-dialog {
        width: 90%;
        margin: 20px auto;
    }
    .treat-box-cont p,
    .mission-vision p {
        text-align: center;
    }
    .contact-out h1 {
        text-align: center;
    }
    .contact-out ul li {
        padding-left: 0;
        text-align: center;
    }
    .contact-out ul li svg {
        right: 0;
        margin: auto;
    }
    .contact-out ul li h5 {
        padding-top: 60px;
    }
    .location-out {
        margin: 50px 0;
    }
    span.foot-whats {
        width: 100%;
    }
    span.foot-whats svg {
        top: 4px;
    }
    .is-sticky .mobile-menu .hamburger {
        top: 35px;
    }
    span.foot-whats {
        padding-left: 0;
    }
    .row.deco {
        padding-top: 50px;
    }
}

@media(max-width:500px) {
    .home-banner {
        background-position: 65% 50% !important;
        height: 100vh;
    }
    .home-banner .baner-cont {
        width: 100%;
        bottom: 30px;
        top: auto;
        right: 0;
        text-align: center;
        left: 0;
    }
    .baner-cont h1 {
        color: #ffffff !important;
    }
    body.home .water-img,
    body.home .treat-box {
        margin-bottom: 0;
    }
    .about-cont h1 {
        font-size: 17px;
        line-height: 25px;
    }
    section.treatment {
        padding: 0;
    }
    .solution-cont {
        padding: 0;
    }
    .mission-vision ul.grey-water-sub li {
        width: 48%;
    }
    ul.grey-water-sub {
        margin-bottom: 30px;
    }
    section.about.contact {
        padding-top: 100px;
    }
    .baner-cont.inner-baner h1,
    .gallery-out h1,
    .contact-out h1 {
        font-size: 25px;
    }
    .contact-out ul li {
        font-size: 13px;
        line-height: 23px;
    }
    .contact-out h1 {
        margin-bottom: 30px;
    }
    .contact-out ul li h5 {
        font-size: 17px;
    }
    .form-group {
        width: 100%;
        margin: 0 0 20px;
    }
    .form-group.message textarea {
        min-height: 60px;
        width: 100%;
    }
    .treat-box-cont h5,
    .product-cont h5 {
        margin: 0 0 35px;
    }
    .treat-box-cont p,
    .mission-vision p {
        font-size: 14px;
        line-height: 25px;
    }
    .treat-box-cont.water-all {
        margin: 30px 0;
    }
    .diagramme {
        margin-bottom: 0;
    }
    .diagramme img {
        height: 120px;
    }
    .width-adj {
        margin-top: 20px;
    }
    body.home .about-cont h1,
    body.home .treat-box-cont.home h5 {
        font-size: 20px;
    }
    .diagramme {
        margin-bottom: 20px;
    }
}

@media(max-width:360px) {
    .head-left {
        width: 60%;
    }
    .head-right {
        float: right;
    }
    .mobile-menu .hamburger {
        top: 50px;
    }
    .is-sticky .mobile-menu .hamburger {
        top: 30px;
    }
    .mobile-menu .hamburger-inner,
    .mobile-menu .hamburger-inner::before,
    .mobile-menu .hamburger-inner::after {
        width: 30px;
    }
    .contact-out ul li {
        margin-bottom: 5px;
    }
    .mobile-menu .nav-level {
        padding-top: 80px;
    }
    .contact-out h1 {
        margin-top: 0;
    }
}