@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* home page start */
a {
    text-decoration: none;
}

li{font-family: 'Montserrat';}

/* body {
    overflow-x: hidden;
} */

/* Body styles */x
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}

p {
    font-family: 'Montserrat'; line-height:2rem; font-size: 1rem; color: #484848;
}

.b {
    font-weight: 600 !important;
}

/* Input */
input {
    background: transparent;
    outline: none;
    border: 0;
    width: 70%;
}

/* Header styles */
.heading {
    font-weight: 600;
}

.banner-heading {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
}

.banner-para {
    color: #FFDD54;
    text-align: center;
    font-size: 1.2rem;
    line-height: 180%;
    max-width: 50rem;
}


/* New Nav */
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu.nav-Drop {left: -42px; border-radius:10px;}

/* nav change*/
.li-list {
    display: flex;
    gap: 20px;
    margin-right: 10px;
}

.li-list a,
.dropdown-link {font-size:1.1rem;text-align:left;}

.list-links {display: flex;}

/* Navigation styles */
.navbar {
    background: #fff;
    box-shadow: 0 0 20px rgba(000, 000, 000, 0.1);
    height:80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    transition: all 0.5s;
}

.header-right{display: none;}

.navbar-nav.for-mobile{display:none;}

.navbar button.navbar-toggler{border: 1px solid #065bb0; padding: 6px 10px; border-radius:4px;}

.navbar.scrollUp{transform: translateY(-90px);}

.logo-img {height: 64px;}

.nav-link-btn {margin: 0 1rem;}

.nav-link-btn p{font-family: "DM Sans", sans-serif; letter-spacing: 0.5px; font-size: 16px; margin: 0; color: #fff; padding-left: 8px;}

.nav-link,
.dropdown-link {
    color: #525252;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.5px; padding: 22px 0;
}

.nav-link:hover {border-bottom: 4px solid #085bb0; color: #085bb0;}
.dropdown-link:hover{color: #085bb0;}

.navbar-toggler:hover,
.navbar-toggler:focus {
    box-shadow: none;
}
.fancybox-image{border: 3px solid #fff !important;}
/*sliding banner*/
.m-banner{padding-top: 80px;}
.b-content span strong{font-size: 55px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;}
.carosal-items{margin-top: 150px;}
.carousel-control-prev-icon {
    margin-top: 80px;
    margin-left: -50px;
}

.carousel-control-next-icon {
    margin-top: 80px;
    margin-left: 50px;
}
.carousel-caption{
    left: 10%;
}

.carousel-caption p {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.3em;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    /* padding:0 0 20px; */
}

.carousel-caption h1.b-content p{
    font-size: 55px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left; 
    text-transform: uppercase;
}

.carousel-caption button a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4em;
    text-align: left; padding: 14px 20px;
    color: #fff;
}

.carousel-control-prev-icon {
    background-image: url('/images/bla.svg');
}

.carousel-control-next-icon {
    background-image: url('/images/bra.svg');
}

/* banner styles */
.top-title {
    color: #FFDD54;
    font-size: .8rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.275rem;
    text-transform: uppercase;
    margin: 0;
}

.top-title p span{font-size: 20px !important;}

.col-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-center-banner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 7rem;
}


.col-center-banner>h1 {
    color: #FFF;
    font-size: 3rem; margin:80px 0 1rem 0 !important;
}

.projectBanner .col-center-banner>h1, .productBanner .col-center-banner>h1{margin:20px 0 1rem 0 !important;}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w100 {
    width: 100%;
}

.half-banner-para {
    color: #FFDD54;
    font-size: 1.5rem;
    line-height: 180%;
    width:54rem;
}

/* Buttons */
.button {
    border-radius: 0.125rem;
    background: #085BB0;
    padding: .7rem 1.5rem;
    color: #FFF;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 0.35rem;
    border: 0;
    outline: none;
    cursor: pointer; font-family: "DM Sans", sans-serif;
}

.green-button {
    background: #41B212;
    border-radius: 0 5px 5px 0 !important;
}

.top-btns .blue {
    border-radius: 5px 0 0 5px !important;
    width: 190px;
}

.top-btns {
    position: absolute;
    top: 1%;
    left: 5px;
}
.prolite-b-btn{flex-wrap: wrap; width: 1350px;}

.top-btns button {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.2em;
    text-align: left;
}

/* Section 2  */
.product-container {
    padding: 2rem;
    background: #EFFCF9;
    gap: 1.2rem;
    margin: 0 2rem;
}

.product-container>.col-center {
    background: #fff;
    padding: 1.5rem;
}

.product-container>.col-center>h4 {
    font-weight: bold; font-size:1.6rem;
    text-transform: uppercase;
}

.s2-img>img {
    height: 10rem;
}

.s2-container {
    padding: 10px 2rem 6rem;
}
.s2-container.mobile{display: none;}

.small-txt {
    color: #4B4A4A;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; margin: 0;
}

.num h4 {
    font-size: 3.2rem;
    color: #020202; margin: 0;
}

.num p {
    color: #3F3F3F;
    text-align: center;
    font-size: 1.1rem; margin: 0;
}

.num-container {
    padding: 0 5rem;
}

.num-row {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    margin-top: 2rem;
}

/* Section3 */
.s3-container {
    padding: 0 2rem 6rem 2rem;
}

.s3-container h2 {
    color: #085BB0;
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem; padding: 0 0 20px;
}

/* Section4 */
.s4-container {
    background: url('/images/bgSection4.svg'), lightgray 50% / cover no-repeat;
    height: 80vh;
}

.White-section {
    background: #fff;
    padding: 2rem 3rem;
    margin: 4rem 0 0 8rem;
    width: 35rem;
}

.white-box {
    border-left: 1.5px solid #D0DCE5;
    padding: 0 3rem;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}


.white-box button {
    width: max-content;
}

.white-head h6 {
    color: #085BB0;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.white-head h4 {
    color: #020202;
    font-weight: 600;
}

/* Section 5 */
.section5-row {
    padding: 3rem 0;
}

.section-5-img img {
    height: 15rem;
}

.section-5-box h5 {
    font-weight: 600;
    text-align: center;
    padding: 2rem 2rem 0 2rem;
}

.section-5-box {
    padding: 2rem;
}

.s5-content {
    gap: 1rem;
    padding: 2rem 1rem 0 4rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
}


/* section6 */
.section6 {
    padding: 3rem 0 2rem 0;
}

.carousel-card {
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.carousel-img {
    /* height: 80%; */
    padding:1rem; min-height: 380px;
}

.carousel-img img {
    width: 80%;
}

.carousel-data {
    height:80px;
    text-transform: uppercase;
    border-top: 1px solid #B1CAE4;
    font-weight: 600 !important; padding: 20px;
}



.section6>h2,
.section7>h2,
.section9>h2 {
    margin: 1rem 0 3.5rem 0;
}


/* section7 */
.section7,
.section9 {
    padding: 3rem 0 2rem 0;
}

.section7 .carousel-card {
    border: 1px solid #C2D3E1;
    background: #F4FAFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.button.explore {
    background: #fff !important;
    color: #000;
    border: 1px solid #085BB0;
    margin: 2.5rem 0;
    font-weight: 400; padding: 16px 26px;
}

/* section8 */
.section8 {
    background: url('/images/galaxy-new.jpg');
    height: 100vh;
    background-position: center;
}

.section8.mobile{display: none;}

.flip-section h1 {
    color: #fff;
    letter-spacing: .5rem;
    margin-bottom: 2rem;
}

.flip-section h2 {
    color: #fff;
    letter-spacing: .5rem;
    margin-bottom: 2rem; text-transform: uppercase; padding:50px 0 0; margin: 0;
}

.front {
    font-size: 5rem;
    color: #fff;
}

.Card {
    width: 210px;
    height: 210px;
    perspective: 1000px;
    margin: 10px;
    background: transparent;
}

.card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.Card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.card-front {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.30);
    font-size: 7.5rem;
    font-weight: 700;
    border: 1px solid #FFF;
}

.card-back {
    background: #085BB0;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
}

.card-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.card-back img{height: 100px;}
.card-back p{margin: 10px 0 0; color: #fff; font-size:18px; font-weight: 500;}

.product-container{width: 650px; margin: 0 auto; justify-content: end; padding:0; gap: 0;}

.product-container .image-wrapper{height: 450px; width: 100%; position: relative;}

.product-container .content{width: 100%; text-align: center; padding: 1rem;}
.product-container .content h4{padding: 0; margin: 0; text-transform: uppercase;}

.product-container.mobile .image-wrapper.exist-light{background: url("/images/exit-light-normal-light.jpg") 50% 50% no-repeat; background-size: cover;}
.product-container.mobile .image-wrapper.exist-light:hover{background: url("/images/exit-light-darkness-light.jpg") 50% 50% no-repeat; background-size: cover;}

.product-container.mobile .image-wrapper.signage-light{background: url("/images/Autoglo Signage_normal light.jpg") 50% 50% no-repeat; background-size: cover;}
.product-container.mobile .image-wrapper.signage-light:hover{background: url("/images/Autoglo Signage_darkness.jpg") 50% 50% no-repeat; background-size: cover;}

.product-container .image-wrapper img.image-change{max-width: 100%; position: absolute;}
.product-container .image-wrapper img:nth-child(2){opacity:0;}

.faq-wrapper .accordion-button h5{font-size: 18px; font-weight: 600; padding: 10px 0;}

.gallery-tab-wrapper .gallery, .gallery-tab-wrapper .left-video, .pro-gallery .gallery-wrapper{margin: 0 0 26px;}

.home-product-slider .swiper-button-prev{left: 5%;}
.home-product-slider .swiper-button-next{right: 5%;}

/* section9 */
.gallery-card>img {
    max-height: 100%;
    width: 95%;
}

/* section10 */
.rcb-head {
    gap: 2rem;
}

.rcb-head h1,
.rcb-head p {
    color: #fff;
    margin: 0 !important;
}


.rcb-head p {
    color: #fff;
    font-weight: 400 !important;
}

.rcb-inputs {
    padding: 3rem;
}

.rcb {
    background: #09529D;
    padding: 2.5rem;
}

.rcb-form {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: .6rem 0;
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid #c2e6ff;
    transform: translate('3s ease-out');
}

.rcb-form>img {
    height: 22px;
    width: 25px;
}

.rcb-form:hover {
    border-bottom: 2px solid #fff;
}

.rcb-form>input {
    color: #fff;
}

.rcb-form>input::placeholder {
    color: #fff;
}

.submit-btn button {
    border: 2px solid #FFF;
    background: #072663;
    font-size: 1.2rem;
    gap: .5rem;
    padding: .8rem 3.5rem !important;
}

.button.center.cart {
    gap: .2rem;
    letter-spacing: .1rem;
    vertical-align: middle;
    padding:8px 16px;
    border-radius: 5px;
}

.button.center.cart img {
    height: 23px;
    margin-bottom: 3px;
}

/* Footer */
.pixel {
    text-align: right;
}

ul {
    list-style-type: none;
    padding: 0;
}

.footer-container {
    background: #1F242B;
    margin-top: 4rem;
}

.footer-top {
    padding: 4rem 0;
    border-bottom: 1px solid #374753;
}

.home-section .bg-blue{background: #F4FAFF;}
.home-section .bg-white{background: #fff;}

.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}

.home-section .wrapper-content .container{height:100vh; display: flex;}

.home-section .wrapper-content .container .section5-row{justify-content: center; align-items: center; padding: 0;}


.home-product-slider.bg-blue{background: #F4FAFF;}

.home-product-slider .carousel-card a{color: #000;}
.home-product-slider .carousel-card a:hover{color: #085BB0;}
.home-product-slider .carousel-data h6{margin: 0; text-align: center;line-height: 1.6rem;}

.home-product-slider .carousel-img img{margin: 0 auto; display: block; width: 66%; transition: all 0.3s ease-in-out;}
.home-product-slider .swiper{padding-bottom: 20px; height: 400px;}

.home-product-slider .container-fluid{padding: 0 150px;}

.owl-carousel .owl-stage-outer{padding:0 0 30px;}

.owl-theme .owl-nav{position: absolute; top: 34%; width: 100%;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{position: absolute; border-radius: 100px;}
.owl-carousel .owl-nav button.owl-next{right: -100px;}
.owl-carousel .owl-nav button.owl-prev{left: -100px;}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{display: block; padding: 10px 20px 14px; background: #fff; font-size: 30px; line-height: 30px; box-shadow: 0 0 30px rgb(0 0 0 / 6%); color: #085aaf; border-radius: 100px;}

.button.explore:hover{background:#085BB0 !important; color: #fff; border:1px solid #085BB0;}
.event-gallery-h{margin: 80px 0 40px;}
.rcb-head{gap: 1rem;}
.rcb-head h2{color: #fff;}
.rcb-form>input{font-family: 'Montserrat';}
.footer-link h4{color: #a4b3c9;}
.footer-link ul li{line-height: 34px;}
.footer-link ul a{color: #e6e6e6;}

/* About US CSS */
.team-card{height:40rem;}
.companyContainer h6{color: #125eb4; font-size: 1.4rem; font-weight: 300;}
.green-bg>div>p{margin: 0;}

.company-cirtificate-wrapper{}
.company-cirtificate-wrapper .mySwiper3{padding: 0 0 40px;}
.company-cirtificate-wrapper .swiper-pagination{}
.company-cirtificate-wrapper .swiper-slide img{width: 300px;}

/* Category CSS */
.common-banner{height: 250px;}
.category-banner{background:#000 url(/images/proBanner.svg) top center no-repeat;}
.common-banner h1{color:#fff; margin:0; padding:100px 5% 0;}

.categoryCard{border: 1px solid #dee7ee; padding: 0;}

.categoryImg{height:14rem;}
.categoryCard .categoryData{padding:20px 0; text-align: center; justify-content: center;}
.categoryData h4{color: #414141; font-size: 18px; margin: 0;}

.proBody .categoryData .cat-arr-sec{width: auto; padding: 0 20px;}
.proBody .categoryData h4{font-size: 16px; line-height: 26px; font-weight: 500;}

.categoryCard a:hover h4{color: #125eb4;}

.brandPage .thumb-wrapper{margin: 0 5%;}

.main-container{margin: 0 5%;}

.proBody .categoryCard .categoryData{height: 80px;}

.pagination span.selected-page{background: #085BB0; padding: 10px 20px; border-radius: 5px; color: #fff;}

.pagination .next, .pagination .prev{position: relative; width: auto; top: auto; font-size: 16px;}

.single-item, .single-item a{text-transform: uppercase; font-weight: 400; color: #052c65;}
.single-item{background: url(/images/Plus.svg) 100% 16px  no-repeat;}
.single-item.active{background: url(/images/Minus.svg) 100% 23px no-repeat;}
.mention{height: max-content !important;}
.mention .content-card{height:220px;}
.col-center-banner .banner-heading-text{margin-top: 25% !important;}
.mention .mention-card{height: 320px; overflow: hidden;}

.latest-mention .mention .content-card{height:220px;}

/* Floating Icons */
.fab {
    background-color: transparent;
    /* height: 64px; */
    width: 64px;
    border-radius:100px;
    transition: height 300ms;
    transition-timing-function: ease;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
    z-index: 999;
  }
  
/* .fab:hover {height: 230px;}
.fab:hover .mainop {transform: rotate(45deg);} */
  
  .mainop {
    margin: auto;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 300ms;
    background-color: #f44336;
    border-radius: 32px;
    z-index: 6; cursor: pointer;
  }
  
  .mainopShadow {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  
  .mainop i {
    margin-top: 0;
    font-size: 38px;
    color: #fff; font-style: normal;
  }
  
  .minifab {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    z-index: 5;
    float: left;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: blue;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  
  .minifab:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  
  .minifabIcon {
    height: 24px;
    width: 24px;
    margin-top: 12px;
  }
  
  .op1 {
    background-color: #085BB0;
  }
  
  .op2 {
    background-color: #0084E3;
  }
  
  .op3 {
    background-color: #29A71A;
  }
  
  .op4 {
    background-color: #dd5145;
  }
  
  .op5 {
    background-color: #673ab7;
  }

  .op3 img{width: 44px; height: 44px; margin-top: 2px; margin-left: 1px;}

.banner-top-green .dropdown-menu li, .banner-top-blue .dropdown-menu li{width: 18rem;} 

.marquee-wrapper{padding:1rem 0;}
.marquee-wrapper marquee, .marquee-wrapper marquee p{font-size: 1.2rem; font-weight: 400; color: #065bb0; font-family: 'Montserrat';}

.parallax-item {
    display: flex;
    align-items:center;
    justify-content: center;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    width: 100%;
    min-height: 80vh;
  }
  
  .parallax-item h2 {
    font-size: 3.5rem;
    padding:0; margin: 0 0 40px;
    color: #fff;
  }

  .parallax-item:first-child {
    background: url("/images/parallax-bg.jpg");
    background-size: cover;
  }
  
.parallax-item a.vr-btn{color: #fef1c6; font-size: 18px; font-weight: 600;}
.parallax-item a.vr-btn img{margin:0 16px 0 0; width:50px;}



/* Responsive styles */
.address {
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.address h3 {
    color: #FFF;
}

.address p{margin: 0;}
.address p a{color: #fff;}

.footer-link h4 {
    color: #FFF;
    color: #525A66;
    text-transform: uppercase;
    letter-spacing: .18rem;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
}

.address p {
    color: #fff;
}

.icons {
    display: flex;
    gap: 1.2rem;
    margin-top: 1rem;
}

.footer-link {
    padding-left: 3rem;
}
.footer-link ul a{color: #bebcbc;}

.pixel a {
    color: #41B212;
}

.footer-bot-row {
    padding: 1rem 0;
}

.footer-bot-row .col-6 p {
    color: #8F99A7;
    font-size: .9rem; margin: 0;
}

.footer-bot-row .col-6 p.pixel, .footer-bot-row .col-6 p.pixel a{color: #575e67;}

@media (max-width: 1440px) {
    .banner-buttons{
        top:7%;
        padding: 5px;
        left: 39% !important;
    }
    .carosal-items{
        margin-top: 120px;
    }
    .s2-container{
        padding: 10px .5rem 2rem; 
    }
    .banner{
        height: 70vh;
    }
    .product-container{width: 95%;}
    .section8{
        height: 90vh;
    }
    .parallax-item{
        height: 60vh;
    }
    .carousel-card{
        width: 345px !important;
    }
    .center{
        text-align: center;
    }
    .parallax-item:first-child{background-position-y: 830.6px;}

    .flip-row .Card{ height: 190px;width: 200px;}

}

/* Thankyou Tick Animation */
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #2f9e3f;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }

  .checkmark {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    stroke-width: 2;
    stroke: #2f9e3f;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #2f9e3f;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }

  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }

  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      /*box-shadow: inset 0px 0px 0px 30px #0ecb8b;*/
    }
  }

.thankyou-content h2{margin-top: 30px;font-family: 'Poppins', sans-serif;font-size: 3rem;color: #000;}

.thankyou-content p{margin-top: 15px; font-size: 1rem;color: #333;}


@media (min-width: 576px) {
    .navbar-expand-sm {
        padding: .8rem 1rem .7rem 2.5rem
    }

    .navbar-expand-sm .navbar-collapse {
        justify-content: flex-end;
        align-items: center;
    }
}


/* ABOUT PAGE */

/* About Banner */
.about-banner {
    background: url('/images/aboutBanner.svg');
    height: 40vh;
    gap: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
}
.static-vid img{width: 600px;}
.u-icon img{width: 100px;position: absolute;left: 28%;margin-top: 9%;}
.v-icon img{width: 100px;position: absolute;left: 67%;margin-top: 9%;}


/* About Section 1 */
.about-section-1 {
    padding: 3.5rem 0;
}

.about-img1 {
    padding: 1rem;
}

.about-img1 img {
    width: 100%;
}

.about-1-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    justify-content: center;
    padding-left: 1.5rem;
    height: 100%;
}

.about-1-right-content h5 {
    text-transform: uppercase;
    color: #000;
    width: max-content;
    border-bottom: 2px solid #0D5DB2;
    padding-bottom: .5rem;
}

.about-1-right-content p {
    line-height: 180%;
    font-size: 1.1rem;
}

/* About Section 2 */
.about-section-2 {
    padding: 3.5rem 0;
}

.about-section-2-card {
    border-radius: .8rem;
    border: 1px solid #D7E6F8;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 1.2rem;
    gap: 1rem;
    height: 20rem;
}

.about-section-2-card p {
    text-align: center;
    line-height: 170%;
}

.section-2-card-img img {
    height: 60px;
    width: 60px;
}

/* About Cards */

.team-card {
    border-radius: 1.25rem;
    border-bottom: 4px solid #5F8DCA;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 40rem;
    margin-top: 2rem;
}

.team-card p {
    color: #555;
}

.team-card h5 {
    color: #565454
}

.about-card-img-div {
    position: relative;
    margin-bottom: 1.2rem;
}

.fb-twittter {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    right: 0;
    top: 0;
}

.fb-twittter>img {
    height: 2rem;
}

.certificate {
    margin-bottom: 4.5rem !important;
}

@media(max-width:500px) {
    
}


/* Standard Code */
.codes {
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    padding: .3rem;
    height: max-content;
    margin-top: 2rem;
}

.codes h5 {
    margin-bottom: 2rem;
}

.standard-code {
    padding: 3.5rem;
}

ul {
    list-style-type: none;
    padding: 0;
}

.blue-txt {
    color: #085BB0;
}

.standard-code>h2 {
    margin-bottom: 3rem;
}

.codes li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #000;
}

/* Get Quote */
.blue-row h4 {
    color: #fff;
}

.about-get-quote {
    padding: 6rem 0 0;
}

.about-get-quote .blue-row {
    border-radius: 0.55rem;
    background: #085BB0;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 2.5rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.blue-row .button {
    color: #000;
    font-weight: 500 !important;
    border-radius: 0.3125rem;
    background: #FFDD54;
    letter-spacing: .2rem !important;
}

/* Accordian */
.accordion-button h5 {
    margin: 0 !important;
}

/* .accordion {
     --bs-accordion-btn-active-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23085bb0" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');

    --bs-accordion-btn-icon: url( 'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23085bb0" d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
} */

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

/* End */

/* company page css */

.companyBanner {
    background: url('/images/companyBanner.svg');
    background-position: center;
    height: 65vh;
}

.companyContainer {
    padding: 4rem 18rem;
}

.companyContainer h6 {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.historyRow {
    display: flex;
    padding: 0 12rem;
    height: 30rem;
}

.historyLeft {
    width: 50%;
    padding: 3rem;
    border-right: 2px solid #115EB4;
    position: relative;
}

.historyLeft .main-history-img {
    width: 90%;
}

.historyRight {
    width: 50%;
    align-items: flex-start;
    padding: 0 0 0 4rem;
}

.blue-year {
    color: #135EB4;
    font-size: 1.875rem;
}

.history-dot {
    position: absolute;
    right: -7.5px;
    top: 50%;
}

.moreAbout {
    padding: 4rem;
}

.moreAbout .button {
    padding: .8rem 1.6rem;
    border-radius: 5px;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu ul:nth-of-type(even){background: #f4fbff;}

.banner-top-blue .dropdown-menu ul:nth-of-type(even){background: #f7fff6;}

.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
}

.banner-btn-cover{
    position: absolute;
    z-index: 999;
    left:0;
    top:9%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.banner-top-green,
.banner-top-blue {margin-top: 1.2rem; width: 260px; text-align: center;}

.banner-top-green{}
.banner-top-blue{}


.banner-top-green a.nav-link,
.banner-top-blue a.nav-link{color: #fff; letter-spacing: .2rem; padding: 13px 15px; border: 0;}

.banner-top-green a.nav-link{background: #085bb0; border-radius: 4px 0 0 4px;}
.banner-top-blue a.nav-link{background: #41B212; border-radius: 0 4px 4px 0;}

.nav-link.dropdown-toggle {
    color: #fff;
}

.banner-top-green a.nav-link:hover,
.banner-top-blue a.nav-link:hover{background: #fff;}

.banner-top-green a.nav-link:hover{color: #085bb0;}
.banner-top-blue a.nav-link:hover{color: #41B212;}

.dropdown-menu li {
    display: flex;
    gap: .5rem;
    /* border-bottom: 1px solid #b8dcff; */
    width:10rem; margin: 0; font-family: "DM Sans", sans-serif;
}

.dropdown-menu li:last-child{border-bottom: 0;}

.dropdown-menu {
    padding: 1rem 1.5rem;
}

.dropdown-menu ul {
    padding:1.5rem; margin: 0;
    /* width: 20rem; */
}

.dropdown-menu ul h4 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    color: rgba(38, 99, 187, 1);
}

.banner-top-green ul h4 a {
    color: rgba(38, 99, 187, 1);
}

.dropdown-menu ul h4:hover {
    color: rgba(38, 99, 187, 1);
}

.dropdown-menu li img{display: none;}

.dropdown-menu li .dropdown-item {
    padding: 14px 0;
    font-size: 16px;
    color: #282828;
    letter-spacing: .05rem;
    font-weight: 300;
    text-transform: uppercase; transition: all 0.2s ease-in-out;
}

.dropdown-menu li .dropdown-item:hover {
    color: rgba(38, 99, 187, 1); padding: 14px 10px; background: none;;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu,
.dropdown-menu.show:hover {
    position: absolute;
    left: -590px;
}

.dropdown-menu.show {
    display: none !important;
}

.banner-top-green .dropdown-menu {
    left: -420px !important;
    height: min-content;
    top: 48px;
    flex-wrap: wrap;
    width: 1350px;
}

.banner-top-blue .dropdown-menu {
    left: -674px !important;
    height: min-content;
    top: 48px;
    flex-wrap: wrap;
    width: 1350px;
}

.banner-buttons .dropdown-menu{padding:0; box-shadow: 0 0 15px rgba(000,000,000,0.2); border-radius:10px;}
.banner-buttons .banner-top-green .dropdown-menu ul h4, .banner-buttons .banner-top-blue .dropdown-menu ul h4{font-size:1rem; font-weight: 600; line-height: 1.6rem;}

.banner-buttons .banner-top-blue .dropdown-menu ul h4 a{color:#085bb0;}
.banner-buttons .banner-top-blue .dropdown-menu ul h4 a{color: #087220;}

.banner-buttons .dropdown-menu ul h4 a:hover{text-decoration: underline;}

.banner-buttons .dropdown-menu li .dropdown-item{text-transform: none; color:#657079; padding:0; text-wrap: wrap; font-size: 14px; letter-spacing: 0; font-weight:300;
    height: 30px;}

.banner-buttons .dropdown-menu li .dropdown-item:hover{background: none; color:#4c4f5c; font-weight: 500; text-decoration: none; border: 0 !important;}

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        display: block !important;
    }

    .banner-top-green .dropdown-menu {
        left: 0px !important;
        height: min-content;
    }

    .banner-top-blue .dropdown-menu {
        left: 0px !important;
        height: min-content;
    }

    .dropdown-menu ul {
        width: 100%;
    }

    .dropdown-menu li {
        width: 96%;
    }

    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.banner-top-btns {
    display: flex;
    margin-left: 30vw;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex
    }

    .dropdown-menu.show {
        display: flex;
    }
}

/* video page css */
.VideoBanner {
    background: url('/images//videoBanner.svg');
    background-position: center;
    height: 45vh;
    background-repeat: no-repeat;
}

.left-video {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1.2rem;
    margin-top: 3.5rem;
}

.right-video {
    padding-left: 1.2rem;
    margin-top: 3.5rem;
}

/* blog page css */
.latestBlog {
    margin: 3rem 0;
}

.blog-card {
    height: 25rem;
}

.img-card {
    max-height: 60%;
}

.blogs-img {
    overflow: hidden;
    text-align: center;
    padding: 5rem 4rem 4rem 0;
}
.blogs-img img{max-width: 100%;}
.blogs-content {
    padding: 5rem 0 4rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.blogs-content .blue-date {
    font-size: 1.1rem;
}

.blogs-content-p p {
    line-height: 200%;
}

.blogs-content-p {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blogs-title {
    padding-bottom: .6rem;
    border-bottom: 2px solid #0D5DB2;
    width: 80%;
}

/* contact page css */
.contact-banner {
    background: url('/images/contactBanner.svg') !important;
    height: 45vh;
    background-repeat: no-repeat !important;
}

.privacy-banner {
    background: url('/images/privacy-banner.jpg') !important;
    background-repeat: no-repeat !important;
    height: 45vh;
}

.terms-banner{ 
    background: url('/images/tearms-banner.jpg') !important;
    background-repeat: no-repeat !important;
    height: 45vh;}

.contact-banner.privacy-banner{background-position: center center !important;}
.privacy-container h2{font-size: 28px; margin:30 0 10px;}
.privacy-container ul{}
.privacy-container ul li{margin: 0 0 0 20px; list-style: disc; padding: 0 0 10px 10px;}
.privacy-container a{color: #085BB0;}


textarea {
    height: 6rem;
}

.input-box-txt {
    padding: .75rem 0;
    display: flex;
    gap: 1rem;
    border-bottom: 2px solid #B4B4B4;
    margin-top: 2rem;
    align-items: flex-start;
}

/* faq & blog page css */
.FAQBanner {
    background: url('/images//FAQBanner.svg');
    background-position: center;
    height: 65vh;
}

.BlogBanner {
    background: url('/images//BlogBanner.svg');
    background-position: center;
    height: 50vh;
    background-repeat: no-repeat;
}

/* BLOG page */
.blogs {
    padding: 5rem 0 3rem 0;
}
.blogs .blog-card .img-card{max-height:300px; overflow: hidden;}
.blogs .blog-card p{padding: 0;margin: 0;line-height: 1.7;}
.blogs .blog-card .img-card img{max-width: 100%;}

.blog-card {
    margin: 0;
    height: 512px; overflow: hidden;
    background: #f0f0f0;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.latest-blog .blog-card{height: 442px;}
/* .img-card {
    max-height: 50%;
} */

/* .img-card img {
    max-height: 100%;
    max-width: 100%;
} */

.content-card {
    max-height: 50%;
    padding: 1.5rem 1.2rem 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.content-card h6 {
    color: #000;  
    font-size: .95rem;
    line-height: 180%;
    margin: 0 !important;
}

.blue-date {
    color: #2363BA;
    font-size: .9rem;
    line-height: 180%;
    letter-spacing: 0.1125rem;
}

.content-blog {
    color: #292929;
    font-size: .9rem;
    line-height: 180%;
    /* 2.025rem */
}

/* login & registration page css */
.LOGIN-banner {
    background: url('/images/loginBanner.svg') !important;
}

.bg-b {
    background: #282828 !important;
}

.form-container {
    padding: 8rem 4rem;
}
.form-container .res-col-center{--bs-gutter-x: 3.5rem;}

#search form {
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 1rem;
}

.form-box h3 {
    color: #085BB0;
    margin-bottom: 2rem;
}

.input-box {
    padding: .75rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 2px solid #B4B4B4;
    margin-top: 2rem;
}

.input-box:hover {
    border-bottom: 2px solid #085BB0;
}

.input-box input,
textarea {
    color: #000;
    font-size: 1.125rem;
    border: 0;
    outline: none;
    width: 100%;
}

.sbmit-btn {
    width: 100%;
    margin-top: 3rem;
    font-size: 1.2rem;
}

.text-end {
    text-align: right;
    color: #DF9525;
    margin-top: 2rem;
}

/* product page css */
.productBanner {
    background: url('/images/productBanner.svg');
    background-position: center;
    height: 65vh;
}

.product-quote {
    padding: 5rem 0;
    flex-direction: column;
    gap: 4rem;
}

.quote {
    width: 50rem;
    position: relative;
}

.q-text {
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.bot-q {
    position: absolute;
    left: -70px;
    top: -40px;
}

.top-q {
    position: absolute;
    right: -60px;
    bottom: -40px;
}

.blue-ceo {
    color: #0D5DB2;
    font-size: 1.3rem;
}

.piller-cards {
    padding: 4rem 0;
}

.piller-cards>.text-center {
    font-weight: 500;
    margin-bottom: 3rem;
}

.pro-card {
    border-bottom: 4px solid #5F8DCA;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    height: 36.8rem;
}

.procard-img {
    height: 25%;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
}

.procard-img img {
    height: 90%;
}

.procard-content {
    padding: .5rem 1.5rem 1rem 1.5rem;
}

.procard-content p {
    color: #000;
    font-size: 1rem;
    line-height: 170%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mt {
    margin-top: 1rem;
}

.green-bg {
    background: url('/images//greenImg.svg');
    background-repeat: no-repeat;
    background-position: cover;
    height: 65vh;
    margin-top: 4rem;
    gap: 2rem;
}

.green-bg>div {
    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 1.25rem;
    border-radius: 6.25rem;
    background: #FFF;
}

.green-bg>div>p {
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
}

/* project page css */

.projectBanner {
    background: url('/images/bannerProject.svg');
    background-position: center;
    height: 65vh;
}

.projectImg {
    width: 90%;
    max-height: 100%;
}

.projectTop {
    padding: 5rem 0 4rem 0;
}

.project-top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-top-right>.top {
    padding-bottom: 1rem;
    border-bottom: 2px solid #0D5DB2;
}

.project-top-right>div>p {
    padding-top: 1.2rem;
    font-size: 1.1rem;
}

.projectBottom {
    padding: 4rem;
}


/* Brand Page */
.categoryCard {
    padding:0;
    background-color: #fff;
    margin-bottom: 1.4rem;
}

.categoryImg img {
    max-width: 90%;
    max-height: 90%; transition: all 0.3s ease-in-out;
}

.categoryImg {
    height: 14rem;
    padding: 0rem;
    /* background-color: #E5EEF5; */
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; border-bottom: 1px solid #dee7ee;
}

.categoryCard a:hover img{max-width:100%; max-height:100%;}

.categoryData {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0rem 0 0rem;
}
.p-data h6{font-size: 15px;color: rgba(0, 0, 0, 1);}
.p-data img{height: 15px;}

.categoryHead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.bnrandName {
    text-transform: uppercase;
    color: #085BB0;
    letter-spacing: .25rem;
    margin: 2rem 0;
}

.brandPage {
    padding:130px 0 0;
}

/* Products Page */
.proBanner {
    background: url(/images/proBanner.svg), no-repeat, center;
    height: 40vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.proBanner h1 {
    margin-left: 5rem;
    font-weight: 700;
}

.proBody {
    padding:130px 0 3rem;
}

.proBody aside {
    background: #fff;
    padding: 1rem;
    width:30%; border: 1px solid #dbe5ed;
}

.proBody main {width: 100%; padding-left: 3%;}

.proBody aside h4 {
    font-weight: 600;
}

.proBody .accordion-button {
    text-transform: uppercase;
    font-weight: 400;
}

.accordion-header{padding: 14px 0; border-bottom:1px solid #dbe5ed;}

.accordion-button:focus {
    border-color: transparent !important;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed),
.accordion {
    box-shadow: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    --bs-accordion-border-color: none !important;
    padding:0 !important;
}

.accordion-button.collapsed {padding:0 !important;}

.proBody button.accordion-button:after{background: url('/images/Plus.svg') 0 0 no-repeat;}
.proBody button.accordion-button[aria-expanded="true"]:after{background: url('/images/Minus.svg') 0px 10px no-repeat;}

.standard-code button.accordion-button:after{background: url('/images/Plus.svg') 0 0 no-repeat;color: #0084E3;}
.standard-code button.accordion-button[aria-expanded="true"]:after{background: url('/images/Minus.svg') 0px 10px no-repeat;}

.standard-code .accordion-header{border-bottom: 0;}
.standard-code .codes{padding: 20px;}
.author-name{line-height: 1.6rem; margin: 0;}
.proBody .accordion-body {padding: 0; margin: .5rem 0 1rem 0;}
.standard-code .faq-wrapper .accordion-header{padding: 0;}
.standard-code .faq-wrapper .accordion-body{padding: 20px 0 0;}

.proBody .container {gap: 2rem;}

.whiteBox {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;padding: 1rem;}

.accordion-body .whiteBox{box-shadow: none; padding: 12px; background: #f5faff;}
.whiteBox ul{margin: 0;}
.whiteBox ul li a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #525A66 !important;
    display: flex;
    gap: .5rem;
    align-items: center;
    cursor: pointer; line-height: 34px;
}

.whiteBox ul li a:hover {
    color: #085BB0 !important;
}

.latestProductContainer .latestProBox a{display: flex; gap: 20px;}
.latestProductContainer .latestProBox .small-thumb.center{display: block;}
.latestProductContainer .latestProBox .small-thumb{width: 60px;}

.latestProBox {
    padding: 1.5rem 0;
    border-bottom:1px solid rgb(219 229 237);
}

.latestProBox p {color: #052c65; margin: 0; line-height: 22px;}
.latestProBox a:hover p{color: #085BB0;}
.latestProBox img {
    max-width: 100%;
    max-height: 100%; transition: all 0.3s ease-in-out;
}
.latestProBox a:hover img{max-width: 110%; max-height: 110%;}
.latestProBox .small-thumb{height: 60px;}
.tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 1.2rem 0;
}

.tags .tag a{color: #466381;
    border: 1px solid #dbe5ed;
    border-radius: 5rem;
    padding: 6px 18px;
    display: block;
    font-weight: 300;}

.tags .tag a:hover{background: #085BB0; color: #fff; border: 1px solid #085BB0;}

.ProsearchBox {
    background-color: #fff;
    padding: .4rem .8rem;
    border: 1px solid #b8cde1;
    border-radius: 5px;
    align-items: center; width: 340px;
}

.ProsearchBox img {
    height: 17px;
}

.mainRight {
    gap: 2rem;
}

.sortBy select {
    padding: .7rem;
    border: 1px solid #b8cde1;
    border-radius: 4px;
    background-color: #fff;
    color: #555;
    width: 10rem;
}

.sortBy {
    gap: 1.5rem;
}

.sortBy select option {
    padding: 5px;
}

.sortBy select:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}

.sortBy p{margin: 0;}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 1.5rem 0;
    background-color: #fff;
}

.pagination button {
    background-color: #E5E7F8;
    border: none;
    color: #929292;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 5px
}

.pagination button:hover {
    background-color: #085BB0;
    color: #fff;
}

.pagination button.prev,
.pagination button.next {
    background-color: #085BB0;
    color: white;
}

.pagination button.prev:hover,
.pagination button.next:hover {
    background-color: #085BB0;
}

.pagination .selected-page {
    padding: 10px 10px;
    display: inline-block;
}

.pagination a {
    background-color: #E5E7F8;
    border: none;
    color: #929292;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 5px;
}

.pagination a:hover {
    background-color: #085BB0;
    color: #fff;
}

.pagination a.prev,
.pagination a.next {
    background-color: #085BB0;
    color: white;
}

.pagination a.prev:hover,
.pagination a.next:hover {
    background-color: #085BB0;
}

/* Product Details Page */
.proBlueTxt {
    color: #000;
    letter-spacing: .23rem;
    font-style: italic;
    font-weight: 500;
}

.productDescription {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.productDescription ul{margin: 0;}
.productDescription p{color:#818181;}

.productDescription h2.proNameTxt{color: #0a529d;}

p.notes{margin: 0; padding: 0;}
p.details-tags{margin-bottom: 1.2rem;}
p.details-tags span.tag{display: inline-block; margin: 0 0 5px;}
p.details-tags span.tag a{display: inline-block; padding: 2px 16px; border: 1px solid #b3c5e0; border-radius: 100px; font-size: 14px; color: #4f79b4;}
p.details-tags span.tag a:hover{border: 1px solid #09529D; color: #fff; background: #09529D;}

p.details-tags strong{display: block; margin: 0 0 10px;}

.enquiry-wrapper{padding: 30px 100px 0 0;}
.enquiry-wrapper h4{text-align: center; text-transform: uppercase;}

.enquiry {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding:0.5rem 2rem 2rem;
    background-color: #fff !important;
    margin-top:20px;
}

.enquiry form {
    box-shadow: none;
    padding: 0;
}

.enquiry form button {
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #fff;
    background-color: #09529D;
    width: 100%;
    padding: .5rem;
    margin-top: 2rem;
    border: 0;
    outline: none;
    font-size: 1.2rem;
}

.formInput {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: .5px solid rgba(159, 159, 159, 0.241);
    padding: .5rem;
    margin-top:1.5rem;
}

.enquiry-wrapper .enquiry input{width: 100%;}

.details-wrapper{box-shadow: 0 10px 40px rgba(000,000,000,0.1); margin-top: 4rem; border-radius: 0 0 20px 20px;}
.details-wrapper ul.nav-tabs li.nav-item a.nav-link{padding: 16px 20px; font-weight: 400; border:0 !important; margin: 0;}
.details-wrapper ul.nav-tabs li.nav-item a.nav-link:hover{border:0 !important; padding: 16px 20px; font-weight: 400; margin: 0;}

.details-wrapper .tab-content{ border-top: 0; padding: 30px;}

.related-p-wrapper h2{margin: 0 0 30px;}

.productData{padding: 130px 0 50px;}

.productData .nav-link.active {
    color: #fff !important;
    background-color: #085bb0;
}

#textContainer {
    border: 1px solid #c1c1c13c;
    padding: 1.2rem;
}

.thumbnail-image {
    width: 70px;
    cursor: pointer;
    max-height: 80px;
}

.thumbnail-image:hover {
    opacity: 0.7;
}

.displayProduct {
    height: 500px;
    border: 1px solid rgba(133, 132, 132, 0.195);
}

.displayProduct img {
    max-width: 90%;
    max-height: 90%;
}

.productShow {
    margin: 0 6% 0 0;
    padding: 0;
}

.thumbnail-image-c {
    border: .5px solid rgba(175, 175, 175, 0.377);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.details-thumb-wrapper{padding:20px 12px 0; gap: 20px;}
.details-thumb-wrapper .col-2.center{padding: 0; margin: 0;}

.dropdown.new-nav:hover>.dropdown-menu {
    display: block !important;
}

.accordion-button.collapsed.about-acc {
    border-bottom: none !important;
}

.company-certificate {
    position: relative;
}

/* about-accordian */
.accordian-btn {
    padding: 0 20px;
}

/* mention page */

.author-box {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 24px;
    background-color: #fff;
    justify-content: space-evenly;
    padding: 5px;
    border-radius: 15px;
    align-items: center;
}

.author {
    display: inline-block;
    position: relative;
}

.border-left {
    border-left: 2px solid green;
    margin-left: 10px;
}

.blue-date {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 12px;
    color: #2363BA;
    font-size: .9rem;
    line-height: 180%;
    letter-spacing: 0.1125rem;
    margin: 0;
}

.descrip-detail{padding: 27px 50px;border: 1px solid #e2e2e2;}
.cat-arr-sec{width: 13rem;justify-content: space-between;align-items: center;}

/* search css */
  #search {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
      -webkit-transform: translate(0px, -100%) scale(0, 0);
           -moz-transform: translate(0px, -100%) scale(0, 0);
            -ms-transform: translate(0px, -100%) scale(0, 0);
           -o-transform: translate(0px, -100%) scale(0, 0);
                transform: translate(0px, -100%) scale(0, 0);    
      opacity: 0;
      display: none;
  }
  
  #search.open {
      -webkit-transform: translate(0px, 0px) scale(1, 1);
         -moz-transform: translate(0px, 0px) scale(1, 1);
            -ms-transform: translate(0px, 0px) scale(1, 1);
             -o-transform: translate(0px, 0px) scale(1, 1);
                 transform: translate(0px, 0px) scale(1, 1); 
      opacity: 1;
      z-index: 9999;
      display: block;
  }
  
  #search input[type="search"] {
      width: 60%; display: block;
      margin:0 auto;
      color:#000;
      background: #e7f5f9;
        border:1px solid #4a93dc;
      font-size: 26px;
        font-family: Roboto;
      font-weight: 300;
      text-align: center;
      outline: none;
        padding:10px 20px;
  }
    
  #search .close {
      position: fixed;
      top: 26px;
      right: 20px;
        opacity: 1;
        font-size: 27px;
        color: #000000;
  }
  
  #search .close:hover{
    color: #085bb0;;
    cursor: pointer;
  }
  .two-btn{overflow: visible;display: flex;justify-content: center;}

  /* home gallery start */
  .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;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* 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;
  }
  
  .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;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .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);
  }
    /* home gallery end */

/* gallery new */
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

.about-banner, .companyBanner, .projectBanner, .productBanner, .FAQBanner, .VideoBanner, .contact-banner{margin-top:80px; height: 40vh; background-size: cover !important;}

.gallery-tab-wrapper{margin: 4rem 0 0;}
.gallery-tab-wrapper .nav-tabs{justify-content: center;}
.gallery-tab-wrapper .nav-tabs button.nav-link{padding: 20px; margin: 0; border:0 !important;}
.gallery-tab-wrapper .nav-tabs button.nav-link.active{background: #065bb0; color: #fff; border:0 !important;}
.gallery-tab-wrapper .nav-tabs button.nav-link:hover{border: 0; padding: 20px; margin: 0; border:0 !important;}
.gallery-tab-wrapper .tab-content .tab-pane{padding: 50px 20px 20px; text-align: center;}
.gallery-tab-wrapper .tab-content .tab-pane .left-video{margin-top: 0; padding: 0;}
.home-banner{background: none;}
.home-banner .carousel-inner{height: 70vh;}
.home-banner .carosal-items{margin-top: 0;height: 85vh; text-align: center;}
.home-banner .carosal-items .carousel-item img{max-width: 100%; width:100%;}
.sliding-banner{padding: 0;}
.home-banner .carousel-caption{top: 35%;}
.para-product p{font-size: 1rem;font-weight: 300;line-height: 1.5rem; padding: 14px 0 0; margin: 0;}


.mobile-banner-wrapper{display: none;}

.FAQBanner h1{margin: 90px 0 0 !important;}

.para-product.mobile-view{display: none;}
.mainRight .filter-icon, a.close-filter{display: none;}
.related-p-wrapper.detail-product .carousel-img{min-height: 340px;}

.FAQBanner, .BlogBanner, .contact-banner{height: 250px;}
.BlogBanner{margin: 80px 0 0;}
.BlogBanner .banner-heading-text{margin-top: 90px !important;}
.BlogBanner h1{margin: 0 !important;}
.contact-banner{background-position-y: -50px !important;}

.blog-mention-wrapper{padding: 40px 110px;}

.blog-mention-wrapper .blue-date{padding: 20px 0 0;}
.blog-mention-wrapper .blogs-img{text-align: left; padding: 30px 0;}

.blog-mention-wrapper .blogs.latest-blog{padding: 0 0 0 5rem;}
.blog-mention-wrapper .blogs.latest-blog .latestBlog{margin:0 0 30px;}
.blog-mention-wrapper .blogs .blog-card .img-card{max-height:220px;}
.blog-mention-wrapper .latest-blog .blog-card{height: auto;}
.blog-mention-wrapper .blogs-title{width: 100%;}

.blog-mention-wrapper .blog-card.mention{margin: 0 0 40px;}
.blog-mention-wrapper .mention .content-card{height: auto; padding-bottom: 10px;}

.form-container{padding: 50px 0;}
.select-wrapper{padding: 0 0 30px;}
.select-wrapper .form-select{padding: 10px 20px;}
.select-wrapper .address-block{padding: 20px; border: 1px solid #ddd; border-radius: 5px;}

.login-wrapper{margin: 100px 0 0;}

.blogs .blog-card{margin: 0 0 30px;}
.blog-mention-wrapper .latest-blog .blog-card{margin: 0 0 40px;}

/* Vertical Timeline */

.milestone-slider-wrapper{padding: 60px 0; background: #f5f5f5; position: relative;}
.milestone-slider-wrapper h3{text-align: center; padding: 0 0 20px; font-size: 50px; color: #333; position: relative;}
.milestone-slider-wrapper h2{text-transform: uppercase; padding: 0 0 10px;}
.milestone-slider-wrapper h2 span{display: block; width: 50px; height: 3px; margin:10px auto; background:#085BB0;}
.milestone-slider-wrapper h3 span{display: block; width: 50px; height: 3px; margin:10px auto; background:#085BB0;}
.milestone-slider-wrapper .container{position: relative; height: 400px;}

.milestone-slider-wrapper .container-header{width: 70%; margin: 0 auto 50px;}

.v-slider {
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    border-radius:0; border-right: 1px solid #ddd;
}
.v-slider ul, .v-slider ul li {width: 100%; height: 100%}
.v-slider ul {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}
.v-slider ul li {
    text-align: center;
    line-height: 400px;
    font-size: 50px;
    color: #aaa
}
.v-slider ol {
    position: absolute;
    right:-14px;
    top:0;
    margin: 0;
    list-style: none;
}
.v-slider ol li {
    width:114px;
    margin-bottom:20px;
    cursor: pointer; font-size:18px; font-weight:400; line-height: 20px;padding: 14px 0 10px; color: #a8a8a8;
}

.v-slider ol li:hover, .v-slider ol li.active {
    color:#085BB0; font-weight: bold; border-right: 2px solid #085BB0;
}
.v-slider-content{display: flex; gap: 30px;}
.v-slider-content .left{}
.v-slider-content .left img{width: 400px;}
.v-slider-content .right{padding: 0 160px 0 0; display: flex; flex-direction: column; align-items: start; justify-content: center;}
.v-slider-content .right h2{margin: 0; padding: 0 0 20px; font-size:70px; font-weight:500; text-align: left; color: #085BB0}
.v-slider-content .right p{margin: 0; line-height: 30px; font-size: 18px; text-align: left;}

#boxscroll {padding:0; height: 400px; overflow: auto; margin-bottom:0; padding:0 14px 0 0;}

.milestone-slider-mobile{display: none;}
 


/* Mobile Responsive */

@media(max-width:550px) {
    
    .navbar-nav.for-desktop{display:none;}
    .navbar-nav.for-mobile{
        display:block;
        padding:20px 0 0;
        border-top: 1px solid #ddd;
        margin: 14px 0 0;
    }
    
    .for-mobile .li-list .dropdown.new-nav li a.costom-dropdown-mainmenu{
        text-align: center;
        color: #525252;
        font-size: 1.2rem;
        font-weight: 500 !important;
        text-transform: uppercase;
        border-bottom: 4px solid transparent;
        font-family: "DM Sans", sans-serif;
        letter-spacing: 0.5px;
        padding:6px 0;
        background: url(/images/down-arrow.svg) 90% 50% no-repeat; display:block;
    }
    
    .for-mobile .card-body{}
    .for-mobile .card-body .dropdown-menu.nav-Drop{display:block;}
    
    .about-banner, .companyBanner, .projectBanner, .productBanner, .FAQBanner, .VideoBanner, .contact-banner{margin-top: 74px;}

    .navbar{height: auto;}

    ul.header-right{display: block; overflow: hidden; margin: 0;}
    ul.header-right li{display: block; float: left;}
    ul.header-right li a.mobile-cart, ul.header-right li a.mobile-logout, ul.header-right li a.mobile-user{width: 40px;
        display: block;
        height: 40px;
        border-radius: 100px;
        background: #065bb0;
        text-align: center;
        margin: 3px 12px 0 0;}

    ul.header-right li a.mobile-cart img{margin: 8px 0 0; width: 22px;}
    ul.header-right li a.mobile-logout img{margin: 8px 0 0; width: 22px;}
    ul.header-right li a.mobile-user img{margin: 8px 0 0; width: 22px;}

    .navbar-nav .list-links .hide-mobile{display: none;}
    #search input[type="search"]{width: 80%; font-size: 22px;}

    .s2-container.mobile{display: block;}
    .s2-container.desktop{display: none;}

    .home-product-slider .container-fluid{padding: 0 30px;}
    .owl-carousel .owl-nav button.owl-prev{left: -20px;}
    .owl-carousel .owl-nav button.owl-next{right: -20px;}


    .fab{z-index: 999; width: 56px; height: 56px; bottom: 20px;}
    .mainop{width: 56px; height: 56px;}
    .mainop i{font-size: 35px; line-height: 54px;}

    .navbar-collapse.collapse.show{padding: 0 20px;}

    .event-gallery-h{margin: 60px 0 0;}
    .pro-gallery {padding: 0 26px;}
    .pro-gallery .col-4{width: 100%; margin: 0; padding: 0; display: block;}

    .pro-gallery .gallery-wrapper{margin: 0; padding: 30px 0 0;}

    body{margin: 0; padding: 0; width: 100%; overflow-x: hidden;}
    
    .banner-buttons{left:72px !important; top:95px; padding: 0;}
    .banner-top-green, .banner-top-blue{margin: 0;}
    .dropdown-menu {left: -7px !important;}
    .banner-top-green .dropdown-menu{width: 350px; left:0 !important;}
    .banner-top-blue .dropdown-menu{width: 350px; left:-165% !important;}

    .dropdown-menu ul{text-align: center;}
    .banner-buttons .dropdown-menu li .dropdown-item{height: 40px; line-height: 30px;}
    
    .banner-top-green, .banner-top-blue{width: auto;}
    .banner-top-green a.nav-link, .banner-top-blue a.nav-link{font-size: 16px;}

    .home-banner{display: none;}
    .mobile-banner-wrapper{display: block; margin:74px 0 0; position: relative;}
    .mobile-banner-caption{position: absolute; bottom: 60px; z-index: 99; width: 100%; text-align: center;}
    .mobile-banner-caption p.top-title{font-size: 1rem; letter-spacing: 0.8px;}
    .mobile-banner-caption h1{color: #fff; font-size: 35px; font-weight: bold;}
    .mobile-banner-caption .d-flex{display: block !important; margin: 16px 0 0;}
    .marquee-wrapper{padding: 1rem;}
    .marquee-wrapper marquee p{margin: 0; font-size: 16px;}

    .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
    }
    .home-product-slider .swiper{
        height: 350px;
    }
    .swiper{
        width: 85vw;
    }
    .carousel-img{
        padding: 1.5rem; 
        min-height: 340px;
    }
    .home-product-slider .carousel-data h6{
        padding: 0 10px;
    }
     .swiper-button-next{
        right: 5% !important;
    }
     .swiper-button-prev{
        left: 5% !important;
    }

    .col-center-banner {
        margin-left: 2rem;
    }
    .about-1-right-content p{
        font-size: 16px;
    }
    .team-card p{
        font-size: 16px;
        line-height: 1.6rem;
    }

    .half-banner-para {
        width: 85vw;
        line-height: 1.9rem;
        font-size: 1.2rem;
    }
    .companyContainer h6{
        font-size: 1.3rem;
        text-align: start;
    }

    .companyContainer {
        padding: 3rem 2rem;
    }

    .historyRow {
        padding: 0;
    }

    .historyLeft {
        padding: 0;
    }

    .historyRight {
        padding: 1rem;
    }

    .historyRow {
        height: 20rem;
    }

    .faq-m {
        margin-top: 2rem;
    }

    .res-col-center {
        display: flex;
        flex-direction: column;
        align-items: cover;
    }

    .about-banner {
        height: 50vh !important;
    }

    .carousel-control-next-icon {
        margin-left: -30px;
    }

    .li-list {
        background-color: #fff;
        display: block;
    }

    .list-links {
        justify-content: center;
        gap: 1rem;
    }

    .navbar.navbar-expand-sm>.container-fluid {
        background: #fff;
    }

    .navbar-collapse.collapse.show {
        background: #fff;
        z-index: 5000;
        padding: 0 1rem 1rem;
    }

    .row-block {
        display: block;
        width: 100%;
    }
    .address p{line-height: 1.8rem;}
    .flip-row .card-container {margin: 0;}
    .rcb-head h2{margin-top: 1rem;}

    .width100 {
        width: 100%;
        padding: 0;
    }
    .fab{right: 10px; bottom: 100px;}
    .minifab{width: 40px; height: 40px;}
    .minifabIcon{width: 20px; margin-top: 8px;}
    .op3 img{width: 38px; margin-top: 0; height: 40px;}

    .navbar-nav{padding: 30px 0 0;}
    .navbar-nav .new-nav .btn{padding: 0 0 10px;}
    .navbar-nav li.nav-item{padding:8px 0;}

    .dropdown-menu {
        padding: 1rem 0 !important;
    }

    .dropdown-menu.show {
        max-height: 550px !important;
        width: 97vw !important;
    }

    .s4-container {
        height: max-content !important;
    }

    .white-box {
        padding: 0;
    }

    .s5-content {
        padding: 2rem;
    }

    .White-section {
        margin: 1rem;
    }

    .carousel-control-prev-icon {
        margin-left: 30px !important;
    }

    .carousel-caption p {
        color: #FFDD54;
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0.2em;
        text-align: left;
    }

    .carousel-caption h1 {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0em;
        text-align: left;
    }

    .carousel-caption button {
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: 0.2rem;
    }

    .carousel-caption {
        margin: 3rem 0 0 3rem;
        top: 25% !important;
        left: 10%;
    }

    .s2-container .product-container .image-wrapper{
        height: 300px;
    }
    .s3-container h2{
        font-size: 30;
        padding:0;
        margin: 0; line-height: 40px;

    }

    .num-container {
        padding:0 26px;
    }
    .num-container .num{padding: 1rem;
        border-bottom: 1px solid #e9e3e3;
        box-shadow: 0px 4px 0 0px rgb(135 135 135 / 8%) !important;
        margin:0 0 20px;}

    .carousel-card {
        width: 100% !important; margin: 0 !important;
    }

    .carousel-img{height: auto;}
    .carousel-data{height: auto; padding: 20px;}

    .num-row {
        padding: 0;
        display: block;
    }

    .num h4 {
        font-size: 2rem;
    }

    .s3-container {
        padding: 30px 0 0;
    }
    .parallax-item:first-child{background-size: cover;}
    .parallax-item {text-align: center; height:300px;}
    .parallax-item h2{font-size: 2.5rem;}
    .parallax-item a.vr-btn img{width: 45px;}
    .parallax-item{background-position-x: center !important;}

    .num p {
        font-size: 1rem;
    }

    .s2-img>img {
        height: 6rem;
    }

    .card-front {
        font-size: 3.5rem;
    }

    .Card {
        height: 80px;
        border: none;
    }

    .section8 {
        height: 65vh; display: none;
        background-size: cover;
    }

    .section8.mobile{display: block; height: auto;}

    .rcb-inputs {
        padding: 2rem 0;
        flex-direction: column;
    }
    .rcb-inputs .col-6{
        width: 100%;
    }

    .section-5-img img {
        max-width: 100%;
    }
    .flip-row .Card{
        height: 100px;
    }

    .flip-img.center>img {
        width: 48px; height: 66px;
    }
    .flip-section .Card{
        margin: 0;
    }
    .flip-section .card-front{
        border: 0; display: none;
    }

    .card-back{transform: rotateY(0); display: block;}
    .flip-img.center{display: block;}
    .card-back p{
        font-size: 13px;
    }

    .section8.mobile{padding: 50px 0;}
    .section8.mobile h1.text-center{color: #fff; margin: 0 0 30px;}
    .section8.mobile h2.text-center{color: #fff; margin: 0; padding: 30px 30px 0; text-transform: uppercase; line-height: 40px;}
    .section8.mobile ul.back-view-wrapper{text-align: center; display: flex; justify-content: center; margin: 0;}
    .section8.mobile ul li.back-view-list{display: flex;
        width: 33.333%;
        margin: 5px;
        justify-content: center;
        align-items: center;
        height: 130px;
        background: #065bb0;
        padding: 10px;}
    .section8.mobile .back-view{background: #065bb0; padding:0;}
    .section8.mobile .back-view img{width: 60px;}
    .section8.mobile .back-view p{margin: 20px 0 0;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        position: relative;}



    .product-container>.col-center>h4 {
        font-size: 1.2rem;
        text-align: center;
    }
    .footer-top .row{
        flex-direction: column;
    }
    .footer-top .col-3{
        width: 100%;
    }

    .footer-link {
        padding: 0;
    }

    .address {
        width: 100%;
        padding: 1rem;
    }

    .footer-top .container .row> :nth-child(n+2):nth-child(-n+4) {
        margin-top: 2rem;
    }

    .logo-img {
        margin-left: 1rem; height: 52px;
    }
    

    .li-list {
        margin: 0;
    }

    .li-list a {
        font-size: 1.2rem; padding: 0; margin:0;
    }

    .navbar-toggler {
        margin-right: 1rem;
    }

    .footer-link h4 {
        font-size: 1.05rem;
    }

    .footer-top {
        padding: 3rem 0 2rem 0;
    }

    .footer-bot-row {
        display: block;
    }

    .footer-bot-row .col-6 {
        width: 100%;
    }

    .footer-bot-row .col-6 p {
        text-align: center;
    }

    .navbar.navbar-expand-sm .container-fluid {
        background: #fff;
        padding: 0;
    }

    .list-links {
        margin: 1.2rem 0;
        flex-direction: column;
        gap: 1.2rem;
    }
    .about-banner p{
        font-size: 1rem; padding: 0 20px; margin: 0;
    }
    .left-video>iframe,
    .right-video>iframe {
        max-width: 100%;
    }

    .right-video,
    .left-video {
        padding: 0 !important;
    }

    .left-video {
        padding-right: 0 !important
    }

    .right-video {
        padding-left: 0 !important;
    }

    .top-q {
        right: 0 !important;
        bottom: 0 !important;
    }

    .bot-q {
        top: -20px !important;
        left: 0 !important;
    }
    .product-quote{gap: 2rem !important;}
    .piller-cards .procard-img{justify-content: center;}

    .pro-card {
        height: max-content !important;
        margin-top: 2rem;
    }

    .green-bg>div>p {
        font-size: 1rem;
    }
    .form-container {
        padding: 2rem 1rem;
    }

    .map {
        max-width: 100% !important;
    }

    .no-p {
        padding: 0 !important;
    }

    .form-container {
        padding: 0
    }
    .categoryCard {
        margin-top: 1rem;
    }

    .brandPage {
        padding: 1rem
    }
    .team-card {
        height: 45rem;
        margin: .5rem;
    }
    .s2-container{
        padding: 0 26px;
    }
   .product-container{
        width: 100%;
        margin:0 0 30px;
    }
    .product-container .content{padding: 0 1rem 1rem;}
    .product-container.mobile .content{padding:1rem;}
    .footer-bot-row .copy p{line-height: 1.5rem;}
    .rcb{padding:1rem 1.2rem 3rem;}
    .footer-top,.c-ft,.s-ft,.a-ft{margin-left: 10px;}
    #s-wrap{height: 80%;}

    .about-section-2-card {
        margin: .6rem;
    }
    .about-btn{
        top: 60% !important;
    }

    .standard-code {
        padding: 2rem 1rem !important;
    }
    .m-banner{
        padding: 0;
    }

    .banner-heading {
        text-align: center;
        font-size: 2rem;
    }

    .about-banner.banner-para {
        font-size: 1rem;
        padding: 0 20px;
        line-height: 1.6rem;
    }

    .yt-m {
        margin-top: 1.2rem;
        font-size: 1.1rem;
    }

    .about-get-quote {
        padding-bottom: 0 !important;
        padding: 2rem 0;
    }

    .accordion-button h5 {
        font-size: .9rem;
    }

    .blue-row H4 {
        line-height: 2rem;
        text-align: center;
    }
    .codes{
        margin-top: 1.1rem !important;
    }
    .about-get-quote .blue-row{
        flex-direction: column;
        padding: 1.5rem !important;
        gap: .5rem !important;
    }
    .col-center-banner>h1{
        font-size: 2rem;
        padding-top: 1rem;
    }
    .projectTop{
        padding-top: 2rem !important;
    }
    .infra{
        flex-direction: column;
    }
    .infra h4{
        font-size: 1.1rem;
        padding: 10px 20px;
        line-height: 1.5rem;
    }
    .project-top-right>div>p{
        font-size: 1.2rem;
        padding: 10px;
    }
    .infra .col-6{
        width: 100%;
    }
    .projectBottom{
        padding: 0!important;
    }
    .infra-2{
        flex-direction: column-reverse;
    }
    .infra-2 .col-6{
        width: 100%;
    }
    .infra-2 p{
        padding: 10px !important;
    }
    .quote img{
        height: 1.5rem;

    }
    .quote{
        width: 90vw !important;
    }
    .quote .q-text{
        font-size: 20px;
        padding: 10px;
    }
    .dropdown-menu li .dropdown-item{text-align: center;padding: 5px !important;
    border-bottom: 1px solid #dedede;}
    .home-banner{height: 85vh;}
    .new-nav .btn{width: 100%;
        text-align: center;
        color: #525252;
        font-size: 1.2rem;
        font-weight: 500 !important;
        text-transform: uppercase;
        border-bottom: 4px solid transparent;
        font-family: "DM Sans", sans-serif;
        letter-spacing: 0.5px;
        padding: 22px 0; background: url("/images/down-arrow.svg") 90% 50% no-repeat;}
    
    .new-nav li.btn:focus{border:0 !important; outline: 0 !important; box-shadow: none !important;}

    .dropdown-menu.nav-Drop{
        margin: 0 0 30px;
        box-shadow: none;
        border: 1px solid #6caded;
        background: #f3f9ff;
        padding: 0 !important;
        overflow: hidden;}

    .dropdown-menu li{width: 100%;}
    .dropdown-menu li .dropdown-item{padding: 12px !important;
        border-bottom: 1px solid #6caded;
        display: block;}

    .piller-cards h3{line-height: 2.6rem;}
    .sustain{padding: 0;}
    .green-bg{background-size: cover !important;}
    .green-bg>div>p{font-size: 1.2rem !important;}
    .BlogBanner h1{margin-top: 50% !important;}
    .mention{flex-direction: column;height: max-content !important;}
    .mention .col-4{width: 100%; margin: 1rem 0;padding: 0;}
    .author-box .author-name{font-size: 14px;}
    .author-box{padding: 0 !important;}
    .form-container{padding: 1rem !important;}
    .faq-m .no-p iframe{width: 100%;}
    .proBody .main-container { flex-direction: column;width: 100% !important;margin: 0;}
    .proBody aside{width: 100% !important;}
    .proBody .proHead{flex-direction: column;}
    .proHead h2{padding: 1rem 0;text-align: center;}
    .ProsearchBox {padding: 5px !important;margin: 1rem 0;}
    .mainRight{gap: 1rem !important;display: block !important;}
    .sortBy{justify-content: space-around !important;}
    .pagination a{padding: 8px !important;}
    .productData .row{flex-direction: column;}
    .productData .row.details-thumb-wrapper{flex-direction: row; gap: 20px;}
    .productData .row .col-6{width: 100%;}
    .productShow{margin: 0 !important;}
    .displayProduct{height: 15rem !important;}
    .details-thumb-wrapper{padding: 20px 12px !important;}
    .details-thumb-wrapper .col-2.center{height: 70px;width: 70px;}
    .enquiry-wrapper{padding: 0 !important;}
    .details-wrapper ul.nav-tabs li.nav-item a.nav-link{padding: 10px 14px !important;font-weight: 400;
        border: 0 !important;margin: 0 !important;text-align: center; width: 95%;}
    .details-wrapper .nav-tabs{flex-direction: column !important;}
    .swiper-button-next,.swiper-button-prev{top: 45% !important;}
    .section6  .swiper-button-next, .swiper-button-prev{top: 45% !important;}
    .Card:hover .card-inner{transform: none;}
    .home-slider.swiper-button-next, .swiper-button-prev{top: 45% !important;}
    .about-1-right-content{padding: 1rem;}

    .home-banner{margin: 80px 0 0;}
    .sliding-banner{display: none;}


    .about-banner {align-items: start; padding: 0 26px;}
    .banner-heading{text-align: left;}
    .about-banner p{text-align: left; padding: 0;}
    .about-section-1{padding:1rem 10px 0;}
    .about-section-2{padding: 0;}
    .about-section-2-card {margin: 22px;}
    .section-2-card-img img{width:100px; height: auto;}
    .about-section-2-card h6.b{font-size: 20px;}
    .yt-m{margin: 0 0 40px;}  
    .yt-m iframe{width: 92%; border-radius: 20px;}

    .our-team-mobile{padding: 3rem 0 1rem;}
    .certificate{margin-bottom: 2rem !important;}
    .standard-code{padding:0 26px 2rem !important;}
    .standard-code>h2{margin-bottom:0;}
    .standard-code h4.yt-m{margin: 50px 0 10px; text-align: center;}
    .standard-code .codes{padding:1.4rem;}
    .standard-code .accordion-header{padding: 0;}
    .standard-code .accordion-body{padding: 20px 0;}
    .team-card{height: auto; margin: 1rem 26px 2rem;}

    .about-get-quote{margin: 0 14px;}

    .company-certificate .owl-carousel .owl-nav button.owl-prev{left: 0;}
    .company-certificate .owl-carousel .owl-nav button.owl-next{right: 0;}

    .company-cirtificate-wrapper .swiper-slide img{width: 250px; height: 300px; margin: 0 auto;}
    
    .companyBanner{background: url(/images/companyBanner-mobile.svg);}
    .col-center-banner{margin: 0; padding: 0 26px;}
    .col-center-banner>h1{margin: 20px 0 1rem 0 !important;}
    .historyBanner .col-6{width: 100%;}
    .companyContainer{padding: 26px;}
    .companyContainer h6{font-size: 1.2rem; font-weight: 300;}
    .moreAbout{padding: 4rem 4rem 0;}

    .projectBanner{}
    .projectBanner .col-center-banner{padding: 0 40px;}
    .projectBanner .col-center-banner>h1{margin: 0 0 1rem 0 !important;}
    .projectBanner .col-8{width: 100%;}
    .projectBanner p.half-banner-para{line-height: 1.5rem; font-size: 1rem;}

    .projectTop .infra{padding: 0 16px;}
    .projectTop .projectImg{width: 100%;}
    .projectTop .infra h4{padding:30px 0 0; font-weight: 400;}
    .project-top-right>div>p{padding: 20px 0 0; font-size: 1rem; line-height: 30px;}
    .projectTop{padding: 5rem 0 3rem 0;}
    .infra-2{padding: 0 16px;}
    .infra-2 .projectImg{width: 100%;}
    .infra-2 p{padding: 30px 0 0 !important;}

    .productBanner{background: url(/images/productBanner-mobile.svg);}
    .productBanner .col-center-banner{width: 100%;}
    .product-quote{padding: 5rem 0 0;}
    .bot-q{top: -53px !important;}
    .quote{width: 86vw !important;}
    .quote img{height: 2.5rem;}
    .quote .q-text{padding: 0; text-align: left; font-size: 18px;}
    .blue-ceo{width: 90%; text-align: left !important;}
    .piller-cards{padding: 4rem 26px 0;}
    .piller-cards>.text-center{margin-bottom: 0;}
    .piller-cards .procard-img{height: auto; padding: 30px 0 20px;}
    .procard-img img{height: 86px;}
    .procard-content{text-align: center;}
    .procard-content h5{margin: 0 0 15px;}
    .procard-content p{align-items: baseline;}
    .sustain .green-bg{margin: 5rem 16px; align-items: start; padding: 0 30px;}
    .sustain .green-bg>div{gap: 1rem; width: 100%;}
    .sustain .green-bg>div img{width: 16px;}
    .sustain .green-bg>div>p{font-size: 1rem !important;}

    .brandPage{padding: 80px 0 0;}
    .brandPage .categoryHead img{display: none;}
    .brandPage .categoryHead h3.p-5{padding: 2rem 1rem 1rem !important; font-size: 30px;}
    .brandPage .thumb-wrapper{margin: 0 16px;}

    .mobile-view-filter{display: none;}
    .proBody aside.mobile-view-filter{position: absolute; width: 100% !important; top:0; z-index: 9999; left: 0; border: 0; box-shadow: 0 0 20px #a3a3a3; padding: 20px 26px;}
    
    .proBody aside h4{padding:10px 0 30px;}
    .proBody main{padding: 0 16px;}
    .proBody main .pt-5{padding-top: 1rem !important;}
    .proBody{padding: 100px 0 0;}
    .proHead h2{padding: 1rem 0 0; margin: 0;}
    .para-product.mobile-view{display: block; text-align: center;}
    .para-product.desktop-view{display: none;}

    .ProsearchBox{width:82%; padding: 10px !important; float: left;}
    .sortBy{display: none !important;}
    .mainRight .filter-icon{display: block; width: 44px; height: 44px; background:#065bb0 url("/images/filter.svg") 12px 13px no-repeat; border-radius: 100px; float: right; margin: 16px 0 0;}
    a.close-filter{display: block; width: 44px; height: 44px; background:#e00606 url("/images/filtr-close.svg") 14px 13px no-repeat; border-radius: 100px; position: absolute; right:16px; top: 18px;}

    .pagination a.prev, .pagination a.next{font-weight: 400;}
    .pagination a{padding: 8px 14px !important;}
    
    .productDescription h2.proNameTxt{line-height: 40px;}
    .enquiry-wrapper{padding: 30px 0 0 !important;}
    .enquiry{padding: 10px 16px 20px;}
    .details-wrapper ul.nav-tabs li.nav-item a.nav-link{width: 100%;}
    .related-p-wrapper.detail-product{padding: 3rem 16px 2rem;}

    .FAQBanner, .BlogBanner, .contact-banner{height: 140px;}
    .FAQBanner, .BlogBanner{background-position-x: -460px;}
    .BlogBanner{background-position-x: 0; background-size: 140%;}
    .BlogBanner .banner-heading-text{margin-top: 30px !important;}

    .contact-banner{height: 140px !important; display: block; margin: 80px 0 0; background-position-y: 0 !important; background-position-x: -100px !important;}

    .standard-code.faq-container{padding: 2rem 26px !important;}
    .faq-m{margin-top: 3rem;}

    .blogs{padding: 2rem 16px 2rem;}
    .blogs .container .col-4{width: 100%;}
    .blogs .blog-card .img-card{max-height: 190px;}
    .blog-card{height: auto;}
    .blogs .blog-card .content-card{max-height: max-content;}
    .mention .content-card{height: auto;}
    .BlogBanner .col-center-banner>h1{margin: 48px 0 0 !important; padding: 0;}
    .BlogDetailBanner .col-center-banner>h1{margin:0 !important; padding: 0;}

    .MentionBanner .col-center-banner>h1{margin:0 !important; padding: 0;}
    
    .blog-mention-wrapper{padding: 30px 16px;}
    .blog-mention-wrapper .blogs.latest-blog{padding: 40px 0 0;}
    .blog-mention-wrapper .blogs.latest-blog .latestBlog{margin: 0 0 30px;}
    
    .gallery-wrapper{padding: 2rem 4px 2rem;}
    .gallery-tab-wrapper{margin:80px 0 0;}
    .gallery-tab-wrapper .nav-tabs{border: 0;}
    .gallery-tab-wrapper .nav-tabs button.nav-link, .gallery-tab-wrapper .nav-tabs button.nav-link:hover{padding:10px 30px; border-radius: 100px;}
    .gallery-tab-wrapper .tab-content .tab-pane{padding: 30px 0 0;}
    .gallery-tab-wrapper .tab-content .tab-pane .left-video{margin: 0 10px 30px;}

    .BlogBanner .col-center-banner{width: 100%;}

    .contact-banner h1.banner-heading{padding: 50px 0 0;}
    .contact-banner.terms-banner h1.banner-heading{padding: 30px 0 0;}
    .form-container{padding: 30px 26px !important;}
    .form-container .container{padding: 0;}
    .form-container .container .res-col-center{display: block; --bs-gutter-x: 0;}
    .form-container .container .form-box h3{margin: 0; font-size: 26px; padding: 0 0 20px;}

    .login-wrapper{margin: 85px 0 0;}
    .login-wrapper .form-box{margin: 0 0 40px;}
    .footer-top .container{padding: 0 26px;}
    .footer-top .container .address, .footer-top .container .c-ft, .footer-top .container .s-ft, .footer-top .container .a-ft{padding: 0;
        margin: 0; width: auto; display: block; flex: none;}
    
    .footer-link h4{margin: 0 0 5px;}

    .footer-bot .container{padding: 0;}
    .footer-bot .container .col-6{padding: 0 36px;}
    .footer-bot .container .col-6 p{text-align: left;}
    .static-vid img{width: 350px;}
    .u-icon img{width: 77px;left: 40%;margin-top: 18%;}
    .v-icon img{width: 80px;left: 40%;margin-top: 18%;}

    /* MileStone Swiper For Mobile Screen */
    .milestone-slider-wrapper.ForDesktop{display: none;}
    .milestone-slider-mobile{padding:60px 0 20px; background: #f5f5f5; margin: 40px 0; display: block;}
    .milestone-slider-mobile h3{text-align: center; padding: 0 0 20px; font-size: 50px; color: #333; position: relative;}
    .milestone-slider-mobile h2{text-transform: uppercase; padding: 0 0 10px;}
    .milestone-slider-mobile h2 span{display: block; width: 50px; height: 3px; margin:10px auto; background:#085BB0;}
    .milestone-slider-mobile h3 span{display: block; width: 50px; height: 3px; margin:10px auto; background:#085BB0;}

    .milestone-slider-mobile .container-header{width:90%; margin: 0 auto 20px;}

    .milestone-slider-mobile .milestone-box-mobile{background: none; box-shadow: none;}
    .milestone-slider-mobile .swiper-slide{background: none;}
    .milestone-slider-mobile .milestone-box-mobile img.mobile-image{height: auto;}
    .milestone-slider-mobile .milestone-box-mobile h2{padding: 20px 0 0;}
    .milestone-slider-mobile .milestone-box-mobile p{}

    .milestone-slider-mobile .swiper-thumbs{height: 48px; padding:15px 24px 0; border-top: 1px solid #ddd;}
    .milestone-slider-mobile .swiper-thumbs span{color: #a8a8a8; display: inline-block;}
    .milestone-slider-mobile .swiper-thumbs .swiper-slide-thumb-active span{color:#085BB0; font-weight: bold; border-top: 2px solid #085BB0;}

    .milestone-slider-mobile .mySwiper2{height: fit-content;}

    .milestone-slider-mobile .swiper-button-next, .milestone-slider-mobile .swiper-button-prev{width:16px; height:20px; top: 88% !important;}
    .milestone-slider-mobile .swiper-button-next::after, .milestone-slider-mobile .swiper-button-prev::after{font-size: 22px;}
    .milestone-slider-mobile .swiper-button-next{}
    .milestone-slider-mobile .swiper-button-prev{}

    .banner-top-green .dropdown-menu{width: 368px;}
    .banner-top-blue .dropdown-menu{width: 366px; left: -175% !important;}
    .banner-btn-cover{top: 12%;}
    .banner-top-green .dropdown-menu li, .banner-top-blue .dropdown-menu li{width: 100%;}

    .swiper {width: 100%; height: 100%;}

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

@media(max-width:410px) {
    .banner-buttons{left:17% !important; top: 94px;}
}
@media(max-width:400px) {
    .banner-buttons{left:15% !important;}
    .logo-img{height: 46px;}
    ul.header-right li a.mobile-cart, ul.header-right li a.mobile-logout, ul.header-right li a.mobile-user{width:36px; height:36px;}
    .navbar button.navbar-toggler{padding: 4px 6px;}
    ul.header-right li a.mobile-user img{width: 19px;}
    ul.header-right li a.mobile-cart img{width: 20px;}
    .mobile-banner-wrapper{margin: 68px 0 0;}
    .banner-btn-cover{top: 10%;}
    .about-banner, .companyBanner, .projectBanner, .productBanner, .FAQBanner, .VideoBanner, .contact-banner, .BlogBanner{margin-top: 68px;}
}
@media(max-width:380px) {
    .banner-buttons{left:13% !important;}
}
@media(max-width:350px) {
    .banner-buttons{left:10% !important;}
}