/* ================================================================================ */
/* ================================================================================ */

/****************** TABLE OF CONTENTS ****************** 

01. Common Css
02. Nav css
03. Home css
04. about sai css
05. why choose sai css
06. industrie fouce css
07. About sai css
08. milestone css
09. Footer css

Home page end line 956 


****************************************************** /

/* ================================================================================ */
/* ================================================================================ */



/* ----------------------------------------- */
/* 01. COMMON CSS START */
/* ----------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
}

body {
    font-family: 'Work Sans', sans-serif;
    color: #686777;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #070337;
    margin-top: 0px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    letter-spacing: 0.9px;
}

img {
    max-width: 100%;
    height: auto;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.black-bg {
    background-color: #222429;
}

.gray-bg {
    background-color: #f0f0f0;
}

.sub-heading {
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 40px;
}

.sub-heading span {
    color: #EC8B5E;
}

.sub-heading-b {
    color: #222429;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 40px;
}

.sub-heading-b span {
    color: #EC8B5E;
}

.para {
    color: #e2e2e2;
    line-height: 1.7;
    font-size: 16px;
    width: 90%;
}

*::-moz-selection {
    background: #7127ea;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #7127ea;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #7127ea;
    color: #ffffff;
    text-shadow: none;
}

/* ----------------------------------------- */
/* 02. NAV CSS START */
/* ----------------------------------------- */


.navbar {
    background-color: rgba(0, 0, 0, 0) !important;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-function: ease-in-out;
}

.navbar-dark {
    background-color: #222429 !important;
    color: #ffffff !important;
    box-shadow: 0px 3px 20px 0px rgb(136 136 136 / 11%);
    border-bottom: 1px solid rgb(71, 71, 71);
}

.navbar-collapse, .navbar-nav, .nav-item {
    color: inherit !important;
}

