html,
body {
    overflow-x: hidden !important;
}
.p1-bg{
    background-color: #f0f6f9;
    position: relative;
}
.p1-bg::before{
    position: absolute;
    content: '';
    background: url('../img/events-one-shape-1.png');
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
}
.bg-5{
    background-color: rgba(0,0,0,0.5);
}
.s-nav{
    padding: 15px 25px;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out; 
}
body,
header {
    overflow-x: hidden !important;
}

.banner_video {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 0;
    opacity: 0.9;
}

.wave_one_section_one {
    position: relative;
}

.hero_title {
    font-size: 62px !important;
    /* line-height: 62px !important; */
}

.home-product-slider .item {
    border-radius: 20px;
    background-image: radial-gradient(circle, #fff5ff, #fff0f8, #ffeaef, #ffe6e5, #ffe2da, #ffe0d1, #ffdfc7, #ffdfbd, #ffe0b3, #ffe1a8, #ffe39e, #ffe694);
}

.home-imgsection .fp-tableCell,
.home-imgsection {
    height: auto !important;
}

.home-testimonial .fp-tableCell {
    height: auto !important;
}

.product-main-section .fp-scroller {
    overflow: scroll !important;
}

.wave_one_section_five {
    background-image: radial-gradient(circle, #0070a3, #0085b0, #0099b7, #00acb9, #00bfb6, #00c3b3, #00c6b0, #00caac, #00c1af, #00b7b1, #00adb1, #00a3ae);
}

.wave_one_section_five .row {
    justify-content: center;

}

.home-silder-product {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
    background-image: linear-gradient(to right top, #c2b85e, #b5b65e, #a8b35f, #9cb060, #90ad62, #86aa64, #7ca766, #72a468, #67a06a, #5d9c6d, #53986f, #4a9471);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
}


.left-column .inner-box .single-item {
    padding-right: 115px;
    text-align: right;
    padding-top: 45px;
    margin-bottom: 45px;
    position: relative;
    max-width: 350px;
}

.left-column .inner-box .single-item .icon-box {
    right: 0px;
    position: absolute;
    top: 6px;
}

.inner-box .single-item .icon-box:before {
    right: -95px;
    position: absolute;
    content: '';
    background: url('../img/icon-1.png');
    width: 80px;
    height: 5px;
    top: 50px;
    background-repeat: no-repeat;
}

.inner-box .single-item h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}

.right-column .inner-box .single-item {
    padding-left: 115px;
    text-align: left;
    padding-top: 45px;
}

.right-column .inner-box .single-item .icon-box {
    left: 0px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box:before {
    left: -95px;
}

.counter-numbers {
    color: #fff;
    margin-bottom: 0px;
}

.counter-numbers-tag {
    color: #fff;
    font-size: 13px;
}

.deller-network-section {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(65, 65, 65, 0.98) 0%, #242424 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(65, 65, 65, 0.98) 0%, #242424 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(65, 65, 65, 0.98) 0%, #242424 100%);
}

.fp-controlArrow.fp-next {
    /* border-width: 0; */
    content: '\f178';
    font-family: "Font Awesome 6 Free";

}

.certficate-silder-section {
    background-image: linear-gradient(to right top, #0089ba, #008ab5, #008cb0, #008caa, #008da4, #008e9f, #008f9a, #008f94, #008f8e, #008f88, #008f81, #008f7a);
}

.ps-innerbox {
    position: relative;
    margin-top: 25px;
}

.ps-icon {
    bottom: -3px;
    position: absolute;
    right: 0;
}

.ps-icon .icon i {
    color: #fff;
    font-size: 22px;
}

.ps-left .ps-icon::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    top: 10px;
    right: -100px;
    background-image: url('../img/icon.png');
    background-repeat: no-repeat;
}

.ps-left .ps-title {
    text-align: right;
    padding-right: 48px;
    padding-top: 45px;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    text-transform: capitalize !important;
}

.ps-right .ps-title {
    text-align: left;
    padding-left: 12px;
    padding-top: 45px;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    text-transform: capitalize !important;
}

.ps-right .ps-icon {
    left: -35px !important;
}

.ps-right .ps-icon::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    top: 10px;
    left: -100px;
    background-image: url('../img/icon.png');
    background-repeat: no-repeat;
    z-index: 0;
}

.z-99 {
    z-index: 99;
}

.mt-90 {
    margin-top: 90px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.tanks-spcipication-section {
    /* background-image: linear-gradient(to right top, #40506e, #455172, #4b5275, #515278, #57537a, #5d547c, #64547e, #6a557f, #715580, #785581, #805581, #875580); */
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.net-work-deller {
    background-color: #fff;
    border-radius: 6px;

}

.net-work-deller img {
    width: 94px;
    border-radius: 6px;
}

.color-33 {
    color: #847e7e;
}

.font-weight-500 {
    font-weight: 500;
}

.mr-6 {
    margin-right: 6px;
}

.card-con p {
    font-size: 14px;
}

.footer-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.mangalam-footer-section {
    position: relative;
}

.mangalam-footer-section::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 100%;
    background-image: url('../img/footer-top-shape-dark.png');
    background-repeat: repeat-x;
    z-index: 9;
    top: -17px;
    background-color: transparent;
    animation: move 12s linear infinite;
    -webkit-animation: move 12s linear infinite;
    animation-delay: -4px;
    -webkit-animation-delay: -4px;
    animation-duration: 12s;
    -webkit-animation-duration: 12s;

}

@keyframes move {
    0% {
        background-position: left 0 bottom 0
    }

    100% {
        background-position: left 350px bottom 0
    }
}

.second-footer-section:before {
    content: '';
    position: absolute;
    background-image: url('../img/footer-ani-img.png');
    top: -10px !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .3;
    -webkit-animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
    -moz-animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
    animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
}

@-webkit-keyframes wavemove {
    0% {
        margin-left: 20%
    }

    100% {
        margin-left: -30%
    }
}

@-moz-keyframes wavemove {
    0% {
        margin-left: 20%
    }

    100% {
        margin-left: -30%
    }
}

@keyframes wavemove {
    0% {
        margin-left: 20%
    }

    100% {
        margin-left: -30%
    }
}

.second-footer-section p,
.second-footer-section ul li a {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

.second-footer-section ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: -3px;
    transition: all .5s ease-in-out;
}

.second-footer-section ul li a:hover {
    color: orange;
    transform: translate(2px);
}

.footer-enquiry input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    /* padding-bottom: 10px; */
}

.footer-en {
    background-color: rgba(255, 255, 255, .04);
    padding: 25px !important;
    border-radius: 5px;
}

.footer-en::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 76%;
    top: 20px;
    left: 15px;
    bottom: 0;
    background-color: #007BFF;
}

.footer-copy-right p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}

