@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Amaranth|Changa+One|Quicksand|Poppins|Sansita|Open+Sans";
@import url("https://fonts.googleapis.com/css?family=Prata|Montserrat:600,%20800,%20900|Muli:500,%20600&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;display=swap');
body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #26272a;
   /* background: #fff url(https://synques-cdn.s3.ap-south-1.amazonaws.com/mklwastemanagement.com/images/recycle-water-bg.png);*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
a:active,
a:link,
a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400
}

p {
    padding: 10px auto;
    margin: 10px auto
}

.spacer:before {
    content: "\2044";
    display: inline;
    margin: 0px 5px
}

spacer {
    display: inline;
    margin: 0px 5px
}

.white-text {
    color: #fff
}

.green-text {
    color: #36b24a
}

.blue-text {
    color: #009cdb
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

.npm {
    padding: 0;
    margin: 0
}

.yellow-bg {
    background: #fba830
}

.green-bg {
    background: #00a263
}

.blue-bg1 {
    background: #01afd2
}
.blue-bg2 {background: #012E87;}

.pink-bg {
    background: #c01a4c
}

.boxed-box {
    padding: 38px 20px;
    min-height: 255px;
}

footer {
    font-size: 13px
}

.body-content {
    border: 1px solid #dbdbdb;
    background: white;
    padding: 20px 0
}

footer .gallery-img {
    border: 0px solid #ccc;
    margin: .5px;
    padding: 0px;
    height: auto;
    float: left;
    width: 80px
}

.icon {
    padding: 10px;
    display: inline-block;
    width: 39px;
    height: 38px;
    font-size: 14px;
    border: 1px solid #777;
    text-align: center;
    color: #777;
    background: transparent;
    margin: 2px 0px;
    margin-right: 5px
}

.icon:hover {
    background: #fff;
    color: #012E87;
    border: 1px solid #012E87;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#clients {
    padding: 55px 0;
    background: #f6f6f6
}

.v-line {
    border-left: 3px solid;
    border-color: #37b24b;
    padding-left: 20px;
}

#blank-bg {
    padding: 55px 0
}

#white-bg {
    border: 0px solid #dbdbdb;
    background: white;
    padding: 55px 0
}

#light-grey-bg {
    padding: 55px 0;
    background: #faf8f8
}

.active1 {
    background: #012E87;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    clear: both
}

.active1:hover {
    background: #0cb9ff;
    color: #fff
}

.logo-group {
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    overflow: hidden
}

.logo-group li {
    width: 20%;
    float: left;
    height: 125px;
    list-style: none;
    border: none;
    border-right: 0.5px solid #ddd;
    border-bottom: 0.5px solid #ddd;
    background: #fff
}

.logo-group li img {
    display: block;
    margin: 0 auto;
    overflow: hidden
}

#carousel-demo {
    padding: 20px;
    background-color: #f7f7f7
}

.carousel-caption1 {
    font-size: 14px;
    left: 12%;
    top: 0;
    width: 87%;
    text-align: left;
    display: inline-block;
    text-shadow: none;
    color: #777;
    padding: 0
}

.carousel-indicators {
    text-align: center;
    text-shadow: none;
    bottom: 5px;
    right: 0;
    width: 60%;
    float: none;
    padding-left: 0
}

.carousel.vertical .carousel-inner {
    width: 100%;
}

.carousel-inner1 > .item > img {
    display: inline-block;
    width: 10%;
    height: auto;
    margin-right: 10px
}

.carousel.vertical .item {
    -webkit-transition: 0.6s slide-in top;
    -moz-transition: 0.6s slide-in top;
    -ms-transition: 0.6s slide-in top;
    -o-transition: 0.6s slide-in top;
    left: 0;
}

.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .next,
.carousel.vertical .active.right {
    top: 100%;
}

.carousel.vertical .prev,
.carousel.vertical .active.left {
    top: -100%;
}

.carousel-indicators .active {
    background-color: #0cb9ff
}

.carousel-indicators li {
    background-color: rgba(220, 220, 220, .9);
    border: 1px solid #dcdcdc;
}

.team {
    padding: 20px;
    background-color: #f7f7f7;
    border: 3px solid #fff;
    border-radius: 20px
}

.team img {
    display: inline-block;
    width: 120px;
    height: auto;
    margin-right: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
    float: left;
    border-radius: 50%
}

.blue-back {
    background: #012E87;
    padding: 15px 10px;
    min-height: 180px;
    color: #fff;
    border: .5px solid #fff
}

.blue-back .icons {
    width: 100px;
    height: auto
}

.blue-bg {
    background: #012E87;
    padding: 50px 20px;
}

.border-all {
    border: 1px solid #fff
}

.big-text {
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: transparent
}

.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
	 z-index: 1100;
    left: 0;
    right: 0;
    position: fixed;
	top:0;
}

.logo {
    padding: 5px 12px;
    width: 90px;
    border-top: 0px solid #DB5940;
    margin-top: 0px;
    box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    position: absolute
}

ul.square li {
    list-style: square;
    padding: 3px;
    margin-left: -20px
}

.logo1 img {
    height: 60px;
    width: auto;
    position: absolute
}

#banner1 {
    padding: 55px 0;
    min-height: 250px;margin-top: 60px;
}

#banner1 h3 {
    padding-left: 25px; 
}

#breadcrumb {
    margin-top: 0;
    margin-left: 0;
    border-bottom: 0px solid #f1f1f1;
    background-color: transparent;
    width: 100%;
    border-radius: 0
}

.breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb li a {
    color: #000
}

.breadcrumb li a:hover {
    color: #0cb9ff
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "\00BB"
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #0cb9ff;
    border-color: #EEEEEE;
    text-transform: uppercase;
    font-weight: bold
}

.panel-title {
    font-size: 14px
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.more-less {
    float: right;
    color: #fff
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE
}

.about-us {
    background: url(images/recycle-water-b5.jpg) no-repeat right bottom
}

.hospital {
    background: url(images/recycle-water-b6.jpg) no-repeat right bottom
}
.farming {
    background: url(images/farming.jpg) no-repeat right bottom
}

.domestic {
    background: url(images/recycle-water-b7.jpg) no-repeat right bottom
}

.partner {
    background: url(images/recycle-water-b7.jpg) no-repeat right bottom
}

.project {
    background: url(images/recycle-water-b8.jpg) no-repeat right bottom
}

.contact {
    background: url(images/recycle-water-b9.jpg) no-repeat right bottom
}

.wtp {
    background: url(images/recycle-water-b10.jpg) no-repeat right bottom
}

.industry {
    background: url(images/recycle-water-b11.jpg) no-repeat right bottom
}

.hotel {
    background: url(images/recycle-water-b12.jpg) no-repeat right bottom
}

.lakes {
    background: url(images/recycle-water-b13.jpg) no-repeat right bottom
}

.accessories {
    background: url(images/recycle-water-b14.jpg) no-repeat right bottom
}

.white-box {
    background: #fff;
    padding: 20px 15px;
    border: 1px solid #efefef
}

.carousel-caption {
    right: auto;
    left: auto;
    width: 100%;
    padding-bottom: 20px;
    background: url(images/recycle-waterbback.png) no-repeat center;
    margin-bottom: 20px
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
}

h6 {
    padding: 8px 0;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
    text-align: center
}

.img-box-bor {
    border: 2px solid #fff
}

.box {
    cursor: pointer;
    height: 200px;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    padding-top: 120px;
    color: #fff;
    text-align: left;
    border: .5px solid #fcfcfc
}

.box h3 {
    font-size: 20px
}

.box img {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.box .overbox {
    background-color: #262626;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    padding: 90px 30px;
    width: 100%
}

.box .overbox img {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-image: url(Recycle%20water);
}

.box:hover .overbox {
    opacity: 1
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px)
}

.box .title {
    font-size: 20px;
    line-height: 22px;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.box .tagline {
    font-size: 14px;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s
}

.box:hover .tagline,
.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px)
}

.text-box {
    margin: 5px 0px;
    margin-right: 0px;
    border: 0;
    border: 1px solid #efefef;
    height: 39px;
    padding: 10px 13px;
    width: 100%;
    font-size: 14px;
    background: transparent;
    border-radius: 10px
}

.text-area {
    margin: 5px 0px;
    margin-right: 7px;
    margin-bottom: 10px;
    border: 0;
    border: 1px solid #efefef;
    height: 100px;
    padding: 10px 13px;
    width: 100%;
    font-size: 14px;
    background: transparent;
    border-radius: 10px
}

.textbox {
    border: 1px solid #efefef;
    height: 39px;
    padding: 10px 13px;
    width: 100%;
    font-size: 14px;
    background: transparent;
    border-radius: 10px;
    width: 100px
}

.btn-active3 {
    color: #fff;
    padding: 4px 15px;
    border: 1px solid #012E87;
    background: #012E87;
    margin: 3px 0;
}

.btn-active3:hover {
    color: #fff;
    border: 1px solid #009cdb;
    background: #009cdb
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 4px
}

@media (max-width: 767px) {
    spacer {
        display: block;
        margin: 0px 1px;
        height: 1px
    }
    .logo-group {
        border: 0;
        border-bottom: 0.5px solid #ddd
    }
    .logo-group li {
        width: 50%;
        float: left;
        height: 72px;
        list-style: none;
        border: 0.5px solid #ddd
    }
    .logo-group li img {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
        height: auto
    }
    .icon {
        float: left;
        display: inline-block
    }
    #green-bg {
        text-shadow: #000 1px 1px;
    }
    footer .text-right {
        text-align: left
    }
    .text-justify {
        text-align: left
    }
    .logo {
        padding: 8px 12px;
    }
    .blue-bg {
        min-height: 100px
    }
    .carousel-caption h2 {
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: inherit
    }
    .carousel-caption {
        top: 25%;
        padding: 3px;
        right: 0;
        left: 0;
    }
    .carousel-caption p {
        margin: 0;
        padding: 0;
        line-height: 14px;
        font-size: 13px;
    }
    .grid figure {
        margin: auto;
        max-height: 140px
    }
    .carousel-caption1 {
        left: 0;
        top: 110px;
        display: block;
    }
    .carousel-caption1 h3 {
        font-size: 18px
    }
    .carousel.vertical .carousel-inner {
        width: 100%;
        min-height: 300px;
    }
    .carousel-inner1 > .item > img {
        display: block;
        width: 100px;
        height: auto
    }
    .blue-back {
        padding: 10px 10px;
        min-height: 255px;
    }
    #banner1 {
        padding: 55px 0;
        min-height: 150px
    }
    .team img {
        display: block;
        width: 120px;
        height: auto;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-top: 3px;
        float: none
    }
    #banner1 {
        color: #fff;
        text-shadow: #000 1px 1px;
    }
    #banner1 h3 {
        padding: 8px;
        padding-left: 25px
    }
    .breadcrumb li a {
        color: #fff;
        background: transparent
    }
    .breadcrumb>li+li:before {
        color: #fff
    }
    #banner1 .container {
        background: rgba( 0, 0, 0, .25);
    }
    .logo {
        padding: 5px 12px;
        width: 250px;
        border-top: 0px solid #DB5940;
        margin-top: 0px;
        box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
        top: 0;
        position: absolute;
        margin-left: -17px;
    }
}

@media (min-width:769px) {
    .showme {
        display: block;
    }
    .hideme {
        display: none;
    }
}

@media (max-width:768px) {
    .showme {
        display: none;
    }
    .hideme {
        display: block;
    }
}

@media (max-width:767px) {

.navbar {
    position:relative;
}
#banner1 {
      margin-top: 0px;
}



}
@media (min-width:481px) and (max-width:669px) {
.carousel-caption {
    top: 40%;
    padding: 25px;
}
.carousel-caption h2 {
    font-size: 18px;
}
}
@media (min-width:670px) and (max-width:767px) {
.carousel-caption {
    top: 50%;
    padding: 25px;
}
.carousel-caption h2 {
    font-size: 18px;
}
}