.navbar {
    width: 100%;
    padding: .6rem 1rem;
    /* background-color: transparent; */
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.sai-log {
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-pd {
    padding: 0 65px;
}

.fa-bars {
    color: #3b5774;
    font-size: 25px;
}

.fa-regular {
    font-weight: 700 !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand img {
    width: 100px;
    /* mix-blend-mode: multiply;
    filter: contrast(1); */
}

.nav-item {
    margin: 0 20px;
}

.nav-link {
    color: #fff;
    font-size: 17px;
}

.nav-item .nav-link:hover {
    color: #EC8B5E;
}

.contact-btn {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.7rem 1rem !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #EC8B5E;
    color: #EC8B5E;
}

.contact-btn span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.contact-btn::before,
.contact-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-btn::before {
    content: "";
    background: #1B1D20;
    color: #EC8B5E;
    width: 130%;
    left: -13%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.contact-btn:hover span {
    color: #1B1D20;
}

/* .contact-btn:focus {
    color: ghostwhite;
} */

.contact-btn:hover::before {
    transform: translate3d(100%, 0, 0);
}


/* ----------------------------------------- */
/* 03. HOME CSS START */
/* ----------------------------------------- */

.home-section {
    width: 100%;
    height: 100vh;
    padding-top: 70px;
    position: relative;
    display: flex;
}

/* .home-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/home-banner.jpg') no-repeat;
    background-size: cover;
} */

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222429;
    opacity: 0.7;
    z-index: 1;
}

.home-bg-video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home-bg-video video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}

.home-hero p {
    color: #EC8B5E;
    font-size: 1.5rem;
}

.home-hero h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    width: 65%;
}

.banner-btn {
    width: 15rem;
    padding: 15px;
    background-color: #EC8B5E;
    border-radius: 0;
    font-size: 17px;
    color: #1B1D20;
}

.banner-btn:hover {
    background-color: #fc996c;
    color: #1B1D20;
}

/* ----------------------------------------- */
/* 04. ABOUT SAI CSS START */
/* ----------------------------------------- */

.vision-mision {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.vi-mi-sec {
    max-width: 32rem;
    width: 100%;
    min-height: 15rem;
    height: 100%;
    padding: 15px;
    /* border: 1px solid #fff; */
    position: relative;
    background-color: #ffffff05;
}

.line-1, .line-2, .line-3, .line-4 {
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease-out;
}

.line-1 {
    height: 5rem;
    width: 1.5px;
    left: 0;
    top: 0;
}

.line-2 {
    width: 5rem;
    height: 1.5px;
    left: 0;
    top: 0;
}

.line-3 {
    width: 5rem;
    height: 1.5px;
    right: 0;
    bottom: 0;
}

.line-4 {
    height: 5rem;
    width: 1.5px;
    right: 0;
    bottom: 0;
}

.vi-mi-sec:hover .line-1, .vi-mi-sec:hover .line-4 {
    height: 100%;
    transition: all 0.3s ease-in;
}

.vi-mi-sec:hover .line-2, .vi-mi-sec:hover .line-3 {
    width: 100%;
    transition: all 0.3s ease-in;
}

.vi-mi-info {
    display: flex;
    align-items: center;
}

.vi-mi-sec p {
    margin: 0;
    /* text-align: justify; */
    color: #d8d8d8;
}

.vi-mi-sec h3 {
    color: #EC8B5E;
    font-weight: 400;
}

.vi-mi-img img {
    width: 65px;
    margin-right: 15px;
}

/* ----------------------------------------- */
/* 05. WHY CHOOSE SAI CSS START */
/* ----------------------------------------- */

.success-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.success-points li {
    width: 24rem;
    color: #222429;
    font-size: 1rem;
}

.success-points li i {
    color: #EC8B5E;
}

.success-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.success-count .success-div {
    width: 43%;
}

.sucs-no {
    font-size: 2.3rem;
    font-weight: 400;
    color: #5f80d4;
}

/* ----------------------------------------- */
/* 06. INDUSTRIE FOUCUS CSS START */
/* ----------------------------------------- */

.indut-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
}

.indut-box {
    width: 10rem;
    height: 11rem;
    text-align: center;
    padding: 10px;
    background-color: #ffffff05;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #ede3ff2e;
}

.indut-box img {
    width: 80px;
    margin-bottom: 10px;
}

.indut-box p {
    font-size: 15px;
    margin: 0;
    color: #e2e2e2;
}

/* ----------------------------------------- */
/* 07. ABOUT SAI CSS START */
/* ----------------------------------------- */

.aboutus-sai-section {
    display: flex;

}

.aboutus-left-side, .aboutus-right-side {
    width: 50%;
    padding: 15px;
}

.aboutus-left-side img {
    width: 85%;
    filter: grayscale(1);
}

.aboutus-left-side:hover img {
    filter: grayscale(0);
}

.aboutus-right-side p {
    line-height: 1.7;
}

/* ----------------------------------------- */
/* 08. MILESTONE CSS START */
/* ----------------------------------------- */

.milestone-section {
    background: #2B2B2B;
}

.milestone-card {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.milestone-year-box {
    width: 15rem;
    height: 15.5rem;
    text-align: center;
}

.year-round {
    width: 9rem;
    /* height: 4rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    background-color: #EC8B5E;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 1;
    /* box-shadow: rgb(255, 212, 193) 0px 0px 0px 3px; */
}

.year-round::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #EC8B5E;
    bottom: -10px;
}

.milestone-year-box p {
    padding: 10px;
    background-color: #ffffff05;
    height: 8rem;
    color: #eeeeee;
}

.horiz-line {
    width: 10rem;
    background-color: lightgray;
    height: 2px;
    margin: 1.5rem 15px 0;
}

/* ----------------------------------------- */
/* 09. FOOTER CSS START */
/* ----------------------------------------- */

footer {
    border-top: 2px solid #fff;
}

.footer-section {
    display: flex;
}

.sai-description img {
    padding: 10px;
    background-color: #fff;
    width: 120px;
    margin-bottom: 10px;
}

.sai-description p {
    color: #dbdbdb;
    width: 90%;
    line-height: 1.7;
}

.sai-description, .footer-contact {
    width: 50%;
}

.footer-contact h5 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-contact ul li {
    margin-bottom: 20px;
    font-size: 17px;

}

.footer-contact ul li a {
    display: flex;
    flex-direction: row;
    color: #dbdbdb;
}

.footer-contact ul li a i {
    margin-right: 10px;
    color: #EC8B5E;
}

.footer-info {
    justify-content: space-between;
}

.Social-ico ul {
    display: flex;
    gap: 20px;
}

.Social-ico ul li {
    color: #fff;
    font-size: 20px;
}

.copy-right {
    color: #fff;
    font-size: 17px;
}

/* ----------------------------------------- */
/* 10. MODAL CSS START */
/* ----------------------------------------- */

.modal-content {
    border-radius: 0;
    background-color: #222429;
    color: inherit;
}

.modal-header {
    border-bottom: 1px solid rgb(58, 58, 58);
}

.modal-footer {
    border-top: 1px solid rgb(58, 58, 58);

}

.modal-title {
    color: #fff;
    font-weight: 600;
}

.form-group label {
    color: #fff;
}

.btn-xmark {
    color: #ffffff !important;
    background-color: transparent;
}

.fa-xmark {
    font-size: 20px;
}

textarea {
    resize: none;
    height: 120px;
}

.form-control {
    border-radius: 0;
    background-color: #2B2B2B;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px soild #fff !important;
}

.modal-btn {
    background-color: #ea7640;

    border-radius: 0;
    border: 0;
    width: 100%;
}

.modal-btn:hover {
    background-color: #EC8B5E;

}

.modal-footer .btn-secondary {
    border: 0;
    border-radius: 0;
}

/* ============================ */

/* Media Qurie */

/* ============================ */

@media only screen and (max-width: 1024px) {}


@media only screen and (max-width: 990px) {


    /* Nav style start */

    .navbar {
        padding: .5rem 0rem;
    }

    .nav-link {
        padding: 10px;
    }

    .fa-bars {
        color: #fff;
    }

    /* Nav style end */

    /* Home css start */
    .home-section {
        height: 55vh;
    }

    .home-hero h2 {
        font-size: 2.6rem;
        height: 11rem;
        width: 95%;
        margin: 0 auto;
    }

    /* Home css end */

    /* why choose sai start */
    .sub-heading, .sub-heading-b {
        line-height: 1.3;
    }

    .vision-mision {
        flex-wrap: wrap;
        gap: 30px;
    }

    .vi-mi-sec {
        width: 40rem;
    }

    /* Why choose sai end */

    /* about sai start */
    .aboutus-sai-section {
        flex-direction: column-reverse;
    }

    .aboutus-left-side, .aboutus-right-side {
        width: 100%;
    }

    /* about sai end */

}

@media only screen and (max-width: 600px) {



    /* nav bar start */
    .navbar-pd {
        padding: 0 15px;
    }

    /* nav bar css */

    /* Home style start */

    .home-section {
        height: 100vh;
    }

    .home-hero h2 {
        font-size: 2.3rem;
        height: 15rem;
    }

    /* Home style end */

    /* milestone start */
    .milestone-card {
        flex-direction: column;
        text-align: center;
    }

    .milestone-year-box {
        width: 100%;
        height: 100%;
    }

    .milestone-year-box p {
        width: 15rem;
        text-align: center;
        margin: 0 auto;
    }

    .horiz-line {
        margin: 1.5rem auto;
    }

    /* milestone end */

    .success-count {
        flex-direction: column;
    }

    .success-count .success-div {
        width: 95%;
        margin: 0 auto;
    }

    .success-points {
        padding: 0;
    }

    .success-points li {
        margin-bottom: 10px;
    }

    /* Footer start  */
    .sai-details {
        flex-direction: column;
        gap: 50px;
    }

    .sai-description, .footer-contact {
        width: 95%;
        margin: 0 auto;
    }

    /* Footer end */
}

@media only screen and (max-width: 450px) {
    .home-hero h2 {
        font-size: 2.3rem;
        height: 21rem;
    }

    .navbar-brand img {
        width: 75px;
    }
}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 280px) {}



