* {
    box-sizing: border-box;
}
:root {
    --water: #023f88;
    --lightGray: #58595b;
    --light-black: #333333;
    --black: #000000;
    --white: #ffffff;
    --grey: #707070;
    --border: #dddddd;
    --table: #eff5fc;
    --font: "Red Hat Display";
}
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: var(--lightGray);
    font-family: "Red Hat Display";
    font-weight: 400;
}
h2,
h1,
h3,
h4,
h5,
h6 {
    margin: 0;
}
li {
    list-style-type: none;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    color: unset;
}
/* .container {
  width: 100%;
  max-width: 1365px;
  padding: 0 15px;
} */

.img-product {
    height: 400px;
    object-fit: contain;
}
.titles-head {
    margin: 0;
    font-size: 56px;
    color: var(--water);
    line-height: 66px;
}
.mfr-title {
    margin: 0;
    line-height: 24px;
    margin-bottom: 30px;
}
/* .highlights {
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    margin-top: 100px;
    background-size: cover;
} */
.highlights {
    position: relative;
    margin-top: 100px;
}
.highlights::before {
    content: "";
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 2%;
    background-size: contain;
}

.rs_dis{display: none;}

.our-heading {
    font-size: 56px;
    line-height: 66px;
    margin: 0;
    color: var(--water);
    margin-left: 200px;
}
.our-heading::before {
    right: 46%;
    content: "";
    background-image: url("../images/arrow.png");
    position: absolute;
    width: 28px;
    height: 32px;
    top: 1.5%;
}
.our-heading::after {
    right: 58%;
    content: "";
    background-image: url("../images/down-arrow.png");
    position: absolute;
    background-repeat:no-repeat;
        width: 33px;
    height: 32px;
    bottom: -3.5%;
}
.content-box {
    margin: 88px 0 0 70px;
    position: relative;
}
.content-head {
    font-size: 48px;
    line-height: 64px;
    font-weight: normal;
}

.content-head:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--water);
    width: 20px;
    height: 20px;
    top: 13%;
    left: -14%;
}
.ro-system:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--water);
    width: 20px;
    height: 20px;
    top: 13%;
    left: -9%;
}

.booster-pump:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--water);
    width: 20px;
    height: 20px;
    top: 13%;
    left: -34.5%;
}

.content-pera {
    max-width: 379px;
    margin: 0;
    font-size: 20px;
    margin-bottom: 15px;
}
.content-box a {
    margin-top: 20px;
}
.more-content {
    margin: 130px 0 0 70px;
}

.Filters::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--water);
    width: 20px;
    height: 20px;
    top: -49%;
    left: 0%;
}

.images-proj img {
    width: 80%;
}

.last-more-content {
    margin: 150px 0 0 185px;
}

/* =============
    header
================= */
.header {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    /* background-color: #000; */
    z-index:999;
}
.menu-link a {
    color: var(--white);
}
.menu-link {
    padding: 0 30px;
}
.header .nav-link:hover {
    color: var(--white) !important;
}
.header ul.dropdown-menu {
    background: #fff !important;
    border: unset !important;
}
.header .nav-link:focus,
.nav-link:hover {
    color: var(--white);
}
.header .dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    border: 0 !important;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    color: #fff;
    bottom: 14px;
    z-index: 1;
    transition: all 500ms ease;
}
.dropdown-toggle:hover::after {
    border: 0 !important;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f077";
    color: #fff;
    bottom: 14px;
    z-index: 1;
}
a.dropdown-item {
    color: var(--water);
}
a.dropdown-item:hover {
    color: var(--water);
    background-color: var(--water);
    color: var(--white);
}
.header .navbar-toggler i {
    color: var(--white);
    border: none;
    box-shadow: none;
}

/* banner */
.banner {
    position: relative;
    top: -116px;
}

.banner-slider img {
    width: 100%;
}

/* =============
    product
    ================ */
