@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');


@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/false.woff2') format('woff2'),
        url('../fonts/false.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: 'Satoshi';
}

.customHeader {
    border-bottom: 1px solid rgba(16, 48, 42, 0.1);
    position: sticky;
    top: 0;
    z-index: 111;
    background: #ffffff;
    padding: 15px 100px;
}

.customHeader nav {
    padding: 0px;
}

.customHeader nav .navbar-brand {
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px;
    justify-content: center;
}

.customHeader nav .navbar-brand img {
    width: 100%;
    max-width: 75%;
    filter: brightness(0) saturate(100%) invert(73%) sepia(22%) saturate(2781%) hue-rotate(170deg) brightness(99%) contrast(87%);
}

.customHeader ul.navbar-nav {
    gap: 10px;
    align-items: center;
    justify-content: center;
    /* margin: auto; */
}

.customHeader ul.navbar-nav li a {
    color: #030303;
    padding: 15px !important;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
}



.Theme-Btn {
    background: #404181;
    padding: 15px 30px;
    border-radius: 100px;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff !important;
    transition: 0.8s all;
    width: fit-content;
    padding: 20px 33px;
    font-size: 16px;
}

.Theme-Btn:hover {
    background: #38b747;
}

.customHeader .navbar-collapse {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
}

.customHeader .navbar-collapse .rightBtn {
    width: fit-content;
    margin-left: auto;
    display: flex;
    align-items: center;
    /* gap: 25px; */
    gap: 10px;
}

.customHeader .navbar-collapse .rightBtn a {
    text-decoration: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #030303;
    padding: 15px !important;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    position: relative;
    font-weight: 600;
}

.customHeader .navbar-collapse .rightBtn a:first-child {
    /* padding-right: 25px; */
    /* border-right: 1px solid #2222; */
}

.customHeader .navbar-collapse .rightBtn a:hover {
    color: #1d9ddd;
}

.customHeader ul.navbar-nav li a:before {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    background: #030303;
    height: 2px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.customHeader ul.navbar-nav li a:hover:before {
    width: 100%;
}

.bannerSec {
    height: 100vh;
    background-size: cover;
}

.CustomPending {
    padding: 80px 0px;
}

.secTitle h1 {
    margin: 0px;
    font-size: 25px;
    font-weight: 700;
    color: #57bbed;
}

.secTitle {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
    max-width: 50%;
    margin: 0px auto 30px;
}

p {
    font-size: 16px;
    color: #444;
    margin: 0px;
    line-height: 32px;
}

.ProductGrid {
    display: flex;
    width: max-content;
    gap: 25px;
}

.ProductSec {
    overflow: hidden;
}

.ProductItem {
    min-width: 35vw;
    align-items: baseline;
    flex-grow: 1;
    margin: 0px;
    padding: 0px;
    border: 0px;
    max-width: 35vw;
    position: relative;
}

.ProductImage img {
    width: 100%;
    aspect-ratio: 1/0.9;
    object-fit: cover;
    border-radius: 20px;
}

.ProductImage {
    max-width: 100% !important;
    width: 100%;
}

.ProductItem .Productcontent {
    position: absolute;
    width: 90%;
    bottom: 5%;
    left: 5%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.ProductItem .Productcontent h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}

.bgGrey {
    background: #f4f4f4;
    position: relative;
}

.ServicesGrid {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 25px;
}

.ServicesIconWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.ServicesItem h2 {
    margin: 0px;
    font-size: 45px;
    font-weight: 600;
}

.ServicesItem {}

.ServicesItem p {
    line-height: 34px;
}

.ServicesContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 25px;
    position: relative;
    height: 100%;
    justify-content: center;
}

.ServicesContent h5 {
    margin: 0px;
    line-height: 26px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.ServicesContent p {
    font-size: 16px;
    line-height: 31px;
}

.ServicesIconWrapper .ServicesItem {
    justify-content: flex-start;
    box-shadow: 0px 0px 9px 0px #0000000d;
    transition: 0.8s all;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: #ffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #0000000f;
    position: relative;
}

.ServicesIconWrapper .ServicesItem:hover {
    box-shadow: 10px 10px 9px 0px #0000000d;
    border: 1px solid #56bbed;
}

.ServicesIcon img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    border-radius: 20px;
}

.ServicesSec:before {
    content: '';
}

.secTitleWrapper .secTitle {
    margin: 0px;
}

.secTitleWrapper {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 100px;
    align-items: flex-end;
    margin-bottom: 70px;
}

.secTitleWrapper .desc h1 {
    margin: 0px;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}

.secTitleWrapper .secTitle h1 {
    margin: 0px;
    font-size: 35px;
    font-weight: 600;
    line-height: 54px;
}

.secTitleWrapper .secTitle span {
    font-size: 16px;
    font-weight: 300;
    color: #55baec;
}

.ourProjectGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.ourProjectImage img {
    height: 100%;
    aspect-ratio: .8333333333;
    width: 100%;
    transition: all .5s ease;
    object-fit: cover;
}

.ourProjectSlider .swiper-slide:nth-child(even) {
    padding-top: 70px;
}

.ourProjectItem {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.ourProjectContent h5 {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Satoshi';
    color: #fff;
}

.ourProjectSlider {
    padding: 0px 20px 100px 20px;
}

.ourProjectSlider .swiper-pagination,
.bannerPagination .swiper-pagination {
    width: fit-content;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #e7eae9;
    padding: 20px 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ourProjectSlider .swiper-pagination .swiper-pagination-bullet,
.bannerPagination .swiper-pagination .swiper-pagination-bullet {
    margin: 0px;
    background: #1e1916;
}

.ourProjectSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bannerPagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 12px;
}

.ourProjectSlider .swiper-slide {
    transition: 0.8s all;
}

.ourProjectItem .ourProjectContent {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    transform: translate(0px, 100%);
    transition: 0.8s all;
}

.ourProjectItem:hover:before {
    transform: translate(0px, 0%);
    transition: 0.8s all;
}

.ourProjectItem:hover .ourProjectContent {
    transform: translate(0px, 0px);
}

.ourProjectItem:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #000000d1, transparent);
    left: 0;
    transform: translate(0px, 100%);
    transition: 0.8s all;
}


.horizontal-ticker {
    margin: 0 -20px;
    display: flex;
    flex-direction: column;
    row-gap: 2.85vw;
}

@media screen and (max-width: 767.9px) {
    .horizontal-ticker {
        row-gap: 15px;
    }
}

/**
 * Slider Slides
 */

.horizontal-ticker__slide {
    position: relative;
    width: 10vw;
    aspect-ratio: 300 / 205;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0000000d;
    /* background: #fff; */
}

@media screen and (max-width: 767.9px) {
    .horizontal-ticker__slide {
        width: 150px;
    }
}

.horizontal-ticker__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: opacity 0.6s ease-out;
    /* filter: grayscale(1); */
    margin: auto;
    transition: 0.8s all;
    max-width: 70%;
}