/* ---------------------------------------------------------------------- */
/* ---------------------Water Management System Start------------------ */
/* ---------------------------------------------------------------------- */

/****************** Water Management System TABLE OF CONTENTS ****************** 

01. WMS Banner css
02. About WMS css
03. Water Waste Prevented css
04. spcial feature css

WMS page end line 


****************************************************** /

/* WMS banner start */

.WMS-banner {
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.WMS-banner-hero .WMS-heading {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    padding: 20px 50px;
    flex-direction: column;
    justify-content: center;
}

.WMS-banner-hero .WMS-heading h1 {
    color: #fff;
    width: 57rem;
    font-size: 3.5rem;
    line-height: 1.3;
    margin-bottom: 30px;
}

.WMS-banner-hero h1 span {
    color: #EC8B5E !important;
}

.WMS-overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #222429; */
    background: rgb(34, 36, 41);
    background: linear-gradient(90deg, rgba(34, 36, 41, 1) 0%, rgba(34, 36, 41, 0.499124649859944) 100%);
    /* opacity: 0.7; */
    z-index: 1;
}

/* WMS banner css */

/* About WMS start */

.abt-WMS-1 {
    display: flex;
}

.abt-WMS-right, .abt-WMS-left {
    width: 50%;
}

.sub-heading-b-sm {
    font-size: 25px;
    line-height: 1.5;
    color: #222429;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2rem;
}

.sub-heading-b-sm span {
    color: #EC8B5E;
}


.sub-heading-sm span {
    color: #EC8B5E;
}

.sub-heading-sm {
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center;
}

.sub-heading-b-sm span {
    color: #EC8B5E;
}

.abt-WMS-right p, .abt-WMS-left p {
    line-height: 1.7;
    text-align: justify;
}

/* About WMS end */

/* Water Waste Prevented start */

.WWP-system-div {
    border: 0.5px solid #ffffff24;
}

.sub-heading-w-sm {
    font-size: 25px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.sub-heading-w-sm span {
    color: #EC8B5E;
}

.WWP-system-div {
    display: flex;
    padding: 0;
}

.WWP-system-right-6 {
    width: 65%;
}

.WWP-system-left-3 {
    width: 35%;
}

.WWP-system-right-3 {
    width: 35%;
}

.WWP-system-left-6 {
    width: 65%;
}

.WWP-system-right-6 p, .WWP-system-left-6 p {
    color: #fff;
    line-height: 1.7;
    text-align: justify;
}

.how-its-work ul {
    display: flex;
    gap: 20px;
}

.how-its-work p {
    color: #EC8B5E;
}

.how-its-work ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #2B2B2B;
    width: 12rem;
}