.product {
    padding: 100px 0;
}
span.counter.doler-plas:after {
    content: "+";
}
.prd_mg {
    padding: 50px;
    border:1px solid var(--border);
    text-align: center;
}
.prd_mg img {
  height: 330px;
  transition:0.6s ease-in-out;
  /* object-fit: cover; */
}
.prd_mg:hover img{
     transform: scale(1.1)
}
.tlt_prd h3 {
  font-size: 36px;
  line-height: 48px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--lightGray);
}
.tlt_prd p{
  font-size:20px;
  line-height:30px;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom:14px;
  color: var(--light-black);
  height: 88px;
}
.prd_view {
  font-size: 16px;
  padding-bottom: 10px;
  border:2px solid transparent;
  border-bottom: 2px solid var(--water);
  color: var(--water);
  padding:8px;
  text-transform: uppercase;
  font-weight: 400;
  transition:0.6s ease-in-out;
}
.prd_view:hover{
    border:2px solid var(--water);
}
/* ======================
             countar-add
    ========================= */

.countar-add {
    background-image: url("../images/Group\ 40\ \(1\).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background-attachment: fixed;
    background-position-x: center;
}
.counter {
    font-size: 30px;
    font-weight: 800;
    color: var(--white);
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: var(--white);
    font-size: 18px;
    font-weight: 200;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
}
.counter-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
}
.border-btm {
    border-bottom: 1px solid #fff;
}
.bdr-right {
    border-right: 1px solid #fff;
}

/* footer */
.footer-top {
    background-image: url(../images/water-layer.png);
    background-position: top;
    background-repeat: no-repeat;
    height: -webkit-fill-available;
    position: absolute;
    top: -540px;
    width: 100%;
    z-index: -1;
    background-size: cover;
}
.footer {
    position: relative;
}
.ft_links {
    margin-top: 40px;
}
ul.ft_links a {
    font-size: 18px;
    line-height: 36px;
    color: var(--light-black);
}
ul.ft_links a:hover{
    color:var(--water);
}
ul.ft_links li {
    display: flex;
    gap: 20px;
    align-items: baseline;
}
.add_brd {
    padding: 0 100px;
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
}
.pd_add {
    padding: 0 0 0 100px;
}
.bj_copyright p {
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid var(--border);
}
/* =======================
    testimonial
========================== */
/*.testimonial, .contact-form, .pump-prod, .pump-detail-web, .pump-detail-mobile{*/
/*    padding: 100px 0 260px;*/

/*}*/
.testimonial,
.pump-prod,
.pump-detail-web,
.pump-detail-mobile,
.event-section,
.thankyou-section {
    padding: 50px 0 260px;
    margin-bottom:50px;
}
.contact-form{
    padding: 100px 0 260px;
    margin-bottom:50px;
}
.contact-form h2 {
    text-transform: uppercase;
}
.testimonial-box {
    border: 3px solid var(--border);
    padding: 80px 26px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    height: 300px;
}
.testimonial-box p {
    text-align: center;
}
.slick-dots {
    display: flex;
    justify-content: center;
}
.testi-icon {
    position: absolute;
    top: -60px;
    left: 31%;
    padding: 40px 30px 0;
    background: #fff;
    margin: -10px 0 0;
}
.head-color {
    color: var(--water);
    font-size: 24px;
    font-weight: 600;
}
.test-head {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.slick-dots button {
    font-size: 0px;
    border-radius: 50%;
    background: transparent;
    padding: 3px;
    border: 3px solid var(--border);
    margin: 0 8px;
}
.slick-active button {
    font-size: 0px;
    border-radius: 50%;
    background: var(--water);
    padding: 3px;
    border: 3px solid var(--water);
    margin: 0 8px;
}

.bdr-add {
    border-bottom: 1px solid var(--border);
    width: 60%;
    text-align: center;
}

/* ===========================================================
        about-page style start
============================================================== */

.about_title{
    font-size: 50px;
    color: var(--water);
    font-weight: 900;
    text-transform: uppercase;
}

.about-header,
.contact-header {
    padding: 50px 0;
}

.breadcrumb-item.active {
    color: #000;
    font-weight: 700;
}
.breadcrumb-item a {
    color: var(--light-black);
}

/* counter */
.about-countar-add {
    
    padding: 50px 0;
}
.about-countar-add .counter {
    color: var(--water);
}
.about-countar-add .counter-box span,
.about-countar-add .counter-box p {
    color: var(--water) !important;
}
.about-countar-add .counter-box p {
    font-size: 15px;
}
.bg-add {
    background: var(--water);
    padding: 30px;
    border-radius: 50%;
    width: 122px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-after {
    position: absolute;
    top: -120px;
    left: 100px;
    z-index: -1;
}
.about-countar-add .border-btm {
    border-bottom: 1px solid var(--border);
}
.about-countar-add .bdr-right {
    border-right: 1px solid var(--border);
}

/* misson */
.misson {
    padding-bottom: 260px;
    position: relative;
    margin-bottom:50px;
}
/*.misson::after {*/
/*    content: url(../images/about-water.png);*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/
.misson-content h3 {
    color: var(--water);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.misson-content p {
    color: var(--light-black) !important;
}

/* ================================================
        event page
  ================================================= */

/* ================================================
        event page
  ================================================= */
.event-section button {
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--lightGray);
    padding: 8px 20px;
    border-radius: 5px;
    margin-right: 10px;
}
.event-section .active,
.btn:hover {
    border: 1px solid var(--water);
    background: var(--water);
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: unset !important;
}
.cursor {
    cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 68%);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    padding: 0;
}
/* The Modal (background) */
.img-popup .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 68%);
}