/* .horizontal-ticker__slide img:last-child {
	position: absolute;
	inset: 0;
	opacity: 0;
} */

@media (hover: hover) and (pointer: fine) {
    .horizontal-ticker__slide:hover img:last-child {
        opacity: 1;
    }
}

div#horizontal-ticker-ltr {
    padding: 20px 0px;
}


.horizontal-ticker__slide img:hover {
    filter: unset;
}

.testimonial-sync {
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.testimonial-text-slider {
    padding-bottom: 90px;
    padding-top: 0px;
}

.client-box img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px solid #2222;
    object-fit: scale-down;
}

.client-box h4 {
    text-align: left;
    margin: 0px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #393637;
    line-height: 50px;
}

.client-box span {
    color: gray;
    font-size: 14px;
}


.bigText {
    font-size: 350px;
    font-weight: 900;
    color: #d1d1d136;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Satoshi';
    line-height: 440px;
    position: absolute;
    bottom: 16px;
    right: 120px;
    background: -webkit-linear-gradient(135deg, #55b6e6, #f4f4f4, #b4def4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
    position: relative;
    padding: 50px 127px 0px 127px;
    overflow: hidden;
}

footer {}

.footerLinksWrapper {
    display: grid;
    grid-template-columns: 20% 1fr 1fr 1fr;
    gap: 50px;
}

.footerLinksItem {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footerLinksItem h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d34d;
}

.ContactDetailsItem h6 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
}

.ContactDetailsItem ul,
.footerLinksItem ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

h6 {}

.ContactDetailsItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ContactDetailsItem:first-child {
    padding-bottom: 20px;
}

.bottomBorder {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.copyRight {
    padding: 15px 0px;
    border-top: 1px solid #d3d3d34d;
    display: grid;
    background: #fff;
    grid-template-columns: auto 1fr;
    gap: 15px;
}

.footerContent {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 11;
}

.copyRight p {
    font-size: 14px;
    color: #444;
    font-weight: 300;
    text-align: center;
    padding-right: 166px;
}

.footerLinksItem p,
.footerLinksItem a {
    font-size: 15px !important;
    font-weight: 500;
    text-decoration: unset;
    color: #00000087;
    margin: 0px;
    transition: 0.8s all;
    position: relative;
    line-height: 26px;
}

.socialLinks ul {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    gap: 15px;
}

.socialLinks ul a i {
    font-size: 30px;
    transition: 0.8s all;
    color: #000000;
}

.socialLinks ul a {
    display: block;
    line-height: normal;
}

.socialLinks ul a:hover i {
    color: #4ea9d6;
}

.footerLinksItem a:before {
    content: '';
    width: 0%;
    background: #000000;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.8s all;
}

.footerLinksItem a:hover:before {
    width: 100%;
}

.footerLinksItem a:hover {
    color: #000;
    font-weight: 500;
}

.socialLinks ul a:before {
    display: none;
}


.inqueryForm {
    border-bottom: 1px solid #f2f2f2;
    background: linear-gradient(90deg, #1f7fce, #0d9488);
}

.inqueryFormWrapper {
    padding: 25px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #ffffff1c;
    background: transparent;
}

.inqueryFormWrapper form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inqueryFormWrapper .secTitle {
    padding-bottom: 32px;
    margin: 0px;
}

.inqueryFormWrapper form input,
.inqueryFormWrapper form textarea,
.inqueryFormWrapper form input:focus,
.inqueryFormWrapper form textarea:focus {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #d3d3d336;
    background: #e8e8e847;
    color: #fff;
}

.inqueryFormWrapper form input::placeholder,
.inqueryFormWrapper form textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Satoshi';
    color: #fff;
}

.submitBtnWrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
}

.captchaGrid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    align-items: center;
}

.submitbutton {
    background: #4da2c9 !important;
    padding: 15px 30px !important;
    font-weight: 400;
    color: #000000;
}



.WhyChooesUsWaterSec {
    background-size: 100% 100%;
    min-height: 900px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    position: relative;
}

.WhyChooesUsWaterWrapper {
    display: grid;
    grid-template-columns: 1fr 20% 1fr;
    gap: 60px;
}

.WaterDropImg {
    max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.WaterDropImg img {
    width: 100%;
}

.leftContent,
.RightContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap: 40px;
}

.leftContent .leftContentItem {
    text-align: right;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 25px;
    align-items: center;
    position: relative;
}

.RightContent .RightContentItem {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 25px;
    align-items: center;
    position: relative;
}

.ContentWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.leftContent .leftContentItem h5,
.RightContent .RightContentItem h5 {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.leftContent .leftContentItem p,
.RightContent .RightContentItem p {
    color: #fff;
    font-size: 16px;
}

.leftContent .leftContentItem:nth-child(2) {
    margin-right: 100px;
}

.RightContent .RightContentItem:nth-child(2) {
    margin-left: 100px;
}

.WhyChooesUsWaterWrapper .icon {
    width: 75px;
    padding: 15px;
    height: fit-content;
    border: 1px solid #fff;
    border-radius: 100px;
}

.WhyChooesUsWaterWrapper .icon img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5617%) hue-rotate(108deg) brightness(114%) contrast(100%);
}

.leftContent .leftContentItem:nth-child(1):after {
    width: 173px;
    right: -173px;
    transform: rotate(25deg) translate(10px, 56px);
}

.leftContent .leftContentItem:nth-child(2):after {
    width: 187px;
    right: -186px;
    /* transform: rotate(25deg) translate(10px, 66px); */
}

.leftContent .leftContentItem:nth-child(3):after {
    width: 90px;
    right: -112px;
    transform: rotate(-25deg) translate(-12px, -44px);
}

.leftContent .leftContentItem:after {
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    right: -160px;
    top: 50%;
    position: absolute;
}

.RightContent .RightContentItem:nth-child(1):after {
    width: 183px;
    left: -185px;
    transform: rotate(-25deg) translate(-10px, 56px);
}

.RightContent .RightContentItem:nth-child(2):after {
    width: 200px;
    left: -200px;
    /* transform: rotate(25deg) translate(10px, 66px); */
}

.RightContent .RightContentItem:nth-child(3):after {
    width: 95px;
    left: -116px;
    transform: rotate(25deg) translate(12px, -52px);
}

.RightContent .RightContentItem:after {
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    left: -160px;
    top: 50%;
    position: absolute;
}

.WhyChooesUsWaterSec .secTitle {
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    width: fit-content;
    margin: 0px auto 70px;
}

