

/*********************************************************HOME******************************************************************************/

/*****************************************ABOUT-US-HOVER*****************************************************/

.imgwrap:hover {
    transform: scale(1.1);
    transition: all 2s ease-in-out;
} 

.imgwrap {
    transition: all 2s ease-in-out;
}

/*****************************************SERVICES-DIV***************************************************/

.common-para-text.text-font {
    font-weight: 500;
}

.services-box-style1 {
     border: 1px solid #b5b5b5;
     padding: 15px;
     transition: all .5s ease-in-out;
 }

 .services-box-style1 .common-heading-main-div h4 {
    font-size: 19px;
    line-height: 32px;
}

 .flat-button .primary i {
     font-size: 12px;
    position: relative;

    left: 11px;
    transition: .9s;
 }

 .flat-button button.btn.primary {
     padding-top: 0;
     padding-bottom: 0;
     padding-left: 0;
     transition: .9s;
 }

 .services-box-style1 .flat-button .primary a, .services-box-style1 .flat-button .primary i {
    font-size: 15px;
    line-height:30px;
 }

 .services-box-style1 .btn.primary {
    padding: 0 13px 0 0;
}

 .service2-px {
     padding-right: 15px!important;
     padding-left: 15px!important;
 }

.bg-img-section {
     padding-top: 90px;
     padding-bottom: 150px;
     position: relative;
     background-position: center;
     background-repeat: no-repeat;
     height: auto;
     background-color: #f4f4fa;
 }

.bg-img-section .imgwrap img {
    width: 302px;
    height: auto;
    transition: all 2s ease-in-out;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bg-img-section .imgwrap img:hover {
    transform: scale(1.1);
}

.bg-img-section .imgwrap:hover {
    transform: scale(1.0);
}

.col-lg-3.client-width1 {
    padding: 0 28px 0 15px;
}

.col-lg-3.client-width2 {
   padding: 0 21px 0 23px;
}

.col-lg-3.client-width3 {
    padding: 0 17px 0 30px;
}

.col-lg-3.client-width4:last-child {
    padding-left: 32px;
}

.services1-box-hover img {
    transition: all 2s ease-in-out;
}
.services1-box-hover.col-md-4{
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.services1-box-hover:hover img {
    transform: scale(1.5);
} 

.card1.auto-slider1 {
    position: relative;
    overflow: hidden;
    border: 0;

}
.services-box-style1:hover {
    border-color: #000;
    transition: all .5s ease-in-out;
}

.launage-icon-div.google-translate #google_translate_element_header {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fff;
    padding:2px 15px;
   
}

.main-navbar-div nav .nav-item.google-translate {
    position: relative;
    top: 28px;
}

.fixed-nav .color-white {
    filter: brightness(0) invert(1) !important;
}
.fixed-nav nav .color-white {
    /* filter: brightness(10) invert(1) !important; */
    /* filter: invert(16%) sepia(98%) saturate(3208%) hue-rotate(200deg) brightness(84%) contrast(87%)!important; */
}


/*****************************************CONTACT-FORM*****************************************************/

.ami-padd-topbottom {
    /* padding: 90px 0 0; */
    padding-top: 90px;
}

.amiwater-contactform-style1 .form-group .form-control:focus {
    box-shadow: none;
}

.amiwater-form-content {
    padding: 171px 0 220px 0;
    background-color: #00000085;
}
.amiwater-contactform-style1 .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
}

.amiwater-form-content .form-content {
    width: 55%;
    background: #10559b;
    z-index: 1;
    position: relative;
    padding: 50px 25px;
    margin-left: 52px;
}

.col2-bgcolor {
    background-color: #10559b;
    padding-top: 40px;
}
.amiwater-contactform-style1 {
    max-width: 1018px!important;
    margin: auto;
    padding: 50px 35px 50px 155px!important;
    background-color: #fff;
    position: absolute;
    left: 30%;
    margin: 30px 0 0 0;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0);
    height: auto;
}

.form-title {
    margin-bottom: 20px;
    font-size: 40px;
    color: #000000;
}

.amiwater-contactform-style1 .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
  
}

.amiwater-contactform-style1 .form-group {
    margin-bottom: 28px;
}

.form-content h4 {
    font-size: 26px;
}

.amiwater-contactform-style1 .btn {
    background-color: #10559b;
    border: 2px solid #10559b;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    transition: 0.5s;
    width: 175px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
}

.amiwater-contactform-style1 .btn:hover{
    background-color: #fff;
    border: 2px solid #10559b;
    color: #10559b!important;
}

.sakti_contact_info .contact-address h5 {
    margin-bottom: 25px;
    font-size: 25px;
}


.sakti_contact_info {
    padding: 85px 67px 70px;
    border-radius: 10px 0 0 10px;
    height: 100%;
    background: #c19a5b;
}

.contact-address li > span {
    border-radius: 50%;
    background: #fff;
    padding: 16px;
    width: 50px;
    height: 50px;
    color: #000;
    text-align: center;
}

.sakti_contact_info .contact-address li {
    display: flex;
    gap: 0 28px;
    margin-bottom: 25px;
    align-items: center;
}

.contact-address li > span i {
    font-size: 20px;
}

.amiwater-contactform-style1 .form-group .form-control:focus {
    border-color: #10559b!;
}

.amiwater-contactform-style1 .form-group textarea.form-control {
    border: 1px solid #000;
}

.amiwater-form-content .contact-address h3 {
    font-size: 22px;
    margin-bottom: 10px!important;
}

.amiwater-form-content .contact-address a {
    font-size: 14px;
}

.amiwater-form-content .contact-address i {
        font-size: 20px;
}

.amiwater-form-content .contact-address:hover i {
    transition: all .5s ease-in-out;
}

.amiwater-form-content .contact-address:hover i {
color: #000000!important;
}

.amiwater-form-content .contact-address h3, .amiwater-form-content .contact-address a {
    text-decoration: none;
    color: #fff;
}
.amiwater-form-content .contact-address h3 {
font-weight: 600;

}
.amiwater-form-content .contact-address a {
font-size: 18px;
padding-left: 15px;
display: -webkit-box;
}

.amiwater-form-content .contact-address:hover h3, .amiwater-form-content .contact-address:hover a  {
color: #fff;
}


.amiwater-form-content .usa-size {
font-size: 18px;
}

h1.contact-size {
font-weight: 600;
/* font-family: 'Roboto Slab', serif !important; */

}

.amiwater-contactform-style1 div#error {
    color: #FF0000;
}

.amiwater-contactform-style1 label.error {
    color: #FF0000;
    display: inline-block;
}

/* .amiwater-form-content .icon-box-content span {
    display: -webkit-inline-box;
} */

/**************************************************banner*************************************/

 .banner-image {
    /* background-image: url(../../image/contact-banner.jpg);
    padding-top: 150px;
    padding-bottom: 150px; */
    position: relative;
    margin-top: 100px;
}

.banner-image:before {
    content: '';
    position: absolute;
    background: #00000061;
    width: 100%;
    height: 100%;
} 

.banner-image h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0;
} 

/* .banner-image .Imgwrap {
    position: absolute;
    top: 0;
} */

/**************************************************ABOUT-US-PAGE*************************************/

.about-us-section1 .image-left {
    position: relative;
    padding: 60px;
}