/* Modal Content */
.img-popup .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: fit-content;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.content {
    position: relative;
    overflow: hidden;
}
.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
    opacity: 1;
}

.event-section {
    padding: 0;
    padding-bottom:200px;
}
#app {
    overflow: hidden;
    position: relative;
}

.ui-big-images {
    display: flex;
}
.ui-big-image {
    width: 100%;
    margin-right: -100%;
}
.ui-big-image img {
    object-fit: cover;
    object-position: center 20%;
    width: 100%;
    height: auto;
    display: block;
}
@media (max-height: 600px) {
    .ui-big-image img {
        object-position: center center;
    }
}
.ui-thumbnails {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem;
    padding-top: 0.5rem;
    padding-right: 45%;
    padding-right: calc(45% + 0.5rem);
}
.ui-thumbnail {
    display: block;
    margin-right: 0.5rem;
    padding: 0.5rem 0;
    cursor: pointer;
}
.ui-cuticle {
    background-color: #023f88;
    position: absolute;
    bottom: 0;
    height: 0.25rem;
    width: 100%;
}
.ui-thumbnail > img {
    width: auto;
}
.ui-content {
    position: absolute;
    width: 40%;
    right: 5%;
    bottom: 0;
}
.ui-articles {
    background: #023f88;
    color: white;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.ui-article {
    padding: 1.5rem;
    width: 100%;
    margin-right: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ui-paragraph {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.7;
    color: var(--white) !important;
}

.ui-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: inherit;
}
.ui-nav button {
    background: #023f88;
    border: none;
    appearance: none;
    padding: 0.5em;
    width: 2em;
    color: #fff;
    font-family: monospace;
    transition: inherit;
    transition-duration: 300ms;
}
.ui-nav button:hover,
.ui-nav button:focus {
    background: #023f88;
    outline: none;
}
.ui-nav button:active {
    outline: none;
    transform: translateY(0.25em);
    transition-duration: 100ms;
}
.ui-heading {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
}
.ui-heading:before {
    content: "Animator";
    font-size: 0.5rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

/* ---------------------------------- */
.ui-big-image {
    opacity: 0;
    transform: translateX(-100%);
}
.ui-big-image img {
    transform: scale(0.85);
}
.ui-big-image[data-active] ~ .ui-big-image {
    transform: translateX(100%);
}
.ui-big-image[data-active] {
    opacity: 1;
    transform: translateX(0%);
}
.ui-big-image[data-active] img {
    transform: scale(1);
}

/* ---------------------------------- */
.ui-article {
    transform: translateX(-100%);
}
.ui-article:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    transition-duration: 0.35s;
    z-index: 1;
}
.ui-article[data-active] ~ .ui-article {
    transform: translateX(100%);
}
.ui-article[data-active] {
    transform: translateX(0%);
}
.ui-article[data-active]:before {
    opacity: 0;
}

/* ---------------------------------- */
.ui-thumbnail > img {
    filter: grayscale(100%);
    transition-duration: 0.35s;
}
.ui-thumbnail:active > img {
    transform: scale(0.9);
    transition-duration: 100ms;
}
.ui-thumbnail:focus {
    outline: none;
}
.ui-cuticle {
    display: none;
}
.ui-thumbnail[data-active] > img,
.ui-thumbnail:hover > img {
    filter: grayscale(0%);
}
.ui-thumbnail[data-active] .ui-cuticle {
    display: block;
}
/* ---------------------------------- */

.modal-content .btn:hover{
    padding: 10px 25px;
    border-radius: 10px;
    border:none;
}

/* ===========================================
              contact-page
  ============================================== */
.about-header{
    position:relative;
    background-image: url(../images/cc-banner.jpg);
    background-repeat: no-repeat;
    height: 480px;
    z-index:-1;
    background-size: cover;
}
.event-header, .contact-header{
    height: 430px;
}
.about-head {
    position: relative;
    top: 180px;
}
.contact-address {
    padding: 0 0 125px 0;
}
.contact-address a {
    color: var(--black);
}
.con-head {
    font-size: 30px;
    font-weight: 800;
}
.contact-address address {
    padding: 0;
}
.map-container {
    /*border: 3px solid var(--white);*/
    position: relative;
}
.map-frame {
    height: 430px;
    width: 540px;
    border: 3px solid var(--white);
}

.map-container::after {
    content: url(../images/map-after.png);
    position: absolute;
    background-position: center;
    top: -120px;
    left: -79px;
    z-index: -1;
}

input,
textarea {
    width: 100%;
    margin: 15px 0;
    border: 1px solid var(--border);
    padding: 10px 15px;
}
:focus-visible {
    outline: 1px solid var(--water);
}
.contact-form button {
    padding: 12px 36px;
    border-radius: 10px;
    background-color: var(--water);
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid var(--water);
    transition:0.6s ease-in-out;
}
.contact-form button:hover{
    color:var(--water);
     background-color: #fff;
}

/*=========================================
          pump-listing page
===========================================*/
.product-view-img{
    border: 1px solid var(--border);
}
.product-view img {
    
    padding: 15px;
    margin-bottom: 25px;
    height: 383px;
    object-fit: contain;
    text-align: center;
    transition:0.8s ease-in-out;
}
.product-view:hover img{

  -ms-transform: scale(1.05); 
  -webkit-transform: scale(1.05); 
  transform: scale(1.05);
}
.content-show {
    color: var(--water);
    border:2px solid transparent;
    border-bottom: 2px solid var(--water);
    margin-top:10px;
    padding:8px;
    transition:0.8s ease-in-out;
}
.content-show:hover{
     border:2px solid var(--water);
}
.inquire-btn {
    background-color: var(--water);
    color: var(--white);
    text-transform: uppercase;
    padding: 10px 25px;
    border: none;
    border-radius: 10px;
}

/*=========================================
          pump-detail page
===========================================*/
th {
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    background: var(--water);
    color: #fff;
    font-weight: 300;
}
tr {
    padding: 10px;
}
td {
    /*padding: 10px 10px;*/
    text-align: center;
    font-size: 15px;
}
.pump-info {
    background-color: var(--table);
}
.pump-detail-mobile {
    display: none;
}
.pump-detail-web {
    display: block;
}
.pump-detail-web table{
    margin-bottom:0;
}
.form-control:focus {
    border: 1px solid var(--border);
    box-shadow: none;
}

.thankyou-section h3 {
    text-transform: capitalize;
    font-size: 60px;
    color: var(--water);
    font-weight: 900;
    margin-bottom: 20px;
}
.thame-btn {
    background-color: var(--white);
    border: 2px solid var(--water);
    border-radius: 10px;
    padding: 10px 20px;
    color: var(--water);
    font-weight: 600;
    transition: 0.6s ease;
}
.thame-btn:hover {
    background-color: var(--water);
    border: 2px solid var(--water);
    color: var(--white);
    transition: 0.6s ease;
}



/* nikunj banner css  */

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    outline: none;
}
.navbar-toggler:focus{
    box-shadow:none;
}

  
.banner_slider_wrapper{
    background-image: url(../images/cc-banner.png);
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
}