.WhyChooesUsWaterSec .secTitle:before {
    content: '';
    width: 20%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

.customHeader .navbar-collapse .rightBtn a.headerIcon {
    width: 40px;
    height: 40px;
    justify-content: center;
    background: #56bbed;
    border-radius: 100px;
    color: #fff;
    padding: 0px !important;
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.footerLinksItem a.navbar-brand {
    padding: 0px;
}

.ClientGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}


/* .ClientItem:nth-child(5) {
    grid-row: span 2 / span 2;
}



.ClientItem:nth-child(8) {
    grid-column: span 2 / span 2;
    background: #56bbed29;
    border-radius: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0000000d;
}

.ClientItem:nth-child(10) {
    grid-row: span 2 / span 2;
    grid-row-start: 2;
    grid-column-start: 4;
} */

.ClientItem img {
    width: 100%;
}

.ClientItem .horizontal-ticker__slide {
    aspect-ratio: auto;
    width: 100%;
    padding: 30px;
    transition: 0.8s all;
    background: #f4f4f4;
}

.OtherDetailsWrapper .nav {
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #2222;
    width: fit-content;
    margin: 0px 0px 15px 0px;
    background: #fff;
}

.OtherDetailsWrapper .nav button {
    border: 0px;
    padding: 15px 20px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    /* border-radius: 100px; */
    position: relative;
    transition: 0.8s all;
}

.OtherDetailsWrapper .nav button.active {
    background: #56bbed;
    border-radius: 100px;
    color: #ffff;
}

.OtherDetailsWrapper nav {
    justify-content: center;
    display: flex;
}


.WhyChooesUsWaterSec .secTitle h1 {
    color: #fff;
}

.SolutionsItem {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: #ffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #0000000f;
    position: relative;
    transition: 0.8s all;
}

.SolutionsItem:hover {
    box-shadow: 10px 10px 9px 0px #0000000d;
    border: 1px solid #56bbed;
}

.SolutionsImage img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    border-radius: 20px;
}

.SolutionsContent h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.SolutionsContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 25px;
    position: relative;
    height: 100%;
    justify-content: center;
}

.SolutionsContent ul {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0px;
    padding-top: 12px;
    border-top: 1px solid #2222;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2222;
    margin-bottom: 12px;
}

.SolutionsContent ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.SolutionsContent .sketchImg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .1;
    pointer-events: none;
}

.SolutionsContent .sketchImg img {
    width: 100%;
}

.SolutionsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.counterGrid {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: auto;
    position: relative;
}

.counterItem {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.counterItem h5 {
    margin: 0px;
    font-size: 60px;
    font-weight: 900;
    color: #000;
}

.counterItem span {
    font-size: 16px;
}

.SolutionsContent a,
.aboutContent .desc a,
.ProductMainPage .ServicesContent .desc~a,
.ServicesItem .desc~a {
    text-decoration: unset;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    width: fit-content;
    border: 1px solid #2222;
    border-radius: 12px;
    color: #030303;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.SolutionsContent a img,
.aboutContent .desc a img,
.ProductMainPage .ServicesContent .desc~a img,
.ServicesItem .desc~a img {
    transition: 0.8s all;
    max-width: 24px;
    transform: translate(-35px, 0px) scale(0);
    filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(3367%) hue-rotate(118deg) brightness(79%) contrast(98%);
    height: auto;
}

.SolutionsContent a i,
.aboutContent .desc a i,
.bannerBtnWrapper a i {
    transform: rotate(-90deg);
    transition: 0.8s all;
}

.SolutionsContent a::before,
.aboutContent .desc a:before,
.bannerBtnWrapper a::before,
.ProductMainPage .ServicesContent .desc~a:before,
.ServicesItem .desc~a:before {
    content: '';
    width: 0%;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, #5bbbeb, #2080cd);
    bottom: 0;
    transition: 0.8s all;
    left: 0;
    z-index: -1;
}

.SolutionsContent a:hover::before,
.aboutContent .desc a:hover:before,
.bannerBtnWrapper a:hover::before,
.ProductMainPage .ServicesContent .desc~a:hover:before,
.ServicesItem .desc~a:hover:before {
    width: 100%;
}

.SolutionsContent a:hover img,
.aboutContent .desc a:hover img,
.bannerBtnWrapper a:hover img,
.ProductMainPage .ServicesContent .desc~a:hover img,
.ServicesItem .desc~a:hover img {
    transform: translate(0px, 0px) scale(1);
}

.secTitle span {
    color: #000;
}

.SolutionsSec {
    border-top: 1px solid #f4f4f4;
    background: #f4f4f4f4;
}

.footerFirstLinksItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: large;
    gap: 45px;
}

.footerLogoItem .navbar-brand {
    width: fit-content;
    max-width: 200px;
}

.aboutAnimatedItem:first-child {
    opacity: 1;
    /* transform: translateY(0); */
}

.aboutAnimatedItem {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.aboutAnimatedItem:first-child .aboutAnimatedContent {
    opacity: 1;
    transform: translateY(0px);
}

.aboutAnimatedContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    background-color: #f8f9fa;
    opacity: 0;
    transform: translateY(40px);
}

.aboutAnimatedContent h5 {
    margin: 0px;
    font-size: 25px;
    font-weight: 700;
    color: #000;

}

.aboutAnimatedImage img {
    width: 70%;
}

.aboutAnimatedImage {
    text-align: center;
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.aboutAnimatedSec {
    position: relative;
    background: #ffff;
    height: 100vh;
}

.aboutAnimatedGrid {
    position: relative;

}

.counterSec {
    background: #55baec;
    position: relative;
}


.EnvironmentalGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.EnvironmentalItem {
    padding: 32px;
    text-align: center;
    border: 1px solid #0000000f;
    background: #fff;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: 0.8s all;
}

.EnvironmentalItem:hover {
    background: #f4f4f4;
    border: 1px solid #56bbed;
}

.EnvironmentalContent h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.EnvironmentalContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.EnvironmentalIcon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: linear-gradient(45deg, #56bbed, #1f7fce);
    border-radius: 100px;
}

.EnvironmentalIcon i {
    font-size: 20px;
}

.aboutImgWrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.aboutContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding-left: 30px;
}

.aboutContent .secTitle {
    max-width: 100%;
    margin: unset;
}

.aboutContent .desc ul {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.aboutContent .desc ul li {
    font-size: 16px;
    color: #000;
    margin: 0px;
    line-height: 28px;
    font-weight: 500;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
}

.CheckIcon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #56bbed, #1f7fce);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.CheckIcon i {
    font-size: 24px;
    color: #ffff;
    font-weight: 300;
}

.SolutionsContent a:hover i,
.aboutContent .desc a:hover i,
.bannerBtnWrapper a:hover i {
    transform: rotate(-45deg);
}



.bannerSec {
    position: relative;
}

.bannerSlider .swiper-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.bannerSlider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 41%);
}

.bannerContent {
    position: relative;
    color: #fff;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.bannerContent h1 {
    font-size: 80px;
    font-weight: 1000;
    margin: 0px;
    line-height: normal;
}

.bannerContent p {
    font-size: 18px;
    color: #fff;
}


.animateText {
    opacity: 0;
    transform: translateX(0px);
}