.about-us-section1 .image-left:before {
    content: '';
    position: absolute;
    border: 20px solid #000;
    width: 65%;
    height: 100%;
    left: 0px;
    right: 10%;
    top: 0;
    z-index: -1;
}

.about-us-section1 .image-left img {
    border-radius: 25px;
}



.team-box-style1.col-md-4 {
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.team-box-style1 {
    padding: 15px;
    transition: all 1s ease-in-out;
    margin: 10px 0 0 0;
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.20);
}

.team-box-style1 .team1.hover1 {
    /* position: relative; */
    overflow: hidden;
    border: 0;
}

.team1-box-hover img, .product-servicesbox-box-hover img, .team1-box-hover img .imgwrap, .product-servicesbox-box-hover .imgwrap {
    transition: all 2s ease-in-out;
}

/* .imgwrap {
    transition: all 2s ease-in-out;
} */

.team1-box-hover .team-box-style1  {
    position: relative;
}

.team1-box-hover .team-box-style1:before {
    position: absolute;
    content: '';
    border-left: 15px solid #10559b;
    border-top: 15px solid #10559b;
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 2s ease-in-out;
}

.team1-box-hover .team-box-style1:hover:before {
    border-color: #000;
    transition: all 2s ease-in-out;
}

.team-box-style1:hover .imgwrap {
    transform: scale(1.3);
    transition: all 2s ease-in-out;
}

.team-box-style1 .imgwrap {
    position: relative;
}

.team-box-style1 .imgwrap:before {
    background-color: #10559b40;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 2s ease;
    z-index: 9;
}

.team-box-style1 .team-icon i {
    position: absolute;
    top: 34%;
    left: 46%;
    margin: 0 auto;
    font-size: 35px;
    opacity: 0;
    transition: all 2s ease-in-out;
}

.team1-box-hover .team-box-style1:hover .team-icon i {
    opacity: 1;
    transition: all 2s ease-in-out;
    color: #fff;
}

/* .team1-box-hover .team-box-style1.team-icon a:hover {
    color: #10559b!important;
} */


/**************************************************INFRASTRUCTURE-PAGE*************************************/

/* .infra-section-button.greadient-div .common-heading-main-div h6 {
    font-size: 40px;
    color: #000;
} */

.infra-section-button .common-btn-main-div.button-infra {
    position: absolute;
    left: calc(100% - 32%);
    top: -66px;
    background: #fff;
    padding: 8px 18px;
}
 
.infra-section-button.greadient-div {
    border-top-width: 10px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-image: linear-gradient(to right, #10559b, #10559b) 200;
    margin-top: 100px;
    position: relative;
} 

.infra-section-button.greadient-div .common-heading-main-div {
    display: inline-block;
    position: absolute;
    top: -32px;
    background-color: #fff;
    padding: 0 20px;
}




/* .ami-infra-imgbox {
    background-color: #10559bdb;
    padding: 15px;
} */

/* .img-color-box {
    padding: 0;
    width: 53%!important;
}

.ami-infra-imgbox img {
    height: 340px;
    width: 910px;
}
*/

/* .content-color-box {
    background: #a2c7fb9c;
    width: 49.1%!important;
} */

/* .infra-content-box2 {
    padding: 100px 30px!important;
} */

.infra-title {
    font-size: 35px;
    font-weight: 600;
}

.row-padd-right {
    padding-left: 12px;
}

.row-flex-dirc {
    margin-left: 0;
}

.product-content {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0);
}


.img-content-col2 {
    box-shadow: 0px 0px 2px 0px rgb(0 0 0);
    background-color: #10559b;
    padding: 58px 30px 58px 30px!important;

}
.img-content-col2 img {
    padding: 15px;
    border: 3px solid #000;
    background-color: #fff;
}

.img-content-col2 .common-btn-main-div .btn {
    background-color: #000;
    bottom: 40px;
}

.img-content-col2 .common-btn-main-div .btn:hover {
    background-color: #fff;
    border: 1px solid #000;
}

ul.amiproduct-list-item li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

/* .product-section {
    background-color: #00000033;
    margin-top: 100px;
} */

.infra-content-box2 {
    padding: 40px 20px 37px 28px!important;
    background: #a2c7fb9c;
}

/* 
.infra-desci {
    padding-left: 30px;
} */

/* .infra-content-box2 {
    background: #00000021;
} */


 /************************************PRODUCT-SERVICES-BOX-STYLE1*******************************************/




 .team1-box-hover .product-servicesbox-style1.team-box-style1:before {
    content: unset;
} 

.product-servicesbox-style1 {
    padding: 10px;
    transition: all .5s ease-in-out;
    margin: 10px 0 0 0;
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.20);
} 

    .product-servicesbox-style1.team-box-style1 .imgwrap:before {
        background-color: #00000054;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all 2s ease;
        z-index: 9;
    }

/* .product-servicesbox-style1 .tm-service-icon {
    opacity: 0;
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    line-height: 83px;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
} */

.product-servicesbox-style1 .product-services-icon {
    background-color: #10559b;
    width: 90px;
    height: 80px;
    color: #fff;
    font-size: 41px;
    text-align: center;
    padding: 8px;
    position: absolute;
    bottom: 28%;
    /* opacity: 0; */
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    top: auto;
    left: 10px;
}

.product-servicesbox-style1 .product-services-icon i {
    color: #fff;
    /* z-index: 9;
    position: relative; */
}

.product-servicesbox-style1:hover .product-services-icon {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.product-services-icon i {
    color: #fff;
}

.product-servicesbox-style1:hover .team-icon i {
    position: absolute;
    bottom: -17px;
    top: auto;
    color: #10559b;
    opacity: 1;
    bottom: -50px;
}

.product-servicesbox-style1:hover .team-icon a {
    transition: 0.5s;
}

.product-servicesbox-box-hover .product-servicesbox-style1 {
    position: relative;
}

.product-servicesbox-style1 .product-services1.hover1 {
     position: relative; 
    overflow: hidden;
    border: 0;
}

.product-servicesbox-style1 .imgwrap {
    position: relative;
}

.product-servicesbox-style1 img {
    transition: all 2s ease-in-out;
}

.product-servicesbox-box-hover .services-icon a {
    position: relative;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
     opacity: 0; 
    background-color: #10559b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
    font-size: 13px;
}

.product-servicesbox-box-hover:hover .services-icon a {
    opacity: 1;
    bottom: 20px;
    transition: all .5s;
}

.product-servicesbox-box-hover .services-icon a:hover {
    background-color: #000;
    transition: all .5s;
}

.product-servicesbox-box-hover .product-servicesbox-style1:hover {
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.7);
    transition: all 2s ease-in-out;
}

 /************************************MEDIA*******************************************/

.video-col1 .img-fluid {
    height: 400px!important;

}

.bg-color {
    background-color: #10559b;
    padding-bottom: 100px;
}

.icon-box-style1 .imgwrap {
    width: 180px;
    height: 180px;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
    border-radius: 50%;
    box-shadow: 2px 0px 12px 0px rgb(0 0 0 / 88%);
    background-color: #fff;
    transition: all 1s ease;
}

.icon-box-style1 {
    position: relative;
    top: -60px;
}

.icon-box-style1 .imgwrap:hover {
    background-color: #000000db;
    border: 2px solid #000;
    border-radius: 50%;
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.5);
}