.p_fixed {
    position: fixed;
}

/* media Query  */
@media screen and (min-width: 991px) {
    .product-slide-2 {
        margin-top: 100px;
    }

    .footer-copy-right {
        z-index: 1;
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        padding: 10px 0px;
    }

    .footer-en {
        margin-top: -30px;
    }

    .footer-link {
        padding-left: 50px;
    }

    .about-txt {
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .banner-img-section {
        display: block;
    }

    .banner_video,
    .w_img_one {
        display: none;
    }

    .footer-copy-right {
        margin-top: 12px;
        padding: 0px 8px;
    }

    /* .product-spcification-section{
       display: none !important;
    } */
}

@media (min-width: 1200px) {
    .custom_container {
        width: 1480px !important;
    }

}

.video_area {
    background-image: url('../img/about-bg-img.png');
    background-size: cover;
}

.video_area .wter-img img {
    outline: 4px dotted lightgray;
    outline-offset: -20px;
}

.video_area .about-txt {
    align-items: center;
}

.video_area .about-txt {
    margin-top: 20px;
}

.title-top-heading {
    font-weight: 300;
    font-size: 28px;

}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.about-highlight {
    color: #007bff;
}

.f-name {
    font-size: 18px;
    font-weight: 500;
}

.f-deg {
    font-size: 13px;
}

.about-bg-section {
    background-image: url('../img/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-bg-section p {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box .input-box {
    background-color: #eaeaeb;
    border: none;
    outline: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 10px 45px 10px 15px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.dealer-search-btn {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.color-333 {
    color: #333 !important;
}

.bg-gray {
    background-color: #eaeaeb !important;
}

.dealer-map svg {
    overflow: hidden;
    user-select: none;
    cursor: default;
    vertical-align: middle;
    position: absolute;
    top: -7px !important;
    left: -260px !important;
    background: transparent !important;
    z-index: -1 !important;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.section.banner-img-section,
.banner-img-section .fp-tableCell {
    height: auto !important;
}

#right1, #left2, #right3, #left4{
    background-image: linear-gradient(to right top, #10305f, #0e3868, #0c4070, #094979, #055181, #015987, #00608d, #006893, #007198, #00799b, #00829e, #008aa0);

}
.right-p-text h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 12px;

}

.right-p-text p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}
.mob-product{
    background-image: linear-gradient(to right top, #10305f, #0e3868, #0c4070, #094979, #055181, #015987, #00608d, #006893, #007198, #00799b, #00829e, #008aa0);
    padding: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.mob-product img{
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.wave_one_section_three .w_phone_img .p_one {
	animation: fadeInLeft .9s both .5s !important;
	-webkit-animation: fadeInLeft .9s both .5s !important;
}
.wave_one_section_three .w_phone_img .p_two {
	animation: slideInLeft .9s both 1s !important;
	-webkit-animation: slideInLeft .9s both 1s !important;
}

/* media query  */
@media screen and (max-width: 991px) {

    .fp-scrollable,
    .fp-tableCell,
    .section {
        height: auto !important;
        overflow: visible !important;
    }
    .alok-g .fp-scrollable {
        display: none !important;
    }
    .product-spcification-section {
        display: none !important;
    }
    .s-nav{
        padding: 10px 0;
    }
    #box {
        height: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #mask {
        position: relative;
        top: 5px;
        margin: auto;
        width: auto;
        /* height: 100px; */
        font-size: 24px;
        font-weight: 700;
        font-family: 'Lobster Two', cursive;
        text-align: center;
        line-height: 90px;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2), 0px 2px 0px rgba(255, 255, 255, 0.3);
        background-image: -webkit-radial-gradient(center 10px, 80px 100px, #111111 50%, #0099ff 51%);
        background-size: 40px 110px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation-name: wave-animation;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }
    .custom-mb-md-20{
          margin-bottom: 20px !important;
    }
    /* .product-spcification-section{
        display: none !important;
    } */
}

@media screen and (min-width: 991px) {
    .product-show-desktop {
        height: 100vh !important;
    }

    .wave_one_section_three .w_phone_img .p_one {
        max-width: 50% !important;
    }

    .wave_one_section_three .w_phone_img .p_two {
        max-width: 45% !important;
    }

    .logo img {
        width: 180px !important;
    }
     .about-water{
        display: block !important;
    }

   

    .right-p-text {
        width: 25em;
        margin: 0 auto;
    }
}

@media screen and (max-width: 778px) {
    .first-section {
        height: 100vh !important;
    }

    .hero_title {
        font-size: 35px !important;
    }

    .social_icon {
        display: inline-block;
    }
    .mangalam-banner{
        height: 180px !important;
    }

}