.bannerBtnWrapper {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.bannerBtnWrapper a {
    text-decoration: unset;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    width: fit-content;
    position: relative;
    transition: 0.8s all;
    border: 1px solid #f4f4f430;
}

.bannerBtnWrapper a:hover::after {
    background: #fff;
    left: 0;
    bottom: 0;
}

.bannerBtnWrapper a:hover {
    background: #56bbed;
}

.bannerPagination {
    position: absolute;
    left: 50%;
    bottom: 40px;
}

.bannerPagination .swiper-pagination {
    padding: 10px 15px;
    background: #0000004f;
}

.bannerPagination .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

.bannerSlider .swiper-button-prev,
.bannerSlider .swiper-button-next,
.CustomerSlider .swiper-button-prev,
.CustomerSlider .swiper-button-next {
    width: 60px;
    height: 60px;
    background: #0000004f;
    border-radius: 100px;
}

.bannerSlider .swiper-button-prev::after,
.bannerSlider .swiper-button-next::after,
.CustomerSlider .swiper-button-prev::after,
.CustomerSlider .swiper-button-next::after {
    font-size: 22px;
    color: #fff;
}

.bannerSlider .swiper-button-prev {
    left: 40px;
}

.bannerSlider .swiper-button-next {
    right: 40px;
}

.CustomerSlider .swiper-button-prev {
    left: 40px;
}

.CustomerSlider .swiper-button-next {
    right: 40px;
}

/* .ClientItem:nth-child(10) img {
    max-width: 100%;
}

.ClientItem:nth-child(5) img {
    max-width: 100%;
}

.ClientItem:nth-child(8) .swiper-slide.horizontal-ticker__slide,
.ClientItem:nth-child(10) .swiper-slide.horizontal-ticker__slide,
.ClientItem:nth-child(5) .swiper-slide.horizontal-ticker__slide {
    background: linear-gradient(45deg, #56bbed1f, #1f7fce26);
    border-radius: 10px;
    overflow: hidden;
    border: 0px solid #0000000d;
} */

.ClientItem .horizontal-ticker__slide:hover {
    background: #e9f5fc;
}

/* 
.ClientItem:nth-child(8) .swiper-slide.horizontal-ticker__slide img,
.ClientItem:nth-child(10) .swiper-slide.horizontal-ticker__slide img,
.ClientItem:nth-child(5) .swiper-slide.horizontal-ticker__slide img {
    filter: unset;
} */

.inqueryForm .secTitle h1,
.inqueryForm .secTitle p {
    color: #fff;
}


.aboutSec {
    position: relative;
    margin: 50px 0px;
}

.aboutSec:before {
    content: '';
    background-image: url('https://dcbwebsite.in/furaat/assets/images/waves.webp');
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    background-size: 100% 100%;
    animation: waveMove 8s linear infinite;
    opacity: 0.8;
    pointer-events: none;
}

.aboutImgWrapper {
    position: relative;
}

.counterSec:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://dcbwebsite.in/furaat/assets/images/counter-bg/counter-bg.webp');
    position: absolute;
    top: 0;
    left: 0;
    animation: waveMove 8s linear infinite;
    opacity: 0.1;
}

.ProductSec .backImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ProductSec .secTitle {
    position: relative;
}


/* .bannerSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
} */
.footerLinksItem a.navbar-brand::before {
    display: none;
}

.footerLogoItem .navbar-brand img {
    width: 100%;
    max-width: 75%;
    filter: brightness(0) saturate(100%) invert(73%) sepia(22%) saturate(2781%) hue-rotate(170deg) brightness(99%) contrast(87%);
}

.wave {
    background-image: url("https://dcbwebsite.in/furaat/assets/images/waves.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 90%;
    animation: wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    z-index: 1;
    animation: waveMove 8s linear infinite;
    opacity: 0.2;
}


@keyframes waveMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10%);
    }
}

.ProductSec .backImg img {
    width: 100%;
    height: 100%;
}

.breadCrumsWrapper {
    display: flex;
    align-items: flex-end;
    padding: 120px 0px 80px 0px;
    background: #e1e1e1;
}

.title-ko {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0px;
    color: #000;
    font-family: 'Satoshi';
    letter-spacing: 0.9px;
    text-align: center;
}

.brandText {
    margin: 50px auto 0px;
    /* padding: 15px 20px; */
    /* border: 2px solid #000; */
    width: fit-content;
    /* background: #000; */
}

.brandText p {
    color: #000;
    font-family: "Lavishly Yours", cursive;
    font-size: 40px;
    font-weight: 700;
}

.TeamGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    max-width: 100%;
    margin: auto;
}

.TeamImage img {
    width: 100%;
    border-radius: 20px;
}

.TeamItem {
    border: 1px solid #2222;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.TeamContent {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #041e2b 6%, transparent 65%);
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.TeamContent h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    transition: 0.8s all;
    transform: translate(0px, 10px);
}

.TeamImage {
    object-fit: cover;
    border-radius: 20px;
    position: relative;
}

.TeamContent .tag {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    transform: translate(0px, 0px);
    opacity: 1;
    transition: 0.8s all;
}

.TeamContent .desc {
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    opacity: 0;
    transform: translate(0px, 10px);
    transition: 0.8s all;
    height: 0px;
}

.TeamItem:hover p.desc {
    opacity: 1;
    transform: translate(0px, 0px);
    height: 96px;
}

.TeamItem:hover .TeamContent h5 {
    transform: translate(0px, 0px);
}

.TeamItem:hover .tag {
    transform: translate(0px, 60px);
    opacity: 0;
    height: 0;
}

.ServicesPage .ServicesItem {
    gap: 60px;
    grid-template-columns: auto 1fr;
    border: 0px;
    box-shadow: unset;
}

.ServicesPage .ServicesIconWrapper {
    grid-template-columns: 1fr;
    gap: 80px;
}

.ServicesPage .ServicesItem img {
    width: 684px;
    height: 466px;
}

.ServicesPage .ServicesItem .ServicesContent h5 {
    font-size: 25px;
    line-height: normal;
}

.ServicesPage .ServicesItem:hover {
    border: 0px;
    box-shadow: unset;
}


.ServicesPage .ServicesItem .ServicesContent {
    padding: 0px;
    gap: 20px;
}

.ServicesContentIcon {
    width: 60px;
    height: 60px;
    padding: 6px;
}

.ServicesContentIcon img {
    width: 100% !important;
    height: auto !important;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(281%) hue-rotate(158deg) brightness(96%) contrast(93%);
}

.ServicesPage .ServicesItem:nth-child(even) {
    padding: 80px 0px;
    border-top: 1px solid #2222;
    border-radius: 0px;
    border-bottom: 1px solid #2222;
}

.ServicesPage .ServicesItem:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #2222;
}

.ServicesContent ul {
    padding: 0px;
}

.ServicesContent ul li {
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
    gap: 15px;
    padding: 25px 0px;
    border-bottom: 1px solid #ededed;
}

.contentIcon img {
    width: 100% !important;
    height: auto !important;
    filter: brightness(0) saturate(100%) invert(78%) sepia(69%) saturate(2579%) hue-rotate(170deg) brightness(96%) contrast(94%);
}