.icon-box-style1 .imgwrap:hover img {
    filter:invert(20%) sepia(77%) saturate(2481%) hue-rotate(198deg) brightness(87%) contrast(87%);
    transition: all 1s ease;


}

.gallary-box-style1 .imgwrap:hover {
    /* transition: all 2s ease-in-out;
    margin-top: -20px;
    transform: none; */
    transition: all 2s ease-in-out;
     transform: none; 
    overflow: hidden;
    position: relative;
    padding: 0!important;
}

.gallary-box-style1 .imgwrap img:hover {
    transform: scale(1.1);
    transition: all 2s ease-in-out;
}

.gallary-box-style1 .imgwrap img {
    transition: all 2s ease-in-out;
}

.gallary-box-style1 .imgwrap {
    transition: all 2s ease-in-out;
    overflow: hidden;
}

.gallry-pad {
    padding-top: 20px;
}

.why-list-item ul {
    padding-left: 1.4rem;
}

.why-list-item li {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}


/************************************************************image-content************************************************/

.research-col1-bg-clr {
    background-color: #10559be6;
    position: relative;
    left: 12px;
    z-index: 1;
    
}

/* .research-img-col2 .img-fluid {
    border-radius: 50%;
     height: 500px!important;
    object-fit: cover; 
    position: relative;
    right: 55px;
    float: right;
    
} */

.research-body-color {
    /* background-color: #000000d9; */
    /* margin-top: 100px;
    background: linear-gradient(#000000d9, #10559b8f); */
    padding-bottom: 50px;
}

.research-col1-bg-clr .common-para-text {
    color: #000;
    margin-bottom: 35px;
    line-height: 32px;
}

.research-col1-bg-clr.col2-right {
    left: -70px;
    background-color: #000000bf
}

.research-img-col2.col1-left .img-fluid {
    right: -45px;
}

.ami-map-section img {
    width: 100%;
}

.search-slider-style1-section {
    margin-bottom: 100px;
}

.why-list-item ul {
    padding-left: 1.4rem;
}

/*********SLIDER************/
/* 
.search-slider-style1 .slider-content-box {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: -51px 60px 5px 20px;
    padding: 23px 34px 27px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);

}

.search-slider-style1 .slider-content-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #000;
    z-index: -1;
    transition: .9s;
}

.search-slider-style1:hover .slider-content-box:before {
    height: 100%;
    transition: .9s;
}

.search-slider-style1 .slider-contentbox-title {
    font-weight: 500;
    font-size: 25px;
    transition: .9s;
}

.search-slider-style1:hover .slider-contentbox-title {
    color: #fff;
    transition: .9s;
}

.search-slider-style1:hover .flat-button .primary a, .search-slider-style1:hover .flat-button .primary i {
    color: #fff!important;
    transition: .9s;
}

.search-slider-style1 .search-slider-img {
    position: relative;
    transition: all 2s ease-in-out;
}

.search-slider-style1 .search-slider-img:after {
    content: "";
    width: 100%;
    height: 0%;
    background-color:rgb(16 85 155 / 65%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .9s;
}

.search-slider-style1:hover .search-slider-img:after {
    height: 100%;
    transition: .9s;
    opacity: 1;
}

.search-slider-style1:hover .search-slider-img {
    transform: scale(1.3);
}

.search-slider-style1-section .owl-carousel .owl-nav.disabled {
    display: block!important;
    text-align: center;
}

.search-slider-style1-section .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 30px!important;
    top: 20px;
    position: relative;
    border: 1px solid #000;
    transition: all 1s ease;
    margin: 10px;
}

.search-slider-style1-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: #10559b!important;
    transition: all 1s ease;
    color: #fff;
}

.search-slider-style1-section .owl-theme .owl-dots {
    display: none;
}

.search-slider-style1-section .owl-nav {
    display: block!important;
    right: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    text-align: center;
} */



/*************************************PLANT-CARE*************************************************/
    /*
.plants-div {
 background-color: #10559b80; 
    background: linear-gradient(#000000bd, #10559bd4);
    margin-top: 90px;
}
*/
/* .plants-care-style1:hover {
     border: 1px solid #000;
} */

.plants-box-hover:hover img {
    transform: scale(1.5);
}

.plants-box-hover img {
    transition: all 2s ease-in-out;
}

.plants-box-hover .plants-care-style1:hover .team-icon i {
    opacity: 1;
    transition: all 2s ease-in-out;
    color: #fff;
}

.plants-care-style1 .team-icon i {
    font-size: 30px;
    /* position: absolute;
    top: 32%;
    left: 49%;
    margin: 0 auto;
    font-size: 30px;
    opacity: 0;
    transition: all 2s ease-in-out;
    z-index: 1; */
}

.plants-box-hover .plants-care-style1 {
    position: relative;

}

.plants-care-style1:hover .imgwrap:after {
    height: 100%;
    transition: .9s;
    opacity: 1;
}

.plants-care-style1 .imgwrap:after {
    content: "";
    width: 100%;
    height: 0%;
    background-color: rgb(16 85 155 / 75%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .9s;
}

.plants-care-style1:hover .team-icon a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all .9s ease; 
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
     transition: all .9s ease; 
}

.plants-care-style1 .team-icon a {
    position: absolute;
    top: 32%;
    right: 0;
    left: 46%;
    bottom: 0;
    height: 50px;
    width: 50px;
    /* margin: -50px auto 0; */
    z-index: 3;
    opacity: 0;
    background-color: #000;
     -webkit-transition: all .9s ease; 
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
     transition: all .9s ease; 
    transform: scale(0); 
     -webkit-transform: scale(0); 
    padding: 11px;
}

.plants-care-style1:hover .team-icon a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}

.plants-care-style1 .team-icon a:hover  {
    background-color: #fff;
}

.plants-care-style1 .team-icon a:hover i {
    color: #000!important;
}


/******************************************PLANTS*********************************************************/

.plants-section {
    padding-bottom: 90px;
    background-color: #000;
    margin-top: 90px;

}

.img-bg-style1 .icon-bg {
    width: 170px;
    transition: .5s;
    background-color: #082452;
    padding: 20px;
    margin: 0 auto;
}

/* .img-bg-style1 .imgwrap:hover {
    transition: .5s;
    background-color: #000;
} */

/******************************************EQUIPMENTS*************************************************/

.content-box {
    background-color: #000;
}

.equi-img-height img {
    height: 450px;
    object-fit: contain;
}

.content-box.content-box2 {
    background-color: #10559b;
}

/* .content-box3 {
    background-color: #00000070;
} 

.content-box.content-box2.content-box4 {
    background-color: #10559b61;
}
*/
/******************************************CHEMICALS*************************************************/

.chemical-image-box img {
    border-radius: 10px;
}

.bg-white.chemical-content-box {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 77%);
    border-radius: 15px;
    margin: 60px 0 0 -82px;
    width: calc(50% + 82px);
}

.bgimage-section {
    background: url(../../image/chemical-bg-img2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.bgimage-section:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -7%;
    width: 67%;
    height: 100%;
    background-color: var(--main-color-one);
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    background-color: #10559b;
    z-index: -1;
}

.bgimage-section .bgcolor-col2 {
    padding: 80px 15px 60px 50px!important;
}

.bgimage-section .about-content h6.title {
    font-size: 20px;
    text-transform: capitalize;
}

.chemical-img-boxstyle1 .chemical-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
}