.how-its-work ul li img {
    width: 30px;
}

.how-its-work ul li p {
    color: #fff !important;
    margin: 0;
}

.orange-bg {
    background-color: #ea7640;
}

.orange-bg p {
    color: #fff;
}

.orange-bg h3 {
    margin-bottom: 15px;
}

.call-to-action-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 0;
}

.call-to-action-btn:hover {
    background-color: #fff;
    color: #ea7640;
}

/* Water Waste Prevented css */

/* Special feature start */

.spl-ft-box {
    display: flex;
}

.spl-ft-left, .spl-ft-right {
    width: 50%;
    padding: 10px;
    transition: all 0.6s;
}

.spl-ft-heading {
    color: #5f80d4;
    font-size: 22px;
    border-bottom: 1px solid rgb(175, 175, 175);
}

.spl-ft-left p, .spl-ft-right p {
    margin-top: 10px;
}

.spl-ft-left:hover {
    background-color: #fff;
    transform: translateY(-5px);
    transition: all 0.6s;
}

/* Special feature end */


/* Slider */
/* 
.brand-section h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
} */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*  beneficial-points starts */

.benefits-pt ul {
    gap: 20px 0;
}

.benefits-pt li i {
    color: #EC8B5E;
    margin-right: 5px;
}

.sub-heading-inner {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.sub-heading-inner span {
    color: #EC8B5E;
}

.inner-heading h3 {
    color: #EC8B5E;
    font-size: 1.3rem;
}

/*  beneficial-points end */

/* why-choose-sai start */

.parallex-sec {
    position: relative;
    overflow: hidden;
    background-image: url(../images/why-choose-sai-automation.jpg);
}

.parallex-sec::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1B1D20;
    opacity: 0.9;
}

.why-choose-sai ul {
    gap: 20px;
}

.why-choose-sai ul li {
    display: flex;
    align-items: center;
    height: 90px;
    background-color: #1B1D20;
    margin-bottom: 20px;
}

.why-choose-sai {
    position: relative;
    z-index: 10;
}

.why-choose-sai ul li img {
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #EC8B5E;
    margin-right: 20px;
}

.why-choose-sai ul li p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.end-text {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/* why-choose-sai end */


/* Mobile responsive for water management system start */

@media only screen and (max-width:1040px) {

    .WMS-banner-hero .WMS-heading h1 {
        font-size: 2.8rem;
    }

    .sub-heading-b-sm, .sub-heading-w-sm {
        font-size: 20px;
    }

    .sub-heading, .sub-heading-b {
        font-size: 25px;
    }

    .spl-ft-heading {
        font-size: 20px;
    }

    .why-choose-sai ul li {
        height: 100px;
    }
}

@media only screen and (max-width:980px) {
    .WMS-banner {
        height: 100%;
    }

    .WMS-banner-hero .WMS-heading h1 {
        width: auto;
    }

    .WMS-banner-hero .WMS-heading {
        padding: 20px;
    }

    .abt-WMS-1 {
        flex-direction: column-reverse;
    }

    .abt-WMS-right, .abt-WMS-left {
        width: 100%;
    }

    .WWP-system-div {
        flex-wrap: wrap;
    }

    .WWP-system-left-3, .WWP-system-right-3 {
        width: 100%;
    }

    .WWP-system-right-6, .WWP-system-left-6 {
        width: 100%;
    }

    .orange-bg {
        padding: 20px;
    }

    .column-reverse-sm {
        flex-direction: column-reverse;
    }

}

@media only screen and (max-width:580px) {
    .WMS-banner-hero .WMS-heading h1 {
        font-size: 1.8rem;
    }

    .banner-btn {
        width: 11rem;
        padding: 11px;
    }

    .WMS-banner {
        height: 70vh;
    }

    .WMS-banner-img {
        height: 100vh;
    }

    .WMS-banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .WWP-system-div {
        width: 90%;
    }

    .orange-bg {
        width: 90%;
    }

    .call-to-action-btn {
        width: 100%;
    }

    .spl-ft-box {
        flex-wrap: wrap;
    }

    .spl-ft-left, .spl-ft-right {
        width: 100%;
    }

    .how-its-work ul {
        flex-wrap: wrap;
    }

    .how-its-work ul li {
        width: 100%;
        padding: 0;
    }

    .why-choose-sai ul {
        margin: 10px;
        padding: 0;
    }

    .why-choose-sai ul li {
        height: auto;
        padding: 10px;
    }
}

/* Mobile responsive for water management system end */