.ServicesContent ul li .contentli {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ServicesContent ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.ServicesContent ul li:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.ServicesContent ul li strong {
    font-size: 17px;
    line-height: normal;
    color: #000;
    font-weight: 900;
}

.ServicesContent ul li p.tag {
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    color: #3d414573;
    letter-spacing: 0.5px;
}

.ContactInformationGrid {
    display: grid;
    grid-template-columns: 25% 1fr 1fr 20%;
    gap: 100px;
}

.ContactInformationItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ContactInformationItem h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d34d;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ContactInformationItem ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
    margin: 0px;
}

.ContactInformationItem ul li a {
    text-decoration: unset;
    font-size: 16px;
    color: #444;
    margin: 0px;
    line-height: normal;
}

.ContactInformationItem h5 img {
    max-width: 30px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(69%) saturate(2579%) hue-rotate(170deg) brightness(96%) contrast(94%);
}


.ContactFormAddress .inputGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.ContactFormAddress input {
    padding: 20px 15px;
    border: 1px solid #ededed;
    min-height: 60px !important;
    color: #121212 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 8px;
}

.ContactFormAddress textarea {
    opacity: 1;
    padding: 20px 15px;
    border: 1px solid #ededed;
    color: #121212 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 8px;
}

.ContactFormAddress input::placeholder,
.ContactFormAddress textarea::placeholder {
    opacity: 0.6;
    color: #121212 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.ContactFormAddress .form-group {
    margin: 0px;
}

.ContactFormAddress form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.ContactFormAddress button {
    width: fit-content;
    margin-top: 40px;
}


.ContactformSec {
    padding: 80px 0px;
    border-top: 1px solid #2222;
    border-bottom: 1px solid #2222;
}

.ContactAddressItem h5,
.ContactFormAddress h5 {
    font-size: 20px;
    line-height: normal;
    margin: 0px;
    font-weight: 700;
    color: #000;
}

.ContactAddressItem ul {
    padding: 0px;
    margin: 0px;
}

.ContactAddressItem ul li {
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
    font-size: 16px;
    line-height: normal;
    color: #444;
    font-weight: 900;
    padding: 25px 0px;
    border-bottom: 1px solid #ededed;
    transition: 0.8s all;
    opacity: .8;
}

.ContactformGrid {
    display: grid;
    grid-template-columns: 1fr 60%;
    gap: 65px;
    align-items: center;
    padding: 45px;
    background: #f4f4f4;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    height: 100%;
}