.chemical-img-boxstyle1 .chemical-item:before {
    content: '';
    position: absolute;
    /* bottom: 8px; */
    right: 0;
    border-bottom: 150px solid #10559b;
    border-left: 150px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: -80px;

    z-index: -1;
}

.chemical-img-boxstyle1 .chemical-item:hover:before {
    /* border-bottom: 300px solid #000;
    border-left: 300px solid transparent; */
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-bottom: 200px solid #000;
    border-left: 200px solid transparent;
}

/*.chemical-img-boxstyle1 .chemical-item .feature-content
.chemical-img-boxstyle1 .feature-content {
 position: absolute;
    left: 30px;
    bottom: 45px; 
}
*/
.chemical-img-boxstyle1 .chemical-item .feature-image {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.chemical-img-boxstyle1 .chemical-item .feature-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
    background-image: -webkit-linear-gradient(left, #000000, transparent);
    background-image: -o-linear-gradient(left, #000000, transparent); */
    /* background-image: linear-gradient(90deg, #000000, transparent); */
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* border: 1px solid #000; */
}

.chemical-img-boxstyle1 .chemical-item .feature-content .subtitle {
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.chemical-img-boxstyle1 .chemical-item .feature-content .title {
    /* width: 80%; */
    width: 90%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
}

.chemical-img-boxstyle1 .chemical-item .feature-image:hover:before {
    /* background-image: linear-gradient(90deg, #10559b, transparent); */
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.chemical-img-boxstyle1 .feature-content {
    padding: 20px;
}


.thankyou .main-heading {
    font-size: 70px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    line-height: 80px;
}

.thankyou .paratext {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.thankyou .linktext {
    text-decoration: none;
    color: #314e9b;
    font-weight: 600;
}

.thankyou {
    /* background-color: #10559b9e; */
    padding: 210px 0;
}

.thankyou.padding-404 {
    padding: 210px 0; 
}

.color-blue {
    font-style: italic;
    /* color: #10559b; */
}

.why-list-item.plant-font li{
    color: #000;
}

.why-list-item.plant-font li {
    margin-bottom: 6px;
}


.plant-table-section .table-width {
    width: 60%;
    margin: 0 auto;
}

.common-btn-main-div.plant-btn-none .btn {
    display: none;
}


.about-content ul {
    margin-bottom: 0;
}

.table-width tr:nth-child(even) {
    background: #10559b0f;
}

.table-width thead tr {
    background: #10559b;
}

.table-width thead tr {
    color: #fff;
    vertical-align: middle;
}

.table-width td:hover {
    background: #00000017;
}
/* 
.about-content2 {
    position: absolute;
    left: 29%;
}

.content1-bgcolor {
    background-color: #10559bb5;
}

.about-content1 {
    position: absolute;
    right: 29%;
}

.content2-bgcolor {
    background-color: #0000004f;
} */

.minicell-section {
    position: relative;
}

.minicell-section:before {
    background-color: #10559b;
    width: 32%;
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
}

/* .about-content1 {
    background: #fff;
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.4);
}

.about-content2 {
    background: #10559b14;
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.7);
} */

.plant-align {
    align-items: center;
}

.mini-row-shadow {
    background: #fff;
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.5);
}

.title-border {
    padding-bottom: 3px;
    border-bottom: 2px solid #10559b;
    display: inline-flex;

}

.content-bgblack {
    background-color: #f3f5f9;
    margin-top: 7%!important;
}

.content1-bgcolor {
    border-right: 5px solid #000;
}

.about-content1 {
    padding: 40px 32px;

}

.about-content1 li {
position: relative;
list-style: none;
padding-left: 18px!important;
}
.about-content1 li:before {
    content: '';
    position: absolute;
    border: 3px solid #000;
    border-radius: 5px;
    left: 0;
    right: auto;
    top: 10px;
    margin: 0 auto;
}

.mini-image {
    background: #10559b;
    margin: 25px!important;
    padding: 40px!important;
}
.minicell-bg {
    background: #0000000f;
    /* border-radius: 15px; */
    padding: 60px 15px;

}

.common-btn-main-div.plant-btn-none .btn {
    display: none;
}

/* .row-plan-btn {
    margin-top: -15px;
} */

.plant-gallary-image h3 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.plant-gallary-image img, .krofta-image img {
    transition: .3s  ease-in-out;
}

.plant-gallary-image img:hover, .krofta-image img:hover {
    transition: .3s ease-in-out;
    transform: scale(1.08);
}

.about-content.chemical-parag p.common-para-text {
    font-size: 14px;
    line-height: 24px;
}


/***********************EQUIPMENTS*****************************/

.water-services-style1 .feature-content{
    position: relative;
    bottom: 40px;
    opacity: 1;
    box-shadow: 0px 0px 22px 0px #00000033;
    background: #fff;
    text-align: center;
    padding: 25px;
    /* border-radius: 5px; */
    z-index: 1;
    transition: 0.7s;
    margin: 0 28px;
    text-align: justify;
    /* overflow: hidden; */
}

.water-services-style1:hover .feature-content {
    opacity: 1;
    bottom: 396px;
    transition: 0.7s;

    /* position: relative; */
    padding-bottom: 0;
}

.water-services-style1:hover .feature-image::before, .water-services-style1:hover .feature-content:before{
    transform: scale(1.2);
}

.water-services-style1 .feature-image {
    position: relative;
    overflow: hidden;
}

.water-services-style1 .feature-image::before {
    position: absolute;
    content: '';
    background: #0000008c;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .7s;
    z-index: 1;
}

.water-services-style1:hover .paragraph {
    display: block;
    padding-top: 10px;
}

.water-services-style1 .paragraph {
    display: none;
    position: absolute;
    /* position: relative; */
    /* bottom: 40px; */
    opacity: 1;
    /* box-shadow: 0px 0px 65px 0px #00000033; */
    background: #fff;
    text-align: center;
    padding: 25px;
    /* border-radius: 5px; */
    z-index: 1;
    transition: 0.7s;
    /* margin: 0 28px; */
    text-align: justify;
    width: 100%;
    left: 0;
}

.water-services-style1 {
    overflow: hidden;
}

.maint-title {
    font-size: 24px;
    font-weight: 600;
}

/* .water-services-style1:hover .maint-title.mb-0 {
    margin-bottom: 13px!important;
} */


.section4 {
    background: #10559b99;
}

.sec-title.light h2 {
    color: #ffffff;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}

 .protect-image img {
    position: relative;
    display: block;
    background: #fff;
    border: 15px solid #fff;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);
    top: 80px;
}

/* .bag-image {
    margin-bottom: 130px;
} */

.bag-image {
    position: relative;
}

.bag-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../image/bg-image1.png);
    z-index: -1;
    
}

.text h4 {
    line-height: 30px;
}

/* .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
} */


.product-content {
    padding: 30px 30px 35px 30px!important;
}

.product-content .common-heading-main-div h3 {
    margin-bottom: 20px;
}


.choose-us-style-one-thumb {
    position: relative;
}

/**pay button**/
.choose-us-style-one-thumb img {
    border: none;
    outline: none;
    max-width: 100%;
}
.choose-us-style-one-thumb .video-play-button {
    position: absolute;
    right: -45px;
    bottom: 118px;
    overflow: inherit;
    background: transparent;
    z-index: 1;
    left: 45%;
    right: auto;
    margin: 0 auto;
    color: red;
}


/* .choose-us-style-one-thumb .video-play-button i {
    background: linear-gradient(69deg, #10559b 50%, #10559b 4%);
    color: #000!important;
    background: #ffffffc9;
} */

/* .video-play-button i {
    display: inline-block;
    background: var(--color-primary);
    height: 70px;
    width: 70px;
  
    border-radius: 50%;
   
    position: relative;
     
     font-size: 28px;
     left: 20px;
     top: -9px;
     background: linear-gradient(69deg, #10559b 50%, #10559b 4%);
    color: #000!important;
    background: #ffffffc9;
    margin: 0 auto;
} */

.video-play-button i::before {
    left: 3px;
    position: relative;
    top: 22px;
    color: #000;
}

.video-play-button .effect {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #07071e;
    opacity: 1;
    border-radius: 100%;
    left: 15%;
    top: -27%;
    z-index: -1;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    /* z-index: 0;*/
    background: linear-gradient(69deg, #10559bcc 50%, #10559b 4%);
}

.video-play-button .effect::before {
    position: absolute;
    content: "";
    width: 150px;
    /* height: 150px; */
    background: #07071e;
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.video-play-button .effect::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.choose-us-style-one-thumb .modal-dialog {
    max-width: 678px!important;
    min-height: 100px!important;
    top: 24%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: auto;
}
.choose-us-style-one-thumb .modal-body {
    padding: 12px!important;
}
.choose-us-style-one-thumb .modal-content {
   
    border-radius: 0!important;
}

.choose-us-style-one-thumb .video-button {
width: 90px;
height: 90px;
opacity: 1;
border-radius: 100%!important;
left: 45%;
top: 37%;
/* z-index: -1; */
-webkit-animation: video-play 1500ms ease-out infinite;
animation: video-play 1500ms ease-out infinite;
background: linear-gradient(69deg, #10559bcc 50%, #10559b 4%);
position: absolute;
margin: 0 auto;
}

.choose-us-style-one-thumb i {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: relative;
    font-size: 28px;
    left: -3px;
    color: #000!important;
    background: #ffffffc9;
    margin: 0 auto;
    top: 3px;
}

.choose-us-style-one-thumb .fa-play:before {
    position: relative;
    top: 21px;
}

.choose-us-style-one-thumb .btn-close {
    position: absolute;
    opacity: 1!important;
    top: -33px;
    right: 0;
    filter: invert(100%) sepia(3%) saturate(1%) hue-rotate(248deg) brightness(118%) contrast(100%);
}

/******************heDER*****************/

.dropdown-menu li {
    position: relative;
    list-style: none;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }

    .dropdown-toggle.plan-drop  {
        border: 0;
        background: transparent;
        color: #000!important;
        line-height: 40px!important;
        font-size: 16px !important;
        text-transform: capitalize;
        padding-left: 18px !important;
    }

    .main-navbar-div .navbar .dropdown-menu.dropdown-submenu {
        position: absolute;
        left: 250px;
        top: 50px;
    }

/****/


/* 

.dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    } */

  
    .main-navbar-div .navbar .dropdown .dropdown-menu .plan-drop2 {
        display: none;
    }
    .main-navbar-div .navbar .dropdown:hover .dropdown-menu .plan-drop2 {
        display: block;
    }


    .ami-header-dropdown .dropdown-box-div {
        width: 685px !important;
        max-width: 685px !important;
        left: -234px!important;
        
    }
    .ami-header-dropdown .drop-down-menu-img-div img {
        width: 400px;
        height: 250px;
    }


    .ami-header-dropdown .dropdown-item {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .ami-header-dropdown ul.nav {
        padding: 35px 10px;
    }

    .ami-header-dropdown li.plant-title {
        font-size: 20px;
        font-weight: 600;
    }

    .ami-header-dropdown .dropdown-item:hover {
        color: #10559b!important;
    }

    .fixed-nav .ami-header-dropdown .dropdown-toggle {
        color: #fff !important;
    }


    /* .about-div {
        background-color: #a2c7fb;
    } */

    .about-div {
        position: relative;
        /* background-image: url(../../image/home-water-effect.png);
       
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        top: -306px; */
    }

    .about-div:before {
        content: '';
        position: absolute;
       
        width: 100%;
        /* height: -webkit-fill-available; */
         min-height: 685px;
        /* z-index: -1; */
        top: -38%;
        background: #c1ddfd;
    }

   /* .banner-image-title1 .carousel-caption h2 {
        font-size: 80px;
        line-height: 95px;
       
    } */

  .banner-image-title2 .carousel-caption h2 {
        left: 14%;
    }
    .slider .banner-image-title1 .carousel-caption.center-div {
        top: 27%;
        left: -43%;
    }

    .slider .banner-image-title2 .carousel-caption.center-div {
        left: 37%;
        top: 27%;
    }
    p.banner-para {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

   /* .slider .banner-image-title1 .carousel-caption.center-div {
    right: 44%;
}
.slider .banner-image-title2 .carousel-caption.center-div {
    right: 44%;
} */

    .slider .carousel-caption {
        color: #000;
    }

    .about-sec {
        margin-top: -130px!important;
       
    }

    footer:before {
        /* height: -webkit-fill-available; */
        content: '';
        position: absolute;
        background: #c1ddfd;
        width: 100%;
        /* height: 100%; */
        z-index: -1;
        bottom: auto;
            
        min-height: 86%;
        top: 22%;
    }

    /* .ami-footer-bg {
        margin-top: -7%;
        padding-bottom: 80px;
        padding-top: 6%;
    } */

    .home-div-img {
        margin-top: -134px;
    }
    
    .slider .carousel-inner {
        margin-top: 85px;
    }


    .ami-pad-botm {
        padding-bottom: 90px;
    }
    .services-box-style1 .desc {
        padding-top: 32px!important;
        padding-bottom: 20px!important;
        
    }
    
    .common-btn-main-div.home-btn2 .btn {
        width: 181px;
    }
   
    .services-box-style1 .product-none-btn {
        display: none!important;
    }
/***********************INQUIRY***********************/



 /************************************RESPONSICE*******************************************/

 @media (max-width:1875px) {

    .amiwater-contactform-style1 {
    
        padding: 50px 35px 50px 40px!important;
        position: relative;
        left: -30%;
        width: calc(100% + 153px);
    }

    .about-div:before {
        min-height: 610px;
        top: -28%!important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1660px) {
.about-div:before {
    top: -22%!important;
    min-height: 575px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {   
.about-div:before {
    min-height: 575px;
    top: -12%!important;
  }

}

@media (max-width:1600px) {

    .amiwater-form-content .form-content {
        width: 68%;
        margin-left: 10px;
    }

    /* .research-col1-bg-clr {
        left: 10px;
    } */

    /* .research-img-col2 .img-fluid {
        right: 0!important;
        border-radius: 0!important;
    } */

    /* .research-col1-bg-clr.col2-right {
        left: -10px;
    } */

    .research-img-col2.col1-left .img-fluid {
        right: -10px!important;
    }
    
    .chemical-img-boxstyle1 .chemical-item:before {
        content: unset;
    }

    /* .ami-infra-imgbox img {
        object-fit: cover;
        height: 274px;
    } */

    .col-lg-3.client-width1, .col-lg-3.client-width2, .col-lg-3.client-width3, .col-lg-3.client-width4:last-child {
        padding: 0 10px;
    }

    .plant-table-section .table-width {
        width: 80%!important;
    }

    .plant-table-section .table-width.plan-table2 {
        width: 100%!important;
    }

    .protect-image img {
        top: -11px;
    }
    /* .bag-image {
        margin-bottom: 60px;
    } */
    .slider .banner-image-title1 .carousel-caption.center-div, .slider .banner-image-title2 .carousel-caption.center-div {
        top: 16%;
     
    }

    .home-div-img {
        margin-top: -150px;
    }
}


@media (max-width:1400px) {
.container {         
    max-width: 1140px !important;    
} 

.chemical-img-boxstyle1 .chemical-item .feature-content .title {

    width: 100%;

}


ul.amiproduct-list-item li {
    font-size: 16px;
    line-height: 26px;
  }

 /* .video-play-button i {
    left: 0;
  }
   .choose-us-style-one-thumb .video-play-button {
    right: auto;
} */
.home-div-img {
    margin-top: -95px;
}

.choose-us-style-one-thumb .video-play-button {
    bottom: 93px;
}

.services-box-style1 .desc {
    padding-bottom: 23px!important;
    padding-top: 32px!important;
}

.services-box-style1 .desc.card1-width {
    padding-bottom: 7px!important;
    padding-top: 22px!important;
}

br.hide-mobile {
    display: none;
}

.services-box-style1 .flat-button button.btn.primary {
    display: none;
}

.services-box-style1 .flat-button.product-btn {
    display: none!important;
    margin-top: 10px;
}

.services-box-style1 .product-none-btn {
    display: block!important;

}
/* .about-div:before {
    min-height: 700px;
    height: 100%;
} */
/* .about-div::before {
    min-height: 100%;
} */
/* .button-none .common-btn-main-div .btn {
    display: none;
} */

/* .services-box-style1 .desc {
    padding-top: 28px!important;
    padding-bottom: 17px!important;
} */


/* .water-services-style1:hover .feature-content {
    padding: 15px;
    margin: 0 15px;
    bottom: 337px;
}

.water-services-style1:hover .paragraph {
   
    padding: 10px 19px;
    font-size: 14px;
} */

}

 @media (max-width:1200px) {

     .service1-pe {
          padding-right: 7px!important;
     }
     
     .service2-px {
          padding-right: 2px!important;
          padding-left: 7px!important;
     
     }
     .service3-ps {
          padding-left: 12px!important;
     }

     /* .flat-button .primary a {
          font-size: 15px;
        } */
        
        .common-heading-main-div h4 {
          font-size: 20px;
        }
        
        .flat-button .primary i {
          bottom: 0;
          left: 4px;
        }

        /* .logo-ami img {
            width: 150px;
            top: 16px;
        } */
        .amiwater-contactform-style1 {
            width: calc(100% + 130px);
        }

        .amiwater-form-content {
            padding-bottom: 140px;
        }

        .product-servicesbox-style1 .product-services-icon {
            display: none;
          }

          .icon-box-style1 {
            top: 60px;
        }

        .gallry-pad {
            padding-top: 115px;
        }

        .equi-img-height img {
            height: auto;
        }

        .content-box.p-4 {
            background-color: transparent;
            padding: 0 10px!important;
        }

        .res-content-box {
            background-color: #000000;
            padding: 35px 30px 50px;
        }

        .content-box.px-4.content-box2 {
            background-color: transparent;
            padding: 0 10px!important;
        }

        .res-content-box2 {
            background-color: #10559b;
            padding: 35px 30px 50px;
        }

        .content-box2 .res-content-box {
            background-color: #10559b;
        }

        /* .content-box3 .res-content-box {
            background-color: #00000070;
        } */

        .bg-white.chemical-content-box {
            margin: 0;
            width: 50%;
        }

        .chemical-content-box .common-heading-main-div h3 {
            font-size: 28px;
            line-height: 38px;
        }

        .bgimage-section:before {
            right: -8%;
            width: 70%;
        }

        
    .research-col1-bg-clr .common-para-text {
        margin-bottom: 25px;
    }

    .plant-table-section .table-width {
        width: auto!important;
    }

    .ami-padd-topbottom {
        padding: 55px 0 0;
    }

    /* .water-services-style1 .feature-content {
        padding: 20px;
        margin: 0 22px;
        bottom: 35px;
    } */

    .maint-title {
        font-size: 20px;

    }

    .infra-content-box2 {
        padding: 25px;
    }

    .slider .banner-image-title1 .carousel-caption.center-div {
        top: 20%!important;
          left: 15px!important;
        right: auto;
        text-align: left;
      }
      
      .slider .banner-image-title2 .carousel-caption.center-div {
        left: auto!important;
          top: 20%!important;
          right: 15px;
          float: right;
          text-align: right;
      }

      .home-div-img img {
        display: none;
    }
    .home-div-img {
        margin-top: 0;
    }

    .about-sec {
        margin-top: 0!important;
        padding-top: 50px;
    }
    .about-div:before { 
        top: 0!important;
        min-height: 100%;
    }
    /* .carousel-control-next, .carousel-control-prev {
        display: none!important;
    } */
    footer { 
        background-image: none;
    }
    footer:before {
        top: 0;
        min-height: 100%;
    }

    footer {
        padding: 5% 0 0;
    padding-bottom: 60px;
    margin: 0;
    }

    .bg-img-section {
        padding-top: 60px;
        padding-bottom: 65px
    }

    .choose-us-style-one-thumb .video-play-button {
        bottom: 157px;
      
    }

    .ami-pad-botm {
        padding-bottom: 40px;
    }

    .flex-dire-coll {
        flex-direction: column-reverse;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 45px !important;
        height: 45px;
        top: auto !important;
        bottom: 18px!important;
    }
    
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 25px!important;
        height: 25px!important;
      }
      
    /* .water-services-style1 .paragraph {
       
        position: relative;
    } */

        /* .research-img-col2 .img-fluid {
            left: 10px;
        } */

 }


 @media only screen and (min-width: 576px) and (max-width: 767px) {    

 /* .services-box-style1 .imgwrap {
     width: 85%;
 } */
}

@media (max-width:992px) {

    .logo-ami img {
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }
}

@media (max-width:991px) {
        
        /* .common-heading-main-div h4 {
          font-size: 15px;
        } */
        
        /* .flat-button .primary a {
          font-size: 13px;
      } */

      .bg-img-section {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .color-white {
        left: 15px;
    }

    /* .fixed-nav .header-menu-div {
        padding: 0 0 36px 0px;
    } */
    .color-white {
        filter: brightness(10) invert(1) !important;
        left: 15px;
        position: relative;
    }
    .main-navbar-div nav .nav-item.google-translate {
        top: 3px;
    }
    .header-menu-div {
        padding: 0 0 13px 0px;
    }
    .fixed-nav .header-menu-text {
        color: #000!important;
    }

    .top-header-one {
        padding-bottom: 0;
    }

    .logo-ami img, .main-navbar-div.fixed-nav nav .navbar-brand img  {
        background: #fff;
        padding: 8px;
        border-radius: 5px;
    }

    /* .main-navbar-div.fixed-nav nav .navbar-brand img {
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    } */

    .main-navbar-div.fixed-nav nav .navbar-toggler {
        border: 2px solid #fff;
    }
    .fixed-nav .navbar-toggler-icon {
        filter: brightness(0) invert(1) !important;
    }

    .amiwater-form-content .form-content {
        width: inherit;
        margin-left: 0;
    }

    .amiwater-form-content {
        padding: 60px 0;
    }
    .amiwater-form-content .form-content {
        padding: 40px 25px;
    }

    .amiwater-contactform-style1 {
        width: inherit;
            left: 0;
        padding: 35px 25px!important;
        margin: 0;
    }

    .col2-bgcolor, .amiwater-form-content {
        padding: 40px 0;
    }

  
    .team-box-style1 .team-icon i {
        display: none;
    }

    .about-us-section1 .image-left {
        padding: 61px 0 60px 40px;
    }

    .content-color-box {
        width: initial!important;
        /* background: transparent;   */
    }

    /* .infra-content-box2 {
        background: #00000021;
    } */

    .row-flex-dirc {
        flex-direction: column-reverse;
    }

    /* .ami-padd-topbottom {
        padding-bottom: 25px;
    } */

    .common-heading-main-div h3 {
        margin-bottom: 25px;
    }

    .icon-box-style1 {
        top: 20px;
    }

    .icon-box-style1 .imgwrap {
        width: 160px;
        height: 160px;
    }

    .research-col1-bg-clr, .research-col1-bg-clr.col2-right {
        left: 0!important;
    }
    
    .research-img-col2 .img-fluid {
        left: 12px;
        position: relative;
    }
    .row.col-direction {
        flex-direction: column-reverse;
    }
    
    .research-body-color {
        margin-top: 20px;
        padding-bottom: 0;
    }

    /* .ami-map-section .ami-padd-topbottom {
        padding-top: 0;
    } */

    .gallry-pad {
        padding-top: 55px;
    }

    .plants-section {
        padding-bottom: 0;
        margin-top: 0;
    }

    /* .product-section {
        margin-top: 50px;
    } */

    .bg-white.chemical-content-box {
        margin: 50px 0 0 0;
        width: 100%;
    }

    .common-heading-main-div h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .bgimage-section .bgcolor-col2 {
        padding: 50px 40px 40px 50px!important;
    }

    .bgimage-section:before {
        right: 0;
        width: auto;
        transform: skew(0deg);
        margin: 20px!important;
        left: 0;
        height: 92%;
    }

    .chemical-img-boxstyle1 .chemical-item .feature-image img {
        width: 470px;
    }

    .chemical-img-boxstyle1 .chemical-item .feature-image {
        margin-bottom: 20px;
    }

    .thankyou .main-heading {
        font-size: 37px;
        line-height: 47px;
        margin-bottom: 15px;
    }

    .thankyou .paratext {
        font-size: 18px;
        line-height: 28px;
    }

    .thankyou {
        padding: 155px 0 90px;
    }

    footer {        
        padding-top: 55px;        
        padding-bottom: 50px;    
    }   

    .bg-color-section1 .ami-padd-topbottom {
        padding-bottom: 55px;
    }

    .amiwater-header-style1 .dropdown-item {
        color: #000;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .amiwater-header-style1 button#dropdownMenuButton1 {
        padding-bottom: 6px;
        padding-top: 6px!important;
    }

    .main-navbar-div.amiwater-header-style1 .nav-item  {
        padding-top: 6px !important;
        padding-bottom: 5px!important;
    }

    .amiwater-header-style1 .dropdown-item.border1 {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    /* .main-navbar-div .navbar .dropdown-menu {    
           padding: 0;
    } */

    /* .ami-infra-imgbox img {
        height: inherit;
    } */

    .infra-section-button .common-btn-main-div.button-infra {
        left: auto;
        right: 0;
    }

    .main-navbar-div.amiwater-header-style1 .navbar .dropdown-menu {    
        border-top: 1px solid #000!important;
        border: none;
        background-color: #10559b2e;
        border-radius: 0;
    }

    .ami-header-dropdown .dropdown-item:hover {
        color: #000!important;
    }
    .mini-image {
        margin: 0!important;
        padding: 20px!important;
    }

    .mini-row-shadow .about-content1 {
        padding: 30px 10px 0;
    }

    .content1-bgcolor {
        border-right: 0;
    }

    .minicell-section:before {
        width: 100%;
    }


    .rain {   
    width: 90%!important;

    }
    /* .water-services-style1:hover .feature-content {
        bottom: -20px!important;
        margin: 0 0 35px 0;
        padding: 0!important;
        padding-bottom: 20px!important;
      } */
      
      .water-services-style1 .paragraph {
        padding: 0!important;
        position: relative!important;
        box-shadow: none;
        display: block!important;
      }
      
      .water-services-style1 {
        overflow: inherit!important;
      } 

      .amiwater-header-style1 .dropdown-item.border1 {
        border-top: 0;
        border-bottom: 0;
    }
    .ami-header-dropdown ul.nav {
        padding: 15px;
    }

    .ami-header-dropdown .dropdown-box-div {
        width: 100%!important;
        max-width: 100%!important;
    }

    .main-navbar-div.amiwater-header-style1 .navbar .dropdown-menu {
        padding: 15px 4px 15px 15px !important;
    }
    .amiwater-header-style1 .plant-title ul {
        padding-left: 25px;
    }
    /* .chemical-img-boxstyle1 .chemical-img4 .feature-content {
      
        margin-top: -4px;
    } */

    .fixed-nav nav .color-white {
        filter: brightness(10) invert(1) !important;
    }
    .fixed-nav .ami-header-dropdown .dropdown-toggle {
        color: #000!important;
    }

    .slider .carousel-inner {
        margin-top: 76px;
    }
    .services-box-style1 .common-para-text { 
        font-size: 17px;
    }

    .services-box-style1 .desc.card1-width {
        padding-bottom: 15px!important;
        padding-top: 22px!important;
    }
    .services-box-style1 .common-para-text {
        font-size: 16px;
    }
    .thankyou.padding-404 {
        padding: 150px 0 80px;
    }
    .top-header-one {
        height: 77px;
    }

    .img-content-col2 {
        padding: 20px!important;
    }
    .banner-image {
        margin-top: 76px;
    }
}

@media (max-width:767px) {

     .common-heading-main-div h4 {
          font-size: 22px;
     }

     /* .flat-button .primary a {
          font-size: 15px;
      } */

      .service1-pe {
          padding-right: 0!important;
     }

     .service2-px {
          padding: 0!important;
      }
     
      .service3-ps {
          padding-left: 0!important;
      }

      
      /* .bg-img-section {
        background-image: url(../../image/tablet-view.jpg);
    } */
   
    .carousel-caption h2 {
        font-size: 40px;
        line-height: 55px
    }
    
.slider .carousel-caption.center-div {
    top: 42%;
}
.carousel-control-next, .carousel-control-prev {
    top: 45%!important;
}

.contact-banner-image {
    padding-top: 170px;
    padding-bottom: 90px;
}

.contact-banner-image h1 {
    font-size: 40px;
    line-height: 50px;
}

.team1-box-hover .team-box-style1:before {
    border: 0;
}

.about-us-section1 .image-left:before {
    border: 15px solid #000;
    width: 100%;
}

.about-us-section1 .image-left img {
    border-radius: 0;
}

.about-us-section1 .image-left {
    padding: 30px;
}
.product-servicesbox-box-hover .services-icon a {
    display: none;
}
.search-slider-style1 .slider-content-box {
    margin: -42px 10px 5px 10px;
    padding: 15px;
}
.search-slider-style1 .slider-contentbox-title {
    font-size: 20px;
}

.bgimage-section:before {
    height: 93%;
}

.chemical-img-boxstyle1 .chemical-item .feature-image img {
    height: 400px!important;
    object-fit: cover;
    width: 950px;
}

.chemical-img-boxstyle1 .chemical-item .feature-content {
    bottom: 70px;
}
/* 
[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: inherit!important;
} */

.aos-animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

.search-slider-style1 .flat-button .primary a {
    font-size: 15px;
}

.chemical-img-boxstyle1 .chemical-img4 .feature-content {

    padding-top: 0;
}

.col-width {
    width: auto!important;
}


.chemical-img-boxstyle .common-heading-main-div h3 br {
    display: none;
}

.water-services-style1 .feature-image::before {
    background: transparent;
}

.slider .banner-image-title2 .carousel-caption.center-div, .slider .banner-image-title1 .carousel-caption.center-div {
    left: 0!important;
    top: 63%!important;
    right: 0;
    float: right;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
}
.banner-para br {
    display: none;
}

.slider .banner-image-title2 .carousel-caption.center-div.minicel-box {
    top: 68%!important;
}

p.banner-para {
    font-size: 16px;
    line-height: 26px;
}
.water-services-style1 .feature-content {
    bottom: -2px!important;
    margin: 20px 0 0 0!important;
}

.services-box-style1 .desc {
    width: 600px;
    padding-top: 0!important;
}

.services-box-style1 .desc.card1-width {
  
    padding-top: 0!important;
}

.header-menu-text, .ami-header-dropdown .dropdown-toggle {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* .main-slider-section.slider .Imgwrap {
    padding-bottom: 175px;
} */

/* 
      .bg-img-section {
        background-image: none;
      } */
}


@media (max-width:576px) {

     

      .flat-button button.btn.primary {
          padding-right: 7px;
      }

    .common-heading-main-div h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .bg-img-section .imgwrap img {
         width: 250px;
    }

    /* .header-menu-div {
        padding: 0 0 50px 0px;
    } */

    .launage-icon-div.google-translate #google_translate_element_header {
        bottom: 0;
        left: 0px;
        line-height: 25px;
        position: inherit;
        padding: 8px 15px 0;
    }
    .carousel-caption h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 45%!important;
        /* display: none!important; */
    }
    .footer-common-link-div p.common-para-text br {
        display: none;
    }
    .common-heading-main-div h3 {
        margin-bottom: 20px;
    }

    /* .ami-infra-imgbox {
        padding: 20px;
    } */

    .infra-title {
        font-size: 25px;
        line-height: 35px;
    }

    .research-body-color {
        padding-bottom: 0;
    }

    .res-content-box {
        padding: 20px;
    }

    .bgimage-section:before {
        height: 96.3%;
    }

    .banner-image h1 {
        font-size: 35px;
        line-height: 45px;

    }

    .research-img-col2 {
        padding-right: 20px!important;
    }

    .search-slider-style1 .slider-content-box {
        padding: 15px 0 15px 12px;
    }

    .infra-section-button.greadient-div {
        border-top-width: 0;
    }

    .infra-section-button .common-btn-main-div.button-infra {
        position: inherit;
        display: flex;
        justify-content: center;
    }

    .infra-section-button.greadient-div {
        margin-top: 50px;
    }

    .infra-content-box2 {
        padding: 20px;
    }

    .ami-padd-topbottom.infra-padding {
        padding-top: 35px;
    }

    .research-body-color {
        margin-top: 0;
    }

    .amiwater-header-style1 .goog-te-gadget {
        white-space: pre-wrap !important;
    }

    .splat, .stem {
        width: 0!important;
        height: 0!important;
    }

    .research-img-col2 .img-fluid {
        left: 10px;
    }
    .product-content {
        padding: 20px!important;
    }

    ul.amiproduct-list-item li {
        font-size: 16px;
        line-height: 26px;
    }

    ul.amiproduct-list-item {
        padding-left: 25px;
    }
    .ami-header-dropdown ul.nav {
        padding-left: 0;
    }

    .ami-header-dropdown .dropdown-item {
       
        margin-bottom: 0;
    }

    .slider .banner-image-title2 .carousel-caption.center-div {
    
        /* top: 55%!important; */
        top: 48%!important;
    }

    .slider .banner-image-title1 .carousel-caption.center-div {
    
        /* top: 52%!important; */
        top: 57%!important;
    }

    .banner-image-title1 .Imgwrap {
        padding-bottom: 100px;
    }

    .slider .banner-image-title2 .carousel-caption.center-div.minicel-box {
        /* top: 61%!important; */
        top: 57%!important;
        
    }

    .slider .banner-image-title1.equipment-title .carousel-caption.center-div {
    
    top: 52%!important;
}
    .minicel-box .Imgwrap {
        padding-bottom: 100px;
    }


    .choose-us-style-one-thumb i {
        height: 52px;
        width: 52px;
        font-size: 21px;
        left: -4px;
        top: 2px;
    }

    .choose-us-style-one-thumb .video-button {
        width: 70px;
        height: 70px;
        left: 0;
        right: 0;
        bottom: 0px;
        top: 35px;
    }

    .choose-us-style-one-thumb .fa-play:before {
        top: 17px;
    }

    .Imgwrap.minicell-img {
        padding-bottom: 130px;
    }

    .megacell-img {
        padding-bottom: 120px;
    }

    .slider .banner-image-title2.megacell-img .carousel-caption.center-div {
        top: 58%!important;
    }

    .about-sec .common-para-text.text-font {
        font-size: 16px;
    }

    .card1-width {
        width: 82%;
    }

    
  .services-box-style1 .desc {
    width: inherit;
     text-align: center;
     padding-top: 20px!important;
 }
 .services-box-style1 .desc.card1-width {
  
    padding-top: 20px!important;
}


.ms-3.home-btn2 {
    margin-left: 0!important;
}


/* .button-flex {
    display: grid;
} */

.main-navbar-div.amiwater-header-style1 .navbar .dropdown-menu {
    padding-bottom: 0!important;
}

.infra-section-button .common-btn-main-div.button-infra {
    padding: 0;
}
.carousel-control-next, .carousel-control-prev {
    width: 30px !important;
    height: 30px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px!important;
    height: 20px!important;
  }

.about-sec {
    margin-top: -45px!important;
}
} 
@media (max-width: 420px) {
    .about-sec {
        margin-top: 0!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {    

.chemical-img-boxstyle1 .chemical-item .feature-content .title {
    font-size: 20px;
}

p.banner-para {
    font-size: 18px;
    line-height: 28px;
}

.thankyou.padding-404 {
    padding: 190px 0 100px;
  }


}


@media only screen and (min-width: 1200px) and (max-width: 1440px) {   
    p.banner-para {
        font-size: 17px;
        line-height: 27px;
    }
    footer::before {
        top: 16%;
      }
}    