.banner-slider{
    padding:150px 0;
}

.banner-slider {
    position: relative;
    z-index: 1;
    height: 100%;
}
.banner-slider{
    outline: none;
}
.banner-slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.banner-slider .slick-slide {
    height: 100%;
    position: relative;
    z-index: 1;
}
.banner-slider .slick-slide {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.banner_slider_wrapper .slick-dots {
    display: flex;
    flex-direction: column;
    left: -15%;
    top: 0;
    width: auto;
}
.banner_slider_wrapper .slick-dots li{
    height: 30px;
}
.banner_slider_wrapper .slick-dots .slick-active{
    color: #023F88;
    font-size: 37px;
    line-height: 49px;
    font-weight: bold;
    height: 50px;
}
.banner_ro_title{
    color: #023F88;
    font-size: 50px;
    font-weight: bold;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0;
}
.banner_title{
    color: #58595B;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
}
.banner_content{
    color: #58595B;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.product_btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #023F88;
    text-transform: uppercase;
    color: #023F88;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 20px;
    text-transform: uppercase   ;
    background:transparent;
  }
.product_btn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -1.5px;
    width: calc(100% + 4px);
    height: calc(100% - -2px);
    background-color: white;
    transition: 0.3s ease-out;
    transform: scaleY(1);
}
.product_btn::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% - 50px);
    background-color: white;
    transition: 0.3s ease-out;
    transform: scaleY(1);
}
.product_btn:hover::before {
    transform: translateY(-25px);
    height: 0;
}
.product_btn:hover::after {
    transform: scaleX(0);
    transition-delay: 0.15s;
}
.product_btn:hover {
    border: 2px solid #023F88;
    color: #023F88;
}
.product_btn span {
    position: relative;
    z-index: 3;
}