.ContactAddressItem {
    background: #f4f4f4;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}

.ContactAddressItem ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.ContactAddressItem ul li:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.ContactFormAddress {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 65px;
    position: relative;
}

.ContactFormAddress:before {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(45deg, transparent, #77b8d752, transparent);
    position: absolute;
    left: 0;
}

.ContactFormAddress button.btn-default {
    background: #4da2c9 !important;
    padding: 15px 20px !important;
    font-weight: 400;
    border: 0px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 10px;
}

.ContactformMap iframe {
    width: 100%;
}

.ProductInnerGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.ProductInnerGrid .ProductItem {
    min-width: 100%;
}


.ProductMainPage .ServicesContent .desc {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0px;
    border-top: 1px solid #2222;
    border-bottom: 1px solid #2222;
}

.ProductMainPage .ServicesContent .desc h5 {
    font-size: 17px;
}

.ProductMainPage .ServicesContent .desc ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ProductMainPage .ServicesContent .desc ul li {
    padding: 0px;
    border: 0px;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    font-size: 16px;
}

.descItem {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ProductMainPage .ServicesContent .desc ul li img {
    width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(59%) sepia(91%) saturate(356%) hue-rotate(165deg) brightness(98%) contrast(89%);
}

.ProductMainPage .ServicesContent h5 {
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
}

.ProductMainPage .ServicesContent h5 img {
    width: 100% !important;
    height: auto !important;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(281%) hue-rotate(158deg) brightness(96%) contrast(93%);
}

.ProductMainPage .ServicesItem img {
    aspect-ratio: 112 / 101 !important;
    height: auto;
}

.borderTop {
    border-top: 1px solid #2222;
}

.productDetailsTitle h5 {
    margin: 0px;
    font-weight: 700;
    color: #000;
    font-size: 26px;
    line-height: normal;
    text-align: center;
}

.tagline p {
    text-align: center;
    color: #000;
    /* font-family: "Lavishly Yours", cursive; */
    /* font-size: 40px; */
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
}

.productDetailsPage {
    position: relative;
}

.productDetailsPage .tagline {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(360deg, #f4f4f4, #ffffff);
    padding: 25px 35px;
}

/* 
.InstallationGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px 0px;
    padding: 80px 0px 0px;
}

.InstallationItem {
    width: fit-content;
    margin: auto;
    position: relative;
}

.InstallationContent {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #4444;
}

.InstallationContent h5 {
    margin: 0px;
    color: #000;
    font-family: 'Satoshi';
    font-size: 18px;
    font-weight: 900;
}

.InstallationItem:nth-child(1):before,
.InstallationItem:nth-child(2):before {
    content: '';
    width: 100%;
    position: absolute;
    right: -100%;
    top: 50%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='100' stroke-linecap='square'/%3e%3c/svg%3e");
    opacity: .1;
}

.InstallationItem:nth-child(3):before {
    content: '';
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: -40%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='100' stroke-linecap='square'/%3e%3c/svg%3e");
    opacity: .1;
}

.InstallationItem:nth-child(6):before,
.InstallationItem:nth-child(5):before {
    content: '';
    width: 100%;
    position: absolute;
    left: -100%;
    top: 50%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='100' stroke-linecap='square'/%3e%3c/svg%3e");
    opacity: .1;
}


.InstallationItem:nth-child(1):after,
.InstallationItem:nth-child(2):after {
    content: '';
    width: 30px;
    position: absolute;
    right: -50%;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    margin-right: -15px;
    background-image: url('../images/Product/chevron.png');
    background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(59%) sepia(91%) saturate(356%) hue-rotate(165deg) brightness(98%) contrast(89%);
}

.InstallationItem:nth-child(3):after {
    content: '';
    width: 30px;
    position: absolute;
    height: 30px;
    margin-bottom: -15px;
    margin-left: -15px;
    background-image: url('../images/Product/chevron.png');
    background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(59%) sepia(91%) saturate(356%) hue-rotate(165deg) brightness(98%) contrast(89%);
    left: 50%;
    bottom: -20%;
    transform: rotate(90deg);
}

.InstallationItem:nth-child(6)::after,
.InstallationItem:nth-child(5)::after {
    content: '';
    width: 30px;
    position: absolute;
    left: -50%;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-image: url('../images/Product/chevron.png');
    background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(59%) sepia(91%) saturate(356%) hue-rotate(165deg) brightness(98%) contrast(89%);
    transform: rotate(-180deg);
} */


.EasyInstallationSec {
    position: relative;
    /* overflow: hidden; */
}

.InstallationWrap {
    position: relative;
}

.InstallationGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px 0;
    padding: 80px 0 0;
}

.InstallationItem {
    width: fit-content;
    margin: auto;
    position: relative;
    opacity: 0 !important;
    transform: scale(0.88) !important;
    transition: 0.8s all;
}

.InstallationImage {
    position: relative;
    z-index: 2;
}

.InstallationImage img {
    display: block;
    object-fit: cover;
    border-radius: 50%;
    /* box-shadow: 0 0 0 rgba(0,0,0,0); */
}

.InstallationContent {
    position: absolute;
    top: 35px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.InstallationContent h5 {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: 800;
}

.InstallationItem.active {
    opacity: 1;
    transform: scale(1);
}

.InstallationItem.active .InstallationImage img {
    /* box-shadow: 0 16px 30px rgba(0,0,0,0.12); */
}

.InstallationItem.active .InstallationContent {
    background: #33b8ff;
    border-color: #33b8ff;
}

.InstallationItem.active .InstallationContent h5 {
    color: #fff;
}

.InstallationItem.done {
    opacity: 0.9;
    transform: scale(0.96);
}

.InstallationItem.done .InstallationContent {
    background: #111;
    border-color: #111;
}

.InstallationItem.done .InstallationContent h5 {
    color: #fff;
}

/* connector common */
/* left connector */
.connector-left {}

.connector-left .line {}

.connector-left .arrow {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg) scale(0.3);
}

/* down connector */
.connector-down {
    width: 30px;
    height: 130px;
    left: 50%;
    bottom: -130px;
    transform: translateX(-50%);
}

.connector-down .line {}

.connector-down .arrow {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(90deg) scale(0.3);
}

@media (max-width: 991px) {
    .InstallationGrid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }

    .InstallationImage img {
        width: 180px;
        height: 180px;
    }

    .connector {
        display: none;
    }
}

@media (max-width: 767px) {
    .InstallationGrid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


/* connector common */
.connector {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.connector .line {
    position: absolute;
    display: block;
    opacity: 1;
}

.connector .arrow {
    width: 27px;
    position: absolute;
    height: auto;
    filter: brightness(0) saturate(100%) invert(59%) sepia(91%) saturate(356%) hue-rotate(165deg) brightness(98%) contrast(89%);
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -12.96px;
    z-index: 1;
    /* background: #fff; */
}

/* right connector */
.connector-right {
    width: 100%;
    height: 1px;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
}

.connector-right .line {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-image: linear-gradient(to right, #0000005e 33%, rgb(255 255 255 / 0%) 0%);
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}

.connector-right .arrow {}

/* left connector */
.connector-left {
    left: -100%;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.connector-left .line {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-image: linear-gradient(to right, #0000005e 33%, rgb(255 255 255 / 0%) 0%);
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}

.connector-left .arrow {
    left: 50%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg) scale(0.2);
    margin-top: 0px;
}

/* down connector */
.connector-down {
    width: 30px;
    height: 130px;
    left: 50%;
    bottom: -130px;
    transform: translateX(-50%);
}

.connector-down .line {
    width: 1px;
    height: 90%;
    left: 50%;
    top: 0;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    background-image: repeating-linear-gradient(to bottom,
            rgba(0, 0, 0, 0.25) 0 8px,
            transparent 8px 16px);
    background-repeat: repeat-y;
}

.connector-down .arrow {
    bottom: 0;
    transform: translateX(-50%) rotate(90deg) scale(0.2);
    width: 27px;
    height: 27px;
    margin-left: 1px;
    margin-top: -20px;
}

.connector .arrow img {
    width: 100%;
}

.InstallationItem.step1.done,
.InstallationItem.step2.done,
.InstallationItem.step3.done,
.InstallationItem.step4.done,
.InstallationItem.step5.done,
.InstallationItem.step6.done,
.InstallationItem.active {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.EffortlessSec .InstallationItem {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.EffortlessSec .InstallationGrid {
    gap: 50px 0px;
    margin: auto;
}

.boderBottom0 {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.aboutMoreContent ul {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 0px !important;
    padding-bottom: 0px !important;
    border: 0px !important;
}


.aboutMoreContent .aboutContent {
    padding-left: 0px;
    gap: 25px;
}


.aboutMoreContent .secTitle h2 {
    margin: 0px;
    line-height: normal;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.aboutMoreContent .aboutContent ul {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    gap: 25px !important;
}

.aboutMoreContent .aboutContent ul li {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 12px;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    font-weight: 900;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.8s all;
    opacity: 0.5;
}

.aboutMoreContent .aboutContent ul li .instaIcon {
    max-width: 35px;
    transition: 0.8s all;
    filter: brightness(0) saturate(100%) invert(21%) sepia(6%) saturate(8%) hue-rotate(336deg) brightness(100%) contrast(81%);
}

.aboutMoreContent .aboutContent ul li .instaIcon img {
    width: 100%;
}

.aboutMoreContent .aboutContent ul li:hover {
    background: #57baec;
    opacity: 1;
}

.aboutMoreContent .aboutContent ul li:hover .instaIcon {
    filter: unset;
    opacity: 1;
}

.aboutMoreContents ul {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 0px !important;
    padding-bottom: 0px !important;
    border: 0px !important;
}


.aboutMoreContents .aboutContent {
    padding-left: 0px;
    gap: 10px;
}


.aboutMoreContents .secTitle h2 {
    margin: 0px;
    line-height: normal;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.aboutMoreContents .aboutContent ul {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 0px !important;
}

.aboutMoreContents .aboutContent ul li {
    padding: 0px 20px;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    font-weight: 900;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.8s all;
    opacity: 0.5;
}

.aboutMoreContents .aboutContent ul li .instaIcon {
    max-width: 20px;
    transition: 0.8s all;
    filter: brightness(0) saturate(100%) invert(21%) sepia(6%) saturate(8%) hue-rotate(336deg) brightness(100%) contrast(81%);
}

.aboutMoreContents .aboutContent ul li .instaIcon img {
    width: 100%;
}



.aboutMoreContents .aboutContent ul li:hover .instaIcon {
    filter: unset;
    opacity: 1;
}

.aboutInceptionContentSec .brandText {
    margin: 0px;
}

.aboutInceptionContentSec .brandText p {
    font-size: 18px !important;
    font-weight: bolder;
    font-family: 'Satoshi';
}

.aboutInceptionContentSec {
    border-bottom: 1px solid #e3e3e385;
}

.ContactAddressItem ul li .partnerArrow {
    position: absolute;
    left: 0;
    filter: unset;
    opacity: 0;
    transition: 0.8s ease-in-out;
    transform: scale(0);
}

.ContactAddressItem .contentIcon {
    position: relative;
}

.ContactAddressItem ul li:hover {
    color: #000;
    opacity: 1;
    cursor: pointer;
}

.ContactAddressItem ul li:hover .contentIcon .partnerIcon {
    opacity: 0;
    transform: scale(0);
}

.ContactAddressItem ul li .contentIcon .partnerIcon {
    opacity: 1;
    transition: 0.8s ease-in-out;
}

.ContactAddressItem ul li:hover .contentIcon .partnerArrow {
    opacity: 1;
    transform: scale(1);
}

.CustomPartnersModel .modal-dialog {
    max-width: 60%;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersImg img {
    width: 100%;
}

.CustomPartnersModel .modal-dialog .modal-body {
    padding: 0px;
    overflow: hidden;
    border: 0px;
}

.CustomPartnersModel .modal-dialog .modal-content {
    border: 0px;
    border-radius: 20px;
    overflow: hidden;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .CustomPartnersHeader {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #44444421;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .CustomPartnersHeader h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #000;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .CustomPartnersHeader img {
    max-width: 45px;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .CustomPartnersContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .CustomPartnersContent h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    color: #444;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .CustomPartnersContent ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* padding-top: 15px; */
    /* border-top: 1px solid #4444; */
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .CustomPartnersContent ul li a {
    text-decoration: unset;
    color: #222;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}

.CustomPartnersContent p {
    font-size: 16px;
    color: #444;
    margin: 0px;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2222;
}

.CustomPartnersModel .modal-dialog .modal-content .modal-header {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    border-left: 1px solid #2222221f;
    border-radius: 0px;
    border-bottom: 1px solid #2222221f;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2222221f;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    z-index: 111;
}

.CustomPartnersModel .modal-dialog .modal-content .modal-header .btn-close {
    margin: 0px;
    padding: 0px;
    opacity: 1;
    outline: unset;
    box-shadow: unset;
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .bigImg {
    min-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    /* opacity: 0.09;
    filter: brightness(0) saturate(100%) invert(21%) sepia(6%) saturate(8%) hue-rotate(336deg) brightness(100%) contrast(81%); */
}

.CustomPartnersModel .modal-dialog .CustomPartnersWrapper .CustomPartnersItem .bigImg img {
    width: 100%;
    height: 100%;
}

.partnerwithUsSec .aboutSec:before {
    display: none;
}

.partnerwithUsSec .aboutSec.bgGrey .aboutContent.aboutMoreContent {
    padding: 0px;
}

.partnerwithUsSec .aboutSec .aboutContent.aboutMoreContent li img {
    max-width: 16px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(98%) saturate(1145%) hue-rotate(171deg) brightness(98%) contrast(88%);
    margin-right: 15px;
}

.partnerwithUsSec .aboutSec .aboutContent.aboutMoreContent li {
    display: flex;
    align-items: center;
    gap: 0px;
}

.partnerwithUsSec .aboutSec .aboutContent.aboutMoreContent li a {
    padding: 0px 0px 0px 10px;
    font-weight: 600 !important;
}

.TestimonialsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.TestimonialsItem {
    padding: 32px;
    border: 1px solid #e1e1e185;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    background: #fff;
}

.TestimonialsHeader {
    padding-top: 20px;
    border-top: 1px solid #22222214;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
}

.TestimonialsHeader h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}

.TestimonialsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.TestimonialsContent span {
    width: fit-content;
    padding: 7px 10px;
    background: #f5da5c5c;
    border-radius: 100px;
    font-size: 14px;
}

.TestimonialsHeader span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #56bbed, #136d99);
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}


.faqsWrapper {
    max-width: 70%;
    margin: auto;
}

.faqsWrapper .accordion-item {
    border: 0px;
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid #2222;
}

.faqsWrapper .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faqsWrapper .accordion button {
    padding: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    background: #f4f4f4;
    border-radius: 12px !important;
    overflow: hidden;
    border: 0px !important;
    box-shadow: 0px 6px #57baec;
    display: flex;
    align-items: center;
    gap: 15px;
}

.faqsWrapper .accordion-item .accordion-body {
    line-height: 32px;
    font-size: 16px;
    font-family: 'Satoshi';
    color: #444;
}

button.accordion-button.collapsed {
    box-shadow: 0px 0px #57baec;
}

.faqsWrapper .accordion button:not(.collapsed) {
    box-shadow: 0px 6px #2222;
    background: #d1ecfa;
}

.faqsWrapper .accordion button span {
    font-size: 18px;
    font-weight: 900;
}


#BUSINESS_HIGHLIGHT {
    position: relative;
    height: 100%;
}

#BUSINESS_HIGHLIGHT .content_section {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#BUSINESS_HIGHLIGHT .content_section .sec_inner {
    padding: 0 82px;
    display: grid;
    grid-template-columns: auto 1fr;
}

#HISTORY .sec_inner {
    padding: 0 !important;
}

#HISTORY .box_top {
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 64px;
    background: #fff;
    transition: all .3s ease;
}

#HISTORY .box_top .box_inner {
    overflow: hidden;
}

#HISTORY .box_left .history_num .num_inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 265px;
    vertical-align: top;
    transition: color .3s cubic-bezier(.3, 0, .07, .99);
    width: 550px;
}

#HISTORY .box_left .history_num .num_inner div {
    color: inherit;
    font-size: 200px;
    letter-spacing: -2px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    right: 0;
    width: 550px;
    text-align: right;
    padding-right: 25px;
    color: #000;
    font-weight: bold;
    font-family: 'Satoshi';
}

#HISTORY .box_left .history_num .num_inner div.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

#HISTORY .box_right {
    position: relative;
    padding: 0px 0 80px;
}

#HISTORY .box_right .box_list {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    /* margin-top: 64px; */
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding-bottom: 50px;
}

#HISTORY .box_right .box_list:nth-child(1) {
    margin-top: 0;
    border-top: 0;
}

.box_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#HISTORY .box_right .box_list:last-child {
    padding: 0px;
    border: 0px;
}

#HISTORY .box_right .box_list .list_head {
    display: flex;
    gap: 45px;
    margin: 45px 0px 0px 0px;
    flex-direction: column;
}

#HISTORY .box_right .box_list .list_head .num {
    color: #57baec;
    letter-spacing: -2px;
    vertical-align: middle;
    line-height: 60%;
    font-size: 200px;
    font-weight: bold;
}

#HISTORY .box_right .box_list .list_head .num span {
    display: inline-block;
}

#HISTORY .box_right .box_list .list_head .desc {
    color: #000;
}

#HISTORY .box_right .box_list .list_head .desc .copy {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#HISTORY .box_left {
    box-sizing: border-box;
    margin-top: 0px;
}

.mobileBlock {
    display: none !important;
}

#HISTORY .box_right .box_list .list_head .desc .copy ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#HISTORY .box_right .box_list .list_head .desc .copy ul li img {
    max-width: 30px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(98%) saturate(1145%) hue-rotate(171deg) brightness(98%) contrast(88%);
}

#HISTORY .box_right .box_list .list_head .desc .copy ul li {
    font-size: 16px;
    color: #000;
    margin: 0px;
    line-height: 28px;
    font-weight: 500;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
}

#HISTORY .box_right .box_list .list_head .desc .copy p {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.ServicesDetailsPage .ServicesContent .desc {
    grid-template-columns: 1fr;
    border-bottom: 0px;
}

.TypesGrid {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.TypesItem .TypesIcon img {
    width: 100%;
}

.TypesItem {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #44444421;
}

.TypesItem .TypesIcon {
    border-radius: 20px;
    overflow: hidden;
}

.TypesItem .TypesContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 25px;
    position: relative;
    justify-content: center;
}

.TypesItem .TypesContent h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.VideoWrap {
    max-width: 80%;
    margin: 30px auto 0px;
    border-radius: 30px;
    overflow: hidden;
}