.Architect{
    margin-top:250px
}


.event_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}


/* nikunj banner css end  */



/*neha css start*/
.pump-banner img{
    margin-bottom:28px;
}
.modal-backdrop{
    z-index:-1;
}
.product-btn-detail{
    margin-top:30px;
}
.product-view a{
    color:#333;
    margin:20px 0;
    text-transform:uppercase;
}
.product-view-img{
    margin-bottom:20px;
}
.product-view p{
    margin-bottom:20px;
}

/*.detailro-wrapper{*/
/*    margin:0;*/
/*    margin-bottom:100px;*/
/*    height: 600px;*/
/*}*/
.detailro-wrapper .table{
    color:#111;
    border-bottom: 1px solid #111;
    padding: 20px;
}
.detailro-wrapper  td{
    font-size: 18px;
}
.detailro-wrapper li{
    list-style:disc;
}
.pump-prod .product-view-img
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-head{
    height:430px;
}
.about-right-img {
    width:80%;
}
/*neha css ends*/


/*import product model css*/

/*import product model css*/
/* detailro css start */
.detailro-wrapper{
   margin:0;
   margin-bottom:200px;
    height: 600px;
    padding:0;
}
a.inquire-btn.product-btn-detail:hover{
    color:var(--white);
}
.detailro-wrapper .table{
    color:#111;
    border-bottom: 1px solid #111;
    padding: 20px;
}
.detailro-wrapper  td{
    font-size: 18px;
}
.detailro-wrapper img{
    /*width: 60%;*/
    /*height: 400px;*/
    object-fit: contain;
}
.detailro-wrapper .product-view-img{
   text-align: center;
    padding: 20px;
    height: 450px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right:55px;
}
.modal-backdrop.show{
    opacity:0;
}
/* detailro css ends */

/*price details*/



.price_wrapper{
    border:1px dashed #58595B;
    padding:8px 70px;
    display: inline-block;
    margin-left: -18px;
    margin-top: 40px;
text-align: center;
position:relative;
}
.price_wrapper del{
    color: #707070;
    font-weight: 400;
    font-size: 16px;
    line-height:21px;
}
.price_wrapper h2{
    color: #023F88;
    font-weight: bold;
    font-size: 30px;
    line-height:40px;
}
.price_wrapper p{
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    line-height:19px;
}

.discount_price {
    position: absolute;
    top: -22px;
    right: -40px;
}
.discount_price p{
     color:#505050;
    font-weight: 600;
    font-size: 20px;
    line-height:27px;
    background-color:#EFF5FC;
    padding: 8px 16px;
    border-radius: 5px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    fill: #023f88;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
 fill: #023f88;
    
}
/*price details*/

ul{
    padding-left:20px;
}