.VideoWrap video,
.VideoWrap iframe {
    width: 100%;
    height: 650px;
    object-fit: contain;
    background: #f4f4f4;
}

.KeyServicesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 50px;
}

.KeyServicesItem .KeyServicesIcon img {
    width: 100%;
}

.KeyServicesItem .KeyServicesIcon {
    max-width: 70px;
    transition: 0.8s all;
    transform: scale(0.7);
}

.KeyServicesItem {
    padding: 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #f4f4f4;
    transition: 0.8s all;
    opacity: .7;
}

.KeyServicesItem .KeyServicesContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: 0.8s all;
}

.KeyServicesItem .KeyServicesContent h5 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
}

.KeyServicesItem:hover {
    box-shadow: 0px 6px #57baec61;
    border: 1px solid #57baec61;
    opacity: 1;
}

.KeyServicesItem:hover .KeyServicesContent {
    opacity: 1;
}

.KeyServicesItem:hover .KeyServicesIcon {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0) saturate(100%) invert(73%) sepia(22%) saturate(2781%) hue-rotate(170deg) brightness(99%) contrast(87%);
}

.VideoFullSec {
    max-width: 100%;
}

.VideoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.VideoItem {
    border: 1px solid #4444;
    border-radius: 30px;
    overflow: hidden;
}

.VideoItem iframe {
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

.VideoItem .VideoContent {
    padding: 15px 30px 30px;
}

.VideoItem .VideoContent h5 {
    margin: 0px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: normal;
}

.useCaseMoreGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.useCaseMoreGrid .descItem ul {
    display: flex;
    flex-direction: column;
    gap: 15px !important;
}

.useCaseMoreGrid .descItem ul img {
    max-width: 16px;
    filter: brightness(0) saturate(100%) invert(59%) sepia(91%) saturate(356%) hue-rotate(165deg) brightness(98%) contrast(89%);
}

.useCaseMoreGrid .descItem ul li {
    opacity: 1;
    border: 0px;
    background: transparent;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
}

.useCaseMoreGrid .descItem ul li:hover {
    background: transparent;
}

.descItem h2 {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin: 0px;
}

.ThreeGrid {
    grid-template-columns: 1fr auto 1fr;
    gap: 25px;
}

.MainProductDetailsPage .KeyServicesGrid {
    grid-template-columns: 1fr 1fr 1fr;
}

.MainProductDetailsPage .KeyServicesGrid ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.MainProductDetailsPage .KeyServicesGrid ul li img {
    max-width: 16px;
}

.MainProductDetailsPage .KeyServicesGrid ul li {
    align-items: baseline;
    display: flex;
    gap: 10px;
}

.MainProductDetailsPage .KeyServicesGrid ul li img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(91%) saturate(356%) hue-rotate(165deg) brightness(98%) contrast(89%);
}

.PhotosGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 50px;
}

.PhotosItem img {
    width: 100%;
    max-height: 359px;
    height: 100%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 20px;
    min-height: 359px;
}

.useCaseMoreContent .productDetailsTitle {
    margin-bottom: 50px;
}

.ThreeGrid .descItem {
    padding: 32px;
    border: 1px solid #2222;
    border-radius: 20px;
    gap: 20px;
}

.ThreeGrid .descItem h2 {
    font-size: 18px;
}

.projectsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.projectsItem .projectsImage img {
    width: 100%;
}

.projectsItem {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #2222;
}

.projectsImage {
    border-radius: 20px;
    overflow: hidden;
}

.projectsItem .projectsContent h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

.projectsItem .projectsContent {
    padding: 25px;
}

.projectDetails .ServicesContent h5 {
    grid-template-columns: 1fr;
    font-size: 22px !important;
}

.projectsItem a {
    text-decoration: unset;
}


li.nav-item.dropdown:hover .ourproductmenu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.customHeader ul.navbar-nav li.nav-item.dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px !important;
    border-radius: 0px;
}

li.nav-item.dropdown a::after {
    position: relative;
    background: transparent;
}

.ourproductmenu {
    padding: 0px;
    border: 0px;
    box-shadow: 10px 10px 20px 20px #0000000f;
    border-radius: 12px;
    border: 1px solid #0000000f;
}

.dropdown-menu li {
    border-bottom: 1px solid #e9e8e8 !important;
}

.dropdown-menu li:hover {
    background: transparent;
}

.dropdown-submenu .dropdown-menu {
    margin: 10px 0px 0px !important;
}

.ourproductmenu a.dropdown-item {
    font-size: 12px !important;
    text-transform: uppercase;
}

.ourproductmenu li:last-child {
    border-bottom: 0px !important;
}

.ourproductmenu li a:hover::before {
    display: none;
}

.customHeader ul.navbar-nav li.nav-item.dropdown a:hover,
.customHeader .navbar-collapse .rightBtn a:hover,
.customHeader ul.navbar-nav li a:hover {
    background: #9cd7f4;
    color: #000;
}

.ProductItem a {
    text-decoration: unset;
    color: #030303;
    transition: 0.8s all;
}

.ProductItem a:hover {
    color: #56bbed;
}

.CustomerSlider .bannerPagination {
    bottom: 0px;
}

.CustomerSlider {
    padding-bottom: 60px;
}

.CustomerSlider .bannerPagination .swiper-pagination {
    background: #00000045;
}

.CustomerSlider .bannerPagination .swiper-pagination .swiper-pagination-bullet {
    background: #000000;
}

.TestimonialsContent p {
    min-height: 96px;
}

.partnerwithUsSec .aboutSec .aboutContent.aboutMoreContent li a {
    border: 0px !important;
}

.partnerwithUsSec .aboutSec .aboutContent.aboutMoreContent li a::before {
    display: none !important;
}

.HomePageServices .ServicesContent .desc {
    padding-top: 12px;
    border-top: 1px solid #2222220f;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2222220f;
    margin-bottom: 12px;
}

.HomePageServices .ServicesContent .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.WhyChooesUsNewSec img {
    width: 100%;
}


.ourproductmenu>li.nav-item.dropdown>ul.dropdown-menu {
    position: absolute;
    top: -0px;
    right: -270px;
    display: none;
    max-width: 269px;
    min-width: 269px;
}

.ourproductmenu>li.nav-item.dropdown:hover>ul.dropdown-menu {
    display: block;
}